/*  
Theme Name: Gazette Edition
Theme URI: http://www.woothemes.com/
Description: Gazette Edition by WooThemes
Version: 2.9.14
Author: WooThemes
Author URI: http://www.woothemes.com/
*/

@font-face {
    font-display: fallback;
    font-family: "HS Sans";
    src:
        url("fonts/UniversLTW04-75Black.woff2") format("woff2"),
        url("fonts/UniversLTW04-75Black.woff") format("woff");
    font-stretch: normal;
    font-style: normal;
    font-weight: 900
}

@font-face {
    font-display: fallback;
    font-family: "HS Sans";
    src: url("fonts/UniversLTW04-55Roman.woff2") format("woff2"), url("fonts/UniversLTW04-55Roman.woff") format("woff");
    font-stretch: normal;
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-display: fallback;
    font-family: "HS Sans";
    src: url("fonts/UniversLTW04-55Oblique.woff2") format("woff2"), url("fonts/UniversLTW04-55Oblique.woff") format("woff");
    font-stretch: normal;
    font-style: italic;
    font-weight: 400
}

@font-face {
    font-display: fallback;
    font-family: "HS Sans";
    src: url("fonts/UniversLTW04-65Bold.woff2") format("woff2"), url("fonts/UniversLTW04-65Bold.woff") format("woff");
    font-stretch: normal;
    font-style: normal;
    font-weight: 700
}

@font-face {
    font-display: fallback;
    font-family: "HS Sans";
    src: url("fonts/UniversLTW04-65BoldOblique.woff2") format("woff2"), url("fonts/UniversLTW04-65BoldOblique.woff") format("woff");
    font-stretch: normal;
    font-style: italic;
    font-weight: 700
}

@font-face {
    font-display: fallback;
    font-family: "HS Sans";
    src: url("fonts/UniversLTW04-67BoldCond.woff2") format("woff2"), url("fonts/UniversLTW04-67BoldCond.woff") format("woff");
    font-stretch: condensed;
    font-style: normal;
    font-weight: 700
}

@font-face {
    font-display: fallback;
    font-family: "HS Sans";
    src: url("fonts/UniversLTW04-67BoldCondObl.woff2") format("woff2"), url("fonts/UniversLTW04-67BoldCondObl.woff") format("woff");
    font-stretch: condensed;
    font-style: italic;
    font-weight: 700
}
/*========= SETUP =========*/

*{
	border: 0;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body{
	color: #666666;
	/* xbackground:url(images/Background.jpg); */
	background-color: #fff;
	/* font-family: Arial, Helvetica, sans-serif; */
	font-family: "HS Sans", sans-serif;
	font-size: 12px;
	line-height: 18px;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizelegibility;
}
body.lock {
	overflow: hidden;
}
a{
	color: #000000;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
input,select,textarea{
	border: #dddddd 1px solid;
	font-size: 12px;
	padding: 4px 5px;
}
select{
	padding: 0;
}
li{
	list-style: none;
}

/*========= LAYOUT =========*/

#page{
	max-width: 1230px;
	width: 100%;
	background-color: #FFFFFF;
	margin:0 auto;
	overflow-x: hidden;
}
/*--- Main Columns ---*/
#columns{
	padding:15px 15px 25px;
	background-color: #FFFFFF;
	margin: 0px;
}
.col1{
	float: left;
	width: 595px;
	padding-right:15px;
}
.col2{
	float: left;
	width: 320px;
	background-color:#f1f1f1;
}
/*--- Sub Columns ---*/
.subcol{
	width: 150px;
}
.subcol h2{
	font-size: 14px;
	padding: 0 0 10px;
	color: #FFFFFF;
}

/*========= HEADER =========*/

.container{
	max-width: 1230px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}

.page-overlay {
    position: fixed;
    top: 114px;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background-color: rgba(18, 18, 18, 0.36);
    opacity: 0;
    visibility: hidden;
}

.admin-bar .page-overlay {
    top: 146px;
}
.page-overlay.active {
    opacity: 1;
    visibility: visible;
}

.header {
	position: relative;
	/* overflow-x: hidden; */
    z-index: 1000;
}

.header-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px 30px;
	border-bottom: 1px solid #ccc;
	position: relative;
}

.header-top-center {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.header  .custom-logo-link {
	display: flex;
}

.header .custom-logo {
	display: flex;
	max-width: 365px;
	width: 100%;
	height: auto;
}


.header .top-right-menu {
	display: flex;
	align-items: center;
	gap: 16px;
	min-height: 40px;
}

.header .top-right-menu-item a{
	display: flex;
}

.header .top-right-menu-item img{
	width: 20px;
	height: 20px;
}

.header .menu {
	display: flex;
}

.header .menu-primary {
	justify-content: center;
	gap: 15px;
}

.header .menu-primary a {
	display: inline-block;
	font-size: 13px;
	font-weight: 400;
    letter-spacing: -.2px;
    text-decoration: none;
    color: #333;
    line-height: 40px;
    position: relative;
    text-transform: uppercase;
}

.header .menu-primary a:hover {
	text-decoration: underline;
}

.header .menu-top-left {
	gap: 20px;
}

.header .menu-top-left a {
	font-weight: 900;
	color: #333;
	font-size: 14px;
	text-underline-offset: 5px;
}

.header .menu-top-left .current-menu-item a {
	text-decoration: underline;
}

.header .trending-menu-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	background: #333;
	margin: 0;
}

.header .trending-menu-wrapper .trending-title {
	/* font-family: "PT Serif", serif; */
	font-family: "HS Sans", sans-serif;
	color: #fff;
	text-transform: uppercase;
}

.header .trending-menu-wrapper .menu {
	display: flex;
}

.header .trending-menu-wrapper .menu .menu-item {
	margin: 0 10px;
}

.header .trending-menu-wrapper .menu .menu-item a {
	display: inline-block;
	/* font-family: "PT Serif", serif; */
	font-family: "HS Sans", sans-serif;
	color: #fff;
	padding: 0 10px;
	text-decoration: underline;
	font-size: 13px;
	line-height: 36px;
}
.header .search-form-wrapper {
	max-width: 100%;
	top: 100%;
	z-index: 10;
}
.header-main {
	border-bottom: 1px solid #ccc;
}
.header-main .container {
	max-width: 100%;
	padding: 0;
}


#mega-menu-primary-menu {
	display: flex!important;
	justify-content: center;
}
.mega-menu-item-type-widget.widget_media_image img {
	width: 100%;
	aspect-ratio: .8;
	object-fit: cover;
	height: auto;
}
.mega-menu-img-title {
	display: inline-block;
	margin-top: 8px;
	font-size: 14px;
	text-decoration: none;
	color: #333;
}
.mega-menu-img-title:hover {
	text-decoration: none;
}
.widget_media_image + .widget_text a{
	display: inline-block;
	margin-top: 8px;
	font-size: 14px;
	text-decoration: none;
	color: #333;
}
.widget_media_image + .widget_text a:hover{
	text-decoration: none;
}
.textwidget a,
.textwidget p {
		color: #333;
		line-height: 2;
}
.header-main .mega-toggle-block {
	display: none!important;
}
@media (max-width: 992px) {
    .header-main {
        transform: translateY(-200%);
    }
}   
/*- Page Navigation -*/
#nav{
	height: 30px;
	padding: 2px 0px !important;
	background-color: #FFFFFF;
	margin:10px 15px 0px !important;
	/* xborder-top:1px solid #ddd;
	xborder-bottom:1px solid #ddd; */
	width: 930px !important;
}
#nav-left {
	float:left;
	display:inline;
	width:700px;
	}
#nav-right {
	display: flex;
	align-items: center;
	gap: 20px;
	float:right;
	xwidth:270px;
	margin:0px !important;
	padding:0px !important;
	}

/*- Dropdowns-*/

#nav1, #nav1 ul{
	padding: 0;
	float:left;
	list-style: none;
}
#nav1 {
	padding: 0;
	font-size:13px;
	float:left;
}
#nav1 a {
	display: block;
	padding-left:15px;
	padding-right:15px;
}
#nav1 li {
	float: left;
	line-height:30px;
	font-weight:bold;
	font-size:11px;	
	text-transform:uppercase;
}
#nav1 li a:hover {
	background: none;
	text-decoration:none;
	color:#ffffff;
}
#nav1 li ul {
	position: absolute;
	width: 15em;
	left: -999em;
	padding-top:1px;
}
#nav1 li:hover ul, #nav1 li.sfhover ul {
	left: auto;
}
#nav1 li ul li {
    background: #FFFFFF;
	border-bottom:1px solid #dedbd1;	
	border-left:1px solid #dedbd1;	
	border-right:1px solid #dedbd1;			
	line-height:28px;	
	width:15em;
}

#nav1 li:hover, #nav1 li.hover {
    position: static;
}
#nav1 li ul ul {
	margin: -29px 0 0 15em;
	border-top:1px solid #dedbd1;	
}

#nav1 li:hover ul ul, #nav1 li.sfhover ul ul {
	left: -999em;
}
#nav1 li:hover ul, #nav1 li li:hover ul, #nav1 li.sfhover ul, #nav1 li li.sfhover ul {
	left: auto;
}
#nav1 li:hover ul ul, #nav1 li:hover ul ul ul, #nav1 li.sfhover ul ul, #nav1 li.sfhover ul ul ul {
	left: -999em;
}
#nav1 li:hover ul, #nav1 li li:hover ul, #nav1 li li li:hover ul, #nav1 li.sfhover ul, #nav1 li li.sfhover ul, #nav1 li li li.sfhover ul {
	left: auto;
} 

#nav1 li:hover ul, #nav1 li.sfhover ul {
	left: auto;
	z-index:1000;	
}

/*- Category Navigation -*/

/*- Nav / Dropdowns-*/

#suckerfish, #parentNav {
	width: 930px;
	padding-left: 10px;
}

#nav3 {
	padding: 3px 0;
	font-size:13px;
	float:left;
	/*padding-left:10px;*/
	width:930px;
	background: #fff;
	color: #fff;
	/* xborder-top: 1px solid #DDDDDD; */
	margin:0 0 1px 5px;
}

#nav3 a {
	padding: 7px 20px;
	text-decoration: none;
	border-right: 1px solid #cbcbcb;
}

#nav3 a:hover {
	padding: 7px 20px 7px 20px;
	margin-right: 1px;
	text-decoration: none;
	border: none;
}

#nav3 a.active {
	padding: 7px 19px 7px 20px;
	text-decoration: none;
	margin-right: 1px;
	border: none;
}

#nav3 a.active:hover {
	padding: 7px 19px 7px 20px;
	margin: 0 1px 0 0!important;
	text-decoration: none;
	border: none;
}


#nav3 li {
	float: left;
	line-height:24px;
	
}

#nav3 li:hover {
	float: left;
	line-height:24px;
	border: none;
}

/*#nav3 li.active {border: none;}*/

#nav3 a:hover, #nav3 .active {
	text-decoration: none;
	background: #363636;
	color: #fff;
	border: none;
}

#nav3 .active {}

#nav2 {
	/*margin:0 0 15px 5px !important;*/
	margin:0 0 7px 5px;	 
}

#nav2, #nav2 ul, #nav3 ul{
	padding: 0;
	float:left;
	list-style: none;
}
#nav2 {
	/*padding: 3px 0;*/
	font-size:13px;
	float:left;
	/*padding-left:10px;*/
	width:920px;
	background: #363636;
	color: #fff;
	padding-left: 10px;
	margin-top: 1px;
	/*xborder-top: 1px solid #DDDDDD;*/
}
#nav2 a {
	display: block;
	padding: 3px 12px;
	/*border-right: 1px solid #DDDDDD;*/
}

#nav2 li {
	float: left;
	line-height:24px;
}

#nav2 li.current-cat {
	background: #787878;
}

#nav2 li:hover {
	background: #787878;
}

#nav2 li a:hover {
	text-decoration: none;
	/*background: #787878;*/
}
#nav2 li ul {
	position: absolute;
	width: 15em;
	left: -999em;
	z-index: 99999;
}
#nav2 li:hover ul, #nav2 li.sfhover ul {
	left: auto;
	z-index:1000;	
}
#nav2 li ul li {
    background: #FFFFFF;
	border-bottom:1px solid #dedbd1;	
	border-left:1px solid #dedbd1;	
	border-right:1px solid #dedbd1;			
	line-height:28px;	
	width:15em;
}
#nav2 li:hover, #nav2 li.hover {
    position: static;
}
#nav2 li ul ul {
	margin: -29px 0 0 15em;
}
#nav2 li:hover ul ul, #nav2 li.sfhover ul ul {
	left: -999em;
}
#nav2 li:hover ul, #nav2 li li:hover ul, #nav2 li.sfhover ul, #nav2 li li.sfhover ul {
	left: auto;
}
#nav2 li:hover ul ul, #nav2 li:hover ul ul ul, #nav2 li.sfhover ul ul, #nav2 li.sfhover ul ul ul {
	left: -999em;
}
#nav2 li:hover ul, #nav2 li li:hover ul, #nav2 li li li:hover ul, #nav2 li.sfhover ul, #nav2 li li.sfhover ul, #nav2 li li li.sfhover ul {
	left: auto;
} 


/*- Search -*/
.subscribe-button {
	display: block;
	border: 1px solid #242424;
	color: #242424;
    background-color: #fff;
    padding: 5px 30px 5px 15px;
	transition: all .3s ease;
	background-image: url("data:image/svg+xml, %3Csvg width='24px' height='24px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10L12 15L17 10' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-repeat: no-repeat;
	background-position: right 5px center;
}

.subscribe-button:hover {
	background-color: #242424;
	color: #fff;
	text-decoration: none;
	background-image: url("data:image/svg+xml, %3Csvg width='24px' height='24px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10L12 15L17 10' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.header-banner {
	width: 100%;
	transition: all .3s ease-in-out;
}
.header-banner.hidden {
	opacity: 0;
	visibility: hidden;
}
.search-form-wrapper {
	display: flex;
    flex-direction: column;
    justify-content: center;
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
	max-width: 930px;
	height: 100%;
	background: #fff;
	transition: all .3s ease-in-out;
	opacity: 0;
	visibility: hidden;
}

.search-form-wrapper.active {
	opacity: 1;
	visibility: visible;
}

.toggle-search {
	cursor: pointer;
	display: block;
	background-color: transparent;
	background-color: transparent;
	background-image: url("data:image/svg+xml,%3Csvg width='27' height='26' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 0C16.299 0 21 4.701 21 10.5c0 2.23-.695 4.297-1.88 5.998l7.047 7.048-2.121 2.121-6.977-6.975A10.456 10.456 0 0 1 10.5 21C4.701 21 0 16.299 0 10.5S4.701 0 10.5 0zm0 3a7.5 7.5 0 1 0 0 15 7.5 7.5 0 0 0 0-15z' fill='%232A2A2A' fill-rule='evenodd'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 25px;
	border: 0;
	width: 30px;
	height: 30px;
	cursor: pointer;
}

.close-search {
	width: 40px;
    height: 100%;
    border: none;
    background: none;
    position: absolute;
    top: 0;
    right: 0;
	cursor: pointer;
}

.close-search:after, 
.close-search:before {
    background: #000;
    content: "";
    height: 50%;
    inset: 0;
    margin: auto;
    position: absolute;
    width: 2px;
}

.close-search:before {
    transform: rotate(45deg);
}

.close-search:after {
    transform: rotate(-45deg);
}

#search{
	height: 40px;
	width: 100%;
	margin: 0px 0px 0px !important;
	padding:0px !important;
	position: relative;
}
.submit-search {
	display: block;
	position: absolute;
	left: 0;
	background-color: transparent;
	background-image: url("data:image/svg+xml,%3Csvg width='27' height='26' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 0C16.299 0 21 4.701 21 10.5c0 2.23-.695 4.297-1.88 5.998l7.047 7.048-2.121 2.121-6.977-6.975A10.456 10.456 0 0 1 10.5 21C4.701 21 0 16.299 0 10.5S4.701 0 10.5 0zm0 3a7.5 7.5 0 1 0 0 15 7.5 7.5 0 0 0 0-15z' fill='%232A2A2A' fill-rule='evenodd'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 25px;
	border: 0;
	width: 40px;
	height: 40px;
	cursor: pointer;
}

* html #search{
	margin-right: 8px;
}
#search1{
	margin-right: 8px;
	width: 188px;
}
#search input{
	box-sizing: border-box;
	background: #fff;
	border: 0;
	border-bottom: 1px solid #000;
	color: #000000;
	float: left;
	font-size: 16px;
	width:100%;
	height:40px;
	margin:0px;
	padding: 3px 4px 4px 40px;
}

#search input:focus-visible {
	outline: none;
	box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.75);
}

#search1 input{
	background: #e5e5e5;
	border: 1px solid #dddddd;
	color: #000000;
	float: left;
	font-size: 11px;
	/*width:180px;
	height:20px;*/
	margin:1px 0px 0px;
	padding: 3px 4px 4px;
}

#search .btn{
	padding: 0;
	height:22px;
	width: auto;
	margin:1px 0px 0px 5px !important;
	border:none;
	width:69px;
}
/*- Header -*/
#header{
	position: relative;
	height: auto;
	background-color: #ffffff;
	margin: 10px 15px 20px 15px;
	padding: 0px;
}
/*- Logo -*/
#header h1{
	float: left;
	display:inline;
	line-height: 100px;
	font-size: 24px;
}
#header h1 a{
	display: block;
	height: 93px;
	width: 389px;
	color: #000000;
	font-size: 28px;
}

/*- Top Banner -*/
#topbanner {
	float: right;
	width: 468px;
	padding:20px 0px 0px;
}

#topbanner img{
	float: right;
}

/*- RSS -*/
#rss a{
	color: #666666;
}
#rss h2{
	padding:10px;
	font-size:14px;
	margin-bottom:10px;
}
#rss ul{
	margin: 0px;
	padding: 10px;
	float:left;
}
#rss li{
	margin: 0px;
	border:none !important;
	padding: 5px;
}
#rss img{
	float: right;
	padding-left: 10px;
	margin-top: 5px;
}

/*========= FEATURED POSTS (FRONT-PAGE) =========*/

/* See slideshow.css */

/*========= FEATURED VIDEOS (FRONT-PAGE) =========*/

#video-frame {
	background:#eee;
	float:left;
	width:583px;
	height:auto;
	margin:0px;
	padding: 5px;
	border: 1px solid #ddd;
	}
.video-left {
	float:left;
	width:285px !important;
	display:inline;
	background-color:#FFFFFF;
	}
.video-left p {
	padding:0px !important;
	margin:0px !important;
	}
.video-left h2 {
	display:none;
	}
.video-right {
	float:right;
	width:273px;
	min-height:214px;
	display:inline;
	background-color:#FFFFFF;
	padding: 10px;
	}
.video-right h2{
	color: #000000;
	font-size:11px;
	line-height:normal;
	font-weight:bold !important;
	margin:0 !important;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	}
.video-right p{
	color: #666;
	font-size:11px;
	line-height:12px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0px;
	}
.video-right h3{
	font-style: normal !important;
	font-weight: bold;
	font-size:18px;
	line-height:20px;
	padding-bottom: 0px;
	}
.video-right .mootabs_title {
	border-top:1px solid #FFF;
	list-style:none;
	margin:0px;
	padding:0px;
	}
.video-right .mootabs_title li {
	color:#000;
	font-weight:normal;
	font-size:11px;
	text-decoration:none;
	display:block;
	padding:10px;
	border: 1px solid #dddddd;
	background:#f7f7f7;
	line-height:10px;
	cursor: pointer;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	}
.video-right .mootabs_title li:hover, .video-right .mootabs_title li.active {
	background:#dddddd url(images/ico-watch.gif) right center no-repeat !important;
	}

/*========= BLOG POST STYLING =========*/

/*=== Small Box Post ===*/
.post{
	margin: 0;
}
.post h2{
	font-size: 18px;
	padding: 0 0 5px;
}
.post h3{
	font-size: 14px;
}
.post h3 a{
	color: #000000;
}
.post p{
	padding: 0 0 15px;
	line-height: 15px;
}

/*- Box -*/
.box{
	clear: both;
	height: 1%;
	padding: 0;
	margin: 0;
}
.box .post{
	width: 288px;
	background-color: #ffffff;
	/* xborder:1px solid #ddd; */
}
.box .post h2 a{
	color:#333333;
}

.box h1{
	color:#ff00ff;
}

.box .post h2{
	font-size: 18px;
	/* xpadding: 10px 0; */
	line-height: 20px;
}
.box .post p{
	font-size: 11px;
	/* xpadding: 5px 0px; */
}

.box .post img{
	/* xborder: 1px solid #dddddd;
	xpadding: 5px; */
	background-color: #FFFFFF;
	margin: 10px;
	float: right;
}

/*=== Traditional Blog Post ===*/
.post-alt{
	margin: 0 0 45px 0;
	
}
.post-alt h2{
	display: none;
	font-size: 24px;
	/* font-family:Georgia,Bodoni MT,Arial,Helvetica,sans-serif; */
	font-family: "HS Sans", sans-serif;
	padding: 0;
	color:#662C91;
	font-weight:300;
	line-height: 32px;
}
.post-alt h3{
	font-size: 13px;
	padding-bottom: 5px;
	line-height: 18px;
	color: #000000;
}
.post-alt h4{
	font-size: 14px;
	padding-bottom: 5px;
	line-height: 16px;
}
.post-alt h3 a, .post-alt h2 a{
	color: #000000;
}
.post-alt p{
	padding: 0 0 15px;
}
.post-alt p.post_date{
	color: #999999;
	padding: 5px 0px 10px;
	font-size: 11px;
	font-weight: normal;
}
p.posted{
	font-size: 11px;
	color: #666666;
	font-style: normal;
	font-weight: normal;
	line-height: 15px;
	/* xbackground-color: #eeeeee; */
	padding: 5px;
	margin-top: 10px;
	text-align: right;
	border-top:3px solid #1f1f1f;
	border-bottom:3px solid #1f1f1f;
	clear:both;
}
h3.posted a {
	color: #000000;
	font-size:11px;
}

.box .post h3.posted {
	border-bottom:none;
}

.author_info {
	width: 100%;
	padding: 30px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	/* margin-bottom: 45px; */
}
.author_info_header {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 15px;
}
.author_info h3 {
	margin-bottom: 0;
	/* font-family: "PT Serif", serif; */
	font-family: "HS Sans", sans-serif;
	font-size: 20px;
	line-height: 1.5;
	color: #333;
}

.author_info h3 a {
	color: inherit;
}

.author_info h3 a:hover {
	text-decoration: none;
	opacity: .7;
}

.author_description {
	/* font-family: "PT Serif", serif; */
	font-family: "HS Sans", sans-serif;
	font-size: 18px;
	line-height: 1.5;
}

.author_photo {
	float: right;
	margin:  0 0 0 10px;
	background-color: #ffffff;
}

.author_photo img {
	border: 1px solid #666666;
}

/*=== Buttons ===*/
.continue{
	background: url(images/ico-arrow.gif) no-repeat left;
	font-weight:bold;
	padding-left: 15px;
}
.comments {
	padding-bottom:0px !important;
	display: none;
}
.comments a{
	background: url(images/ico-comm.gif) no-repeat left;
	color: #000000;
	font-weight:normal;
	font-size:11px;
	padding:0px 0px 0px 18px;
	margin-left:5px;
}
a.more{
	background: url(images/ico-arrow2.gif) no-repeat right;
	color: #c0c0c0;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0 20px 0 0;
}
/*=== Traditional Blog Post ===*/
.navigation {
	width:595px;
	margin-bottom:15px;
	float:left;
	padding: 15px 0;
	border-top:  1px solid #eee;
	border-bottom:  1px solid #eee;
}
.navigation a {
	color: #000000;
	font-size: 1em;
	font-weight: bold;
}
.alignleft{
	display:inline;
	float:left;
	margin-right:15px;
}
.alignright{
	display:inline;
	float:right;
	margin-left:15px;
}

/*    Using 'class="alignright"' on an image will (who would've
    thought?!) align the image to the right. And using 'class="centered',
    will of course center the image. This is much better than using
    align="center", being much more futureproof (and valid) */

img.wp-smiley  {
    padding: 0!important;
    border: none!important;
}

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

    /* End Images */


/*========= ARCHIVE SPECIFIC =========*/


#archivebox {
	margin-bottom:10px;
	padding-top: 45px;
	border-top: 1px solid #ccc;
}
#archivebox h4, 
#archivebox h3, 
#archivebox h2{
	color:#333333;
}
#archivebox h2 {
	/* font-family: "PT Serif", serif; */
	font-family: "HS Sans", sans-serif;
    font-size: 3.5em;
    line-height: 1.2;
    max-width: 80%;
    margin: 0 auto 16px auto;
	text-align: center;
}
#archivebox h4 em, #archivebox h2 em, #archivebox h3 em{
	  font-size: 12px;
    font-style: normal;
    font-weight: normal;
}
#archivebox h2 a{ xtext-transform:capitalize; color:#202020; font-weight:bold;}
#archivebox h2 span{ font-size:12px; color:#808285; font-weight:normal;}
#archivebox a {
	color: #808285;
    font-size: 12px;
    font-weight: normal;
}
#archivebox h2 span a{
							font-weight:normal;
							color:#808285;
						}
#archivebox h2 span strong {
    color: #000000;
}
/*#archivebox h2 {
	color:#6E3996;
	font-size:40px;
	font-weight:normal;
	font-family:Georgia,Bodoni MT,Arial,Helvetica,sans-serif;
	text-transform:lowercase;
	line-height:36px;
}*/
.archivefeed {
	margin-top:10px;
	padding-bottom:0px;
}
.archivefeed a {
	background:url(images/ico-arcfeed.gif) center left no-repeat;
	height:20px;
	color:#000;
	font-weight:bold;
	font-size: 11px;
	font-weight: normal;
	padding:3px 0px 1px 22px;
}
.arclist{
	width: 260px;
	margin:0px 0px 25px;
	padding:5px 0px 0px;
	border-bottom: 1px solid #eee;
}
.arclist h2{
	color: #000;
	padding:0px 0px 15px;
}

.arclist ul {
	margin-bottom: 15px;
}

.arclist ul li{
	color:#c0c0c0;
	font-size:12px;
	padding:8px 0 8px 10px;
	border-top:1px solid #eee;
}

/*========= SINGLE POST SPECIFIC =========*/

.singletags {
	margin-top:5px;
}
.singletags a { font-weight: normal !important; text-decoration:underline;color:#000000; }
.entry p{
	text-align:left;
	font-size:12px;
	line-height:18px;
	}
.entry blockquote {
	padding: 10px;
	border: 1px solid #ddd;
	color:#000;
	width:85%;
	background-color: #f7f7f7;
	font-style: italic;
	margin:5px auto 15px;
	}
.entry blockquote p {
	font-size:12px;
	padding: 5px 0px;
	margin: 5px 0px;
	line-height: 20px;
	}
.entry img {
	/* xpadding: 4px;
	xborder: 1px solid #dddddd; */
	background-color: #FFFFFF;
	}
.wp-caption img {
	margin-bottom:15px;
}
p.wp-caption-text {
	text-align:center;
	padding: 0 0 15px 0;
	margin:0px;
	font-size:1.2em;
	font-style:italic;
	color:#000000;
}
.entry ul, .entry ol {
	margin-bottom:15px;
	font-size:12px;
	line-height:20px;
	}
.entry ul li ul, .entry ol li ol{
	margin-bottom:0px;
	padding-top:3px;	
	}
.entry ul li {
	/*list-style:circle inside !important;*/
	list-style:none;
	border-bottom:1px dashed;
	margin-left:15px;
	padding:3px 0px;
	
	}

.entry ul li ul li {
	list-style:disc inside !important;
	}
.entry ol li {
	list-style:decimal inside !important;
	font-size:12px;
	padding:3px 0px;
	}
.entry ol li ol li {
	list-style:decimal-leading-zero inside !important;
	}


/*========= COMMENTS =========*/

h2.commh2{
	display: none;
	font-size: 1.5em;
	padding: 0 0 5px;
	margin: 0 0 15px 0;
	font-weight:bold !important;
	color:#000000;
}
ol.commentlist{
	margin: 10px 0 20px;
	padding: 0;
	list-style: none;
	font-size: 12px;
	line-height: 20px;
}
ol.commentlist p{
	margin-bottom:10px;
	line-height: 20px;
}
ol.commentlist cite{
	font-style: normal;
	font-weight: bold;
}
ol.commentlist li{
	padding: 20px 10px 10px 10px;
}
ol.commentlist li.alt{
	display: none;
	padding: 10px 10px 0 10px !important;
	background:#f7f7f7;
	border:1px solid #eee;	
}
#comment {
	display: none;
	width: 595px;
	float: left;
	margin-bottom: 15px;
	
}

/*========= THREADED COMMENTS =========*/

ol.commentlist .comment-meta{
	font-size:0.8em;
}
ol.commentlist li .avatar { 	
	float:left;
	border: 1px solid #000;
	margin-right: 10px;
}

ol.commentlist li{
	border:1px solid #eee;		
	margin:10px 0 10px;
	padding:15px 10px 10px;
}

ol.commentlist li .even{
	background:#ffffff;
}

.commentlist li ul li {
	margin-left:10px;
	margin-right:-5px;
}

ol.commentlist li .reply {
	padding:0 0 5px 0;
}

#respond p{
	margin-bottom:10px;
	line-height: 20px;
	display: none;
}

/* PageNavi */

.more_entries {font-size:11px;}
.more_entries .wp-pagenavi {clear:both;float: right;}
.more_entries .wp-pagenavi a {text-decoration: none !important;}

.more_entries .wp-pagenavi .current, 
.more_entries .wp-pagenavi .on,
.more_entries .wp-pagenavi a:hover {background: #9f9f9f !important;}

.more_entries .wp-pagenavi a,
.more_entries .wp-pagenavi a:link,
.more_entries .wp-pagenavi a:visited, 
.more_entries .wp-pagenavi .current, 
.more_entries .wp-pagenavi .on,
.more_entries .wp-pagenavi span.pages { background: #EEEEEE;color: #666; padding: 4px !important; margin-left: 4px; border:1px solid #DDDDDD; line-height:24px; }

.more_entries .wp-pagenavi .extend { background:none; border:none; }

/*========= SIDEBAR =========*/

/* Tabs */

#tabs {
	width:308px !important;
	height:auto !important;
	padding:5px 3px 5px 8px;
	/* xborder:1px solid #ddd; */
	background-color:#f1f1f1;
	float:left;
	display: block;
	margin-bottom:15px;
}

.inside {
	width: 291px !important;
	padding:5px !important;
	/* xborder:1px solid #ddd !important; */
	margin:5px 0px 0px !important;
	background-color: #FFFFFF;

}

ul.wooTabs {
	width: 100%;
	padding: 0 0 7px 0;
}

ul.wooTabs li {
	float: left;
	display:inline;
	font-size: 11px;
	line-height: 34px;
	background: #ffffff;
	color: #000000;
	/* xborder:1px solid #ddd; */
	font-weight: bold;
	font-size: 11px;
	margin:0px 5px 0px 0px !important;
	cursor: pointer;
}

ul.wooTabs li a {
	line-height: 31px;
	color: #000000 !important;
	display: block;
	float: left;
	padding: 0 6px;
}

ul.wooTabs li a.selected, ul.wooTabs li a:hover {
	text-decoration:none;
	color: #ffffff !important;
}

#tagcloud {
	padding:10px;
}



#sub img {
	float: right;
	margin: 0 0 8px 8px;
	display:none; /*Updated on 2nd Oct 2012*/
}

.inside li {
	border-bottom:1px solid #EEEEEE;
	padding:8px;
}

.inside li img.avatar, .inside li img.thumbnail {
	border: 1px solid #ddd;
	padding: 3px;
	background-color: #ffffff;
	float: left;
	margin: 0 8px 0 0;
}

/*- Ads -*/

#mpu_banner, .adspace-widget {
	background-color:#f1f1f1;
	margin-bottom:15px;
	padding: 9px 9px 0 9px;
	/* xborder: 1px solid #dddddd; */
}

#advert_125x125 {
	padding-left: 14px;
}

#advert_125x125 img{
	border: 1px solid #ddd;
	padding: 5px;
	margin:0 14px 14px 0;
}

/*- Flickr -*/

#flickr .wrap {
	padding-top: 15px;
}
.flickr_badge_image img {
	float:left;
}
/*=== Styling Widget Lists ===*/

.widget {
	margin-bottom:15px;
}	
.widget h3 {
	padding: 5px;
	margin-bottom: 15px;
}
.widget ul {
	margin:0 0 15px 0;
	padding:0;
	border:none !important;
}
.widget ul li {
	border-bottom: 1px solid #eee;
	padding:5px 0 5px 15px;
	margin:0px;
}
.widget ul li a {
	color: #666666;
}
.widget select {
	border:1px solid #eee;
	width:148px;
}

/*========= FOOTER =========*/

.footer {
	/* overflow-x: hidden; */
	color: #333;
}

.footer-top-inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 16px;
	padding: 48px 0px;
	border-top: 1px solid #ccc;
}
.footer-top-left {

}
.footer-top-left-text {
	position: sticky;
    top: 56px;
	max-width: 490px;
}
.footer-top-left-text h1,
.footer-top-left-text h2,
.footer-top-left-text h3 {
	text-transform: uppercase;
	font-weight: 700;
	font-stretch: condensed;
	line-height: .95;
	margin-bottom: 24px;
}
.footer-top-left-text h1,
.footer-top-left-text h2{
	font-size: 48px;
}
.footer-top-left-text h3{
	font-size: 44px;
}
.footer-top-right {
	display: grid;
	grid-template-columns: 1fr 1fr;
	row-gap: 48px;
	column-gap: 16px;
}

.footer-top-right .footer-column {

}
.footer-menu-title {
	font-size: 14px;
	line-height: 1.4;
	text-transform: uppercase;
	font-weight: 900;
	margin-bottom: 16px;
}
.footer-column-menu-list {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.footer-column-menu-list  a {
	color: #333;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    transition: border 200ms ease;
    border-bottom: 1px solid transparent;
	font-size: 14px;
	line-height: 1.4;
}

.footer-column-menu-list  a:hover {
	border-bottom: 1px solid #333;
}

.footer-top-right .footer-column.footer-column_full { 
	grid-area: 3 / 1 / 4 / 3; 
}
.footer-top-right .footer-column.footer-column_full .footer-column-menu-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
}


.footer .custom-logo-link {
	display: flex;
}

.footer .custom-logo {
	display: flex;
	max-width: 265px;
	width: 100%;
	height: auto;
}

.footer-menu-list {
	display: flex;
	justify-content: center;
	gap: 28px;
}

.footer-menu-list li a {
	color: #333;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    transition: border 200ms ease;
    border-bottom: 1px solid transparent;
    font-size: 14px;
    line-height: 1.4;
}

.footer-menu-list li a:focus, 
.footer-menu-list li a:hover, 
.footer-menu-list li a:active {
	border-bottom: 1px solid #333;
}

.footer-main-inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
    column-gap: 16px;
	padding: 40px 0px;
	margin: 0 30px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.footer-main-left {
	display: flex;
	align-items: center;
}

.footer-main-icon {
	display: flex;
	padding-right: 16px;
	/* border-right: 1px solid #ccc; */
	margin-right: 16px;
	position: relative;
}

.footer-main-icon::after {
	content: '';
	position: absolute;
	width: 1px;
	height: 20px;
	background-color: #ccc;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.footer-main-icon svg {
	width: 90px;
    height: auto;
	color: #000;
}

.footer-main-icon svg path {
    stroke-width: 0;
}

.footer-main-right {
	display: flex;
	align-items: center;
}

.footer-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
	padding: 32px 30px;
	color: #737373;
}
.footer-bottom a {
	color: inherit;
}

.footer-country-selector {
	max-width: 360px;
	width: 100%;
	position: relative;
	font-family: system-ui, sans-serif;
	margin-left: auto;
}

.country-label {
	position: absolute;
	top: 10px;
	left: 12px;
	font-size: 12px;
	color: #aaa;
	pointer-events: none;
	transition: 0.2s;
}

.styled-country-select {
	appearance: none;
	width: 100%;
	padding: 28px 40px 8px 12px;
	border: 1px solid #ccc;
	border-radius: 6px;
	font-size: 16px;
	background: url("data:image/svg+xml,%3Csvg viewBox='0 0 140 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='20,50 70,100 120,50' stroke='%23000' stroke-width='15' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat right 12px center;
	background-size: 12px;
}

.styled-country-select:focus {
	outline: none;
	border-color: #888;
}

.social-links {
	display: flex;
}

.social-link-item {
	display: block;
	margin: 0 5px;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	border: 1px solid #000;
	transition: all .3s ease;
}
.social-link {
	display: flex;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 14px;
	transition: all .3s ease;
}

.social-link-item:hover {
	background-color: #000;
}
.social-link:hover {
	filter: brightness(0) invert(1);
}

.social-link.facebook {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 30'%3E%3Cpath d='M16 6h-6v4h6v6h-6v14H4V16H0v-6h4V8c0-4 4-8 8-8h4v6z' fill='%23222'/%3E%3C/svg%3E");
	background-size: 7px;
}

.social-link.x {
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.258 10.152 23.176 0h-2.113l-7.747 8.813L7.133 0H0l9.352 13.328L0 23.973h2.113l8.176-9.309 6.531 9.309h7.133l-9.695-13.821zm-2.895 3.293-.949-1.328L2.875 1.56h3.246l6.086 8.523.945 1.328 7.91 11.078h-3.246l-6.453-9.044z' fill='%23222' fill-rule='nonzero'/%3E%3C/svg%3E%0A");
	background-size: 12px;
}

.social-link.pinterest {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28.386 10.53c0 7.21-4.008 12.598-9.918 12.598-1.985 0-3.851-1.073-4.49-2.292 0 0-1.068 4.235-1.292 5.053-.796 2.888-3.137 5.777-3.318 6.015-.127.165-.407.113-.437-.105-.051-.368-.647-4.013.055-6.986l2.364-10.016s-.586-1.174-.586-2.908c0-2.725 1.578-4.758 3.544-4.758 1.672 0 2.479 1.254 2.479 2.759 0 1.682-1.069 4.194-1.622 6.522-.461 1.95.978 3.541 2.901 3.541 3.482 0 5.827-4.474 5.827-9.773 0-4.028-2.712-7.044-7.648-7.044-5.574 0-9.049 4.158-9.049 8.803 0 1.602.473 2.732 1.213 3.605.339.402.387.563.264 1.025-.09.339-.29 1.152-.376 1.475-.122.466-.499.632-.92.46-2.567-1.048-3.764-3.861-3.764-7.022C3.614 6.261 8.017 0 16.75 0c7.019 0 11.636 5.077 11.636 10.53z' fill='%23222'/%3E%3C/svg%3E");
	background-size: 12px;
}

.social-link.instagram {
	background-image: url("data:image/svg+xml,%3Csvg width='90' height='90' version='1' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 26v38c0 9 8 17 17 17h38c9 0 17-8 17-17V26c0-9-8-17-17-17H26C17 9 9 17 9 26zm-9 0C0 12 12 0 26 0h38c14 0 26 12 26 26v38c0 14-12 26-26 26H26C12 90 0 78 0 64V26z' fill='%23222'/%3E%3Ccircle cx='69' cy='21' r='6' fill='%23222'/%3E%3Cpath d='M45 68c13 0 23-10 23-23S58 22 45 22 22 32 22 45s10 23 23 23zm0-8c-8 0-15-7-15-15s7-15 15-15 15 7 15 15-7 15-15 15z' fill='%23222'/%3E%3C/svg%3E");
	background-size: 13px;
}

.social-link.youtube {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M490.2 73.9c-13.9-24.7-29-29.2-59.6-31-30.7-2-107.8-2.9-174.5-2.9-66.9 0-144 .9-174.7 2.9-30.6 1.8-45.7 6.3-59.7 31C7.4 98.6 0 181.1 0 255.9v.3c0 74.5 7.4 157.3 21.7 181.7 14 24.7 29.1 29.2 59.7 31.3 30.7 1.8 107.8 2.8 174.7 2.8 66.8 0 143.9-1.1 174.6-2.8 30.7-2.1 45.8-6.6 59.6-31.3 14.4-24.4 21.7-107.2 21.7-181.7v-.3c0-74.8-7.3-157.3-21.8-182zM192 352V160l160 96-160 96z' fill='%23222'/%3E%3C/svg%3E");
	background-size: 13px;
}
.social-link.email {
	background-image: url("data:image/svg+xml,%3Csvg fill='%23000000' height='80px' width='80px' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 75.294 75.294' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M66.097,12.089h-56.9C4.126,12.089,0,16.215,0,21.286v32.722c0,5.071,4.126,9.197,9.197,9.197h56.9 c5.071,0,9.197-4.126,9.197-9.197V21.287C75.295,16.215,71.169,12.089,66.097,12.089z M61.603,18.089L37.647,33.523L13.691,18.089 H61.603z M66.097,57.206h-56.9C7.434,57.206,6,55.771,6,54.009V21.457l29.796,19.16c0.04,0.025,0.083,0.042,0.124,0.065 c0.043,0.024,0.087,0.047,0.131,0.069c0.231,0.119,0.469,0.215,0.712,0.278c0.025,0.007,0.05,0.01,0.075,0.016 c0.267,0.063,0.537,0.102,0.807,0.102c0.001,0,0.002,0,0.002,0c0.002,0,0.003,0,0.004,0c0.27,0,0.54-0.038,0.807-0.102 c0.025-0.006,0.05-0.009,0.075-0.016c0.243-0.063,0.48-0.159,0.712-0.278c0.044-0.022,0.088-0.045,0.131-0.069 c0.041-0.023,0.084-0.04,0.124-0.065l29.796-19.16v32.551C69.295,55.771,67.86,57.206,66.097,57.206z'/%3E%3C/g%3E%3C/svg%3E");
	background-size: 17px;
}

.social-link.linktree {
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 80 97.7' style='enable-background:new 0 0 80 97.7;' xml:space='preserve'%3E%3Cpath d='M0.2,33.1h24.2L7.1,16.7l9.5-9.6L33,23.8V0h14.2v23.8L63.6,7.1l9.5,9.6L55.8,33H80v13.5H55.7l17.3,16.7l-9.5,9.4L40,49.1 L16.5,72.7L7,63.2l17.3-16.7H0V33.1H0.2z M33.1,65.8h14.2v32H33.1V65.8z'%3E%3C/path%3E%3C/svg%3E");
	background-size: 13px;
}

.social-link.linkedin {
	background-image: url("data:image/svg+xml,%3Csvg fill='%23000000' height='24px' width='24px' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 310 310' xml:space='preserve'%3E%3Cg id='XMLID_801_'%3E%3Cpath id='XMLID_802_' d='M72.16,99.73H9.927c-2.762,0-5,2.239-5,5v199.928c0,2.762,2.238,5,5,5H72.16c2.762,0,5-2.238,5-5V104.73 C77.16,101.969,74.922,99.73,72.16,99.73z'/%3E%3Cpath id='XMLID_803_' d='M41.066,0.341C18.422,0.341,0,18.743,0,41.362C0,63.991,18.422,82.4,41.066,82.4 c22.626,0,41.033-18.41,41.033-41.038C82.1,18.743,63.692,0.341,41.066,0.341z'/%3E%3Cpath id='XMLID_804_' d='M230.454,94.761c-24.995,0-43.472,10.745-54.679,22.954V104.73c0-2.761-2.238-5-5-5h-59.599 c-2.762,0-5,2.239-5,5v199.928c0,2.762,2.238,5,5,5h62.097c2.762,0,5-2.238,5-5v-98.918c0-33.333,9.054-46.319,32.29-46.319 c25.306,0,27.317,20.818,27.317,48.034v97.204c0,2.762,2.238,5,5,5H305c2.762,0,5-2.238,5-5V194.995 C310,145.43,300.549,94.761,230.454,94.761z'/%3E%3C/g%3E%3C/svg%3E");
	background-size: 13px;
}

.social-links .sr-only,
.footer-social-links .sr-only  {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}


.footer-social-links {
	display: flex;
	gap: 24px;
}

.footer-social-link-item {
	display: flex;
	width: 20px;
	height: 20px;
	transition: all .3s ease;
}
.footer-social-link {
	display: flex;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 14px;
	transition: all .3s ease;
}

.footer-social-link-item img {
	max-width: 100%;
	width: 100%;
	height: 100%;
}

.footer-social-link:hover {
	opacity: .8;
}

/*========= MISC =========*/

.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}
.hl{
	border-bottom: 2px solid #eee;
}
.hl-full{
	float:left;
	clear:both;
	height:1px;
	width:100%;
	padding:0 !important;
	margin:0px 0px 15px;
}
.hl2{
	border-bottom: 3px solid #c0c0c0;
}
.hl3{
	border-bottom: 1px solid #eee;
}
.blog{
	width:100% !important;
}
.between{
	height:2px;
	margin-bottom:15px;
	}
.fl{
	float: left;
}
.fr{
	float: right;
}
.ac{
	text-align: center;
}
.ar{
	text-align: right;
}
.th{
	border: 1px solid #dddddd;
	float: right;
	padding: 5px;
	background-color: #FFFFFF;
	margin: 0 0 5px 10px;
}

table#wp-calendar {
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}

table#wp-calendar a {
	color:#000000; 
}

table#wp-calendar caption { 
	font-weight: normal; font-size: 0.91667em; line-height: 1.72727em; text-transform: uppercase; letter-spacing: 2px; background: #e5e5e5; border-bottom: 1px dotted #ddd; 
}
table#wp-calendar th { 
	width: 26px; font-size: 0.91667em; line-height: 1.72727em; background: #f2f2f2; border-bottom: 1px dotted #ddd; text-align: center; 
}
table#wp-calendar td { 
	width: 26px; line-height: 1.66667em; color: #999; text-align: center; 
}
table#wp-calendar td#next, table#wp-calendar td#prev { 
	width: 78px; font-size: 0.83333em; letter-spacing: 1px; text-transform: uppercase; 
}
.gravatar {
	float:left;
	border: 1px solid #000;
	margin-right: 10px;
}
.jdGallery a { cursor:pointer !important; }

.full {
width:930px;
}

/*========= GRAVITY FORMS =========*/

.gfield { margin-bottom: 10px; }
.gform_wrapper .top_label .gfield_label { display:block;float:left; padding-right:20px; width: 80px; margin: 5px 0px 4px !important; }
.gform_wrapper input.button { padding: 5px 10px 6px !important; }
.gform_wrapper input { padding: 5px 3px !important; }
.gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large, .gform_wrapper .top_label textarea.textarea { width: 400px !important; padding: 7px 3px !important; }
.gform_wrapper .entry img, .gform_wrapper img.thumbnail { padding: 0px !important; border: 0px !important; }
ul.top_label .clear-multi { clear: none !important; }
.gform_wrapper .gfield_checkbox, .gform_wrapper .gfield_radio { margin-left: 120px !important; }
img.ui-datepicker-trigger { border: 0px; padding: 0px; }
.gform_wrapper input, .gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large, .gform_wrapper .top_label textarea.textarea { border: 1px solid #E5E5E5; }
.entry .gform_wrapper .gfield_checkbox li, .gform_wrapper .gfield_radio li { list-style: none !important; }

/* Text title */
#logo  { float:left; height: auto; width: auto; }
#logo img  { }
#logo .site-title, #logo .site-description  { font-family:"Helvetica Neue", Helvetica, Arial, serif; color: #000; display:none; }
#logo .site-title a { color:#222; font-size:36px; text-transform:uppercase; font-weight:bold; text-decoration:none; }
#logo .site-title a:hover { text-decoration:underline; }
#logo .site-description { display: none !important; }


#parentNav {
	width: 930px;
	padding-left: 15px;	
}

/* search page */

.search-header {
	padding-top: 45px;
	margin-bottom: 50px;
	text-align: center;
}

.search-header .category-title {
	text-transform: capitalize;
}

.posts-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 40px 2%;
}

.posts-grid .post-item {
	width: 32%;
	max-width: 100%;
}

.posts-grid .post-item.post_featured {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.posts-grid .post-item.post_featured  .post-item__image {
	max-width: 63%;
	width: 100%;
	height: 360px;
}

.posts-grid .post-item.post_featured .post-item__excerpt {
	/* font-family: "PT Serif", serif; */
	font-family: "HS Sans", sans-serif;
	display: -webkit-box;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
	font-size: 18px;
	letter-spacing: -.2px;
    line-height: 1.5;
	margin-bottom: 10px;
	color: #333;
}

.posts-grid .post-item.post_featured h2 {
	min-height: auto;
	font-size: 28px;
	margin-bottom: 10px;
}

.posts-grid .post-item.post_featured  .post-item__content {
	max-width: 34%;
	width: 100%;
}

.posts-grid .post-item__category {
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	color: #999;
	margin-bottom: 10px;
}

.posts-grid .post-item__image {
	height: 200px;
	margin-bottom: 15px;
}

.posts-grid .post-item__image a {
	display: flex;
    width: 100%;
    height: 100%;
	overflow: hidden;
}

.posts-grid .post-item__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	transition: all .3s ease-in-out;
}

.posts-grid .post-item__image img:hover {
	transform: scale(1.1);
}

.posts-grid .post-item h2 {
	/* font-family: "PT Serif", serif; */
	font-family: "HS Sans", sans-serif;
	display: -webkit-box;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
	color: #333;
	font-size: 22px;
	line-height: 1.333;
	margin-bottom: 15px;
}

.posts-grid .post-item h2 a {
	color: inherit;
	transition: all .3s ease;
}

.posts-grid .post-item h2 a:hover {
	opacity: .7;
	text-decoration: none;
}

.no-results-wrapper {
	min-height: 600px;
}

.no-results-wrapper p {
	font-size: 16px;
}

.category-header {
	text-align: center;
	margin-bottom:50px;
	padding-top: 45px;
	/* border-top: 1px solid #ccc; */
}

.category-title {
	font-family: "HS Sans", sans-serif;
	/* font-family: "PT Serif", serif; */
	font-size: 3.5em;
	line-height: 1.2;
	max-width: 80%;
	margin: 0 auto 16px auto;
	color: #333;
}

.category-description {
	font-family: "HS Sans", sans-serif;
	/* font-family: "PT Serif", serif; */
	font-size: 1.5em;
	line-height: 1.5;
	max-width: 80%;
	margin: 0 auto;
	padding-bottom: 30px;
}

.sub-category-title {
	font-size: 2em;
	line-height: 1.2;
	color: #333;
	max-width: 80%;
	margin: 45px auto 15px auto;
}

.sub-category-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px 8px;
}

.sub-category-list a {
	display: flex;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 700;
	padding: 8px 12px;
	border: 1px solid #ccc;
	transition: all .3s ease;
	color: #000;
}

.sub-category-list a:hover {
	background-color: #000;
	color: #fff;
	text-decoration: none;
}

.pagination-block {
	margin-top: 50px;
	margin-bottom: 20px;
}
.pagination-block .page-numbers {
	display: flex;
	justify-content: center;
}

.pagination-block .page-numbers li a,
.pagination-block .page-numbers li span {
	padding: 10px;
	font-size: 16px;
	transition: all .3s ease;
}

.pagination-block .page-numbers li .current {
	color: #000;
}

.pagination-block .page-numbers li a:hover {
	color: #000;
	text-decoration: none;
}

.top-promo-banner {
	padding: 50px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 50px;
}

.promo-banner {
	width: 100%;
	padding: 50px 0;
	margin: 45px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.section .promo-banner {
	padding: 0 0 45px 0;
    border-top: 0;
}

.promo-link {
	display: flex;
	width: 100%;
}

.promo-link img {
	display: flex;
	max-width: 100%;
	width: 100%;
	height: auto;
}

.promo-link video {
	display: flex;
	max-width: 100%;
	width: 100%;
	height: auto;
	aspect-ratio: 4;
    object-fit: cover;
}
.section {
	margin-bottom: 45px;
    padding-bottom: 45px;
	border-bottom: 1px solid #ccc;
}

.section-title,
.post-alt .section-title {
	/* font-family: "PT Serif", serif; */
	font-family: "HS Sans", sans-serif;
	text-align: center;
	color: #333;
	font-size: 2.5em;
	line-height: 1.2;
	margin-bottom: 20px;
	font-weight: 900;
}

.col .wooslider {
	width: 100%;
	padding: 30px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 40px;

}

.col .slider-container {
	width: 100%;
}

.col .slider-shelf {
	width: 100%;
}

.col .slider-shelf-content {
	width: 100%;
}

.col .slider-container .slide {
	width: 100%;
}

.col .slider-container .slide img {
	width: 100%;
	object-fit: cover;
}

.col .slider-container span.clicker {
	padding: 5px 10px;
    font-size: 14px;
	left: 0;
	right: unset;
}

.col .slider-container .slide-content {
	width: 50%;
}

.col .slider-nav .slider-left, 
.col .slider-nav .slider-right {
    height: 120px;
    width: 120px;
    top: 50%;
    transform: translateY(-56%);
}

.col .slider-nav .slider-left {
	background-image: url("data:image/svg+xml,%3Csvg width='50px' height='50px' viewBox='-5 0 24 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:sketch='http://www.bohemiancoding.com/sketch/ns'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' sketch:type='MSPage'%3E%3Cg id='Icon-Set' sketch:type='MSLayerGroup' transform='translate(-421.000000, -1195.000000)' fill='%23fff'%3E%3Cpath d='M423.429,1206.98 L434.686,1196.7 C435.079,1196.31 435.079,1195.67 434.686,1195.28 C434.293,1194.89 433.655,1194.89 433.263,1195.28 L421.282,1206.22 C421.073,1206.43 420.983,1206.71 420.998,1206.98 C420.983,1207.26 421.073,1207.54 421.282,1207.75 L433.263,1218.69 C433.655,1219.08 434.293,1219.08 434.686,1218.69 C435.079,1218.29 435.079,1217.66 434.686,1217.27 L423.429,1206.98' id='chevron-left' sketch:type='MSShapeGroup'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
}

.col .slider-nav .slider-right {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' height='50px' width='50px' viewBox='0 0 407.436 407.436' xml:space='preserve'%3E%3Cpolygon points='112.814,0 91.566,21.178 273.512,203.718 91.566,386.258 112.814,407.436 315.869,203.718 '/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
}

.btn-primary {
	box-sizing: border-box;
	display: block;
	font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
	text-align: center;
    color: #333;
	background-color: transparent;
    margin: 40px auto 0 auto;
	padding: 9px 25px;
    border: 1px solid #ccc;
    width: 100%;
    max-width: 300px;
	transition: all .3s ease;
}

.btn-primary:hover {
	background-color: #333;
	color: #fff;
	border-color: #333;
	text-decoration: none;
}
/* .single-post-col {
	margin-top: 150px;
} */

.single-page-header {
	margin-bottom: 30px;
	padding: 30px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.single-post-categories {
	margin-bottom: 10px;
}

.single-post-categories a {
	text-transform: uppercase;
}

.single-post-title {
	/* font-family: "PT Serif", serif; */
	font-family: "HS Sans", sans-serif;
	font-size: 3em;
	line-height: 1.3;
	margin: 0 auto 20px auto;
	color: #333;
}

.single-post-description {
	/* font-family: "PT Serif", serif; */
	font-family: "HS Sans", sans-serif;
	font-size: 1.5em;
	line-height: 1.5;
	margin-bottom: 20px;
}

.share-block {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

.divider {
	display: block;
	width: 1px;
	height: 20px;
	background-color: #ccc;
}

.subscribe-btn {
	display: flex;
	align-items: center;
	gap: 5px;
	transition: all .3s ease;
}

.subscribe-btn .icon-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
    width: 24px;
    height: 24px;
    background: #000;
	border-radius: 50%;
}

.subscribe-btn:hover {
	opacity: .7;
	text-decoration: none;
}

.single-blog {
	margin-top: 50px;
}

.single-blog img.size-large {
	width: 100%;
}

.single-blog img.alignnone {
	width: 100%;
}

.single-blog p {
	font-size: 16px;
	line-height: 1.5;
}

.single-blog #imageSliding {
	margin-bottom: 20px;
}
.single-blog #imageSliding img {
	width: 100%;
	height: auto;
}

.single-blog h1,
.single-blog h2,
.single-blog h3,
.single-blog h4,
.single-blog h5,
.single-blog h6{
	color: #333;
	line-height: 1.6;
	margin: 16px 0;
	font-weight: 700;
}

.single-blog h1 {
	font-size: 44px;
}

.single-blog h2 {
	font-size: 30px;
}

.single-blog h3 {
	font-size: 24px;
}

.single-blog h4 {
	font-size: 22px;
}

.single-blog h5 {
	font-size: 20px;
}

.single-blog h6 {
	font-size: 18px;
}

.tags-title {
	/* font-family: "PT Serif", serif; */
	font-family: "HS Sans", sans-serif;
	font-size: 24px;
	line-height: 1.3;
	margin-bottom: 15px;
	color: #000;
}

.tags-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 60px;
}

.tags-list a {
	display: flex;
	font-size: 14px;
	line-height: 1.5;
	text-transform: capitalize;
	padding: 6px 10px;
	border: 1px solid #333;
	transition: all .3s ease;
	color: #fff;
	background-color: #000;
}

.tags-list a:hover {
	background-color: #fff;
	color: #333;
	border-color: #ccc;
	text-decoration: none;
}
.related-posts {
	padding-top: 45px;
	padding-bottom: 45px;
	margin-bottom: 45px;
	border-bottom: 1px solid #ccc;
}

.related-posts-title {
	margin-bottom: 15px;
    /* font-family: "PT Serif", serif; */
	font-family: "HS Sans", sans-serif;
    font-size: 24px;
    line-height: 1.5;
    color: #333;
}

.featured-section {
	padding-top: 45px;
	/* border-top: 1px solid #ccc; */
	border-bottom: 1px solid #ccc;
}

.featured-posts-grid {
	display: flex;
    flex-wrap: wrap;
    gap: 30px 2%;
}


.featured-posts-grid.show-3 .post-item,
.featured-posts-grid.show-2 .post-item  {
    max-width: 100%;
    width: 49%;
}

.featured-posts-grid.show-4 .post-item {
    max-width: 100%;
    width: 32%;
}

.featured-posts-grid .post-item:first-child {
	width: 100%;
	max-width: 100%;
}

.featured-posts-grid  .post-item__image {
    height: 250px;
    margin-bottom: 15px;
}

.featured-posts-grid .post-item__image video {
	width: 100%;
    height: 100%;
	object-fit: cover;
	transition: all .3s ease-in-out;
}

.featured-posts-grid .post-item__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease-in-out;
}
.featured-posts-grid .post-item:first-child .post-item__image {
	height: auto;
}
.featured-posts-grid .post-item:first-child .post-item__image img,
.featured-posts-grid .post-item:first-child .post-item__image video {
	aspect-ratio: 2.2514;
    height: auto;
    object-fit: cover;
}

.featured-posts-grid .post-item:first-child h2 {
	font-size: 28px;
}

.featured-posts-grid .post-item h2 {
	/* font-family: "PT Serif", serif; */
	font-family: "HS Sans", sans-serif;
	display: -webkit-box;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
	color: #333;
	font-size: 22px;
	line-height: 1.333;
	margin-bottom: 0;
}

.featured-posts-grid .post-item h2 a {
	color: inherit;
	transition: all .3s ease;
}

.featured-posts-grid .post-item h2 a:hover {
	opacity: .7;
	text-decoration: none;
}

.featured-posts-grid .post-item__image a {
	display: flex;
    width: 100%;
    height: 100%;
	overflow: hidden;
}


.featured-posts-grid .post-item__image img:hover,
.featured-posts-grid .post-item__image video:hover  {
	transform: scale(1.1);
}
.post-image-header {
	position: relative;
	aspect-ratio: 16/9;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 24px;
}
.post-image-header-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0, 0, 0, 0.2);
}
.post-image-header img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 16/9;
	z-index: 0;
}

.post-image-header video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 16/9;
	z-index: 0;
}
.post-image-header .single-post-title {
	color: #fff;
	position: relative;
	z-index: 2;
	font-size: 48px;
	line-height: .95;
	font-stretch: condensed;
	letter-spacing: -1.6px;
    font-weight: 700;
    text-transform: uppercase;
	max-width: 80%;
	margin-bottom: 24px;
}
.post-image-header-sub {
	position: relative;
	z-index: 2;
	max-width: 60%;
	color: #fff;
}

.post-image-header-sub p,
.post-image-header-sub div {
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: .16px;
	text-transform: uppercase;
	margin: 0;
}
.post-image-header-sub div {
	margin-top: 10px;
}
.post-image-header-sub a {
	color: inherit;
}
.col .woocommerce ul.products {
	display: flex;
	flex-wrap: wrap;
}

.col .woocommerce ul.products li.product {
	border: 0;
	display: flex;
    flex-direction: column;
}
.col .woocommerce .woocommerce-result-count {
	margin: 1em 0 1em;
	font-size: 14px;
    line-height: 16px;
    color: #999;
}
.col .woocommerce .woocommerce-ordering {
    margin: 0 0 30px;
}

.col .woocommerce .woocommerce-ordering select {
	padding: 10px 12px;
}

.col .woocommerce ul.products li.product h2.woocommerce-loop-product__title {
	/* font-family: "PT Serif", serif; */
	font-family: "HS Sans", sans-serif;
	display: -webkit-box;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
	color: #333;
	font-size: 22px;
	line-height: 1.333;
	margin-bottom: 15px;
	padding: 0;
}

.col .woocommerce ul.products li.product h2.woocommerce-loop-product__title:hover {
	opacity: .7;
}

.col .woocommerce ul.products li.product a img {
	transition: all .3s ease-in-out;
}

.col .woocommerce ul.products li.product .price {
	font-size: 12px;
    line-height: 14px;
    color: #999;
    margin-bottom: 10px;
}

.col  .woocommerce ul.products li.product .button {
    display: inline-block;
    margin-top: auto;
	box-sizing: border-box;
	font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
	text-align: center;
    color: #333;
	background-color: transparent;
	padding: 9px 25px;
    border: 1px solid #ccc;
    width: 100%;
    max-width: 300px;
	transition: all .3s ease;
}


.col  .woocommerce ul.products li.product .button:hover {
	background-color: #333;
	color: #fff;
	border-color: #333;
	text-decoration: none;
}

.entry .term-description  {
    max-width: 80%;
    margin: 0 auto;
    padding-bottom: 45px;
}
.entry .term-description p {
	text-align: center;
	/* font-family: "PT Serif", serif; */
	font-family: "HS Sans", sans-serif;
    font-size: 1.5em;
    line-height: 1.5;
	color: #666;
}

.trending-menu-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	background: #333;
	margin: 1px 15px;
}

.trending-menu-wrapper .trending-title {
	/* font-family: "PT Serif", serif; */
	font-family: "HS Sans", sans-serif;
	color: #fff;
	text-transform: uppercase;
}

.trending-menu-wrapper .menu {
	display: flex;
}

.trending-menu-wrapper .menu .menu-item a {
	display: inline-block;
	/* font-family: "PT Serif", serif; */
	font-family: "HS Sans", sans-serif;
	color: #fff;
	padding: 10px;
	text-decoration: underline;
	font-size: 13px;
	line-height: 1;
}


.post-navigation {
    display: flex;
    justify-content: space-between;
	gap: 10px;
    padding: 30px 0;
}

.post-navigation  .nav-previous,
.post-navigation  .nav-next {
	max-width: 50px;
	width: 100%;
}


.post-navigation .nav-previous a,
.post-navigation .nav-next a {
	display: flex;
	align-items: center;
    text-decoration: none;
	justify-content: center;
	font-size: 14px;
	line-height: 1;
	text-transform: capitalize;
	padding: 5px;
	border: 1px solid #ccc;
	border-radius: 3px;
	transition: all .3s ease;
}

.post-navigation a svg,
.post-navigation a path {
	transition: all .3s ease;
}


.post-navigation .nav-previous a path,
.post-navigation .nav-next a path{
	fill: #333;
}


.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
    background: #333;
	border-color: #333;
}

.post-navigation a:hover svg path {
	fill: #fff;
}

.virtual-concierge {
	position: relative;
	display: flex;
	justify-content: space-between;
	border: 2px solid #ccc;
	padding: 30px;
	margin: 45px 0;
}

.virtual-concierge .virtual-concierge__subtitle {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
    background: #fff;
    padding: 5px 15px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 15px;
	color: #000;
}


.virtual-concierge-image {
	max-width: 22%;
	width: 100%;
}

.virtual-concierge-image img {
	width: 100%;
	height: auto;
	aspect-ratio: 0.962;
	object-fit: cover;
}

.virtual-concierge-content {
	max-width: 75%;
	width: 100%;
}

.virtual-concierge .virtual-concierge__title {
	font-size: 24px;
    line-height: 1.3;
    margin-bottom: 15px;
    color: #000;
	margin-bottom: 20px;
}

.virtual-concierge__description {
	font-size: 16px;
    line-height: 1.5;
	margin-bottom: 20px;
}

.virtual-concierge__description p {
	margin-bottom: 20px;
	padding: 0;
}

.virtual-concierge__description p:last-child {
	margin-bottom: 0;
}

.button-group {
	display: flex;
	gap: 15px;
}

.button {
	box-sizing: border-box;
    display: block;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700;
    text-align: center;
    background-color: transparent;
    padding: 9px 25px;
    border: 1px solid #333;
    transition: all .3s ease;
	text-decoration: none!important;
}

.button.button-primary {
    color: #fff;
	background: #333;
}

.button.button-secondary {
	color: #333;
	background: #fff;
}

.button.button-primary:hover {
	color: #333;
	background: #fff;
}

.button.button-secondary:hover {
	color: #fff;
	background: #333;
}

.bottomBanner img,
.topBanner img{
	max-width: 100%;
	width: 100%;
	height: auto;
	image-rendering: -webkit-optimize-contrast;
}

.topBanner video,
.bottomBanner video {
	display: flex;
	max-width: 100%;
	width: 100%;
	height: auto;
	aspect-ratio: 4;
    object-fit: cover;
}

.s-ban:first-child{
	padding: 5px 0;
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
}
.s-ban{
	display: block;
	width: 100%;
	margin: 10px 0;
}

.s-ban img{
	width: 100%;
	height: auto;
}

.subcol{
	display: none;
}

.topBanner {
	margin: 45px 15px 0;
}

.bottomBanner {
	margin: 0px 15px 45px;
}

.menu-hamburger {
	display: none;
}

@media (max-width: 1440px) {
	.footer-country-selector {
		max-width: 300px;
	}
}

@media (max-width: 1280px) {

	.header .menu-primary {
		justify-content: space-between;
		gap: 0;
	}
	
	.header .menu-primary a {
		font-size: 12px;
	}

	.footer-top-left-text {
		max-width: 390px;
	}

	.footer-top-left-text h1,
	.footer-top-left-text h2{
		font-size: 36px;
	}
	.footer-top-left-text h3{
		font-size: 32px;
	}

	.footer-country-selector {
		max-width: 210px;
	}
}

@media (max-width: 1100px) {

	.footer-country-selector {
		max-width: 160px;
	}
}

@media (max-width: 992px) {
	.post-image-header .single-post-title {
		font-size: 36px;
		margin-bottom: 20px;
	}
	#wpadminbar {
		position: fixed!important;
	}
	.menu-hamburger {
		height: 12px;
		position: relative;
		width: 18px;
		z-index: 100;
		border: none;
		background-color: transparent;
	}

	.menu-hamburger.menu-hamburger-header {
		display: block;
	}

	.menu-hamburger span {
		display: block;
		position: absolute;
		height: 2px;
		width: 100%;
		background: #333;
		color: #333;
		opacity: 1;
		left: 0;
		transform: rotate(0deg);
		transition: .25s ease-in-out;
	}

	.menu-hamburger span:first-child {
		top: 0;
		transform-origin: left center;
	}

	.menu-hamburger span:nth-child(2) {
		top: 5px;
		transform-origin: left center;
	}

	.menu-hamburger span:nth-child(3) {
		top: 10px;
		transform-origin: left center;
	}

	.active.menu-hamburger span:first-child {
		transform: rotate(45deg);
		top: -1px;
		height: 4px;
		width: 16px;
		border-radius: 1px;
	}

	.active.menu-hamburger span:nth-child(2) {
		width: 0;
		opacity: 0;
	}

	.active.menu-hamburger span:nth-child(3) {
		transform: rotate(-45deg);
		height: 4px;
		width: 16px;
		border-radius: 1px;
	}

	.topBanner {
		margin: 30px 15px 0; 
	}

	.bottomBanner {
		margin: 0px 15px 30px;
	}

	.featured-section {
		padding-top: 30px;
	}

	#columns {
		padding: 0 15px;
	}

	.header {
		position: sticky!important;
		top: 0;
		left: 0;
		background: #fff;
		z-index: 10;
	}

	.admin-bar .header {
		top: 32px;
	}

	.header .custom-logo {
		max-width: 300px;
	}

	.header-top {
		padding: 16px 15px;
	}
	
	.header .top-right-menu {
		gap: 12px;
		min-height: auto;
	}
	
	.header-main {
		position: fixed;
		top: 53px;
		left: 0;
		width: 100%;
		background: #fff;
		z-index: 10;
		transform: translateY(-130%);
		transition: all .3s ease-in-out;
		border-bottom: 1px solid #ccc;
		padding: 12px 0;
	}

	.header-main.active {
		transform: translateY(-0%);
	}

	.admin-bar .header-main {
		top: 85px;
	}

	.header .menu-primary a {
        font-size: 13px;
        line-height: 36px;
    }

	.header .menu-primary {
		display: block;
	}

	.header .header-top-left {
        display: flex;
        align-items: center;
        gap: 16px;
    }

	
	.header .menu-top-left li:first-child {
		display: none;
	}


	.header .menu-top-left a {
		font-size: 14px;
	}

	.header-bottom .trending-menu-wrapper {
		padding: 0 15px;
	}

	.header .trending-menu-wrapper .menu {
		overflow-x: scroll;
	}

	.header .trending-menu-wrapper .menu .menu-item {
		flex-grow: 0;
		flex-shrink: 0;
	}

	.virtual-concierge {
		flex-wrap: wrap;
		padding: 40px 30px;
	}
		
	.virtual-concierge-image {
		max-width: 90%;
		margin: 0 auto 20px auto;
	}
	
	.virtual-concierge-image img {
		aspect-ratio: 16/9;
	}
	
	.virtual-concierge-content {
		max-width: 90%;
		width: 100%;
		margin: 0 auto;
	}

	.featured-posts-grid.show-4 .post-item:first-child {
		width: 100%;
	}

	.featured-posts-grid.show-4 .post-item {
		width: 49%;
	}

	.featured-posts-grid .post-item h2 {
		font-size: 18px;
	}

	.featured-posts-grid .post-item:first-child h2 {
		font-size: 24px;
	}

	.posts-grid {
		flex-wrap: nowrap;
		overflow-x: scroll;
		width: 100%;
		gap: 30px;
	}

	.posts-grid .post-item {
		width: 44%;
		flex-grow: 0;
        flex-shrink: 0;
	}
	.posts-grid .post-item__image {
		height: auto;
		margin-bottom: 10px;
	}

	.posts-grid .post-item__image img {
		aspect-ratio: 1.78;
		height: auto;
	}
	.posts-grid .post-item h2 {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.posts-grid.category-post-grid {
		flex-wrap: wrap;
		overflow: initial;
	}

	.posts-grid.category-post-grid .post-item {
		width: 47%;
		width: calc(50% - 15px);
	}

	.posts-grid.category-post-grid .post-item.post_featured {
		width: 100%;
	}

	.footer-top-inner {
		display: grid;
		grid-template-columns: 1fr;
		column-gap: 16px;
		padding: 48px 0 0;
	}

	.footer-top-right {
		display: block;
	}

	.accordion-content {
		display: grid;
        grid-template-rows: 0fr;
		transition: 0.3s ease-in-out;
	}

	.accordion-content .footer-column-menu-list {
        overflow: hidden;
    }

	.footer-column.active .accordion-content {
        grid-template-rows: 1fr;
	}

	.footer-top-right .footer-column {
		padding: 0;
		border-bottom: 1px solid #ccc;
	}

	.footer-top-right .footer-column .footer-menu-title {
		padding: 24px 0;
		margin-bottom: 0;
		position: relative;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.footer-top-right .footer-column .footer-menu-title::after {
		content: '';
		display: block;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='none' aria-label='chevron-right icon' viewBox='0 0 40 40' class='icon___Y5nXe accordionIcon___PHSZI large___uqOYl'%3E%3Cpath stroke='currentColor' stroke-width='2' d='M15 6.667 28.333 20 15 33.333' vector-effect='non-scaling-stroke'%3E%3C/path%3E%3C/svg%3E");
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		width: 16px;
		height: 16px;
		transition: all .3s ease;
	}

	.footer-top-right .footer-column.active .footer-menu-title::after {
		transform: rotate(90deg);
	}

	.footer-top-right .footer-column:first-child {
		border-top: 1px solid #ccc;
	}

	.footer-column.active .footer-column-menu-list{
		padding-bottom: 24px;
	}

	.footer-top-left {
		padding-bottom: 48px;
	}

	.footer-top-left-text {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 16px;
		max-width: 100%;
	}


	.footer-top-left-text h3{
		max-width: 70%;
		width: 100%;
		margin-bottom: 0;
	}


	.footer-menu-list {
		flex-wrap: wrap;
		gap: 12px;
	}
	
	.footer-menu-list li a {
		font-size: 13px;
		line-height: 1.1;
	}

	.footer .custom-logo {
		max-width: 195px;
	}

	.footer-bottom {
		padding: 12px 15px;
	}

	.category-header {
		margin-bottom: 30px;
		padding-top: 30px;
	}

	.category-title {
		font-size: 36px;
		margin-bottom: 10px;
	}

	.category-description {
		font-size: 16px;
		padding-bottom: 10px;
	}

	.posts-grid .post-item.post_featured h2 {
		font-size: 24px;
	}

	.posts-grid .post-item.post_featured .post-item__excerpt {
		font-size: 16px;
	}

	.footer-main-inner {
		display: flex;
		flex-direction: column-reverse;
		margin: 0 15px;
		border-top: 0;
	}

	.footer-main-right {
		flex-direction: column-reverse;
		align-items: flex-start;
		margin-bottom: 24px;
		padding-bottom: 24px;
		border-bottom: 1px solid #ccc;
	}

	.footer-country-selector {
		margin-left: 0;
		max-width: 100%;
		width: 100%;
		margin-bottom: 16px;
	}
	
	
}
@media (max-width: 782px) {
	.admin-bar .header {
		top: 46px;
	}
}

@media (max-width: 768px) {
	.post-image-header {
		padding: 40px 0;
	}
	.post-image-header .single-post-title {
		font-size: 28px;
		max-width: 90%;
		margin-bottom: 16px;
	}
	.post-image-header-sub {
		max-width: 75%;
	}

	.post-image-header-sub p,
	.post-image-header-sub div {
		font-size: 14px;
	}
	.post-image-header-sub div {
		margin-top: 5px;
	}
	.header .custom-logo {
		max-width: 280px;
	}
	.section {
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
	.btn-primary {
		margin: 30px auto 0 auto;
	}
	.promo-banner {
		padding: 30px 0;
		margin: 30px 0;
	}

	.section .promo-banner {
		padding: 0 0 30px 0;
	}

	.category-title {
		max-width: 100%;
	}

	.category-description {
		max-width: 100%;
	}

	.posts-grid.category-post-grid .post-item.post_featured {
		flex-wrap: wrap;
	}

	.posts-grid .post-item.post_featured .post-item__image {
		max-width: 100%;
		width: 100%;
		height: auto;
	}

	.posts-grid .post-item.post_featured .post-item__image img,
	.posts-grid .post-item.post_featured .post-item__image video {
		aspect-ratio: 2.2514;
		height: auto;
		object-fit: cover;
        object-position: top;
	}

	.posts-grid .post-item.post_featured .post-item__content {
		max-width: 100%;
		width: 100%;
	}


	.single-post-title {
		font-size: 30px;
		margin: 0 auto 10px auto;
	}
	.single-post-description {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.post-navigation {
		padding: 20px 0;
	}
	.post-alt {
		margin: 0 0 30px 0;
	}
	.single-blog {
		margin-top: 45px;
	}

	.author_description {
		font-size: 16px;
	}

	.single-blog p {
		text-align: left!important;
	}
	.footer-top-left-text {
		flex-direction: column;
		justify-content: center;
	}


	.footer-top-left-text h3{
		font-size: 2.5em;
		text-align: center;
		max-width: 100%;
		width: 100%;
	}
	
} 

@media (max-width: 576px) {
	.post-navigation {
		flex-wrap: wrap;
	}
	.post-navigation .share-block {
		order: 5;
		width: 100%;
		margin-top: 16px;
	}
	.header-top {
		flex-wrap: wrap;
		padding: 10px 0;
	}
	.header-top-center {
		position: static;
		transform: none;
		order: -1;
		width: 100%;
		text-align: center;
		justify-content: center;
		display: flex;
		border-bottom: 1px solid #ccc;
		margin-bottom: 10px;
		padding: 0 15px 10px 15px;
	}

	.header .custom-logo {
		max-width: 300px;
	}

	.header-main {
		top: 93px;
	}

	.header-main.active {
		transform: translateY(-0%);
	}

	.admin-bar .header-main {
		top: 141px;
	}

	.header-top-left {
		padding-left: 15px;
	}

	.header-top-right {
		padding-right: 15px;
	}

	.menu-hamburger.menu-hamburger-footer {
		display: block;
		margin-left: 15px;
	}

	.social-links {
		margin-right: 15px;
	}

	.footer-top{
		flex-wrap: wrap;
	}

	.footer-top .custom-logo-link {
		display: flex;
		width: 100%;
		justify-content: center;
		padding: 0 15px 15px 15px;
		margin-bottom: 15px;
		border-bottom: 1px solid #ccc;
	}

	.footer-bottom {
		flex-direction: column;
		gap: 12px;
		font-size: 13px;
	}


	.footer-main {

	}

	.footer .custom-logo {
        max-width: 300px;
    }

	.posts-grid {
		gap: 20px;
	}

	.posts-grid.category-post-grid .post-item {
		width: 47%;
		width: calc(50% - 10px);
	}

	.posts-grid .post-item.post_featured h2 {
		font-size: 18px;
	}

	.posts-grid .post-item.post_featured .post-item__excerpt {
        font-size: 14px;
		margin: 0;
    }

}

@media (max-width: 476px) {
	.post-image-header .single-post-title {
		font-size: 24px;
	}
	/* .header-main {
		top: 45.66px;
	}

	.admin-bar .header-main {
		top: 91.66px;
	} */

	.header .header-top-center{
		position: static;
		transform: none;
	}

	.header .header-top-right {
		margin-left: auto;
	}

	.header .top-right-menu {
		gap: 8px;
	}
	
	.header .top-right-menu-item img{
		width: 18px;
		height: 18px;
	}

	.header .trending-menu-wrapper .trending-title {
		font-size: 13px;
	}

	.header .trending-menu-wrapper {
		gap: 15px;
	}
	.header .trending-menu-wrapper .menu .menu-item a {
		font-size: 12px;
		line-height: 34px;
	}

	.btn-primary {
		font-size: 15px;
		margin: 30px auto 0 auto;
		padding: 8px 20px;
	}
	.section-title {
		font-size: 26px;
	}

	.featured-posts-grid.show-4 .post-item {
		width: 100%;
	}

	.posts-grid .post-item {
		width: 60%;
	}

	.featured-posts-grid .post-item:first-child .post-item__image img, 
	.featured-posts-grid .post-item:first-child .post-item__image video {
		aspect-ratio: 1.5;
		object-position: bottom;
	}

	.featured-posts-grid .post-item__image {
		height: auto;
	}

	.featured-posts-grid .post-item__image img,
	.featured-posts-grid .post-item__image video{
		aspect-ratio: 1.5;
		height: auto;
		object-fit: cover;
		object-position: bottom;
	}


	.featured-posts-grid .post-item h2 {
		font-size: 18px;
	}

	.featured-posts-grid .post-item:first-child h2 {
		font-size: 18px;
	}

	.posts-grid .post-item h2 {
		font-size: 16px;
	}

	.posts-grid .post-item__category {
		font-size: 10px;
	}

	.posts-grid.category-post-grid .post-item {
		width: 100%;
	}

	.category-title {
		font-size: 32px;
	}

	.category-description {
		padding-bottom: 0px;
	}

	.posts-grid .post-item.post_featured h2 {
		font-size: 22px;
	}

	.sub-category-title {
		font-size: 20px;
		max-width: 100%;
		margin: 20px auto 10px auto;
	}

	.single-post-title {
		font-size: 26px;
	}

	.tags-title {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.author_info h3 {
		font-size: 18px;
	}

}

@media (max-width: 376px) {

	/* .header-main {
		top: 43px;
	}
	.admin-bar .header-main {
		top: 89px;
	} */
	.share-block .divider {
		display: none;
	}
	
	.share-block .subscribe-btn {
		width: 100%;
	}
}