/*
Theme Name: Rima
Theme URI: https://themeforest.net/user/artstudioworks/portfolio
Description: Rima is a clean and elegant blog theme, created for people with life passion, for those who like to travel and know the power of dreams. Rima include all popular features that will help you in your storytelling.
Author: ArtstudioWorks
Author URI: https://themeforest.net/user/artstudioworks
Version: 1.8.2
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Designed by MontaukCo: http://themeforest.net/user/montaukco
Text Domain: rima

All PHP code is released under the GNU General Public Licence version 3.0
*/

/**
 * Table of Contents
 *
 * 1.0 - Typography
 * 2.0 - Elements
 *    2.1 - Header
 *    2.2 - Navigation
 *     2.2.1 - Dropdown menu
 *    2.3 Hidden side menu
 * 3.0 - Widgets
 * 4.0 - 404 page
 * 5.0 - Sidebar
 * 6.0 - Forms
 * 7.0 - Post
 *    7.1 - Post elements
 *    7.2 - Post sharebox
 *    7.3 - Single post
 *    7.4 - Recent posts section
 *    7.5 - Post comments
 *    7.6 - Post navigation
 * 8.0 - Post slider
 * 9.0 - Page scroll progress    
 * 10.0 - Footer
 * 11.0 - Gutenberg blocks
*/

/** 
 * 1.0 - Typography 
*/

body {
  background-color: #fff;
  color: #5a595c;
  font-family: 'Open Sans';
  font-size: 14px;
  line-height: 1.928em;
}
ul li {
  color: #201f22;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #201f22;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  margin-bottom: 20px;
}

h1{
  font-size: 38px;
  line-height: 1.05em;
}
h2 {
  font-size: 24px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

h2,
h3,
h4 {
  line-height: 2em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 15px;
}

h5 {
  font-size: 16px;
  line-height: 1.15em;
}

h6 {
  font-size: 14px;
  line-height: 1.15em;
}

#page-wrap-blog {
  padding: 80px 0;
}
.post-layout-fullwidth-alt #page-wrap-blog {
  padding: 56px 0 80px;
}
.page.page-template-default #page-wrap {
  padding-top: 67px;
}

.post-layout-fullwidth #page-wrap-blog {
  padding-top: 0;
}

p {
	margin-bottom: 28px;
}

blockquote {
  font-family: "Varela Round";
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #000;
  margin-bottom: 30px;
  padding: 113px 40px 53px;
  position: relative;
  text-align: center;
  background-color: #f5f5f5;
}

blockquote:before {
  content: '“';
  font-size: 55px;
  font-family: Georgia, sans-serif;
  line-height: 60px;
  position: absolute;
  width: 56px;
  height: 30px;
  overflow: hidden;
  left: 50%;
  margin-left: -28px;
  top:57px;
  color: #abadb0;
}
blockquote p {
  margin-right: auto;
  margin-left: auto;
  max-width: 1140px;
  font-size: inherit;
}
.wp-block-pullquote blockquote p:last-of-type {
  margin-bottom: 0px !important;
}
.wp-block-pullquote blockquote, .style2 {
  border: 0;
  border-left: 3px solid;
  padding: 8px 30px 8px;
  text-align: left;
  background-color: transparent;
}
.wp-block-pullquote blockquote p {
  font-size: inherit;
}
.style2:before,
.wp-block-pullquote blockquote:before {
  display: none;
}

blockquote cite {
  font-size: 11px;
  font-style: normal;
  text-transform: uppercase;
  font-family: "Roboto";
  color: #b8b6bb;
  display: inline-block;
  padding-top: 15px;
  font-weight: 500;
  letter-spacing: 2.5px;
}

.border-bottom {
  height: 0;
  width: 100%;
  border-bottom: 1px dashed #e5e5e5;
}

/** 
* 2.0 Elements 
*/

/**
* 2.1 Header
*/
#header {
	border-bottom: 1px solid #e5e5e5;
  position: relative;
  z-index: 11;
}

.header-top {
}
.header-top-inner {
  max-width: 1803px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  flex-direction: row;
  justify-content:center;
  align-items: center;
}
.header-top .logo {
  width: 100%;
  align-self:center;
}
#side-header {
  width: 34%;
  
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9;
  left: 0;
}
body.header-version2 .vc_row[data-vc-full-width] {
  max-width: 100%;
  left: auto !important;
}
body.header-version2 #main {
  margin: 0 auto;
  max-width: 1270px;
}
#side-header .overlay-bg {
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.75);
  padding: 20px 40px 30px;
  display: flex;
  flex-direction:column;
  align-items:center;
  justify-content:space-between;
  overflow: auto;
}
body.header-version2 {
  padding-left: 34%;
}
#mobile-header-block {
  display: none;
  z-index: 9999;
  width: 100%;
  top: 0%;
  position: relative;
}
#mobile-header {
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
  min-height: 55px;
}
#mobile-header > div {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0px 30px;
    min-height: 55px;
}
#mobile-header .search-link {
  position: absolute;
  right: 60px;
  width: 30px;
  height: 30px;
  line-height: 32px;
  top: 50%;
  margin-top: -15px;
}
#mobile-header .search-link a i {
  font-size: 18px;
}
.admin-bar #mobile-header-block {
  
}
#mobile-header .logo {
  float: left;
}
.button.square {
  border-radius: unset !important;
}
.subscribe-popup {
  background-color: #f5f5f5;
  position: absolute;
  padding: 25px 25px 20px;
  top: 0;
  z-index: 99;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0,0,0,0.15);
  box-shadow: 0 3px 10px 0 rgba(0,0,0,0.15);
  display: none;
}
.subscribe-popup a.close-button {
  color: #201f22;
  position: absolute;
  display: inline-block;
  top: 10px;
  right: 15px;
}
#footer-custom .mc4wp-form-fields,
.vc_row .tnp-subscription form {
  display: flex;
  align-items:center;
  justify-content:center;
}
.vc_row .tnp-subscription form {
  align-items:flex-end;
}
.vc_row .tnp-subscription {
  max-width: 100%;
}
.vc_row .tnp-subscription .tnp-field {
  padding: 0 5px;
  width: 40%;
}
.vc_row .tnp-subscription .tnp-field-button {
  width: 20%;
}
.mc4wp-form-fields input[type="text"],
.mc4wp-form-fields input[type="email"] {
  border: 0;
  padding: 19px 20px 20px;
  margin: 0 5px;
}
.mc4wp-form-fields button[type="submit"] {
  white-space: nowrap;
  padding: 19px 26px 20px;
  min-width: 166px;
  margin: 0 5px;
}
.vc_row .tnp-subscription input.tnp-submit {
  border-radius: 0 !important;
  height: 50px;
  background-color: #201f22;
  padding: 15px 26px 15px !important;
  white-space: nowrap;
  margin: 0;
  width: 100%;
  max-width: 170px;
}
.mc4wp-form-fields .button-in-form {
  position: relative;
  width: 100%;
}
.mc4wp-form-fields .button-in-form button[type="submit"] {
  background: none;
  border:0;
  min-width: unset;
  padding: 17px 22px;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.mc4wp-form-fields .button-in-form input[type="email"] {
  border: 1px solid #dcdedf;
  padding: 19px 75px 20px 20px;
  margin: 0;
  color: #201f22;
}
.mc4wp-form-fields .button-in-form button[type="submit"] i {
  color: #201f22;
  font-size: 25px;
}
.mc4wp-form-fields button[type="submit"] i {
    font-size: 18px;
    padding-left: 5px;
    margin-top: -4px;
    position: relative;
    top: 2px;
}
.subscribe-popup .mc4wp-form-fields label {
  font-family: "Roboto";
  font-size: 11px;
  text-transform: uppercase;
  color: #201f22;
  letter-spacing: 2.5px;
  margin-bottom: 10px;
  display: inline-block;
}
.header-top .subscribe-button-block,
.header-top .socials-block {
  width: 20%;
}

.logo {
  position: relative;
  z-index: 2; 
  font-family: 'Nothing You Could Do';
}
#mobile-header .logo {
  z-index: 12;
}
#header .logo {
  padding: 40px 0 35px 0;
  text-align: center; 
}
#header.header-custom .logo {
  padding: 0;
  text-align: left;
  height: 100%;
  display: flex;
  align-items: center;
}
#header.header-custom .container > .vc_row {
  margin-left: 0;
  margin-right: 0;
}
.logo .logo_text {
  font-size: 80px;
  line-height: 1.3em;
  color: #201f22;
  transition:all 0.4s ease;
}
#header .logo img {
  transition:all 0.4s ease;
  max-width: 100%;
}
#header.header5 .logo img {
  transition:none;
}
#header.header4.fixed-nav .logo .logo_text,
#header.header5.fixed-nav .logo .logo_text,
#header.header-custom.fixed-nav .logo .logo_text {
  font-size: 30px;
}
#header.header4.fixed-nav .logo img,
#header.header5.fixed-nav .logo img,
#header.header-custom.fixed-nav .logo img {
  max-width: 50%;
}
#header.header5 .logo .logo_text,
#header.header4 .logo .logo_text {
  line-height: 1em;
}
#header.header4 .logo .logo_text {
  margin-bottom: 0;
}
ul li.menu-item-logo {
  padding: 0;
  line-height: 1em;
  vertical-align: middle;
}
.header-top {
  border-bottom: 1px solid #e5e5e5;
}
#header.header5.fixed-nav .header-top {
  border-bottom: 0 !important;
}
#header.header4 .logo {
  text-align: left;
  padding: 22px 0 22px 0px;
}
#header.header5 .menu-item-logo .logo {
  padding: 22px 30px;
}
#header.header4 > .container > .span12  {
  display: flex;
  align-items:stretch;
  position: relative;
  justify-content:space-between;
}
#header.header4 .logo,
#header.header4 .social-icons {
  width: 20%;
}

#header.header4 .social-icons {
  overflow: hidden;
}
#header.header4 .social-icons ul {
  display: table;
  height: 100%;
  float: right;
}
#header.header4 .social-icons ul li {
  display: table-cell;
  vertical-align: middle;
  padding-left: 18px;
  height: auto;
  line-height: 1em;
}
#header.header4 #navigation-block {
  width: auto;
}
#header.header5 #navigation-block {
  width: 100%;
}
header#header.header6 {
    position: absolute;
    left: 0px !important;
    right: 0px !important;
    top: 0px;
    width: auto !important;
}
.admin-bar header#header.header6 {
  top: 32px;
}
.container.header-fullwidth {
  max-width: none !important;
  padding: 0 25px;
}
header#header.header6.fixed-nav {
  left: 0px !important;
  right: 0px !important;
}
#header.header-custom #navigation-block .wp-megamenu-wrap {
  position: static;
}
#header.header-custom .container > .vc_row {
  position: relative;
}
#header.header-custom .vc_row > .vc_column_container {
  position: static;
}
#header.header4 .container #wp-megamenu-main_navigation {
  text-align: right;
  padding: 0;
  position: static;
}
#header.header5 .container #wp-megamenu-main_navigation {
  text-align: center;
  padding: 0;
  position: static;
}
#header.header1 .wp-megamenu-wrap .wpmm-nav-wrap > ul,
#header.header4 .wp-megamenu-wrap .wpmm-nav-wrap > ul,
#header.header5 .wp-megamenu-wrap .wpmm-nav-wrap > ul,
#header.header-custom .wp-megamenu-wrap .wpmm-nav-wrap > ul {
  position: static !important;
}
#header.header4 #navigation-block,
#header.header5 #navigation-block  {
  background-color: transparent !important;
}
#header.header4 #wp-megamenu-main_navigation>.wpmm-nav-wrap ul.wp-megamenu>li.wpmm_mega_menu>ul.wp-megamenu-sub-menu,
#header.header4 #wp-megamenu-main_navigation>.wpmm-nav-wrap ul.wp-megamenu>li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu,
#header.header5 #wp-megamenu-main_navigation>.wpmm-nav-wrap ul.wp-megamenu>li.wpmm_mega_menu>ul.wp-megamenu-sub-menu,
#header.header5 #wp-megamenu-main_navigation>.wpmm-nav-wrap ul.wp-megamenu>li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu,
#header.header-custom #wp-megamenu-main_navigation>.wpmm-nav-wrap ul.wp-megamenu>li.wpmm_mega_menu>ul.wp-megamenu-sub-menu,
#header.header-custom #wp-megamenu-main_navigation>.wpmm-nav-wrap ul.wp-megamenu>li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu {
  top: 100%;
}
#header.header4 #navigation-block ul.wp-megamenu > li > a,
#header.header4 #navigation-block ul.wp-menu > li > a {
  padding: 8px 23px 8px 20px
}

#header.header5 .menu > li,
#header.header4 .menu > li,
#header.header5 .wp-megamenu > li,
#header.header4 .wp-megamenu > li,
#header.header-custom .menu > li,
#header.header-custom .wp-megamenu > li  {
  display: table-cell;
  vertical-align: middle;
  transition: all 0.4s ease;
}

#header .fullwidth {
	padding: 0 85px;
}

#navigation .fullwidth .span12 {
  padding-left: 0;
  padding-right: 0;
}

#header-main.fixed_header.header-scrolled {
    position: fixed !important;
    z-index: 9400;
    top: 0;
    right: 0;
    left: 0;
}

#header-main:not(.fixed_header) .logo_main img {
  height: auto !important;
}

.admin-bar #header-main.fixed_header.header-scrolled {
    top: 32px;
}

.my-table {
	display: table;
	vertical-align: middle;
	width: 100%;
}

.my-tr {
	display: table-row;
}

.my-td {
	display: table-cell;
	float: none;
  vertical-align: middle;
}

.social-icons {
	overflow: hidden;
}

.social-icons .unstyled li {
	display: inline;
	display: inline-block;
	margin-right: 18px;
  color: inherit;
}
.social-icons li span {
  display: none;
}
.social-icons.big_icon_text li {
  margin: 0;
  padding: 0 15px;
  width: 20%;
  min-width: 137px;
  text-align: center;
}
.social-icons.big_icon_text li a {
  display: block;
  width: 107px;
  height: 107px;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  color: #000;
  letter-spacing: normal;
  margin: 0 auto 20px;
  transition:all 0.4s ease;
}
.social-icons.big_icon_text li a i,
#footer .social-icons.big_icon_text li a i {
  color: inherit;
  font-size: 50px;
  line-height: 107px;
}
.social-icons.big_icon_text li a:hover {
  color: #fff;
}
.social-icons.big_icon_text li.social-facebook a:hover {
  background-color:#3b5999;
}
.social-icons.big_icon_text li.social-twitter a:hover {
  background-color:#55acee;
}
.social-icons.big_icon_text li.social-instagram a:hover {
  background-color:#e4405f;
}
.social-icons.big_icon_text li.social-linkedin a:hover {
  background-color:#0077B5;
}
.social-icons.big_icon_text li.social-youtube a:hover {
  background-color:#cd201f;
}
.social-icons.big_icon_text li span {
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.social-icons .unstyled li:last-child {
  margin-right: 0;
}

#before-footer .social-icons li {
  margin: 0 18px 10px;
}

#before-footer .social-icons {
  text-align: center;
}

#back-to-top {
  position: fixed;
  bottom: 60px;
  right: 65px;
  z-index: 999999;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: none;
}
#back-to-top a {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: inherit;
  text-align: center;
  background-color: #a5b8c0;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  border-radius: 50%;
}
#back-to-top a:after {
  content: "";
  position: absolute;
  right: 2px;
  left: 2px;
  top: 2px;
  bottom: 2px;
  border: 1px solid #fff;
  transition: all 0.4s ease;
  border-radius: 50%;
}
#back-to-top:hover a:after {
  border-width: 3px;
}
.social-icons li a {
	color: #201f22;
	font-size: 11px;
  text-transform: uppercase;
  font-family: "Roboto";
  letter-spacing: 2.5px;
}

.social-icons li a span {
  display: block;
}

.social-icons li a i {
  line-height: inherit;
  font-size: 15px;
}

#header .social-icons {
  text-align: right;
}

#header .social-icons li {
  height: 54px;
  line-height: 52px;
}

#header .social-icons li a {
  color: #201f22;
}

#header .social-icons li a i {
  font-size: 15px;
}

.social-icons li a:hover {
    color: #a5b8c0;
}

.hidden-menu-button.hide {
  display: none !important;
}
.hidden-menu-button {
  float: left;
  padding: 15px 30px 14px 0;
  margin-right: 17px;
}

.menu-button-open {
  color: #fff;
}

.hidden-menu-button:after {
  content: "";
  border-right: 1px dashed rgba(255,255,255, 0.2);
  position: absolute;
  left: 60px;
  top: 0;
  bottom: 0;
}

#side-header-vertical .search-link {
  width: 100px;
  height: 100px;
  position: relative;
}
#header #navigation-block,
#footer-custom #navigation-block {
  display: flex;
  align-items:center;
  justify-content:flex-end;
}
#footer-custom #navigation-block,
#footer-custom .wpb_wrapper,
#header.header-custom #navigation-block,
#header.header-custom .wpb_wrapper,
#header.header-custom #navigation-block .wp-megamenu-wrap,
#header.header-custom #navigation-block .wpmm-nav-wrap.wpmm-main-wrap-main_navigation {
  height: 100%;
}
#footer-custom .vc_row-o-equal-height .wpb_wrapper,
#header.header-custom .vc_row-o-equal-height .wpb_wrapper {
  height: auto;
}
#header.header4 #navigation-block,
#header.header5 #navigation-block {
  justify-content:center;
}
#header.header4 #navigation-block {
  align-items:stretch;
}

#header .extra-container {
  width:100%;
  max-width: 1803px;
  position: relative;
  margin: 0 auto;
}
#header .search-link a {
  padding: 8px 10px;
  width: 36px;
  text-align: center;
  display: inline-block;
}
#header.header5 .search-link a {
  width: 32px;
}
#header .search-link {
  position: absolute;
  right: 2px;
  top: 12px;
}
#header.header-custom .search-link a {
  display: inline-block;
  vertical-align: inherit;
  width: 36px;
}
#header.header-custom .search-link {
  position: relative;
  top: auto;
  right: auto;
}
#header.header5 .search-link,
#header.header4 .search-link  {
  position: relative;
  top: auto;
  right: auto;
}
#header.header5 #navigation {
  display: flex;
  justify-content:center;
}
#header.header5 #navigation .menu {
  display: block;
}
#header .search-area,
#mobile-header-block .search-area {
  width: 100%;
  padding: 15px;
  position: relative;
  background-color: #222;
  display: none;
}
#mobile-header-block .search-area {
  padding: 10px 30px;
}
#header .search-area .search-area-container,
#mobile-header-block .search-area .search-area-container {
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
  position: relative;
}
#header .search-area #header-searchform,
#mobile-header-block .search-area #header-searchform {
  overflow: hidden;
  width: 100%;
  border-left: 1px solid #5a595c; 
}
#header .search-area #header-searchform input,
#mobile-header-block .search-area #header-searchform input {
  border: 0;
  overflow: hidden;
  width: 94%;
  float: left;
  font-size: 16px;
  background-color: #222;
  color: #e5e6e8;
}
#header .search-area #header-searchform input:focus,
#mobile-header-block .search-area #header-searchform input:focus {
  color: #fff !important;
}
#header .search-area #header-searchform button,
#mobile-header-block .search-area #header-searchform button {
  float: right;
  width: 6%;
  padding: 13px 10px;
  background-color: transparent;
  color: #e5e6e8;
  font-size: 17px;
  border-color:transparent;
}
#header .search-area #search-list {
  position: absolute;
  top:100%;
  width: 100%;
  padding: 15px 20px 20px;
  background-color: #222;
  z-index: 999999;
  text-align: center;
}
#header .search-area #search-list ul {
  display: flex;
  flex-wrap:wrap;
  margin-bottom: 20px;
  margin-right: -8px;
  margin-left: -8px;
}
#header .search-area #search-list ul li {
  width: 50%;
  padding: 5px 10px 15px;
  overflow: hidden;
}
#header .search-area #search-list ul li figure {
  width: 70px;
  float: left;
  margin-right: 15px;
}
#header .search-area #search-list ul li.post {
  text-align: left;
  display: flex;
  align-items:center;
  margin-bottom: 0;
}
#header .search-area #search-list ul li.post .post-meta {
  justify-content:normal;
  padding: 0px;
  background: none;
}
#header .search-area #search-list ul li.post .post-meta:after {
  display: none !important;
}
#header .search-area #search-list ul li.post .extra-wrap {
  color: #fff;
}
#header .search-area #search-list ul li figure img {
  width: 100%;
  height: auto;
}
#header .search-area #search-list a.button {
  color: #222;
  background-color: #fff;
}
.ajax_search_title {
  color: #fff;
  margin-bottom: 0;
  line-height: 1.4em;
  font-weight: 400;
}
.ajax_search_title:hover {
  color:#b8b6bb;
}
#side-header-vertical .search-link form {
  width: 350px;
  padding: 0px;
  position: absolute;
  left:-250px;
  transition:all 0.3s ease-in;
}
#side-header-vertical .search-link:hover form {
  left: 0;
}
#side-header-vertical input#header-s {
	border: 0;
	color: #fff;
	padding: 0px 110px 0 10px;
  margin: 0;
  height: 100px;
  line-height: 100px;
  width: 100%;
  overflow: hidden;
	background-color: #16181a;
}

#side-header-vertical .search-link button {
  width: 100px;
  height: 100px;
  position: absolute;
  right: 0;
  top: 0px;
  border-radius: 0;
  background-color: #16181a;
}
.overflow-hidden {
	overflow: hidden;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.admin-bar.overflow-hidden {
  top: 32px;
}

.pos-relative {
	position: relative;
}

/** 
 * 2.2 Navigation
 */

#navigation .menu {
  display: inline-block;
}
#navigation-block {
  width: 100%;
}
#header.header4 #navigation .menu,
#header.header4 #navigation-block .wp-megamenu,
#header.header-custom #navigation .menu,
#header.header-custom #navigation-block .wp-megamenu {
    display: table;
    height: 100%;
}
#header.header4 #navigation-block .wpmm-nav-wrap.wpmm-main-wrap-main_navigation {
    height: 100%;
}

#header.header5 .wpmm-nav-wrap.wpmm-main-wrap-main_navigation {
  display: flex;
  justify-content: center;
}
#header.header4 .search-link {
  display: table;
  vertical-align: middle;
  height: 100%;
}
#header .search-link a {
  display: table-cell;
  vertical-align: middle;
}
.fixed-nav {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  border-bottom: 1px solid #e5e5e5 !important;
  width: 100%;
  transition:all 0.4s ease-out;
}
.before-fixed-nav {
  top: -100% !important; 
}
#header.header1.fixed-nav .header-top {
  display: none;
}
.admin-bar .fixed-nav {
  top: 32px !important;
}
.header1 #navigation {
	padding: 0 15px;
  text-align: center;
}

.header1 #navigation .menu .sub-menu {
  overflow: hidden;
}
.header1 #navigation .menu li:hover .sub-menu {
  overflow: visible;
}
.menu {
	display: inline-block;
	margin: 0;
	padding: 0 15px;
	list-style: none;
}

.menu > li {
	padding: 0px;
	margin: 0px;
	display: inline-block;
}
.side-navigation .menu > li {
  display: block;
  text-align: center;
}
#footer-nav.menu {
  padding-top: 25px;
  padding-bottom: 25px;
}
#footer-nav.menu > li {
  padding: 10px 15px 5px;
}
.header2 .menu > li {
  padding: 0 20px;
}

.menu li a {
	text-decoration: none;
	color: #a29fa6;
	text-transform: uppercase;
	font-size: 13px;
	font-family: "Roboto";
  font-weight: 500;
  letter-spacing: 1.5px;
}
#navigation.side-navigation, #side-header .socials-block {
  padding: 35px 0;
}
#side-header-vertical {
  width: 100px;
  height: 100%; 
  height: 100vh;
  background-color:#16181a;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  display: flex;
  flex-direction:column;
  justify-content:space-between;
  align-items:center;  
}
.side-bg > div {
  background-repeat: no-repeat !important;
  background-position: center top !important;
  position: static;
}
#navigation.vertical .menu > li > a {
  writing-mode: tb-rl;
  transform: rotate(-180deg);
  padding: 20px 38px;
  color: #8d9196;
  font-size: 12px;
}
#navigation.vertical li ul {
  left: 100%;
  top: 20px;
  background-color:#16181a;
}
#navigation.vertical .menu li ul li a {
  color: #8d9196;
}
#navigation.vertical .menu > li > a:after,
#navigation.vertical .menu > li > a:before {
  display: none !important;
}
#navigation.vertical .menu { 
    display: flex;
    flex-direction: column-reverse;
}

#navigation.vertical .menu > li {
    flex: 0 0 auto;
}
body.header-version3 {
  padding-left: 100px;
}
#navigation.side-navigation .menu li a {
  color: #5a595c;
}
.menu > li > a {
  padding: 20px 23px 20px 20px;
  display: inline-block;
}
#navigation.side-navigation .menu > li > a {
  padding: 20px 23px 20px 20px;
  position: relative;
}
#navigation-block ul.wp-megamenu > li > a {
  position: relative;
  display: inline-block;
  padding: 20px 23px 20px 20px;
}
.widget_nav_menu .menu > li > a {
  padding: 0;
}
.widget_nav_menu .menu > li > a:after,
.widget_nav_menu .menu > li > a:before {
  display: none !important;
}
.widget_nav_menu .menu > li {
  display: list-item;
}
#header .header-fullwidth #navigation-block {
  width: 100%;
  max-width: 1170px;
  position: relative;
}
.menu > li > a:after,
.menu > li > a:before,
#navigation-block ul.wp-megamenu > li > a:after,
#navigation-block ul.wp-megamenu > li > a:before {
  content: "." !important;
  height: 10px;
  width: 2px;
  line-height: 10px;
  display: block !important;
  position: absolute;
  left: -2px;
  top: 50%;
  margin-top: -9px;
  opacity: 0;
  transform:translateX(15px);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.menu > li > a:after,
#navigation-block ul.wp-megamenu > li > a:after {
  right: -1px;
  left: auto;
  opacity: 0;
  transform:translateX(-15px);
}
.menu > li > a:hover:after,
.menu > .current-menu-item > a:after,
.menu > .current-menu-ancestor > a:after,
#navigation-block ul.wp-megamenu > li > a:hover:after,
#navigation-block ul.wp-megamenu > li:hover > a:after,
#navigation-block ul.wp-megamenu > li.current-menu-item > a:after,
#navigation-block ul.wp-megamenu > li.current-menu-ancestor > a:after,
.menu > li > a:hover:before,
.menu > .current-menu-item > a:before,
.menu > .current-menu-ancestor > a:before,
#navigation-block ul.wp-megamenu > li > a:hover:before,
#navigation-block ul.wp-megamenu > li:hover > a:before,
#navigation-block ul.wp-megamenu > li.current-menu-item > a:before,
#navigation-block ul.wp-megamenu > li.current-menu-ancestor > a:before {
  transform:translateX(0);
  opacity: 1;
}

.menu:hover > .current-menu-item > a:after,
.menu:hover > .current-menu-ancestor > a:after,
#navigation-block ul.wp-megamenu:hover>li.current-menu-item>a:after,
#navigation-block ul.wp-megamenu:hover>li.current-menu-ancestor>a:after {
  transform:translateX(15px);
  opacity: 0;
}

.menu:hover > .current-menu-item > a:before,
.menu:hover > .current-menu-ancestor > a:before,
#navigation-block ul.wp-megamenu:hover>li.current-menu-item>a:before,
#navigation-block ul.wp-megamenu:hover>li.current-menu-ancestor>a:before {
  transform:translateX(-15px);
  opacity: 0;
}

.menu:hover > .current-menu-item:hover > a:after,
.menu:hover > .current-menu-ancestor:hover > a:after,
#navigation-block ul.wp-megamenu:hover>li.current-menu-item:hover>a:after,
#navigation-block ul.wp-megamenu:hover>li.current-menu-ancestor:hover>a:after,
.menu:hover > .current-menu-item:hover > a:before,
.menu:hover > .current-menu-ancestor:hover > a:before,
#navigation-block ul.wp-megamenu:hover>li.current-menu-item:hover>a:before,
#navigation-block ul.wp-megamenu:hover>li.current-menu-ancestor:hover>a:before {
  transform:translateX(0px);
  opacity: 1;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu li {
  padding: 0 20px;
}
#navigation-block .wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu li > a {
  padding: 0;
}
ul.wp-megamenu li ul.wp-megamenu-sub-menu .wpmm-vertical-tabs-nav ul li.active a{border: 0 !important;}
ul.wp-megamenu li ul.wp-megamenu-sub-menu .wpmm-vertical-tabs-nav ul li.active {
  background-color: #fff !important;
}
ul.wp-megamenu li ul.wp-megamenu-sub-menu .wpmm-vertical-tabs-nav {
  background-color: #f5f5f5;
}
#navigation-block .wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li.wpmm-row > ul.wp-megamenu-sub-menu > li {
  padding-top: 20px;
  padding-bottom: 20px;
}
.menu li > a:hover,
.menu .current-menu-item > a,
.menu .current-menu-ancestor > a {
  color: #a5b8c0;
}
#navigation.vertical .menu li > a:hover,
#navigation.vertical .menu .current-menu-item > a,
#navigation.vertical .menu .current-menu-ancestor > a,
#navigation.vertical .menu > li.menu-item-has-children:hover > a {
  color: #fff;
}
/** 
 * 2.2.1 Hidden side menu
 */
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li.wpmm-row > ul.wp-megamenu-sub-menu > li {
  
}
#navigation-block ul.wp-megamenu li ul.wp-megamenu-sub-menu .wpmm-vertical-tabs-nav ul li {
  padding: 0  20px !important;
  border: 0 !important;
}
#navigation-block .wpmm-vertical-tabs-content {
  padding: 25px !important;
}
#navigation-block .wpmm-vertical-tabs-nav {
    width: 16.411%;
    border-right: 0;
}
#navigation-block .wpmm-vertical-tabs-content {
  width: 83.589%;
}
#navigation-block ul.wp-megamenu li ul.wp-megamenu-sub-menu .wpmm-vertical-tabs-nav ul {
  padding:25px 0;
}
#navigation-block #wp-megamenu-main_navigation>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu .wpmm-tab-btns li a {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  padding: 0;
}
#navigation-block .wpmm-grid-post-img {
  height: 161px;
}
#navigation-block #wp-megamenu-main_navigation>.wpmm-nav-wrap ul.wp-megamenu h4.grid-post-title a {
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  color: #000000;
  letter-spacing: -0.5px;
  font-weight: normal !important;
}
#navigation-block #wp-megamenu-main_navigation>.wpmm-nav-wrap ul.wp-megamenu h4.grid-post-title {
  margin: 0;
  text-align: center;
  font-weight: normal;
  padding-top: 12px;
  font-family: 'Varela Round' !important;
  letter-spacing: -0.1px;
}
#navigation-block #wp-megamenu-main_navigation>.wpmm-nav-wrap ul.wp-megamenu .meta-date {
  color: #b8b6bb;
  padding-top: 8px;
  margin-bottom: 0;
  font-size: 10px;
}
#navigation-block .menu-item,
#navigation-block .menu-item .wpmm-row {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
#navigation ul {
  -webkit-font-smoothing:antialiased;
    list-style: none;
    margin: 0;
    padding: 0;
}

#navigation li {
  padding: 0px;
  margin: 0px;
  position: relative;
    
}

#navigation li ul li {
  height: 0;
  padding: 0;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}

#navigation li ul {
    padding:5px 25px; 
    float: left;
    background-color: #ffffff;
    left: 5px;
    opacity: 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    text-align: left;
    z-index: 1;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,0.15);
    box-shadow: 0 3px 6px 0 rgba(0,0,0,0.15);
    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
    
}
#navigation.side-navigation li ul {
  left: 0;
  padding: 0;
}
#navigation.side-navigation li ul li {
  padding: 0 20px;
}
#navigation.side-navigation li:hover > ul ul {
    top: 100%;
    border-top: 1px solid #a29fa6;
    margin-left: 0;
}
#navigation-block .wp-megamenu li.menu-item > .wp-megamenu-sub-menu {
  -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,0.15);
  box-shadow: 0 3px 6px 0 rgba(0,0,0,0.15);
}
#navigation ul ul ul {
  top: 0%;
  left: 100%;
  margin-left: 1px;
}

#navigation li:hover > ul {
    opacity: 1;
    visibility: visible;
}

#navigation li:hover > ul li {
  height: 41px;
}

#navigation li:hover > ul ul {
    top: 0%;
}

#navigation li ul li {
    float: none;
    min-width: 176px;
    margin: 0;
}
.wp-megamenu-wrap .wp-megamenu li .wp-megamenu-sub-menu li {
  padding: 0;
}
#mobile-header .dl-menuwrapper li a {
  border: 0;
  background-image: linear-gradient(to right, #a5b2cd 33%, rgba(255,255,255,0) 0%);
  background-position: top;
  background-size: 4px 1px;
  background-repeat: repeat-x;
}
#mobile-header .dl-menuwrapper li.dl-back > a {
  background-color:transparent;
}
#mobile-header .dl-menuwrapper li.dl-back:after {
  color:inherit;
}
#mobile-header .dl-menuwrapper .dl-menu {
  border-bottom: 0;
}
#navigation .menu li ul li a,
.wp-megamenu-wrap .wp-megamenu li .wp-megamenu-sub-menu li > a{
  color: #a29fa6;
  font-weight: 400;
  display: block;
  height: 40px;
  line-height: 40px;
  text-transform: none;
  font-size: 14px;
  background-image: linear-gradient(to right, #a5b2cd 33%, rgba(255,255,255,0) 0%);
  background-position: bottom;
  background-size: 4px 1px;
  background-repeat: repeat-x;
  max-width: 176px;
  letter-spacing: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
  font-weight: normal !important;
}
#navigation-block #wp-megamenu-main_navigation>.wpmm-nav-wrap .wp-megamenu>li>ul.wp-megamenu-sub-menu li.wpmm-type-widget>a {
  height: 40px;
  text-transform: none;
  font-size: 14px;
  background-image: linear-gradient(to right, #a5b2cd 33%, rgba(255,255,255,0) 0%);
  background-position: bottom;
  background-size: 4px 1px;
  background-repeat: repeat-x;
  max-width: 176px;
  letter-spacing: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}
#navigation-block #wp-megamenu-main_navigation>.wpmm-nav-wrap .wp-megamenu>li>ul.wp-megamenu-sub-menu li.wpmm-type-widget {
  margin-bottom: 0;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li.wpmm-row > ul.wp-megamenu-sub-menu > li.wpmm-col .textwidget {
  padding-top: 20px !important;
}
#navigation .menu li ul li:last-child a,
.wp-megamenu-wrap .wp-megamenu li .wp-megamenu-sub-menu li:last-child a,
#navigation-block #wp-megamenu-main_navigation>.wpmm-nav-wrap .wp-megamenu>li>ul.wp-megamenu-sub-menu li.wpmm-type-widget:last-child>a  {
  background-image: none;
}

#navigation .menu li ul li a:hover,
#navigation .menu li ul .current-menu-item > a,
#navigation .menu li ul .current-menu-ancestor > a {
    color: #aaadad;
}

.cart-main.menu-item {
  float: right;
  margin-left: 15px;
}

.my-cart-link {
  color: #fff;
  height: 54px;
  line-height: 52px;
}

.my-cart-link i {
  font-size: 16px;
}

/* mobile menu */
#dl-menu .menu-item[class*="fa-"]:before {
    content: "";
    display: none;
}

/* 
 * 2.3 Hidden side menu
 */

.menu-hidden-container {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.6);
	z-index: 9999;
	display: none;
}

.admin-bar .menu-hidden-container {
	top: 32px;
}

nav#hidden-nav {
	width: 499px;
	background-color: #fff;
	padding: 200px 60px 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -500px;
	overflow: auto !important;
  text-align: center;
}

nav#hidden-nav .widget {
  max-width: 258px;
  margin: 0 auto;
}

nav#hidden-nav .menu-button-close {
  font-size: 34px;
  color: #000;
  width:36px;
  text-align: center;
  display: block;
  position: absolute;
  top: 80px;
  left: 50%;
  margin-left: -18px;
}

#hidden-nav .menu {
	display: block;
}

#hidden-nav .menu > li {
	padding: 0 0 30px 0;
	float: none;
	text-align: center;
}

#hidden-nav .menu > li a {
	font-size: 14px;
	text-transform: none;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
}

#hidden-nav .menu .current-menu-item a,
#hidden-nav .menu li a:hover {
	color: #949898;
}
#hidden-nav .menu .sub-menu {
  text-align: left;
  margin-left: 0;
}

#hidden-nav .about-me > p {
  margin-bottom: 35px;
}

#hidden-nav .social-icons li a {
  color: #201f22;
  font-size: 15px;
}

#hidden-nav .social-icons li a i {
  font-size: inherit;
}

nav#hidden-nav .widget {
  margin-bottom: 25px;
}

#hidden-nav .widget.widget_nav_menu {
  margin-bottom: 50px;
}
.widget_nav_menu .menu {
  position: relative;
  display: block;
  overflow: hidden;
}
.widget_nav_menu ul.menu li {
  position:static;
}
.widget_nav_menu ul.menu li {
  padding: 9px 0 10px 0;
  float: none;
  margin: 0;
  border-top: 1px dashed;
  border-color: rgba(0,0,0,0.1);
}
#hidden-nav .widget_nav_menu ul.menu li {
  border-color: rgba(235,235,235,0.2);
}
.widget_nav_menu ul li:first-child {
  border-top: none;
  padding-top: 0;
}
.widget_nav_menu ul.menu li.menu-item-has-children:after {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 13px;
  display: block;
  width: 15px;
  text-align: right;
  float: right;
  color: #adaaaa;
  cursor: pointer;
}
.widget_nav_menu > div::-webkit-scrollbar {
    width: 6px;
}
/* Track */
.widget_nav_menu > div {
  padding-right: 10px;
}
.widget_nav_menu > div::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); 
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
 
/* Handle */
.widget_nav_menu > div::-webkit-scrollbar-thumb {
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background: rgba(200,200,200,0.8); 
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.5); 
}
.widget_nav_menu > div::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(200,200,200,0.4); 
}
#hidden-nav .widget_nav_menu .menu > li a {
  
}
.widget_nav_menu .menu li a {
  text-transform: none;
  font-family: inherit;
  font-weight: normal;
  letter-spacing: normal;
}
.widget_nav_menu .menu .back-to-menu {
  color: #bbbbbb;
  font-size: 13px;
  text-transform: none;
  font-family: inherit;
  cursor: pointer;
}
.widget_nav_menu .menu .back-to-menu:before {
  content: "\f104";
  font-family: "FontAwesome";
  font-size: 13px;
  padding-right: 10px;
}
.widget_nav_menu .menu li.current-menu-item > a,
.widget_nav_menu .menu li a:hover {
  color: #201f22;
}
.widget_nav_menu .menu .sub-menu {
  text-align: left;
  margin-left: 0;
  list-style: none;
}
.widget_nav_menu .menu .sub-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  z-index: 99;
  background: #fff;
  margin: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#hidden-nav .widget_nav_menu .menu .sub-menu {
  
}
.widget_nav_menu .menu .sub-menu.sub-menu-show {
  display: block;
  webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.widget_nav_menu .menu .sub-menu li.menu-item {
  
}

.widget_nav_menu .menu .sub-menu li {
  margin-left: 0px;
}
#mobile-nav {
  background-color: #fff;
  width: 100%;
  height: 50px;
  border-top: 1px solid #dfdfdf;
  position: fixed;
  z-index: 9999;
  bottom: 0px;
  display: none;
}

#mobile-nav .hidden-menu-button {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -16px;
}

#mobile-nav .search-link {
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -10px;
  width: 20px;
}

#mobile-nav .search-area {
  top: 0;
  bottom: 50px;
}

#mobile-nav .social-area {
  position: fixed;
  top: 0;
  bottom: 50px;
  width: 100%;
  background-color: #fff;
  left: 0;
  right: 0;
  display: none;
}

#mobile-nav .social-area .social-icons li a {
  font-size: 26px;
  line-height: 32px;
  padding: 0 5px;
}

#mobile-nav .social-area .sharebox {
  position: absolute;
  width: 100%;
  top: 50%;
  margin: -13px 0 0 0px;
  left: 0%;
  text-align: center;
}

#mobile-nav .social-menu-button {
  position: absolute; 
  left: 50%;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 -10px;
}

#mobile-nav .search-link .search-button,
#mobile-nav .social-menu-button .social-button {
  font-size: 20px;
  line-height: 20px;
  color: #222222;
}

#mobile-nav .close-button {
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -16px 0 0 -16px;
  z-index: 9;
  background-color: #fff;
  display: none;
}

#mobile-nav .icon {
  font-size: 32px;
  display: inline-block;
  line-height: 32px;
  color: #222222;
}

#mobile-nav nav#hidden-nav {
    width: 100%;
    max-width: 420px;
    padding: 40px 20px 0px;
    margin: 0 auto;
    bottom: 0px;
    right: 0;
    left: 0;
}

#mobile-nav .menu-hidden-container {
    bottom: 50px;
    background-color: #fff;
    z-index: 99;
    display: none;
    top: 0;
}

/**
* 3.0 - Widgets
*/
.category-block.category-block-element {
  width: 100%;
  padding: 10px;
  background-size: cover;
  background-position: center;
  background-color: #fff;
  background-repeat: no-repeat;
  position: relative;
}
.category-block.category-block-element img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit:cover;
  z-index: 0;
  left: 0;
  top: 0;
  opacity: 1;
  transition:all 0.5s ease-out;
}
.category-block.category-block-element .category-block-inner .link-icon {
  position: absolute;
  font-size: 26px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  top: 75px;
  left: 20%;
  margin-left: -15px;
  opacity: 0;
  transition:all 0.5s ease-out;
  z-index: 9;
}
.category-block.category-block-element:hover .category-block-inner .link-icon {
  opacity: 1;
  left: 50%;
}
.category-block.category-block-element .category-block-inner {
  border: 1px solid #fff;
  padding: 15px;
  position: relative;
  height: 225px;
  position: relative;
  transition:all 0.75s ease;
}
.category-block.category-block-element .category-block-inner::before,
.category-block.category-block-element .category-block-inner::after {
  box-sizing: inherit;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}

.category-block.category-block-element .category-block-inner::before,
.category-block.category-block-element .category-block-inner::after {
  border: 3px solid transparent;
  width: 0;
  height: 0;
}

.category-block.category-block-element .category-block-inner::before {
  top: 0;
  left: 0;
}

.category-block.category-block-element .category-block-inner::after {
  bottom: 0;
  right: 0;
}
  
.category-block.category-block-element:hover .category-block-inner {
  border-color: transparent;
  background-color: #fff;
}
.category-block.category-block-element:hover img {
  opacity: 0;
}
.category-block.category-block-element:hover .category-block-inner::before,
.category-block.category-block-element:hover .category-block-inner::after {
    width: 100%;
    height: 100%;
}
.category-block.category-block-element:hover .category-block-inner::before {
    border-top-color: #a5b8c0;
    border-right-color: #a5b8c0;
    transition: width 0.15s ease-out, height 0.25s ease-out 0.25s;
}

.category-block.category-block-element:hover .category-block-inner::after {
    border-bottom-color: #a5b8c0;
    border-left-color: #a5b8c0;
    transition: border-color 0.25s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}

.category-block.category-block-element .category-block-inner .category-button {
  background: #fff;
  display: inline-block;
  position: absolute;
  bottom: 24px;
  width: auto;
  max-width: 80%;
  color: #27282b;
  font-family: 'Roboto';
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  text-align: center;
  font-size: 11px;
  padding: 12px 10px 11px;
  line-height: 1em;
  left: 50%;
  transform:translateX(-50%);
  z-index: 10;
}
.category-block.category-block-element:hover .category-block-inner .category-button {
  color: #fff;
  background-color: #a5b8c0;
}
.category-button:hover {
  color: #fff;
}
.category-block.category-block-element .category-block-inner .category-button span {
  display: inline-block;
  position: relative;
  padding: 0 15px;
}
.category-block.category-block-element .category-block-inner .category-button span:after,
.category-block.category-block-element .category-block-inner .category-button span:before {
  content: ".";
  width: 2px;
  height: 2px;
  top: 50%;
  line-height: 2px;
  display: block;
  position: absolute;
  left: 0px;
  margin-top: -4px;
}
.category-block.category-block-element .category-block-inner .category-button span:after {
  right: 0px;
  left: auto;
}
.widget {
	margin-bottom: 40px;
}

#sidebar .widget {
  margin-bottom: 65px;
}

#hidden-nav .widget {
	margin-bottom: 20px;
}
#hidden-nav .widget > ul {
  text-align: left;
}
.widget_socials .social-icons {
  text-align: center;
}

.wpb_widgetised_column .widget .title, .widget-title,
#wp-megamenu-main_navigation>.wpmm-nav-wrap ul.wp-megamenu li.wpmm-type-widget .wpmm-item-title {
	font-size: 11px;
  line-height: 1.2em;
	font-family: "Roboto";
	font-weight: 500;
  color: #201f22;
	letter-spacing: 2.5px;
	text-transform: uppercase;
  text-align: center;
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
}

.wpb_widgetised_column .widget .title:before, 
.wpb_widgetised_column .widget .title:after, 
.widget-title.separator:before, 
.widget-title.separator:after,
#wp-megamenu-main_navigation>.wpmm-nav-wrap ul.wp-megamenu li.wpmm-type-widget .wpmm-item-title:before,
#wp-megamenu-main_navigation>.wpmm-nav-wrap ul.wp-megamenu li.wpmm-type-widget .wpmm-item-title:after {
    position: absolute;
    top: 50%;
    overflow: hidden;
    width: 15px;
    height: 1px;
    border-top: 1px solid #cecbd2;
    margin-top: -1px; 
    content: '';
}

.widget-title.separator:before,
.wpb_widgetised_column .widget .title:before,
#wp-megamenu-main_navigation>.wpmm-nav-wrap ul.wp-megamenu li.wpmm-type-widget .wpmm-item-title:before {
    margin-left: -30px;
    text-align: right;
}

.widget-title.separator:after,
.wpb_widgetised_column .widget .title:after,
#wp-megamenu-main_navigation>.wpmm-nav-wrap ul.wp-megamenu li.wpmm-type-widget .wpmm-item-title:after {
  margin-left: 15px;
}

.widget_search .screen-reader-text {
  display: none;
}
.widget_search input[type="text"] {
  margin-bottom: 20px;
}
#sidebar .widget_search input[type="text"] {
  margin-bottom: 25px;
  border-color: transparent;
}

#sidebar .widget .searchform {
  text-align: center;
}
#sidebar .widget_search {
  padding: 30px 20px;
  background-color: #f5f5f5;
}
.widget_search #searchform {
  width: 100%;
  overflow: hidden;
}
#searchform .screen-reader-text {
  display: inline-block;
  margin-bottom: 10px;
}
#searchform input[type=text] {
  margin-bottom: 15px;
}
.widget_aboutme {
  text-align: center;
}
.widget_aboutme .about-me-img {
  width: 150px;
  height: 150px;
  margin: 0 auto 20px;
  border-radius: 50%;
}
.widget_aboutme .about-me-img img {
  width: 100%;
  height: 150px;
  object-fit:cover;
  border-radius: 50%;
}
.widget_aboutme .content {
  margin-bottom: 20px;
}
.widget .list-latestposts li {
    padding: 0;
    margin-left: 0;
    list-style: none;
}

.widget .list-latestposts .post-item {
    margin-bottom: 24px;
}
.widget .list-latestposts .post-item .meta-read {
  margin-bottom: 0;
}
.widget .list-latestposts .post-item h4 {
  margin-bottom: 0;
}
.widget .list-latestposts .post-item .meta-date {
  font-weight: normal;
  color: #2b2735;
}
.widget .list-latestposts .post-item .meta-date:after {

}
.widget .list-latestposts .post-item:last-child {
    margin-bottom: 0;
}

.widget .list-latestposts .post-item p:last-child {
    margin: 0;
}


.widget .latest-blog-list h4 {
    font-size: 18px;
    line-height: 1.3em;
    display: block;
    margin-bottom: 5px;
}

.widget .latest-blog-list .latest-blog-item-img {
  max-width: 85px;
  height: 69px;
  overflow: hidden;
}

.widget .latest-blog-list .latest-blog-item-description {
  overflow: hidden;
  padding-top: 15px;
}

.widget .latest-blog-list .meta-date,
.widget .latest-blog-list .meta-categories {
  text-align: left;
}
.widget .latest-blog-list .meta-categories {
  margin-bottom: 5px;
}
.widget .latest-blog-list .meta-categories a {
  font-weight: 400 !important;
  font-size: 10px;
  letter-spacing: 0;
}

.widget .latest-blog-list {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px dashed #e1e4e4;
}
.widget .list-latestposts .post-meta {
  display: flex;
  align-items:center;
  justify-content:flex-start;
  margin-bottom: 8px;
}
.widget .latest-blog-lists .latest-blog-list:first-child {
    margin-top: 0;
    border: 0;
    padding-top: 0;
}

#wp-calendar {
  text-align: center;
  font-size: 12px;
  background-color: #fff;
  color: #333;
}

#wp-calendar caption {
  margin-bottom: 0px;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  background-color: #fff;
}

#wp-calendar th, #wp-calendar td {
    padding:0px; 
    border-color: #e5e5e5;
}

#wp-calendar #prev {
  text-align: left;
  padding-left: 10px;
  text-transform: uppercase;
  font-size: 10px;
}

#wp-calendar #next {
  text-align: right;
  padding-right: 10px;
  text-transform: uppercase;
  font-size: 10px;
}

#sidebar .widget .instagram-items {
  margin: 0 -6px 10px;
}
.widget .instagram-items {
  overflow: hidden;
}
.rima-shortcode-instagram .widget .instagram-items {
  margin: 0 -6px;
}
.widget .instagram-item {
  padding: 6px;
}

h3.insta-shortcode-title {
  font-size: 11px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: inherit;
  text-align: center;
  margin-bottom: 20px;
}

h3.insta-shortcode-title i {
  font-size: 15px;
  line-height: 20px;
  padding-right: 4px;
  color: inherit;
}

.widget .instagram-item a {
  display: block;
  background-color: #000;
  position: relative;
  overflow: hidden;
}

.instagram-item img {
  opacity: 1;
  -webkit-transition: all .15s ease-in;
     -moz-transition: all .15s ease-in;
      -ms-transition: all .15s ease-in;
       -o-transition: all .15s ease-in;
          transition: all .15s ease-in;
}

.instagram-item img {
    width: 100.1%;
    height: 100.1%;
    object-fit:cover;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

.instagram-item a {
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
}
.instagram-item:hover img {
  opacity: 0.75;
}
.insta-video-lightbox {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
  position: fixed;
  background-color: rgba(0,0,0, 0.7);
  display: none;
}
.insta-video-lightbox a.close-lightbox {
  font-size: 34px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  padding: 0;
  background: none;
  color: #fff;
  z-index: 99;
}
.open-insta-video-lightbox i {
  display: inline-block;
  font-size: 60px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  margin: -30px 0 0 -30px;
  z-index: 2;
}
.insta-video-lightbox a.close-lightbox i {
  font-size: inherit;
}
.insta-video-lightbox .insta-video-item {
    width: 100%;
    max-width: 640px;
    height: 100%;
    display: flex;
    align-items: center;
    margin: 0 auto;
}
.widget_instagram {
  text-align: center;
}

.insta-link {
  font-size: 14px;
  font-family: Georgia, sans-serif;
}
.insta-follow-link {
  font-size: 11px;
  font-family: 'Roboto';
  color: #201f22;
  text-transform: uppercase;
  line-height: 20px;
  max-width: 140px;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -70px;
  text-align: center;
  padding-top: 48px;
  display: none;
  letter-spacing: 2.5px;
}
#before-footer .insta-follow-link,
.rima-shortcode-instagram .insta-follow-link {
  display: block;
}
.rima-shortcode-instagram .insta-follow-link {
  position: relative;
}
#footer .span4 {
  min-height: 1px;
}

.insta-follow-link-sidebar {
  display: none;
}
#sidebar .insta-follow-link-sidebar {
  display: block;
}
.insta-follow-link-sidebar a {
  color: #201f22;
}
.insta-follow-link-sidebar a i {
  font-size: 15px;
}
.insta-follow-link:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 1px;
  left: 50%;
  top: 0;
  border-left: 1px solid #201f22;
}
.insta-follow-link .icon-insta {
  padding: 0px;
  width: 87px;
  height: 87px;
  text-align: center;
  line-height: 89px;
  margin: 0 auto;
  position: relative;
  display: block;
  border: 1px solid #b8b6bb;
  border-radius: 50%;
  margin-bottom: 28px;
}
.insta-follow-link .icon-insta i {
  line-height: 1em;
  font-size: 15px;
  margin-left: 3px;
}
#before-footer .widget_instagram {
  position: relative;
  padding-bottom: 38px !important;
}
.widget.widget_categories .screen-reader-text {
  display: none;
}
.widget_categories ul,
.widget_archive ul {
  margin: 0;
  padding: 0;
}
.widget_categories > ul,
.widget_archive > ul {
  list-style: none;
}
.widget_categories > ul > li:first-child,
.widget_archive > ul > li:first-child {
  background-image:none;
}
.widget_categories ul li,
.widget_archive ul li {
  text-align: right;
  overflow: hidden;
  padding:10px 0 9px;
  display: block;
  background-image: linear-gradient(to right, #a5b2cd 33%, rgba(255,255,255,0) 0%);
  background-position: top;
  background-size: 4px 1px;
  background-repeat: repeat-x;
  font-size: 13px;
  color: #b8b6bb;
}

.widget_categories ul > li > ul.children {
  margin-top: 10px;
}
.widget_categories ul.children li:last-child {
  padding-bottom: 0;
}
.widget_categories ul li a,
.widget_archive ul li a {
  float: left;
  display: inline-block;
  color: #5a595c;
}
.widget_categories ul li:after {
  content: "";
  zoom: 1;
  clear: both;
}
.located-at {
  text-align: center;
}

.widget_twitter .tweet .date {
  color: #b8b6bb;
  text-transform: uppercase;
  font-size: 11px;
  font-family: "Roboto";
  letter-spacing: 2.5px;
}

.signature {
  font-size: 24px;
  line-height: 24px;
  font-family: 'Marck Script', cursive;
  color: #000;
  padding-top: 20px;
  display: block;
}
#footer .widget > ul,
#footer .widget_nav_menu ul {
  text-align: left;
}
#footer .container .span12 .instagram-items {
  margin: 0 -6px;
}
#footer .widget_archive label {
  color: #fff;
  margin-bottom: 10px;
}
#footer .widget_nav_menu .menu li a {
  color: #fff;
}
#footer .widget_nav_menu .menu li a:hover,
#footer .widget_nav_menu .menu li.current-menu-item > a,
#footer .widget_nav_menu .menu li.current-menu-parent > a {
  color: #adaaaa;
}
#footer .widget_nav_menu ul.menu li {
  border-color: rgba(255, 255, 255, 0.2);
}
#footer .widget_nav_menu .menu .sub-menu {
  background-color: #171c1b;
}
/** 
* 4.0 - 404 page 
*/

#error-404 {
  text-align: center;
  display: table;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 100px;
  bottom: 0px;
  left: 0;
}

#error-404 .entry {
  display: table-cell;
  vertical-align: middle;
}

.error-title {
  font-family: "Varela Round";
  color: #201f22;
  font-size: 60px;
  position: relative;
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 14px;
}

.error-title:after {
  content: '';
  width: 40px;
  height: 1px;
  background-color: #cccccc;
  position: absolute;
  display: block;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
}

.error-subtitle {
  margin-bottom: 31px;
  color: #b8b6bb;
  font-size: 11px;
  text-transform: uppercase;
  font-family: "Roboto";
  letter-spacing: 2.5px;
}

.button.error-button:hover {
  color: #fff;
}

/** 
* 5.0 - Sidebar 
*/

#sidebar .widget.widget_socials {
  text-align: center;
}

#sidebar .widget.widget_socials .social-icons li a i {
  font-size: 15px;
}

#sidebar .widget.widget_socials .social-icons li a {
  display: block;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

#sidebar .widget.widget_socials .social-icons li {
  margin: 0 12px 5px;
}

.sidebar-right {
  padding-right: 40px;
}
/*.single-post .sidebar-right {
  padding-right: 15px;
}*/
.sidebar-left {
  padding-left: 40px;
  float: right !important;
}
/*.single-post .sidebar-left {
  padding-left: 15px;
}*/
/*.single-post #content .post .title {
  padding-left: 25px;
  padding-right: 25px; 
}*/
#sidebar .widget button {
  color: #000;
  background-color: #f3f3f3;
  width: 100%;
}
#sidebar .widget.widget_media_audio button {
    color: #000;
    background-color: transparent;
    width: 20px;
}
.widget_subscribe .subscribe {
  display: flex;
  position: relative;
  min-height: 275px;
  align-items:center;
}
.widget_subscribe .subscribe .content {
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: center;
  font-size: 13px;
  line-height: 20px;
  color: rgba(90,89,92, 0.7);
  padding: 25px 20px;
}
.widget_subscribe .subscribe .content .description {
  margin-bottom: 25px;
}
.widget_subscribe .subscribe .content .description h2 {
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 7px;
}
.widget_subscribe .subscribe .bg-image {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top:0;
  left: 0;
}
.widget_subscribe .subscribe .logo {
  padding: 0;
  font-size: 40px;
  color: #201f22;
}
.widget_subscribe .subscribe .bg-image .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top:0;
  left: 0;
  background-color: #fff;
  opacity: 0.82;
  z-index: 1;
}
.widget_subscribe .subscribe .bg-image img {
  width: 100%;
  height: 100%;
  object-fit:cover;
}
.widget_subscribe .subscribe .content .button {
  background-color: rgba(31, 32, 34, 0.2);
  color: #fff;
  border-color: transparent !important;
}

#sidebar .widget button:hover {
  color: #fff;
}

.widget_twitter .tweet {
    margin: 0;
    text-align: center;
}

#sidebar .widget .widget_twitter {
  padding-top: 40px;
  position: relative;
  padding-bottom: 30px;
}

#sidebar .widget .widget_twitter:before {
    content: "\f099";
    font-family: "FontAwesome";
    font-size: 26px;
    color: #a5b8c0;
    position: absolute;
    width: 10px;
    left: 50%;
    width: 32px;
    margin-left: -16px;
    text-align: center;
    top: 0px;
}

#sidebar .widget_twitter .tweet {
    position: relative;
}
.widget_sliderposts .post-more-overlay {
  position: absolute;
  width: 100%;
  padding: 15px;
  top: 0%;
  opacity: 0;
  transition: all 0.4s ease;
  height: 100%;
  background-color: rgba(0,0,0, 0.45);
  display: flex;
  align-items:center;
}
.post-more-overlay-inner {
  width: 100%;
  text-align: center;
}
.widget_sliderposts .post-img {
  background: none;
}
.widget_sliderposts .post-img img {
  opacity: 1 !important;
  transform:none !important;
}
.widget_sliderposts .slider-item:hover .post-more-overlay {
  opacity: 1;
}
.widget_sliderposts .post-more-overlay h3 {
  color: #fff;
  font-size: 18px;
  text-align: center;
}
.widget_sliderposts .post-more-overlay .meta-categories {
  color: #fff;
}
.widget_sliderposts .post-more-overlay a:hover {
  color: #f7f7f7 !important;
}
.widget_sliderposts .owl-dots {
  margin-top: 4px !important;
}
.widget.widget_archive label {
  margin-bottom: 15px;
  display: inline-block;
  display: none !important;
}
/** 
* 6.0 - Forms
*/

input[type="text"],
input[type="date"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
textarea,
select {
    background-color: #fff;
    border: 1px solid #e5e6e8;
    padding: 12px 20px 12px;
    outline: none;
    font-size: 13px;
    line-height: 15px;
    font-family: inherit;
    color: #c6c6c8;
    font-family: inherit;
    margin: 0;
    width: 100%;
    max-width: 100%;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-appearance: none;
}
textarea {
  line-height: inherit;
}
select {
  -webkit-appearance: none;
     -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: "";
    position: relative;
    color: #404040;
}
select:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 6px solid #404040;
  right: 20px;
  top: 22px;
}
input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #c6c6c8;
}
input::-moz-placeholder { /* Firefox 19+ */
  color: #c6c6c8;
}
input:-ms-input-placeholder { /* IE 10+ */
  color: #c6c6c8;
}
input:-moz-placeholder { /* Firefox 18- */
  color: #c6c6c8;
}
textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #c6c6c8;
}
textarea::-moz-placeholder { /* Firefox 19+ */
  color: #c6c6c8;
}
textarea:-ms-input-placeholder { /* IE 10+ */
  color: #c6c6c8;
}
textarea:-moz-placeholder { /* Firefox 18- */
  color: #c6c6c8;
}
/* Base for label styling */
input[type="checkbox"]:not(.styled) {
  top:2px;
  position: relative;
}
input[type="checkbox"].styled:not(:checked),
input[type="checkbox"].styled:checked {
  position: absolute;
  left: -9999px;
}
input[type="checkbox"].styled:not(:checked) + label,
input[type="checkbox"].styled:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}

/* checkbox aspect */
input[type="checkbox"].styled:not(:checked) + label:before,
input[type="checkbox"].styled:checked + label:before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 18px; height: 18px;
  border: 1px solid #e5e6e8;
  background: #fff;
  display: block;
}
/* checked mark aspect */
input[type="checkbox"].styled:not(:checked) + label:after,
input[type="checkbox"].styled:checked + label:after {
  content: '✔';
  position: absolute;
  top: 5px; left: 6px;
  font-size: 1.4em;
  line-height: 0.8;
  color: #a5b8c0;
  transition: all .2s;
  font-size:13px;
  display: inline-block;
}
/* checked mark aspect changes */
input[type="checkbox"].styled:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
input[type="checkbox"].styled:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
input[type="radio"].styled:checked,
input[type="radio"].styled:not(:checked) {
    position: absolute;
    left: -9999px;
}
input[type="radio"].styled:checked + label,
input[type="radio"].styled:not(:checked) + label
{
    position: relative;
    padding-left: 22px;
    cursor: pointer;
    display: inline-block;
}
input[type="radio"].styled:checked + label:before,
input[type="radio"].styled:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top:-7px;
    width: 14px;
    height: 14px;
    border: 1px solid #e5e6e8;
    border-radius: 100%;
    background: #fff;
}
input[type="radio"].styled:checked + label:after,
input[type="radio"].styled:not(:checked) + label:after {
    content: '';
    width: 6px;
    height: 6px;
    background: #a5b8c0;
    position: absolute;
    top: 50%;
    margin-top:-2px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
input[type="radio"].styled:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
input[type="radio"].styled:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
input[type="date"] {
    padding-right: 10px;
}
.wpcf7-form .row-fluid {
  margin: 0 -5px;
}
.wpcf7-form .span4,
.wpcf7-form .span6,
.wpcf7-form .span12 {
  padding: 5px;
}
.wpcf7-form p {
  padding-bottom: 10px;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
    border-color: #a5b8c0;
    color: #777777 !important;
}
input[type="submit"],
.button,
button[type="submit"] {
  background-color:#201f22;
  font-family: "Roboto";
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 1em;
  font-weight: 400;
  letter-spacing: 2.5px;
  display: inline-block;
  padding: 13px 32px;
  border: 1px solid transparent; 
  cursor: pointer;
  text-decoration: none;
  vertical-align: middle;
  overflow: hidden;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-appearance: none;
  text-align: center;
  border-radius: 19px;
}
#content .wp-block-button .wp-block-button__link {
  font-family: "Roboto";
  font-size: 11px;
  text-transform: uppercase;
  line-height: 1em;
  font-weight: 400;
  letter-spacing: 2.5px;
  padding: 13px 32px;
  border-radius: 19px;
  border-width: 1px;
  border-style: solid;
}
#content .is-style-squared .wp-block-button__link {
  border-radius: 0 !important;
}
#content .wp-block-cover, #content .wp-block-cover-image {
  color: #fff;
}
#content .wp-block-button .wp-block-button__link {

}
.has-large-font-size,
.wp-block-cover__inner-container p {
    line-height: 1.4em;
}
button:focus {
  outline:0;
}
.button.no-fill {
  background-color: transparent;
  border: 1px solid;
  color: #201f22;
}
.button.button-subscribe {
  background-color: #efefef;
  color: #201f22;
  border-color: #efefef;
}
.button:hover, .wpcf7-submit:hover, #commentform input[type=submit]:hover,
.post-slider-item .post-more .post-more-link:hover {
  border-color:transparent !important;
  color: #fff !important;
  background-color: #b8b6bb !important;
}
/** 
* 7.0 - Post 
*/

/**
* 7.1 - Post elements 
*/

header.title {
  text-align: center;
}

.meta-categories, .meta-date, .meta-read {
  text-transform: uppercase;
  font-size: 11px;
  color: #a29fa6;
  font-weight: 400;
  font-family: "Roboto";
  margin-bottom: 10px;
  letter-spacing: 2.5px;
  text-align: center;
}
.post-meta .meta-read {
  padding-left: 15px;
  margin-bottom: 0;
}
.widget_rimagridposts #latest-posts .blog-posts {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.widget_rimagridposts {
  margin-bottom: 90px;
}
.widget_rimagridposts .title-widget {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
.widget_rimagridposts #title-block {
  position: relative;
  display: flex;
  justify-content:space-between;
  align-items:center;
}
.widget_rimagridposts #title-block .button.button-subscribe {
  margin-bottom: 30px;
}
.widget_rimagridposts #latest-posts .blog-posts .meta-date {
  color:#201f22;
  font-weight: 400 !important;
}
.widget_rimagridposts #latest-posts .blog-posts .post-meta .categories {
  font-weight: 400 !important;
}
#latest-posts .meta-categories, #latest-posts .meta-date,
#latest-posts header.title {
  text-align: inherit;
}
#latest-posts .post .textleft .title:after {
  left: 15px !important;
  margin-left: 0 !important;
}
#latest-posts .post .textleft .title.hr-sep:after {
  left: 0px !important;
}
#latest-posts .post .textright .title:after {
  right: 15px !important;
  left: auto !important;
  margin-left: 0 !important;
}
#latest-posts .post .textright .title.hr-sep:after {
  right: 0px !important;
}
.meta-categories {
  line-height: 1.2em;
}

.meta-date {
  color: #a0a1a2;
  font-weight: 400;
  position: relative;
}
.post-meta .meta-date {
  padding-right: 30px;
}
.post-meta .meta-date:after {
  content: "";
  width: 15px;
  height: 1px;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  border-top: 1px solid #cecbd2;
  right: 0;
}
.no-sep {
  padding: 0 !important;
  margin: 0 !important;
}
.no-sep:after {
  display: none !important;
}
.meta-categories a {
  color: inherit;
  display: inline-block;
  position: relative;
  padding: 0 15px;
}
.meta-categories a:after,
.meta-categories a:first-child:before {
  content: ".";
  height: 10px;
  width: 2px;
  line-height: 10px;
  display: block !important;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -9px;
}
.meta-categories a:after {
  left: auto;
  right: 0px;
}
.post .meta-date span {
  padding-right: 5px;
}
.post-meta .meta-date {
  margin-bottom: 0;
}
.post.standard .meta-date {
  margin-bottom: 14px;
}

.single .post.featured .meta-date {
  margin-bottom: 44px;
}

.search-no-results .meta-date.separator,
.post .meta-date.separator {
  padding-top: 16px;
}

.search-no-results #sidebar {
  display: none;
}
.search-no-results #content.span9 {
  float: none;
  padding-right: 15px;
  display: block;
  margin: 0 auto;
}
.content-title {
  letter-spacing: 1px;
  font-size: 18px;
  padding-top: 20px;
  padding-bottom: 4px;
}

.post .meta-date.separator:before,
.custom-heading .separator:before,
.search-no-results .meta-date.separator:before {
  content: '';
  width: 40px;
  height: 0;
  border-top: 1px solid #cdced0;
  position: absolute;
  top: 0%;
  left: 50%;
  margin-left: -20px;
}

.search .custom-heading,
.archive .custom-heading {
  margin-bottom: 65px;
}

.custom-heading {
  text-align: center;
}

.text-uppercase {
  text-transform: uppercase;
}

.custom-heading h2 {
  font-size: 20px;
  margin-bottom: 19px;
  color: #201f22;
  text-transform: uppercase;
}

.custom-heading .separator {
  position: relative;
  color: #8a8b8c;
  font-family: "Roboto";
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-top: 22px;
}

.title h2,
.title h3 {
  font-size: 38px;
  font-family: "Varela Round";
  color: #201f22;
  font-weight: 400;
  margin-bottom: 12px;
  line-height: 1.3em;
}

.page-title {
  letter-spacing: 3px;
  font-weight: 600 !important;
}

.page-title-2 {
  letter-spacing: 2.5px;
  font-weight: 500 !important;
}

.title h2 a,
.title h3 a,
.related-item-title a,
.latest-blog-item-description .title {
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.title h2 a:hover,
.title h3 a:hover,
.related-item-title a:hover,
.latest-blog-item-description .title:hover {
  color: #a7a8aa;
}
.page-template-default .title h2 {
  font-size: 46px;
}
.title.pingbacklist {
  padding-bottom: 0 !important;
  font-size: 16px;
  padding-top: 20px;
}
.pingbacklist {
  text-align: left;
  list-style:none;
  margin-left: 0;
}
.pingbacklist .comment-body {
  padding-top: 15px;
}
.page-template-default .before-content .title h2 {
  margin-bottom: 0;
}
body:not(.single) .post.featured .post-img {
  margin-bottom: 0;
}
.before-content {
  padding-top: 75px;
}
.span12 #content.span9.sidebar-right {
  padding-left: 0;
  padding-right: 25px;
}
.post.featured .title {
  margin: -80px 11% 0;
  position: relative;
  z-index: 9;
}

.post.featured .title {
  background-color: #fff;
  padding: 40px 50px;
}
#latest-list-posts .post {
  margin-bottom: 40px;
}
#latest-list-posts .post.sticky {
  margin-bottom: 54px;
  padding-bottom: 54px;
  background-image: linear-gradient(to right, #a5b2cd 33%, rgba(255,255,255,0) 0%);
  background-position: bottom;
  background-size: 4px 1px;
  background-repeat: repeat-x;
  position: relative;
  
}
.post.sticky .post-excerpt {
  margin-bottom: 30px;
}
#latest-list-posts .post.sticky .post-excerpt {
  margin-bottom: 0px;
}
#latest-list-posts .post.sticky:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 5px;
  background-image: linear-gradient(to right, #a5b2cd 33%, rgba(255,255,255,0) 0%);
  background-position: bottom;
  background-size: 4px 1px;
  background-repeat: repeat-x;
}
#latest-list-posts .post-content-container {
  overflow: hidden;
}
#latest-list-posts .post .post-img-side {
  max-width: 330px;
  display: block;
  width: 100%;
  margin-right: 35px !important;
}

#latest-list-posts .post .post-img-side .post-img {
  margin-bottom: 0;
}

#latest-list-posts .post.format-link .post-img a.overlay-link h2,
#latest-posts .blog-posts .span4.post.format-link .post-img a.overlay-link h2,
#latest-posts .blog-posts .span3.post.format-link .post-img a.overlay-link h2 {
  font-size: 15px;
}
#latest-posts .blog-posts .span6.post.format-link .post-img a.overlay-link h2 {
  font-size: 18px;
}
.post.post-featured .post-img,
#latest-list-posts .post.post-featured .post-img {
  max-width: 100%;
  margin-bottom: 0;
}
.post.post-featured {
  padding-top: 20px;
  margin-bottom: 60px;
}
#latest-list-posts .post.sticky .post-img {
  margin-bottom: 30px;
}
.post.post-featured .post-content {
  position: relative;
  display: flex;
  margin-bottom: 0;
}
.post.post-featured .post-img img {
  opacity: 0.45;
}
.post.post-featured .post-content .meta-over-img {
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 2;
  align-self:center;
  justify-content:center;
}
.post.post-featured .post-content .meta-over-img h2 {
  text-align: center;
  color: #fff;
  font-size: 34px !important;
  font-weight: 700;
}
.post.post-featured .post-content .meta-over-img .meta-date {
  color: #fff;
}
#latest-list-posts .post .post-img.alignleft {
  margin-right: 35px !important;
  margin-bottom: 0;
}
#latest-list-posts .post .title {
  text-align: left;
  padding-top: 9px;
}
#latest-list-posts .post.sticky .title {
  text-align: center;
  padding: 0;
}
#latest-list-posts .post.sticky .title h2 {
  font-size: 34px;
  margin-bottom: 35px;
  font-weight: 700;
}
#latest-list-posts .post .title h2 {
  font-size: 24px;
  margin-bottom: 5px;
}
#latest-list-posts .post .post-meta {
  padding: 0 0 14px 0;
  justify-content: normal;
}
#latest-list-posts .post .post-meta .footer-comment-share {
  display: flex;
}
#latest-list-posts .post .post-meta.footer-meta .post-more a {
  border-color:#e5e6ea;
}
#latest-list-posts .post .post-meta .post-more {
  margin-left: 15px;
}
#latest-list-posts .post .post-content {
    margin-bottom: 37px;
    border: 0;
}
#latest-list-posts .post.sticky .post-content {
    margin-bottom: 0px;
}
#latest-list-posts .post .post-meta .meta-date,
#latest-posts .post.style_4 .post-meta .meta-date {
  color: #201f22;
}
#latest-list-posts .post.sticky .meta-date,
#latest-posts .post.style_4.sticky .meta-date {
  color: #201f22;
  margin-bottom: 20px;
}
.two-dots {
  position: relative;
  padding: 0 14px;
  display: inline-block;
  line-height: 1em;
}
.two-dots:after,
.two-dots:before {
  content: ".";
  width: 2px;
  height: 2px;
  top: 1px;
  line-height: 2px;
  display: block;
  position: absolute;
  left: 0px;
}
.two-dots:before {
  left: auto;
  right: 0;
}
#latest-list-posts .post .post-meta .categories,
#latest-posts .post .post-meta .categories {
  text-transform: uppercase;
  font-size: 11px;
  color: #a29fa6;
  font-weight: 400;
  font-family: "Roboto";
  letter-spacing: 2.5px;
  padding-left: 15px;
  position: relative;
}
#latest-list-posts .post .post-meta .categories a,
#latest-posts .post .post-meta .categories a {
  color: inherit;
}
#latest-list-posts .post .post-meta .categories a:nth-child(n+2),
#latest-posts .post .post-meta .categories a:nth-child(n+2) {
  padding-left: 2px;
  position: relative;
}
#latest-list-posts .post .post-meta .categories a:nth-child(n+2):before,
#latest-posts .post .post-meta .categories a:nth-child(n+2):before {
  content: "-";
  padding-right: 5px;
  color: #a29fa6;
}
#latest-posts .blog-posts .post .post-img,
#latest-posts .blog-posts .post blockquote,
#latest-posts .blog-posts .post .video-container,
#latest-posts .blog-posts .post .iframe-container,
#latest-posts .blog-posts .post .audio-block,
#latest-posts .blog-posts .post div[class*=preview-post-gallery] {
  margin-bottom: 0 !important;
  display: block;
}
#latest-posts .blog-posts .post.style_4 .post-img,
#latest-posts .blog-posts .post.style_4 blockquote,
#latest-posts .blog-posts .post.style_4 .video-container,
#latest-posts .blog-posts .post.style_4 .iframe-container,
#latest-posts .blog-posts .post.style_4 .audio-block,
#latest-posts .blog-posts .post.style_4 div[class*=preview-post-gallery],
#latest-posts .blog-posts .post.style_5 .post-img,
#latest-posts .blog-posts .post.style_5 blockquote,
#latest-posts .blog-posts .post.style_5 .video-container,
#latest-posts .blog-posts .post.style_5 .iframe-container,
#latest-posts .blog-posts .post.style_5 .audio-block,
#latest-posts .blog-posts .post.style_5 div[class*=preview-post-gallery] {
  margin-bottom: 29px !important;
}

#latest-posts .post.sticky .post-img,
.post div[class*=preview-post-gallery] {
  margin-bottom: 24px;
}
#latest-posts .blog-posts .post.sticky.style_1 .post-img,
#latest-posts .blog-posts .post.style_5 .post-img {
  margin-bottom: 24px !important;
}
#latest-posts .post.sticky.style_2 .post-img,
.blog .post.sticky .post-img {
  margin-bottom: 0px;
  display: block;
}
#latest-posts .blog-posts .post.post-size .title {
  padding-bottom: 0;
  padding-top: 34px;
}
#latest-posts .blog-posts .post.style_4 .title {
  margin-bottom: 0 !important;
  padding: 0 !important;
}
#latest-posts .post.style_4 .post-meta {
  padding: 0 0 8px 0;
  justify-content:normal;
}
#latest-posts .post.style_4 .textright .post-meta {
  justify-content: right;
}
#latest-posts .post.style_4 .textcenter .post-meta {
  justify-content: center;
}
#latest-posts .blog-posts .post.style_5 .title h2 {
  margin-bottom: 0 !important;
}
#latest-posts .post.style_5 .post-meta {
  padding: 4px 0 14px;
} 
#latest-posts .post.style_5 .textleft .post-meta {
  justify-content: flex-start;
}
#latest-posts .post.style_5 .textright .post-meta {
  justify-content: flex-end;
}
#latest-posts .blog-posts .post.post-size .title:after {
  bottom: auto;
  top: -7px;
}
#latest-posts .post.sticky.style_2 .title,
.blog .post.sticky .title {
  padding-bottom: 0;
  padding-top: 48px;
}
#latest-posts .post.sticky.style_2 .title h2 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 27px;
}
#latest-posts .post.sticky.style_2 .title:after,
.blog .post.sticky .title:after {
  bottom: auto;
  top: -7px;
}
#latest-posts .blog-posts .post.post-size .title h2 {
  font-size: 24px;
  margin-bottom: 18px;
}
#latest-posts .blog-posts .post.style_5 .title h2 {
  font-size: 23px;
}
#latest-posts .blog-posts .post.post-size.style_4 .title h2 {
  font-size: 28px;
  margin-bottom: 24px;
}
#latest-posts .blog-posts .post.post-size.style_2 .title h2 {
  font-size: 20px;
}
#latest-posts .blog-posts .post.post-size .sharebox .social-icons li a i {
  font-size: 14px;
}
#latest-posts .blog-posts .post.post-size .sharebox .social-icons li a {
  color: inherit;
}
#latest-posts .blog-posts .post.post-size {
  margin-bottom: 48px;
}
#latest-posts .blog-posts .post.post-size.style_5 {
  margin-bottom: 33px;
}
#latest-posts .blog-posts .post.post-size.style_4 {
  margin-bottom: 70px;
}
#latest-posts .blog-posts .post.post-size.style_3 {
  margin-bottom: 54px;
}
#latest-posts .blog-posts .post.style_2 .post-content,
.blog .post.sticky .post-content {
  background-color: #fff;
  padding:0 20px 15px;
}
#latest-posts .blog-posts .post.sticky.style_2 .post-content {
  padding: 0 45px 15px;
}
#latest-posts .blog-posts .post.style_2 .post-content .post-excerpt {
  text-align: center;
}
.disable-lines,
.disable-lines:after {
  background: none !important;
  padding-bottom: 0 !important;
}
.justify-center {
  justify-content:center !important;
}
.justify-center.post-meta .meta-date:after,
.justify-center.post-meta .sharebox:before {
  display: none;
}
.justify-center.post-meta .meta-date,
.justify-center.post-meta .sharebox {
  padding: 0;
  margin: 0;
}
.blog .post.sticky .post-img img {
  height: 550px;
  width: 100%;
  object-fit:cover;
}
.blog .post.sticky .post-content,
#latest-posts > .post.sticky .post-content {
  border: 1px solid #e5e5e5;
  margin-top: -1px;
  padding: 0 35px 20px;
}
.blog #latest-list-posts .post.sticky .post-content,
.blog #latest-posts .post.sticky .post-content  {
  padding: 0;
}
.blog #latest-posts .post.sticky .post-content {
  border: 0;
}
.blog #latest-list-posts .post.sticky .post-content .post-excerpt {
  padding: 0 35px 0px;
}
.no_widgets_sidebar {
  float: none;
  display: block;
  margin: 0 auto;
  padding: 0 15px;
}
.post.sticky:not(.has-post-thumbnail) .post-content .title:after,
#latest-posts .post.sticky .title:after {
  display: none !important;
}
#latest-posts .post.sticky .title, body.blog #latest-list-posts .post.sticky .title {
  padding-top: 0;
}
#latest-posts .blog-posts .post-content-container > div:last-child {
  margin-bottom: 0;
}
#latest-posts .post.sticky.style_2 .post-meta,
.blog .post.sticky .post-meta {
  background-image: none;
  padding-bottom: 32px;
}

#latest-posts .blog-posts .style_3 .post-meta.footer-meta {
  justify-content:center;
  padding-top:0;
}
#latest-posts .blog-posts .textright .post-meta.footer-meta {
  justify-content:right;
}
#latest-posts .blog-posts .textleft .post-meta.footer-meta {
  justify-content:left;
}
#latest-posts .post-excerpt {
  text-align: inherit !important;
}
#latest-posts .post.sticky.style_2 .post-meta .meta-date {
  color: #201f22;
}
#latest-posts .post.sticky.style_2 .post-meta:after,
.blog .post.sticky .post-meta:after {
  display: none;
}
.blog #latest-posts .post.sticky .post-meta:after {
  display: block;
}
#latest-posts .blog-posts .post.style_2 {
  margin-bottom: 40px;
}
#latest-posts .blog-posts .post.style_2 .post-content-container {
  -webkit-box-shadow: 0 0 15px 1px rgba(3,3,3,0.15);
  box-shadow: 0 0 15px 1px rgba(3,3,3,0.15);
}
/** 
* 7.2 - Post sharebox 
*/

.post.standard .sharebox {
  position: relative;
  overflow: hidden;
}
.post.standard .sharebox .social-icons {
  display: inline-block;
}
.post.standard .sharebox .social-icons li a {
  font-size: 14px;
}
.post.standard .sharebox .social-icons .social-email {
  margin-right: 0;
  width: 15px;
}
#content:not(.single) .post.standard .sharebox:before, #content:not(.single) .post.standard .sharebox:after {
    position: absolute;
    top: 11px;
    overflow: hidden;
    width: 50%;
    height: 0px;
    border-top: 1.2px dashed #e1e4e4; 
    content: '';
}
#content:not(.single) .post.standard .sharebox:before {
    margin-left: -56%;
    text-align: right;
}
#content:not(.single) .post.standard .sharebox:after {
  margin-left: 6%;
}

/** 
* 7.3 - Single post 
*/

.single-post .post.featured .title {
  background-color: #fff;
  margin-top: -165px;
}
.post.single-post figure.post-img {
    margin-bottom: -2px;
}
.single-post .post.featured .title h2 {
  margin-bottom: 0;
  padding-bottom: 20px;
}

.single-post .post.featured .title .meta-date time,
.single-post .post.featured .title .meta-date .meta-categories {
  display: inline;
  display: inline-block;
  margin: 0 10px;
}

.single-post .post.featured .title .meta-date .meta-categories a {
  display: inline-block;
  border: 1px solid;
  border-color: #a5b8c0;
  line-height: 16px;
  padding: 2px 5px;
}

.gallery-caption {
  font-size: 11px;
  font-weight: 400;
  font-family: "Roboto";
  text-transform: uppercase;
}

.post .post-img {
  margin-bottom: 24px;
}

.post.span6 .post-img {
  margin-bottom: 38px;
}

.sliderposts .post-img {
  background-color: transparent;
  display: block;
  margin-bottom: 0 !important;
}

.sliderposts .post-img:hover img {
  opacity: 0.45;
}
.sliderposts .owl-stage-outer.owl-height {
    min-height: 180px;
}
.post-img {
  overflow: hidden;
  display: block;
  width: auto;
  background-color: #000;
}
.post-img > a {
  display: block;
  position: relative;
  -webkit-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-backface-visibility: hidden;
  
}
.post-img a img {
  -webkit-backface-visibility: hidden;
  opacity: 1;
  position: relative;
  margin-bottom: -1px;
  -webkit-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.post-password-form {
  max-width: 50%;
}

.post-password-form label {
  margin-bottom: 8px;
}

.post-password-form input {
  margin-bottom: 20px;
}

.masonry-page .post-img img {
  width: 100%;
}

.post-img > a:hover {
  -webkit-transform: scale(1.07);
  -moz-transform: scale(1.07);
  -ms-transform: scale(1.07);
  transform: scale(1.07);
}
.post-img a:hover img {
  opacity: 0.8;
}

.video-container {
  position:relative;
  padding-bottom:56.25%;
  height:0;
  overflow:hidden;
  margin-bottom: 33px;
}
.post-layout-nosidebar .wide-image .video-container {
  margin-bottom: 0;
}
.video-container iframe, .video-container object, .video-container embed, .video-container .wp-video, .video-container .wp-video-shortcode {
  position:absolute;
  top:0;
  left:0;
  width:100% !important;
  height:100% !important;
}
.video-container video,
.video-container iframe video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.iframe-container {
  margin-bottom: 24px;
}
.iframe-container iframe {
  width: 100% !important;
  max-width: 100% !important;
  margin-bottom: 0 !important;
}
.audio-block {
  position: relative;
  margin-bottom: 24px;
}
.audio-overlay {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
}
.audio-overlay .wp-audio-shortcode,
.audio-block .post-img {
  margin-bottom: 0;
}
.post .post-excerpt {
  text-align: left;
}
body:not(.single-post) .post-content .post-excerpt p img {
  padding-top: 9px;
  padding-bottom: 13px;
}
.post-content .post-excerpt h4 {
  padding-top: 2px;
  margin-bottom: 19px;
}
.post.standard .post-excerpt {
  margin-bottom: 0;
}

.post-excerpt ul li {
  padding-left: 15px;
}

.post-meta .post-more {
  overflow: hidden;
  text-align: center;
}

.post-meta .post-more a {
  display: inline-block;
  position: relative;
  background:none;
  border: 1px solid;
  color: #201f22;
}

@keyframes metaMoreIn {
    0%   {opacity: 0; transform:translateX(-15px);}
    100%  {opacity: 1; transform:translateX(0);}
}

@keyframes metaMoreOut {
    0%   {opacity: 1; transform:translateX(0px);}
    100%  {opacity: 0; transform:translateX(15px);}
}

.post-meta .post-more a i {
  font-size: 22px;
  line-height: 24px;
  transition:all .4s ease;
}

.post-meta .post-more a .icon1 {
  animation-name: metaMoreIn;
  animation-duration: .3s;
  font-size: 14px;
}

.post-meta .post-more a:hover .icon1 {
  animation-name: metaMoreOut;
  animation-duration: .3s;
  animation-fill-mode: forwards;
}

.post-meta .post-more a .icon2 {
  animation-name: metaMoreOut;
  animation-duration: .3s;
  opacity: 0;
  transform:translateX(-15px);
  position: absolute;
  top: 50%;
  margin-top: -14px;
  left:50%;
  margin-left: -13px;
}

.post-meta .post-more a:hover .icon2 {
  animation-name: metaMoreIn;
  animation-duration: .3s;
  animation-fill-mode: forwards;
}

.block-title.title {
  text-align: center;
}

.block-title.title h3 {
  font-size: 13px;
  letter-spacing: 1.5px;
  font-weight: 500;
  margin-bottom: 31px;
}

.blog .post.standard .post-excerpt {
  min-height: 100px;
}

.post-excerpt iframe {
    max-width: 100%;
    width: 100%;
}

.gallery-block {
  position: relative;
  padding-right: 80px;
  margin-bottom: 30px;
}

.gallery-block .gallery-image-2 {
  position: absolute;
  right: 0;
  top: 10%;
  padding: 10px 0 10px 10px;
  background-color: #fff;
  height: 80%;
  width: auto;
}

.gallery-block .gallery-image-2 img {
  object-fit:cover;
  height: 100%;
}

.gallery-caption {
  background-color: #fafafa;
  border: 1px solid #ededed;
  padding: 5px 10px;
  border-top: 0;
  overflow: hidden;
}
.gallery[class*="gallery-columns-"] {
  margin-right: -15px;
  margin-left: -15px;
  overflow: hidden;
}
.gallery[class*="gallery-columns-"] .gallery-item {
  float: left;
  display: inline;
  position: relative;
  margin-bottom: 15px;
  padding: 0 15px;
}
.gallery[class*="gallery-columns-"] .gallery-item .gallery-icon img {
  width: 100%;
}
.gallery-columns-1 .gallery-item {
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33.33333%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-6 .gallery-item {
  width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
  width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  width: 11.1111%;
}


.masonry-wrap { 
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  margin: 0 -3px 40px;
}

.masonry-brick {
  flex:auto;
  width: 50%;
  min-width: 200px;
  padding: 3px;
}

.masonry-brick:nth-child(n+3){
  width: 100%;
}

.post .post-more a:hover:after {
  right: -28px;
}

.post .post-content {
  margin-bottom: 29px;
}
#latest-posts .post-content .post-excerpt .content-size {
  max-width: 1000px;
  margin: 0 auto;
}
.single .post .post-content {
  margin-bottom: 20px;
}
.single.post-layout-fullwidth-alt .post .post-content {
  max-width: 720px;
  margin: 0 auto 20px; 
}
.post .post-meta,
.single .post-meta {
  padding: 10px 0 17px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items:center;
  flex-direction:row;
  justify-content:space-between;
}
.post .post-meta .content-size {
  display: flex;
  align-items:center;
  flex-direction:row;
  justify-content:space-between;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.instagram-item-post {
  float: left;
  clear: both;
}

.instagram-meta {
  overflow: hidden;
  width: 100%;
}
.instagram-meta .instagram-logo {
  float: left;
}
.instagram-meta  {
  font-family: inherit;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 24px;
  padding-top: 7px;
  padding-left: 1px;
}
.instagram-meta .instagram-logo i {
  font-size: 16px;
  line-height: 24px;
  padding-right: 10px;
  display: block;
  float: left;
}
.instagram-meta .instagram-stats i {
  font-size: 15px;
  line-height: 24px;
  display: block;
  float: left;
}
.instagram-meta .instagram-stats .likes {
  font-weight: bold;
  display: inline-block;
  float: left;
  letter-spacing: 1.1px;
}
.instagram-meta .instagram-logo .name {
  display: inline-block;
  float: left;
  letter-spacing: 1.1px;
}
.instagram-meta .instagram-stats {
  float: right;
  color: #b3b3b3;
  padding-right: 1px;
}

#latest-posts .post,
body.blog .post,
body.single-post .post {
  margin-bottom: 58px;
}
#latest-posts .post .post-meta,
body.blog .post .post-meta,
body.archive .post .post-meta,
body.single-post .post .post-meta,
.single .post-meta {
  /*Horizontal*/
  padding: 10px 0 36px;
  background-image: linear-gradient(to right, #a5b2cd 33%, rgba(255,255,255,0) 0%);
  background-position: bottom;
  background-size: 4px 1px;
  background-repeat: repeat-x;
}
#latest-posts .post .post-meta:after,
body.blog .post .post-meta:after,
body.archive .post .post-meta:after,
body.single-post .post .post-meta:after,
.single .post-meta:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 5px;
  background-image: linear-gradient(to right, #a5b2cd 33%, rgba(255,255,255,0) 0%);
  background-position: bottom;
  background-size: 4px 1px;
  background-repeat: repeat-x;
}
body.blog .post:not(.has-post-thumbnail) .title:after,
body.single-post .post:not(.has-post-thumbnail) .title:after,
body.blog #latest-list-posts .post .post-meta:after,
body.blog #latest-list-posts .post .title:after,
body.archive #latest-list-posts .post .post-meta:after {
  display: none !important;
}
body.blog .post.sticky:not(.has-post-thumbnail) .post-content {
  padding-top: 20px;
}
body.blog .post.has-post-thumbnail .title:after,
body.single-post .wide-image.post .title:after {
  display: block !important;
}
body.blog .post.has-read-more .title:after {
  display: none !important;
}
body.blog #latest-list-posts .post .post-meta,
body.archive #latest-list-posts .post .post-meta {
  background: none;
}
.page #content .page {
  margin-bottom: 25px;
}

#main {
  overflow: hidden;
}
.mb0 {
  margin-bottom: 0 !important;
}
.meta-comment {
  display: inline-block;
  color: #333333;
}
.meta-comment > a,
.meta-comment > span {
  color: #201f22;
  font-size: 11px;
  text-transform: uppercase;
  font-family: "Roboto";
  letter-spacing: 2.5px;
  line-height: 36px;
  font-weight: 400;
  display: inline-block;
}
.meta-comment > a {
  width: auto;
  max-width: 38px;
  height: 38px;
  border: 1px solid #e5e6ea;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  padding: 0 10px;
  border-radius: 19px;
  display: block;
  margin-right: 13px;
  white-space: nowrap;
}
.meta-comment a:hover {
  max-width: 230px;
  color: #201f22;
}
.meta-comment a i {
  font-size: 18px;
  float: left;
  margin-right: 10px;
  line-height: 32px;
  font-weight: 400;
}
.meta-sharebox > i {
  font-size: 18px;
  float: left;
  line-height: 35px;
  font-weight: 400;
  opacity: 1;
  transition: all 0.3s ease-in-out 0.7s;
}
.meta-sharebox {
  width: auto;
  max-width: 38px;
  height: 38px;
  border: 1px solid #e5e6ea;
  overflow: hidden;
  transition: all 0.6s ease-in-out 0.3s;
  padding: 0 10px;
  border-radius: 19px;
  display: block;
  white-space: nowrap;
}
.meta-sharebox:hover {
  max-width: 300px;
}
.meta-sharebox:hover > i {
  margin-left:-28px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.meta-sharebox {
  cursor: pointer;
}

.post-meta.footer-meta .meta-sharebox .sharebox {
  display: inline-block;
  line-height: 36px;
  padding-left: 10px;
  margin-left: 0;
}
.post-meta.footer-meta .meta-sharebox .sharebox:before {
  display: none;
}
.post-meta-tags {
  overflow: hidden;
  margin-bottom: 40px;
}
.extra-wrap {
  overflow: hidden;
}
.post-meta-tags .meta-tags {
  display: block;
  font-size: 14px;
  color: #b8b6bb;
  padding: 8px 0 8px 0;
}

.post-meta-tags .meta-tags i {
  color: #201f22;
  padding-right: 15px;
  font-size: 14px;
}

.post-meta-tags .meta-tags a {
  font-size: 14px;
  color: #b8b6bb;
  font-family: 'Roboto';
}
.post-meta-tags .meta-tags a:hover {
  color: #201f22;
}
.post-meta .sharebox {

}
.post-meta .sharebox a {
  color: #b8b6bb;
  font-size: 14px;
}
.post-meta .sharebox a i {
  font-size: inherit;
  line-height: inherit;
}
.post-meta .sharebox .social-email {
  margin-right: 0;
}

.post {
  margin-bottom: 90px;
}

/* 
* 7.4 - Recent Posts Section
*/

.recent-posts {
  padding: 0 20px;
}

.wp-audio-shortcode {
  margin-bottom: 30px;
}

.recent-posts .recent-post-item .post-img {
  margin-bottom: 15px !important;
}
.recent-posts .recent-post-item .post-img {
  background-color: transparent;
}
.recent-posts .recent-post-item .title {
    margin-bottom: 0 !important;
}
.recent-posts .recent-post-item .post-img:hover a img {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
p > .mb0 {
  margin-bottom: -20px;
}
#main .elementor .elementor-widget:not(.elementor-widget-text-editor) figure {
  margin-bottom: 24px;
}
#main .elementor .elementor-widget.elementor-widget-rima-slider-posts figure {
  margin-bottom: 0;
}
body.elementor-editor-active .page-loading {
  display: none !important;
}
.recent-posts .recent-post-item .post-more {
  text-align: center;
}

.recent-posts .recent-post-item {
  padding: 0 10px !important;
}

.recent-posts .recent-post-item .post-more .title h3 {
  font-size: 18px;
  margin-bottom: 3px;
  letter-spacing: 0px;
}
#latest-posts .post .meta-categories,
body.blog .post .meta-categories {
  margin-bottom: 16px;
}
body.single-post .post .meta-categories {
  margin-bottom: 20px;
}
#latest-posts .post .title,
body.blog .post .title,
body.archive .post .title,
body.single-post .post .title,
.before-content header.title,
body.search header.title {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 21px;
  z-index: 2;
}
body.single-post .post .title {
  padding-bottom: 26px;
}
body.single-post.post-layout-nosidebar .post .title {
  margin-bottom: 30px;
}
body.search header.title {
  margin-bottom: 20px;
  padding-bottom: 0 !important;
}
body.search header.title:after,
body.single-post .post.format-image header.title:after {
  display: none !important;
}
#latest-posts .post .title:after,
body.blog .post .title:after,
body.single-post .post .title:after,
.before-content header.title:after,
body.search header.title:after {
  content: "";
  width: 1px;
  height: 15px;
  border-left: 1px solid;
  position:absolute;
  bottom: -8px;
  left: 50%;
}
.post-layout-nosidebar .post .title:after {
  top:-8px;
  bottom: auto;
}
.post-layout-nosidebar .post .title {
  padding-top: 40px;
  padding-bottom: 0 !important;
}
.title.hr-sep {
  padding-bottom: 2px !important;
  margin-bottom: 23px !important;
}
.title.hr-sep:after {
  top: auto !important;
  bottom: 0px !important;
  height: 1px !important;
  width: 66px !important;
  border:0 !important;
  left: 50% !important;
  margin: 0 0 0px -33px !important;
  border-bottom: 2px solid !important;
}
.hr-sep-width {
  max-width: 66px;
}
.post-layout-nosidebar #sidebar {
  padding-top: 40px;
}
.post-layout-nosidebar #page-wrap-blog {
  padding-top: 0;
}
#page-wrap-blog.fullwidth {
  overflow: hidden;
}
.post-layout-nosidebar .single-post-gallery {
  margin-bottom: 0;
}
.post-layout-nosidebar #content.span12 {
  max-width:75%;
  margin: 0 auto 25px;
  padding: 0 28px;
  float: none;
  display: block;
}
#pagination.hide {
  display: none !important;
}

.post-meta .sharebox {
  position: relative;
  padding-left: 30px;
  margin-left: 30px;
}
.single-post .post-meta .sharebox {
  margin-left: 0;
}
.post-meta .sharebox:before  {
  content: "";
  width: 15px;
  height: 1px;
  border-top: 1px solid;
  color: #cecbd2;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
}
.readmore-icon {
  color: #1a2423;
  font-size: 20px;
}
#latest-posts #infscr-loading {
  text-align: center;
}
#latest-posts #infscr-loading div {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  font-size: 11px;
  font-family: "Roboto";
  text-transform: uppercase;
  color: #a29fa6;
  letter-spacing: 2.5px;
}

#latest-posts #infscr-loading img,
#latest-posts #infscr-loading div {
  
}

#latest-posts .post:last-child {
  margin-bottom: 52px;
}

#latest-posts .mb35 {
  margin-bottom: 35px;
}
.loadmore {
    display: inline-block;
    position: relative;
    background: none;
    border: 1px solid #b8b6bb;
    color: #201f22;
}
.header-version3 .loadmore {
  background-color: #201f22;
  border-color:transparent;
  color: #fff;
}
.loadmore span {
  display: block;
}

.loadmore-container {
  text-align: center;
}

.loadmore:hover {
  color: #201f22;
} 

.loadmore.active {
  color: #cccccc !important;
  background-color: #ededed !important;
  border-color: transparent !important;
  cursor: default;
}
.loadmore.active:hover {
  color: #cccccc !important;
  background-color: #ededed !important;
  border-color: transparent !important;
}
.loadmore.hide {
  display: none;
}

.post.standard, .post.featured {
  margin-bottom: 55px;
}

.post.format-video .post-img {
  position: relative;
}

.single .wide-image {
  max-width: 1170px;
  margin: 0 auto;
  padding-top: 70px;
}
.single .wide-image.post {
  margin-bottom: 45px !important;  
}
.single .wide-image.post .single-post-gallery {
  margin-bottom: 0 !important;
}
.single .fullwidth-image {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 58px;
}
.post-layout-fullwidth-alt .fullwidth-image {
  margin-bottom: 0;
}
.post-layout-fullwidth-alt .fullwidth-image {
  position: relative;
}
.post-layout-fullwidth-alt .fullwidth-image .overlay-title {
  position: absolute;
  top: 50%;
  transform:translateY(-50%);
  width: 100%;
  z-index: 9;
}
.post-layout-fullwidth-alt .fullwidth-image .overlay-title .meta-categories,
.post-layout-fullwidth-alt .fullwidth-image .overlay-title .title h2,
.post-layout-fullwidth-alt .fullwidth-image .overlay-title .post-meta .meta-date,
.post-layout-fullwidth-alt .fullwidth-image .overlay-title .post-meta .meta-read {
  color: #fff !important;
}
.post-layout-fullwidth-alt .fullwidth-image .overlay-title .title h2,
.post-layout-fullwidth-alt .fullwidth-image .overlay-title .title h1 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 27px;
}
.post-layout-fullwidth-alt .fullwidth-image .overlay-title .post-meta {
  float: left;
  padding: 2px 17px;
  background-color: rgba(255,255,255, 0.2) !important;
  position: absolute;
  left: 50%;
  transform:translateX(-50%);
  top: 100%;
}
.post-layout-fullwidth-alt .fullwidth-image .overlay-title .post-meta .meta-date:after {
  border-top: 1px solid #ffffff;
}
.post-layout-fullwidth-alt .fullwidth-image .overlay-title .meta-categories {
  margin-bottom: 18px;
}
.post-layout-fullwidth-alt .fullwidth-image .overlay-title .post-meta .meta-read,
.post-layout-fullwidth-alt .fullwidth-image .overlay-title .meta-categories,
.post-layout-fullwidth-alt .fullwidth-image .overlay-title .post-meta .meta-date {
  font-weight: 400 !important;
}
.post-layout-fullwidth-alt .fullwidth-image .overlay-title .post-meta .meta-read {
  padding-left: 15px;
  margin-bottom: 0;
}
.post-layout-sideimage header.title,
.post-layout-sideimage header.title .meta-categories {
  text-align: left;
}
.no-sep-title {
  padding-bottom: 7px !important;
}
.no-sep-title:after {
  display: none !important;
}
.no-dots,
.no-dots a {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.no-dots:after,
.no-dots:before,
.no-dots a:after,
.no-dots a:before {
  display: none !important;
  font-size: 0;
}
.no-dots-meta, .no-dots-meta:after {
  background: none !important;
}
.single .fullwidth-image .single-post-gallery {
  margin-bottom: 0;
}
.post-layout-fullwidth .post .title {
  padding-bottom: 7px !important;
}
.post-layout-fullwidth .post .title:after {
  display: none;
}
.post-layout-fullwidth .owl-gallery .owl-nav div.owl-next,
.post-layout-fullwidth-alt .owl-gallery .owl-nav div.owl-next {
  right:10px;
}
.post-layout-fullwidth .owl-gallery .owl-nav div.owl-prev,
.post-layout-fullwidth-alt .owl-gallery .owl-nav div.owl-prev {
  left: 10px;
}
.single .wide-image .owl-gallery img,
.single .fullwidth-image .owl-gallery img,
.single .wide-image .post-img img,
.single .fullwidth-image .post-img img  {
  width: 100%;
  height: 615px;
  object-fit:cover;
}
.single .fullwidth-image .post-img img {
  height: 725px;
}
.single .fullwidth-image .post-img img {
  opacity: 0.65;
}
.single .fullwidth-image .post-img {
  background-color: #000;
  display: block;
}
.fullwidth-image .slideshow_2 .owl-stage-outer.owl-height {
  background-color: #000;
}
.fullwidth-image .slideshow_2 .owl-item div img {
  opacity: 0.55;
}
.post-masonry {
  opacity: 0; 
}
.post-masonry .title h3 {
  font-size: 20px;
}
.map-container {
  position: relative;
  height: 550px;
  padding-top: 47%;
}
.map-container #map {
  position: absolute;
  top: 0;
  padding-top: 47%;
  width: 100%;
  height: 100%;
}
.masonry-page > .span6 {
  padding-left: 0;
  padding-right: 0;
}
.masonry-page #content {
  position: relative;
}
.masonry-page #content #infscr-loading {
  position: absolute;
  bottom: 0;
  width: 140px;
  margin-left: -70px;
  left:50%;
  text-align: center;
}
.masonry-page #content #infscr-loading img {
  display: none !important;
}
#posts-masonry-featured {
  min-height: 1px;
}
.post-masonry.already-visible {
  opacity: 0;
  transform: translateY(150px);
  animation: come-in 0.8s ease forwards;
}
.post-masonry.already-visible:nth-child(odd) {
  transform: translateY(200px);
  animation-duration: 0.5s; /* So they look staggered */
}
.come-in:not(.already-visible) {
  transform: translateY(150px);
  animation: come-in 0.8s ease forwards;
}
.come-in:not(.already-visible):nth-child(odd) {
  transform: translateY(150px);
  animation-duration: 0.6s; /* So they look staggered */
}

@keyframes come-in {
  to { transform: translateY(0); opacity: 1;}
}

.single .post-content-container {
  margin-bottom: 55px;
}

.single .post-content .post-img img {
  width: 100%;
  height: auto;
}

.author-info, .author-description {
  overflow: hidden;
}

.author-info {
  margin-bottom: 47px;
  text-align: center;
  padding: 0 50px;
}

#related-posts {
  padding-bottom: 60px;
}

body.search #related-posts {
  padding-top: 60px;
  padding-bottom: 0;
}

.author-title {
  font-size:22px;
  text-transform: capitalize;
  color: #201f22;
  margin-bottom: 16px;
  line-height: 1em;
}

.author-avatar {
  width: 90px;
  height: 90px;
  overflow: hidden;
  border-radius: 100%;
  margin: 0 auto 16px;
  display: inline-block;
}
.author-bio {
  margin-bottom: 17px;
}

.related-posts-item {
  position: relative;
}
.related-item-title {
  font-size: 18px;
  color: #fff;
  margin-bottom: 5px;
}

.related-posts-item .post-img {
  margin-bottom: 0px !important;
  background-color: #201f22;
  display: block;
}
.related-posts-item .post-img img {
  opacity: 0.45;
}
.related-posts-item  .overlay-data {
  position: absolute;
  bottom: 28px;
  width: 100%;
  text-align: center;
  padding: 0 15px;
  left: 0;
}
.related-meta-date {
  color: #b8b6bb;
  font-family: "Roboto";
  font-size: 11px;
  text-transform: uppercase;
  position: relative;
  line-height: 1em;
}
/** 
 * 7.5 - Post comments 
*/

#related-posts h2,
#comments #reply-title,
#comments-title,
.write-comment h3 {
  font-size: 11px;
  font-family: 'Roboto';
  color: #201f22;
  letter-spacing: 2.5px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 22px;
  position: relative;
  overflow: hidden;
}
#related-posts h2 {
  margin-bottom: 17px;
}
#comments-title {
  margin-bottom: 28px;
}
#comments #reply-title {
  text-align: left;
}
#related-posts h2:after,
#comments-title:after,
#related-posts h2:before,
#comments-title:before {
    position: absolute;
    top: 50%;
    overflow: hidden;
    width: 15px;
    height: 1px;
    margin-top: -1px;
    border-top: 1px solid #cecbd2;
    content: '';
}

#related-posts h2:before,
#comments-title:before {
    margin-left: -30px;
    text-align: right;
}

#related-posts h2:after,
#comments-title:after {
  margin-left: 15px;
}

#related-posts h2 > span,
#comments #reply-title > span,
#comments-title > span {
  display: inline-block;
  color: inherit;
}

.write-comment h3 {
  margin-bottom: 0px;
  line-height: 25px;
}
.write-comment h4 {
  margin-bottom: 0;
}
#respond-inputs {
  margin: 0 -10px 20px;
}

#respond-inputs .span6 {
  padding: 0 10px 0px;
}

#respond-textarea textarea {
  border: 0;
  padding: 0;
}
#comments {
  background-color: #f5f5f5;
  padding: 50px 40px 55px;
}
#commentform {
  position: relative;
}
.page-template-default #comments {
  padding-top: 70px;
}
#respond-textarea {
  padding:20px 20px 70px;
  background: #fff;
}

#respond-textarea textarea {
  height: 53px;
}

#commentform .form-submit {
  position: absolute;
  bottom: 20px;
  right: 20px;
  margin-bottom: 0;
}

.commentlist,
.commentlist .comment {
  list-style:none;
  color: inherit;
}

.comment-body {
  padding-top: 37px;
}

#respond {
  padding-top: 37px;
}

.commentlist .children {
  margin: 0px 0 0px 50px;
}

.commentlist .children li:last-child .comment-body {
  margin-bottom: 0;
}

.commentlist > li:first-child > .comment-body {
  border: 0;
  padding-top: 0;
}

.comment-body .author-avatar {
  width: 50px;
  height: 50px;
}

.comment-body .comment-text{
  overflow: hidden;
  text-align: left;
}

.comment .author {
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-direction:row;
  align-items:center;
  justify-content:space-between;
  margin-bottom: 7px;
}

.comment .author-title {
  margin-right: 20px;
  font-size: 16px;
  margin-bottom: 0;
}

.comment .meta-date {
  margin-bottom: 0;
  line-height: 1em;
}
.flex-end {
  display: flex;
  flex-direction:row;
  align-items:center;
}
.comment-edit-link {
  color: #b8b6bb;
  text-decoration: none !important;
}

.comment-edit-link:hover {
  text-decoration: underline;
}

.author .comment-reply {
  padding-left: 30px;
  margin-left: 15px;
  position: relative;
}
.author .comment-reply:before {
  content: "";
  width: 15px;
  height: 1px;
  border-top: 1px solid #cecbd2;
  top: 50%;
  margin-top: -1px;
  left: 0;
  display: block;
  position: absolute;
}
.author .comment-reply a {
  text-transform: uppercase;
  font-size: 11px;
  color: #201f22;
  font-weight: 400;
  font-family: "Roboto";
  letter-spacing: 2.5px;
  text-align: center;
}

.author .comment-reply a:hover {
  color: #a5b8c0;
}

#comments .navigation {
  position: relative;
}
#comments .navigation .page-numbers {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 400;
  color: #b8b6bb;
  position: relative;
  display: inline;
  display: inline-block;
  letter-spacing: 2.5px;
  font-family: "Roboto";
  padding: 0 17px;
  height: 31px;
  line-height: 29px;
  border: 1px solid #e5e5e5;
  border-radius: 16px;
}
#comments .navigation a.page-numbers:hover,
#comments .navigation .page-numbers.current {
  border-color: #8a8b8c !important; 
}
#comments .navigation .next,
#comments .navigation .prev {
  display: block;
  position: absolute;
  top: 0;
  width: auto;
}

#comments .navigation .prev {
  left: 0;
}

#comments .navigation .next {
  right: 0;
}
/** 
 * 7.6 - Post navigation 
*/
#post-navigation {
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #e5e6e8;
  padding: 21px 0 17px;
  position: relative;
  display: flex;
  flex-direction:row;
  align-items:center;
  justify-content:space-between;
  margin-bottom: 55px;
}
#post-navigation:after {
  content: "";
  width: 1px;
  height: 60px;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  left: 50%;
  border-left: 1px solid #e5e6e8;
}
#post-navigation .prev {
  padding-right: 15px;
}
#post-navigation .next {
  padding-left: 15px;
}
#post-navigation .next {
  align-self:flex-end;
}
#post-navigation .prev i,
#post-navigation .next i {
  display: inline-block;
  font-size: 18px;
  text-align: center;
  color: #a29fa6;
}

.prev-post-label,
.next-post-label {
  display: flex;
  flex-direction:row;
  justify-content:center;
  align-items:center;
  overflow: hidden;
}
.prev-post-label:after,
.next-post-label:after {
  zoom: 1;
  clear: both;
}
.next-post-title,
.prev-post-title {
  overflow: hidden;
  max-width: 300px;
}
.prev-post-title {
  padding-left: 14px;
}
.prev-post-title h2,
.next-post-title h2 {
  font-size: 16px;
  line-height: 19px;
  margin: 0px;
  color: #201f22;
  overflow: hidden;
  text-overflow: ellipsis;
}

.prev-post-title time,
.next-post-title time {
  color: #b8b6bb;
  font-size: 11px;
  font-family: 'Roboto';
  text-transform: uppercase;
}

.next-post-title {
  text-align: right;
  display: inline-block;
  padding-right: 11px;
}

.single-post-gallery {
  margin-bottom: 35px;
}

.featured-post-img {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 670px;
}

.featured-post-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.single-post .post-content {
  position: relative;
}
.single-post .meta-over-img {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9;
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(90,90,90,0) 65%, rgba(70,70,70,0.12) 73%, rgba(37,37,37,0.4) 86%, rgba(1,1,1,0.52) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(90,90,90,0) 65%,rgba(70,70,70,0.12) 73%,rgba(37,37,37,0.4) 86%,rgba(1,1,1,0.52) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(90,90,90,0) 65%,rgba(70,70,70,0.12) 73%,rgba(37,37,37,0.4) 86%,rgba(1,1,1,0.52) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#85010101',GradientType=0 ); /* IE6-9 */
}
.header-version3 .single-post .post-img img {
  height: 100vh;
  object-fit:cover;
  width: 100%;
}
.single-post.post .post-img {
  display: block;
  width: 100%;
}
.single-post .meta-over-img .title {
  position: absolute;
  bottom: 80px;
  width: 100%;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
.single-post.post .post-img,
.single-post.post .post-content {
  margin-bottom: 0;
}
.single-post .meta-over-img .title h2,
.single-post .meta-over-img .title .meta-categories a {
  color: #fff;
}
#pagination {
  text-align: center;
  overflow: hidden;
  padding-bottom: 37px;
}

#pagination a,
#pagination span {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
  display: inline;
  display: inline-block;
  letter-spacing: 2.5px;
  font-family: "Roboto";
  padding: 0;
}

#pagination .next {
  float: right;
}
#pagination .next:after {
  content: "\f101";
  font-family: 'FontAwesome';
  font-size: 14px;
  color: #b8b6bb;
  padding-left: 7px;
}
#pagination .previous:before {
  content: "\f100";
  font-family: 'FontAwesome';
  font-size: 14px;
  color: #b8b6bb;
  padding-right: 7px;
}
#pagination .previous {
  float: left;
}

#pagination a {
  color: #201f22;
}

#pagination .nonactive {
  display: none;
}

#pagination span {
  color: #696969;
}

#pagination a:hover {
  border-color: #696969 !important;
}
.post.format-link .post-img {
  position: relative;
  display: block;
}
.post.format-link .post-img a.overlay-link {
  position: absolute;
  display: block;
  z-index: 9;
  width: auto;
  left: 50%;
  top: 50%;
  transform:translate(-50%, -50%);
  padding: 27px 30px;
  min-width: 59.175%;
  background-color: #fff;
}
.post.format-link .post-img a.overlay-link h2 {
  font-size: 26px;
  color: #a8a8a9;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
}
.pagination_post a,
.pagination_post span {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-family: 'Roboto';
  font-weight:700;
  font-size: 11px;
  color: #a29fa6;
  display: inline-block;
}
.pagination_post {
  padding-top: 20px;
}

.single-post .pagination_post {
  padding-top: 30px;
}
.single-post.post {
  margin-bottom: 0;
}
.pad-left-80 {
  padding-left: 65px;
}

.pagination_post > span,
.pagination_post a:hover span {
  background-color: #f5f5f5;
  color: #201f22;
}
/** 
 * 8.0 - Post slider
*/
.post-slider.post-slider-center .owl-stage-outer.owl-height,
.post-slider.fullwidth .owl-stage-outer.owl-height {
  height: auto !important;
}
.post-slider-item {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.slider-three-per-row .post-slider-item {
  width: 100%;
}
.fullwidth .post-slider-item {
  width: 100%;
  max-height: 650px;
}
.post-slider-center .post-slider-item {
  width: 1170px;
}
.post-slider.fullwidth {
  overflow: hidden;
  margin-bottom: 30px;
}

.post-slider.fullwidth .post-slider-item .post-img img {
  width: 100%;
  height: 650px;
  object-fit:cover;
}

.bottom-border-radius img {
  border-bottom-left-radius: 60% 12.8% !important;
  border-bottom-right-radius: 60% 12.8% !important;
}
.bottom-border-radius .vc_figure > div,
.bottom-border-radius .elementor-image {
  position: relative;
  overflow: hidden;
  padding-bottom: 77px;
}
.bottom-border-radius .vc_figure > div:before,
.bottom-border-radius .elementor-image:before {
  content: ""; 
  position: absolute; 
  bottom: 0px; 
  left: 50%; 
  transform:translateX(-50%);
  height: 60%;
  width: 116%;
  border-radius: 100%; 
  border-bottom: 77px solid #fff;
  }
.bottom-border-radius {
  overflow: hidden;
}
.owl-item .post-slider-item .post-img {
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -ms-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
  display: block;
  background:none;
}

.owl-item .post-slider-item .post-img img {
  opacity: 1 !important;
  transform:none !important;
}

.post-slider-item .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.35;
  z-index: 2;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -ms-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

.owl-item.active.center .post-slider-item .overlay {
  opacity: 0;
  display: none !important;
}

.post-slider-item .post-more.style_1 {
  position: absolute;
  bottom:0px;
  left: 50%;
  width: 100%;
  transform:translate(-50%, 0px);
  padding: 0px;
  text-align: center;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  opacity: 1;
  z-index: 3;
}

.post-slider-item .post-more.style_2 {
  position: absolute;
  top:0%;
  left: 0%;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 3;
  display: flex;
  align-items:center;
  justify-content:center;
}

.post-slider-item .post-more.style_1 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#010101+100,010101+100&0+0,0+65,0.12+73,0.4+86,0.52+100 */
  background: -moz-linear-gradient(top, rgba(1,1,1,0) 0%, rgba(1,1,1,0.6) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(1,1,1,0) 0%, rgba(1,1,1,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(1,1,1,0) 0%, rgba(1,1,1,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00010101', endColorstr='#85010101',GradientType=0 ); /* IE6-9 */
}

.post-slider-item .post-more.style_1.disable-shadow {
  background: none !important;
  filter: none !important;
}

.sticky .header-wrap {
	padding: 10px;
	text-align: center;
	background-color: rgba(26, 36, 35, 0.9);
}

.sticky .header-inner {
	width: 100%;
	height: 100%;
	border: 1px solid rgba(255,255,255, 0.15);
	padding: 34px 25px 42px;
}

.sticky .header-wrap .meta-date {
	margin-bottom:0;
  color: #a6a9ac;
}

.sticky .header-wrap .meta-categories a,
.sticky .header-wrap .title h2 {
	color:#fff;
}

.post-slider-item .post-more .post-more-inner {
  width: 100%;
  height: 100%;
  padding: 100px 25px 15px;
}
.post-slider-item .post-more.style_2 .post-more-inner {
  padding: 25px;
  height: auto;
  width: 100%;
}
.post-slider-item .post-more .read-more-hover {
  overflow: hidden;
  height: 18px;
  position: relative;
  zoom:1;
}
.post-slider-item .post-more .post-more-link {
  display: inline-block;
  font-size: 11px;
  line-height: 1em;
  font-weight: 400;
  font-family: "Roboto";
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  background-color: rgba(255,255,255,0.2);
  padding: 13px 35px 14px;
  border-radius: 19px;
}
.post-slider-item .post-more.style_1 .post-more-link {
  margin-bottom: 20px;
  margin-top: 20px;
}
.post-slider-item .post-more h3 {
  font-size: 38px;
  line-height: 1.3em;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0px;
  letter-spacing: -0.2px;
  max-width: 80%;
  margin: 0 auto 12px;
}
.post-slider.slider-three-per-row.container .post-more h3 {
  font-size: 24px;
}
.post-slider-item .post-more.style_2 h3 {
  font-size: 30px;
  margin-bottom: 0;
}
.post-slider-item .post-more.style_2 .post-more-link {
  margin-top: 35px;
}
.post-slider-fullwidth .post-more.style_2 h3 {
  font-size: 42px;
}
.post-slider-item .post-more .meta-categories {
  font: 400 11px/1em "Roboto";
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 25px;
}
.post-slider-item .post-more .meta-categories a {
  color: #fff;
  display: inline-block;
  position: relative;
  padding: 0 15px;
}
.post-slider-item .post-more .meta-categories a:after,
.post-slider-item .post-more .meta-categories a:first-child:before {
  content: ".";
  height: 10px;
  width: 2px;
  line-height: 10px;
  display: block !important;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -9px;
}
.post-slider-item .post-more .meta-categories a:after {
  left: auto;
  right: 0px;
}
.post-slider-item .post-more .meta-categories a,
.post-slider-item .post-more h3 a {
  transition: color 0.4s ease;
}
.post-slider-item .post-more .meta-categories a:hover,
.post-slider-item .post-more h3 a:hover  {
  color: #b5b5b5;
}
.slider-post-categories {
  margin-bottom: 25px !important;
}
.slider-post-title {
  margin-bottom: 27px !important;
}
.slider-post-title h2 {
  font-weight: 700 !important;
}
.slider-post-excerpt {
  margin-bottom: 40px;
}
.slider-post-description {
  display: flex;
  align-items: stretch;
  justify-content:space-between;
}
.slider-post-description .slider-post-more {
  background-color: #fff;
  color: #201f22;
  display: flex;
  align-items:center;
  justify-content:center;
  width: 148px;
  height: 148px;
}
.slider-post-description .slider-post-more:hover {
  background-color: #201f22;
  color: #fff;
}
.slider-post-description .slider-post-more i {
  font-size: 30px;
  line-height: 1em;
}
.slider-post-date-title {
  display: flex;
  align-items:center;
  padding-right: 40px;
}
.slider-post-date-title .slider-post-title {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.slider-post-meta .slider-post-date,
.slider-post-meta .slider-meta-catlist {
  font-size: 11px !important;
  line-height: 1em !important;
  text-transform: uppercase;
  color: #201f22;
  letter-spacing: 1px !important;
}
.slider-post-meta .slider-meta-catlist {
  display: inline-block;
  padding-left: 46px !important;
  position: relative;
  color: #828386;
}
.slider-post-date-title .slider-post-meta {
  margin-bottom: 17px;
  line-height: 1em !important;
}
.slider-post-meta .slider-meta-catlist a {
  color: inherit;
  font-size: 11px !important;
}
.slider-post-meta .slider-meta-catlist:before {
  content: "";
  width: 15px;
  height: 1px;
  border-bottom: 1px solid;
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -1px;
}
/** 
 * 9.0 - Page scroll progress
*/

.pie-wrapper {
    display: none
}
.show-progress-indicator .pie-wrapper {
  display: block;
  position: fixed;
  bottom: 25px;
  left: 30px;
  width: 38px;
  height: 38px;
  background-color: #f0f0f0;
  border-radius: 999px;
  opacity: 0;
  -webkit-transition: opacity 150ms linear;
  -moz-transition: opacity 150ms linear;
  -ms-transition: opacity 150ms linear;
  -o-transition: opacity 150ms linear;
  transition: opacity 150ms linear;
  z-index: 1199
}

.pie-top-button {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  z-index: 1201;
  background-color: #f3f3f3;
  text-align: center;
  line-height: 16px;
  color: #a5b8c0;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: opacity 150ms linear;
  -moz-transition: opacity 150ms linear;
  -ms-transition: opacity 150ms linear;
  -o-transition: opacity 150ms linear;
  transition: opacity 150ms linear;
  opacity: 0;
  visibility: hidden;
  display: none;
}

.pie-wrapper:hover .pie-top-button {
  opacity: 1;
  visibility: visible;
  display: block;
}

.show-progress-indicator .pie-wrapper.show {
    opacity: 1
}

.pie,
.mask {
    position: absolute
}

.pie--left,
.mask--left {
    border-radius: 999px 0 0 999px;
    border-right: none;
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    transform-origin: 100% 50%
}

.pie--right,
.mask--right {
    border-radius: 0 999px 999px 0;
    border-left: none;
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    transform-origin: 0% 50%
}

.pie {
    background-color: #a5b8c0;
    width: 18px;
    height: 36px;
    top: 1px;
    left: 1px;
    border-radius: 999px 0 0 999px;
    border-right: none;
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    transform-origin: 100% 50%
}

.pie.hide {
    display: none
}

.pie--right {
    border-radius: 0 999px 999px 0;
    border-left: none;
    right: 1px;
    left: auto
}

.mask {
    width: 50%;
    height: 100%;
    background-color: #f3f3f3;
}

.mask.hide {
    display: none
}

.subscribe-block .flex {
  justify-content:center;
}
.subscribe-block .subscribe-title {
  display: flex;
  justify-content:center;
  align-items:center;
  padding: 0 25px;
  width: 75%;
}
.subscribe-block .subscribe-button {
  padding: 0 25px;
  width: 25%;
  text-align: center;
}
.subscribe-block .subscribe-title h2 {
  margin-bottom: 0;
  font-size: 42px;
  line-height: 1.2em;
  font-weight: bold;
}
.subscribe-block .subscribe-title .subtitle {
  padding: 5px 0 5px 43px;
  margin-left: 40px;
  position: relative;
  border-left: 1px solid rgba(200,200,200, 0.3);
  max-width: 195px;
  line-height: 20px;
}
#content .tp-video-play-button {
  width: 100px;
  height: 100px;
  line-height: 100px;
  background-color: #fff;
  border-radius: 50%;
  color: #000;
  display: flex;
  justify-content:center;
  align-items:center;
  margin: -50px 0 0 -50px;
}
#content .tp-video-play-button i,
#content .tp-video-play-button span {
  margin: 0 !important;
}
#content .tp-video-play-button .tp-revstop {
  border-color: #000 !important;
}
.flex-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin:0 -5px;
}
.flex-grid .flex-column {
  width: 100%;
  padding: 0 5px;
  align-items: stretch;
}
.flex-grid.flex-grid-2 .flex-column {
  width: 50%;
  padding: 0 5px;
}
#herosection.flex-grid .flex-column {
  display: flex;             /* nested flex container */
  flex-direction: column;    /* vertical alignment of flex items */
  justify-content: center;   /* center flex items vertically */
  align-items: center;
  text-align: center; 
}
#herosection .full-height-image img {
  width: 100%;
  height: 100%;
  object-fit:cover;
}
#herosection .full-height-image {
  width: 100%;
  height: 100%;
}
#herosection.flex-grid .flex-column.second-column {
  background-color: #c2e8e9;
  padding: 30px 40px; 
}
#herosection .full-height-image {
  padding-right: 5px;
}
#herosection.flex-grid .flex-column.second-column .icon-top i,
#herosection.flex-grid .flex-column.second-column .text-middle h2,
#herosection.flex-grid .flex-column.second-column .link-bottom a {
  color: #fff;
}
#herosection.flex-grid .flex-column.second-column .link-bottom a {
  font-size: 14px;
  letter-spacing: 1.5px;
  border-bottom: 1px solid transparent;
}
#herosection.flex-grid .flex-column.second-column .link-bottom a:hover {
  border-color: inherit;
}
#herosection.flex-grid .flex-column.second-column .icon-top {
  padding-bottom: 105px;
}

#herosection.flex-grid .flex-column.second-column .text-middle {
  padding-bottom: 110px;
}
#herosection.flex-grid .flex-column.second-column .icon-top i {
  font-size: 36px;
}
#herosection.flex-grid .flex-column.second-column .text-middle h2 {
  font-size: 68px;
  line-height: 1.294em;
  font-weight: 700;
  letter-spacing: 1px;
}
#aboutmesection {
  padding: 110px 0 75px 0;
  margin-bottom: 135px;
}
#aboutmesection .section-title {
  padding-top: 15px;
}
#aboutmesection .section-title h3 {
  font-size: 36px;
  font-weight: 700;
}
#aboutmesection .first-column.span6 {
  padding-right: 0;
}
#aboutmesection .text {
  font-size: 16px;
  line-height: 1.8125em;
  margin-bottom: 40px;
}
#aboutmesection .profile-image {
  text-align: center;
  padding: 0 50px 0 55px;
}
#aboutmesection .profile-image img {
  margin-bottom: -150px;
  position: relative;
  width: 100%;
}
.widget_heroaboutme {
  margin-bottom: 95px;
}
/** 
 * 10.0 - Footer 
*/

#before-footer {
  padding: 60px 0 0 0;
  margin: 0 auto;
  display: flex;
  flex-direction:row;
  flex-wrap: wrap;
  z-index: 999;
  background-color: #fff;
}

#before-footer .widget.widget_instagram {
  width: 100%;
}
#before-footer .widget:last-child {
  margin-bottom: 0px;
}

#before-footer .insta-link {
  display: none;
}
#before-footer .widget_instagram .instagram-items {
  padding: 0 5px;
}
#before-footer .widget_instagram .instagram-items .instagram-item {
  padding: 0 5px;
}
body.header-version2 #before-footer .widget_instagram {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 15px 0;
}
body.header-version2 #before-footer .widget_instagram .instagram-items {
  margin: 0 -5px;
  padding: 0px;
}
body.header-version2 #before-footer .widget_instagram .instagram-items .instagram-item {
  width: 25%;
}
body.header-version2 #before-footer .widget_instagram .instagram-items .instagram-item:nth-child(5),
body.header-version2 #before-footer .widget_instagram .instagram-items .instagram-item:nth-child(6) {
  display: none !important;
}
body.header-version2 #content {
  padding-top: 40px;
}
.flex {
  display: flex;
  align-items:center;
  justify-content:space-between;
}
.flex-item {
  width: 38%;
}
.flex-item:last-child {
  width: 22%;
}
#before-footer .widget-title {
  font-size: 12px;
  margin-bottom: 35px;
  font-weight: 500;
  letter-spacing: 1.5px;
}

#footer-copy-block {
  font-weight: 400;
  font-size: 12px;
  color: #c6c6c8;
}

#footer {
  padding: 80px 0 170px;
  background: #fff;
}
#footer.footer-layout-2 {
  padding: 92px 0 90px;
}
#footer.footer-layout-2 .widget_instagram {
  margin-bottom: 94px;
}
#footer .widget-title {
  font-size: 30px;
  letter-spacing: 4px;
  color: #fff;
  margin-bottom: 53px;
}

#footer .logo img {
  margin: 0 0 34px 0;
}

#footer .container .span12.flex-container  {
  display: flex;
  align-items:center;
  position: relative;
  justify-content:center;
}
#footer .container .span12.flex-container #footer-copy-block,
#footer .container .span12.flex-container .social-icons {
  padding: 0 15px;
}

#footer .social-icons li a i {
  font-size: 15px;
  color: #cacacb;
}
#footer.footer-layout-2 .social-icons li a i {
  color: inherit;
}
#footer .social-icons li a:hover i {
  color: inherit;
}

#footer .social-icons {
  text-align: right;
}

#footer .social-icons .unstyled li:last-child {
  margin-right: 0;
}

#footer-nav li a {
  font-size: 10px;
  color: #696969;
}
.page-template-page-widgetized-content #page-wrap {
  overflow: hidden;
}
/** 
 * 11.0 - Gutenberg blocks
*/
#content p.has-drop-cap:not(:focus):first-letter{
  font-weight: bold;
}
.single-post.post-layout-default div#content.span12.single {
    max-width: 875px;
    float: none;
    display: block;
    margin: 0 auto;
}
#content .entry > .has-small-font-size {
  font-size: 12px;
}
#content .entry > .has-large-font-size {
  font-size: 23px;
  line-height: 1.739em;
}
#content .entry > .has-larger-font-size {
  font-size: 32px;
  line-height: 1.5em;
}
#content .wp-block-pullquote {
  padding: 0;
}
.wp-block-cover {
  margin-bottom: 30px;
}
.wp-block-columns {
  margin-bottom: 48px;
  padding-top: 17px;
}
.wp-block-columns .wp-block-column {
  padding-left: 10px;
}
.wp-block-columns .wp-block-column:first-child,
.wp-block-columns.has-2-columns .wp-block-column:nth-child(2n+1),
.wp-block-columns.has-3-columns .wp-block-column:nth-child(3n+1),
.wp-block-columns.has-4-columns .wp-block-column:nth-child(4n+1),
.wp-block-columns.has-5-columns .wp-block-column:nth-child(5n+1),
.wp-block-columns.has-5-columns .wp-block-column:nth-child(6n+1) {
  padding-left: 0;
}
.wp-block-gallery {
  margin-bottom: 20px !important;
}
.wp-block-gallery .blocks-gallery-item {
  padding: 0;
}
.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
  padding-top: 0 !important;
}
.single-post #content.sidebar-right .post .alignwide,
.single-post #content.sidebar-left .post .alignwide,
.page #content.sidebar-right .page .alignwide,
.page #content.sidebar-left .page .alignwide {
  margin-right: -25px;
  margin-left: -25px;
  width: calc(100% + 50px);
}
.single-post #content.sidebar-right .post .wp-block-gallery.alignwide,
.single-post #content.sidebar-left .post .wp-block-gallery.alignwide,
.page #content.sidebar-right .page .wp-block-gallery.alignwide,
.page #content.sidebar-left .page .wp-block-gallery.alignwide {
  margin-right: -33px;
  margin-left: -33px;
  width: calc(100% + 66px);
}
.single-post #content.span12 .post .alignwide,
.single-post #content.span12 .post .alignwide,
#content.page .alignwide {
  margin-right: -163px;
  margin-left: -163px;
  width: calc(100% + 326px);
}
.single-post #content.span12 .post .wp-block-gallery.alignwide,
.single-post #content.span12 .post .wp-block-gallery.alignwide,
#content.page .wp-block-gallery.alignwide {
  margin-right: -171px;
  margin-left: -171px;
  width: calc(100% + 342px);
}
.single-post #content.span9 .post .alignfull,
.page #content.span9 .page .alignfull {
    margin-left: calc(-50vw + (140% / 2) );
    margin-right: calc( -50vw + (140% / 2) );
    max-width: 100vw;
    width: 100vw;
    z-index: 9;
    position: relative;
}
.single-post #content.span12 .post .alignfull,
.single-post #content.span9.no_widgets_sidebar .post .alignfull,
.page #content.span9 .page.no_widgets_sidebar .alignfull
#content.page .alignfull {
    margin-left: calc(-50vw + 50% );
    margin-right: calc( -50vw + 50% );
    max-width: 100vw;
    width: 100vw;
}
.container .span12 .post-slider-fullwidth {
    margin-left: calc( -50vw + 50% );
    margin-right: calc( -50vw + 50% );
    max-width: 100vw;
    width: 100vw;
}
.wp-block-image {
  margin-bottom: 28px;
}
.wp-block-image:last-child {
  margin-bottom: 0;
}
#content .wp-block-quote {
  padding: 55px 40px 53px;
  margin: 0 0 30px 0;
}
#content .wp-block-quote:before {
  position: static;
  top: auto;
  left: auto;
  margin-left: 0;
}
hr.wp-block-separator {
  max-width: 66px;
  border-width:1px;
  border-style:solid;
  margin-bottom: 25px;
}
hr.wp-block-separator.is-style-wide {
  max-width: unset;
}
.wp-block-quote.is-large cite, .wp-block-quote.is-large footer, .wp-block-quote.is-style-large cite, .wp-block-quote.is-style-large footer {
  font-size: 13px !important;
  letter-spacing: 1px;
}
.wp-block-image.alignfull img, .wp-block-image.alignwide img,
.wp-block-image.alignfull, .wp-block-image.alignwide {
  max-width: unset;
}
#content .page .alignfull {

}
/*----------------------*/
.page-loading {
    position: fixed;
    left: 0;
    right: 0px;
    top: 0;
    bottom: 0px;
    background-color: rgba(255, 255, 255, 1);
    z-index: 99999;
    height: 100%;
}
.loader {
  position: absolute;
  margin: -25px 0 0 -25px;
  width: 50px;
  top: 50%;
  left: 50%;
}
.loader:before {
  content: '';
  display: block;
  padding-top: 100%;
}
.woocommerce .loader::before {
  background: none !important;
  position: static !important;
}
.circular {
  -webkit-animation: rotate 2s linear infinite;
          animation: rotate 2s linear infinite;
  height: 100%;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  stroke: #201f22;
  -webkit-animation: dash 1.5s ease-in-out infinite;
          animation: dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}
.wpcf7-form p {
  margin-bottom: 0px;
}
.your-message .wpcf7-textarea {
  height: 140px;
}
.instagram-media {
  margin: 0 auto 30px !important;
}
.hidden {
  display: none;
  visibility: hidden;
}