html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}
/* body{
    font-family: 'Arial';
} */
body {
	font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6{
	font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
li {
    list-style: none;
}
a {
    display: inline-block;
    text-decoration: none !important;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
h2 {
    font-size: 40px;
    color: #222222;
    font-weight: 700;
}
p, address, ul li {
    font-size: 17.5px;
    color: #888888;
    font-weight: 300;
    line-height: 28px;
}
h4 {
    font-size: 15px;
    color: #888888;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.btn{
    background-color: #39603dcc;
    border: 1px solid #39603d;
    color: white;
    padding: 15px 30px 10px;
    font-size: 20px;
    cursor: pointer;
}
.btn:hover{
    background-color: #3c403d;
    border: 1px solid #3c403d;
}
.btn-w {
	padding: 10px 15px;
  	border: 1px solid #39603d;
  	background: #39603d;
  	margin-top: 10px;
  	color: #fff;
  	border-radius: 20px;
}
.btn-w:hover{
    border: 1px solid #3c403d;
    color: #3c403d;
}
/*
 * Header Styles
 */
.site-header{
    min-height: 70px;
    padding: 30px 0px;
    margin-bottom: 22px;
}
.home .site-header, .page-template-about .site-header{
    position: absolute;
    width: 100%;
    z-index: 1;
}
.home .site-header a, .page-template-about .site-header a{
    color: #fff !important;
}
.home .site-header span, .page-template-about .site-header span{
    background-color: #fff !important;
}
header .container .header-right {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center;
    margin-left: auto;
}
header .container .header-right .contact p{
    font-weight:bold;
    color:#666666;
}
header .container .header-right .header-social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 40px;
}
header .container .header-right .header-social ul li {
    list-style: none;
}
header .container .header-right .header-social ul li + li{
    margin-left: 20px;
}
header .container .header-right .header-social ul li a {
    color: #d29f40;
}
header .container .header-right .header-social ul li a:hover {
    color: #1c0d0d;
}
header .container .header-right .header-right-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
header .container .header-t{
    display: flex;
    align-items: center;
}
header .container .header-right .header-right-top .contact p{
    display:flex
}
header .navbar-light .navbar-brand{ color: #39603d; }
header .navbar-brand img{
    max-width: 190px;
}
header .container .bg-light {
    background: none;
    border: none;
}

header .container .navbar-nav .dropdown-menu{
    position: absolute;
    margin-bottom: 20px;
    margin-top: 0px;
    padding: 0;
    background-color: white;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    padding: 0;
    margin-top: 10px;
    min-width: 160px;
    border: 0;
}
header .container .navbar-nav .dropdown-menu.show li {
    list-style: none;
    padding: 0;
    margin: 0;
}
header .container .navbar-nav .dropdown-menu.show li .dropdown-item {
    color: #236b40 !important;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    transition: background-color 0.3s;
}
header .container .navbar-nav .dropdown-menu.show li .dropdown-item:hover {
    background-color: #fce564;
    color: #236b40 !important;
}
header .container .navbar-expand-lg .navbar-nav .nav-link {
    color: #39603d;
    text-transform: uppercase;
    font-size: 17px;
    font-family: 'Arial';
    margin-right: 56px;
    padding: 10px 0;
	font-weight: bold;
    border-bottom: 2px solid transparent;
}
.navbar-expand-lg .navbar-nav{
    padding-top: 14px;
}
header .container .navbar-expand-lg .navbar-nav li:last-child .nav-link { 
    margin-right: 0;
}
header .navbar-nav .nav-item .nav-link.active,
header .navbar-nav .nav-item.current-menu-item .nav-link,
header .navbar-nav .nav-item:hover .nav-link {
    color: #3c403d;
    background: none;
    border-bottom: 2px solid #3c403d;
}
#loaderButtonsModal .modal-dialog {
    position: fixed;
    top: 35%;
    left: 15%;
    right: 15%;
    width: 80em;
    height: 18em;
    margin: auto;
    max-width: unset;
}
#loaderButtonsModal .modal-dialog a {
    width: 45%;
    display: inline-block;
    position: relative;
    padding: 10px 25px;
    opacity: .8;
}
#loaderButtonsModal .modal-dialog a:hover{
    opacity: 1;
}
#loaderButtonsModal .modal-dialog a:hover img{
    width: 99%;
}
#loaderButtonsModal .modal-dialog a img{
    width: 100%;
}
#loaderButtonsModal .modal-dialog a span {
    position: absolute;
    top: 48%;
    left: 37%;
    right: 37%;
    margin: auto;
    color: #fff;
    background-color: #39603d;
    padding: 10px;
    text-align: center;
    font-size: 20px;
}
/*
 * Footer Styles
 */
.site-footer {
	position: relative;
	color: #fff;
	padding: 3rem 0 2rem;
	background-color: #1d301f;
}
.site-footer .container {
	position: relative;
}
.site-footer h3 {
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 0;
	line-height: 1.5;
	color: #236b40;
}
.site-footer .links li {
	margin-bottom: 10px;
	line-height: 1.5;
	display: block;
}
.site-footer .links li a {
	color: #aaa;
}
.site-footer .links li a:hover {
	color: #fff;
}
.site-footer .footer-social li {
	display: inline-block;
	position: relative;
}
.site-footer .footer-social li a {
	position: relative;
	width: 30px;
	height: 40px;
	border-radius: 50%;
	display: inline-block;
	margin: 0;
	padding: 0;
	color: #fff;
}
.site-footer .footer-social li a>span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.site-footer .footer-logo {
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: .1rem;
}
.site-footer .copyright {
	color: #666873;
}
.site-footer .cta {
	-webkit-box-shadow: -20px -20px 0 0 rgba(67, 112, 71, 0.2);
	box-shadow: -20px -20px 0 0 rgba(67, 112, 71, 0.2);
	padding: 20px;
	background-color: #609f64;
	top: -90px;
	position: relative;
	display: none !important;
}
.home .site-footer .cta,
.blog .site-footer .cta,
.page-template-template-destination .site-footer .cta {
	display: flex !important;
}
.site-footer .cta h2,
.site-footer .cta h3 {
	line-height: 1.5;
	color: #236b40;
}
.site-footer .cta h3 {
	font-size: 20px;
}
/*
 * Frontpage page Styles
 */
.home .cta-btn {
    background-color: #fce564;
    color: #236b40;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1.2rem;
    transition: background-color 0.3s;
}
.home .cta-btn:hover {
    background-color: #236b40;
    color: #fce564;
}
.home .hero {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #ffffff;
}
.home .hero h1 {
    font-size: 2.4rem;
}
.home .section {
    padding: 50px 20px;
    text-align: center;
    width: 85%;
    margin: auto;
}
.home .home-grid {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.home .home-grid-item {
    width: 30%;
    margin: 15px 0;
    padding: 0 15px;
}
.home .home-grid-item img {
    width: 100%;
    height: 320px;
    border-radius: 8px;
	margin-bottom: 20px;
}
.home .home-grid-item h3{
	font-weight: bold;
}
.home h2,.home  h3 {
    color: #236b40;
}
.home .hero p {
    color: #fff;
}
.top-banner{
    height: 100vh;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    background: no-repeat 50% 50% / cover;
    justify-content: center;
    background-color: #a3bcb6;
}
.top-banner .loading-buttons{
    text-align: center;
}
.top-banner .loading-buttons p {
    display: inline-block;
}
.top-banner .loading-buttons a{
    display: inline-block;
    background-color: #39603d;
    padding: 20px 30px;
    color: #fff;
    text-transform: uppercase;
    font-family: Arial;
    font-size: 30px;
    border-radius: 38px;
    margin: 10px;
}
.top-banner .banner-text .locations-content h1 {
    font-size: 50px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bolder;
}
.top-banner .banner-text .locations-content h3 {
    font-size: 22px;
    font-family: sans-serif;
    color: #fff;
}
.top-banner .banner-text .locations-content .banner-posts{
    margin-top: 85px;
    font-family: "Arial";
    font-weight: bolder;
    text-transform: uppercase;
}
.top-banner .banner-posts a {
    padding: 15px;
    background-position: center;
    background-size: cover;
    border-radius: 15px;
    color: #fff;
}
.top-banner .top-banner-buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 120px;
}
.top-banner .top-banner-buttons button{
    width: 100%;
    background: transparent;
    padding: 18px;
    border: 1px solid #fff;
    font-family: "Arial";
    font-weight: bolder;
    text-transform: uppercase;
    font-size: 20px;
    color: #fff;
}
section + section.content-section{
    margin-top: 50px;
}
.section-cnt .location-item .title {
    font-size: 33px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    vertical-align: bottom;
}
.section-cnt .location-item{
    padding: 15px;
}
.section-cnt .location-item a{
    width: 100%;
    height: 400px;
    border-radius: 5px;
    background-color: #39603d;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}
.section-cnt .location-item a .title{
    position: absolute;
    bottom: 8px;
    margin: auto;
    left: 15%;
    right: 15%;
    font-size: 33px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}
.show-locations .section-title {
    margin-bottom: 20px;
}
.content-section .section-cnt p {
    font-size: 17px;
    font-family: "Arial";
}
.section-cnt .owl-theme .item{
    position: relative;
}
.section-cnt .owl-theme .item img{
    min-height: 300px;
}
.section-cnt .owl-theme .owl-nav{
    position: absolute;
    top: -35px;
    right: 0;
    font-size: 25px;
}
.section-cnt .owl-theme .item .title{
    position: absolute;
    bottom: 8px;
    margin: auto;
    left: 15%;
    right: 15%;
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}
.section-cnt .owl-theme .item .description{
    position: absolute;
    color: #fff;
    bottom: 55px;
    margin: auto;
    text-align: center;
    left: 25%;
    right: 25%;
}
.show-locations .owl-carousel .owl-nav button.owl-next, .show-locations .owl-carousel .owl-nav button.owl-prev{
    background-color: #fff;
    position: absolute;
    top: 40%;
    font-size: 30px;
    width: 50px;
    height: 50px;
    border-radius: 30px;
}
.show-locations .owl-carousel .owl-nav button.owl-next{
    right: -10px;
}
.show-locations .owl-carousel .owl-nav button.owl-prev{
    left: -10px;
}

.reviews-section {
	padding: 50px 20px;
	text-align: center;
	background-color: #f9f9f9;
}
.reviews-section h2 {
	color: #236b40;
	font-size: 2.5rem;
	margin-bottom: 30px;
}
.reviews-section .owl-carousel .item {
	text-align: center;
	padding: 20px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
.reviews-section .owl-carousel .item img {
	width: 200px;
	height: auto;
	object-fit: cover;
	margin: 20px auto;
}
.reviews-section .owl-carousel .item h3 {
	color: #236b40;
	font-size: 1.5rem;
	margin-bottom: 10px;
}
.reviews-section .owl-carousel .item p {
	color: #333;
	font-size: 1.1rem;
	font-style: italic;
}

/*
 * template parts
 */
.content-header.section-top .section-top-title {
    text-align: center;
    color: #39603d;
    text-transform: uppercase;
    font-weight: bolder;
    height: 60%;
    margin: auto 0;
    text-align: left;
    max-width: 60%;
}
.content-header.section-top .section-top-content img {
    width: 100%;
    height: 300px;
}
.content-header.section-top {
	display: flex;
    justify-content: space-between;
    height: 300px;
    background: linear-gradient(#39603d,#000);
	padding: 0 230px;
}
.blog div:nth-child(even) .block-content.dark-theme{
	background-color: #fef7ae;
}
.content-header.section-top .section-top-title > div {
	display: flex;
    flex-direction: column;
    justify-content: space-around;
	align-items: baseline;
}
.content-header.section-top .section-top-title h2 {
	color: #fff;
}
.content-header.section-top .section-top-title code {
	color: #fef7ae;
	font-family: "Chewy", system-ui !important;
	display: flex;
	align-items: baseline;
	font-size: 48px;
}
/* Animate the image */
.content-header.section-top .section-top-content img {
	transform: translateX(-150%);
	animation: slideIn 1.5s ease forwards;
}
@keyframes slideIn {
	to {
		transform: translateX(0);
	}
}
/* 
 * Blog page 
 */
.home-page-section {
    padding: 50px 0px;
    /* background-color: #f2f2f2; */
    font-family: sans-serif;
}
.blog .block-content.dark-theme {
    background-color: #fff7bd;
    border-radius: 10px;
}
.blog .section-blog-content .block-content, .home-page-section .blog-page-sidebar section {
    padding: 15px;
    margin-bottom: 15px;
    color: #3c403d;
    background-color: #fff;
}
.blog .home-page-section .blog-page-sidebar h2{
    border-bottom: 1px solid #daded4;
    font-size: 23px;
    font-weight: unset;
    margin-bottom: 10px;
    padding-bottom: 5px;
    position: relative;
}
.blog .home-page-section .blog-page-sidebar h2:before{
    width: 30px;
    background: #39603d;
    height: 7px;
    content: "";
    display: block;
    position: absolute;
    top: 30px;
}
.blog .home-page-section .blog-page-sidebar section a{
    color: #39603d;
}
.blog .home-page-section .blog-page-sidebar section.widget_categories ul{
    list-style-type: disc;
    margin-left: 20px;
}
/* Blog Content Wrapper */
.blog-content {
  margin: 0 50px 50px 0;
  line-height: 1.8;
  font-family: 'Shantell Sans', sans-serif;
  color: #333;
}
.blog-content h1,
.blog-content h2,
.blog-content h3,
.blog-content h4 {
  margin: 1.5rem 0 1rem;
  font-family: 'Chewy', cursive; /* use one of your loaded fonts */
  line-height: 1.3;
  color: #111;
}
.blog-content p {
  margin-bottom: 1.2rem;
  font-size: 1rem;
}
.blog-content a {
  color: #0073aa;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: all 0.2s ease;
}
.blog-content a:hover {
  color: #005177;
  border-bottom: 1px solid #005177;
}
.blog-content ul,
.blog-content ol {
  margin: 1rem 0 1rem 2rem;
  padding-left: 1rem;
}
.blog-content li {
  margin-bottom: 0.5rem;
  list-style: disc;
}
.blog-content img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 1.5rem 0;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
.blog-content blockquote {
  border-left: 4px solid #0073aa;
  padding-left: 1rem;
  margin: 1.5rem 0;
  font-style: italic;
  color: #555;
}
.blog-content pre {
  background: #f5f5f5;
  padding: 1rem;
  overflow-x: auto;
  border-radius: 6px;
  font-family: monospace;
}
.blog-content code {
  background: #f0f0f0;
  padding: 0.2rem 0.4rem;
  border-radius: 4px;
  font-size: 0.95rem;
}
.blog-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
}
.blog-content table th,
.blog-content table td {
  border: 1px solid #ddd;
  padding: 0.75rem;
  text-align: left;
}
.blog-content table th {
  background: #f9f9f9;
}
.blog-wrapper {
  display: grid;
  grid-template-columns: 3fr 1fr; /* content + sidebar */
  gap: 2rem;
  max-width: 1200px;
  margin: 2rem auto;
  padding: 0 1rem;
}
.blog-main {
  background: #fff;
  border-radius: 10px;
  padding: 2rem;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}
.blog-sidebar {
  background: #fafafa;
  border-radius: 10px;
  padding: 1.5rem;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}
.post-navigation {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid #ddd;
}
.post-navigation .nav-previous,
.post-navigation .nav-next {
  max-width: 45%;
}
.post-navigation .nav-subtitle {
  display: block;
  font-size: 0.8rem;
  color: #666;
  margin-bottom: 0.3rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.post-navigation .nav-title {
  font-family: 'Chewy', cursive;
  font-size: 1rem;
  color: #0073aa;
}
.post-navigation .nav-title:hover {
  color: #005177;
}
main#primary  {
    display: flex;
    /* flex-direction: row-reverse; */
    width: 80%;
    margin: auto;
    gap: 25px;
}
aside#secondary, .search aside#secondary {
    /* display: inline-block;
    position: absolute;
    top: 200px;
    right: 250px; */
    min-width: 270px;
}
.single-post main#primary .nav-links{
	display: contents;
}
/*
 * Posts Single Page
 */
.home-page-section .section-blog-content nav .nav-links div.nav-previous{
    float: left;
}
.home-page-section .section-blog-content nav .nav-links div.nav-next{
    float: right;
}
.home-page-section .section-blog-content nav .nav-links .title{
    color: #39603d;
}
/*
 * Contact Page
 */
.page-template.page-template-contact {
    background-color: #edf8f0;
}
.contact-box {
    margin: 100px auto;
    width: 50%;
    box-shadow: 5px 10px 18px #888;
    background-color: #39603d;
}
.contact-box .contact-left {
    background-color: #fff;
    padding: 50px;
    border-radius: 0 10px 10px 0;
}
.contact-box .contact-right {
    background-color: #39603d;
    padding: 50px;
}
.contact-box .contact-left h2 {
    color: #39603d;
}
.contact-box .contact-left p{
    margin: 10px 0;
}
.contact-box .contact-left .contact-info li {
    margin: 20px auto;
    color: #39603d;
}
.contact-box .contact-left .contact-info a, .contact-box .contact-left .contact-info address {
    color: #39603d;
    padding: 0 10px;
    display: inline;
}
.contact-box .contact-right h2{
    color: #fff;
}
.contact-box .contact-right .form p{
    margin: 10px 0;
}
.contact-box .contact-right .form input.wpcf7-text, .contact-box .contact-right .form textarea {
    width: 100%;
    border: 1px solid #fff;
    background: #39603d;
    border-radius: 18px;
    padding: 5px 20px;
	color: #fff;
}
.contact-box .contact-right .form input::placeholder, .contact-box .contact-right .form textarea::placeholder{
    color: #fff;
}
.contact-box .contact-right .btn {
    color: #39603d;
    background-color: #fff;
    border-radius: 15px;
    padding: 10px 20px;
    font-size: 15px;
}
.contact-left .footer-social li {
    display: inline;
    padding-right: 10px;
}
.contact-left .footer-social li a {
    background-color: #39603d;
    padding: 10px 15px;
    border-radius: 50px;
    color: #fff;
    border: 1px solid #39603d;
}
.contact-left .footer-social li a:hover {
    background-color: #fff;
    color: #39603d;
}
/*
 * About us Page
 */
.about_page {
    padding: 50px 0px;
}
/* .about_page p {
    font-size: 19px;
    letter-spacing: 1px;
} */
.about-us-page h1{
    text-align: center;
    padding: 40px;
    background: #2b693d;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}
.about-us-page .about-us-page-tear {
    height: 50px;
    background-color: #2b693d;
}
.about-us-page .about-us-content {
    text-align: center;
    padding: 60px 0;
}
.about-us-page .about-us-content .get_touch{
    margin-bottom: 50px;
}
.page-template-about .hero {
    height: 80vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    position: relative;
}
.page-template-about .hero::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 40%;
    width: 100%;
    background: linear-gradient(to top, #fff, transparent);
}
.page-template-about .hero h1 {
    font-size: 4rem;
    z-index: 1;
}
.page-template-about .hero p {
    margin: 20px 0;
    max-width: 600px;
    z-index: 1;
    color: #fff;
}
.page-template-about .hero .btn {
    display: inline-block;
    padding: 10px 25px;
    border: 2px solid white;
    color: white;
    text-decoration: none;
    font-weight: bold;
    border-radius: 4px;
    transition: 0.3s;
    z-index: 1;
}
.page-template-about .hero .btn:hover {
    background: white;
    color: #333;
}
.page-template-about .about {
    padding: 60px 20px;
    text-align: center;
}
.page-template-about .about h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}
.page-template-about .about p {
    max-width: 700px;
    margin: auto;
    margin-bottom: 40px;
    color: #555;
}
.page-template-about .services {
    display: grid;
    grid-template-columns: auto auto;
    gap: 30px;
    padding: 20px;
    max-width: 1100px;
    margin: auto;
}
.page-template-about .service {
    text-align: center;
    padding: 20px;
}
.page-template-about .service i {
    font-size: 2.5rem;
    color: #1d301f;
    margin-bottom: 15px;
}
.page-template-about .service h3 {
    margin-bottom: 10px;
    font-size: 1.2rem;
}
.page-template-about .service p {
    color: #555;
    font-size: 0.95rem;
}
.page-template-about .mountains-section {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 50px auto;
    position: relative;
    width: 70%;
}
.page-template-about .column .top {
    display: grid;
    margin-top: 100px;
    height: 130px !important;
}
.page-template-about .column {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
}
.page-template-about .column .top, 
.page-template-about .column .bottom {
    padding: 10px;
    z-index: 2;
    background: #fff; /* makes it pop above the line */
    border-radius: 6px;
    height: 200px;
}
.page-template-about .column .top p, 
.page-template-about .column .bottom p {
    font-size: 14px;
    line-height: 1.6;
}
.page-template-about .column img {
    height: 200px;
    border-radius: 6px;
}
.component{
  font-family: sans-serif;
  width: 750px;
  margin:0 auto;
  padding: 3rem;
}
.component blockquote.quote {
    position: relative; 
    text-align: center;
    padding: 1rem 1.2rem;
    width: 80%;  /* create space for the quotes */
    color: #484748;
    margin: 1rem auto 2rem;
    background:
    linear-gradient(to right, #ffc127 4px, transparent 4px) 0 100%,
    linear-gradient(to left, #ffc127 4px, transparent 4px) 100% 0,
    linear-gradient(to bottom, #ffc127 4px, transparent 4px) 100% 0,
    linear-gradient(to top, #ffc127 4px, transparent 4px) 0 100%;
    background-repeat: no-repeat;
    background-size: 20px 20px;
}
.component blockquote.quote::before{
    content: "";
    width: 48px;
    height: 48px;
    position: absolute;
    background-size: contain;
    background-image: url(../images/image-asset-quote.png);
    top: -15px;
    left: -30px;
}
section.about_page p strong {
    text-decoration: underline;
}
section.about_page p a, section.about_page li a {
    color: #2b693d;
}
section.about_page p a:hover, section.about_page a:hover{
    text-decoration: underline !important;
}
.category-page-banner img{
    width: 100%;
    height: 200px;
}
.page-template-about #colophon.site-footer{
    box-shadow: none;
    margin-top: unset;
}
/*
 * Locations Page
 */
.taxonomy-page-contents{
    margin: 50px 0px;
}
.taxonomy-inner-banner{
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
	background-image: linear-gradient(#39603d,#000);
}
.taxonomy-inner-banner h1 {
    padding-top: 100px;
    font-weight: bolder;
    color: #fff;
    text-transform: uppercase;
}
/*
 * Gallery Page
 */
.gallery_page{
    margin-bottom: 50px;
}
.gallery_page .grid-item{
    padding: 3px; 
    border:1px solid #39603d; 
    margin: 5px;
}
/*
 * Destination Page
 */
.section-top-buttons, .section-destination-listing{
    margin: 50px 0px;
    text-align: center;
}
.section-top-buttons button.btn {
    background-color: #39603d;
    color: #fff;
    opacity: .8;
    margin: 10px;
    font-size: 20px;
}
.section-top-buttons button.btn.active{
    opacity: 1;   
    box-shadow: 0 0 0 .2rem rgba(57, 96, 61,.25);
}
.s-card img{
    width: 100%;
/*     height: auto; */
	height: 250px;
    display: block;
/*     max-height: 155px; */
    object-fit: cover;
    min-width: 350px;
}
/*
 * Destination Single Page
 */
.mobile-top {
    display: none;
	margin: 20px auto;
}
.destination-details{
    margin-top: 50px;
}
.about-destination {
    margin-top: 10px;
}
.included-features li{
    display: inline-block;
    text-align: center;
    margin: 0px 20px 0px 0px;
}
.destination-details .destination-title{
    margin: 5px 0px 25px;
}
.destination-details h3{
    font-size: 21px;
}
.destination-details .price_box{
    text-align: right;
}
.rules-and-features h3{
    font-size: 21px;
    padding-top: 10px;
    border-top: 1px solid #b3b3b3;
    margin-top: 10px;   
}
.included-features li i {
    font-size: 40px;
}
.included-in-price ul li, .excluded-with-price ul li{
    color: #888;
    list-style-type: decimal;
    margin-left: 17px;
}
section.rules-and-features + footer{
    margin-top: 50px;
}
.section#policies {
    /* background: #f9fafb; */
    padding: 60px 20px;
    font-family: 'Poppins', sans-serif;
}
.policies {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    padding: 40px;
    line-height: 1.6;
}
.policies h3 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #2a2a2a;
    text-align: center;
    border-bottom: 2px solid #e6e6e6;
    padding-bottom: 10px;
}
.policies h6 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 10px;
    color: #1d301f;
    position: relative;
    /* padding-left: 28px; */
}
/* .policies h6::before {
    content: '✓';
    font-size: 16px;
    color: #1d301f;
    position: absolute;
    left: 0;
    top: 0;
} */
.policies p {
    font-size: 15px;
    color: #555;
    margin-bottom: 15px;
}
.policies p strong,
.policies p span {
    color: #0d6efd;
    font-weight: 600;
}
/* readmore in Destination page */
.morecontent span {
    display: none;
}
.morelink {
    display: block;
}
/* readmore in Destination page */
.modal-open .modal {
  background-color: rgba(0,0,0,0.9);
}
.modal-header {
  min-height: 0; 
  padding: 0; 
  border-bottom: none;
}
.modal-content {
  position: relative;
  background-color: transparent;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
  border: none;
  border-radius: 0;
  outline: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0;
}
.modal-body {
  position: relative;
  max-height: 90vh;
  padding: 40px;
  overflow: hidden;
}
#owl-modal .owl-item {
  opacity: 1;
}
#owl-modal .item img {
  display: block;
  width: 100%;
  height: auto;
}
#GListModalGallery .modal-dialog{
    max-width: 1000px;
    position: relative;
    margin: 100px auto;
}
#GListModalGallery .close {
  font-size: 40px;
  /*line-height: 30px;*/
  color: #fff;
  filter: alpha(opacity=50);
  opacity: 0.5;
  width: 30px;
  font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
  position: absolute;
  right: 34px;
  top: -5px;
  /*margin-top: 0;*/
  z-index: 9999;
}
#GListModalGallery .close:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
}
#GListModalGallery .owl-nav button.owl-next{
    position: absolute;
    top: 50%;
    right: -35px;
    font-size: 25px;
    color: #fff;
    opacity: 0.5;
}
#GListModalGallery .owl-nav button.owl-prev{
    position: absolute;
    top: 50%;
    left: -35px;
    font-size: 25px;
    color: #fff;
    opacity: 0.5;
}
#GListModalGallery .owl-nav button.owl-next:hover, #GListModalGallery .owl-nav button.owl-prev:hover{
    opacity: 0.8;
}
/*
 * Offer poppup styles
 */
.offer-poppup-cover {
    z-index: 99999;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    background: rgba(0, 0, 0, 0.7);
}
.offer-poppup-cover .offer-poppup {
    width: 500px;
    height: 500px;
    margin: 200px auto;
    text-align: right;
}
.offer-poppup-cover .offer-poppup img{
    max-width: -webkit-fill-available;
    max-width: -moz-available;
}
.offer-close {
    border-radius: 50px;
    border-right: 5px solid #fff;
    border-left: 5px solid #fff;
    text-align: right;
    color: #000;
    background: #fff;
}
/*
 * 404 page
 */
.error-404.not-found {
  width: 50%;
  margin: auto;
  padding: 40px;
}
.search-submit, .back-link{
    background-color: #39603d;
    border: 1px solid #39603d;
    color: #fff;
    padding: 4px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}
.search-submit:hover, .back-link:hover{
    color: #39603d;
    background-color: #fff;
    border-color: 1px solid #39603d;
}
.search-field {
    border: 1px solid #39603d;
    padding: 4px;
}
/*
 * Search page
 */
.main-search{
    width: 50%;
    margin: auto;
}
.main-search .entry-title {
  font-size: 18px;
}
.main-search article.status-publish {
  padding: 10px 0px;
}
.main-search .attachment-post-thumbnail {
  width: 500px;
  height: auto;
}
/* 
 * Privacy page
 */
.privacy-policy .section-top-content ul li {
    color: #888888;
    list-style: circle;
    margin: auto 17px;
}
.privacy-policy .section-top-title {
    margin: 20px auto;
}
/* Sidebar */
aside.widget-area .widget  {
    background: #fef7ae;
    margin: 10px auto;
    padding: 10px;
    border-radius: 5px;
}
aside.widget-area h2 {
    color: #3c403d;
}
aside.widget-area a {
    color: #888888;
}
/*
 * Media Queries
 */
@media only screen and (max-width: 1199px) {
    #loaderButtonsModal .modal-dialog{
        top: 15%;
        left: 4%;
        right: 4%;
        width: 60em;
    }
    #loaderButtonsModal .modal-dialog a{
        width: 45%;
        padding: 10px;
    }
    #loaderButtonsModal .modal-dialog a span{
        left: 24%;
        right: 24%;
    }
    .contact-box{
        width: 70%;
    }
    .single-post aside#secondary{
        display: block;
        position: revert;
    }
    .single-post main#primary{
        display: block;
        padding: 20px;
        margin: unset;
    }
}
@media only screen and (max-width: 991px) {
    .navbar-toggler{
        width: 26px;
        height: 21px;
        padding: 0;
        border: 0;
        position: relative;
        z-index: 3;
    }
    .navbar-toggler span{
        width: 100%;
        height: 3px;
        background: #39603d;
        display: block;
        transition: 0.3s all;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
    }
    .navbar-toggler.collapsed{
        background: transparent;
        width: 26px;
        height: 21px;
    }
    .navbar-toggler.collapsed span{
        width: 100%;
    }
    .navbar-toggler span{
        width: 20px;
        border-radius: 3px;
    }
    .navbar-toggler span:first-child,
    .navbar-toggler span:last-child{
        transition-property: margin, -webkit-transform;
        -webkit-transition-duration: 0.2s;
        transition-duration: 0.2s;
        -webkit-transition-delay: 0.2s, 0s;
        transition-delay: 0.2s, 0s;
    }
    .navbar-toggler span:first-child{
        margin-top: 0;
    }
    .navbar-toggler span:last-child{
        margin-bottom: 0;
    }
    .navbar-toggler:not(.collapsed){
        border-right: 0;
        z-index: 9;
    }
    .navbar-toggler:not(.collapsed) span:first-child{
        margin-top: 9px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition-delay: 0s, 0.2s;
        transition-delay: 0s, 0.2s;
    }
    .navbar-toggler:not(.collapsed) span:last-child{
        margin-bottom: 9px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition-delay: 0s, 0.2s;
        transition-delay: 0s, 0.2s;
    }
    .navbar-toggler:not(.collapsed) span:nth-child(2){
        opacity: 0;
    }
    .navbar-toggler:not(.collapsed) span:first-child{
        margin-top: 9px;
    }
    .navbar-toggler:not(.collapsed) span:last-child{
        margin-bottom: 9px;
    }
    .header-banner {
        background: #fff;
        min-height: 30px;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 2;
    }
    #colophon.site-footer{
        /*bottom: 60px;*/
        /*margin-top: 65px;*/
        padding-bottom: 50px;
    }
    .header-banner ul li.current-menu-item a::after{ content: none; } 
    .header-banner ul li:first-child, .header-banner ul li:last-child{
        border-radius: 0px;
    }
    .section-cnt .owl-theme .item a{
        margin: 0px 40px;
    }
    .section-cnt .owl-theme .owl-nav{
        position: unset;
        text-align: center;
    }
    .section-cnt {
        margin: auto;
    }
    .show-locations .owl-carousel .owl-nav button.owl-next{
        right: 0;
    }
    .show-locations .owl-carousel .owl-nav button.owl-prev{
        left: 0;
    }
    .component{
        width: unset;
    }
    .about_page{
        padding-top: 50px;
    }
    .top-banner.contact {
        height: 150px;
    }
    .top-banner.contact  .banner-text h1{
        font-size: 30px;
        text-align: center;
    }
    .contact_page{
        padding: 10px 0px 30px;
    }
    ._mi._before.dashicons {
        display: block;
    }
    .header-banner ul li a{
        padding: 0px;
        margin-top: 10px;
    }
    .top-banner .banner-posts a{
        padding: 10px;
        border: 1px solid #fff;
        border-radius: 23px;
        margin-bottom: 10px;
    }
    #loaderButtonsModal .modal-dialog{
        top: 15%;
        left: 0;
        right: 0;
        width: 56em;
    }
    #loaderButtonsModal .modal-dialog a{
        width: 42%;
        padding: 10px;
    }
    #loaderButtonsModal .modal-dialog a span{
        left: 24%;
        right: 24%;
    }
}
@media only screen and (max-width: 767px) {
    .blog-wrapper {
        grid-template-columns: 1fr;
    }
    .post-navigation {
        flex-direction: column;
        gap: 1rem;
    }
    .post-navigation .nav-previous,
    .post-navigation .nav-next {
        max-width: 100%;
    }
	.site-header{
		padding: 0;
		margin: 0;
		min-height: unset;
	}
    .top-banner .banner-text h1 {
        font-size: 25px;
    }
    .footer-top, .footer-bottom{
        text-align: center;
    }  
    .contact_page .get_touch{
        margin-bottom: 40px;
    }      
    .top-banner .top-banner-buttons{
        margin-top: 60px;
    }
    .top-banner .banner-text .locations-content h1{
        font-size: 32px;
    }
    .top-banner .banner-text .locations-content h3{
        font-size: 16px
    }
    .top-banner .banner-text .locations-content .banner-posts{
        margin-top: 45px;
    }
    .top-banner .top-banner-buttons button{
        font-size: 16px;
        text-transform: capitalize;
        padding: 7px;
    }
    .home .collapse.show{
        position: fixed; 
        z-index: 1; 
        padding-top: 100px;
        left: 0;
        top: 0;
        width: 100%; 
        height: 100%;
        overflow: auto; 
        background-color: rgba(0,0,0,0.8);
    }
    .home .navbar-expand-lg .collapse.show .navbar-nav{
        margin: auto;
        padding: 20px;
        width: 80%;
    }
    .section-blog-content .block-content.dark-theme {
        background-color: #3c403d;
        color: #fff;
    }
    section + section.content-section{
        text-align: center;
    }
    #loaderButtonsModal .modal-dialog{
        top: 10%;
        left: 0;
        right: 0;
        width: 50em;
    }
    #loaderButtonsModal .modal-dialog a{
        display: block;
        width: 45%;
    }
    #loaderButtonsModal .modal-dialog a span{
        left: 30%;
        right: 30%;
        padding: 10px 5px;
    }
    .top-banner .loading-buttons{
        top: 30%;
        left: 20%;
        right: 20%;
        text-align: center;
    }
    .top-banner .loading-buttons a{
        display: block;
        margin-bottom: 70px;
        background: transparent;
        border: 1px solid #fff;
    }
    .destination-details .price_box{
        position: fixed;
        background: #000;
        bottom: 0px;
        width: 100%;
        left: 0;
        padding: 10px 20px;
        text-align: left;
    }
    .destination-details .price_box h2{
        font-size: 30px;
        color: #fff;
    }
    .destination-details .price_box a, .desktop-title{
        display: none;
    }
    .mobile-top {
        display: block;
    }
    .footer-top .col-md-4{
        margin-bottom: 20px;
    }
    .section-cnt .location-item a{
        width: 90%;
    }
	.offer-poppup-cover .offer-poppup{
		width: 90%;
	}
    .contact-box .row{
        margin: 0;
    }
    .contact-box .contact-left{
        border-radius: 0 0 10px 10px;
        padding: 50px 25px 100px;
    }
    .contact-box {
        width: 85%;
    }
    .contact-box .contact-right{
        padding: 50px 25px;
    }
    .home .hero h1 {
		font-size: 2rem;
	}
	.home .home-grid-item {
		width: 100%;
	}
	.price-section {
        flex-direction: column;
        text-align: center;
    }
    .section{
        margin: 10px auto;
    }
    .destination-details .price_box{
        background-color: #305033;
        z-index: 1;
    }
    .destination-details .price_box p{
        color: #fff;
    }
    .policies {
        padding: 25px;
    }
    .policies h3 {
        font-size: 24px;
    }
    .policies h6 {
        font-size: 16px;
    }
}

@media only screen and (max-width: 575px) {

}

@media only screen and (max-width: 480px){
    .home .hero h1 {
		font-size: 1.5rem;
	}
	.home .cta-btn {
		font-size: 1rem;
	}
}