/*
Theme Name:   GeneratePress Child
Theme URI:    https://generatepress.com
Description:  Default GeneratePress child theme
Author:       Tom Usborne
Author URI:   https://tomusborne.com
Template:     generatepress
Version:      0.1
*/

:root{

	/* 	Colors */
	--primary: #fec852;
	--secondary: #20a1ff;
	--text-1: #222;
	--text-2: #333;

	/* 	Images or Icons */
	--Check: url(/wp-content/themes/generatepress_child/assets/img/list-icon-feature.svg);
	--Check-2: url(/wp-content/uploads/2025/01/check-icon.svg);
	--Check-3: url(/wp-content/uploads/2025/01/check-icon-2.svg);

}


/* GLOBAL */
.read-more,
.read-less{
	font-size: 19px;
	font-weight:500;
	color: var(--primary) !important;
}

.single .wp-block-image{
	margin-bottom:25px;
}

.archive .grid-container#page,
.search .grid-container#page{
	max-width: 1350px;
}

.blog article,
.archive article,
.search article {
	margin-bottom: 35px;
}

.blog .site-main,
.archive .site-main,
.search .site-main{
	padding: 0 30px 30px;
	margin: 0;
}

.generate-columns {
	margin-bottom: 20px;
	padding-left: 20px;
}

.generate-columns-container {
	margin-left: -20px;
}

.site-container {
	max-width: 1280px;
	padding: 70px 40px;
	margin: 0 auto;
}

.full-width-content .site-content {
	display: block;
}

.section-title {
	font-size: 30px;
	line-height: 42px;
	font-weight: 700;
	color: var(--text-1);	
	margin-bottom: 50px;
}

.center{
	text-align: center;
}

.btn a {
	border: 1px solid #ed6a00;
	color: #903201;
	border-radius: 5px;
	padding: 13px 20px;
	text-align: center;
	transition: .3s;
	font-size: 18px;
	line-height: 28px;
}

.btn a:hover{
	text-decoration:underline;
}

.banner .site-container{
	max-width:100%;
	padding:0;
}

.banner .site-container img{
	width:100%;
}

/*******
* hero-slider *
********/
.hero-slider {
    position: relative;
    overflow: hidden;
	    min-height: 380px;
    border-radius: 12px;
}

.hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transform: scale(1.05);
    transition: opacity 1.2s ease, transform 1.2s ease;
}

.hero-slide.active {
    opacity: 1;
    transform: scale(1);
    z-index: 2;
}

.hero-slide img {
    width: 100%;
    height: auto;
    display: block;
}






.ticket-card {
	display: flex;
	gap: 30px;
	background: #fff;
	padding: 30px;
	border-radius: 12px;
}

.ticket-card .left img {
	width: 100%;
	border-radius: 12px;
}

.ticket-card .right .btn {
	background: #7c1cff;
	color: #fff;
	padding: 14px 24px;
	display: inline-block;
	border-radius: 8px;
}

/*******
* BLOG *
********/

.blog,
.archive,
.search {
	background: #fff;
}

.archive .site-main .page-header,
.search .site-main .page-header {
	margin-bottom: 40px;
}

.archive .site-main .page-header h1,
.search .site-main .page-header h1 {
	font-size: 30px;
	line-height: 41px;
	font-weight: 700;
	color: #222;
	text-align: center;
}

.blog .inside-article,
.archive .inside-article,
.search .inside-article{
	padding: 0;
	margin: 0 8px;
	-webkit-box-shadow: rgba(99,99,99,.1) 0 2px 8px 0;
	box-shadow: rgba(99,99,99,.1) 0 2px 8px 0;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.one-container.blog .post:not(:last-child):not(.is-loop-template-item),
.one-container.archive .post:not(:last-child):not(.is-loop-template-item),
.one-container.search .post:not(:last-child):not(.is-loop-template-item)
{
	padding-bottom: 0px;
}

.inside-article .post-image{
	margin-bottom: 15px!important;
	position: relative;
	padding-bottom: 52%;
	transition: 0.3s ease-in-out;
}

.inside-article .post-image a {
	display: flex;
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.inside-article .post-image img{
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-transition: .3s all;
	transition: .3s all;
	object-fit: cover;
}

.inside-article .post-image  img:hover{
	transform:scale(1.08);
}

.blog .inside-article .entry-header,
.archive .inside-article .entry-header,
.search .inside-article .entry-header{
	padding: 0 30px 30px;
}

.inside-article .entry-title{
	font-size: 21px;
	line-height: 29px;
	font-weight: 600;
}

.inside-article .entry-meta{
	font-size: 13px;
	color: #444;
}

/* Pagination */
.blog .nav-links, .archive .nav-links, .search .nav-links {
	text-align: center;
	margin-top: 30px;
}

a.page-numbers {
	color: #222;
	text-decoration: none;
}

.page-numbers.current{
	background: #1558b1;
	color: #fff;
	font-weight: 400;
}

a.page-numbers{
	color: #222;
	text-decoration: none;
}

.page-numbers {
	display: inline-block;
	font-size: 16px;
	border: 1px solid #ebebeb;
	padding: 5px 15px!important;
	border-radius: 4px!important;
	margin-bottom: 10px;
}

.page-numbers:hover{
	background:#1558b1;
	color:#fff!important;
}

.page-numbers.dots:hover{
	background:none;
	color:#222!important;
}

.one-container .site-main .paging-navigation {
	margin-bottom: 0px;
}

.single-post .grid-container{
	max-width:1450px;
}

.single-post.no-sidebar .grid-container{
	max-width:1250px;
}

.single-post .inside-right-sidebar{
	height:100%;
}

.single-post .inside-right-sidebar .widget:last-child{
	position:sticky;
	top:70px;
}



/* Breadcrumbs */
.breadcrumbs p {
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	margin-bottom: 10px;
}

.breadcrumbs p a {
	color: #666;
	text-decoration: none;
}

.breadcrumbs p .separator {
	margin-left: 5px;
	margin-right: 5px;
}

.breadcrumbs p .last {
	color: #666;
}

.single-post .entry-content{
	margin-top:25px;
}

/* Post Meta */
.single-post {
	background: #fff;
}

.single .entry-header .entry-meta {
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	margin-top: 15px;
	color: #546e7a;
	font-size: 15px;
}

.single .entry-header .entry-meta .avatar{
	border-radius:50%;
	margin-right:5px;
}

.single .entry-header .entry-meta .divider {
	padding: 0 8px;
}

.single .entry-header .entry-meta a,
.single .entry-header .entry-meta time span {
	color: #263238;
	font-weight: 600;
	text-decoration: none;
}

.single h1.entry-title {
	font-weight: 700;
	font-size: 40px;
	line-height: 51px;
	color: #003366;
}

.single .entry-content h2,
.single .entry-content h3{
	color: #003366;
}

.single-post .post-intro{
	margin:20px 0;
	color: #2a2a2a;
}

/* Card Article */
.card-article {
	display: flex;
	grid-gap: 15px;
}

.card-article:not(:last-child) {
	border-bottom: 1px solid #DFDFDF;
	padding-bottom: 15px;
	margin-bottom: 15px;
}


.card-article .thumbnail {
	flex: 0 0 30%;
	position: relative;
	padding-bottom: 18%;
}

.card-article .thumbnail a {
	display: flex;
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.card-article .thumbnail img {
	width: 100%;
	object-fit: cover;
	transition: 0.4s all;
	border-radius: 6px;
}

.card-article.thumbnail img:hover {
	opacity: .85;
}

.card-article .content {
	flex: 1;
}

.card-article .title {
	font-size: 14px;
	line-height: 22px;
	font-weight: 600;
}

.card-article .title a {
	color: var(--contrast);
	text-decoration: none;
	display: block;
}

.card-article .title a:hover {
	color: #1558B1;
}

.card-article .meta {
	font-size: 12px;
	line-height: 14px;
}

/* Block: Feartured and Recent Articles */
.featured-articles .section-title,
.recent-articles .section-title {
	font-size: 24px;
	line-height: 34px;
	font-weight: 600;
	color: #222;
	margin-bottom: 28px;
	display: flex;
	flex: 1;
	align-items: center;
}

.featured-articles .section-title:after,
.recent-articles .section-title:after {
	content: '';
	flex: 1;
	margin-left: 15px;
	border-top: 2px solid #1558B1;
}

.featured-articles .sidebar .widget {
	margin-bottom: 40px;
}

.single-post .widget-area .widget {
	padding: 30px 20px !important;
	border-radius: 6px;
	margin-bottom: 40px;
}


/* Block: Product Box */
.product-box{
	margin: 40px 0;
}

.product-box .card {
	background: #FFFFFF;
	box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.06);
	border-radius: 10px;
	padding: 50px;
	display: flex;
	align-items: center;
}

.product-box .card .left {
	flex: 0 0 40%;
	margin-right: 65px;
}

.product-box .thumbnail {
	display: flex;
	justify-content: center;
	align-items:center;
	/* 	padding: 40px 50px;
	background: #F4F5F6; */
	border-radius: 10px ;
}

.product-box .thumbnail img{
	width:100%;
}

.product-box .card .right {
	flex: 1;
}

.product-box .tagline {
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #555555;
	margin-bottom: 20px;
}

.product-box .title {
	font-weight: 600;
	font-size: 26px;
	line-height: 30px;
	margin-bottom: 20px;
	color: #222222;
}
max-width: 100%;
.product-box .features{
	font-weight: 400;
	font-size: 15px;
	line-height: 25px;
}

.product-box ul {
	margin: 0;
	padding:0;
	list-style: none;
}

.product-box ul li {
	background-position:0 4px!important;
	margin-bottom:8px;
	background: var(--Check) no-repeat left top;
	background-position: 0 8px;
	background-size: 17px 17px;
	padding-left: 28px;
}

.product-box .cta-rating {
	display: flex;
	align-items:center;
	margin-top: 35px;
}

.rating {
	line-height: 1;
}

.stars {
	--percent: calc(var(--rating) / 5 * 100%);
	display: inline-block;
	font-size: 13px;
}

.stars::before {
	content: '★★★★★';
	letter-spacing: 2px;
	background: linear-gradient(90deg, #FFC107 var(--percent), #ddd var(--percent));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 20px;
}

.product-box .action-btn{
	margin-bottom:0;
}

.action-btn a {
	margin-bottom:0;
	display: inline-block;
	background: #004AAD;;
	color: #fff;
	font-size: 15px;
	line-height: 26px;
	font-weight: 500;
	text-align: center;
	text-decoration: none!important;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	padding: 12px 45px;
	border-radius: 5px;
	transition: 0.3s ease-in-out;
	box-shadow: 0 3px 10px 0 rgba(0,0,0,.06);
}

.action-btn a:hover {
	opacity: 0.9;
	transform: translateY(-3px);
}

.product-box .cta-rating a + .stars{
	margin-left:30px;
}

/* Block: Product Recommendations */
.product-recommendation {
	margin: 40px 0;
}

.product-recommendation .card { 
	background: #fff;
	border-bottom: 1px solid #F4F5F6;
	display: flex;
	grid-gap: 40px;
	justify-content: space-between;
	padding-bottom: 40px;
	padding-top: 40px;
}

.product-recommendation .card:first-child {
	border-top: 1px solid #F4F5F6;
} 

.product-recommendation .thumbnail {
	flex: 0 0 25%;
	border-radius: 10px;
	text-align: center;
}

.product-recommendation .thumbnail img {
	border-radius: 10px;
}

.product-recommendation .content {
	flex:1;
	display:flex;
	flex-direction:column;
	justify-content: center;
	border-radius: 10px;
}

.product-recommendation .title {
	font-weight: 600;
	font-size: 22px;
	line-height: 34px;
	margin-bottom: 15px;
	color: #222;
}

.product-recommendation .content .desc {
	font-weight: 300;
	font-size: 14px;
	line-height: 24px;
	color: #333;
	flex-grow:1;
	text-align:left;
}


.product-recommendation .cta {
	align-self: center;
	flex: 0 0 20%;
}

.product-recommendation .rating {
	text-align: center;
	margin-bottom: 20px;
}

.product-recommendation .stars::before{
	font-size: 22px;
}

.product-recommendation .action-btn{
	margin-bottom:0;
}

.product-recommendation .action-btn a {
	display:block;
	font-size: 14px;
	line-height: 21px;
	font-weight: 600;
	padding: 12px 25px
}

/* Block: Top Product */
.top-products table .head th {
	background-color: var(--base-2);
	font-size: 18px;
	padding: 12px 20px;
}

.top-products table {
	max-width: 100%;
}

.top-products table tr td {
	text-align: center;
}

.top-products .product-img img {
	width: 100%;
	height: 80px;
	object-fit: contain;
	display: block;
}

.top-products table .name {
	font-size: 17px;
}

.top-products table .action-btn a {
	padding: 10px 35px;
}

/* Block: Best Products Listing */

.best-products {
	display: flex;
	flex-direction: column;
	grid-gap: 25px;
	gap: 25px;
	margin-bottom:25px;
}

.best-products .card {
	position: relative;
	background: #fff;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 3px 12px 0 rgba(0, 0, 0, .1);
}

.best-products .card .head{
	margin: -20px -20px 0 -20px;
}

.best-products .card .number {
	display: inline-block;
	background: #e9e9e9;
	width: 40px;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	border-top-left-radius: 10px;
}

.best-products .card .label {
	background: #ffc52f;
	color: #222;
	font-size: 15px;
	line-height: 34px;
	font-weight: 600;
	padding: 6px 16px 6px 10px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

.best-products .card .body{
	display: flex;
	grid-gap: 20px;
	gap: 20px;
	align-items: center;
	margin-top: 20px;
}

.best-products .card .content{
	flex: 1;
}

.best-products .card .title {
	display: block;
	color: var(--contrast);
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
	margin-bottom: 10px;
}

.best-products .card .features {
	font-size: 15px;
	line-height: 25px;
}

.best-products .card .features ul{
	list-style: none;
	margin-left:0px;
	margin-bottom:0;
} 

.best-products .card .features ul li {
	background: var(--Check-3) no-repeat left top;
	background-position: 0px 5px;
	background-size: 16px 16px;
	padding-left: 26px;
	margin-bottom: 5px;
}

.best-products .card .features p:last-child{
	margin-bottom:0;
}

.best-products .card .rating {
	background: #f7f8f9;
	padding: 15px;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.best-products .card .rating .avg {
	font-size: 24px;
	line-height: 24px;
	font-weight: 600;
}

.best-products .card .rating .stars::before{
	font-size: 16px;
}

.best-products .card .rating .total {
	font-size: 14px;
	line-height: 20px;
	color: #444;
}

.best-products .card .cta{
	min-width:200px;
	text-align:center;
}

.best-products .card .cta .btn{
	margin-bottom: 16px;
}

.best-products .card .cta .discount-info{
	font-size: 16px;
	position: absolute;
	display: inline-block;
	text-align: center;
	z-index: 10;
	top: 10px;
	right: -11px;
}

.best-products .card .cta .discount-info:before {
	content: "";
	position: absolute;
	top: .3em;
	left: .2em;
	width: 100%;
	height: 100%;
	border: none;
	z-index: -2;
}

.best-products .card .cta .discount-info:after {
	content: "";
	position: absolute;
	top: 1em;
	right: -.6em;
	border-width: .55em .5em .55em 1.5em;
	border-color: transparent;
	z-index: -1;
}

.best-products .card .cta .discount-info span{
	display: inline-block;
	padding: 8px 16px;
	font-size: 16px;
	line-height: 16px;
	font-weight: 600;
	background: #ffc52f;
	position: relative;
	color: #222;
}

.best-products .card .cta .discount-info span:before {
	content: "";
	position: absolute;
	bottom: 100%;
	right: 0;
	top: 100%;
	border-width: .5em .7em 7px 0;
	border-style: solid;
	border-color: #d9a41d transparent transparent;
}

.best-products .card .cta .discount-info span:after {
	content: "";
	position: absolute;
	top: 100%;
	right: 0;
	border-width: .5em 2em 0 0;
	border-style: solid;
	border-color: transparent;
}

.best-products .card .cta .btn a{
	display: block;
	padding: 8px 20px;
	font-size: 17px;
	font-weight: 600;
	background: #238c47;
	color: #fff;
	border: none;
}

.best-products .card .cta .btn a:hover{
	opacity:0.85;
}

.best-products .card .cta p{
	color: #666;
	font-size: 14px;
	line-height: 20px;
	margin-top: -5px;
	margin-bottom: 0;
}

/* END Blocks */

/* TOC: Table Of Content */
.single-post #ez-toc-container {
	padding: 40px;
	margin: 35px 0;
	border-radius:10px;
}

.single #ez-toc-container .ez-toc-title-container {
	text-align: center;
	margin-bottom: 20px;
}

.single div#ez-toc-container p.ez-toc-title {
	font-size: 20px;
	line-height: 35px;
	font-weight: 700;
}

.single-post .ez-toc-list {
	-webkit-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 60px;
	column-gap: 60px;
	-webkit-column-rule: 1px solid #ddd;
	column-rule: 1px solid #ddd;
}


.single-post #ez-toc-container li {
	margin-bottom: 6px;
}

.single-post #ez-toc-container li a {
	font-size: 18px;
	line-height: 35px;
	font-weight: 400;
}


/* Rank Math FAQ Toggle */
#rank-math-faq .rank-math-question {
	font-size:18px;
	line-height:28px;
	font-weight:500;
	background: #FFFFFF;
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.08);
	border-radius: 10px;
	margin-bottom:15px;
	padding:20px;
	padding-right: 40px;
	cursor:pointer;
	position: relative;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#rank-math-faq .rank-math-question:before {
	content:'';
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 0a10 10 0 1 0 10 10A10.01 10.01 0 0 0 10 0Zm0 18.462A8.461 8.461 0 1 1 18.462 10 8.47 8.47 0 0 1 10 18.462Zm4.39-10.545a.771.771 0 0 1 0 1.089l-3.846 3.846a.769.769 0 0 1-1.088 0L5.61 9.006a.77.77 0 0 1 1.088-1.089L10 11.22l3.302-3.303a.77.77 0 0 1 1.088 0Z' fill='%23004AAD'/%3E%3C/svg%3E");
	background-repeat:no-repeat;
	background-position:0 0px;
	background-size: 20px 20px;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 20px;
	top: 25px;
}

#rank-math-faq .rank-math-question.active:before {
	transform: rotate(180deg);
}

#rank-math-faq .rank-math-answer {
	display:none;
	font-size:18px;
	line-height:31px;
	padding:20px;
	background: #FFFFFF;
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.08);
	border-radius: 10px;
	margin-bottom:15px;
}

#rank-math-faq .rank-math-answer p:last-child {
	margin-bottom:0;
}

/* Author Box */

.author-box {
	background: #fff;
	border:1px solid #1558b1;
	border-radius: 10px;
	padding: 45px 40px;
	display: flex;
	align-items: center;
	grid-gap: 25px;
}

.author-box .avatar {
	flex: 0 0 19%;
}

.author-box .avatar img {
	border-radius: 50%;
}

.author-box .author-content {
	flex: 1;
}

.author-box .author-title {
	font-weight: 600;
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 15px;
}

.author-box .desc {
	color: #444;
	margin-bottom: 20px;
}

.author-box .social-links {
	display: flex;
	align-items: center;
}

.author-box .social-links a {
	display: flex;
	align-items: center;
}

.social-links a:not(:last-child) {
	margin-right: 10px;
}

.author-box .social-links a img {
	box-shadow: none;
	border-radius: 0px; 
}

/* Related Posts */
.related-posts .section-title {
	font-size: 24px;
	line-height: 34px;
	font-weight: 600;
	color: #222;
	margin-bottom: 28px;
	display: flex;
	flex: 1;
	align-items: center;
}

.related-posts .section-title:after {
	content: '';
	flex: 1;
	margin-left: 15px;
	border-top: 2px solid #1558b1;
}

.related-posts .posts{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-row-gap:40px;
	grid-column-gap:30px;
}

.related-posts .posts .thumb img{
	border-radius:10px;
	width:100%;
}

.related-posts .posts .title{
	display:block;
	font-size:18px;
	line-height:25px;
	font-weight:600;
	text-decoration:none;
	color:#333;
	margin-top:8px;
}

.related-posts .posts .title:hover{
	text-decoration:underline;
	color:#1558b1;
}

/* Single Post: Sidebar */
.product-info {
	text-align: center;
}

.product-info .ratings {
	margin-bottom: 25px;
	display: flex;
	align-items: center;
	grid-gap: 0 20px;
	justify-content: center;
	flex-wrap: wrap;
}

.product-info .rating .stars:before {
	font-size: 24px;
}

.product-info .btn{
	margin-bottom: 10px;
}

.product-info .btn {
	display: flex;
	flex-direction: column;
	grid-gap: 10px;
}

.product-info .btn a {
	background:var(--primary);
	color:#fff;
	font-size: 16px;
	line-height: 26px;
	font-weight:600;
	transition: .2s;
}

.product-info .btn a:hover {
	text-decoration: none;
	background: var(--secondary);
	border: 1px solid var(--secondary);
	color: #fff;
}

.product-info .product-img {
	max-width: 80%;
	margin: 25px;
}

/* Site Header */
.site-header .navbar-btn {
	margin-left: 20px;
	margin-right: 10px;
}

.site-header .navbar-btn a {
	background: var(--secondary);
	color: #fff !important;
	padding: 11px 25px !important;
	border-radius: 5px;
	font-size: 16px;
	line-height: 1.4 !important;
}

.site-header .navbar-btn a:hover {
	opacity: .9;
}

/***********
* HOMEPAGE *
************/

/* Products */
.products .cards {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 30px;
}

.products .cards-bg {
	background: #f9f9f9;
	padding: 15px;
	border-radius: 10px;
}

.products .cards-bg:hover .title,
.products .card:hover .title {
	color: var(--secondary);
}

.products .card {
	width: 100%;
	height: 100%;
	background: #fff;
	padding: 30px 20px;
	border: 2px solid #69a23f;
	text-align: center;
	border-radius: 10px;
}

.products .card .icon {
	border-radius: 50%;
	border: 1px solid #e7ffd3;
	width: 100px;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 20px;
}

.products .card .icon img {
	width: 64px;
	height: 64px;
}

.products .card .title {
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	color: var(--text-1);
	margin-bottom: 10px;
}

.products .card .desc {
	font-size: 16px;
	line-height: 28px;
	color: #666;
	margin-bottom: 0;
}

/* Buttons */
.buttons .site-container {
	padding-top: 0;
}

.buttons .btn-wrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 25px;
}


.buttons .btn-wrapper a h3{
	background: var(--primary);
	color: #fff;
	border-radius: 5px;
	padding: 13px 20px;
	text-align: center;
	transition: .3s;
	font-size: 18px;
	line-height: 28px;
	font-weight:500;
	margin:0;
}

.buttons .btn-wrapper a:hover h3{
	background: var(--secondary);
}

/* Latest Articles */
.latest-articles {
	/* 	background: #fafafa;	 */
}

.latest-articles .section-title {
	text-align: left;
}

.latest-articles .articles-list {
	display: grid;
	grid-template-columns: 25% 1fr 180px;
	grid-gap: 30px;
	align-items: center;
}

.latest-articles .articles-list:not(:last-child) {
	margin-bottom: 50px;
}

.latest-articles .btn{
	margin-top: 50px;
}

.articles-list .thumbnail img {
	border-radius: 10px;
	display: block;
}

.articles-list .title {
	margin-bottom: 0px;
}

.articles-list .title a {
	display: block;
	font-size: 22px;
	line-height:34px;
	font-weight: 600;
	color: var(--text-1);
}

.articles-list .title a:hover,
.articles-list .cat a:hover {
	color: #003366;
}

.articles-list .date{
	font-size: 13px;
	color: #444;
}

.articles-list .cat a {
	font-size: 15px;
	line-height: 25px;
	color: #ed6a00;
}

.articles-list .excerpt {
	font-size: 16px;
	line-height: 28px;
	color: var(--text-2);
	margin: 10px 0 0;
}

.articles-list .cta .btn {
	display:flex;
	justify-content: end;
}

.articles-list .btn a {
	background: var(--primary);
	padding: 14px 40px;
	color: #fff;
	font-size: 17px;
	line-height: 28px;
	border-radius: 4px;
	transition: .3s;
}

.articles-list .btn a:hover{ 
	opacity: .90;
}

.articles-list .content .btn {
	display: none ;
}

/* Ratings */
.ratings .site-container {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 70px;
}

.ratings .rating-wrapper {
	display: inline-flex;
	grid-gap: 20px;
	align-items: center;
	background: #eaffdb;
	color: var(--primary);
	padding: 10px 40px;
	border-radius: 5px;
	justify-content: center;
}

.ratings .rating-wrapper .stars::before {
	font-size: 24px;
	letter-spacing: 2px;
}

.ratings .r-lnk {
	font-size: 18px;
	line-height: 26px;
}

/* Experts */
.experts {
	background: #FAFAFA;	
}

.experts .wrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 40px;
}

.experts .card {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
	padding: 30px;
	text-align: center;
}

.experts .card .avatar {
	width: 120px;
	height: 120px;
	object-fit: cover;
	border-radius: 50%;
	margin-bottom: 15px;
}

.experts .card .name {
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	color: var(--text-1);
}

.experts .card .designation {
	font-size: 15px;
	line-height: 28px;
	color: #666;
}

.experts .card .rating {
	margin-top: 10px;	
}

.experts .card .intro {
	font-size: 14px;
	line-height: 25px;
	color: #666;
	margin: 15px 0 30px;
}

.experts .social-links {
	display: flex;
	justify-content: center;
	grid-gap: 15px;
}

.experts .social-links a {
	display: flex;
	margin: 0;
}

.experts .social-links img {
	height: 18px;
}

/* Products Two */
.supplements .cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 40px;
}

.supplements .card {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
	padding: 30px;
	text-align: center;
}

.supplements .card img {
	margin: 0 auto 20px;
	border-radius: 10px;
	width: auto;
	height: 250px;
	transition: transform .3s;
}

.supplements .card img:hover {
	transform: scale(1.03);
}

.supplements .card .title a {
	display: block;
	font-size: 20px;
	line-height: 32px;
	color: var(--text-1);
	font-weight: 600;
	text-decoration:underline;
	text-align: center;
}

.supplements .card .title a:hover {
	color: var(--secondary);
}

.dropdown-flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px 50px;
	flex-wrap: wrap;
}

.dropdown-flex .block {
	flex:1;
}

.dropdown-flex select {
	cursor: pointer;
	width: 100%;
	font-size: 16px;
	border: 1px solid #81aa90;
}

@media(max-width:991px) {

	.dropdown-flex {
		justify-content: center;
		align-items: center;
		gap: 20px 30px;
	}

	.dropdown-flex .block {
		flex:initial;
	}
}

@media(max-width:767px) {

	.dropdown-flex {
		gap: 15px;
	}
}

@media(max-width:450px) {

	.dropdown-flex {
		flex-direction: column;
		align-items: initial
	}

	.dropdown-flex .block {
		flex:1;
	}
}


/* Article Filter */

.article-filter .site-container {
	padding-bottom: 70px;
}

.article-filter .cat-filter {
	align-items: center;
	display: flex;
	grid-gap: 20px;
	padding-bottom: 10px;
	margin-bottom: 35px;
	white-space: nowrap;
	overflow: scroll auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}


.article-filter .cat-filter::-webkit-scrollbar-thumb {
	background: var(--accent);
	border-radius: 10px;
}
.article-filter .cat-filter::-webkit-scrollbar {
	height: 7px;
	border-radius: 5px;
}

.article-filter .cat-filter li {
	list-style: none;
}
.article-filter .cat-filter .item {
	display: flex !important;
	align-items: center;
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	color: #212121;
	padding: 12px 35px;
	cursor: pointer;
	user-select: none;
}

.article-filter .cat-filter .active{
	background: #903201;
	color: #fff;
}

.article-filter .tab-content {
	display: none;
	gap: 50px;
}

.article-filter .tab-content.active {
	display: flex !important;

	background-color: rgba(0, 0, 0, 0) !important;
}

.article-filter .tab-content .left-block{
	flex: 0 0 68%;
}

.article-filter .tab-content .right-block{
	flex: 1;
}

.article-filter .tab-content .left-block .bottom-block {
	margin-top: 40px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 35px 25px;
}

.article-filter .tab-content .post .thumb {
	position: relative;
	padding-bottom: 50%;
}

.article-filter .tab-content .post .thumb a {
	display: flex;
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.article-filter .tab-content .post .thumb a img {
	width: 100%;
	display: block;
	border-radius: 5px;
	object-fit: cover;
}


.article-filter .tab-content .post .content .title {
	font-size: 28px;
	line-height: 36px;
	font-weight: 600;
	margin-top: 20px;
	margin-bottom: 5px;
}

.article-filter .tab-content .post .author{
	font-size: 14px;
}

.article-filter .tab-content .bottom-block .post {
	display: flex;
	gap: 20px;
}

.article-filter .tab-content .bottom-block .post .thumb {
	flex: 0 0 95px;
	padding-bottom:initial;
}


.article-filter .tab-content .bottom-block .post .content{
	flex: 1;
}


.article-filter .tab-content .bottom-block .post .thumb a {
	position: initial;
}

.article-filter .tab-content .bottom-block .post .thumb img{
	height: 95px;
}

.article-filter .tab-content .bottom-block .post .content .title {
	font-size: 16px;
	line-height: 25px;
	margin-top: 0;
}

.article-filter .tab-content .right-block .post:not(:last-child){
	margin-bottom:25px;
}

.article-filter .tab-content .right-block .post .content .title {
	font-size: 22px;
	line-height: 30px;
}

.article-filter .tab-content .post .content .title a {
	display: block;
	color: #222;
	text-decoration: none;
}

.article-filter .tab-content .post .content .title a:hover {
	color: #003366;
}


@media (max-width: 991px) {

	.article-filter .tab-content {
		flex-direction: column;
	}

	.article-filter .tab-content .left-block{
		flex: 1;
	}

	.article-filter .tab-content .right-block {
		display: flex;
		gap: 25px;
	}

}

@media (max-width: 767px) {

	.article-filter .cat-filter{
		grid-gap: 10px;
		gap:10px;
	}

	.article-filter .cat-filter .item {
		font-size: 15px;
		line-height: 30px;
		padding: 5px 20px;
	}

	.article-filter .tab-content {
		gap: 30px;
	}

	.article-filter .tab-content .left-block .bottom-block {
		margin-top: 30px;
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 30px;
	}

	.article-filter .tab-content .right-block {
		flex-direction: column;
		gap: 30px;
	}

	.article-filter .tab-content .right-block .post {
		display: flex;
		gap:20px;
	}

	.article-filter .tab-content .right-block .post .thumb {
		flex: 0 0 95px;
		padding-bottom: initial;
	}

	.article-filter .tab-content .bottom-block .post .thumb img,
	.article-filter .tab-content .right-block .post .thumb img {
		height: 80px;
	}

	.article-filter .tab-content .right-block .post .thumb a {
		position: initial;
	}

	.article-filter .tab-content .right-block .post:not(:last-child){
		margin-bottom:0;
	}

	.article-filter .tab-content .post .content .title {
		font-size: 22px;
		line-height: 30px;
	}

	.article-filter .tab-content .bottom-block .post .content .title,
	.article-filter .tab-content .right-block .post .content .title {
		font-size: 15px;
		line-height: 24px;
		margin-top:0;
	}

}

@media(min-width:1441px){
	.main-content .site-container{
		max-width:100%;
		padding-left:250px;
		padding-right:250px;
	}
}

.main-content h2{
	font-size: 30px;
	line-height: 42px;
	font-weight: 700;
	color: var(--text-1);
}

.main-content .desc,
.main-content .desc p,
.main-content .desc span{
	font-size: 19px;
	line-height: 32px;
	color: #333 !important;
}

.main-content .desc h2,
.main-content .desc h3 {
	font-size: 20px;
	line-height: 30px;
}

.main-content .desc p {
	margin-bottom: 0;
}

.main-content .desc p:not(:last-child) {
	margin-bottom :20px;
}

/* Product Details */
.product-details  {
	background: #fafafa;	
	margin-bottom: 50px;
	border-radius: 10px;
}

.product-details .site-container {
	display: flex;
	grid-gap: 70px;
}

.product-details .left-block {
	flex: 0 0 40%;
}

.product-details .left-block img {
	position: sticky;
	top: 80px;
	border-radius: 10px;
}

.product-details .right-block {
	flex: 1;
}

.product-details .desc h2,
.product-details .desc h3 {
	text-align: left;
	margin-bottom: 20px;
	font-size: 30px;
	line-height: 42px;
	font-weight: 700;
}

.product-details .desc h3 {
	font-size: 28px;
	line-height: 40px;
}

.product-details .desc {
	font-size: 16px;
	line-height: 30px;
}

.product-details .desc p {
	margin-bottom: 20px;
}

.product-details .desc ul {
	margin-left: 0;
	list-style-type: none;
}

.product-details .btn {
	margin-top: 30px;
}

.product-details .btn a {
	display: inline-block;
	background: var(--primary);
	color: #fff;
	padding: 12px 30px;
	font-size: 17px;
	line-height: 28px;
	border-radius: 4px;
	transition: .2s;
	border: 1px solid var(--primary);
}

.product-details .btn a:hover {
	background: #265a00;
}

.product-details .btn a:not(:first-child)  {
	margin-left: 10px;
	background: none;
	color: var(--primary);
}

/* Footer */
.site-footer .inside-footer-widgets {
	display: flex;
	flex-direction: column;
	grid-gap: 30px;
}

.site-footer .inside-footer-widgets > div {
	margin-bottom: 0;
}

.site-footer .widget-title {
	margin-bottom: 15px;
	font-size: 18px;
}

.site-footer .menu {
	display: flex;
	flex-wrap: wrap;
	grid-gap: 8px 20px;}

.site-footer .menu li {
	display: inline-block;
	margin: 0;
}

.site-footer .menu li a {
	font-size: 15px;
	line-height: 25px;	
}

/****************
* Landing Page *
****************/

/* Lastest Articles */
.page-template-landing-page .latest-articles .posts {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 40px;
} 

.page-template-landing-page .latest-articles .section-title{
	text-align:center;
}

.page-template-landing-page .posts .articles-list {
	display: flex;
	flex-direction: column;
	margin: 0;
}

.page-template-landing-page .articles-list .thumbnail img {
	width:100%;
	height: 210px;
	object-fit: cover;
}


@media (max-width:1100px){
	.best-products {
		display: flex;
		flex-direction: row;
		grid-gap: 25px;
		gap: 25px;
	}

	.best-products .card .body{
		flex-direction: column;
	}

}


@media (max-width:991px){

	.one-container.both-right .site-main, 
	.one-container.right-sidebar .site-main {
		margin-right: 0px;
	}

	.site-content {
		flex-direction: column;
	}

	.container .site-content .content-area,
	.is-left-sidebar.sidebar, 
	.is-right-sidebar.sidebar {
		width: auto;
	}

}

@media (max-width: 970px) {

	/* Block: Product Box */
	.product-box .card {
		padding: 20px;
		flex-direction: column;
		align-items: flex-start;
	}

	.product-box .card .left {
		margin-right: 0px;
		margin-bottom: 20px;
		width: 100%;
	}

	.product-box .card .right {
		width: 100%;
	}

	.product-box .cta-rating {
		margin-top: 30px;
		justify-content: space-between;
	}

	/* Block: Product Block */
	.product-details .btn a {
		padding: 12px 20px;
		font-size: 16px;
	}

	/***********
	* HOMEPAGE *
	************/

	/* Products */
	.products .cards {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 30px;
	}


	/* Latest Articles */
	.latest-articles .articles-list {
		display: grid;
		grid-template-columns: 28% 1fr;
		grid-gap: 30px;
	}

	.latest-articles .articles-list:not(:last-child) {
		margin-bottom: 40px;
	}

	.articles-list .cta {
		display: none;
	}

	.articles-list .content .btn {
		display: flex;
		margin-top: 20px;
	}

	.articles-list .content .btn a {
		padding: 10px 25px;
		font-size: 16px;
		line-height:26px;
	}

	/* Supplements */
	.supplements .cards {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 30px;
	}

	/* Experts */
	.experts .wrapper {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 30px;
	}

	/****************
	* Landing Page *
	****************/

	/* Lastest Articles */
	.page-template-landing-page .latest-articles .posts {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 30px;
	} 


}


@media (max-width: 768px) {

	.main-content .site-container{
		padding-left:0;
		padding-right:0;
	}

	/* Global */
	.site-container {
		max-width: 100%;
		padding: 50px 20px;
		margin: 0 auto;
	}

	.section-title {
		font-size: 26px;
		line-height: 38px;	
		margin-bottom: 30px;
	}

	/* Global */
	.archive .site-main .page-header h1,
	.search .site-main .page-header h1 {
		font-size: 22px;
		line-height: 30px;
	}

	.archive .site-main .page-header,
	.search .site-main .page-header {
		margin-bottom: 20px;
	}

	.blog .site-content,
	.archive .site-content,
	.search .site-content{
		padding: 0px;
	}

	.blog .site-main,
	.archive .site-main,
	.search .site-main {
		padding: 35px 10px 30px;
		margin: 0;
	}

	.blog article,
	.archive article,
	.search article {
		margin-bottom: 25px;
	}

	.blog .inside-article .entry-header, 
	.archive .inside-article .entry-header, 
	.search .inside-article .entry-header {
		padding: 0 20px 20px;
	}

	.blog .inside-article .post-image,
	.archive .inside-article .post-image, 
	.search .inside-article .post-image {
		margin-bottom: 10px!important;
	}

	/* Pagination */

	.blog .nav-links,
	.archive .nav-links,
	.search .nav-links {
		margin-top:20px;
	}

	.single-post .site-content {
		padding: 30px 20px;
	}

	/* Post Meta */

	.single .entry-header .entry-meta {
		font-size: 14px;
	}

	.single h1.entry-title {
		font-size: 27px;
		line-height: 35px;
	}

	/* Block: Feartured and Recent Articles */

	.single-post .sidebar {
		margin-top: 40px;
	}

	.featured-articles .sidebar .widget {
		margin-bottom: 40px;
	}

	.single-post .widget-area .widget {
		margin-bottom: 30px;
	}

	.featured-articles .section-title,
	.recent-articles .section-title {
		font-size: 22px;
		line-height: 32px;
		margin-bottom: 28px;
	}

	.featured-articles .section-title:after,
	.recent-articles .section-title:after {
		margin-left: 12px;
	}


	/* Block: Product Recommendations */

	.product-recommendation {
		margin: 30px 0;
	}

	.product-recommendation .card { 
		display: block;
		padding-bottom: 20px;
		padding-top: 20px;
	}

	.product-recommendation .thumbnail {
		text-align: left;
	}

	.product-recommendation .thumbnail img {
		width: 100%;
	}

	.product-recommendation .title {
		margin: 10px 0 15px;

	}

	.product-recommendation .rating {
		text-align: left;
		margin-top: 15px;

	}

	/* TOC */
	.single-post .ez-toc-list {
		-webkit-column-count: 1;
		column-count: 1;
		-webkit-column-gap: 0px;
		column-gap: 0px;
		-webkit-column-rule: 0;
		column-rule: 0;
	}

	/* Author Box */

	.author-box {
		padding: 34px 20px 40px;
		display: block;
	}

	.author-box .avatar {
		text-align: center;
	}

	.author-box .author-content {
		text-align: center;
		margin-top: 15px;
	}

	.author-box .author-title {
		font-size: 22px;
		line-height: 32px;
	}

	.author-box .desc {
		font-size: 16px;
		line-height: 27px;
	}

	.author-box .social-links {
		margin-top: 30px;
		justify-content: center;
	}

	/* Related Posts */
	.related-posts .posts{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 25px;
	}

	/* Single Post: Sidebar */
	.product-info .ratings {
		margin-bottom: 20px;
	}

	.product-info .rating .stars:before {
		font-size: 20px;
	}

	.product-info .btn a {
		font-size: 15px;
		line-height: 25px;
		padding: 10px 20px;
	}

	.product-info .product-img {
		margin: 20px 0;
	}

	/***********
	* HOMEPAGE *
	************/

	/* Products */
	.products .cards {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 20px;
	}

	.products .card {
		padding: 30px 20px;
	}

	.products .card .icon {
		width: 80px;
		height: 80px;
		margin: 0 auto 15px;
	}

	.products .card .icon img {
		width: 44px;
		height: 44px;
	}

	.products .card .title {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 5px;
	}

	.products .card .desc {
		font-size: 15px;
		line-height: 26px;
	}

	/* Buttons */
	.buttons .btn-wrapper {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 20px;
	}

	.buttons .btn-wrapper a {
		padding: 12px 20px;
		font-size: 16px;
		line-height: 26px;
	}


	/* Latest Articles */
	.latest-articles .section-title {
		text-align: center;
	}

	.latest-articles .articles-list {
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 20px;
	}

	.latest-articles .articles-list:not(:last-child) {
		margin-bottom: 25px;
	}

	.articles-list .content .btn {
		display: flex;
		margin-top: 20px;
	}

	.articles-list .content .btn a {
		padding: 10px 25px;
		font-size: 16px;
		line-height:26px;
	}

	.articles-list .title a {
		display: block;
		font-size: 20px;
		line-height: 32px;
	}

	.articles-list .excerpt {
		font-size: 15px;
		line-height: 26px;
		margin: 10px 0 0;
	}

	.articles-list .content .btn a {
		flex: 1;
		text-align: center;
	}

	/* Main Content */
	.main-content .wrapper {
		max-width: 100%;
		padding: 30px 20px 0;
		border-radius: 10px;
	}

	/* Product Details */
	.product-details  {
		margin-bottom: 30px;
	}

	.product-details .site-container {
		display: block;
	}

	.product-details .left-block {
		margin-bottom: 25px;
		text-align: center;
	}

	.product-details .left-block img {
		width: 80%;
	}

	.product-details .desc h2 {
		margin-bottom: 15px;
		font-size: 24px;
		line-height: 36px;
	}

	.product-details .desc h3 {
		margin-bottom: 15px;
		font-size: 22px;
		line-height: 34px;
	}

	.product-details .btn {
		margin-top: 20px;
	}

	.product-details .btn a {
		display: block;
		padding: 10px 20px;
		font-size: 16px;
		line-height: 26px;
		text-align: center;
	}

	.product-details .btn a:last-child {
		margin: 10px 0 0;
	}

	/* Experts */


	.experts .card {
		padding: 30px 20px;
	}

	.experts .card .avatar {
		width: 100px;
		height: 100px;
	}

	.experts .card .name {
		font-size: 18px;
	}

	.experts .card .intro {
		font-size: 13px;
		line-height: 24px;
		color: #666;
		margin: 10px 0 25px;
	}

	/****************
	* Landing Page *
	****************/

	.page-template-landing-page .posts .articles-list {
		margin: 0;
	}

}


@media(max-width: 600px){

	/* Block: Top Product */
	.top-products{
		overflow-x: auto;	
	}

	.top-products table .head th {
		font-size: 17px;
		padding: 10px 20px;
	}

	.top-products .product-img img {
		height: 70px;
	}

	.top-products table .action-btn a {
		width: max-content;
		font-size: 12px;
		padding: 8px 20px;
	}

	/***********
	* HOMEPAGE *
	************/

	/* Products */
	.products .cards {
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 20px;
	}

	/* Buttons */
	.buttons .btn-wrapper {
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 20px;
	}

	/* Ratings */
	.ratings .site-container {
		padding-top: 0;
		padding-bottom: 50px;
	}

	.ratings .rating-wrapper {
		display: flex;
		grid-gap: 20px;
		padding: 8px 30px;
	}

	.ratings .rating-wrapper .stars::before {
		font-size: 20px;
	}

	.ratings .r-lnk {
		font-size: 16px;
		line-height: 24px;
	}

	/* Supplements */
	.supplements .cards {
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 25px;
	}

	.supplements .card {
		padding: 30px 20px;
	}

	.supplements .card img {
		margin: 0 auto 15px;
		height: 200px;
	}

	.supplements .card .title a {
		font-size: 18px;
		line-height: 30px;
	}

	/* Expert */
	.experts .wrapper {
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 25px;
	}


	/****************
	* Landing Page *
	****************/

	/* Lastest Articles */
	.page-template-landing-page .latest-articles .posts {
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 20px;
	} 

	.page-template-landing-page .articles-list .thumbnail img {
		height: 200px;
	}

	/* Block: Best Products Listing */

	.best-products {
		flex-direction: column;
		grid-gap: 20px;
		gap: 20px;
	}

	.best-products .card .cta .discount-info{
		top:4px;
	}

	.best-products .card .title {
		font-size: 18px;
		line-height: 26px;
	}

	.best-products .card .image{
		margin-left:-42%;
	}

	.best-products .card .rating {
		position: absolute;
		top: 50px;
		right: 10px;
	}
}


@media(max-width:450px){

	.inside-article .entry-title{
		font-size: 19px;
		line-height: 27px;
	}

	/* Related Posts */
	.related-posts .posts{
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 25px;
	}
}

@media (max-width: 355px) {

	/* Block: Product Box */

	.product-box .cta-rating a {
		font-size: 12px;
		padding: 9px 12px;
	}
}



/* New CSS */

/* Global */

/* Slick Slider */
#page .slick-track {
	display: flex;
	margin-left: 0;
}

#page .slick-list {
	margin: 0 -20px;
}

#page .slick-slide {
	margin: 0 20px;
}

#page .slick-prev,
#page .slick-next {
	top: 32%;
	width: 50px;
	height: 50px;
	z-index: 99;
	background-color: #fff;
	box-shadow: 0 3px 6px rgb(0, 0, 0, 10%);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	cursor: pointer;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: 0.3s all;
}

#page .slick-prev {
	left: 90%;
}

#page .slick-prev,
#page .slick-next {
	top: -72px;
	right: 0;
}

#page .slick-prev:before,
#page .slick-next:before {
	content: '';
	width: 16px;
	height: 16px;
	background-image: url("data:image/svg+xml,%3Csvg width='7' height='13' viewBox='0 0 7 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.22 1.28A.75.75 0 0 1 1.28.22l5.5 5.5a.75.75 0 0 1 0 1.06l-5.5 5.5a.75.75 0 0 1-1.06-1.06l4.97-4.97z' fill='%23101010'/%3E%3C/svg%3E");
	display: inline-block;	
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 16px 16px;
}

#page .slick-prev:before {
	transform: rotate(180deg);
}

#page .slick-prev:hover,
#page .slick-next:hover {
	background-color: #fff;
}

/* Slick Dots */
#page .slick-dotted.slick-slider {
	margin-bottom: 40px;
}

#page .slick-dots {
	bottom: -40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	grid-gap: 10px 0;
}

#page .slick-dots li {
	font-size: 16px;
	width: fit-content;
	height: fit-content;
}

#page .slick-dots li button {
	box-shadow: none;
	margin: 0 2px;
	width: 9px;
	height: 9px;
}

#page .slick-dots li button:before {
	font-size: 0;
	opacity: 1;
	width: 9px;
	height: 9px;
	background: #ddd;
	border-radius: 10px;
	box-shadow: none;
}

#page .slick-dots li.slick-active button:before {
	background: var(--primary);
}


/***********
* HOMEPAGE *
************/

/* Global Popup */
.site-popup {
	display: none;
	position: fixed !important;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}

.site-popup .backdrop {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	background: rgba(0, 0, 0, 0.85);
	transition: 0.3s all;
	z-index: 700;
}

.site-popup .container {
	width: 100%;
	max-width: 800px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 1000;
	border-radius: 10px;
}

.site-popup .content {
	position: relative;
	padding: 50px;
}

.site-popup .content .close {
	position: absolute;
	top: -20px;
	right: -140px;
	cursor: pointer;
	z-index: 99;
	max-width: 120px;
	display: flex;
	gap: 10px;
}

.site-popup .content .close svg {
	flex: 0 0 22px
}

.site-popup .content .close .close-text {
	flex: 1;
	color: #fff;
	font-size: 13px;
	line-height: 1.4;
}

.site-popup .wrapper {
	text-align: center;
}

.site-popup .content .headline {
	font-size: 40px;
	line-height: 1.4;
	font-weight: 700;
	margin-bottom: 40px;
}

.site-popup .content .sub-headline {
	font-size: 22px;
	line-height: 1.4;
	font-weight: 600;
	margin-bottom: 10px;
}

.site-popup .content .desc {
	font-size: 18px;
}

.site-popup .content .btn {
	display: flex;
	justify-content: center;
	margin-top: 30px;
	gap: 20px;
}

.site-popup .content .btn a,
.site-popup .content .btn button {
	flex: 0 0 250px;
	text-decoration: none;	
	color: #fff;
	background: var(--secondary);
	border: 1px solid var(--secondary);
	border-radius: 5px;
}

.site-popup .content .btn a:last-child,
.site-popup .content .btn button:last-child{
	background: none;
	color: var(--secondary);
}

.site-popup .content .btn a:hover ,
.site-popup .content .btn button:hover {
	opacity: .9;
	background: var(--secondary);
	color: #fff;
}

/* Banner */
.hero-section {
	position: relative;
	height: 100vh;
	width: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	overflow: hidden;
}

.hero-section .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.40); /* black shade overlay */
	z-index: 1;
}

.hero-section .content {
	position: relative;
	z-index: 2;
	max-width: 900px;
	padding: 15px;
	width: 100%;
}

.hero-section h1 {
	color: #ffffff;
	font-size: 2.8rem;
	font-weight: 700;
	margin-bottom: 20px;
	text-shadow: 2px 2px 12px rgba(0,0,0,0.6);
	text-transform: capitalize;
}

.hero-section p.subtitle {
	color: #ffffff;
	font-size: 1rem;
	line-height: 1.6;
	max-width: 720px;
	margin: 0 auto 35px auto;
	text-shadow: 1px 1px 10px rgba(0,0,0,0.5);
}

.hero-section .widget-container {
	background-color: rgba(255, 255, 255, 0.08);
	border-radius: 12px;
	padding: 30px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 900px;
	box-shadow: 0 0 25px rgba(0,0,0,0.5);
}

.hero-section .widget-container script {
	width: 100%;
}

.hero-section .btn {
	display: flex;
	justify-content: center;
}

.hero-section .btn a {
	background: var(--secondary);
	color: #fff;
	border: 0;
	padding: 14px 30px;
	font-size: 20px;
}



/* Hero */
.hero {
	background: #fffaf3;
}

.hero .site-container {
	display: flex;
	grid-gap: 40px
}

.hero .left-block {
	flex: 0 0 39%;
}

.hero .right-block {
	flex: 1;	
}

.hero .left-block img {
	display: block;
	border-radius: 20px;
}

.hero .section-title {
	margin-bottom: 15px;
}

.hero .desc {
	font-size: 16px;
	color: var(--text-2);
}

.hero .desc p {
	margin-bottom: 15px;
}

.hero .desc p:last-child {
	margin-bottom: 0;
}


/* Hotel Features */
.hotel-features .site-container {
	padding-bottom: 20px;
}

.hotel-features .wrapper {
	display: flex;
	gap: 30px;
	justify-content: center;
	flex-wrap: wrap;
}

.hotel-features .block {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	padding: 10px 15px;
	transition: box-shadow .3s;
	text-align: center;
	transition: transform .4s;
}

.hotel-features .block:hover {
	transform: translatey(-4px)
}

.hotel-features .block .title {
	font-size: 16px;
	line-height: 1.3;
	color: var(--text-1)
}

/* Listings */
.listings .wrapper {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 25px;
}

.listings .card {
	position: relative;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}

.listings .card .thumbnail {
	position: relative;
}

.listings .card .thumbnail img {
	width: 100%;
	border-radius: 10px 10px 0 0;
	display: block;
}

.listings .card .thumbnail .rating {
	position: absolute;
	top: 25px;
	left: -5px;
	display: flex;
}

.listings .card .thumbnail .rating strong {
	background: var(--primary);
	border-radius: 8px 0 0 8px;
	color: var(--text-1);
	display: flex;
	align-items: center;
	font-size: 20px;
	line-height: 1;
	font-weight: 700;
	padding: 3px 6px;
}

.listings .card .thumbnail .rating .label {
	font-size: 12px;
	background: #fff;
	border-radius: 0 8px 8px 0;
	padding: 6px 8px;
	color: var(--secondary);
	line-height: 1;
}

.listings .card .thumbnail .rating .label span {
	display: block;
	color: #474747;
	line-height: 1;
	margin-top: 6px;
}

.listings .card .thumbnail .price {
	position: absolute;
	bottom: 30px;
	right: -5px;
	background: #000;
	color: #fff;
	padding: 4px 6px;
	border-radius: 8px;
}

.listings .card .thumbnail .price span {
	display: block;
	line-height: 1;
	font-weight: 400;
	opacity: 0.8;
	font-size: 12px;
}

.listings .card .thumbnail .price .rate {
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
}

.listings .card .thumbnail .price .rate span {
	display: inline;
}

.listings .card  .content {
	padding: 18px 18px 20px;
}

.listings .card .title {
	line-height: 1;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 6px;
}

.listings .card .title a {
	display: block;
	color: var(--text-1);
}

.listings .card .title a:hover {
	text-decoration: underline;
}

.listings .card .location {
	color: #777;
	display: flex;
	font-size: 14px;
	line-height: 1.3;
	margin-top: 8px;
	padding-left: 18px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 28 37' fill='none'%3E%3Cpath d='M14 7.929a6.2 6.2 0 0 0-3.535 1.113 6.56 6.56 0 0 0-2.344 2.965 6.84 6.84 0 0 0-.362 3.818A6.7 6.7 0 0 0 9.5 19.208a6.3 6.3 0 0 0 3.258 1.808 6.15 6.15 0 0 0 3.677-.376 6.4 6.4 0 0 0 2.856-2.433 6.8 6.8 0 0 0 1.073-3.671c0-1.752-.67-3.433-1.864-4.672A6.25 6.25 0 0 0 14 7.929M14 18.5a3.7 3.7 0 0 1-2.121-.668 3.94 3.94 0 0 1-1.406-1.78 4.1 4.1 0 0 1-.218-2.29 4 4 0 0 1 1.045-2.03 3.8 3.8 0 0 1 1.955-1.084 3.7 3.7 0 0 1 2.206.225 3.86 3.86 0 0 1 1.714 1.46 4.07 4.07 0 0 1 .643 2.203c0 1.051-.402 2.06-1.118 2.803A3.75 3.75 0 0 1 14 18.5M14 0c-3.712.004-7.27 1.537-9.895 4.262S.005 10.682 0 14.536c0 5.187 2.308 10.684 6.682 15.899a41 41 0 0 0 6.594 6.326 1.24 1.24 0 0 0 1.46 0 41 41 0 0 0 6.582-6.327C25.685 25.22 28 19.724 28 14.537c-.004-3.854-1.48-7.549-4.105-10.274S17.712.004 14 0m0 34.027C11.37 31.88 2.545 23.992 2.545 14.536c0-3.154 1.207-6.18 3.355-8.41 2.149-2.23 5.062-3.483 8.1-3.483s5.951 1.253 8.1 3.483 3.354 5.256 3.354 8.41c0 9.453-8.824 17.344-11.454 19.491' fill='%23777'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: 0 50%;
}

.listings .card .btn {
	display: flex;
	margin-top: 20px;
}

.listings .card .btn a {
	display: block;
	padding: 9px 20px;
	width: 100%;
	background: var(--primary);
	color: var(--text-1);
	border: 0;
	font-weight: 500;
}

.listings .card .btn a:hover {
	opacity: .9;
}

.listings .card-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	z-index: 1;
	pointer-events: none;
	border-radius: 10px;
}

.listings .card.excerpt-open .card-overlay {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}

.listings .excerpt-wrapper {
	position: relative;
	margin-bottom: 15px;
	display: contents;
}

.listings .excerpt-content {
	font-size: 14px;
	color: var(--text-2);
	margin-top: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.listings .excerpt-content p {
	margin-bottom: 15px;
}

.listings .excerpt-content p:last-child {
	margin-bottom: 0;
}

.listings .excerpt-open .excerpt-content {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: white;
	padding: 30px 15px 20px;
	border-radius: 12px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
	z-index: 2;
	max-width: 100%;
	width: 95%;
	max-height: 90%;
	overflow-y: auto;
	-webkit-line-clamp: unset;
	-webkit-box-orient: unset;
	animation: fadeInScale 0.3s ease;
	cursor: pointer;
}

@keyframes fadeInScale {
	from {
		opacity: 0;
		transform: translate(-50%, -50%) scale(0.9);
	}
	to {
		opacity: 1;
		transform: translate(-50%, -50%) scale(1);
	}
}

.listings .read-more-link {
	display: inline-block;
	margin-top: 4px;
	color: #0066cc;
	text-decoration: none;
	font-size: 14px;
	transition: all 0.3s ease;
}

.listings .read-more-link:hover {
	text-decoration: underline;
	color: #004499;
}

.listings .excerpt-open .read-more-link {
	opacity: 0;
	visibility: hidden;
}

.listings .close {
	position: absolute;
	top: 10px;
	right: 15px;
	color: #333;
	border: none;
	font-size: 25px;
	line-height: 1;
	cursor: pointer;
	display: none;
	z-index: 10;
}

.listings .excerpt-open .close {
	display: block;
}


/* Destinations */
.destinations {
	background: #F6F7F8;
}

.destinations .section-title {
	max-width: 760px;
}

.destinations .block {
	border-radius: 10px;
}

.destinations .block .thumbnail {
	position: relative;
}

.destinations .block .thumbnail img {
	display: block;
	border-radius: 10px;
	width: 100%;
}

.destinations .block .title {
	position: absolute;
	bottom: 15px;
	left: 15px;
	right: 15px;
	background: #fff;
	padding: 8px 10px;
	font-size: 16px;
	line-height: 1.3;
	font-weight: 700;
	text-align: center;
	opacity: .95;
	margin-bottom: 0;
	border-radius: 4px;
}

.destinations .block .title a {
	color: var(--secondary);
	display: block;
}

.destinations .block .title a:hover {
	text-decoration: underline
}

/* About */
.about {
	background: #f9f9f9;
}

.about .site-container {
	display: flex;
	grid-gap: 40px
}

.about .left-block {
	flex: 0 0 39%;
}

.about .right-block {
	flex: 1;	
}

.about .left-block img {
	display: block;
	border-radius: 20px;
}

.about .section-title {
	margin-bottom: 15px;
}

.about .desc {
	font-size: 16px;
	color: var(--text-2);
}

.about .desc p {
	margin-bottom: 15px;
}

.about .desc p:last-child {
	margin-bottom: 0;
}


/* FAQs */
.faqs .site-container {
	max-width: 980px;
	padding-top: 30px;
}

.accordion .block:not(:last-child) {
	margin-bottom: 15px;
}

.accordion .block.active:not(:last-child) {
	margin-bottom: 20px;
}

.accordion .title {
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	background: #fffce0;
	border-radius: 10px;
	padding: 16px 50px 16px 30px;
	cursor: pointer;
	position: relative;
	border: 1px solid #fff48d;
	color: var(--text-1);
}

.accordion .title:before,
.accordion .active .title:before {
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg width='7' height='13' viewBox='0 0 7 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.22 1.28A.75.75 0 0 1 1.28.22l5.5 5.5a.75.75 0 0 1 0 1.06l-5.5 5.5a.75.75 0 0 1-1.06-1.06l4.97-4.97z' fill='%23101010'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: 0 0px;
	background-size: 15px 15px;
	width: 15px;
	height: 15px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	transition: all .3s;
}

.accordion .active .title:before {
	transform: translateY(-50%) rotate(-90deg);
}

.accordion .content {
	display: none;
	font-size: 16px;
	line-height: 27px;
	padding: 16px 30px;
	background: #fffce0;
	border-radius: 10px;
	margin-top: 15px;
	color: var(--text-2);
	border: 1px solid #fff48d;
}

.accordion .content p {
	margin-bottom: 0;
}

.accordion .content p:not(:last-child) {
	margin-bottom: 20px;
}

.accordion .content ul {
	margin: 10px 0 0 30px;
}

.accordion .content ul li {
	font-size: 15px;
}

.accordion .content ul li:not(:last-child) {
	margin-bottom: 4px;
}

.accordion .content a {
	color: var(--secondary);
}

/* Why Us */
.why-us .site-container {
	padding-top: 20px;	
}

.why-us .wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}

.why-us .block {
	background: #f9f9f9;
	display: flex;
	align-items: center;
	grid-gap: 20px;
	padding: 20px 25px;
	border-radius: 10px;
	border: 1px solid #efefef;
}

.why-us .block .icon {
	flex: 0 0 80px;
	border: 1px solid var(--secondary);
	border-radius: 50px;
	width: 80px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px;
}

.why-us .block .icon img {
	display: block;
}

.why-us .block .content {
	flex: 1;
}

.why-us .block .content .title {
	font-size: 20px;
	margin-bottom: 12px;
	color: var(--text-1);
}

.why-us .block .content .desc {
	font-size: 15px;
	color: var(--text-2);
	margin-bottom: 0;
}

/* Footer */
.hls-footer {
	background: #ffde95;
}

.hls-footer .site-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 70px;
}

.hls-footer .block:first-child {
	border-right: 1px solid #f7c659;
	padding-right: 30px;
}

.hls-footer .block .title {
	font-size: 20px;
	line-height: 1.4;
	font-weight: 600;
	margin-bottom: 20px;
	color: var(--text-1);
}

.hls-footer .block  p {
	font-size: 15px;
	color: var(--text-2);
}

.hls-footer .block  p a {
	color: var(--text-2);
	text-decoration: underline;
}

.hls-footer .block  p a:hover {
	text-decoration: none;
}

.hls-footer .block .help-cta {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	border: 1px solid #f7c659;
	padding: 10px 15px;
}

.hls-footer .block .help-cta img {
	width: 45px;
	height: 45px;
	object-fit: cover;
	flex: 0 0 45px;
	border-radius: 50px;
}

.hls-footer .block .help-cta .cta-title {
	font-size: 16px;
	font-weight: 600;
	color: var(--text-1);
}

.hls-footer .block .help-cta .cta-content {
	color: var(--text-2);
	font-size: 14px;
}

.hls-footer .block2 {
	display: flex;
	gap: 40px;
	justify-content: space-between;
}

.hls-footer .block ul {
	margin: 0;
	padding: 0;
	display: block;
}

.hls-footer .block ul li {
	display: block;
	line-height: 1;
}

.hls-footer .block ul li:not(:last-child) {
	margin-bottom: 12px;
}

.hls-footer .block ul li a {
	color: var(--text-2);	
}

.hls-footer .block ul li a:hover {
	text-decoration: underline;
}

.hls-footer .wpforms-container {
	margin: 0 !important;
}

.hls-footer .block form {
	display: flex;
	align-items: start;
}

.hls-footer  .wpforms-field {
	padding: 0 !important;
}

.hls-footer .wpforms-field-container {
	width: 100%;
	max-width: 270px;
}

.hls-footer .wpforms-field input {
	background: none !important;
	border-color: #f7c659 !important;
	font-size: 16px !important;
	width: 100% !important;
	max-width: 280px !important;
	padding: 12px 15px !important;
	border-radius: 4px 0 0 4px !important;
	height: 48px; 
	box-shadow: none !important;
}

.hls-footer .wpforms-submit-container {
	margin-top: 0 !important;
}


.hls-footer .wpforms-submit {
	background-color: var(--secondary) !important;
	border-radius: 0 4px 4px 0 !important;
	border: 1px solid var(--secondary) !important;
	height: 48px !important; 
	background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.003 10.344a.2.2 0 0 0 0 .056.5.5 0 0 0 0 .121.2.2 0 0 1 0 .056.7.7 0 0 0 .105.137.4.4 0 0 0 .146.096l12.36 4.966 2.561 13.855a.7.7 0 0 0 .057.156q.014.025.033.046.03.045.066.08l.048.036.08.051h.275a.6.6 0 0 0 .15-.066h.025a.4.4 0 0 0 .094-.096l.024-.04v-.036L29.954.706a.5.5 0 0 0 .043-.162v-.05a.6.6 0 0 0 0-.132.2.2 0 0 0 0-.046.6.6 0 0 0-.08-.162.6.6 0 0 0-.133-.111h-.048a.5.5 0 0 0-.118-.036h-.043a.4.4 0 0 0-.16 0L.334 9.858a.1.1 0 0 0-.033 0l-.048.025a.3.3 0 0 0-.094.071l-.038.04a.44.44 0 0 0-.109.289zm13.582 5.25L28.042 2.497 15.894 28zm13.847-13.87-14.438 13.1L1.92 10.38z' fill='%23fff'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 24px;
	width: 45px;
}

.hls-footer .wpforms-submit:hover {
	opacity: .92;
}


.hls-footer .block .tagline {
	font-size: 16px;
	line-height: 1.4;
	font-weight: 600;
	color: var(--text-2);
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #f7c659
}

.hls-footer .social-link,
.hls-footer .social-link a {
	display: flex;
	align-items: center;
}

.hls-footer .social-link {
	gap: 16px;
	margin-top: 20px;
}


.hls-footer .social-link img {
	transition: .3s;
}

.hls-footer .social-link img:hover {
	transform: translatey(-2px);
}

/* Google Map */
.google-map .site-container {
	padding-top: 0px;	
}

.google-map .section-title {
	margin-bottom: 0;
}

.google-map .desc {
	margin: 10px 0 30px;
}

.google-map .map iframe {
	width: 100%;
}

@media (max-width: 1140px) {
	#page .slick-prev {
		left: 89%;
	}
}

@media (max-width: 1024px) {
	#page .slick-prev {
		left: 87%;
	}

	/* Listings */
	.listings .wrapper {
		grid-template-columns: repeat(3, 1fr);
		gap: 20px;
	}

}

@media (max-width: 980px) {
	/* 	Global */
	#page .slick-list {
		margin: 0 -15px;
	}

	#page .slick-slide {
		margin: 0 15px;
	}

	/* Header */
	#mobile-header {
		background-color: #FEC852;
	}

	#mobile-header .navigation-branding .main-title a {
		color: #000;
	}

	/* Site Header */
	#mobile-header .navbar-btn {
		margin: 10px 20px 20px;
	}

	#mobile-header .navbar-btn a {
		display: inline-block;
		background: var(--secondary);
		color: #fff;
		padding: 8px 20px !important;
		border-radius: 5px;
		font-size: 15px;
		line-height: 1.4 !important;
	}

	#mobile-header .navbar-btn a:hover {
		opacity: .9;
	}

	/* Footer */
	.hls-footer .site-container {
		grid-template-columns: repeat(2, 1fr);
		gap: 50px;
	}

}

@media (max-width: 767px) {
	/* 	Global */
	#page .slick-list {
		margin: 0 -10px;
	}

	#page .slick-slide {
		margin: 0 10px;
	}

	/* Global Popup */
	.site-popup {
		display: none !important;
	}

	/* Banner */
	.hero-section h1 {
		font-size: 3rem;
	}
	.hero-section p.subtitle {
		font-size: 0.95rem;
		padding: 0 10px;
	}
	.hero-section .widget-container {
		width: 95%;
		padding: 20px;
	}

	.hero-section .btn a {
		padding: 10px 25px;
		font-size: 16px;
	}

	/* Hotel Features */
	.hotel-features .wrapper {
		gap: 20px;
	}

	.hotel-features .block {
		padding: 10px 12px;
	}

	.hotel-features .block .title {
		font-size: 15px;
	}

	/* Listings */
	.listings .wrapper {
		grid-template-columns: repeat(2, 1fr);
	}
	.listings .card .thumbnail .price .rate {
		font-size: 20px;
	}

	.listings .card  .content {
		padding: 18px 15px 20px;
	}

	.listings .card .btn {
		display: flex;
		margin-top: 20px;
	}

	.listings .card .btn a {
		font-size: 16px;
	}

	/* About */
	.about .site-container {
		display: block;
	}

	.about .left-block {
		margin-bottom: 25px
	}

	.about .left-block img {
		border-radius: 10px;
		width: 100%;
		height: 300px;
		object-fit: cover;
	}

	.about .desc {
		font-size: 15px;
	}

	/* FAQs */
	.faqs .site-container {
		max-width: 100%;
		padding-top: 20px;
	}

	.accordion .title {
		font-size: 16px;
		line-height: 24px;
		padding: 12px 40px 12px 20px;
	}

	.accordion .title:before,
	.accordion .active .title:before {
		background-size: 14px 14px;
		width: 14px;
		height: 14px;
	}

	.accordion .content {
		font-size: 15px;
		line-height: 26px;
		padding: 12px 20px;
	}

	/* Why Us */
	.why-us .wrapper {
		grid-template-columns: repeat(1, 1fr);
		gap: 20px;
	}

	.why-us .block {
		display: block;
		padding: 20px 20px;
	}

	.why-us .block .icon {
		margin: 0 auto 20px;
	}

	.why-us .block .icon img {
		width: 70px;
		margin: 0 auto;
	}

	.why-us .block .content {
		text-align: center;
	}

	.why-us .block .content .title {
		font-size: 20px;
		margin-bottom: 12px;
	}

	.why-us .block .content .desc {
		font-size: 15px;
	}

	/* Footer */
	.hls-footer .site-container {
		grid-template-columns: repeat(1, 1fr);
		gap: 40px;
	}

	.hls-footer .block:first-child {
		border-right: none;
		padding-right: 0;
	}

	.hls-footer .block .title {
		font-size: 18px;
		margin-bottom: 18px;
	}


	.hls-footer .block .help-cta {
		gap: 10px;
		padding: 8px 12px;
	}

	.hls-footer .block .help-cta img {
		width: 40px;
		height: 40px;
		flex: 0 0 40px;
	}

	.hls-footer .block .help-cta .cta-title {
		font-size: 15px;
	}


	.hls-footer .block2 {
		gap: 20px;
	}


	.hls-footer .block form input {
		font-size: 15px;
		max-width: 100%;
		padding: 10px 20px;
	}

	.hls-footer .block .tagline {
		font-size: 15px;
		margin-top: 25px;
		padding-top: 25px;
	}

	/* Google Map */
	.google-map .site-container {
		padding-top: 20px;	
	}

	.google-map .desc {
		margin: 10px 0 20px;
	}

}

@media (max-width: 580px) {
	/* Listings */
	.listings .wrapper {
		grid-template-columns: repeat(1, 1fr);
	}
}

@media (max-width: 480px) {
	.hero-section h1 {
		font-size: 1.8rem;
	}


}