
@font-face {
    font-family: 'DreamCatcher';
    src: url('fonts/dream_catcher.eot');
    src: url('fonts/dream_catcher.eot?#iefix') format('embedded-opentype'),
    url('fonts/dream_catcher.woff') format('woff'),
    url('fonts/dream_catcher.ttf') format('truetype'),
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Modernline';
    src: url('fonts/modernline.eot');
    src: url('fonts/modernline.eot?#iefix') format('embedded-opentype'),
    url('fonts/modernline.woff') format('woff'),
    url('fonts/modernline.ttf') format('truetype'),
    url('fonts/modernline.svg#ModernPictogramsNormal') format('svg');
    font-weight: normal;
    font-style: normal;
}




/* Header
----------------------------------------*/

@media (min-width: 981px) {
    #main-header.et-fixed-header {
        box-shadow: none !important;
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
    }}

#top-header .et-cart-info,
#et-top-navigation .et-cart-info {
    margin-left: 0px;
    display: none;
}

#main-header {
    box-shadow: none;
}

@media (max-width: 1030px) {
    #et_mobile_nav_menu {
        display: block;
    }

    #top-menu {
        display: none;
    }}




/* Hide top header вЂ“ secondary menu  on scroll */
#top-header {
    overflow:hidden;
    max-height:50px;
    transition:max-height .3s ease;
}

#top-header.et-fixed-header {
    max-height:0;
}

#main-header {
    transition:top .3s ease;
}

#main-header.et-fixed-header {
    top:0!important;
}

.admin-bar #main-header.et-fixed-header {
    top:32px!important;
}




/* Add the class 'cta' to any menu item to turn it into a Call to Action button */
#et-secondary-nav li.cta {
    background-color: #efdac9;
    padding: 5px;
    letter-spacing: 2px;
}

#logo {
    -webkit-transform: initial;
}


/* Collapse Submenus
----------------------------------------*/

.et_pb_menu .et_mobile_menu .menu-item-has-children > a,
#main-header .et_mobile_menu .menu-item-has-children > a {
    background-color: transparent;
    position: relative;
}

.et_pb_menu .et_mobile_menu .menu-item-has-children > a:after,
#main-header .et_mobile_menu .menu-item-has-children > a:after {
    font-family: 'ETmodules';
    text-align: center;
    speak: none;
    font-weight: 600;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    font-size: 18px;
    content: '\4c';
    top: 11px;
    right: 13px;
}

.et_pb_menu .et_mobile_menu .menu-item-has-children.visible > a:after,
#main-header .et_mobile_menu .menu-item-has-children.visible > a:after {
    content: '\4d';
}

.et_pb_menu .et_mobile_menu ul.sub-menu,
#main-header .et_mobile_menu ul.sub-menu {
    display: none !important;
    visibility: hidden !important;
    transition: all 1.5s ease-in-out;
}

.et_pb_menu .et_mobile_menu .visible > ul.sub-menu,
#main-header .et_mobile_menu .visible > ul.sub-menu {
    display: block !important;
    visibility: visible !important;
}


/* Blurb Hover
----------------------------------------*/

.meryl_blurb .et_pb_blurb {
    overflow: hidden;
}

.meryl_blurb .et_pb_blurb img {
    display: block !important;
    width: 100% !important;
}

.meryl_blurb .et_pb_blurb:after {
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important;
}

.meryl_blurb .et_pb_blurb:hover:after {
    width: 100%;
    -webkit-transition-delay: 0.4s !important;
    transition-delay: 0.4s !important;
}

.meryl_blurb .et_pb_blurb .et_pb_blurb_container {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding-bottom: 3vw;
}

.meryl_blurb .et_pb_blurb.et_pb_blurb .et_pb_main_blurb_image {
    background-color: #413b3a;
}


.meryl_blurb .et_pb_blurb .et_pb_main_blurb_image img {
    transition: 0.3s !important;
    height: 640px;
    overflow: hidden;
    object-fit: cover;
}

.meryl_blurb .et_pb_blurb:hover .et_pb_main_blurb_image img {
    opacity: 0.2 !important;
    transform: scale(1.05) !important;
    position: relative;
}

.meryl_blurb .et_pb_blurb .et_pb_blurb_description,
.meryl_blurb .et_pb_blurb .et_pb_blurb_container h4 {
    transform: translate(0, 240px);
    transition: 0.3s !important;
    opacity: 0;
}

.meryl_blurb .et_pb_blurb:hover .et_pb_blurb_description {
    transition-delay: 0.4s !important;
    transform: translate(0, 0);
    opacity: 1;
}

.meryl_blurb .et_pb_blurb:hover .et_pb_blurb_container h4 {
    transition-delay: 0.2s !important;
    transform: translate(0, 0);
    opacity: 1;
}

/* Meryl Blurbs
-----------------------------------------------------*/

.border-hover .et_pb_column {
    position: relative;
}

/*.border-hover .et_pb_column img {
 -webkit-transition: all 0.5s ease-in-out;
 -moz-transition: all 0.5s ease-in-out;
 transition: all 0.5s ease-in-out;
}

.border-hover .et_pb_column:hover img {
 transform: scale(1.1);
}*/

/*.border-hover .et_pb_column .et_pb_image:after {
 position: relative;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background: rgba(0,0,0,0.4);
 content: '';
}*/

.border-hover .et_pb_column .et_pb_promo_description:before {
    top: 50px;
    right: 30px;
    bottom: 50px;
    left: 30px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    position: absolute;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s,
    -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.border-hover .et_pb_column .et_pb_promo_description:after {
    top: 30px;
    right: 50px;
    bottom: 30px;
    left: 50px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    position: absolute;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s,
    -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.border-hover .et_pb_column .et_pb_promo_description:before,
.border-hover .et_pb_column .et_pb_promo_description:after {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.border-hover .et_pb_promo {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.border-hover .et_pb_promo_description {
    position: static !important;
}

@media (max-width: 600px) {

    .border-hover .et_pb_column .et_pb_promo_description:before {
        top: 35px;
        right: 15px;
        bottom: 35px;
        left: 15px;
    }

    .border-hover .et_pb_column .et_pb_promo_description:after {
        top: 15px;
        right: 35px;
        bottom: 15px;
        left: 35px;

    }}



/* Blockquote
----------------------------------------*/
blockquote {
    padding: 20px;
    border-left: none;
    border-top: 3px solid #faf4f0;
    border-bottom: 3px solid #faf4f0;
}

blockquote p {
    font-size: 15px !important;
    line-height: 1.5;
    font-style: italic !important;
    font-family: 'Arapey', georgia, serif;
}


/* Selection
----------------------------------------*/

::-moz-selection {
    background-color: #a97e61;
}

::selection {
    background-color: #a97e61;
}



/* Meryl Portfolio
----------------------------------------*/

.meryl_portfolio .et_pb_portfolio_item {
    background: #fff;
    text-align: center;
    height: 450px!important;
    width: 30.2%!important;
    margin-right: 2%!important;
    display: inline-block;
    float: none;
    vertical-align: top;
    margin: 0 15px 30px 15px;
    position: relative;
    overflow: hidden;
}

.meryl_portfolio .et_pb_portfolio_item:last-child,
.meryl_portfolio .et_pb_portfolio_item:nth-child(3n) {
    margin-right: 0 !important;
}

.meryl_portfolio .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1) {
    clear: none !important;
}

.meryl_portfolio .et_portfolio_image img {
    vertical-align: bottom;
    margin-bottom: 0;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    height: 450px;
}

.meryl_portfolio .et_pb_portfolio_item h2 {
    position: absolute;
    width: 100%;
    top: 43%;
    z-index: 3;
    opacity: 0;
    transition: .3s;
}

.meryl_portfolio .et_pb_portfolio_item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    opacity: 0;
    z-index: 1;
    transition: .3s;
}

.meryl_portfolio .et_overlay {
    display: none;
}

.meryl_portfolio .et_pb_portfolio_item .post-meta {
    position: absolute;
    top: 38%;
    left: 0;
    width: 100%;
    color: #a9882f;
    opacity: 0;
    transition: .3s;
    z-index: 2;
}

/*.meryl_portfolio .et_pb_portfolio_item a:after{
  content: ',';
  margin-left: 2px;
  margin-right: 2px;
}

.meryl_portfolio .et_pb_portfolio_item a:last-child:after {
  display: none;
}*/

.meryl_portfolio .et_pb_portfolio_item:hover h2,
.meryl_portfolio .et_pb_portfolio_item:hover::before,
.meryl_portfolio .et_pb_portfolio_item:hover .post-meta {
    opacity: 1;
}

.meryl_portfolio .et_pb_portfolio_filters {
    margin-bottom: 80px;
}

.meryl_portfolio .et_pb_portfolio_filters ul {
    display: flex;
    justify-content: center;
}

.meryl_portfolio .et_pb_portfolio_filters li a {
    background-color: transparent;
    font-weight: 500;
    border: none !important;
    display: inline-block;
    margin: 5px;
    padding: 12px;
    color: #000;
    background: #FAF5F2;
}

.meryl_portfolio .et_pb_portfolio_filters li a.active {
    color: #faf5f2;
}

.meryl_portfolio .et_pb_portfolio_filters li a.active:hover,
.meryl_portfolio .et_pb_portfolio_filters li a:hover {
    background: #eddbd3;
}

.meryl_portfolio .et_pb_portofolio_pagination {
    display: flex;
    justify-content: center;
    border-top: none !important;
}

.meryl_portfolio .et_pb_portofolio_pagination ul li {
    display: inline-flex;
    width: 60px;
    padding: 0 !important;
    border-radius: 50%;
    margin: 0 5px;
    overflow: hidden;
    transition: .2s;
}

.meryl_portfolio .et_pb_portofolio_pagination ul li a.active,
.meryl_portfolio .et_pb_portofolio_pagination ul li.next,
.meryl_portfolio .et_pb_portofolio_pagination ul li.prev {
    background: #ed6a5a;
}

.meryl_portfolio .et_pb_portofolio_pagination ul li.next,
.meryl_portfolio .et_pb_portofolio_pagination ul li.prev {
    border: 4px solid #f4f4f5;
}

.meryl_portfolio .et_pb_portofolio_pagination ul li.page {
    border: 4px solid #f4f4f5;;
}

.meryl_portfolio .et_pb_portofolio_pagination ul li a {
    text-align: center;
    width: 100%;
    padding: 18px 0;
}

.meryl_portfolio .et_pb_portofolio_pagination ul li.page a {
    color: #1f2732;
}

.meryl_portfolio .et_pb_portofolio_pagination ul li a.active,
.meryl_portfolio .et_pb_portofolio_pagination ul li.next a,
.meryl_portfolio .et_pb_portofolio_pagination ul li.prev a {
    color: #fff !important;
    transition: .2s;
}

.meryl_portfolio .et_pb_portofolio_pagination ul li:hover,
.meryl_portfolio .et_pb_portofolio_pagination ul li:hover a.active {
    border-color: #232323;
    background: #232323 !important;
}

.meryl_portfolio .et_pb_portofolio_pagination ul li:hover a {
    color: #fff;
}

@media (max-width: 767px) {

    .meryl_portfolio .et_pb_portfolio_item {
        width: 100%!important;
    }}




/* Three Column Portfolio Grid
-----------------------------------------------------*/

@media only screen and ( min-width: 768px ) {

    .meryl_portfoliogrid .et_pb_grid_item {
        width: 31.333%!important;
        margin: 0 2.5% 7.5% 0!important;
    }

    .meryl_portfoliogrid  .et_pb_grid_item:nth-child(3n) {
        margin-right: 0 !important;
    }

    .meryl_portfoliogrid  .et_pb_grid_item:nth-child(3n+1) {
        clear: left;
    }

    .meryl_portfoliogrid  .et_pb_grid_item:nth-child(4n+1) {
        clear: unset !important;
    }}





/* Style Back to Top Button
-----------------------------------------------------*/
.et_pb_scroll_top.et-pb-icon {
    background-color: transparent !important;
    border-radius: 0px;
    border: 1px solid #e7eae3
}

.et_pb_scroll_top.et-visible {
    opacity: 1;
    -webkit-animation: fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
    -moz-animation: fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
    -o-animation: fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
    animation: fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
}

.et_pb_scroll_top.et-pb-icon {
    right: 15px;
    bottom: 15px;
    background: #333;
    padding: 10px;
}

.et_pb_scroll_top:before {
    content: "\32";
    color: #2d2d2d
}


/* Post Slider
-----------------------------------------------------*/
.charlize-slider {
    margin: 0px auto;
    overflow: visible;
}

.charlize-slider .et-pb-arrow-next,
.charlize-slider .et-pb-arrow-prev {
    position: absolute;
    top: 40%;
    padding: 50px 0px;
    margin-top: -24px;
    opacity: 1;
    background-color: #ffffff;
}

.charlize-slider.et_pb_slider:hover .et-pb-slider-arrows a.et-pb-arrow-prev {
    left: -22px;
}

.charlize-slider.et_pb_slider:hover .et-pb-slider-arrows a.et-pb-arrow-next {
    right: -22px;
}

.charlize-slider .et-pb-arrow-prev:before {
    content: "\23";
}

.charlize-slider .et-pb-arrow-next:before {
    content: "\24";
}

.charlize-slider .et_pb_slides .et_pb_slide .et_pb_slide_image {
    overflow: hidden;
    max-height: 78%;
}

.et_pb_slide_image img {
    vertical-align: bottom;
    width: 100%;
    height: auto !important;
    max-height: 100% !important;
}


/* Charlize Category Menu
-----------------------------------------------------*/
.charlize_menu .et-menu li:after {
    content: "|";
    margin-right: 0px;
    padding: 0 30px;
    margin-top: 0px;
    color: #ffffff;
    font-size: 18px;
    float: left;
}

.et_slide_menu_top .et-search-form {
    border-radius: 0px;
}

.charlize_menu .et-menu li:last-child:after {
    display:none;
}

/* Footer
----------------------------------------*/

.bottom-nav a {
    font-weight: 400px;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 1px solid #444;
    font-size: 10px !important;
}

.bottom-nav,
.bottom-nav a {
    font-size: 12px;
    text-align: center !important;
    float: none !important;
}

#footer-info {
    float: none;
    padding-bottom: 10px;
    color: #666;
    text-align: center;
}



/* Smarth Login
----------------------------------------*/

.smartPWLogin {
    margin-bottom: 15px;
    overflow: hidden;
    padding: 0;
    display:block;
    margin:0 auto;
    text-align: center;
}

.smartPWLogin input {
    border: 1px solid #bbb !important;
    color: #4e4e4e !important;
    background-color: #fff !important;
    padding: 12px;
    font-size: 14px;
    margin-right: 1%;
    width: 20%;
}

.smartPWLogin input[type=submit] {
    -webkit-appearance: none;
    padding: 12px !important;
    background: #e6b83c !important;
    border-color: #e6b83c !important;
    color: #fff !important;
    cursor: pointer;
}

.smartPWLogin input:hover[type=submit] {
    background: #fff !important;
    color: #454a54 !important;
    border-color: #e6b83c !important;
}



/* WooCommerce
-----------------------------------------------------*/

/*.woocommerce ul.products li.last,
.woocommerce-page ul.products li.last {
    margin-right: 0 !important;
}

.orderby,
.woocommerce div.product form.cart .variations td select {
    padding: 4px 8px;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #666!important;
    background-color: #fff;
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 12px;
    font-weight: 500;
    border: 1px solid #454a54;
}

body .et_pb_button:hover,
.woocommerce a.button.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce-page input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce #content input.button.alt:hover,
.woocommerce-page #content input.button.alt:hover,
.woocommerce a.button:hover,
.woocommerce-page a.button:hover,
.woocommerce button.button:hover,
.woocommerce-page button.button:hover,
.woocommerce input.button:hover,
.woocommoliviaerce-page input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce #content input.button:hover,
.woocommerce-page #content input.button:hover {
  color: #fff;
}

.woocommerce a.button.alt,
.woocommerce-page a.button.alt,
.woocommerce button.button.alt,
.woocommerce-page button.button.alt,
.woocommerce input.button.alt,
.woocommerce-page input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce-page #respond input#submit.alt,
.woocommerce #content input.button.alt,
.woocommerce-page #content input.button.alt,
.woocommerce a.button,
.woocommerce-page a.button,
.woocommerce button.button,
.woocommerce-page button.button,
.woocommerce input.button,
.woocommerce-page input.button,
.woocommerce #respond input#submit,
.woocommerce-page #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page #content input.button,
.woocommerce a.button {
  color: #fff;
}

body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs,
body.woocommerce div.product .woocommerce-tabs ul.tabs {
  background: #f7f6f5;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-bottom: 1px solid #f7f6f5;
}

body.woocommerce .woocommerce-tabs {
    margin: 30px 0 45px;
    border: 1px solid #f7f6f5;
}

body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li,
body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li.active,
body.woocommerce div.product .woocommerce-tabs ul.tabs li,
body.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    border-right: 1px solid #f7f6f5;
    background: #f7f6f5;
}

.entry-summary .entry-title,
.woocommerce div.product .product_title,
.woocommerce div.product p.price,
.woocommerce-page div.product p.price  {
    margin-bottom: 2% !important;
}

.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals,
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    width: 100%;
    margin-bottom: 10% !important;
}

.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .price del,
.woocommerce-page ul.products li.product .price,
.woocommerce-page ul.products li.product .price del,
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    color: #666!important;
    font-size: 14px;
    text-align: center;
}

.woocommerce .products .star-rating,
.woocommerce-page .products .star-rating {
    margin: 0 auto 2%!important;
}

.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
    border-top: 1px solid #ebe9eb;
    padding: 4px 0 0;
    text-align: center;
}

.woocommerce .woocommerce-breadcrumb {
    display:none;
}

.woocommerce div.product {
    margin-bottom: 0;
    position: relative;
}

.woocommerce span.onsale,
.woocommerce-page span.onsale {
    position: absolute;
    z-index: 2;
    top: 10px!important;
    left: 10px!important;
    min-width: 0!important;
    min-height: 0!important;
    margin: 0!important;
    padding: 6px 18px!important;
    -webkit-border-radius: 0px!important;
    -moz-border-radius: 0px!important;
    border-radius: 0px!important;
    color: #454a54;
    background: #efdac9 !important;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    text-shadow: none!important;
    line-height: inherit!important;
}

.entry-summary p.price span {
    font-size: 20px!important;
}

.woocommerce-product-gallery__wrapper {
    margin: 0;
    max-height: 600px;
    overflow: hidden;
}

.woocommerce ul.products li.product {
  overflow: hidden;
}

.product .related h2 {
    padding-bottom: 16px;
    font-size: 20px!important;
}

@media (max-width: 600px){
.woocommerce ul.products[class*=columns-] li.product,
.woocommerce-page ul.products[class*=columns-] li.product {
    width: 100%;
    float: left;
    clear: both;
    margin: 0 0 2.992em;
}}

/* Password
-----------------------------------------------------*/

.post-password-required .et_password_protected_form {
    min-height: initial;
    width: 70%;
    margin: 12% auto;
    text-align: center;
    border: 5px solid #d8cec5;
    padding: 5%;
}

.et_password_protected_form .et_submit_button {
    display: block;
    float: none;
    margin: 8px auto 0;
    font-family: inherit;
    cursor: pointer;
}

.et_password_protected_form p input {
    background-color: #faf4f0;
    border: none !important;
    width: 100% !important;
    border-radius: 0 !important;
    font-size: 14px;
    color: #999 !important;
    padding: 16px !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* 404 page no sidebar
-----------------------------------------------------*/
.no-sidebar #sidebar{
    display:none;
}

.search-no-results #main-content .container,
.search-no-results #content-area, .search-no-results #left-area {
    padding: 0 !important;
    margin: 0 ;
    width: 100% !important;
    max-width: none;
}

.search-no-results #sidebar {
    display: none;
}

.search-no-results .et_pb_post:last-child {
    margin-bottom: 0;
}







/*Change Post, Project & Archive Page Sidebars from one fourth to one third*/

.container::before {
    display:none;
}

.single-project div#left-area {
    width: 66.66%;
}
.single-project div#sidebar {
    width: 33.33%;
}

.archive div#left-area {
    width: 66.66%;
}

.archive div#sidebar {
    width: 33.33%;
}

.search div#left-area {
    width: 66.66%;
}

.search div#sidebar {
    width: 33.33%;
}


@media only screen and ( max-width: 600px ) {
    .single-project div#left-area {
        width: 100%;
    }

    .single-project div#sidebar {
        width: 100%;
    }

    .single-post div#left-area {
        width: 100%;
    }

    .single-post div#sidebar {
        width: 100%;
    }

    .archive div#left-area {
        width: 100%;
    }

    .archive div#sidebar {
        width: 100%;
    }

    .search div#left-area {
        width: 100%;
    }
    .search div#sidebar {
        width: 100%;
    }}


/*.et_right_sidebar #left-area {
    float: left;
    padding-right: 3%;
}

.et_pb_gutters4.et_right_sidebar #left-area {
    padding-right: 3%;
}

.archive .et_pb_post .entry-title {
    text-transform: uppercase;
    margin-top: 3%;
}



/* Sidebar
----------------------------------------*/

.et_pb_widget.widget_media_image:first-of-type,
#sidebar .et_pb_widget.widget_media_image:first-of-type {
    margin-bottom: -10px;
}

#sidebar .widget_text:nth-of-type(2n),
.et_pb_widget.widget_text:nth-of-type(2n) {
    background-color: #FAF5F2;
    padding: 30px;
}

.et_pb_widget.widget_text:nth-of-type(3n),
#sidebar .et_pb_widget.widget_text:nth-of-type(3n){
    background-color: #fff;
    padding: 0px;
}

.widgettitle {
    margin: 0 0 15px;
    text-align: center;
    font-size: 20px !important;
    letter-spacing: 1px;
}


/* Blog Latest Posts
----------------------------------------*/

.latest-post {
    margin: 0 0 26px;
    text-align: left;
}

.latest-post-img {
    display: inline-block;
    margin: 0 4% 4px 0;
    vertical-align: top;
    width: 35%;
    height: 90px;
    overflow: hidden;
}

.latest-post-img img {
    vertical-align: middle;
    max-width: 100%;
    vertical-align: middle;
    max-width: 104%;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.latest-post-content {
    display: inline-block;
    width: 59%;
}

.latest-post {
    text-align: left;
}

.latest-post-title h6 {
    font-size: 12px;
    line-height: 22px;
    font-weight: 600;
    text-align: left !important;
    text-transform: uppercase;
}

.latest-post .latest-post-title a:hover{
    color:#be9656;
}

.latest-post .post-meta-elements{
    font-size: 12px;
}
.latest-post .meta-post-cat i,
.latest-post .meta-post-date i{
    right: 5px;
    position: relative;
}

.latest-post .post-meta-elements,
.latest-post .post-meta-elements a {
    color: #767676;
    display: inline-block;
    font-size: 13px;
    line-height: 1.4;
}

.latest-post .post-meta-elements > div {
    display: inline-block;
}

.latest-post .post-meta-elements a:after{
    content: ',';
    margin-left: 2px;
    margin-right: 2px;
}



/* Highlight around text
-----------------------------------------------------*/

.bold-highlight p,
.bold-highlight h2,
.bold-highlight h3,
.bold-highlight h4  {
    background-color: #eddbd3;
    line-height: 1.7em;
    padding-bottom: 0px;
    display: inline;
    box-shadow: 10px 0 0px 0px #eddbd3, -5px 0 0px 0px #eddbd3;
    box-decoration-break: clone;
}



/* Instagram Feed
-----------------------------------------------------*/

#sb_instagram .sbi_follow_btn {
    text-align: center;
    float: none;
}


div#sb_instagram #sbi_load .sbi_load_btn,
div#sb_instagram .sbi_follow_btn a {
    border-radius: 0;
    color: #fff !important;
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    z-index: 99;
    background: #222;
    padding: 14px 40px;
    position: relative;
}

div#sb_instagram #sbi_load .sbi_load_btn:hover,
div#sb_instagram .sbi_follow_btn a:hover {
    box-shadow: inset 0 0 10px 20px #171616;
    color: #fff !important;
}


#sb_instagram #sbi_load .sbi_load_btn {
    display: none !important;
}


/* Style Back to Top Button
-----------------------------------------------------*/
/*.et_pb_scroll_top.et-pb-icon {
    background-color: #efd84a;
    border-radius: 0px;
}

.et_pb_scroll_top.et-visible {
    opacity: 1;
    -webkit-animation: fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
    -moz-animation: fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
    -o-animation: fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
    animation: fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
}

.et_pb_scroll_top.et-pb-icon {
    right: 15px;
    bottom: 15px;
    background: #333;
    padding: 10px;
}


.et_pb_scroll_top.et-pb-icon:hover {
    background: #000;
}

.et_pb_scroll_top:before {
    content: "\21";
}



/* Woocommerce
-----------------------------------------------------*/
.woocommerce #content .quantity input.qty,
.woocommerce .quantity input.qty,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-page #content .quantity input.qty,
.woocommerce-page .quantity input.qty {
    height: 39px;
    border: 1px solid #423c3a !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #000!important;
    background-color: #fff !important;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    font-weight: 300!important;
}

body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs,
body.woocommerce div.product .woocommerce-tabs ul.tabs {
    margin: 0!important;
    padding: 0!important;
    background: #f7f6f5;
}

body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs,
body.woocommerce div.product .woocommerce-tabs ul.tabs {
    margin: 0!important;
    padding: 0!important;
    background: #f7f6f5;
}

.woocommerce .woocommerce-breadcrumb {
    display: none;
}

.woocommerce div.product {
    margin-bottom: 0;
    position: relative;
}

.woocommerce span.onsale,
.woocommerce-page span.onsale {
    position: absolute;
    z-index: 2;
    top: 10px!important;
    left: 10px!important;
    min-width: 0!important;
    min-height: 0!important;
    margin: 0!important;
    padding: 6px 18px!important;
    -webkit-border-radius: 0px!important;
    -moz-border-radius: 0px!important;
    border-radius: 0px!important;
    color: #454a54;
    background: #efdac9 !important;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    text-shadow: none!important;
    line-height: inherit!important;
}

.entry-summary p.price span {
    font-size: 20px!important;
}

.woocommerce-product-gallery__wrapper {
    margin: 0;
    max-height: 600px;
    overflow: hidden;
}

.woocommerce ul.products li.product {
    overflow: hidden;
}

.product .related h2 {
    padding-bottom: 16px;
    font-size: 20px!important;
}

@media (max-width: 600px){
    .woocommerce ul.products[class*=columns-] li.product,
    .woocommerce-page ul.products[class*=columns-] li.product {
        width: 100%;
        float: left;
        clear: both;
        margin: 0 0 2.992em;
    }}





/*** Hide Sidebar for category archive pages ***/
.category  #sidebar {
    display:none;
}

/*** Hide Sidebar for category archive pages ***/
.category div#left-area {
    width: 100%;
}

.category .entry-featured-image-url {
    height: 340px;
    object-fit: cover;
    overflow: hidden;
}



/*Reduce post nav button size on mobile*/

@media all and (max-width: 479px) {
    .single span.ds-single-nav-previous a[rel~="prev"],
    .single span.ds-single-nav-next a[rel~="next"] {
        font-size: 10px;
        padding: .7em .75em !important;
    }
}



/*Remove excess padding from the form fields*/

.single p.comment-form-author,
.single p.comment-form-comment,
.single p.comment-form-email,
.single p.comment-form-url {
    padding-bottom: 0;
}

/*Align the form fields on larger screens*/
@media all and (min-width: 768px) {
    .single #commentform input#author {
        width: 48.5%;
        float: left;
    }
    .single #commentform input#email {
        width: 48.5%;
        float: right;
    }
    .single #commentform input#url {
        width: 100%;
    }
}


/* Preloader
-----------------------------------------------------*/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 9999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}

.preloader .status {
    margin: -35px 0 0 -35px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}

.et_pb_image .et_overlay:before {
    color: #e8eced;
}



/* Jane Archives and categories
-----------------------------------------------------*/
/*.blog #left-area,
.archive #left-area,
.search #left-area {
  padding-bottom: 50px
}

.blog .et_pb_post .wrapped,
.archive .et_pb_post .wrapped,
.search .et_pb_post .wrapped {
  padding: 2em;
  text-align: center;
  background-color: #f4f3ee;
  margin: -7em auto 0;
  width: 90%;
  z-index: 3;
  position: relative;
  box-shadow: 13px -13px 50px -18px rgba(0,0,0,0.12);
  transition: all .4s cubic-bezier(.53, .06, .28, .99);
}

.blog .et_pb_post .entry-featured-image-url:after,
.archive .et_pb_post .entry-featured-image-url:after,
.search .et_pb_post .entry-featured-image-url:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -1px;
  right: 0;
  left: 0;
  top: 70%;
  z-index: 3;
}

.blog .et_pb_post .entry-featured-image-url:before,
.archive .et_pb_post .entry-featured-image-url:before,
.search .et_pb_post .entry-featured-image-url:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 2;
  transition: all .4s cubic-bezier(.53, .06, .28, .99);
  transition: all .4s cubic-bezier(.53, .06, .28, .99);
  cursor: pointer;
}

/* Meryl General Blog and Sidebar
-----------------------------------------------------*/

body.single .et_post_meta_wrapper h1,
body.single #left-area .et_pb_post .post-meta {
    text-align: center;
}

body.single #left-area .et_pb_post p {
    text-align:justify
}

.single #main-content .container:before {
    display: none;
}

.archive #left-area,
.search #left-area,
.single #left-area,
.et_pb_gutters2.et_right_sidebar #left-area {
    width: 70.334%;
    padding-right: 4.5%;
}

#sidebar,
.et_pb_gutter.et_pb_gutters2 #sidebar {
    float: right;
    width: 29.666%;
}

.archive #sidebar,
.search #sidebar,
.single #sidebar {
    width: 29.666%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 60px;
}


.et_pb_post .entry-content {
    padding-top: 10px;
}

.single-post div#sidebar .et_pb_widget,
.et_pb_module.et_pb_widget_area .et_pb_widget,
#sidebar .et_pb_widget {
    margin-bottom: 40px !important;
    /*padding: 20px;*/
    /*border: 1px solid #FAF5F2;*/
    text-align: center;
}

.et_pb_widget_area_left {
    border-right: none;
    padding-right: 0px;
}

/*Style the search box*/

.single #sidebar .widget_search input#s,
.single #sidebar .widget_search input#searchsubmit {
    border-radius: 0;
}

.widget_search input#s,
.widget_search input#searchsubmit,
.et_pb_module.et_pb_widget_area input#searchsubmit {
    padding: .7em;
    height: 40px!important;
    margin: 0;
    line-height: normal!important;
    border: 1px solid #FAF5F2;
    color: #000;
    border-radius: 0;
}

.widget_search #searchsubmit,
.single #sidebar .widget_search input#searchsubmit,
.et_pb_search input.et_pb_searchsubmit {
    background: #000;
    color: #fff !important;
    background: transparent;
    color: transparent;
    border: none;
    z-index: -1;
}

.single #sidebar .widget_search #searchform:after,
.et_pb_module.et_pb_widget_area #searchform:after,
.et_pb_search .et_pb_searchform:after {
    content: '\55';
    font-family: 'ETModules';
    position: absolute;
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    right: 10px;
    top: 10px;
}

/*Style Categories*/

#sidebar .et_pb_module.et_pb_widget_area .widget_categories,
.et_pb_module.et_pb_widget_area .widget_categories,
.single-post .widget_categories {
    margin-bottom: 40px !important;
    background-color: #fff;
    padding: 20px;
    border: 1px solid #FAF5F2;
}

#sidebar .widget_categories a,
.et_pb_module.et_pb_widget_area .widget_categories a {
    display: block;
    padding: 14px;
    line-height: 1.2;
    background-color: #faf4f0;
    transition: all .4s cubic-bezier(.53, .06, .28,.99);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    text-align:center;
    font-size: 12px;
}

#sidebar .widget_categories a:hover,
.et_pb_module.et_pb_widget_area .widget_categories a:hover {
    padding-left: 1.2em;
    border-color: #fff!important;
    background-color: #a97e61;
    color: #fff !important;
}

.et_pb_widget.widget_media_image:first-of-type,
#sidebar .et_pb_widget.widget_media_image:first-of-type {
    margin-bottom: -10px !important;
}

/*.et_pb_module.et_pb_widget_area .widget_text,
.single-post .widget_text,
#sidebar .widget_text {
    background-color: #FAF5F2;
    padding: 30px;
}

/*Style Single post*/

body.single #left-area .et_pb_post .post-meta {
    font-weight: 500 !important;
    color: #000 !important;
}



/* Single Post Navigation */

#single-post-nav {
    display: flex;
    justify-content: space-between;
    margin-top: 5%;
    padding-top: 5%;
    clear: both;
}

#single-post-nav .single-nav-next {
    text-align: right;
}

#single-post-nav .single-nav-next .et_pb_button,
#single-post-nav .single-nav-prev .et_pb_button {
    color: #000 !important;
}

#single-post-nav .et_pb_button:after {
    display: none;
}

#single-post-nav .et_pb_button {
    padding: 0 !important;
    margin-bottom: 5px;
    border: none;
    background: none !important;
    border: none;
    box-shadow: none !important;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500 !important;
}

#single-post-nav .single-nav-next {
    text-align: right;
}

@media (max-width:800px) {
    #single-post-nav .et_pb_button {
        font-size: 80%;
        text-align: center;
    }

    .et_right_sidebar #sidebar,
    #sidebar {
        border: none !important;
    }

    #single-post-nav>span {
        width: 40%;
    }}

@media (max-width:600px) {
    #single-post-nav {
        flex-wrap: wrap;
    }

    #single-post-nav h5 {
        display: none;
    }

    #single-post-nav .et_pb_button {
        margin: 5% auto;
    }}


/* Post Meta */

/*.single .author:after,
.single .published:after,
.single .post-meta a[rel~="tag"]:after {
    content: ',';
    margin-left: 2px;
    margin-right: 2px;
}

.single  article a[rel="category tag"]:last-child:after{
    display: none;
}*/

.single .et_pb_post .post-meta a:last-child:after{
    display:none;
}

#left-area .post-meta a,
#left-area .post-meta .published,
.single .post-meta a,
.single .post-meta .published {
    text-decoration: none;
    color: #423c3a;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
}

/* Single Post Categories */

.meryl-blog-cat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    justify-content: center;
}

.meryl-blog-cat a {
    display: block;
    margin-right: 5px;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 2.6em;
    text-align: center;
    color: #a97e61;
    font-weight: 500;
}

.meryl-blog-cat a:after {
    content: ',';
    margin-left: 2px;
    margin-right: 0;
}

.meryl-blog-cat a:last-child:after {
    display: none;
}


/* Single Post Comments */

.single .comment-body {
    border: 5px solid #f7f6f5;
}

.single .comment-body {
    position: relative;
    padding: 20px;
    margin-bottom: 30px;
}

.single .comment_avatar {
    position: relative;
    top: 0;
}

.single .comment_avatar img {
    display: inline-block;
    float: left;
    margin-right: 20px;
    height: auto;
}

.single .comment .children {
    margin-left: 30px;
}

.single #commentform textarea,
.single #commentform input:not(.et_pb_button) {
    background-color: transparent;
    font-size: 14px;
    margin-bottom: 20px;
    color: #333;
    border: 5px solid #f5f5f5;
}

.single a.comment-reply-link.et_pb_button {
    font-size: 14px;
    margin-right: 20px;
    top: 20px;
    padding: .1em .5em;
}

.single #commentform .form-submit {
    float: left;
}

.single a.comment-reply-link.et_pb_button:hover,
.single .form-submit .et_pb_button:hover {
    background: transparent;
    color: #636789;
    font-weight: bold;
}

.single a.comment-reply-link.et_pb_button:hover:after {
    display: none;
}

.single .comment-edit-link {
    color: #636789;
}

.single p.logged-in-as a {
    color: #636789;
    text-transform: uppercase;
    font-size: 12px;
}


/* Related posts
-----------------------------------------------------*/

.related-posts {
    margin-top: 5em;
    border: 1px solid #FAF5F2;
}

.related-posts h3 {
    font-size: 18px;
    text-align: center;
    z-index: 1;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    margin-top: 30px;
}

ul#related-posts-list {
    list-style: none;
    display: block;
    justify-content: space-between;
    padding: 0;
    clear: both;
    overflow: hidden;
}

ul#related-posts-list li {
    width: 31.3%;
    float: left;
    margin:1%;
    text-align: center;
}

ul#related-posts-list li a {
    display: block;
    color: inherit;
}

ul#related-posts-list li img {
    min-width: 100%;
}

ul#related-posts-list li .img-wrap {
    position: relative;
    display: block;
    max-height: 330px;
    overflow: hidden;
}

.related-posts p:not(.has-background):last-of-type {
    padding-bottom: 0;
    text-align: center;
    display: block;
    line-height: 1.6;
    padding: 20px 12px 20px;
    font-size: 14px;
    background: #FAF5F2;
    min-height: 83px;
    text-align: center !important;
}

ul#related-posts-list li .img-wrap:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -1px;
    right: 0;
    left: 0;
    top: 70%;
    z-index: 3;
}

@media (max-width:767px) {
    ul#related-posts-list {
        flex-wrap: wrap;
    }
    ul#related-posts-list li {
        width: 48%;
    }
    ul#related-posts-list li:nth-child(3) {
        display: none;
    }}

@media (max-width:550px) {
    ul#related-posts-list li {
        width: 100%;
        margin-bottom: 30px;
    }}


/* Meryl Blog Default zig zag
--------------------------*/

.meryl_blogalternate .et_pb_post,
.meryl_blogalternatehome .et_pb_post {
    margin-bottom: 6%;
    display: flex;
    justify-content: stretch;
    flex-wrap: wrap;
    box-shadow: 0px 20px 90px #FAF5F2;
}

.meryl_blogalternate .et_pb_post .entry-featured-image-url,
.meryl_blogalternatehome .et_pb_post .entry-featured-image-url {
    display: block;
    position: relative;
    margin-bottom: 0;
}

.meryl_blogalternate .et_pb_post .entry-featured-image-url,
.meryl_blogalternatehome .et_pb_post .entry-featured-image-url {
    width: 50%;
    position: relative;
    overflow: hidden;
}

.meryl_blogalternate .et_pb_post a img,
.meryl_blogalternatehome .et_pb_post a img {
    vertical-align: bottom;
    max-width: 100%;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
}

.meryl_blogalternate .post-content:before,
.meryl_blogalternatehome .post-content:before {
    content: '';
    display: block;
    width: 65px;
    height: 2px;
    margin-top: 10px;
    margin-bottom: 15px;
    background-color: #a97e61;
}

.meryl_blogalternate .et_pb_post>.wrapped {
    padding: 40px;
    z-index: 5;
    background: #fff;
    display: flex;
    flex-direction: column;
    width: 50%;
}

.meryl_blogalternatehome .et_pb_post>.wrapped {
    padding: 40px;
    z-index: 5;
    background: #fff;
    display: flex;
    flex-direction: column;
    width: 50%;
}

.meryl_blogalternate .et_pb_post .entry-title a,
.meryl_blogalternatehome .et_pb_post .entry-title a {
    display: block;
    cursor: pointer;
}

.meryl_blogalternate article a[rel="category tag"]:after,
.meryl_blogalternate .published:after,
.meryl_blogalternate .post-meta a:after,
.meryl_blogalternate .et_pb_post .post-meta a:after,
.meryl_blogalternate .author:after,
.meryl_blogalternatehome article a[rel="category tag"]:after,
.meryl_blogalternatehome .published:after,
.meryl_blogalternatehome .post-meta a:after,
.meryl_blogalternatehome .et_pb_post .post-meta a:after,
.meryl_blogalternatehome .author:after {
    content: ',';
    margin-left: 2px;
    margin-right: 2px;
}

.meryl_blogalternate  article a[rel="category tag"]:last-child:after,
.meryl_blogalternate .et_pb_post .post-meta a:last-child:after,
.meryl_blogalternate .vryn-cats a:last-child:after,
.meryl_blogalternate .published:last-child:after,
.meryl_blogalternatehome  article a[rel="category tag"]:last-child:after,
.meryl_blogalternatehome .et_pb_post .post-meta a:last-child:after,
.meryl_blogalternatehome .vryn-cats a:last-child:after,
.meryl_blogalternatehome .published:last-child:after {
    display: none;
}

.meryl_blogalternate .et_pb_post:hover .entry-title:after,
.meryl_blogalternatehome .et_pb_post:hover .entry-title:after {
    width: 60%;
}

.meryl_blogalternate .et_pb_post a.more-link,
.meryl_blogalternatehome .et_pb_post a.more-link {
    display: inline-block;
    margin: 30px auto 0;
}

.meryl_blogalternate .et_pb_post .et_overlay,
.meryl_blogalternatehome .et_pb_post .et_overlay {
    border: none;
    opacity: 0;
    z-index: 3;
}

.meryl_blogalternate .et_pb_post:hover .et_overlay,
.meryl_blogalternatehome .et_pb_post:hover .et_overlay {
    opacity: .8;
}

.meryl_blogalternate .et_pb_post:nth-child(2n+2),
.meryl_blogalternatehome .et_pb_post:nth-child(2n+2) {
    flex-direction: row-reverse;
}

.meryl_blogalternate .meryl-blog-cat,
.meryl_blogalternatehome .meryl-blog-cat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    justify-content: left;
}

.meryl_blogalternate .meryl-blog-cat a,
.meryl_blogalternatehome .meryl-blog-cat a {
    display: block;
    margin-right: 5px;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 2.6em;
    text-align: center;
    color: #a97e61;
    font-weight: 500;
}

.meryl_blogalternate .meryl-blog-cat a:after,
.meryl_blogalternatehome .meryl-blog-cat a:after {
    content: ',';
    margin-left: 2px;
    margin-right: 0;
}

.meryl_blogalternate article a[rel="category tag"]:after,
.meryl_blogalternate .published:after,
.meryl_blogalternate .et_pb_post .post-meta a:after,
.meryl_blogalternate .author:after,
.meryl_blogalternatehome article a[rel="category tag"]:after,
.meryl_blogalternatehome .published:after,
.meryl_blogalternatehome .et_pb_post .post-meta a:after,
.meryl_blogalternatehome .author:after {
    content: ',';
    margin-left: 2px;
    margin-right: 2px;
}

.meryl_blogalternate  article a[rel="category tag"]:last-child:after,
.meryl_blogalternate .et_pb_post .post-meta a:last-child:after,
.meryl_blogalternatehome  article a[rel="category tag"]:last-child:after,
.meryl_blogalternatehome .et_pb_post .post-meta a:last-child:after {
    display: none;
}

.meryl_blogalternate .meryl-blog-cat a:last-child:after,
.meryl_blogalternatehome .meryl-blog-cat a:last-child:after {
    display: none;
}

@media (min-width:981px) and (max-width:1200px) {
    .meryl_blogalternate .et_pb_post .entry-featured-image-url,
    .meryl_blogalternatehome .et_pb_post .entry-featured-image-url {
        width: 40%;
    }

    .meryl_blogalternate .et_pb_post>.wrapped
    .meryl_blogalternatehome .et_pb_post>.wrapped {
        width: 60%
    }}


@media (max-width:800px) {
    .meryl_blogalternate .et_pb_post .entry-featured-image-url,
    .meryl_blogalternate .et_pb_post>.wrapped,
    .meryl_blogalternatehome .et_pb_post .entry-featured-image-url,
    .meryl_blogalternatehome .et_pb_post>.wrapped {
        width: 100%
    }

    .meryl_blogalternate .et_pb_post a img,
    .meryl_blogalternatehome .et_pb_post a img {
        position: relative;
        max-height: 500px;
    }}



/* Meryl Grid Blog & Archive
-----------------------------------------------------*/

@media only screen and ( min-width: 980px ) {
    .meryl_gridblog .et_pb_salvattore_content[data-columns]::before {
        content: '2 .column.size-1of2' !important;
    }

    .meryl_gridblog .column.size-1of2 {
        width:47% !important;
        margin-right:6% !important;
    }

    .meryl_gridblog .column.size-1of2:last-child {
        margin-right: 0 !important;
    }}

@media only screen and ( max-width: 980px ) {
    .meryl_gridblog .et_pb_column .et_pb_blog_grid[data-columns]::before {
        content: '2 .column.size-1of2' !important;
    }

    .meryl_gridblog .et_pb_column .column.size-1of2 {
        width:100% !important;
        margin-right:0%;
    }}

.meryl_gridblog .entry-title {
    margin-top: 0px;
    padding-bottom: 5px;
}

.meryl_gridblog .et_pb_image_container {
    margin: -40px -40px  40px;
}

.meryl_gridblog .et_pb_post .entry-featured-image-url {
    display: block;
    position: relative;
    margin-bottom: 30px;
    height: 340px;
    object-fit: cover;
    overflow: hidden;
}

.meryl_gridblog .et_pb_image_container img {
    min-width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    max-width: 100%;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
}

.meryl_gridblog .et_pb_blog_grid .et_pb_post {
    margin-bottom: 80px;
    width: 100%;
    padding: 40px;
    background-color: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-shadow: 0px 20px 90px #FAF5F2;
    border: none;
    text-align:center;
}

.meryl_gridblog .et_pb_post .post-meta {
    margin-bottom: 20px;
}

.meryl_blog article a[rel="category tag"],
.archive article a[rel="category tag"]{
    color: #d17d74 !important;
}

.meryl_gridblog article a[rel="category tag"]:after,
.meryl_gridblog .author:after,
.archive article a[rel="category tag"]:after,
.archive .author:after {
    content: ',';
    margin-left: 2px;
    margin-right: 2px;
}

.meryl_gridblog  article a[rel="category tag"]:last-child:after,
.meryl_blog .et_pb_post .post-meta a:last-child:after,
.archive  article a[rel="category tag"]:last-child:after,
.archive .et_pb_post .post-meta a:last-child:after{
    display: none;
}


/* Meryl Blog List
-----------------------------------------------------*/

.meryl_listblog .et_pb_post {
    margin-bottom: 6%;
    display: flex;
    justify-content: stretch;
    flex-wrap: wrap;
    box-shadow: 0px 20px 90px #FAF5F2;
}

.meryl_listblog .et_pb_post .entry-featured-image-url {
    display: block;
    position: relative;
    margin-bottom: 0;
}

.meryl_listblog .et_pb_post .entry-featured-image-url {
    width: 50%;
    position: relative;
    overflow: hidden;
}

.meryl_listblog .et_pb_post a img {
    vertical-align: bottom;
    max-width: 100%;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
}

.meryl_listblog .post-content:before {
    content: '';
    display: block;
    width: 65px;
    height: 2px;
    margin-top: 5px;
    margin-bottom: 15px;
    background-color: #d17d74;
}

.meryl_listblog .et_pb_post>.wrapped {
    padding: 40px;
    z-index: 5;
    background: #fff;
    display: flex;
    flex-direction: column;
    width: 50%;
}

.meryl_listblog .et_pb_post .entry-title a {
    display: block;
    cursor: pointer;
}

.meryl_listblog .meryl-blog-cat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    width: 100%;
    text-align: left;
    justify-content: left;
}

.meryl_listblog .meryl-blog-cat a {
    display: block;
    margin-right: 5px;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 2.6em;
    text-align: center;
    color: #d17d74;
    font-weight: 500;
    margin-bottom: 1%;
}

.meryl_listblog .meryl-blog-cat a:after {
    content: ',';
    margin-left: 2px;
    margin-right: 0;
}

.meryl_listblog .meryl-blog-cat a:last-child:after {
    display: none;
}

.meryl_listblog article a[rel="category tag"]:after,
.meryl_listblog .post-meta .published:after,
.meryl_listblog .et_pb_post .post-meta a:after,
.meryl_listblog .author:after {
    content: ',';
    margin-left: 2px;
    margin-right: 2px;
}

.meryl_listblog  article a[rel="category tag"]:last-child:after,
.meryl_listblog .et_pb_post .post-meta a:last-child:after,
.meryl_listblog .vryn-cats a:last-child:after,
.meryl_listblog .published:last-child:after {
    display: none;
}

.meryl_listblog .et_pb_post:hover .entry-title:after {
    width: 60%;
}

.meryl_listblog .et_pb_post a.more-link {
    display: inline-block;
    margin: 30px auto 0;
}

.meryl_listblog .et_pb_post .et_overlay {
    border: none;
    opacity: 0;
    z-index: 3;
}

.meryl_listblog .et_pb_post:hover .et_overlay {
    opacity: .8;
}

.meryl_listblog .et_pb_post .entry-featured-image-url {
    width: 50%;
    position: relative;
    overflow: hidden;
}

@media (max-width: 1030px){

    .meryl_listblog .et_pb_post>.wrapped,
    .meryl_listblog .et_pb_post .entry-featured-image-url {
        width: 100%;
    }

    .meryl_listblog .et_pb_post a img {
        position: relative;
    }

    .meryl_listblog .et_pb_post .entry-title {
        margin-top: 3%;
    }}


/* Meryl Full Blog
-----------------------------------------------------*/

.meryl_fullblog .entry-featured-image-url {
    width: 100%;
    overflow: hidden;
    height: 450px;
}

.meryl_fullblog .meryl-blog-cat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    justify-content: center;
}

.meryl_fullblog .meryl-blog-cat a {
    display: block;
    margin-right: 5px;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 2.6em;
    text-align: center;
    color: #d17d74;
    font-weight: 500;
    margin-bottom: 1%;
}

.meryl_fullblog .meryl-blog-cat a:last-child:after {
    display: none;
}

.meryl_fullblog .published:after,
.meryl_fullblog .et_pb_post .post-meta a:after,
.meryl_fullblog .author:after {
    content: ',';
    margin-left: 2px;
    margin-right: 2px;
}

.meryl_fullblog  article a[rel="category tag"]:last-child:after,
.meryl_fullblog .et_pb_post .post-meta a:last-child:after {
    display: none;
}

.meryl_fullblog .et_pb_post .post-meta {
    margin-bottom: 20px;
}

/* Read more
------------------------------------------*/
.et_pb_posts a.more-link,
.meryl_listblog a.more-link {
    clear: both;
    border: none;
    margin-top: 5%;
    margin: 3% auto;
    color: #000 !important;
    width: auto;
    background: none;
    display: inline-block;
    background: #FAF5F2;
    font-weight: 500 !important;
}

.et_pb_posts a.more-link:hover,
.meryl_listblog a.more-link:hover {
    border: none;
    background: none !important;
    color: #000 !important;
    background: #a48f5f;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.meryl_gridblog a.more-link,
.meryl_blogalternate a.more-link,
.meryl_fullblog a.more-link {
    clear: both;
    border: none;
    margin-top: 5%;
    display: table;
    margin: 5% auto;
    color: #000 !important;
    background: none;
    background-color: #faf4f0;
    font-weight: 500 !important;
    border: none !important;
}

.meryl_gridblog a.more-link:hover,
.meryl_blogalternate a.more-link:hover,
.meryl_fullblog a.more-link:hover, {
    border: none;
    color: #000 !important;
    border-bottom: #a48f5f;
    background-color: #eddbd3;
}

/* Meryl Slim Optin Form
--------------------------------*/

.meryl_optin .et_pb_newsletter_description {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    -ms-flex-item-align: center;
    align-self: center;
    margin-bottom: 0;
    margin-right: 30px;
}

.meryl_optin .et_pb_newsletter_form {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
}

.meryl_optin.et_pb_newsletter .et_pb_newsletter_fields>* {
    -ms-flex-preferred-size: 30%;
    flex-basis: 31.3%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 0;
}

@media (max-width: 980px){

    .meryl_optin .et_pb_newsletter_form {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .meryl_optin.et_pb_newsletter .et_pb_newsletter_fields>* {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;

    }}


/* Menu Slide In
-----------------------------------------------------*/

#slide-in {
    right: 0;
    width: 420px !important;
    max-width: 75%;
    padding-top: 0!important;
    right: -420px !important;
    webkit-transition: right 0.8s cubic-bezier(0.77,0,0.175,1),margin-top 0.4s ease-in-out!important;
    -moz-transition: right 0.8s cubic-bezier(0.77,0,0.175,1),margin-top 0.4s ease-in-out!important;
    transition: right 0.8s cubic-bezier(0.77,0,0.175,1),margin-top 0.4s ease-in-out!important;
    overflow: auto;
    position: fixed;
    top: 0;
    z-index: 99999999999;
}

.et_pb_section_0.section_has_divider.et_pb_bottom_divider .et_pb_bottom_inside_divider {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYwcHgiIGhlaWdodD0iMTQwcHgiIHZpZXdCb3g9IjAgMCAxNjAgMTQwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik04MCAwTDAgMTQwaDE2MHoiLz48L2c+PC9zdmc+);
    background-size: cover;
    background-position-x: center;
    bottom: 0;
    height: 50px;
    z-index: 10;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_overlay {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    pointer-events: none;
}
.et_portfolio_header {
    background-blend-mode: multiply;
    background-color: rgba(0,0,0,0.50);
}

/*////*/
/*.contact_body>.et_pb_column_0:after {*/
    /*top: 30px;*/
    /*right: 50px;*/
    /*bottom: 30px;*/
    /*left: 50px;*/
    /*border-right: 1px solid #222;*/
    /*border-left: 1px solid #222;*/
    /*position: absolute;*/
    /*content: '';*/
/*}*/


/*.contact_body>.et_pb_column_0:before {*/
    /*top: 50px;*/
    /*right: 30px;*/
    /*bottom: 50px;*/
    /*left: 30px;*/
    /*position: absolute;*/
    /*content: '';*/
    /*border-top: 1px solid #222;*/
    /*border-bottom: 1px solid #222;*/
/*}*/
.contact_border {
    margin: 20px;
    border: 1px solid #000;
}
.et_pb_module_header {
    font-weight: 600;
    font-size: 30px;
    font-family: Open Sans,Arial,sans-serif!important;
}


@media (min-width: 981px) {
    .et_pb_gutters2 .et_pb_column_2_5 .et_pb_module, .et_pb_gutters2.et_pb_row .et_pb_column_2_5 .et_pb_module {
        margin-bottom: 3.927%;
    }
}
.et_pb_blurb_0_contacts.et_pb_blurb_contact {
    letter-spacing: 1px;
    padding-right: 3%!important;
    padding-left: 3%!important;
    margin-top: 10%!important;
}

@media only screen and (max-width: 767px) {
    .et_pb_blurb_0_contacts.et_pb_blurb_contact {
        margin-top: 16% !important;
    }
    .et_pb_module_header {
        font-size: 20px;
    }
}

.et_pb_blurb_1_contact.et_pb_blurb_contact {
    font-size: 13px;
    letter-spacing: 1px;
    border-color: #ffffff;
    margin-top: 10%!important;
    margin-right: 7%!important;
    margin-bottom: 10%!important;
    margin-left: 7%!important;
}
@media only screen and (max-width: 767px) {
    .et_pb_blurb_1_contact.et_pb_blurb_contact {
        margin-right: 16% !important;
        margin-left: 16% !important;
    }
}
.et_pb_blurb_2.et_pb_blurb {
    letter-spacing: 1px;
    border-color: #ffffff;
    margin-bottom: 10%!important;
}
ul.et_pb_social_media_follow_0 {
    margin-bottom: 10%!important;
}

ul.et_pb_social_media_follow {
    list-style-type: none!important;
    margin: 0 0 22px;
    padding: 0;
}
.et_pb_social_media_follow_0 li a.icon {
    height: 30px;
    width: 30px;
}
.et_pb_social_media_follow_0 li.et_pb_social_icon a.icon:before {
    color: #222222;
}
.et-pb-contact-message {
    position: relative;
}
.et_pb_contact {
    position: relative;
}
.et_pb_contact_form {
    margin-left: -3%;
}
.et_pb_contact .et_pb_contact_field_half {
    width: 50%;
    float: left;
}
.et_pb_contact_form_0.et_pb_contact_form_container .input, .et_pb_contact_form_0.et_pb_contact_form_container .input[type="checkbox"]+label i, .et_pb_contact_form_0.et_pb_contact_form_container .input[type="radio"]+label i {
    border-bottom-width: 1px;
}
.et_pb_with_border .et_pb_contact_form .input[type=checkbox]+label i, .et_pb_with_border .et_pb_contact_form .input[type=radio]+label i, .et_pb_with_border .et_pb_contact_form input, .et_pb_with_border .et_pb_contact_form select, .et_pb_with_border .et_pb_contact_form textarea {
    border: 0 solid #333;
}
.et_pb_contact_form_0 .input, .et_pb_contact_form_0 .input[type="checkbox"]+label i, .et_pb_contact_form_0 .input[type="radio"]+label i {
    background-color: rgba(0,0,0,0);
}
.et_pb_contact_form_0 .input, .et_pb_contact_form_0 .input[type="checkbox"]+label, .et_pb_contact_form_0 .input[type="radio"]+label, .et_pb_contact_form_0 .input[type="checkbox"]:checked+label i:before, .et_pb_contact_form_0 .input::placeholder, .et_pb_social_media_follow_0 li.et_pb_social_icon a.icon:before {
    color: #222222;
}
.et_pb_contact_form_0 .input, .et_pb_contact_form_0 .input[type="checkbox"]+label i, .et_pb_contact_form_0 .input[type="radio"]+label i {
    background-color: rgba(0,0,0,0);
}
.et_pb_contact p input[type=checkbox], .et_pb_contact p input[type=radio] {
    margin: 0;
    width: auto;
    max-width: none;
    padding: 0;
    display: none;
}
.et_pb_contact p input, .et_pb_contact p textarea {
    -webkit-appearance: none;
    background-color: #eee;
    width: 100%;
    border-width: 0;
    border-radius: 0;
    color: #999;
    font-size: 14px;
    padding: 16px;
}
.et_pb_contact p input[type=checkbox]+label, .et_pb_contact p input[type=radio]+label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    line-height: 1.7em;
    min-height: 1.7em;
}
.et_pb_contact_form_0.et_pb_contact_form_container .input, .et_pb_contact_form_0.et_pb_contact_form_container .input[type="checkbox"]+label i, .et_pb_contact_form_0.et_pb_contact_form_container .input[type="radio"]+label i {
    border-bottom-width: 1px;
}
.et_pb_contact p input[type=checkbox]:checked+label i:before {
    content: "N"!important;
    font-family: ETmodules;
    color: #2ea3f2;
    width: 17px;
    height: 17px;
    font-size: 13px;
    font-weight: 600;
    line-height: 17px;
    text-align: center;
}

.et_pb_contact p input[type=checkbox]:checked+label i:before, .et_pb_contact p input[type=radio]:checked+label i:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.et_pb_contact p input[type=checkbox]+label i, .et_pb_contact p input[type=radio]+label i {
    content: "";
    width: 18px;
    height: 18px;
    background-color: #eee;
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 6px;
}
.et_contact_bottom_container {
    float: right;
    text-align: right;
    margin-top: -1.5%;
    display: -moz-flex;
    display: -ms-flex;
    display: -ms-flexbox;
    display: flex;
}
.et_pb_contact_right {
    display: inline-block;
    min-width: 105px;
    margin: 0;
    text-align: right;
}
.et_pb_contact_right .et_pb_contact_captcha_question {
    vertical-align: middle;
}
.et_pb_contact_reset, .et_pb_contact_submit {
    font-family: inherit;
    display: inline-block;
    margin: 0 0 0 18px;
    cursor: pointer;
}
.et_pb_contact_submit {
    color: #2ea3f2;
}

.et_pb_button, .et_pb_button_inner {
    position: relative;
}
.et_pb_contact_right p input {
    max-width: 50px;
    padding: 16px;
}
/*Faq*/
@media only screen and (min-width: 1750px) {
    .et_pb_row {
        padding: 35px 0;
    }
}
.et_pb_text_1 h2 {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 4px;
    line-height: 1.4em;
    text-align: center;
}
.et_pb_text_1 h3 {
    font-size: 26px;
    text-align: center;
}
.et_pb_column_9, .et_pb_column_5, .et_pb_column_3, .et_pb_column_7 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.et_pb_text_8, .et_pb_text_2, .et_pb_text_6, .et_pb_text_4 {
    font-family: 'Playfair Display',Georgia,"Times New Roman",serif;
    /*font-size: 70px!important;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.faq_number p>strong {
    font-size: 70px!important;
}
.et_pb_text_8, .et_pb_text_2, .et_pb_text_6, .et_pb_text_4 {
    font-family: 'Playfair Display',Georgia,"Times New Roman",serif;
    font-size: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.et_pb_text_7 h4, .et_pb_text_9 h4, .et_pb_text_5 h4, .et_pb_text_3 h4 {
    font-size: 20px;
    letter-spacing: 1px;
}
.et_pb_column_8, .et_pb_column_6, .et_pb_column_4, .et_pb_column_10 {
    border-left-width: 1px;
    padding-left: 3%;
}
.et_pb_column, .et_pb_row, .et_pb_row_inner {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}
.et_pb_row {
    width: 80%;
    max-width: 1080px;
    margin: auto;
    position: relative;
}
.et_pb_row_2, .et_pb_row_4, .et_pb_row_3 {
    border-bottom-width: 1px;
}
.et_pb_column_9, .et_pb_column_5, .et_pb_column_3, .et_pb_column_7 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.et_pb_column_8, .et_pb_column_6, .et_pb_column_4, .et_pb_column_10 {
    border-left-width: 1px;
    padding-left: 3%;
}
.et_pb_column {
    float: left;
    background-size: cover;
    background-position: 50%;
    position: relative;
    z-index: 2;
    min-height: 1px;
}
@media only screen and (min-width: 981px) {
    .et_pb_text_5 {
        width: 44%;
    }
}

.et_pb_text_3, .et_pb_text_5, .et_pb_text_7, .et_pb_text_9 {
    line-height: 2em;
    font-size: 15px;
    line-height: 2em;
}

/*//////////////////////*/
@media screen and (max-width:767px) {
    .sm-hide {display:none!important;}
    #container .item {
        width: 100% !important;
    }
    #sbi_images {
        display: none;
    }
    .text_inner_portfolio p {
        font-size: 35px!important;
    }
    ul.et_pb_social_media_follow_0_tb_footer {
        padding-left:0!important;
    }

}

.text_inner_portfolio p {
    font-size: 45px;
    font-weight: 700;
    line-height: 2em;
}

.header-content span.et_pb_fullwidth_header_subhead, .header-content h1 {
    text-transform: uppercase;
}

.et_pb_blurb_container p {
    color:#000;
}

/*Breadcrimbs*/
ul.breadcrumb, ol.breadcrumb {
    list-style: none;
}

.breadcrumb {
    display: inline-block;
    flex-wrap: wrap;
    align-items: center;
}
.breadcrumb li {
    font-family: var(--font-arial);
    font-style: normal;
    font-weight: normal;
    color: #fff;
    display: inline-block;
    align-items: center;
}
.breadcrumb li:not(:last-child)::after {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin: 0 0.4em 0 0.4em;
    transform: rotate(
            -45deg);
}
/*price*/
.price_body {
    font-size: 20px;
    color: #000;
}
.price_body li {
    margin-bottom: 1rem
}
.et_pb_text_inner h4 {
    text-transform: uppercase;
}
.et_pb_blurb_description p>a{
    color: #000;
}
i.contact_privacy_policy {
    border-bottom: 1px solid!important;
}
/*recaptcha v2*/
.grecaptcha-badge {
    display: none;
}
/*forms*/
.btn-callback {
    background: none;
    color: #fff;
    justify-content: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
}
.input_error span {
    color:red
}
.input_error > input {
    border: red 1px solid!important;
    background-color: #f1cbcb!important;
}
.input_error > p > input, .input_error > p > textarea {
    border-color: red;
}
.alert-form-success span {
    color: #06e706;
    font-size: 25px;
    font-weight: 700;
}
.et_contact_bottom_container > button.et_pb_contact_submit, .et_contact_bottom_container > button.et_pb_contact_submit:hover {
    padding: 20px!important;
}
a.telegram {
    color:#000;
}
a.telegram > i.fa-telegram {
    font-size:18px;padding-top: 7px;
}
.et_pb_social_media_follow_0_tb_footer a.telegram > i.fa-telegram {
    font-size:16px;padding-top: 0;
}