/*
Theme Name:   Shimmer 
Theme URI:    https://almondandwhite.com/themes/shimmer
Description:  A minimal Wordpress blog theme for creatives and entrepreneurs. Designed by Elif Sahin // Developed by Erman Sahin
Author:       Almond & White Design Studio
Author URI:   https://almondandwhite.com
Tags:         left-sidebar, right-sidebar, custom-colors, custom-menu, custom-logo, featured-images, full-width-template, theme-options, threaded-comments, translation-ready, one-column, two-columns
Version:      v2.0.0
Update date:  29.08.2019  22.41
Copyright: 	  Copyright (c) 2019, Almond & White Design Studio
License:      GPL-2.0+
License URI:  http://www.opensource.org/licenses/gpl-license.php
Text Domain:  shimmer
*/
/* 
																									// Shimmer Reset HTML5 #
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	-webkit-text-size-adjust: 100%;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
html {
    min-height: 100%;
}
em {font-style: italic;}
strong {font-weight: 600;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, img {
	display: block;
}
body {
	font-family: 'Cardo', serif;
	line-height: 1.5;
    border-color: #fff;
}
hr {margin: 0;}
ol, ul {list-style: none;}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.15em;
    color: #2B2A2A;
}
table td, table th {
    padding: 1em;
    border-right: 1px solid #C5C5C5;
    border-bottom: 1px solid #C5C5C5;
}
table td:last-child, table th:last-child {border-right: 0;}
table tr:last-child td {border-bottom: 0;}
::selection {color: #2B2A2A;background: #F4F3F3;}
input {
    font-family: 'Cardo', serif;
    font-size: 16px;
    color: #2B2A2A;
    line-height: 1.5;
    padding: 1em 0 .75em;
    outline: none;
    background-color: transparent;
    -webkit-appearance: none!important;
    -webkit-border-radius: 0!important;
}
input::placeholder {
    color: #C5C5C5;
}
textarea {
    min-height: 55px;
    min-width: 100%;
    font-family: 'Cardo', serif;
    font-size: 16px;
    color: #2B2A2A;
    line-height: 1.5;
    outline: none; 
    -webkit-appearance: none!important;
    -webkit-border-radius: 0!important;
}
input[type=radio], input[type=checkbox] {
    width: 18px;
    height: 18px;
    margin: 0 12px 12px 0;
    font-family: 'Cardo', serif;
    font-size: 16px;
    line-height: 1.5;
    color: #2B2A2A;
    padding: 0;
    vertical-align: -webkit-baseline-middle;
    position: relative;
    -webkit-appearance:none;
    outline: none;
    position: relative;
    border: 0;
}
input[type=radio]:before {
    content: "";
    background: transparent;
    display: block;
    width: 18px;
    height: 18px;
    border: 1px solid #2B2A2A;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}
input[type=checkbox]:before {
    content: "";
    background: transparent;
    display: block;
    width: 18px;
    height: 18px;
    border: 1px solid #2B2A2A;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}
input[type=checkbox]:checked:before {color: black !important;background: #2B2A2A;}
input[type=radio]:checked:before {color: black !important;background: #2B2A2A;}
input[type=text]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=text]::-ms-reveal {  display: none; width : 0; height: 0; }
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }
select {    
    width: 100%;
    padding: .75em;
    border: 0px;
    border-bottom: 1px solid #2B2A2A;
    font-family: 'Cardo', serif;
    font-size: 16px;
    line-height: 1.5;
    outline: none;
    color: #C5C5C5;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(img/chevron.png) no-repeat right;
    background-position: 100% 50%;
    background-size: 16px;
    cursor: pointer;
    -webkit-appearance: none!important;
    -webkit-border-radius: 0!important;
}
select:focus {color: #2B2A2A;}
.select-selected {
    background-color: transparent;
    font-family: 'Cardo', serif;
    font-size: 16px;
    line-height: 1.5;
    outline: none;
    color: #C5C5C5;
    border: 0;
    border-bottom: 1px solid #2B2A2A;
    padding: .75em;
    position: relative;
    cursor: pointer;
}
/*style the arrow inside the select element:*/
.select-selected:after {
    position: absolute;
    content: "\f078";
    font-family: 'fontawesome';
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {content: "\f077";}
/*style the items (options), including the selected item:*/
.select-items div {
    color: #2B2A2A;
    padding: .5em 1em;
    border: 0;
    cursor: pointer;
    user-select: none;
}
/*style items (options):*/
.select-items {
  background-color: #F4f3f3;
  z-index: 99;
}
/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}
.select-items div:hover, .same-as-selected {
  background-color: #C5C5C5;
}
.select-arrow-active {
    border: 0!important;
    color: #2B2A2A;
}
/* ========== Text meant only for screen readers. ========== */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(24, 35, 41, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}
/* Shimmer Fonts Settings */
h1 {font-family: 'Playfair Display', serif;font-size: 61px;color:#2B2A2A;line-height: 1.5;margin: 2.25em 0 0.75em;word-wrap: break-word;}
h2 {font-family: 'Playfair Display', serif;font-size: 49px;color:#2B2A2A;line-height: 1.5;margin: 2.25em 0 0.75em;word-wrap: break-word;}
h3 {font-family: 'Playfair Display', serif;font-size: 39px;color:#2B2A2A;line-height: 1.5;margin: 2.25em 0 0.75em;word-wrap: break-word;}
h4 {font-family: 'Playfair Display', serif;font-size: 31px;color:#2B2A2A;line-height: 1.5;margin: 2.25em 0 0.75em;word-wrap: break-word;}
h5 {font-family: 'Playfair Display', serif;font-size: 25px;color:#2B2A2A;line-height: 1.5;margin: 2.25em 0 0.75em;word-wrap: break-word;}
h6 {font-family: 'Montserrat', sans-serif; font-size: 20px;color:#2B2A2A;line-height: 1.5;margin: 2.25em 0 0.75em;word-wrap: break-word;letter-spacing: 0.1em;text-transform: uppercase;}
p {
    font-family: 'Cardo', serif;
    font-size: 16px;
    line-height: 1.5;
    color: #2B2A2A;
    margin: 1.5em 0;
}
a {
    text-decoration: none;
    color: inherit;
}
a.shimmer-primary-button, 
.wp-block-button__link, 
.wp-block-file .wp-block-file__button {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.15em;
    padding: 1em;
    margin: 1.5em 0;
    color: #fff;
    border: 1px solid #AE9768;
    border-radius: 0;
    background-color: #AE9768;
    display: inline-block;
    cursor: pointer;
    box-sizing: border-box;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}
a.shimmer-secondary-button, .wp-block-button.is-style-outline .wp-block-button__link {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.15em;
    padding: 1em;
    margin: 1.5em 0;
    color: #2B2A2A;
    border: 1px solid #2B2A2A;
    border-radius: 0;
    background-color: transparent;
    display: inline-block;
    cursor: pointer;
    box-sizing: border-box;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}
.shimmer-tSet .wp-block-button .wp-block-button__link {border-radius: 5px;}
a.shimmer-primary-button:hover, .shimmer-tSet .wp-block-button.is-style-squared .wp-block-button__link:hover, 
.shimmer-tSet .wp-block-button .wp-block-button__link:hover, .shimmer-tSet .wp-block-file .wp-block-file__button:hover {
    background-color: transparent;
    border-color: #2B2A2A;
    color: #2B2A2A;
}
a.shimmer-secondary-button:hover, .shimmer-tSet .wp-block-button.is-style-outline .wp-block-button__link:hover {
    background-color: #AE9768;
    border-color: #AE9768;
    color: #fff;
}
/* 
                                                                                                    // GENERAL OVERLAY #
*/
.sT-overlay {
    width: 1068px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.bia-overlay {clear: both;}
/* 
                                                                                                    // GENERAL TRANSITON #
*/
.shimmer-top-bar-icons a, .single-post-category a, .post-navigation .nav-previous a, 
.post-navigation .nav-next a, .related-post-overlay img, .related-post-content p, 
.comment-form input[type="submit"], .comment-reply-link, .category-thumbnail,
.sT-title a, .navigation.pagination .page-numbers, .wpcf7 input[type=submit],
.widget_recent_entries li a, .sT-social-icons li a, 
.sT-recentpost-content a, a.comment-edit-link, 
.shimmer-body .insta-gallery-feed .insta-gallery-list .insta-gallery-item .insta-gallery-image-wrap .insta-gallery-image-mask {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s; 
 }
/* 
                                                                                                    // HEADER #
*/
.shimmer-header {
    width: 100%;
    height: 50px;
    background-color: #2B2A2A;
    overflow: hidden;
}
.shimmer-logo-box {
    max-width: 348px;
    height: 51px;
    margin-right: 15px;
    float: left;
}
.shimmer-logo-box img {
    max-width: 348px;
    height: 51px;
    width: auto;
}
h5.shimmer-headline {
    margin: 0;
    line-height: 48px;
    font-style: italic;
    text-indent: 1px;
}
h5.shimmer-headline a {color: white;}
.top-bar-box {
    height: 51px;
    overflow: hidden;
    float: right;
    line-height: 51px;
    color: white;
}
.shimmer-header-button {
    max-width: 438px;
    margin-left: 12px;
}
.top-bar-box {max-width: 320px;}
.top-bar-box a.shimmer-primary-button {
    margin: 0;
    padding: 1.5em;
}
.top-bar-box a.shimmer-primary-button:hover {
    background-color: #fff;
    color: #2B2A2A;
}
.shimmer-social-icons {float: left;}
.shimmer-social-icons li {float: left;}
.shimmer-top-bar-icons a {
    color: #fff;
    padding: 0 6px;
    display: inline-block;
    text-align: center;
}
.shimmer-top-bar-icons a:hover, .shimmer-search-btn:hover {
    color: #2B2A2A;
    background-color: #C5C5C5;
}
/* 
                                                                                        HEADER SEARCH BUTTON & SEARCH OVERLAY SETTINGS 
*/
.shimmer-search-btn {
    height: 50px;
    background-color: transparent;
    outline: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
    padding: 0 6px;
    color: #fff;
    float: left;
}
.shimmer-search-overlay, .shimmer-toggle-menu {
    width: 100%;
    min-height: 100%;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #F4F3F3;
    text-align: center;
    display: none;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
.shimmer-search-overlay {overflow: hidden;}
.search-overlay-close-btn {
    width: 96px;
    height: 96px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.search-overlay-close-btn i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #2B2A2A;
    font-size: 20px;
    cursor: pointer;
}
.search-content-overlay {height: 100%;}
.shimmer-search-content {
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.shimmer-search input[type="search"], .shimmer-tSet .wp-block-search input[type="search"] {
    width: 100%;
    border: none;
    border-bottom: 1px solid #2B2A2A;
    display: block;
    padding: .75em;
    padding-right: 33px;
}
.shimmer-search, .shimmer-tSet .wp-block-search {position: relative;color: #2B2A2A;}
form.shimmer-search:before, .shimmer-tSet .wp-block-search:before {
    content: "\f002";
    font-family: 'fontawesome';
    font-size: 16px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}
.shimmer-search input[type="search"]:focus {border-color: #AE9768;}
/* HEADER NAVIGATION */
.shimmer-navigation {
    width: 100%;
    height: 40px;
    background-color: #F4F3F3;
    z-index: 9;
}
.shimmer-navigation .sT-overlay {overflow: unset;}
.shimmer-navigation ul li {
    display: inline-block;
    float: left;
    position: relative;
    cursor: pointer;
}
.shimmer-navigation ul li a {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    letter-spacing: .15em;
    padding: 1em 1.5em;
    text-transform: uppercase;
    color: #2B2A2A;
    line-height: 1.4;
    box-sizing: border-box;
    display: block;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}
.shimmer-navigation ul li:first-child {margin-left: -1.5em;}
.shimmer-navigation ul li a:hover {background-color: #C5C5C5;}
.shimmer-navigation ul li.current-menu-item > a {font-weight: 600;}
.shimmer-navigation ul ul {
    width: max-content;
    background-color: #F4F3F3;
    left: 50%;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    transform: translate(-50%, 0);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    z-index: 9;
}
.shimmer-navigation ul ul li {
    float: none;
    display: block;
    margin: 0!important;
}
.shimmer-navigation ul ul li a {
    font-family: 'Cardo', serif;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0;
    padding: 1em 2em!important;
    margin: 0!important;
    text-transform: unset;
    color: #2B2A2A;
    box-sizing: border-box;
    display: block;
}
.shimmer-navigation ul ul li:first-child a  {padding-top: 1em;margin: 0;}
.shimmer-navigation ul ul li:last-child a {padding-bottom: 1em;}
.shimmer-navigation ul > li:hover > ul  {
    visibility: visible;
    opacity: 1;
}
.shimmer-navigation ul ul ul {display: none;}
.shimmer-navigation ul > li > a:after { 
    content: "\f078"; 
    font-size: 10px; 
    font-family: 'fontawesome'; 
    margin-left: 12px;
}
.shimmer-navigation ul > li > a:only-child:after, .shimmer-navigation ul  ul li > a:after { 
    content: '';
    margin: 0; 
}
/* 
                                                                                                    // TOGGLE MENU
*/
.mobile-header-container {
    width: 100%;
    background: #2B2A2A;
    text-align: center;
    position: relative;
    display: none;
}
.mobile-logo {
    margin: 0 auto;
    float: none;
}
.shimmer-search-btn-m, .shimmer-toggle-btn {
    outline: none;
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 16px;
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translate(0, -50%);
}
.shimmer-search-btn-m {left: unset;right: 24px;}
.mobile-header-container .top-bar-box {
    width: 100%;
    max-width: 100%;
    height: auto;
    line-height: 1;
    margin: 0;
}
.mobile-header-container .top-bar-box a.shimmer-primary-button {
    display: block;
    padding: 1.5em 24px;
}
span.toggle-menu-close {
    position: absolute;
    top: 24px;
    left: 24px;
    font-size: 16px;
    color: #2B2A2A;
}
.shimmer-navigation-m {margin: 55px 0 48px 0;}
.shimmer-navigation-m li {
    display: block;
    position: relative;
    cursor: pointer;
}
.shimmer-navigation-m li a {
    font-family: 'Montserrat', sans-serif;    
    font-size: 12px;
    letter-spacing: .1em;  
    text-transform: uppercase;
    padding: 1.5em 0;
    display: inline-block;
}
.shimmer-navigation-m li a:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid #C5C5C5;
}
.shimmer-navigation-m ul ul {
    display: none;
    margin: 0;
    border-top: 1px solid #C5C5C5;
}
.shimmer-navigation-m ul ul li {margin: 0 24px;}
.shimmer-navigation-m ul > li > a:before { 
    content: "\f078"; 
    font-size: 10px; 
    font-family: 'fontawesome'; 
    margin-left: 12px;
    position: absolute;
    right: 0;
}
.shimmer-navigation-m ul > li > a:only-child:before { 
    content: '';
    margin: 0; 
}
.shimmer-toggle-menu .shimmer-social-icons {
    float: none;
    display: inline-block;
}
.shimmer-toggle-menu .shimmer-social-icons li {margin-right: 12px;}
.shimmer-toggle-menu .shimmer-social-icons li:last-child {margin-right: 0;}
/* 
                                                                                                    // BLOG BODY #
*/
.shimmer-main-wrapper {
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}
.blog-container {
    width: 100%;
    margin: 48px 0;
    position: relative;
    overflow: hidden;
}
.blog-container::after {
    content: '';
    clear: both;
    display: table;
}
/* 
                                                                                                    // BRAND INTRO AREA #
*/
.brand-intro-area {
    width: 100%;
    height: calc(100vh - 139px);
    overflow: hidden;
    position: relative;
    margin-top: 48px;
}
.bia-text {
    width: 55%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    float: left;
}
.shimmer-primary-button.bia-btn {margin: 0;}
.bia-image {
    width: 65%;
    height: calc(100vh - 139px);
    float: right;
}
.bia-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bia-text h1 {margin-top: 0;}
/* 
                                                                                                    // BRAND INTRO AREA #
*/
.call-to-action {
    width: 100%;
    height: max-content;
    position: relative;
    overflow: hidden;
    margin-bottom: 48px;
    background-color: #F4F3F3;
}
.cta-image {
    width: 32.6%;
    display: inline-block;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
}
.cta-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cta-text {
    width: calc(67.4% - 138px);
    display: inline-block;
    overflow: hidden;
    padding: 48px 90px 48px 24px;
    float: left;
    margin-left: 32.6%;
}
.cta-text h5 {margin: 0;}
.cta-sub-title {
    position: absolute;
    z-index: 3;
    font-size: 12px;
    top: 0;
    right: 0;
    -webkit-writing-mode: vertical-lr;
    border-right: 1px solid #2B2A2A;
    padding: 4em 1.5em 0 0;
    margin: 0;
}
.cta-text a.shimmer-secondary-button {margin-bottom: 0;}
/* 
                                                                                                    // SLIDER & CATEGORY SHOWCASE AREA #
*/
.slider-area {
    width: 100%;
    height: 390px;
    overflow: hidden;
    margin-bottom: 48px;
}
.slider-category-showcase .shimmer-slider {
    width: 66.7%;
    height: 390px;
    float: left;
    overflow: hidden;
}
.recent-post-slider.design-2 .post-image-bg {height: 390px;}
.category-showcase-area {
    width: 33.3%;
    overflow: hidden;
    float: left;
}
.category-showcase {padding-left: 36px;}
.category-showcase-area h5, .category-showcase-area p {margin-top: 0;}
.category-showcase.cs-1 {padding-bottom: 36px;border-bottom: 1px solid #C5C5C5;}
.category-showcase.cs-2 {padding-top: 36px;}
.category-showcase a {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color: #2B2A2A;
    line-height: 1.5;
    display: inline-block;
}
.category-showcase.cs-2 a {margin-bottom: 1.5em;}
.category-showcase a:hover {font-weight: 600;}
.recent-post-slider.design-2 .post-content-left {
    transform: rotate(-90deg) translate(-100%, 0);
    transform-origin: 0 0;
    width: 390px;
    background-color: #AE9768;
    text-align: center;
    padding: 0;
    bottom: unset;
}
.recent-post-slider .post-image-bg img {object-position: center center;}
.slider-area .recent-post-slider h2.wp-post-title {
    font-size: 25px;
    margin: 0.75em!important;
    line-height: 1.5;
}
.slider-area .recent-post-slider.design-2 .slick-dots {
    left: unset!important;
    bottom: unset!important;
    right: 15px !important;
    top: 50%;
    display: inline-block!important;
    transform: translate(0, -50%);
}
.slider-area .recent-post-slider .slick-dots li {display: block!important;}
.recent-post-slider .slick-dots li.slick-active button {background: #fff!important;border-color: #fff;}
.recent-post-slider .slick-dots li button {border-color: #fff;background: transparent!important;}

/* 
                                                                                                    // BLOG #
*/
.shimmer-blog-post {
    width: 774px;
    float: right;
    overflow: hidden;
}
.sT-content-sidebar .shimmer-blog-post, .sT-content-left .shimmer-blog-post {float: left;} {float: left;}
.content-sidebar-blog {float: left;}
.shimmer-blog-post.blog-full-width {
    width: 100%;
    float: none;
}
.post-full-width .shimmer-blog-post {
    float: none;
    margin: 0 auto;
}
.post-full-width .shimmer-blog-sidebar {display: none;}
.shimmer-post {
    width: 100%;
    position: relative;
    margin-bottom: 48px;
}
.shimmer-blog-thumbnail img {
    max-width: 100%;
    height: auto;
}
.shimmer-post .shimmer-blog-excerpt {
    width: calc(80% - 96px);
    position: relative;
    margin: 0 auto;
    z-index: 2;
    text-align: center;
    padding: 48px;
    background-color: #F4F3F3;
}
.shimmer-post .excerpt-2 {width: calc(100% - 96px);}
.shimmer-post .excerpt-1 {margin-top: -230px;}
.post-read-button .shimmer-secondary-button {margin: 0;}
.shimmer-blog-excerpt h4, .shimmer-blog-excerpt p {margin-top: 0;}
.shimmer-blog-excerpt p{
    height: 70px;
    overflow: hidden;
    text-align: justify;
 }
/* 
                                                                                                    // SIDEBAR #
*/
.shimmer-blog-sidebar {
    width: 258px;
    margin-right: 36px;
    float: left;
    overflow: hidden;
}
.sT-content-sidebar .shimmer-blog-sidebar, .sT-content-left .shimmer-blog-sidebar {
    margin-right: 0;
    margin-left: 36px;
    float: right;
}
.content-sidebar {
    float: right;
    margin-right: 0;
    margin-left: 36px;
}
.shimmer-sidebar {width: 100%;}
.shimmer-widget {
    width: 100%;
    height: auto;
    margin-bottom: 36px;
    overflow: hidden;
}
h6.shimmer-widget-title {
    font-size: 12px;
    margin: 0 0 1.5em;
    letter-spacing: 0.15em;
}
.shimmer-sidebar img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.shimmer-widget p {margin: 0;}
.shimmer-widget li {
    font-family: 'Cardo', serif;
    font-size: 16px;
    color: #2B2A2A;
    line-height: 1.5;
    display: block;
}
/* CATEGORIES & PAGES & ARCHIVE WIDGET */
.widget_categories ul, .widget_archive ul, .widget_pages ul, .widget_meta ul, .widget_tag_cloud .tagcloud, .shimmer-tSet .wp-block-tag-cloud {
    padding: 24px;
    background-color: #F4f3f3;
}
.widget_categories ul ul, .widget_archive ul ul, .widget_pages ul ul {
    padding: 0;
    margin-left: 24px;
    margin-top: 1em;
}
.widget_categories ul li, .widget_archive ul li, .widget_pages ul li, .widget_meta ul li {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin-bottom: 1em;
}
.widget_categories ul li:last-child, .widget_archive ul li:last-child, .widget_pages ul li:last-child {margin-bottom: 0;}
/* GALLERY WIDGET */
.widget_media_gallery .gallery-item {
    width: 50%;
    float: left;
    position: relative;
}
.widget_media_gallery .gallery-item figcaption {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    font-style: italic;
    text-align: center;
    padding: 24px 0 1em;
    background: linear-gradient(0deg, rgba(43, 42, 42, .3) 0%, rgba(255,255,255,0) 40%);
}
/* META WIDGET */
.widget_meta abbr[title] {text-decoration: underline;}
/* TAG CLOUD WIDGET */
.widget_tag_cloud a, .shimmer-tSet ul.wp-block-archives-list li, 
.shimmer-tSet ul.wp-block-categories-list li, .shimmer-tSet .wp-block-tag-cloud a {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px!important;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    line-height: 1.5;
    color: #2B2A2A;
    margin: 0 1.5em 1em 0;
}
.shimmer-tSet ul.wp-block-archives-list li a, .shimmer-tSet ul.wp-block-categories-list li a {color: #2B2A2A;}
.widget_tag_cloud a:hover, .widget_meta ul li a:hover, .widget_categories ul li a:hover,
.widget_archive ul li a:hover, .widget_pages ul li a:hover, 
.shimmer-tSet ul.wp-block-archives-list li a:hover, 
.shimmer-tSet ul.wp-block-categories-list li a:hover, .shimmer-tSet .wp-block-tag-cloud a:hover {
    font-weight: 600;
    color: #2B2A2A;
    text-decoration: none;
}
/* RECENT COMMENTS */
.widget_recent_comments li {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    line-height: 1.5;
    margin-bottom: 18px;
}
.widget_recent_comments li span {
    font-family: 'Cardo', serif;
    font-size: 16px;
    text-transform: none;
    letter-spacing: 0;
}
/* RSS WIDGET */
img.rss-widget-icon {display: none;}
.widget_rss li {margin-bottom: 24px;}
.widget_rss li:last-child {margin-bottom: 0;}
.widget_rss li a.rsswidget {
    display: block;
    font-weight: 600;
    margin-bottom: 1em;
}
.widget_rss li .rssSummary {margin-bottom: 1em;}
.widget_rss li cite, .wp-block-rss__item-author, .wp-block-rss__item-publish-date {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    line-height: 1.5;
}
/* SOCIAL ICONS WIDGET */
.sT-social-icons li {
    margin-right: 12px;
    float: left;
}
.sT-social-icons li:last-child {margin-right: 0;}
.sT-social-icons li a:hover {color: #AE9768;}
.widget_recent_entries li {
    display: block;
    margin-bottom: 1.5em;
}
.widget_recent_entries li a {
    margin-bottom: 1em;
    display: block;
}
.widget_recent_entries li span {display: block;}
/* RECENT POST WIDGET */
.sT-recent-posts {overflow: hidden;}
.sT-recent-posts li {
    margin-bottom: 12px;
    overflow: hidden;
}
.sT-recent-thumb {
    margin-right: 12px;
    float: left;
}
.sT-recent-thumb a {display: block;}
.sT-recentpost-content {overflow: hidden;}
.sT-recentpost-content a {
    display: block;
    margin-bottom: 1em;
}
.sT-recentpost-content span, .widget_recent_entries li span {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1.5;
    letter-spacing: 0.15em;
}
.widget_recent_entries li a:hover, .sT-recentpost-content a:hover {color: #AE9768;}
/* CALL TO ACTION WIDGET */
.shimmer-ctaw {
    width: calc(100% - 48px);
    padding: 36px 24px;
    overflow: hidden;
    background-color: #F4F3F3;
}
.ctaw-overlay {
    height: max-content;
    overflow: hidden;
    position: relative;
    margin-bottom: 24px;
}
h5.shimmer_ctaw_title {margin: 0 0 .75em;}
a.shimmer-primary-button.ctaw_button {margin: 0;}
/* CALENDAR */
#wp-calendar {
    width: 100%;
    text-align: right;
}
#wp-calendar caption {text-align: left;}
#wp-calendar td, #wp-calendar th {
    padding: 0 0 1em;
    border: 0;
}
#wp-calendar thead th {
    padding-top: 1.5em;
    background-color: transparent;
}
#wp-calendar #prev {text-align: left;}
.wp-block-calendar a {
    text-decoration: none;
    font-weight: 600;
}
.wp-block-calendar tfoot a {color: #2B2A2A;}
/* 
                                                                                                    // FOOTER #
*/
.shimmer-main-footer {
    width: 100%;
    overflow: hidden;
}
.shimmer-main-footer::before {
    content: '';
    clear: both;
    display: table;
}
.sT-footer {
    width: 100%;
    height: max-content;
    background-color: #2B2A2A;
    color: #fff;
}
.copyright-area {
    width: 42%;
    margin-right: 12px;
    float: left;
    overflow: hidden;
}
.copyright-area p {
    display: inline-block;
    color: #fff;
    margin: 0;
    line-height: 40px;
}
.copyright-area p.footer-text {margin-right: 12px;}
.copyright-area a {
    font-family: 'Montserrat', sans-serif;
    font-size: 8px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}
.footer-menu-area {
    width: calc(58% - 12px);
    float: right;
    text-align: right;
    overflow: hidden;
}
.footer-menu-area ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.footer-menu-area ul ul {display: none;}
.footer-menu-area ul li a {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    padding: 1.167em 1.5em;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: .15em;
    display: inline-block;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}
.footer-menu-area ul li a:hover {
    color: #2B2A2A;
    background-color: #F4F3F3;
}
/* 
                                                                                                    // FOOTER PAYMENT MENUS #
*/
.footer-menu-area ul li.paypal a, 
.footer-menu-area ul li.mastercard a, 
.footer-menu-area ul li.visa a {display: none;}
.footer-menu-area ul li.paypal::before,
.footer-menu-area ul li.mastercard::before,
.footer-menu-area ul li.visa::before {
    font-family: 'fontawesome';
    font-size: 16px;
    margin-left: .5em;
    line-height: 40px;
}
.footer-menu-area ul li.paypal::before {content: "\f1f4";}
.footer-menu-area ul li.mastercard::before {content: "\f1f1";}
.footer-menu-area ul li.visa::before {content: "\f1f0";}
.footer-menu-area ul:first-child li.payments {margin-left: 0;}
/* 
                                                                                                    // FOOTER CALL TO ACTION AREA #
*/
.shimmer-main-footer .call-to-action {margin-bottom: 0;}
.footer-cta-text {
    width: 67.4%;
    padding: 48px 0;
    float: none;
    margin: 0;
    vertical-align: middle;
}
.footer-cta-text .cta-title {margin-right: .75em;}
.footer-cta-button {
    width: calc(32.6% - 5px);
    display: inline-block;
}
.footer-cta-button a {display: block;margin: 0;}
/* 
                                                                                                    // FOOTER INSTAGRAM AREA #
*/
.instagram-area {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}
.insta-gallery-feed[data-feed_layout=carousel] .insta-gallery-actions {display: none;}
.insta-gallery-feed {position: relative;}
.shimmer-body .insta-gallery-feed .insta-gallery-actions {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    z-index: 20;
}
.shimmer-body .insta-gallery-feed .insta-gallery-actions .insta-gallery-button.follow {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.15em;
    padding: 1em;
    margin: 0;
    color: #2B2A2A;
    border: 1px solid #fff;
    border-radius: 0;
    background-color: #fff;
    display: inline-block;
    cursor: pointer;
    box-sizing: border-box;
    transform: translate(0,0);
}
.shimmer-body .insta-gallery-feed[data-feed_layout=carousel] .swiper-button-next>i, 
.shimmer-body .insta-gallery-feed[data-feed_layout=carousel] .swiper-button-prev>i {
    color: #fff;
}
.shimmer-body .insta-gallery-feed[data-feed_layout=carousel] .swiper-pagination-bullet-active {background-color: #fff;}
.shimmer-body .insta-gallery-feed .insta-gallery-list .insta-gallery-item .insta-gallery-image-wrap .insta-gallery-image-mask {background: rgba(255,255,255,.5);}
/* 
                                                                                                    // SINGLE POST #
*/
.single-post-heading {
    width: 80%;
    height: max-content;
    display: block;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
}
.single-post-category, .shimmer-post-date, .author-name, .nav-previous a, .nav-next a {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: .15em;
    color: #2B2A2A;
    text-transform: uppercase;
}
.single-post-category a:hover {color: #AE9768;}
.single-post-title {margin: .52em 0 2.25em;}
.post-footer {
    margin-bottom: 48px;
    text-align: center;
}
.post-footer:before {
    content: '';
    display: block;
    clear: both;
}
.post-footer .author-by {
    font-style: italic;
    margin: 0 5px;
    color: #2B2A2A;
}
/*
        POST NAVIGATIONS
*/
.post-navigation {
    width: 100%;
    overflow: hidden;
    background-color: #F4f3f3;
    margin-bottom: 48px;
}
.post-navigation .nav-previous a, .post-navigation .nav-next a {padding: 1em 0;display: block;}
.post-navigation .nav-next a {padding-right: 24px;}
.post-navigation .nav-previous a {padding-left: 24px;}
.post-navigation .nav-prev {
    display: inline-block;
    margin-left: 24px;
    float: left;
}
.post-navigation .nav-next {
    width: 50%;
    float: right;
    text-align: right;
}
.post-navigation .nav-previous {
    width: 50%;
    float: left;
    text-align: left;
}
.post-navigation .fa-angle-right{
    font-size: 10px;
    margin-left: 12px;
}
.post-navigation .fa-angle-left{
    font-size: 10px;
    margin-right: 12px;
}
.post-navigation .nav-previous a:hover, .post-navigation .nav-next a:hover {background-color: #C5C5C5;}
/*
        SHARE BUTTONS
*/
.shimmer-post-share {
    width: 100%;
    overflow: hidden;
    margin-bottom: 12px;
}
.shimmer-share-buttons {
    width: calc(100% / 5 - 9.6px);
    margin-right: 12px;
    float: left;
    text-align: center;
}
.shimmer-share-buttons:last-child {margin-right: 0}
.shimmer-share-buttons i {font-size: 16px;}
.shimmer-share-buttons a {
    display: block;
    margin: 0;
}
.shimmer-share-buttons.share-icon {
    text-align: left;
    line-height: 44px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    letter-spacing: .15em;
    color: #2B2A2A;
    text-transform: uppercase;
}
.shimmer-share-buttons.share-icon i {margin-right: 9px;}
/*
        POST AUTHOR BIO
*/
.post-author {
    width: 100%;
    overflow: hidden;
    position: relative;
    background-color: #F4f3f3;
    margin-bottom: 48px;
}
.post-author-image {
    vertical-align: middle;
    display: inline-block;
}
.post-author-bio {
    width: calc(100% - 295px);
    padding: 24px;
    display: inline-block;
    vertical-align: middle;
}
.post-author-bio h5 {margin: 0 0 .75em;}
.post-author-bio p {margin: 0;text-align: justify;}
/*
        RELATED POSTS
*/
.shimmer-related-posts {
    width: 100%;
    margin-bottom: 48px;
    overflow: hidden;
    text-align: center;
}
.shimmer-related-posts h5 {margin: 0 0 .75em;}
.shimmer-related-posts ul {
    margin: 0!important;
    list-style-type: none!important;
}
.shimmer-related-posts li {
    width: calc(100% / 3 - 16px);
    margin-right: 24px;
    margin-bottom: 0!important;
    float: left;
}
.shimmer-related-posts li:last-child {margin-right: 0;}
.related-post-overlay {
    width: 100%;
    overflow: hidden;
}
.related-post-overlay img {width: 100%;}
.shimmer-related-posts li:hover .related-post-overlay img {opacity: .5;}
.related-post-content p {
    margin-bottom: 0;
    font-style: italic;
}
.shimmer-related-posts li:hover .related-post-content p {color: #AE9768;}
/* 
                                                                                                    // SINGLE POST FEATURED IMAGE #
*/
.shimmer-post-content {
    width: 72.735%;
    margin: 0 auto;
}
.post-featured-image {
    position: relative;
    background-color: #2B2A2A;
    margin-bottom: 48px;
}
.post-featured-image:after {
    content: '';
    display: table;
    clear: both;
}
.post-featured-image img {
    width: 100%;
    height: auto;
    opacity: .7;
}
.post-featured-image .single-post-heading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}
.post-featured-image .single-post-heading .single-post-category, 
.post-featured-image .single-post-heading .single-post-title {color: #fff;}
.post-featured-image .single-post-heading .single-post-title {margin-bottom: 0;}
.blog-full-width .attachment-full-width-thumbnail {margin: 0;}
/* 
                                                                                                    // COMMENTS #
*/
.comments-area {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.comment-reply-title {
    font-size: 25px;
    margin-top: 0;
    text-align: center;
}
.comment-notes {display: none;}
.comment-form label, .logged-in-as {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #2B2A2A;
    letter-spacing: .15em;
    line-height: 1.5;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 1em;
}
.logged-in-as a:hover {font-weight: 600;}
.comment-form textarea {
    height: 37px;
    max-height: 100%;
    padding: 1em 0 .75em;
}
.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"], .comment-form textarea {
    width: 100%;
    max-width: 100%;
    border: none;
    outline: none;
    border-bottom: 1px solid #2B2A2A;
    box-sizing: border-box;
    display: block;
    margin-bottom: 2.25em;
    padding: 0 .75em .75em;
}
.comment-form input[type="text"]:focus, .comment-form input[type="email"]:focus, .comment-form input[type="url"]:focus, .comment-form textarea:focus {border-color: #AE9768;}
.comment-form input[type="url"] {margin-bottom: 0;}
.comment-form p {margin: 0;}
.comment-form input[type="submit"] {
    display: inline-block;
    background-color: #AE9768;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
    padding: 1em;
    margin: 1.5em 0;
    border: 1px solid #AE9768;
    line-height: 1.5;
    letter-spacing: .15em;
    outline: none;
    box-sizing: border-box;
}
.comment-form input[type="submit"]:hover {
    color: #2B2A2A;
    background-color: transparent;
    border-color: #2B2A2A;
}
.shimmer-comments {margin-top: 48px;}
.shimmer-comments h5.comment-counter {margin-top: 0;text-align: center;}
.shimmer-comments ul {
    width: 100%;
    height: max-content;
    overflow: hidden;
    list-style-type: none!important;
}
.shimmer-comments ul ul {
    width: calc(100% - 48px);
    margin-left: 48px;
}
.shimmer-comments ul ul ul ul {
    width: 100%;
    margin: 0;
}
.shimmer-comments ul li {
    overflow: hidden;
    margin-top: 48px;
}
.shimmer-comments ul li::after {
    content: '';
    display: table;
    clear: both;
}
.comment-author-vcard {
    width: 70px;
    height: 70px;
    float: left;
}
.comment-author-vcard img {border-radius: 50%;}
.shimmer-comment-content {
    width: calc(100% - 94px);
    padding-left: 24px;
    float: left;
}
.shimmer-comments > ul > li:first-child {margin-top: 0;}
.shimmer-comment-content h6 {
    font-size: 12px;
    font-weight: 600;
    margin: 0 0 1.5em;
}
.comment-reply-link, .comment-edit-link {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    letter-spacing: .15em;
    line-height: 1.5;
    text-transform: uppercase;
    color: #2B2A2A;
}
.comment-reply-link {margin-right: 18px;}
.comment-edit-link {margin-left: -5px;}
.comment-edit-link::before {
    content: "\f044";
    color: #2B2A2A;
    font-family: 'fontawesome';
    font-size: 16px;
    margin-right: 12px;
}

.comment-reply-link:hover, .comment-edit-link:hover {color: #AE9768;}
.shimmer-comment-content .reply i {
    color: #2B2A2A;
    margin-right: 12px;
}
/* 
                                                                                                    // 404 PAGE #
*/
.sT-page-container {
    width: 774px;
    float: none;
    margin: 0 auto;
    overflow: hidden;
}
.sT-page-container h4 {
    margin: 0 0 2.25em;
    text-align: center;
}
.sT-page-container p.text-404 {margin: 0;}
/* 
                                                                                                    // CATEGORY PAGE #
*/
.page-result {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.15em;
    margin-bottom: .75em;
    display: block;
    color: #2B2A2A;
}
.shimmer-box {
    width: calc(50% - 12px);
    float: left;
    margin: 0 24px 48px 0;
    overflow: hidden;
    text-align: center;
}
.shimmer-box::after {
    content: '';
    display: table;
    clear: both;
}
.shimmer-box:nth-child(odd) {margin-right: 0;}
/*.sT-thumbnail {
    width: 375px;
    height: 250px;
    overflow: hidden;
}*/
.sT-thumbnail img {
    max-width: 100%;
    height: auto;
}
.sT-no-image-title {margin: 0 0 .75em;}
.sT-excerpt {margin: 0 0 1.5em;text-align: justify;}
.shimmer-box .shimmer-secondary-button {margin: 0;}
.category-thumbnail:hover {opacity: .5;}
.sT-title a:hover {color: #AE9768;}
/* 
                                                                                                    // PAGINATION #
*/
.pagination::before {
    content: '';
    display: table;
    clear: both;
}
.navigation.pagination {text-align: center;}
.navigation.pagination .page-numbers {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.15em;
    color: #2B2A2A;
    display: none;
    text-align: center;
}
.navigation.pagination a.prev, .navigation.pagination a.next {
    display: inline-block;
}
.navigation.pagination a.prev {margin-right: 40px;}
.navigation.pagination a.prev:before {
    content: "\f053";
    margin-right: 15px;
    font-family: 'fontawesome';
    font-size: 10px;
} 
.navigation.pagination a.next:after {
    content: "\f054";
    margin-left: 15px;
    font-family: 'fontawesome';
    font-size: 10px;
}
.navigation.pagination a.prev:hover, .navigation.pagination a.next:hover {color: #AE9768;}
/* 
                                                                                                    // CONTACT PAGE #
*/
.attachment-full-width-thumbnail {
    max-width: 100%;
    height: auto;
    margin-bottom: -14.56%;
}
.contact-page-content {
    width: calc(80% - 96px);
    margin: 0 auto;
    background-color: #fff;
    position: relative;
    padding: 48px 48px 0;
}
.wpcf7 input[type=text], .wpcf7 input[type=email],
.wpcf7 input[type=tel], .wpcf7 input[type=number],
.wpcf7 input[type=url], .wpcf7 input[type=date],
.wpcf7 textarea, .wpcf7 select {
    width: 100%;
    max-width: 100%;
    border: none;
    outline: none;
    border-bottom: 1px solid #2B2A2A;
    box-sizing: border-box;
    display: block;
    margin-bottom: 2.25em;
    padding: 0 .75em .75em;
    font-size: 16px;
}
.wpcf7 input[type=submit] {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.15em;
    padding: 1em;
    margin: 1.5em 0;
    color: #fff;
    border: 1px solid #AE9768;
    background-color: #AE9768;
    display: inline-block;
    cursor: pointer;
    box-sizing: border-box; 
}
.wpcf7 input[type=submit]:hover {
    background-color: transparent;
    border-color: #2B2A2A;
    color: #2B2A2A;
}
.wpcf7 label {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #2B2A2A;
    letter-spacing: .15em;line-height: 1.5;
    text-transform: uppercase;
    display: block;
    margin-bottom: 1em
}
.wpcf7 textarea {
    height: 37px;
    max-height: 100%;
    padding: 1em 0 .75em;
}
.contact-page-title {
    margin: 0 0 .75em;
    text-align: center;
}
span.wpcf7-list-item {margin: 0 18px 0 0;}
span.wpcf7-list-item-label::before, span.wpcf7-list-item-label::after {content: '';}
input[type="file"] {
    padding: 0;
    margin-bottom: 18px;
}
input[type="file"].wpcf7-form-control.wpcf7-file {color: #C5C5C5;}
input[type="file"]::-webkit-file-upload-button {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.15em;
    padding: 1em;
    margin-right: 12px;
    outline: none;
    cursor: pointer;
    background-color: #F4F3F3;
    border: 1px dashed #C5C5C5;
    border-radius: 0px;   
    text-transform: uppercase;
}
input[type="file"]::-webkit-file-upload-button:hover {
    background-color: ;
    color: ;
    transition: ;
}
.wpcf7 input[aria-invalid='true'] {
  border-bottom: 3px solid #DE8974;
}
.wpcf7-not-valid input[type="checkbox"]:before {
    border: 3px solid #DE8974;
}
.wpcf7 span.wpcf7-not-valid-tip {
    display: none;
}
.wpcf7 div.wpcf7-validation-errors, .wpcf7 div.wpcf7-acceptance-missing {
    border: none;
    margin: 0;
    padding: 1em;
    color: #2B2A2A;
    background-color: #DE8974;
}
.wpcf7 input:focus {border-color: #AE9768;}
/* 
                                                                                                    // ARCHIVE PAGE #
*/
.archive-column {
    width: calc(50% - 12px);
    float: left;
    overflow: hidden;
}
.archive-column-left {margin-right: 12px;}
.archive-column-right {margin-left: 12px;}
.archive-box {
    width: calc(100% - 72px);
    padding: 48px 36px;
    background-color: #F4F3F3;
}
.archive-year, .archive-author {margin-bottom: 24px;}
.archive-title {margin: 0 0 .75em;}
ul.archive-yearly, ul.archive-monthly {overflow: hidden;}
ul.archive-yearly li, ul.archive-monthly li {float: left;}
ul.archive-yearly li a, ul.archive-monthly li a, 
ul.archive-authors li a, .archive-tags .tag-cloud-link {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.15em;
    color: #2B2A2A;
    margin-right: 1.5em;
    margin-bottom: 1em;
    display: block;
    text-align: left;
}
ul.archive-authors li a {margin-right: 0;}
ul.archive-yearly li a:hover, ul.archive-monthly li a:hover, 
.archive-tags a.tag-cloud-link:hover, ul.archive-authors li a:hover {font-weight: 600;}
.archive-box ul.archive-yearly li:last-child a {margin-right: 0;}
ul.archive-authors li:last-child a {margin-bottom: 0;}
.archive-tag-cloud {overflow: hidden;}
.archive-tags .tag-cloud-link {
    float: left;
    font-size: 12px!important;
}
/* 
                                                                                                    // GUTENBERG & TEXT ELEMENTS #
*/
.shimmer-tSet .alignleft {
    float: left;
    margin: 0 18px 36px 0;
}
.shimmer-tSet .alignright {
    float:right;
    margin: 0 0 36px 18px;
}
.shimmer-tSet .wp-block-image {margin: 0;}
.shimmer-tSet figcaption {
    font-size: 16px;
    font-style: italic;
    padding: 1.5em 0 0;
    margin: 0;
    color: #2B2A2A;
}
.shimmer-tSet figure.wp-block-image {margin-bottom: 36px;}
.wp-block-cover, .wp-block-cover-image {
    background-color: rgba(43, 42, 42, .5);
    margin-bottom: 36px;
}
.shimmer-tSet .wp-block-cover p, .shimmer-tSet .wp-block-cover-image p,
.shimmer-tSet .wp-block-cover h1, .shimmer-tSet .wp-block-cover-image h1,
.shimmer-tSet .wp-block-cover h2, .shimmer-tSet .wp-block-cover-image h2,
.shimmer-tSet .wp-block-cover h3, .shimmer-tSet .wp-block-cover-image h3,
.shimmer-tSet .wp-block-cover h4, .shimmer-tSet .wp-block-cover-image h4,
.shimmer-tSet .wp-block-cover h5, .shimmer-tSet .wp-block-cover-image h5,
.shimmer-tSet .wp-block-cover h6, .shimmer-tSet .wp-block-cover-image h6,
.shimmer-tSet .wp-block-cover h1 a, .shimmer-tSet .wp-block-cover-image h1 a,
.shimmer-tSet .wp-block-cover h2 a, .shimmer-tSet .wp-block-cover-image h2 a,
.shimmer-tSet .wp-block-cover h3 a, .shimmer-tSet .wp-block-cover-image h3 a,
.shimmer-tSet .wp-block-cover h4 a, .shimmer-tSet .wp-block-cover-image h4 a,
.shimmer-tSet .wp-block-cover h5 a, .shimmer-tSet .wp-block-cover-image h5 a,
.shimmer-tSet .wp-block-cover h6 a, .shimmer-tSet .wp-block-cover-image h6 a {color:#fff;}
.shimmer-tSet .wp-block-cover h1 a:hover, .shimmer-tSet .wp-block-cover-image h1 a:hover,
.shimmer-tSet .wp-block-cover h2 a:hover, .shimmer-tSet .wp-block-cover-image h2 a:hover,
.shimmer-tSet .wp-block-cover h3 a:hover, .shimmer-tSet .wp-block-cover-image h3 a:hover,
.shimmer-tSet .wp-block-cover h4 a:hover, .shimmer-tSet .wp-block-cover-image h4 a:hover,
.shimmer-tSet .wp-block-cover h5 a:hover, .shimmer-tSet .wp-block-cover-image h5 a:hover,
.shimmer-tSet .wp-block-cover h6 a:hover, .shimmer-tSet .wp-block-cover-image h6 a:hover {
    text-decoration: none;
    color: #fff;
}
.shimmer-tSet .wp-block-cover h2, .shimmer-tSet .wp-block-cover-image h2 {
    font-size: 49px;
    line-height: 1.5;
    margin: 0 0 0.75em;
    padding: 0;
    max-width: unset;
    text-align: unset;
}
.shimmer-tSet .wp-block-gallery .blocks-gallery-image, .shimmer-tSet .wp-block-gallery .blocks-gallery-item {
    margin: 0 12px 12px 0;
}
.shimmer-tSet .wp-block-gallery .blocks-gallery-image:last-child, .shimmer-tSet .wp-block-gallery .blocks-gallery-item:last-child {
    margin-right: 0;
}
.shimmer-tSet ul.wp-block-gallery {
    margin: 0 0 24px;
    list-style: none;
}
.shimmer-tSet .wp-block-gallery .blocks-gallery-image figcaption, .shimmer-tSet .wp-block-gallery .blocks-gallery-item figcaption {
    font-family: 'Cardo', serif;
    font-style: italic;
    font-size: 16px;
    padding: 48px 0 1.5em;
    line-height: 1.5;
    background: linear-gradient(0deg, rgba(43, 42, 42, .3) 0%, rgba(255,255,255,0) 40%);
}
.shimmer-tSet blockquote {
    margin: 48px 0;
    padding: 0 24px;
}
.shimmer-tSet .wp-block-quote.is-large, .shimmer-tSet .wp-block-quote.is-style-large {
    margin: 48px 0;
    padding: 0 24px;
}
.shimmer-tSet .wp-block-quote.is-large p, .shimmer-tSet .wp-block-quote.is-style-large p {font-size: 31px;}
.shimmer-tSet blockquote p, .shimmer-tSet .wp-block-pullquote.alignleft p, .shimmer-tSet .wp-block-pullquote.alignright p {
    font-family: 'Playfair Display', serif;
    font-size: 25px;
    font-style: italic;
    margin: 0 0 .75em;
}
.shimmer-tSet blockquote cite, .shimmer-tSet .wp-block-quote.is-large cite, 
.shimmer-tSet .wp-block-quote.is-style-large cite {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1.5;
    letter-spacing: 0.15em;
    color: #2B2A2A;
}
.shimmer-tSet .wp-block-pullquote.is-style-solid-color blockquote cite {text-transform: uppercase;}
.shimmer-tSet .wp-block-pullquote {
    padding: 24px;
    margin: 48px 0;
    text-align: left;    
}
.shimmer-tSet .wp-block-pullquote blockquote {
    margin: 0;
    padding: 0;
}
.shimmer-tSet .wp-block-pullquote.is-style-solid-color blockquote {max-width: 100%;}
.shimmer-tSet .wp-block-pullquote.is-style-solid-color {background-color: #F4f3f3;}
.shimmer-tSet .wp-block-pullquote.is-style-solid-color blockquote p {
    margin: 0 0 .75em;
    font-size: 25px; 
}
.wp-block-pullquote:not(.is-style-solid-color) {
    border-bottom: 2px solid #C5C5C5;
    border-top: 2px solid #C5C5C5;
}
.shimmer-tSet .wp-block-pullquote.alignleft {margin-right: 18px;}
.shimmer-tSet .wp-block-pullquote.alignright {margin-left: 18px;}
.shimmer-tSet ul, .shimmer-tSet ol {
    margin-left: 48px;
    list-style-position: inside;
}
.shimmer-tSet ul {list-style-type: disc;}
.shimmer-tSet ol {list-style-type: decimal;}
.shimmer-tSet ol ol {list-style-type: lower-latin;}
.shimmer-tSet ul ul, .shimmer-tSet ol ol {margin-left: 24px;}
.shimmer-tSet ul li, .shimmer-tSet ol li {
    font-family: 'Cardo', serif;
    font-size: 16px;
    color: #2B2A2A;
    margin-bottom: .75em;
}
.shimmer-tSet ul ul li:first-child, .shimmer-tSet ol ol li:first-child {margin-top: .75em;}
.shimmer-tSet pre {
    padding: 24px;
    margin: 48px 0;
    background-color: #F4f3f3;
    font-family: 'PT Mono', monospace;
    font-size: 16px;
    color: #2B2A2A;
    white-space: pre;
    overflow: auto;
}
.shimmer-tSet pre.wp-block-verse {
    overflow: hidden;
    white-space: pre-wrap;
}
.shimmer-tSet .wp-block-column {margin-bottom: 0;}
.shimmer-tSet .wp-block-column p {margin: 0 0 1.5em;}
.shimmer-tSet .wp-block-button.is-style-squared .wp-block-button__link, .shimmer-tSet .wp-block-button.is-style-outline .wp-block-button__link, 
.shimmer-tSet .wp-block-button .wp-block-button__link {margin: 0 0 1.5em;}
.shimmer-tSet .wp-block-button {margin: 0;}
.shimmer-tSet .wp-block-file {
    display: block;
    text-align: center;
    background-color: #F4F3F3;
    padding: 24px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1.5;
    letter-spacing: 0.15em;
}
.shimmer-tSet .wp-block-file .wp-block-file__button {margin: 0 0 0 18px;}
.shimmer-tSet .wp-block-table {margin-bottom: 36px;}
.shimmer-tSet .wp-block-table.is-style-stripes {border-bottom: 0;}
.wp-block-table.is-style-stripes td {border-color: #C5C5C5;}
.shimmer-tSet .wp-block-separator.is-style-wide {
    border: 0;
    border-bottom: 1px solid #C5C5C5;
    margin: 36px 0;
}
.shimmer-tSet .wp-block-separator.is-style-default {
    width: 30%;
    border: 0;
    border-bottom: 1px solid #C5C5C5;
    margin: 36px auto;
}
.shimmer-tSet .wp-block-separator.is-style-dots {margin: 36px 0;}
.shimmer-tSet .wp-block-separator.is-style-dots:before {
    font-family: 'Playfair Display', serif;
    font-size: 25px;
    color:#2B2A2A;
    margin: 36px 0;
    letter-spacing: 10px;
    line-height: 1;
    padding: 0;
}
.shimmer-tSet .wp-block-archives-dropdown, .shimmer-tSet .wp-block-categories-dropdown {margin-bottom: 2.25em;}
.shimmer-tSet ul.wp-block-archives-list, .shimmer-tSet ul.wp-block-categories-list {
    list-style: none;
    list-style-type: none;
    display: block;
    padding: 48px 36px 36px;
    margin: 0 0 36px;
    overflow: hidden;
    background-color: #F4f3f3;
}
.shimmer-tSet .wp-block-latest-comments {
    list-style-type: none;
    list-style: none;
    margin: 0;
}
.shimmer-tSet ul.wp-block-archives-list li, .shimmer-tSet ul.wp-block-categories-list li {float: left;} 
.shimmer-tSet .wp-block-latest-comments li {margin-bottom: 36px;}
.shimmer-tSet .wp-block-latest-comments li img {
    width: 50px;
    height: 50px;
    margin-right: 24px;
    border-radius: 50%;
}
.shimmer-tSet .wp-block-latest-comments .wp-block-latest-comments__comment-meta,
.shimmer-tSet .wp-block-latest-comments .wp-block-latest-comments__comment-excerpt {
    margin-left: 74px;
}
.shimmer-tSet .wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
    margin: 1.5em 0 0;
    font-size: 16px;
    line-height: 1.5;
}
.shimmer-tSet .wp-block-latest-comments a.wp-block-latest-comments__comment-author ,.shimmer-tSet .wp-block-latest-comments time {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1.5;
    letter-spacing: 0.15em;
    color: #2B2A2A;
}
.shimmer-tSet .wp-block-latest-comments a.wp-block-latest-comments__comment-link {font-style: italic;}
.shimmer-tSet .wp-block-search .wp-block-search__label, .shimmer-tSet .wp-block-search .wp-block-search__button {display: none;}
.shimmer-tSet .wp-block-search {margin-bottom: 36px;}
.shimmer-tSet ul.wp-block-latest-posts {
    margin: 0;
    list-style-type: none;
    list-style: none;
}
.shimmer-tSet ul.wp-block-latest-posts li {margin: 0 24px 0 0;}
.shimmer-tSet ul.wp-block-latest-posts li a {
    font-size: 16px;
    margin-bottom: 1em;
    color: #2B2A2A;
}
.shimmer-tSet ul.wp-block-latest-posts li time {
    font-size: 16px;
    font-weight: 700;
    color: #2B2A2A;
    margin-bottom: 1.5em;
}
.shimmer-tSet ul.wp-block-latest-posts li:last-child time {margin-bottom: 0;}
.shimmer-tSet ul.wp-block-latest-posts {margin-bottom: 36px;}
.shimmer-tSet .wp-block-embed {margin-bottom: 36px;}
.shimmer-tSet .wp-block-embed-youtube .wp-block-embed__wrapper, .shimmer-tSet .wp-block-embed-vimeo .wp-block-embed__wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.shimmer-tSet .wp-block-embed-youtube iframe, .shimmer-tSet .wp-block-embed-vimeo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
}
.wp-block-media-text {margin-bottom: 36px;}
.wp-block-media-text .wp-block-media-text__content {
    padding: 0;
    padding-left: 24px;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding: 0;
    padding-right: 24px;
}
.wp-block-media-text p, .wp-block-media-text h1, .wp-block-media-text h2, 
.wp-block-media-text h3, .wp-block-media-text h4, .wp-block-media-text h5, 
.wp-block-media-text h6, .wp-block-cover p, .wp-block-cover h1, .wp-block-cover h2, 
.wp-block-cover h3, .wp-block-cover h4, .wp-block-cover h5, .wp-block-cover h6 {margin-top: 0;}
ul.wp-block-rss {
    margin-left: 0!important;
    list-style: none;
    margin-bottom: 36px;
}
ul.wp-block-rss li:last-child {margin-bottom: 0;}
/* Gutenberg Links Edit */
.shimmer-tSet p a, .shimmer-tSet h1 a, .shimmer-tSet h2 a, .shimmer-tSet h3 a, .shimmer-tSet h4 a, 
.shimmer-tSet h5 a, .shimmer-tSet h6 a, .shimmer-tSet cite a, .shimmer-tSet pre a, 
.shimmer-tSet .wp-block-table a, .shimmer-tSet figcaption a, .shimmer-tSet ul li a {
    color: #AE9768;
}
.shimmer-tSet p a:hover, .shimmer-tSet h1 a:hover, .shimmer-tSet h2 a:hover, .shimmer-tSet h3 a:hover, 
.shimmer-tSet h6 a:hover, .shimmer-tSet h4 a:hover, .shimmer-tSet h5 a:hover, .shimmer-tSet cite a:hover, 
.shimmer-tSet pre a:hover, .shimmer-tSet .wp-block-table a:hover, 
.shimmer-tSet figcaption a:hover, .shimmer-tSet ul li a:hover {
    color: #AE9768;
    text-decoration: underline;
}
.shimmer-tSet .columns-2 li:nth-child(2n) {margin-right: 0;}
.shimmer-tSet .columns-3 li:nth-child(3n) {margin-right: 0;}
.shimmer-tSet .columns-4 li:nth-child(4n) {margin-right: 0;}
.shimmer-tSet .columns-5 li:nth-child(5n) {margin-right: 0;}
.shimmer-tSet .columns-6 li:nth-child(6n) {margin-right: 0;}
/* TEXT FONT SIZES */
.has-small-font-size {font-size: 13px;}
.has-medium-font-size {font-size: 31px;}
.has-large-font-size {font-size: 49px;}
.shimmer-tSet .has-huge-font-size, .shimmer-tSet .has-larger-font-size {font-size: 61px;}
.shimmer-tSet .wp-block-cover-image .wp-block-cover__inner-container, 
.wp-block-cover .wp-block-cover__inner-container {
    width: calc(100% - 96px);
    z-index: 1;
    color: #f8f9f9;
}
p.has-background {
    padding: 24px;
}
.wp-block-image img {height: auto;}
.wp-block-audio {margin-bottom: 36px;}
/* 
                                                                                                    // PAGE SETTINGS
*/
.page-content-sidebar .shimmer-blog-sidebar {
    margin-right: 0;
    margin-left: 36px;
}
.page-content-sidebar .shimmer-blog-post {float: left;}
.page-full-width .shimmer-blog-post {width: 100%;}
.shimmer-page h4.single-post-title {margin-top: 0;}
/* 
                                                                                                    // EDIT 
*/
.wp-caption {}
.gallery-caption {}
.wp-caption-text {}
.bypostauthor {}
.sticky::before {
    content: 'Featured';
    font-family: 'Montserrat', sans-serif;    
    font-size: 12px;
    letter-spacing: 0.15em;
    line-height: 1.5;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-writing-mode: vertical-lr;
    border-right: 1px solid #2B2A2A;
    padding: 4em 1.5em 0 0;
    margin: 0 1.5em 0 0;
    z-index: 3;
}
/* 
                                                                                                    // RESPONSIVE 
*/
@media (max-width: 1212px) {
    .sT-overlay {width: calc(100% - 144px);}
    /* SLIDER */
    .slider-area {height: auto;}
    .category-showcase-area {
        width: 100%;
        float: none;
        margin-top: 48px;
    }
    .slider-category-showcase .shimmer-slider {
        width: 100%;
        float: none;
    }
    .category-showcase {
        width: 50%;
        box-sizing: border-box;
        padding: 0;
        margin: 0;
        float: left;
    }
    .category-showcase.cs-1 {
        padding: 0 36px 0 0;
        border: 0;
        border-right: 1px solid #F4F3F3;
    }
    .category-showcase.cs-2 {
        padding: 0 0 0 36px;
    }
    /* BLOG */
    .shimmer-blog-post {width: 75%;}
    .shimmer-blog-sidebar {
        width: 22%;
        margin-right: 2.775%;
    }
    .shimmer-blog-sidebar.content-sidebar {
        margin-right: 0;
        margin-left: 2.2775%;
    }
    .sT-content-sidebar .shimmer-blog-sidebar, .sT-content-left .shimmer-blog-sidebar, .page-content-sidebar .shimmer-blog-sidebar {margin-left: 2.775%;}
}
@media (max-width: 1023px) {
    .sT-overlay {width: calc(100% - 72px);}
    .sT-overlay.bia-overlay {width: 100%;}
    .bia-text {
        width: calc(100% - 72px);
        left: 36px;
        right: 36px;
    }
    .bia-image {width: 50%;}
    /* TOGGLE MENU */
    .mobile-header-container {display: block;}
    /* HEADER */
    .shimmer-header, .shimmer-navigation {display: none;}
    /* BLOG */
    .shimmer-blog-post, .sT-content-sidebar .shimmer-blog-post, .sT-content-left .shimmer-blog-post {
        width: 100%;
        float: none;
        margin-bottom: 24px;
    }
    .shimmer-blog-sidebar, .sT-content-sidebar .shimmer-blog-sidebar, .sT-content-left .shimmer-blog-sidebar, .shimmer-blog-sidebar.content-sidebar {
        width: 100%;
        margin: 0;
        padding-top: 24px;
        float: none;
        border-top: 1px solid #F4f3f3;
        box-sizing: border-box;
    }
    .shimmer-ctaw {text-align: center;}
    .page-content-sidebar .shimmer-blog-sidebar {margin-left: 0;}
    /* ARCHIVE */
    .sT-page-container {
        width: calc(100% - 72px);
        padding: 0 36px;
    }
    .shimmer-logo-box img {margin: 0 auto;}
}
@media (max-width: 772px) {
    h1 {font-size: 39px;}
    h2, .shimmer-tSet .wp-block-cover h2, .shimmer-tSet .wp-block-cover-image h2 {font-size: 31px;}
    h3 {font-size: 25px;}
    h4 {font-size: 20px;}
    h5 {font-size: 16px;}
    h6 {font-size: 12px;}
    p { font-size: 10px; }
    input, .post-footer .author-by, div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {font-size: 10px;}
    a.shimmer-primary-button, .shimmer-tSet .wp-block-button.is-style-squared .wp-block-button__link, 
    .shimmer-tSet .wp-block-button .wp-block-button__link, .shimmer-tSet .wp-block-file .wp-block-file__button,
    a.shimmer-secondary-button, .shimmer-tSet .wp-block-button.is-style-outline .wp-block-button__link, 
    .category-showcase a, .navigation.pagination .page-numbers, .footer-menu-area ul li a, 
    .sT-recentpost-content span, .widget_recent_entries li span, 
    .nav-links a, .shimmer-navigation-m li a, .sticky::before, .logged-in-as, .author-name, 
    .shimmer-post-date, .shimmer-tSet .wp-block-tag-cloud a, h6.shimmer-widget-title, table {font-size: 8px;}
    .sT-overlay {width: calc(100% - 48px);}
    /* BRAND INTRO AREA */    
    .bia-text {
        width: calc(100% - 48px);
        left: 24px;
        right: 24px;
    }
    .bia-image {width: 50%;}    
    /* CALL TO ACTION */
    .call-to-action {margin-bottom: 24px;}
    .call-to-action .sT-overlay {margin: 0;width: 100%;}
    .cta-image {
        position: relative;
        width: calc(100% - 48px);
        margin: 24px;
        z-index: 1;
    }
    .cta-sub-title {
        font-size: 8px;
        right: 36px;
    }
    .cta-text {
        width: calc(100% - 48px);
        float: none;
        padding: 0 24px 24px;
        margin: 0;
        text-align: center;
    }
    .cta-text a.shimmer-secondary-button {display: block;}
    /* SLIDER WIDGET */
    .slider-area {margin-bottom: 24px;}
    .slider-area {height: auto;}
    .post-content-left.wp-medium-6.wpcolumns {
        transform: unset;
        width: 100%;
    }
    .recent-post-slider.design-2 .post-image-bg {height: 50vh;}
    .slider-area .recent-post-slider h2.wp-post-title, .recent-post-slider h2.wp-post-title a {font-size: 16px;}
    .recent-post-slider.design-2 .slick-dots {
        bottom: 0!important;
        left: 50%!important;
        transform: translate(-50%, 0);
    }
    .slider-category-showcase .shimmer-slider {
        width: 100%;
        height: 50vh;
        float: none;
        margin-bottom: 24px;
    }
    .category-showcase-area {
        width: 100%;
        float: none;
    }
    .category-showcase {padding: 0;}
    .category-showcase.cs-1 {padding-bottom: 24px;}
    .category-showcase.cs-2 a {margin-bottom: 0;}
    .slider-area .recent-post-slider.design-2 .slick-dots {
        left: 50% !important;
        bottom: 0!important;
        right: 0 !important;
        top: unset;
        display: inline-block!important;
        transform: translate(-50%, -50%);
    }
    .slider-area .recent-post-slider .slick-dots li {display: inline-block!important;}
    /* BLOG */
    .shimmer-post-content {width: 100%;}
    .blog-container{margin: 48px 0 24px;}
    .shimmer-blog-post {
        width: 100%;
        float: none;
    }
    .shimmer-post {margin-bottom: 24px;}
    .shimmer-blog-thumbnail {
        width: 100%;
        overflow: hidden;
    }
    .shimmer-blog-thumbnail img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top center;
    }
    .post-featured-image .single-post-heading {width: 90%;}
    .single-post-heading {width: 100%;}
    .shimmer-post .excerpt-1 {margin-top: -125px;}
    .post-read-button .shimmer-secondary-button {display: block;}
    .navigation.pagination a.prev{margin-right: 36px;}
    .navigation.pagination a.prev:before {margin-right: 12px;font-size: 8px;} 
    .navigation.pagination a.next:after {margin-left: 12px;font-size: 8px;}
    /* SIDEBAR */
    .shimmer-blog-sidebar {
        width: 100%;
        margin: 24px 0 0;
        float: none;
    }
    .shimmer-widget {margin-bottom: 24px;}
    .shimmer-widget:last-child {margin-bottom: 0;}
    /* FOOTER CTA WIDGET */
    .footer-cta-button {
        width: calc(100% - 48px);
        padding: 0 24px 24px;
    }
    .footer-cta-text{padding-top: 24px;}
    /* FOOTER */
    .footer-menu-area {
        float: none;
        width: 100%;
        text-align: center;
    }
    .footer-menu-area ul {
        align-items: center;
        justify-content: center;
    }
    .footer-menu-area ul li {float: left;}
    .footer-menu-area ul li a {
        padding: 1em 1.5em;
        vertical-align: top;
    }
    .footer-menu-area ul li.paypal::before, .footer-menu-area ul li.mastercard::before, 
    .footer-menu-area ul li.visa::before {
        margin-right: 12px;
        margin-left: 0;
        line-height: 26px;
    }
    .copyright-area {float: none;}
    .sT-footer {
        height: auto;
        text-align: center;
    }    
    /* SIDEBAR WIDGETS */
    .shimmer-widget li, select, .widget_media_gallery .gallery-item figcaption, .widget_recent_comments li span {font-size: 10px;}
    a.shimmer-primary-button.ctaw_button {display: block;}
    .widget_categories ul li, .widget_archive ul li, 
    .widget_pages ul li, .widget_meta ul li, .widget_recent_comments li, 
    .widget_rss li cite, .wp-block-rss__item-author, .wp-block-rss__item-publish-date {font-size: 8px;}
    .widget_tag_cloud a, .archive-tags .tag-cloud-link {font-size: 8px!important;}
    /* ARCIVE - 404 PAGE */
    .sT-page-container {
        width: calc(100% - 48px);
        padding: 0 24px;
    }
    .archive-column {
        width: 100%;
        margin: 0;
        float: none;
    }
    .archive-column-left {margin-bottom: 24px;}
    ul.archive-yearly li a, ul.archive-monthly li a, 
    ul.archive-authors li a, .archive-tags .tag-cloud-link {font-size: 8px;}
    /* SINGLE POST */
    .single-post-category {font-size: 8px;}
    .post-author {
        width: calc(100% - 36px);
        padding: 18px;
        margin-bottom: 24px;
    }
    .post-author-image {
        display: flex;
        justify-content: center;
        margin-bottom: 18px;
    }
    .post-author-image img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }
    .post-author-bio {
        width: 100%;
        padding: 0;
    }
    .post-author-bio h5 {text-align: center;}
    .post-navigation, .post-footer {margin-bottom: 24px;}
    .shimmer-share-buttons.share-icon {
        text-align: center;
        line-height: 1;
        font-size: 8px;
    }
    .shimmer-share-buttons.share-icon i {display: block;margin: 0;}
    .shimmer-share-buttons.share-icon span {margin-top: 1em;display: inline-block;}
    .post-navigation .nav-previous a {padding-left: 12px;}
    .post-navigation .nav-next a {padding-right: 12px;}
    /* RELATED POST */
    .shimmer-related-posts {margin-bottom: 24px;}
    .shimmer-related-posts li {
        width: calc(50% - 6px);
        margin-right: 12px;
    }
    .shimmer-related-posts li:nth-child(2) {margin-right: 0;}
    .shimmer-related-posts li:nth-child(3) {display: none;}
    /* COMMENTS */
    .comment-form label, .comment-form input[type="submit"], .shimmer-comment-content h6, .comment-reply-link, .comment-edit-link {font-size: 8px;}
    .comment-form input[type="text"], .comment-form input[type="email"], 
    .comment-form input[type="url"], .comment-form textarea {
        font-size: 10px;
    }
    .shimmer-comments {margin-top: 24px;}
    .shimmer-comment-content {padding-left: 12px;}
    .shimmer-comments ul li {margin-top: 24px;}
    .shimmer-comments ul ul {
        width: calc(100% - 24px);
        margin-left: 24px;
    }
    /* CATEGORY & SEARCH */
    .shimmer-box {
        width: 100%;
        float: none;
        margin: 0 0 24px;
    }
    .sT-thumbnail {
        width: 100%;
        height: auto;
    }
    /* AUTHOR PAGE */
    .contact-page-content {
        width: calc(80% - 48px);
        padding: 24px 24px 0;
    }
    /* CONTACT PAGE */
    .attachment-full-width-thumbnail {
        width: 100%;
        height: auto;
    }
    .wpcf7 label{font-size: 8px;}
    .wpcf7 input[type=text], .wpcf7 input[type=email], 
    .wpcf7 input[type=tel], .wpcf7 input[type=number], 
    .wpcf7 input[type=url], .wpcf7 input[type=date], 
    .wpcf7 textarea, .wpcf7 select, input[type="file"]::-webkit-file-upload-button,
    .wpcf7-list-item-label {
        font-size: 10px;}
    .wpcf7 input[type=submit] {
        font-size: 8px;}
    /* GUTENBERG */
    .shimmer-tSet .alignright, .shimmer-tSet .alignleft {
        float: none;
        margin: 0 0 24px;
    }
    .shimmer-tSet .aligncenter {margin: 0 auto 24px;}
    .wp-block-cover .wp-block-cover__inner-container {width: calc(100% - 48px);}
    /* Gutenberg Image Gallery */
    .shimmer-tSet .wp-block-gallery .blocks-gallery-image, .shimmer-tSet .wp-block-gallery .blocks-gallery-item {
        width: 100%;
        margin: 0 0 12px;
    }
    .shimmer-tSet .wp-block-gallery .blocks-gallery-image:last-child, 
    .shimmer-tSet .wp-block-gallery .blocks-gallery-item:last-child {
        margin-bottom: 0;}
    .shimmer-tSet .wp-block-gallery .blocks-gallery-image figcaption, 
    .shimmer-tSet .wp-block-gallery .blocks-gallery-item figcaption {font-size: 10px;}
    .shimmer-tSet blockquote, .shimmer-tSet .wp-block-quote.is-large, 
    .shimmer-tSet .wp-block-quote.is-style-large {
        margin: 24px 0;
        padding: 0 24px;
    }
    .shimmer-tSet blockquote p, .shimmer-tSet .wp-block-pullquote.is-style-solid-color blockquote p, 
    .shimmer-tSet .wp-block-pullquote.alignleft p, .shimmer-tSet .wp-block-pullquote.alignright p {font-size: 16px;}
    .shimmer-tSet .wp-block-quote.is-large p, 
    .shimmer-tSet .wp-block-quote.is-style-large p {font-size: 20px;}
    .shimmer-tSet .wp-block-pullquote {
        margin: 24px 0;
        padding: 18px;
    }
    .shimmer-tSet .wp-block-pullquote.is-style-default {padding: 18px 24px;}
    .shimmer-tSet blockquote cite, .shimmer-tSet .wp-block-quote.is-large cite, 
    .shimmer-tSet .wp-block-quote.is-style-large cite {font-size: 8px;}
    .shimmer-tSet ul, .shimmer-tSet ol {margin-left: 24px;}
    .shimmer-tSet pre {
        margin: 24px 0;
        padding: 18px;
        font-size: 10px;
    }
    .shimmer-tSet .columns-6 li {
        width: calc(16.66667% - 20px);
    }
    .shimmer-tSet .wp-block-column {
        flex-basis: 100%;
        flex-grow: 0;
    }
    .wp-block-column:nth-child(2n) {margin-left: 0;}
    .shimmer-tSet .wp-block-file {padding: 18px;}
    .shimmer-tSet .wp-block-file a {
        display: block;
        margin: 0;
    }
    .shimmer-tSet .wp-block-file .wp-block-file__button {
        display: block;
        margin: 1.5em 0 0;
    }
    .shimmer-tSet .wp-block-table, .shimmer-tSet ul.wp-block-latest-posts, .wp-block-audio {margin-bottom: 24px;}
    .shimmer-tSet .wp-block-separator.is-style-wide,
    .shimmer-tSet .wp-block-separator.is-style-default,
    .shimmer-tSet .wp-block-separator.is-style-dots {margin: 24px auto;}
    .shimmer-tSet .wp-block-archives-list li, .shimmer-tSet ul.wp-block-categories-list li {font-size: 8px!important;}
    .shimmer-tSet .wp-block-latest-comments a.wp-block-latest-comments__comment-author, .shimmer-tSet .wp-block-latest-comments time {font-size: 8px;}
    .shimmer-tSet .wp-block-latest-comments a.wp-block-latest-comments__comment-link, 
    .shimmer-tSet .wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {font-size: 10px;}
    .shimmer-tSet .wp-block-cover p, .shimmer-tSet .wp-block-cover-image p {font-size: 16px;}
    .wp-block-media-text {display: block;margin-bottom: 24px;}
    .wp-block-media-text .wp-block-media-text__content, 
    .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {padding: 0;}
    .wp-block-media-text .wp-block-media-text__media, ul.wp-block-rss {margin-bottom: 24px;}
    .wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {max-width: 100%;}
    .shimmer-tSet ul li, .shimmer-tSet ol li {font-size: 10px;}
    .shimmer-body .insta-gallery-feed .insta-gallery-actions .insta-gallery-button.follow {font-size: 8px;}
}
@media (max-width: 600px) {
    .shimmer-post .shimmer-blog-excerpt {
        width: calc(80% - 48px);
        padding: 24px;
    }
    .shimmer-tSet .columns-2 li {width: calc(50% - 12px);}
    .shimmer-tSet .columns-3 li {width: calc(33.33333% - 16px);}
    .shimmer-tSet .columns-4 li {width: calc(25% - 18px);}
    .shimmer-tSet .columns-5 li {width: calc(20% - 19.2px);}
}
@media (max-width: 414px) {
    .shimmer-post .excerpt-1 {margin: 0;}
    .shimmer-post .shimmer-blog-excerpt {width: calc(100% - 48px);}
    .attachment-full-width-thumbnail {
        margin: 0;
        width: 100%;
        height: auto;
    }
    .contact-page-content {
        width: 100%;
        padding: 0;
    }
}
@media (min-width: 782px) {
    .shimmer-tSet .wp-block-column:not(:first-child) {
        margin-left: 24px;
    }
}
@media (min-width: 600px) {
    .shimmer-tSet .wp-block-latest-posts.columns-4 li {width: calc(25% - 18px);}
}