/*
	Theme Name: Adventure Tours Child
	Theme URI: http://themeforest.net/user/themedelight/portfolio
	Description: Adventure Tours child theme
	Template: adventure-tours
	Version: 1.0.0
*/

@font-face {
	font-family: 'gandhi_sansregular';
	src: url('fonts/gandhisans-regular-webfont.woff2') format('woff2'),
		 url('fonts/gandhisans-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'gandhi_sans-bold';
	src: url('fonts/gandhisans-bold-webfont.woff2') format('woff2'),
		 url('fonts/gandhisans-bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'nothing_you_could_doregular';
	src: url('fonts/nothingyoucoulddo-webfont.woff2') format('woff2'),
		 url('fonts/nothingyoucoulddo-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
  font-family: 'FontAwesome';
  src: url('/fonts/fontawesome-webfont.eot?v=4.6.3');
  src: url('/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Added to eliminate the rollover on the retreat image navs */

a:hover,
a:focus {
	text-decoration: none;
}

/* Additional code M. Moffitt */

/* New Styles for Location Page  Moffitt */

.location-card .fl-photo-content img {
	display: inline;
	height: auto;
	max-width: 100%;
}

.location-card .fl-photo-caption {
	position: absolute;
	top: auto; /* Reset the top positioning */
	bottom: 0; /* Pin the caption to the bottom */
}

.location-card .fl-photo-content {
	z-index: 10;
}

.location-card .fl-photo-caption-below {
	background: rgba(231, 227, 209, 0.7);
	padding-top: 10px;
	padding-left: 14px;
	padding-bottom: 10px;
	width: 100%;
	height: auto;
	z-index: 99999;
	font-size: 18px;
	color: #2C4419;
	font-family: "Raleway", sans-serif !important;
}

.location-card .fl-photo-caption-below a {
	color: #2C4419 !important;
}

/* Media Queries for Mobile */
@media (max-width: 767px) {
	.location-card .fl-photo-caption {
		top: auto; /* Reset the top positioning */
		bottom: 0; /* Pin the caption to the bottom */
		width: 100%; /* Make sure it spans the full width */
	}

	.location-card .fl-photo-caption-below {
		font-size: 16px; /* Slightly smaller font for mobile */
		padding: 8px; /* Adjust padding for smaller screens */
	}
}

@media (max-width: 480px) {
	.location-card .fl-photo-caption-below {
		font-size: 14px; /* Even smaller font for very small screens */
	}
}

/* End New Styles for Location Page  Moffitt */

.page-single a {
	color: #326c47 !important;
}

h1 {
	font-weight: 600;
	position: relative;
	font-size: 2em;
	font-family: 'gandhi_sansregular';
}

h1 span {
	font-family: 'nothing_you_could_doregular';
	font-size: 3em;
}

h2,
h3,
h4,
h5,
h6 {
	font-family: 'gandhi_sansregular';
	text-transform: uppercase;
}

h1,
h2 {
	color: #676048;
}

h2 {
	margin: 0;
	letter-spacing: 1px;
	font-size: 1.8em;
	font-weight: bold;
}

h3 {
	font-size: 1.5em;
}

h3,
h4 {
	color: #3a1c09;
	font-weight: 100;
}

h5 {
	margin-bottom: -10px;
}

h6 {
	font-size: 14px;
	margin: 0;
}

.page-single h2 {
	position: relative;
	margin-bottom: 15px !important;
}

h2 span.title {
	background: #e9e5da;
	padding: 0 25px;
	position: relative;
	z-index: 1;
	font-weight: 100;
}

h2 span.title a {
	color: #676048 !important;
}

.page-single h2:before,
h2.parallax-title:before {
	background: #76705c;
	content: "";
	display: block;
	height: 1px;
	position: absolute;
	top: 50%;
	width: 100%;
}

.page-single h2:before,
h2.parallax-title:before {
	left: 0;
}

h2.parallax-title:before {
	position: relative !important;
	top: 13px !important;
}

.layout-container p,
.hmenu_wrapper_state_1 {
	font-family: 'gandhi_sansregular';
}

.tours-tabs p,
.tours-tabs ul li {
	font-size: 18px !important;
}

.tour-tabs ul li {
	list-style: disc !important;
}

.layout-content a {
	/*color:#1d4528!important;*/
	border-bottom: none !important;
}

.layout-content a:hover,
.layout-content a:active,
.layout-content a:link,
.layout-content a:visited {
	border-bottom: none !important;
}

.main-nav a:hover {
	color: #1d4528 !important;
}

.main-nav a {
	font-family: 'gandhi_sansregular';
	font-size: 15px;
	letter-spacing: 0.3px;
	text-transform: uppercase !important;
	color: #474232 !important;
	position: relative;
	top: -10px;
}

.main-nav a:hover {
	border-bottom: 1px solid #1d4528 !important;
	color: #1d4528 !important;
}

.layout-container p,
.layout-container ul li,
.timeline__item__description {
	font-size: 18px !important;
	line-height: 28px !important;
	color: #3a1c09;
	margin-bottom: 1em;
	font-family: 'gandhi_sansregular' !important;
}

.layout-container ul li {
	font-size: 18px !important;
}

p.header-section__description {
	color: #fff !important;
}

.countdownTimer .titleText {
	font-family: 'gandhi_sansregular' !important;
}

.tours-tabs .tab-content {
	background: #f7f5ef !important;
}

.alignleft {
	margin: 10px 20px 10px 0;
}

.alignright {
	margin: 10px 0px 10px 20px;
}

.locations .fl-photo-caption a {
	color: #fff !important;
	display: block;
	padding: 20px;
}

.locations .fl-photo-caption a:hover {
	/*
	Theme Name: Adventure Tours Child
	Theme URI: http://themeforest.net/user/themedelight/portfolio
	Description: Adventure Tours child theme
	Template: adventure-tours
	Version: 1.0.0
*/

	color: #c4bda1 !important;
	text-decoration: none;
}

.footer-abroad {
	background: url('https://truenaturetravels.com/wp-content/uploads/footer-abroad.jpg');
	width: 300px;
	height: 300px;
	padding: 130px 30px 30px 30px;
	color: #2C4419;
	line-height: 20px;
	text-align: center;
}

.footer-abroad-btn {
	clear: both;
	display: block;
	font-family: 'nothing_you_could_doregular';
	font-size: 20px;
	color: #fff;
	background-color: #2C4419;
	padding: 10px;
	margin-top: 15px;
}

.footer-abroad-btn:hover {
	background-color: #4d8a63;
}

/* -------------------- Header --------------------- */

.header {
	height: 100px !important;
	position: relative;
	z-index: 9;
	top: 130px;
	margin-top: -130px;
	margin-bottom: -40px;
	background: url('images/bg-header.png');
	object-fit: contain !important;
}

.header-section {
	border-bottom: none;
	background: none !important;
	box-shadow: none !important;
}

.header__content {
	line-height: 45px !important;
	border-bottom: 1px solid #a9a490;
}

.header__content-wrap {
	max-width: 1100px !important;
	margin: auto !important;
}

.header-section__title {
	/* font-size: 3em!important;
	 position: relative;
	 z-index: 999;
	 text-transform: uppercase;
	 letter-spacing: 1px;
	 font-weight: bold;
	text-align: center;
	color:#fff;
	 font-weight:100;
	*/
	display: none;
}

.header-title {
	font-size: 3em !important;
	position: relative;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	text-align: center;
	color: #fff;
}

p.header-section__description {
	font-family: 'nothing_you_could_doregular' !important;
	font-size: 50px !important;
	font-weight: 100 !important;
	margin-top: 20px !important;
	color: #fff;
	text-align: center;
	line-height: 55px !important;
}

.header-section__content {
	top: 75%;
}

#sb_instagram #sbi_load {
	display: none !important;
}

#sb_instagram {
	height: 200px !important;
}

.instagram {
	margin-top: 30px;
}

.main-nav > li:last-child {
	border-right: none !important;
}

/* ------------------------------------------- */

/* ------------------- Navigation-------------- */

/* ---------------------------------------------*/

/* ------------------ Layout ------------------- */

.spacerBorder {
	margin: 0 auto;
	width: 100px;
	border-bottom: 1px solid #374b34;
	padding-top: 0;
	margin-bottom: 15px;
	margin-top: -20px;
}

.spacerBorder.white {
	border-bottom: 1px solid #fff;
}

/*body.home .fa {
	font-size: 40px;
	 position: relative;
	 top: 5px;
}
*/

.layout-container {
	margin: 0;
	padding: 0;
}

body.page .container {
	width: 100%;
}

/*.fl-col-small {
	max-width:600px;
}*/

.fl-col-group {
	margin: auto;
}

.layout-container {
	position: relative;
	margin: auto;
}

@media (max-width: 1185px) {
	.main-nav-header {
		display: none;
	}

	.slicknav_menu .slicknav_nav li {
		background: #22482d;
		padding-left: 20px !important;
	}

	.slicknav_menu .slicknav_nav li a {
		color: #fff !important;
	}
}

@media (min-width: 1200px) {
	body.single-product .container {
		padding: 0 50px;
	}
}

/* ---------------------------------------------*/

/* ------------------ Global Styles ------------------- */

.darken {
	display: block;
	background: white;
	padding: 0;
	position: relative;
}

.darken img {
	opacity: 1;
}

.darken:hover img {
	display: block;
	opacity: 0.5;

	/*filter: brightness(140%);
	-webkit-filter: brightness(140%);
	-moz-filter: brightness(140%);
	-o-filter: brightness(140%);
	-ms-filter: brightness(140%);*/

	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

.darkhover {
	display: block;
	background: black;
	padding: 0;
}

.darkhover img {
	opacity: 1;
}

.darkhover:hover img {
	display: block;
	opacity: 0.5;

	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

.timeline__item__icon,
.timeline__item__icon-wrap:before {
	background-color: #1d4528 !important;
}

.btn-100 a.fl-button {
	width: 100% !important;
}

.fl-accordion-button-label {
	text-transform: uppercase;
	font-size: 20px;
}

.fl-accordion-small .fl-accordion-button {
	border-bottom: 1px solid #d3ccb9;
}

.fl-accordion-small .fl-accordion-button:hover,
.fl-accordion-item-active {
	background: #d9ceba;
}

.fl-accordion-item {
	margin-bottom: 0 !important;
}

.main-nav .sub-menu {
	width: 260px;
	background: rgba(0, 0, 0, 0.6) !important;
}

.main-nav .sub-menu > li {
	border-bottom: 1px solid #616161;
	padding:0 20px;
}

.main-nav .sub-menu > li:hover {
	background: rgba(255, 255, 255, 0.1) !important;
}

ul.sub-menu a {
	position: relative;
	top: 0;
	padding: 10px 0 !important;
	display: block;
	color: #fff !important;
}

ul.sub-menu a:hover {
	color: #fff !important;
}

#sb_instagram.sbi_fixed_height {
	overflow-y: hidden;
}

.widget .search-form input[type="text"],
.widget .search-form input[type="search"] {
	padding: 6px 50px 0 20px;
}

#bwg_container1_1 #bwg_container2_1 .bwg_slideshow_dots_1 {
	background: #e9e7d9 !important;
}

#sb_instagram .sbi_photo {
	margin-top: 15px;
}

.testimonials-widget-testimonial img {
	margin-right: 20px;
	border-radius: 100px;
}

.fl-contact-form label,
.fl-contact-form textarea,
.fl-contact-form input[type=text],
.fl-contact-form input[type=tel],
.fl-contact-form input[type=email] {
	font-family: 'gandhi_sansregular';
}

.social-icons img {
	box-shadow: none !important;
}

.social-icons img:hover {
	-webkit-filter: brightness(110%);
}

.button {
	padding: 12px 24px;
	width: auto !important;
}

.bx-wrapper .bx-controls-auto {
	display: none;
}

.fl-contact-form .fl-success,
.fl-contact-form .fl-success-none,
.fl-contact-form .fl-success-msg {
	color: #326c47;
	font-weight: bold !important;
	font-family: 'gandhi_sansregular' !important;
}

.search-result-block__title {
	color: #1d4528 !important;
	border-bottom: 1px solid #1d4528 !important;
	font-size: 18px;
}

.search-result-block__title {
	padding: 0 !important;
	float: left;
}

.page-single__content a {
	color: #2c4419 !important;
}

/* ---------------------------------------------*/

/* ------------------ Effects ------------------- */

.box {
	cursor: pointer;
	height: 200px;
	position: relative;
	overflow: hidden;
	/*width: 400px;*/
}

.box img {
	position: absolute;
	left: 0;
	top: -20px;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

.box .overbox {
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	color: #fff;
	z-index: 100;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	opacity: 0;
	width: 100%;
	height: 100%;
	padding: 60px 20px;
}

.box:hover .overbox {
	opacity: 1;
}

.box .overtext {
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	transform: translateY(40px);
	-webkit-transform: translateY(40px);
}

.box .title {
	font-size: 2.5em;
	text-transform: uppercase;
	opacity: 0;
	transition-delay: 0.1s;
	transition-duration: 0.2s;
	margin: 0;
}

.box:hover .title,
.box:focus .title {
	opacity: 1;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}

.box .tagline {
	font-size: 1em;
	opacity: 0;
	transition-delay: 0.2s;
	transition-duration: 0.2s;
}

.box:hover .tagline,
.box:focus .tagline {
	opacity: 1;
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
}

.tml {
	margin-top: 150px;
	margin: 150px auto;
}

.atgrid__item__angle {
	width: 86px;
	height: 86px;
	border-radius: 50px;
	padding: 29px 0;
	line-height: 13px;
	right: 20px !important;
	transform: none !important;
	background-color: none;
	background: url('images/early-bird-mandala.png') no-repeat !important;
	text-transform: uppercase;
	font-size: 11px;
	color: #353029;
}

.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce-cart .woocommerce-message,
.woocommerce-cart .woocommerce-error,
.woocommerce-cart .woocommerce-info,
.woocommerce-page .woocommerce-message,
.woocommerce-page .woocommerce-error,
.woocommerce-page .woocommerce-info {
	background-color: none !important;
	background: rgba(0, 0, 0, 0.5) !important;
	color: #fff !important;
	font-size: 23px !important;
	text-transform: uppercase !important;
}

.woocommerce .woocommerce-info:before,
.woocommerce-cart .woocommerce-info:before,
.woocommerce-page .woocommerce-info:before {
	background: none !important;
}

/* ------------------ Home ------------------- */

.fl-col-content {
	background-color: rgba(0, 0, 0, 0.) !important;
}

.slider-arrow {
	position: absolute;
	text-align: center;
	z-index: 99999999;
	display: block;
	top: 800px;
}

body.home .wpb_single_image img:hover {
	box-shadow: 0 0 30px #bcba7d !important;
	opacity: 0.9;
}

body.home #hmenu_load_1 .hmenu_navigation_holder > ul li a .hmenu_nav_uni_16 span {
	color: #fff !important;
}

body.home .wpb_content_element {
	margin-bottom: 0 !important;
}

body.home .hmenu_submenu {
	opacity: 0 !important;
}

body.home .header-section__title {
	display: none;
}

.home-feature-img .fl-photo-content img,
.destination-feature-img .fl-photo-content img {
	width: 100vw !important;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

.home-feature-img .fl-photo-content img:hover,
.destination-feature-img .fl-photo-content img:hover {
	filter: brightness(50%);
	-webkit-filter: brightness(50%);
	-moz-filter: brightness(50%);
	-o-filter: brightness(50%);
	-ms-filter: brightness(50%);
}

#home-feature {
	/* MOFFITT  margin-top:-55px;*/
}

#home-feature a {
	color: #fff !important;
}

#home-feature .fl-col-small {
	max-width: none !important;
}

@media (max-width: 768px) {
	#home-feature .home-anchor,
	#home-feature .home-anchor-col {
		display: none;
	}
}

.home-feature-img .fl-photo-caption {
	position: relative !important;
	top: -250px !important;
	color: #fff !important;
	font-size: 40px !important;
	font-family: 'nothing_you_could_doregular';
	margin-bottom: -63px !important;
	text-shadow: 0 1px 1px #000;
	white-space: normal;
	line-height: 36px;
	cursor: pointer;
}

body.home .fl-photo-content {
	display: block;
}

.fa-arrow-down {
	text-align: center;
	position: relative;
	top: -100px !important;
	color: #fff !important;
	z-index: 99999;
	display: block;
	border-radius: 50px;
	padding: 17px;
	border: 1px solid #fff;
	width: 50px;
	height: 50px;
	margin: auto;
}

.home-anchor-col {
	border-right: 1px solid #555;
	margin: 0 !important;
}

.home-anchor-col .fl-module-content {
	margin: 10px !important;
}

a.home-anchor {
	color: #fff !important;
	display: block;
	padding: 10px;
	position: relative;
	z-index: 9;
}

a.home-anchor:hover {
	background: rgba(255, 255, 255, 0.2);
}

.border-none {
	border: none !important;
}

/*.slider-text {
	display:none!important;
}*/

/*body.home .darken{
	max-height: 341px!important;
}*/

a.fl-button,
a.fl-button:visited,
.fl-builder-content .fl-node-5786900192835 a.fl-button,
.fl-builder-content .fl-node-5786900192835 a.fl-button:visited,
a.button,
.woocommerce a.button,
a.atbtn,
.newsletter-signup-btn input[type="submit"] {
	border: none !important;
	border-radius: 0 !important;
	color: #ffffff !important;
	background: rgba(0, 0, 0, 0.7) !important;
	width: 300px !important;
	text-align: center;
	text-transform: uppercase !important;
	font-size: 20px !important;
	position: relative;
	z-index: 9;
}

a.fl-button:hover,
.fl-builder-content .fl-node-5786900192835 a.fl-button:hover,
a.button:hover,
.woocommerce a.button:hover,
.search-retreats .atbtn--primary:hover,
.atbtn:hover,
.newsletter-signup-btn input[type="submit"]:hover {
	background: rgba(0, 0, 0, 0.3) !important;
}

.newsletter-signup-btn input[type="submit"] {
	height: 43px;
}

a.fl-button *,
a.button *,
.woocommerce a.button * {
	color: #fff !important;
}

a.fl-button:visited *,
a.button:visited *,
.woocommerce a.button:visited {
	color: #fff !important;
}

.newsletter-signup {
	display: inline-block !important;
	margin-right: 20px;
	width: 30% !important;
}

.newsletter-signup-btn {
	display: inline-block !important;
	width: 30%;
	vertical-align: top;
}

#home-feature#parallax-row p {
	color: #fff !important;
}

.slider-home {
	height: 100vh;
}

@media (max-width: 768px) {
	.newsletter-signup {
		display: block !important;
		width: 100% !important;
	}

	.newsletter-signup-btn {
		display: block !important;
		text-align: center;
	}
}

h1.counter {
	background-color: #000;
	letter-spacing: 10px;
	font-size: 50px;
	padding: 20px;
	width: 270px;
	margin: auto;
}

/* ------------------------------------------- */

/* ------------------ Destinations ------------------- */

.destination-feature-img .fl-photo-caption {
	position: relative !important;
	top: -130px !important;
	color: #fff !important;
	font-size: 38px !important;
	margin-bottom: -48px !important;
	cursor: pointer;
}

.destination-feature-img .fl-photo-caption a {
	color: #fff !important;
}

.fl-row-content-wrap {
	padding: 20px 0 0 0;
}

#destinations-top .destination-feature-img .fl-photo-caption,
#destinations-btm .destination-feature-img .fl-photo-caption {
	font-family: 'nothing_you_could_doregular';
}

.destination-feature-img .fl-photo-content img {
	height: 260px !important;
	width: 100% !important;
	object-fit: cover !important;
}

.destination-feature-img .fl-photo-content img:hover {
	cursor: pointer;
}

#destinations-top .fl-photo-content {
	display: block !important;
}

/* ------------------------------------------- */

/* ------------------ Locations ------------------- */

.locations .fl-photo-caption-below {
	background: rgba(0, 0, 0, 0.7) !important;
	text-transform: uppercase !important;
	padding: 0 !important;
	color: #fff !important;
	font-size: 17px !important;
	font-weight: bold !important;
	font-family: 'gandhi_sansregular' !important;
}

.locations img {
	object-fit: cover !important;
	width: 326px !important;
	height: 220px !important;
	box-shadow: none !important;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

.locations img:hover {
	filter: brightness(120%);
	-webkit-filter: brightness(120%);
	-moz-filter: brightness(120%);
	-o-filter: brightness(120%);
	-ms-filter: brightness(120%);
}

/* ------------------ Slider ------------------- */
.nav-slider {
	height: 6px;
	position: relative;
	/*z-index: 9;*/
	padding: 0;
	margin-top: -15px;
}

.nav-slider a {
	color: #fff !important;
	text-transform: uppercase;
	white-space: nowrap;
	/*padding:10px 100px;*/
	display: block;
	top: -5px;
	position: relative;
}

.nav-slider a:hover {
	background: rgba(255, 255, 255, .2);
}

.nav-slider .fl-col {
	border-right: 1px solid #606f4c;
}

@media (max-width: 769px) {
	.nav-slider {
		display: none;
	}
}

.fl-node-57740ef0e9c72 {
	border-right: none;
}

.slider-nav {
	width: 100%;
	height: 50px;
	background: rgba(0, 0, 0, 0.5) !important;
	text-align: center;
	width: 100vw;
	margin-left: calc(-50vw + 50%);
	padding-top: 9px;
	position: relative;
	top: 627px;
}

.slider-nav li {
	margin: 0;
	display: inline;
	padding-top: 10px;
	padding-left: 0 !important;
	text-transform: uppercase;
}

.slider-nav li.menu-item-7705 a,
.slider-nav li.menu-item-7705 a:hover {
	border-left: 1px solid #9b9785 !important;
}

.slider-nav li.menu-item-7707 a,
.slider-nav li.menu-item-7707 a {
	margin-left: -3px;
}

.slider-nav li a {
	padding: 15px;
	border-right: 1px solid #9b9785;
	font-size: 16px;
	color: #fff !important;
}

.slider-nav li a:hover {
	color: #d5ceb7 !important;
	border-right: 1px solid #9b9785 !important;
	background: rgba(255, 255, 255, 0.2);
}

.rev_slider_wrapper {
	margin-bottom: -80px !important;
}

.tp-caption {
	font-weight: 100 !important;
	text-shadow: 2px 2px 5px #000 !important;
}

/* ------------------------------------------- */

/* ------------------ Parallax ------------------- */

.parallax {
	min-height: 450px !important;
	padding-top: 40px;
}

.parallax p {
	font-size: 20px;
}

.parallax-light h2,
.parallax-light p,
.parallax-light a {
	color: #fff !important;
}

.parallax-section--header {
	height: 390px;
}

.parallax-row a {
	color: #fff !important;
}

/* ------------------------------------------- */

/* ------------------ Featured Destinations ------------------- */

.destinations-featured {
	width: 100vw !important;
	margin-left: calc(-51vw + 50%) !important;
}

.destinations-featured img {
	max-width: 110% !important;
}

.destinations-featured img:hover {}

.destinations-featured a {
	background: rgba(0, 0, 0, 0.6);
	color: #fff !important;
	display: block;
	padding: 94px 0;
}

.destinations-featured a:hover {
	background: rgba(0, 0, 0, 0.2);
	border-bottom: 1px solid #fff;
}

.destinations-featured p {
	font-size: 1.7em;
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	text-transform: uppercase;
	font-weight: bold;
	z-index: 99999;
	width: 100%;
}

.destinations-featured .vc_column_container {
	margin: -10px 0 -60px 0;
}

.destinations-featured h2:before {
	background: none;
}

.destination .vc_column-inner,
.destinations-featured {
	height: 218px !important;
}

.globe-caption .fl-photo-caption {
	line-height: 40px;
	margin-top: -60px;
	margin-bottom: -100px !important;
	top: -140px !important;
}

.post-type-archive-product .footer {
	width: 100vw;
	margin-left: calc(-50vw + 50%);
}

/* -------------------------------------------------- */

/* ------------------ Blog ------------------- */

body h2.fl-post-feed-title {
	text-align: center;
}

.fl-post-feed-image img {
	height: 350px !important;
	object-fit: cover !important;
}

.fl-post-feed-image-beside.fl-post-feed-has-image .fl-post-feed-content {
	margin-left: 44%;
}

.fl-post-feed-image-beside .fl-post-feed-image {
	width: 40%;
}

.atbtn--transparent {
	border: none;
	border-radius: none !important;
}

a.atbtn--transparent:hover {
	background: none;
	border-bottom: 1px solid #1d4528 !important;
	color: #346642 !important;
}

.fl-post-feed-date {
	background-color: #1d4528;
	padding: 10px;
	color: #fff;
	font-size: 18px;
	position: relative;
	top: 60px;
}

.fl-post-feed-meta {
	margin-top: -30px;
}

.blog__item__box {
	margin-top: 100px;
	background: none;
	box-shadow: none;
}

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

.rpwe-block h3,
h3.rpwe-title a {
	font-size: 16px !important;
	line-height: 1em !important;
}

.rpwe-time {
	color: #333 !important;
	font-size: 14px !important;
}

.widget ul li {
	padding: 0 !important;
}

.widget ul li:before {
	display: none !important;
}

body.single-post .article-info > li i {
	color: #1c4229;
}

.about-author {
	background: none;
	box-shadow: none;
	border-radius: none;
}

.title--decoration-bottom-center:after {
	display: none;
}

.title--underline {
	border-bottom: 1px solid #9e9876;
}

.post-navigation {
	background: rgba(255, 255, 255, 0.3);
}

.comments {
	display: none;
}

body.single-post .header,
.header-template {
	height: 345px !important;
	background-image: url(https://www.truenaturetravels.com/wp-content/uploads/2016/09/bg-header-02.jpg) !important;
	background-size: cover;
}

.attend-another-retreat {
	display: none !important;
}

body.single-product .attend-another-retreat {
	display: block !important;
}

.search-result-block {
	background: none;
	box-shadow: none;
	border-radius: none;
	height: 50px;
}

.page-404__content {
	padding: 320px 0;
	margin-bottom: 30px;
}

@media (max-width: 768px) {
	.fl-post-feed-post.fl-post-feed-image-beside {
		max-width: 100%;
	}

	.fl-post-feed-image-beside.fl-post-feed-has-image .fl-post-feed-content {
		margin-left: 0;
	}

	.fl-post-feed-image-beside .fl-post-feed-image,
	.fl-post-feed-image-beside .fl-post-feed-image img {
		object-fit: contain !important;
		background: #bbb4a6;
	}
}

.single-post .blog__item__thumbnail {
	display: none;
}

.single-blog-title {
	position: relative !important;
	z-index: 99 !important;
	margin: -75px 0 0 260px !important;
}

@media (max-width: 981px) {
	.single-blog-title {
		margin: -75px 0 0 0 !important;
	}
}

.rpwe-block h3 a:hover {
	color: #326c47 !important;
}

/* -------------------------------------------------- */

/* ------------------ Footer ------------------- */

.footer {
	background: url(https://truenaturetravels.com/wp-content/uploads/2025/03/Footer-background-2025_01.webp);
	background-size: cover;
}

.footer .widget ul > li > a {
	color: #32573d;
}

.footer .fa {
	font-size: 16px;
}

#nav_menu-4 {
	display: none;
}

/* -------------------------------------------------- */

/* -------------- FOOTER ------------------- */

@media (max-width: 767px) and (max-width: 991px) {
    .footer__widgets-areas > div {
      text-align: center;
    }
    .footer .widget .textwidget {
      text-align: center;
    }
  }
  
  .main-nav {
    padding-top: 40px;
  }
  
  .main-nav > li {
    margin: 0;
    border-right: 1px solid #a19877 !important;
    padding: 0 12px;
    height: 25px;
  }
  
  .main-nav > li#menu-item-55 {
    border: none !important;
  }
  
  .main-nav .current-menu-item:after {
    /*background:#a19877!important;*/
    height: 1px;
    width: 70%;
    display: none !important;
  }
  
  .lp-features {
    margin-top: 627px;
  }
  
  .lp-features a {
    padding: 219px 0;
    display: block;
    color: #fff !important;
  }
  
  .lp-features a:hover {
    border-bottom: 1px solid #fff !important;
    text-decoration: underline;
  }
  
  .lp-retreat-destinations,
  .lp-attend-retreat,
  .lp-lead-retreat {
    height: 439px !important;
    background-size: cover;
  }
  
  .lp-retreat-destinations p,
  .lp-attend-retreat p,
  .lp-lead-retreat p {
    /* padding-top:219px; */
    font-size: 28px !important;
    color: #fff !important;
    text-align: center !important;
  }
  
  .lp-retreat-destinations {
    background: url('https://www.truenaturetravels.com/wp-content/uploads/2016/06/lp-retreat-destinations.jpg')
      no-repeat;
  }
  
  .lp-attend-retreat {
    background: url('https://www.truenaturetravels.com/wp-content/uploads/2016/06/lp-attend-retreat.jpg') no-repeat;
  }
  
  .lp-lead-retreat {
    background: url('https://www.truenaturetravels.com/wp-content/uploads/2016/06/lp-lead-retreat.jpg') no-repeat;
  }
  
  .widget .menu li:before {
    display: none;
  }
  
  @media all and (max-width: 1080px) and (min-width: 900px) {
    .main-nav > li {
      padding: 0 6px !important;
    }
  }
  
  /* Menu */
  
  #logoLink img {
    position: relative;
    top: 10px;
    width: 250px;
  }
  
  .footer .widget ul > li:before {
    display: none;
  }
  
  .footer__arrow-top {
    background: #32573d !important;
  }
  
  .footer__bottom {
    background: rgba(0, 0, 0, 0.1) !important;
    color: #6f6652 !important;
  }
  
  .footer__arrow-top a i {
    color: #fff !important;
  }
  
  .lp-select {
    margin-top: -700px !important;
  }
  
  .lp-select h1 {
    color: #fff !important;
    font-size: 40px;
  }
  
  .widget__title,
  .main-nav > li {
    text-transform: none !important;
  }
  
  .footer .widget__title {
    color: #582b13 !important;
  }
  
  .footer .widget__title {
    margin: 0 0 15px !important;
  }
  
  .widget .search-form input[type='search'] {
    height: 35px !important;
    border-radius: 0;
  }
  
  .layout-container ul.nav-tabs li {
    font-size: 18px;
  }
  
  .layout-container ul.nav-tabs li a {
    text-transform: uppercase !important;
  }
  
  body.page-id-18 .top-featured {
    margin-top: -125px !important;
  }
  
  .top-featured h2.wpb_singleimage_heading {
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    padding: 20px 20px 60px 20px;
    position: relative;
    top: 266px;
    font-weight: bold;
  }
  
  .top-featured h2.wpb_singleimage_heading span {
    clear: both;
    font-size: 18px;
  }
  
  .top-featured .wpb_single_image .vc_figure-caption {
    position: relative !important;
    top: -230px !important;
    color: #fff !important;
    font-size: 20px !important;
  }
  
  /* CODED MARK MOFFITT  */
  .layout-content {
    background: url(https://www.truenaturetravels.com/wp-content/uploads/2016/05/bg-main.jpg)
      center repeat-x fixed;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: 0;
  }
  
  .social-icons {
    width: 130%;
  }
  
  /* END MOFFITT CODE */
  .vc_btn3.vc_btn3-color-chino,
  .vc_btn3.vc_btn3-color-chino.vc_btn3-style-flat {
    background-color: #795236 !important;
  }
  
  .vc_btn3.vc_btn3-color-chino:hover,
  .vc_btn3.vc_btn3-color-chino.vc_btn3-style-flat:hover {
    background-color: #92795f !important;
  }
  
  .vc_btn3.vc_btn3-color-success,
  .vc_btn3.vc_btn3-color-success.vc_btn3-style-flat {
    background-color: #8da65e !important;
    color: #fff !important;
    font-size: 20px;
  }
  
  /*button {
      width: 300px!important;
  }*/
  .vc_btn3 {
    width: 300px !important;
    color: #fff !important;
    text-align: center !important;
  }
  
  .vc_btn3.vc_btn3-color-chino,
  .vc_btn3.vc_btn3-color-chino.vc_btn3-style-flat {
    color: #fff !important;
  }
  
  blockquote {
    border-left: none !important;
  }
  
  .layout-container a img:hover {
    box-shadow: 0 0 20px #5d4923;
  }
  
  .container a:hover {
    border: none !important;
  }
  
  }
  /*.destinations-featured img:hover {
      filter: brightness(70%);
      -webkit-filter: brightness(70%);
      -moz-filter: brightness(70%);
      -o-filter: brightness(70%);
      -ms-filter: brightness(70%);
      -webkit-transition: opacity 2s ease-in;
      -moz-transition: opacity 2s ease-in;
      -o-transition: opacity 2s ease-in;
      -ms-transition: opacity 2s ease-in;
      transition: opacity 2s ease-in;
  
  }
  */
  .btn {
    background-color: #8da65e;
    margin: 20px 0;
    padding: 10px 50px;
    font-size: 20px;
    border-radius: 5px;
    width: 300px !important;
  }
  
  a.btn {
    color: #fff !important;
  }
  
  .vc_btn3.vc_btn3-size-md {
    font-size: 20px !important;
    text-transform: uppercase;
    padding: 10px 20px;
  }
  
  .vc_btn3.vc_btn3-size-md:hover {
    box-shadow: 0 0 5px #686247 !important;
  }
  
  @media (max-width: 1180px) {
    body.single-product .main-nav-header {
      display: none;
    }
    .slicknav_menu {
      position: absolute;
      top: 0;
      background: #22482d;
      z-index: 9;
      /* width: 100%; */
      width: 100vw;
      margin-left: calc(-50vw + 50%);
      left: 0;
      text-align: center;
    }
    .slicknav_menu {
      display: block !important;
    }
    #logoLink img {
      position: relative;
      top: 60px;
      width: 200px;
    }
    .header__content {
      text-align: center;
      border-bottom: 0;
    }
    .logo {
      max-width: 300px !important;
      margin: auto !important;
      float: none !important;
    }
    .circle-img {
      height: 100px !important;
    }
    body.single-product .circle-img {
      height: 225px !important;
    }
  }
  
  @media (max-width: 990px) {
    .slicknav_menu {
      position: absolute;
      top: 0;
      background: #22482d;
      z-index: 9;
      /* width: 100%; */
      width: 100vw;
      margin-left: calc(-50vw + 50%);
      left: 0;
      text-align: center;
    }
    .slicknav_menu {
      display: block !important;
    }
    #logoLink img {
      position: relative;
      top: 60px;
    }
    .header__content {
      text-align: center;
      border-bottom: 0;
    }
  }
  
  /* Styles for new counter */
  
  #jellyfish-counter-shortcode-boxtest .jcw-digit-container {
    height: 55px !important;
    width: 40px !important;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 5px;
    margin-right: 8px;
    padding: 0px 25px 0 0;
  }
  
  #jellyfish-counter-shortcode-boxtest .jcw-digit,
  #jellyfish-counter-shortcode-boxtest .jcw-tenth {
    background: transparent !important;
    color: #000 !important;
    font-weight: bolder;
    font-size: 2.2em;
    font-family: 'gandhi_sansregular';
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 5px;
  }
  
  #jellyfish-box-holder {
    padding-left: 12px;
  }
  
  /* Retreats */
  
  .price-decoration--without-price .price-decoration__label {
    display: none;
  }
  
  body.tour-single aside {
    position: relative;
  }
  
  .atgrid--widget a {
    color: #fff !important;
  }
  
  .atgrid--widget img {
    position: relative;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.2) 3px 5px 5px;
  }
  
  .atgrid--widget img:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 255, 255, 0.5);
    transition: all 0.3s linear;
  }
  
  .atgrid--widget img:hover:before {
    background: none;
  }
  
  .atgrid--widget .atgrid__item {
    background: none !important;
    box-shadow: none !important;
  }
  
  a.darkencss {
    display: inline-block;
    background: black;
    padding: 0;
  }
  
  a.darkencss img {
    display: block;
    opacity: 1;
  
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
  }
  
  a.darkencss:hover img {
    opacity: 0.6;
  }
  
  a.darken {
    display: inline-block;
    background: black;
    padding: 0;
  }
  
  a.darken img {
    display: block;
    opacity: 0.1;
  
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
  }
  
  a.darken:hover img,
  .darken-active img {
    opacity: 0.3 !important;
  }
  
  .atgrid__item__top__image {
    /*display: inline-block;
      background: black;
      padding: 0;*/
    position: relative;
    width: 100%;
    /*height:100%;*/
  }
  
  .atgrid__item__top__image img {
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    width: 100%;
    vertical-align: top;
  }
  
  .atgrid__item__top__image img:hover {
    filter: brightness(120%);
    -webkit-filter: brightness(120%);
    -moz-filter: brightness(120%);
    -o-filter: brightness(120%);
    -ms-filter: brightness(120%);
  }
  
  .lptw_contact_form_widget .lptw-button-green {
    background-color: #5e772f;
    border-bottom: 2px solid #5e772f;
  }
  
  .lptw_contact_form_widget .input-wrapper-green,
  .lptw_contact_form_widget .textarea-wrapper-green {
    border-bottom: 2px solid #5e772f;
  }
  
  .lptw_contact_form_widget .input-label-green,
  .lptw_contact_form_widget .label-icon-green {
    color: #5e772f;
  }
  
  .lptw_contact_form_widget .lptw-round-green {
    background-color: #5e772f;
  }
  
  .header-section-mask--default {
    background: none;
  }
  
  .item-attributes {
    display: none;
  }
  
  .page-404__content {
    background: url('https://www.truenaturetravels.com/wp-content/themes/adventure-tours/assets/images/pattern-white-dot.png')
      #5e772f;
  }
  
  .lp-yoga,
  .lp-student {
    text-align: center;
    margin: auto;
    padding: 80px 0 0 0 !important;
  }
  
  .lp-yoga img,
  .lp-student img {
    box-shadow: none !important;
  }
  
  .lp-yoga h2,
  .lp-student h2 {
    font-size: 30px;
    text-transform: none !important;
    text-align: center;
  }
  
  .lp-yoga h2 {
    color: #582b13;
  }
  
  .lp-student h2 {
    color: #1e462a;
  }
  
  .ult-content-box {
    background-color: rgba(215, 205, 187, 0.8) !important;
  }
  
  .ult-content-box:hover {
    background-color: rgba(215, 205, 187, 1) !important;
  }
  
  .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-green
    .vc_icon_element-icon {
    color: #374b34 !important;
  }
  
  .sidebar .widget {
    padding: 0 !important;
    background: none !important;
    box-shadow: none !important;
    border: none !important;
  }
  
  .sidebar .widget__title {
    color: #746118 !important;
    font-size: 20px !important;
    border-bottom: 0 !important;
    text-transform: uppercase !important;
  }
  
  .sidebar .widget__title:after {
    background: none !important;
  }
  
  /* Mobile */
  #hmenu_load_1 .hmenu_mega_sub h3 {
    font-family: 'acumin-pro', sans-serif !important;
  }
  
  /* Mobile CSS */
  
  @media only screen and (max-width: 767px) {
    .lp-select {
      margin-top: 0px !important;
    }
    body.tour-single aside {
      top: 80px;
    }
    .tours-tabs .tabs-accordion .panel-heading a {
      color: #fff !important;
    }
    #hmenu_load_1 .hmenu_toggle_holder {
      right: 20px;
    }
    .main-nav-header {
      float: none !important;
    }
    #hmenu_load_1 .hmenu_right,
    #hmenu_load_1 .hmenu_center,
    #hmenu_load_1 .hmenu_left {
      background: #5f762f !important;
    }
    #hmenu_load_1 .menu_responsive_label {
      color: #fff !important;
      font-size: 14px !important;
    }
    /*.retreat-details-top {
          position: relative;
          top: -60px;
          margin-top:40px!important;
          padding-left: 0!important;
          width: 100%;
      }*/
  
    /* .slicknav_menu {
          position: relative;
          top: 20px;
          background: #22482d;
          border-radius: 30px;
          z-index:9;
      }*/
    .slicknav_menu {
      position: absolute;
      top: 0;
      background: #22482d;
      z-index: 9;
      /* width: 100%; */
      left: 0;
    }
    .slicknav_menu .slicknav_nav:after {
      background: #325e3f;
    }
    .slicknav_menu .slicknav_nav li > a {
      color: #fff !important;
    }
    .header__content {
      border-bottom: none !important;
    }
    .tp-caption {
      margin-top: 200px;
    }
    .slider-nav {
      display: none;
    }
    .lp-features {
      margin: 0 auto;
    }
    .destinations-featured .vc_column_container,
    .destination .wpb_column {
      margin: 0 !important;
      clear: both !important;
    }
    .destinations-featured {
      clear: both;
    }
    .title-attend-01,
    .title-lead-01 {
      display: none;
    }
    .vc_icon_element.vc_icon_element-outer.vc_icon_element-align-right {
      text-align: left;
    }
  }
  
  @media only screen and (max-width: 320px) {
    .lp-select {
      margin-top: 0px !important;
    }
    .fullwidthbanner-container .fullwidthabanner {
      min-height: 900px !important;
    }
    .lp-features {
      margin: 50px auto !important;
    }
    .tp-caption {
      font-size: 14px !important;
    }
  }
  
  .post-password-form {
    padding-top: 200px;
    padding-left: 100px;
    max-width: 90%;
  }
  
  color: #c4bda1 !important;
  text-decoration: none;
  }
  
  /* -------------------- Header --------------------- */
  .header {
    height: 100px !important;
    position: relative;
    z-index: 9;
    top: 130px;
    margin-top: -130px;
    margin-bottom: -40px;
    background: url('https://truenaturetravels.com/wp-content/uploads/2025/03/Home-Header-Gradient_01.webp');
  }
  
  .header-section {
    border-bottom: none;
    background: none !important;
    box-shadow: none !important;
  }
  
  .header__content {
    line-height: 45px !important;
    border-bottom: 1px solid #a9a490;
  }
  
  .header__content-wrap {
    max-width: 1100px !important;
    margin: auto !important;
  }
  
  .header-section__title {
    /* font-size: 3em!important;
      position: relative;
      z-index: 999;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-weight: bold;
      text-align: center;
      color:#fff;
      font-weight:100;
      */
    display: none;
  }
  
  .header-title {
    font-size: 3em !important;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  
  p.header-section__description {
    font-family: 'nothing_you_could_doregular' !important;
    font-size: 50px !important;
    font-weight: 100 !important;
    margin-top: 20px !important;
    color: #fff;
    text-align: center;
    line-height: 55px !important;
  }
  
  p.new-header-section__description {
    font-family: 'nothing_you_could_doregular' !important;
    font-size: 50px !important;
    font-weight: 100 !important;
    margin-top: 20px !important;
    color: #2c4419;
    text-align: center;
    line-height: 55px !important;
  }
  
  .header-section__content {
    top: 75%;
  }
  
  #sb_instagram #sbi_load {
    display: none !important;
  }
  
  #sb_instagram {
    height: 200px !important;
  }
  
  .instagram {
    margin-top: 30px;
  }
  
  .main-nav > li:last-child {
    border-right: none !important;
  }
  
  /* ------------------------------------------- */
  
  /* ------------------- Navigation-------------- */
  
  /* ---------------------------------------------*/
  
  /* ------------------ Layout ------------------- */
  
  .spacerBorder {
    margin: 0 auto;
    width: 100px;
    border-bottom: 1px solid #374b34;
    padding-top: 0;
    margin-bottom: 15px;
    margin-top: -20px;
  }
  
  .spacerBorder.white {
    border-bottom: 1px solid #fff;
  }
  
  /*body.home .fa {
      font-size: 40px;
      position: relative;
      top: 5px;
  }
  */
  .layout-container {
    margin: 0;
    padding: 0;
  }
  
  body.page .container {
    width: 100%;
  }
  
  /*.fl-col-small {
      max-width:600px;
  }*/
  .fl-col-group {
    margin: auto;
  }
  
  .layout-container {
    position: relative;
    margin: auto;
  }
  
  @media (max-width: 1185px) {
    .main-nav-header {
      display: none;
    }
    .slicknav_menu .slicknav_nav li {
      background: #22482d;
      padding-left: 20px !important;
    }
    .slicknav_menu .slicknav_nav li a {
      color: #fff !important;
    }
  }
  
  @media (min-width: 1200px) {
    body.single-product .container {
      padding: 0 50px;
    }
  }
  
  /* ---------------------------------------------*/
  
  /* ------------------ Global Styles ------------------- */
  
  .darken {
    display: block;
    background: white;
    padding: 0;
    position: relative;
  }
  
  .darken img {
    opacity: 1;
  }
  
  .darken:hover img {
    display: block;
    opacity: 0.5;
  
    /*filter: brightness(140%);
      -webkit-filter: brightness(140%);
      -moz-filter: brightness(140%);
      -o-filter: brightness(140%);
      -ms-filter: brightness(140%);*/
  
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
  }
  
  .darkhover {
    display: block;
    background: black;
    padding: 0;
  }
  
  .darkhover img {
    opacity: 1;
  }
  
  .darkhover:hover img {
    display: block;
    opacity: 0.5;
  
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
  }
  
  .timeline__item__icon,
  .timeline__item__icon-wrap:before {
    background-color: #1d4528 !important;
  }
  
  .btn-100 a.fl-button {
    width: 100% !important;
  }
  
  .fl-accordion-button-label {
    text-transform: uppercase;
    font-size: 20px;
  }
  
  .fl-accordion-small .fl-accordion-button {
    border-bottom: 1px solid #d3ccb9;
  }
  
  .fl-accordion-small .fl-accordion-button:hover,
  .fl-accordion-item-active {
    background: #d9ceba;
  }
  
  .fl-accordion-item {
    margin-bottom: 0 !important;
  }
  
  .main-nav .sub-menu {
    width: 260px;
    background: rgba(0, 0, 0, 0.6) !important;
  }
  
  .main-nav .sub-menu > li {
    border-bottom: 1px solid #616161;
    padding: 0 20px;
  }
  
  .main-nav .sub-menu > li:hover {
    background: rgba(255, 255, 255, 0.1) !important;
  }
  
  ul.sub-menu a {
    position: relative;
    top: 0;
    padding: 10px 0 !important;
    display: block;
    color: #fff !important;
  }
  
  ul.sub-menu a:hover {
    color: #fff !important;
  }
  
  #sb_instagram.sbi_fixed_height {
    overflow-y: hidden;
  }
  
  .widget .search-form input[type='text'],
  .widget .search-form input[type='search'] {
    padding: 6px 50px 0 20px;
  }
  
  #bwg_container1_1 #bwg_container2_1 .bwg_slideshow_dots_1 {
    background: #e9e7d9 !important;
  }
  
  #sb_instagram .sbi_photo {
    margin-top: 15px;
  }
  
  .testimonials-widget-testimonial img {
    margin-right: 20px;
    border-radius: 100px;
  }
  
  .fl-contact-form label,
  .fl-contact-form textarea,
  .fl-contact-form input[type='text'],
  .fl-contact-form input[type='tel'],
  .fl-contact-form input[type='email'] {
    font-family: 'gandhi_sansregular';
  }
  
  .social-icons img {
    box-shadow: none !important;
  }
  
  .social-icons img:hover {
    -webkit-filter: brightness(110%);
  }
  
  .button {
    padding: 12px 24px;
    width: auto !important;
  }
  
  .bx-wrapper .bx-controls-auto {
    display: none;
  }
  
  .fl-contact-form .fl-success,
  .fl-contact-form .fl-success-none,
  .fl-contact-form .fl-success-msg {
    color: #326c47;
    font-weight: bold !important;
    font-family: 'gandhi_sansregular' !important;
  }
  
  .search-result-block__title {
    color: #1d4528 !important;
    border-bottom: 1px solid #1d4528 !important;
    font-size: 18px;
  }
  
  .search-result-block__title {
    padding: 0 !important;
    float: left;
  }

  
  /* ---------------------------------------------*/
  
  /* ------------------ Effects ------------------- */
  
  .box {
    cursor: pointer;
    height: 200px;
    position: relative;
    overflow: hidden;
    /*width: 400px;*/
  }
  
  .box img {
    position: absolute;
    left: 0;
    top: -20px;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
  }
  
  .box .overbox {
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    color: #fff;
    z-index: 100;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    opacity: 0;
    width: 100%;
    height: 100%;
    padding: 60px 20px;
  }
  
  .box:hover .overbox {
    opacity: 1;
  }
  
  .box .overtext {
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
  }
  
  .box .title {
    font-size: 2.5em;
    text-transform: uppercase;
    opacity: 0;
    transition-delay: 0.1s;
    transition-duration: 0.2s;
    margin: 0;
  }
  
  .box:hover .title,
  .box:focus .title {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  
  .box .tagline {
    font-size: 1em;
    opacity: 0;
    transition-delay: 0.2s;
    transition-duration: 0.2s;
  }
  
  .box:hover .tagline,
  .box:focus .tagline {
    opacity: 1;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
  }
  
  .tml {
    margin-top: 150px;
    margin: 150px auto;
  }
  
  .atgrid__item__angle {
    width: 86px;
    height: 86px;
    border-radius: 50px;
    padding: 29px 0;
    line-height: 13px;
    right: 20px !important;
    transform: none !important;
    background-color: none;
    background: url('images/early-bird-mandala.png') no-repeat !important;
    text-transform: uppercase;
    font-size: 11px;
    color: #353029;
  }
  
  .woocommerce .woocommerce-message,
  .woocommerce .woocommerce-error,
  .woocommerce .woocommerce-info,
  .woocommerce-cart .woocommerce-message,
  .woocommerce-cart .woocommerce-error,
  .woocommerce-cart .woocommerce-info,
  .woocommerce-page .woocommerce-message,
  .woocommerce-page .woocommerce-error,
  .woocommerce-page .woocommerce-info {
    background-color: none !important;
    background: rgba(0, 0, 0, 0.5) !important;
    color: #fff !important;
    font-size: 23px !important;
    text-transform: uppercase !important;
  }
  
  .woocommerce .woocommerce-info:before,
  .woocommerce-cart .woocommerce-info:before,
  .woocommerce-page .woocommerce-info:before {
    background: none !important;
  }
  /* ------------------ Home ------------------- */

.slider-arrow {
    position: absolute;
    text-align: center;
    z-index: 99999999;
    display: block;
    top: 800px;
  }
  
  body.home .wpb_single_image img:hover {
    box-shadow: 0 0 30px #bcba7d !important;
    opacity: 0.9;
  }
  
  body.home #hmenu_load_1 .hmenu_navigation_holder > ul li a .hmenu_nav_uni_16 span {
    color: #fff !important;
  }
  
  body.home .wpb_content_element {
    margin-bottom: 0 !important;
  }
  
  body.home .hmenu_submenu {
    opacity: 0 !important;
  }
  
  body.home .header-section__title {
    display: none;
  }
  
  .home-feature-img .fl-photo-content img,
  .destination-feature-img .fl-photo-content img {
    width: 100vw !important;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
  }
  
  .home-feature-img .fl-photo-content img:hover,
  .destination-feature-img .fl-photo-content img:hover {
    filter: brightness(50%);
    -webkit-filter: brightness(50%);
    -moz-filter: brightness(50%);
    -o-filter: brightness(50%);
    -ms-filter: brightness(50%);
  }
  
  #home-feature {
    /* MOFFITT  margin-top:-55px;*/
  }
  
  #home-feature a {
    color: #fff !important;
  }
  
  #home-feature .fl-col-small {
    max-width: none !important;
  }
  
  @media (max-width: 768px) {
    #home-feature .home-anchor,
    #home-feature .home-anchor-col {
      display: none;
    }
  }
  
  .home-feature-img .fl-photo-caption {
    position: relative !important;
    top: -250px !important;
    color: #fff !important;
    font-size: 40px !important;
    font-family: 'nothing_you_could_doregular';
    margin-bottom: -63px !important;
    text-shadow: 0 1px 1px #000;
    white-space: normal;
    line-height: 36px;
    cursor: pointer;
  }
  
  body.home .fl-photo-content {
    display: block;
  }
  
  .fa-arrow-down {
    text-align: center;
    position: relative;
    top: -100px !important;
    color: #fff !important;
    z-index: 99999;
    display: block;
    border-radius: 50px;
    padding: 17px;
    border: 1px solid #fff;
    width: 50px;
    height: 50px;
    margin: auto;
  }
  
  .home-anchor-col {
    border-right: 1px solid #555;
    background-color: black !important;
    margin: 0 !important;
  }
  
  .home-anchor-col .fl-module-content {
    margin: 10px !important;
  }
  
  a.home-anchor {
    color: #fff !important;
    display: block;
    padding: 10px;
    position: relative;
    z-index: 9;
  }
  
  a.home-anchor:hover {
    background: rgba(0, 0, 0, 0);
  }
  
  .border-none {
    border: none !important;
  }
  
  /*.slider-text {
      display:none!important;
  }*/
  /*body.home .darken{
      max-height: 341px!important;
  }*/
  a.fl-button,
  a.fl-button:visited,
  .fl-builder-content .fl-node-5786900192835 a.fl-button,
  .fl-builder-content .fl-node-5786900192835 a.fl-button:visited,
  a.button,
  .woocommerce a.button,
  a.atbtn,
  .newsletter-signup-btn input[type='submit'] {
    border: none !important;
    border-radius: 0 !important;
    color: #ffffff !important;
    background: rgba(44, 68, 25, 1) !important;
    width: 300px !important;
    text-align: center;
    text-transform: uppercase !important;
    font-size: 20px !important;
    position: relative;
    z-index: 9;
  }
  
  a.fl-button:hover,
  .fl-builder-content .fl-node-5786900192835 a.fl-button:hover,
  a.button:hover,
  .woocommerce a.button:hover,
  .search-retreats .atbtn--primary:hover,
  .atbtn:hover,
  .newsletter-signup-btn input[type='submit']:hover {
    background: rgba(0, 0, 0, 0.3) !important;
  }
  
  .newsletter-signup-btn input[type='submit'] {
    height: 43px;
  }
  
  a.fl-button *,
  a.button *,
  .woocommerce a.button * {
    color: #E7E3D1 !important;
  }
  
  a.fl-button:visited *,
  a.button:visited *,
  .woocommerce a.button:visited {
    color: #E7E3D1 !important;
  }
  
  .newsletter-signup {
    display: inline-block !important;
    margin-right: 20px;
    width: 30% !important;
  }
  
  .newsletter-signup-btn {
    display: inline-block !important;
    width: 30%;
    vertical-align: top;
  }
  
  #home-feature#parallax-row p {
    color: #fff !important;
  }
  
  .slider-home {
    height: 100vh;
  }
  
  @media (max-width: 768px) {
    .newsletter-signup {
      display: block !important;
      width: 100% !important;
    }
    .newsletter-signup-btn {
      display: block !important;
      text-align: center;
    }
  }
  
  h1.counter {
    background-color: #000;
    letter-spacing: 10px;
    font-size: 50px;
    padding: 20px;
    width: 270px;
    margin: auto;
  }
  
  /* ------------------------------------------- */
  
  /* ------------------ Destinations ------------------- */
  
  .destination-feature-img .fl-photo-caption {
    position: relative !important;
    top: -130px !important;
    color: #fff !important;
    font-size: 38px !important;
    margin-bottom: -48px !important;
    cursor: pointer;
  }
  
  .destination-feature-img .fl-photo-caption a {
    color: #fff !important;
  }
  
  .fl-row-content-wrap {
    padding: 20px 0 0 0;
  }
  
  #destinations-top .destination-feature-img .fl-photo-caption,
  #destinations-btm .destination-feature-img .fl-photo-caption {
    font-family: 'nothing_you_could_doregular';
  }
  
  .destination-feature-img .fl-photo-content img {
    height: 260px !important;
    width: 100% !important;
    object-fit: cover !important;
  }
  
  .destination-feature-img .fl-photo-content img:hover {
    cursor: pointer;
  }
  
  #destinations-top .fl-photo-content {
    display: block !important;
  }
  
  /* ------------------------------------------- */
  
  /* ------------------ Locations ------------------- */
  
  .locations .fl-photo-caption-below {
    background: rgba(0, 0, 0, 0.7) !important;
    text-transform: uppercase !important;
    padding: 0 !important;
    color: #fff !important;
    font-size: 17px !important;
    font-weight: bold !important;
    font-family: 'gandhi_sansregular' !important;
  }
  
  .locations img {
    object-fit: cover !important;
    width: 326px !important;
    height: 220px !important;
    box-shadow: none !important;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
  }
  
  .locations img:hover {
    filter: brightness(120%);
    -webkit-filter: brightness(120%);
    -moz-filter: brightness(120%);
    -o-filter: brightness(120%);
    -ms-filter: brightness(120%);
  }
  
  /* ------------------ Slider ------------------- */
  .nav-slider {
    height: 6px;
    position: relative;
    /*z-index: 9;*/
    padding: 0;
    margin-top: -15px;
  }
  
  .nav-slider a {
    color: #fff !important;
    text-transform: uppercase;
    white-space: nowrap;
    /*padding:10px 100px;*/
    display: block;
    top: -5px;
    position: relative;
  }
  
  .nav-slider a:hover {
    background: rgba(255, 255, 255, 0.2);
  }
  
  .nav-slider .fl-col {
    border-right: 1px solid #606f4c;
  }
  
  @media (max-width: 769px) {
    .nav-slider {
      display: none;
    }
  }
  
  .fl-node-57740ef0e9c72 {
    border-right: none;
  }
  
  .slider-nav {
    width: 100%;
    height: 50px;
    background: rgba(0, 0, 0, 0.5) !important;
    text-align: center;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding-top: 9px;
    position: relative;
    top: 627px;
  }
  
  .slider-nav li {
    margin: 0;
    display: inline;
    padding-top: 10px;
    padding-left: 0 !important;
    text-transform: uppercase;
  }
  
  .slider-nav li.menu-item-7705 a,
  .slider-nav li.menu-item-7705 a:hover {
    border-left: 1px solid #9b9785 !important;
  }
  
  .slider-nav li.menu-item-7707 a,
  .slider-nav li.menu-item-7707 a {
    margin-left: -3px;
  }
  
  .slider-nav li a {
    padding: 15px;
    border-right: 1px solid #9b9785;
    font-size: 16px;
    color: #fff !important;
  }
  
  .slider-nav li a:hover {
    color: #d5ceb7 !important;
    border-right: 1px solid #9b9785 !important;
    background: rgba(255, 255, 255, 0.2);
  }
  
  .rev_slider_wrapper {
    margin-bottom: -80px !important;
  }
  
  .tp-caption {
    font-weight: 100 !important;
    text-shadow: 2px 2px 5px #000 !important;
  }
  
  /* ------------------------------------------- */
  
  /* ------------------ Parallax ------------------- */
  .parallax {
    min-height: 450px !important;
    padding-top: 40px;
  }
  
  .parallax p {
    font-size: 20px;
  }
  
  .parallax-light h2,
  .parallax-light p,
  .parallax-light a {
    color: #fff !important;
  }
  
  .parallax-section--header {
    height: 390px;
  }
  
  .parallax-row a {
    color: #fff !important;
  }
  
  /* ------------------------------------------- */
  
  /* ------------------ Featured Destinations ------------------- */
  
  .destinations-featured {
    width: 100vw !important;
    margin-left: calc(-51vw + 50%) !important;
  }
  
  .destinations-featured img {
    max-width: 110% !important;
  }
  
  .destinations-featured img:hover {}
  
  .destinations-featured a {
    background: rgba(0, 0, 0, 0.6);
    color: #fff !important;
    display: block;
    padding: 94px 0;
  }
  
  .destinations-featured a:hover {
    background: rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid #fff;
  }
  
  .destinations-featured p {
    font-size: 1.7em;
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    text-transform: uppercase;
    font-weight: bold;
    z-index: 99999;
    width: 100%;
  }
  
  .destinations-featured .vc_column_container {
    margin: -10px 0 -60px 0;
  }
  
  .destinations-featured h2:before {
    background: none;
  }
  
  .destination .vc_column-inner,
  .destinations-featured {
    height: 218px !important;
  }
  
  .globe-caption .fl-photo-caption {
    line-height: 40px;
    margin-top: -60px;
    margin-bottom: -100px !important;
    top: -140px !important;
  }
  
  .post-type-archive-product .footer {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
  }
  
  /* -------------------------------------------------- */
  
  /* ------------------ Blog ------------------- */
  
  body h2.fl-post-feed-title {
    text-align: center;
  }
  
  .fl-post-feed-image img {
    height: 350px !important;
    object-fit: cover !important;
  }
  
  .fl-post-feed-image-beside.fl-post-feed-has-image .fl-post-feed-content {
    margin-left: 44%;
  }
  
  .fl-post-feed-image-beside .fl-post-feed-image {
    width: 40%;
  }
  
  .atbtn--transparent {
    border: none;
    border-radius: none !important;
  }
  
  a.atbtn--transparent:hover {
    background: none;
    border-bottom: 1px solid #1d4528 !important;
    color: #346642 !important;
  }
  
  .fl-post-feed-date {
    background-color: #1d4528;
    padding: 10px;
    color: #fff;
    font-size: 18px;
    position: relative;
    top: 60px;
  }
  
  .fl-post-feed-meta {
    margin-top: -30px;
  }
  
  .blog__item__box {
    margin-top: 100px;
    background: none;
    box-shadow: none;
  }
  
  body.single-post .sidebar {
    margin-top: 130px;
  }
  
  .rpwe-block h3,
  h3.rpwe-title a {
    font-size: 16px !important;
    line-height: 1em !important;
  }
  
  .rpwe-time {
    color: #333 !important;
    font-size: 14px !important;
}

.widget ul li {
  padding: 0 !important;
}

.widget ul li:before {
  display: none !important;
}

body.single-post .article-info > li i {
  color: #1c4229;
}

.about-author {
  background: none;
  box-shadow: none;
  border-radius: none;
}

.title--decoration-bottom-center:after {
  display: none;
}

.title--underline {
  border-bottom: 1px solid #9e9876;
}

.post-navigation {
  background: rgba(255, 255, 255, 0.3);
}

.comments {
  display: none;
}

body.single-post .header,
.header-template {
  height: 345px !important;
  background-image: url(https://www.truenaturetravels.com/wp-content/uploads/2016/09/bg-header-02.jpg)
    !important;
  background-size: cover;
}

.attend-another-retreat {
  display: none !important;
}

body.single-product .attend-another-retreat {
  display: block !important;
}

.search-result-block {
  background: none;
  box-shadow: none;
  border-radius: none;
  height: 50px;
}

.page-404__content {
  padding: 320px 0;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .fl-post-feed-post.fl-post-feed-image-beside {
    max-width: 100%;
  }
  .fl-post-feed-image-beside.fl-post-feed-has-image .fl-post-feed-content {
    margin-left: 0;
  }
  .fl-post-feed-image-beside .fl-post-feed-image,
  .fl-post-feed-image-beside .fl-post-feed-image img {
    object-fit: contain !important;
    background: #bbb4a6;
  }
}

.single-post .blog__item__thumbnail {
  display: none;
}

.single-blog-title {
  position: relative !important;
  z-index: 99 !important;
  margin: -75px 0 0 260px !important;
}

@media (max-width: 981px) {
  .single-blog-title {
    margin: -75px 0 0 0 !important;
  }
}

.rpwe-block h3 a:hover {
  color: #326c47 !important;
}

/* -------------------------------------------------- */

/* ------------------ Footer ------------------- */

/* .footer {
    background: url(https://www.truenaturetravels.com/wp-content/uploads/2016/05/bg-footer.jpg);
    background-size: cover;
}
*/

footer {
  background: url(https://truenaturetravels.com/wp-content/uploads/2025/03/Footer-background-2025_01.webp);
  background-size: cover;
  background-color: none !important;
}

.footer .widget ul > li > a {
  color: #32573d;
}

.footer .fa {
  font-size: 16px;
}

#nav_menu-4 {
  display: none;
}

/* -------------------------------------------------- */

/* ------------------ Sidebar ------------------- */
.sidebar .fa {
  font-size: 16px;
  position: relative;
  top: 5px;
}

/* -------------------------------------------------- */

/* ------------------ Retreat Calendar ------------------- */

/*.atgrid__item__title {
    display:none;
}*/
atgrid__item a {
  display: block;
  cursor: pointer;
}

atgrid__item a:hover {
  background-color: #000;
  color: #f0ebd6 !important;
}

.atgrid__item__content {
  /* margin-top: -150px; */
  /*float: left;*/
  background-color: #f8f5ed;
  padding: 20px !important;
  min-height: 250px;
}

body.search-results .atgrid__item__content {
  min-height: 260px;
}

@media only screen and (max-width: 991px) {
  body.search-results .atgrid__item__content {
    margin-top: 0;
  }
}

@media (min-width: 893px) and (max-width: 1179px) {
  body.search-results .atgrid__item__content,
  body.archive .atgrid__item__content {
    margin-top: -15px !important;
  }
}

.atgrid__item__title {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
}

.atgrid__item__title:hover {
  background: rgba(0, 0, 0, 0.75);
}

.atgrid__item__title a {
  color: #fff;
}

.atgrid__item__title a:hover,
.atgrid__item__title:hover a:hover,
.atgrid__item__title:hover h2,
.atgrid__item__title:hover h3,
.atgrid__item__title a:hover,
.atgrid__item__title h2:hover,
.atgrid__item__title h3:hover {
  color: #f0ebd6 !important;
}

.atgrid__item__content h2 {
  text-transform: none;
  margin-bottom: -0.5em;
}

#tours_adventure_tours-3 .atgrid--widget {
  max-width: 1600px;
  margin: auto;
  margin-left: 30px;
}

#tours_adventure_tours-3 .atgrid--widget .atgrid__item {
  float: left !important;
  margin-left: 20px;
  width: 31%;
  margin: 0 20px 0 0;
}

body.page-id-157 .page-single form {
  max-width: 1100px !important;
  margin: auto !important;
}

.atbtn--primary {
  background-color: #5e772f !important;
}

.retreat-grid-details {
  position: relative;
  top: -130px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  max-width: 400px;
  height: 123px;
  padding-top: 10px;
  text-align: center;
}

.retreat-grid-details hr {
  width: 35%;
  color: #ccc;
  margin-top: 0;
}

.retreat-grid-details h2 {
  color: #fff !important;
  font-size: 20px !important;
  line-height: 20px;
  padding: 10px 0;
}

.retreat-grid-details h3 {
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 100;
  text-transform: none;
  margin-top: -10px;
  padding: 0;
  font-style: italic;
}

.retreat-grid-details img {
  float: left;
  margin: 0 15px 0 15px;
}

body.post-type-archive-product .atgrid img {
  max-height: 370px !important;
  width: 400px;
}

.atgrid__item__rating {
  display: none;
}

.featured-info {
  position: relative;
  top: -155px;
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
}

.featured-info h3,
.featured-info h4,
.featured-info h5,
.featured-info a {
  margin: 0;
  color: #fff;
}

.featured-info h3 {
  font-size: 20px;
}

.featured-info h4 {
  font-size: 20px;
  font-weight: bold;
}

.search-retreats .form-block__item {
  width: 35%;
  float: left;
}

.search-retreats .form-block__field-pair input {
  width: 44%;
  float: left;
  margin: 0 10px;
}

.search-retreats .atbtn--primary {
  width: 25%;
  background: rgba(0, 0, 0, 0.5) !important;
}

.search-retreats .form-block {
  background: rgba(0, 0, 0, 0.3) !important;
}

.atgrid__item__title {
  height: 150px;
  padding-top: 10px;
}

.atgrid__item__title h2 {
  color: #fff;
  font-size: 17px;
  margin: 10px;
  padding: 0;
  text-align: center;
  line-height: 18px;
}

.atgrid__item__title h2:before {
  display: none;
}

.atgrid__item__title h3 {
  color: #fff;
  font-size: 17px;
  font-weight: 100;
  font-style: italic;
  text-align: center;
  padding-left: 75px;
  margin: 10px 0;
}

.atgrid__item__title hr {
  margin-bottom: -5px;
}

body.post-type-archive-product .atgrid__item__title hr {
  margin-top: -5px;
}

.atgrid__item__title .circle-small {
  float: left;
  margin-top: 10px;
  margin-left: 10px;
}

.atgrid__item {
  background: none !important;
  box-shadow: none !important;
  max-width: 360px;
}

.atgrid__item__description {
  color: #3d3727 !important;
  font-size: 16px !important;
  line-height: 20px;
}

.atgrid__item__content h5,
.atgrid__item__content h6 {
  line-height: 14px;
  color: #3d3727 !important;
  margin-bottom: 0.5em;
}

a.btn-details {
  display: block;
  padding: 5px 0;
  width: 100%;
  background-color: #163b05;
  color: #c5d8bc !important;
  text-transform: uppercase;
  text-align: center;
}

a.btn-details:hover {
  background-color: #315c1e;
}

.layout-content a.btn-details {
  color: #c5d8bc !important;
}

.fl-post-slider-content p,
.fl-post-slider-content a {
  color: #fff !important;
}

.fl-post-slider-feed-meta {
  display: none;
}

a.tours-grid-link {
  display: block;
}

a.tours-grid-link:hover {
  background-color: #000 !important;
}

.atgrid__slider .atgrid__item__title {
  margin-top: -100px;
  z-index: 99999;
  position: relative;
  font-size: 15px;
}

.atgrid__slider .atgrid__item__title a {
  color: #fff;
}

.atgrid__slider .atgrid__item__content {
  background: none;
  padding: 0 !important;
  width: 100% !important;
  min-height: 50px;
  margin-top: 100px;
}

.atgrid__slider .atgrid__item__title h3 {
  padding-left: 0;
}

.atgrid__slider .atgrid__item__title h2 {
  line-height: 18px;
  text-transform: uppercase;
}

.list-block--tour-tabs,
.related-tours {
  display: none;
}

.page-id-157 h2 {
  margin-bottom: -15px !important;
}

.page-header-retreat-calendar {
  height: 325px;
  background: url('http://truenaturetravels.com/wp-content/uploads/2025/03/Footer-Background_01.webp')
    no-repeat;
  background-size: cover;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}

.search-results-title {
  margin: -35px 0 0 0;
  text-align: center;
}

/*#swiper1 .atgrid__slider {
    padding:0!important;
}
.swiper-slide {
    width:1060px!important;
    height:350px!important;
}
@media (max-width: 1200px) {
    .swiper-slide {
        width: 1170px!important;
        height:350px!important;
    }
    .swiper-slide .atgrid__item {
        max-width: 1170px!important;
    }
}
@media (max-width: 991px) {
    .swiper-slide {
        width: 970px!important;
        height:275px!important;
    }
    .swiper-slide.atgrid__item {
        max-width: 970px!important;
    }
}
@media (max-width: 769px) {
        .swiper-slide {
        width: 750px;
        height:200px;
    }
    .swiper-slide.atgrid__item {
        max-width: 750px!important;
    }
}*/
@media only screen and (max-width: 991px) {
  .atgrid__item__title h2 {
    font-size: 16px;
    line-height: 14px;
  }
  .atgrid__item__content {
    float: none !important;
    min-height: 350px;
  }
  .atgrid__item__content .col-md-6 {
    border: none !important;
    padding-left: 0 !important;
  }
  .atgrid-locations {
    margin-top: 20px;
  }
  .search-retreats .form-block__field-pair input {
    width: 40%;
  }
  .atbtn {
    padding: 0;
  }
}

@media only screen and (max-width: 761px) {
  .search-retreats .form-block__item {
    width: 100%;
    float: none;
  }
  .search-retreats .atbtn--primary {
    width: 100%;
  }
  .search-retreats .form-block__field-pair input {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .fl-content-slider-wrapper {
    background-color: none !important;
  }
  .featured-retreat-slider {
    background-color: none !important;
    height: 257px !important;
  }
}

/* -------------------------------------------------- */
/* ------------------ Single Retreat ------------------- */

.tour-reviews {
    display: none;
  }
  
  .retreat-details-top {
    position: relative;
    top: 435px;
    background: rgba(0, 0, 0, 0.5);
    width: 100vw;
    margin-left: calc(-50vw + 50%) !important;
    height: 145px;
    z-index: 9;
    text-align: left !important;
  }
  
  .retreat-details-top-container {
    max-width: 1100px;
    margin: auto;
    padding-top: 15px;
  }
  
  .retreat-details-top h1 {
    font-size: 1.5em !important;
    margin: 0;
    font-weight: 100 !important;
    color: #fff;
  }
  
  .retreat-details-top h2 {
    font-size: 1.3em !important;
    font-weight: 100;
    margin: 0;
    color: #fff;
    letter-spacing: 0;
  }
  
  .retreat-details-top h3 {
    font-size: 1.1em !important;
    font-weight: normal !important;
    margin: 0 !important;
    color: #fff;
    line-height: 22px;
  }
  
  .retreat-details-top h4 {
    font-size: 1.6em !important;
    color: #fff;
  }
  
  .retreat-details-col1 {
    width: 43%;
    float: left;
    margin-right: 10px;
  }
  
  .retreat-details-col1 h1 {
    line-height: 16px;
    border-bottom: 1px solid #999;
    padding-bottom: 2px;
    font-size: 1.1em !important;
    font-weight: bold !important;
    margin: 0;
    color: #fff;
    letter-spacing: 0;
    text-transform: uppercase;
  }
  
  .retreat-details-col1 h2 {
    margin-top: 5px;
  }
  
  .retreat-details-col2 {
    width: 30%;
    float: left;
    margin-right: 10px;
    position: relative;
    left: 10px;
  }
  
  .retreat-details-col3 {
    width: 25%;
    float: left;
    margin-top: 1em;
  }
  
  .retreat-details-col2 h2 {
    text-transform: none;
    letter-spacing: 0;
  }
  
  .retreat-details-top a.atbtn {
    background: rgb(151, 137, 111) !important; /* Old browsers */
    background: -moz-linear-gradient(
      top,
      rgba(151, 137, 111, 1) 0%,
      rgba(189, 169, 142, 1) 100%
    ) !important; /* FF3.6-15 */
    background: -webkit-linear-gradient(
      top,
      rgba(151, 137, 111, 1) 0%,
      rgba(189, 169, 142, 1) 100%
    ) !important; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
      to bottom,
      rgba(151, 137, 111, 1) 0%,
      rgba(189, 169, 142, 1) 100%
    ) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(
      startColorstr='#97896f',
      endColorstr='#bda98e',
      GradientType=0
    ) !important; /* IE6-9 */
    position: relative;
    left: 20px;
  }
  
  .retreat-details-top a.atbtn:hover {
    background: rgb(175, 164, 137) !important;
    background: -moz-linear-gradient(
      top,
      rgba(175, 164, 137, 1) 0%,
      rgba(203, 191, 162, 1) 100%
    ) !important; /* FF3.6-15 */
    background: -webkit-linear-gradient(
      top,
      rgba(175, 164, 137, 1) 0%,
      rgba(203, 191, 162, 1) 100%
    ) !important; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
      to bottom,
      rgba(175, 164, 137, 1) 0%,
      rgba(203, 191, 162, 1) 100%
    ) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(
      startColorstr='#97896f',
      endColorstr='#bda98e',
      GradientType=0
    ) !important; /* IE6-9 */
  }
  
  .share-buttons {
    background: #f7f5ef !important;
  }
  
  .timeline__item__icon,
  .timeline__item__icon-wrap:before {
    background: #163b05 !important;
  }
  
  #retreat-additional-details {
    position: relative;
    margin-bottom: 40px;
  }
  
  .single-retreat-parallax {
    background: url('https://www.truenaturetravels.com/wp-content/uploads/2016/05/why-travel.jpg')
      no-repeat;
    background-size: cover;
    min-height: 500px;
    width: 100vw !important;
    margin-left: calc(-51vw + 50%) !important;
    clear: both;
    display: block;
    padding-top: 50px;
  }
  
  .col-2-3 {
    width: 66%;
  }
  
  .circle-img {
    border-radius: 50%;
    height: auto;
    width: 200px !important;
    height: 200px !important;
    object-fit: cover !important;
    object-position: 75% 5%;
  }
  
  .circle-small {
    height: 100px !important;
    width: 100px !important;
  }
  
  .form-block {
    width: 100vw !important;
    /*margin-left: calc(-50vw + 50%)!important;*/
    background: #d1c9b3 !important;
  }
  
  body.search-results .form-block,
  body.archive .form-block {
    margin-left: calc(-50vw + 50%) !important;
  }
  
  body.search-results .layout-container,
  body.archive .layout-container {
    margin-top: -50px;
  }
  
  @media (max-width: 768px) {
    .form-block {
      margin-left: calc(-50vw + 50%) !important;
    }
  }
  
  .timeline__item__icon-wrap:before {
    border-left: 1px dotted #8da65e !important;
  }
  
  .tours-tabs__info {
    display: none;
  }
  
  .atgrid--small .atgrid__item__top__title {
    font-size: 1.333em;
    margin: auto;
    width: 300px;
  }
  
  .sidebar .atgrid--small .atgrid__item__top__title {
    line-height: 18px;
    font-size: 1em;
    width: 200px;
  }
  
  .tours-tabs .tabs-accordion .panel-heading a {
    background: #5f772f !important;
  }
  
  .tab-container {
    position: relative !important;
    top: 50px !important;
    clear: both;
  }
  
  .widget_tours_adventure_tours {
    list-style: none !important;
  }
  
  .sidebar .atgrid--widget .atgrid__item {
    height: 200px;
  }
  
  .sidebar .featured-info {
    top: -190px;
  }
  
  li.widget-container {
    list-style: none !important;
  }
  
  .tours-tabs .nav-tabs {
    background: #faf9f6;
    border-radius: none !important;
  }
  
  .tours-tabs .nav-tabs li a {
    font-size: 13px !important;
    padding: 0 15px !important;
  }
  
  .tours-tabs .nav-tabs li.active a {
    background: #b6b19d !important;
    color: #fff !important;
  }
  
  .tours-tabs .nav-tabs {
    border-bottom: 3px solid #e6e2d6 !important;
  }
  
  .tours-tabs .nav-tabs li {
    margin-right: 2px !important;
  }
  
  .tours-tabs .nav-tabs li a {
    background: none;
    border-radius: 0;
  }
  
  .tours-tabs .nav-tabs li a:hover {
    background: #b6b19d !important;
    color: #fff !important;
  }
  
  .tours-tabs__content img {
    height: auto !important;
    min-height: 160px;
    object-fit: cover;
  }
  
  .tab-content > .active {
    background: #f7f5ef !important;
  }
  
  .lptw_contact_form_widget .lptw-button-green {
    background-color: #163b05 !important;
    border-bottom: 0;
  }
  
  .lptw_contact_form_widget .lptw-button-green:hover {
    background-color: #315c1e !important;
  }
  
  .price-decoration__label-round {}
  
  #rev_slider_2_1 {
    height: 560px !important;
  }
  
  .single-product .price-decoration__label-round {
    display: none;
  }
  
  .single-product .parallax-image {
    background-size: cover;
    object-fit: cover;
    height: 580px;
    width: 100% !important;
    display: block !important;
    clear: both !important;
    /*background-position:50% -250px!important;*/
  }
  
  .tour-single .parallax-section--header {
    height: 759px;
    width: 100% !important;
  }
  
  @media (max-width: 768px) {
    .tour-single .parallax-section--header {
      height: 600px;
    }
  }
  
  @media (max-width: 1190px) {
    /*.retreat-details-top {
          top: -52px;
          position: relative;
          margin-bottom: 20px;
      }*/
    a.atbtn {
      width: 250px !important;
    }
    .slider {
      height: 300px;
    }
    body.tour-single aside {
      top: 0 !important;
    }
  }
  
  @media (min-width: 991px) and (max-width: 1189px) {
    .retreat-details-top {
      top: 420px;
    }
    .retreat-details-col1 {
      width: 40%;
    }
    body.tour-single aside {
      margin-top: 250px;
    }
    #rev_slider_2_1 {
      height: 568px !important;
    }
  }
  
  @media (min-width: 1190px) and (max-width: 1255px) {
    #rev_slider_2_1 {
      height: 590px !important;
    }
    /*.retreat-details-top {
          margin-top:-213px;
      }*/
  }
  
  @media (max-width: 991px) {
    .tp-revslider-mainul,
    .rev_slider_2_1 {
      min-height: 700px !important;
    }
    .retreat-details-col1,
    .retreat-details-col2,
    .retreat-details-col3 {
      width: 100%;
    }
    .retreat-details-top h2 {
      font-size: 1.1em !important;
    }
    .retreat-details-top h3 {
      font-size: 1em !important;
      line-height: 15px;
    }
    .retreat-details-col1,
    .retreat-details-col2 {
      margin-bottom: 1em;
      padding-bottom: 0em;
      border-bottom: 1px solid #8b8b8b;
    }
    .retreat-details-top {
      top: 165px;
      height: 327px;
      margin-top: 132px;
      text-align: center;
    }
    .single-product .parallax-image {
      background-position: 100%;
    }
  }
  
  @media (max-width: 768px) {
    .single-retreat-parallax .col-2-3 {
      margin: auto;
    }
  }
  
  @media (max-width: 900px) {
    .single-product .parallax-image {
      height: 600px;
    }
  }
  
  .gg_galleria_slider_wrap .galleria-image-nav-left,
  .gg_galleria_slider_wrap .galleria-image-nav-right {
    background-color: none !important;
  }
  
  .gg_galleria_slider_light .galleria-image-nav-left,
  .gg_galleria_slider_light .galleria-image-nav-right {
    color: #fff !important;
  }
  
  .gg_galleria_slider_dark .galleria-image-nav-left,
  .gg_galleria_slider_dark .galleria-image-nav-right {
    background-color: none !important;
  }
  
  /* -------------------------------------------------- */
  
  /* -------------- FOOTER ------------------- */
  
  @media (max-width: 767px) and (max-width: 991px) {
    .footer__widgets-areas > div {
      text-align: center;
    }
    .footer .widget .textwidget {
      text-align: center;
    }
  }
  
  .main-nav {
    padding-top: 40px;
  }
  
  .main-nav > li {
    margin: 0;
    border-right: 1px solid #a19877 !important;
    padding: 0 12px;
    height: 25px;
  }
  
  .main-nav > li#menu-item-55 {
    border: none !important;
  }
  
  .main-nav .current-menu-item:after {
    /*background:#a19877!important;*/
    height: 1px;
    width: 70%;
    display: none !important;
  }
  
  .lp-features {
    margin-top: 627px;
  }
  
  .lp-features a {
    padding: 219px 0;
    display: block;
    color: #fff !important;
  }
  
  .lp-features a:hover {
    border-bottom: 1px solid #fff !important;
    text-decoration: underline;
  }
  
  .lp-retreat-destinations,
  .lp-attend-retreat,
  .lp-lead-retreat {
    height: 439px !important;
    background-size: cover;
  }
  
  .lp-retreat-destinations p,
  .lp-attend-retreat p,
  .lp-lead-retreat p {
    /* padding-top:219px; */
    font-size: 28px !important;
    color: #fff !important;
    text-align: center !important;
}

.lp-retreat-destinations {
  background: url('https://www.truenaturetravels.com/wp-content/uploads/2016/06/lp-retreat-destinations.jpg')
    no-repeat;
}

.lp-attend-retreat {
  background: url('https://www.truenaturetravels.com/wp-content/uploads/2016/06/lp-attend-retreat.jpg')
    no-repeat;
}

.lp-lead-retreat {
  background: url('https://www.truenaturetravels.com/wp-content/uploads/2016/06/lp-lead-retreat.jpg')
    no-repeat;
}

.widget .menu li:before {
  display: none;
}

@media all and (max-width: 1080px) and (min-width: 900px) {
  .main-nav > li {
    padding: 0 6px !important;
  }
}

/* Menu */

#logoLink img {
  position: relative;
  top: 10px;
  width: 250px;
}

.footer .widget ul > li:before {
  display: none;
}

.footer__arrow-top {
  background: #32573d !important;
}

.footer__bottom {
  background: rgba(0, 0, 0, 0.1) !important;
  color: #6f6652 !important;
}

.footer__arrow-top a i {
  color: #fff !important;
}

.lp-select {
  margin-top: -700px !important;
}

.lp-select h1 {
  color: #fff !important;
  font-size: 40px;
}

.widget__title,
.main-nav > li {
  text-transform: none !important;
}

.footer .widget__title {
  color: #928a5e !important;
  font-weight: 900;
}

.footer .widget__title {
  margin: 0 0 15px !important;
}

.widget .search-form input[type='search'] {
  height: 35px !important;
  border-radius: 0;
}

.layout-container ul.nav-tabs li {
  font-size: 18px;
}

.layout-container ul.nav-tabs li a {
  text-transform: uppercase !important;
}

body.page-id-18 .top-featured {
  margin-top: -125px !important;
}

.top-featured h2.wpb_singleimage_heading {
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  padding: 20px 20px 60px 20px;
  position: relative;
  top: 266px;
  font-weight: bold;
}

.top-featured h2.wpb_singleimage_heading span {
  clear: both;
  font-size: 18px;
}

.top-featured .wpb_single_image .vc_figure-caption {
  position: relative !important;
  top: -230px !important;
  color: #fff !important;
  font-size: 20px !important;
}

/* CODED MARK MOFFITT  */
.layout-content {
  background: url(https://www.truenaturetravels.com/wp-content/uploads/2016/05/bg-main.jpg) center repeat-x fixed;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: 0;
}

.social-icons {
  width: 130%;
}

/* END MOFFITT CODE */
.vc_btn3.vc_btn3-color-chino,
.vc_btn3.vc_btn3-color-chino.vc_btn3-style-flat {
  background-color: #795236 !important;
}

.vc_btn3.vc_btn3-color-chino:hover,
.vc_btn3.vc_btn3-color-chino.vc_btn3-style-flat:hover {
  background-color: #92795f !important;
}

.vc_btn3.vc_btn3-color-success,
.vc_btn3.vc_btn3-color-success.vc_btn3-style-flat {
  background-color: #8da65e !important;
  color: #fff !important;
  font-size: 20px;
}

/*button {
    width: 300px!important;
}*/
.vc_btn3 {
  width: 300px !important;
  color: #fff !important;
  text-align: center !important;
}

.vc_btn3.vc_btn3-color-chino,
.vc_btn3.vc_btn3-color-chino.vc_btn3-style-flat {
  color: #fff !important;
}

blockquote {
  border-left: none !important;
}

.layout-container a img:hover {
  box-shadow: 0 0 20px #5d4923;
}

.container a:hover {
  border: none !important;
}

/*.destinations-featured img:hover {
    filter: brightness(70%);
    -webkit-filter: brightness(70%);
    -moz-filter: brightness(70%);
    -o-filter: brightness(70%);
    -ms-filter: brightness(70%);
    -webkit-transition: opacity 2s ease-in;
    -moz-transition: opacity 2s ease-in;
    -o-transition: opacity 2s ease-in;
    -ms-transition: opacity 2s ease-in;
    transition: opacity 2s ease-in;

}
*/
.btn {
  background-color: #8da65e;
  margin: 20px 0;
  padding: 10px 50px;
  font-size: 20px;
  border-radius: 5px;
  width: 300px !important;
}

a.btn {
  color: #fff !important;
}

.vc_btn3.vc_btn3-size-md {
  font-size: 20px !important;
  text-transform: uppercase;
  padding: 10px 20px;
}

.vc_btn3.vc_btn3-size-md:hover {
  box-shadow: 0 0 5px #686247 !important;
}

@media (max-width: 1180px) {
  body.single-product .main-nav-header {
    display: none;
  }
  .slicknav_menu {
    position: absolute;
    top: 0;
    background: #22482d;
    z-index: 9;
    /* width: 100%; */
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    left: 0;
    text-align: center;
  }
  .slicknav_menu {
    display: block !important;
  }
  #logoLink img {
    position: relative;
    top: 60px;
    width: 200px;
  }
  .header__content {
    text-align: center;
    border-bottom: 0;
  }
  .logo {
    max-width: 300px !important;
    margin: auto !important;
    float: none !important;
  }
  .circle-img {
    height: 100px !important;
  }
  body.single-product .circle-img {
    height: 200px !important;
  }
}

@media (max-width: 990px) {
  .slicknav_menu {
    position: absolute;
    top: 0;
    background: #22482d;
    z-index: 9;
    /* width: 100%; */
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    left: 0;
    text-align: center;
  }
  .slicknav_menu {
    display: block !important;
  }
  #logoLink img {
    position: relative;
    top: 60px;
  }
  .header__content {
    text-align: center;
    border-bottom: 0;
  }
}

/* Styles for new counter */

#jellyfish-counter-shortcode-boxtest .jcw-digit-container {
  height: 55px !important;
  width: 40px !important;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 5px;
  margin-right: 8px;
  padding: 0px 25px 0 0;
}

#jellyfish-counter-shortcode-boxtest .jcw-digit,
#jellyfish-counter-shortcode-boxtest .jcw-tenth {
  background: transparent !important;
  color: #000 !important;
  font-weight: bolder;
  font-size: 2.2em;
  font-family: 'gandhi_sansregular';
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 5px;
}

#jellyfish-box-holder {
  padding-left: 12px;
}

/* Retreats */

.price-decoration--without-price .price-decoration__label {
  display: none;
}

body.tour-single aside {
  position: relative;
}

.atgrid--widget a {
  color: #fff !important;
}

.atgrid--widget img {
  position: relative;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.2) 3px 5px 5px;
}

.atgrid--widget img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 255, 255, 0.5);
  transition: all 0.3s linear;
}

.atgrid--widget img:hover:before {
  background: none;
}

.atgrid--widget .atgrid__item {
  background: none !important;
  box-shadow: none !important;
}

a.darkencss {
  display: inline-block;
  background: black;
  padding: 0;
}

a.darkencss img {
  display: block;
  opacity: 1;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

a.darkencss:hover img {
  opacity: 0.6;
}

a.darken {
  display: inline-block;
  background: black;
  padding: 0;
}

a.darken img {
  display: block;
  opacity: 0.1;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

a.darken:hover img,
.darken-active img {
  opacity: 0.3 !important;
}

.atgrid__item__top__image {
  /*display: inline-block;
    background: black;
    padding: 0;*/
  position: relative;
  width: 100%;
  /*height:100%;*/
}

.atgrid__item__top__image img {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  width: 100%;
  vertical-align: top;
}

.atgrid__item__top__image img:hover {
  filter: brightness(120%);
  -webkit-filter: brightness(120%);
  -moz-filter: brightness(120%);
  -o-filter: brightness(120%);
  -ms-filter: brightness(120%);
}

.lptw_contact_form_widget .lptw-button-green {
  background-color: #5e772f;
  border-bottom: 2px solid #5e772f;
}

.lptw_contact_form_widget .input-wrapper-green,
.lptw_contact_form_widget .textarea-wrapper-green {
  border-bottom: 2px solid #5e772f;
}

.lptw_contact_form_widget .input-label-green,
.lptw_contact_form_widget .label-icon-green {
  color: #5e772f;
}

.lptw_contact_form_widget .lptw-round-green {
  background-color: #5e772f;
}

.header-section-mask--default {
  background: none;
}

.item-attributes {
  display: none;
}

.page-404__content {
  background: url('https://www.truenaturetravels.com/wp-content/themes/adventure-tours/assets/images/pattern-white-dot.png')
    #5e772f;
}

.lp-yoga,
.lp-student {
  text-align: center;
  margin: auto;
  padding: 80px 0 0 0 !important;
}

.lp-yoga img,
.lp-student img {
  box-shadow: none !important;
}

.lp-yoga h2,
.lp-student h2 {
  font-size: 30px;
  text-transform: none !important;
  text-align: center;
}

.lp-yoga h2 {
  color: #582b13;
}

.lp-student h2 {
  color: #1e462a;
}

.ult-content-box {
  background-color: rgba(215, 205, 187, 0.8) !important;
}

.ult-content-box:hover {
  background-color: rgba(215, 205, 187, 1) !important;
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-green
  .vc_icon_element-icon {
  color: #374b34 !important;
}

.sidebar .widget {
  padding: 0 !important;
  background: none !important;
  box-shadow: none !important;
  border: none !important;
}

.sidebar .widget__title {
  color: #746118 !important;
  font-size: 20px !important;
  border-bottom: 0 !important;
  text-transform: uppercase !important;
}

.sidebar .widget__title:after {
  background: none !important;
}

/* Mobile */
#hmenu_load_1 .hmenu_mega_sub h3 {
  font-family: 'acumin-pro', sans-serif !important;
}

/* Mobile CSS */

@media only screen and (max-width: 767px) {
    .lp-select {
      margin-top: 0px !important;
    }
    body.tour-single aside {
      top: 80px;
    }
    .tours-tabs .tabs-accordion .panel-heading a {
      color: #fff !important;
    }
    #hmenu_load_1 .hmenu_toggle_holder {
      right: 20px;
    }
    .main-nav-header {
      float: none !important;
    }
    #hmenu_load_1 .hmenu_right,
    #hmenu_load_1 .hmenu_center,
    #hmenu_load_1 .hmenu_left {
      background: #5f762f !important;
    }
    #hmenu_load_1 .menu_responsive_label {
      color: #fff !important;
      font-size: 14px !important;
    }
    /*.retreat-details-top {
          position: relative;
          top: -60px;
          margin-top:40px!important;
          padding-left: 0!important;
          width: 100%;
      }*/
  
    /* .slicknav_menu {
          position: relative;
          top: 20px;
          background: #22482d;
          border-radius: 30px;
          z-index:9;
      }*/
    .slicknav_menu {
      position: absolute;
      top: 0;
      background: #22482d;
      z-index: 9;
      /* width: 100%; */
      left: 0;
    }
    .slicknav_menu .slicknav_nav:after {
      background: #325e3f;
    }
    .slicknav_menu .slicknav_nav li > a {
      color: #fff !important;
    }
    .header__content {
      border-bottom: none !important;
    }
    .tp-caption {
      margin-top: 200px;
    }
    .slider-nav {
      display: none;
    }
    .lp-features {
      margin: 0 auto;
    }
    .destinations-featured .vc_column_container,
    .destination .wpb_column {
      margin: 0 !important;
      clear: both !important;
    }
    .destinations-featured {
      clear: both;
    }
    .title-attend-01,
    .title-lead-01 {
      display: none;
    }
    .vc_icon_element.vc_icon_element-outer.vc_icon_element-align-right {
      text-align: left;
    }
  }
  
  @media only screen and (max-width: 320px) {
    .lp-select {
      margin-top: 0px !important;
    }
    .fullwidthbanner-container .fullwidthabanner {
      min-height: 900px !important;
    }
    .lp-features {
      margin: 50px auto !important;
    }
    .tp-caption {
      font-size: 14px !important;
    }
  }
  
  .post-password-form {
    padding-top: 200px;
    padding-left: 100px;
    max-width: 90%;
  }