/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 12 2025 | 10:03:34 */
/*----------  REVIEWS STYLING ----------- */
#sb-reviews-container-1 [data-post-style="boxed"] .sb-post-item-wrap {
    border-radius: 8px;
}
/*--------  END REVIEWS STYLING --------- */

/*----------  ELEMENTOR STYLING ----------- */
.elementor-widget-text-editor ul,
.elementor-widget-text-editor ol {
	margin-bottom: 20px;
}

.elementor-widget-text-editor a {
	text-decoration: underline;
}
/*--------  END ELEMENTOR STYLING --------- */

/*------------------- HEADER STYLING ---------------*/
.she-header{
	box-shadow: 1px 3px 9px 0px rgba(0, 0, 0, 0.0784313725490196);
}
.she-header .wb_main_menu a{
	color: #182F43 !important;
	transition: all ease-in-out .3s;
}
.she-header .sub-arrow svg{
	fill: #182F43 !important;
	transition: all ease-in-out .3s;
}
.she-header .wb_main_menu a:hover .sub-arrow svg{
	fill: var(--e-global-color-primary)  !important;
}
.she-header .wb_main_menu a:hover{
	color: var(--e-global-color-primary) !important;
}
.she-header-transparent-yes .wb_green_logo{
	display: none !important;
}
.she-header .wb_main_logo{
	display: none !important;
}
.wb_main_menu .sub-menu li{
	position: relative;
}
.wb_main_menu .sub-menu{
	overflow: hidden;
}
.wb_main_menu .sub-menu li:not(:last-child):after{
	content: "";
	background: #00305633;
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 23px;
}
.tours_title .elementor-heading-title,
.tours_tax .elementor-post-info__terms-list-item,
.tours_desc .elementor-widget-container,
.tours_book .elementor-button,
.tours_learn .elementor-button-text,
.tours_info_wrap{
	transition: all ease-in-out .3s;
}
.tours_loop_wrap:hover .tours_info_wrap{
	background: #008B4A !important;
}
.tours_loop_wrap:hover .tours_title .elementor-heading-title,
.tours_loop_wrap:hover .tours_tax .elementor-post-info__terms-list-item,
.tours_loop_wrap:hover .tours_desc .elementor-widget-container{
	color: #fff !important;
}
.tours_loop_wrap:hover .tours_learn .elementor-button-text{
	color: #25DEE5 !important;
}
.tours_loop_wrap:hover .tours_book .elementor-button{
	background: #25DEE5 !important;
	border-color: #25DEE5 !important;
}
/*----------------- END HEADER STYLING -------------*/
/*---------------- TYPOGRAPHY ---------------------*/
/*-------------- END TYPOGRAPHY -------------------*/
/*--------------------- BUTTONS -------------------*/
.wb_blog_button svg{
	width: 16px;
	height: 16px;
}
/*------------------- END BUTTONS -----------------*/ 
/*---------------------- FORMS ---------------------*/
.wb_contact_form input,
.wb_contact_form textarea,
.wb_tour_form input,
.wb_tour_form textarea{
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
	border-bottom: 1px solid var(--e-global-color-primary) !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	outline: none !important;
	padding: 0 !important;
}
.wb_contact_form #gform_fields_1,
.wb_tour_form #gform_fields_2{
	row-gap: 25px !important;
}
.wb_contact_form .gform_required_legend,
.wb_tour_form .gform_required_legend{
	display: none;
}
.wb_contact_form .gfield_label,
.wb_tour_form .gfield_label{
	margin-bottom: 0 !important;
	color: var(--e-global-color-primary);
}
.wb_contact_form .gform_button.button,
.wb_tour_form .gform_button.button{
	background: var(--e-global-color-primary) !important;
	font-size: 18px !important;
	padding: 16px 26px !important;
	border-radius: 8px !important;
	width: 100% !important;
	transition: all ease-in-out .3s !important;
}
.wb_contact_form .gform_button.button:hover,
.wb_tour_form .gform_button.button:hover{
	transform: scale(0.9);
}
.wb_contact_form .gform-footer,
.wb_tour_form .gform-footer{
	margin-top: 35px !important;
}
/*-------------------- END FORMS -------------------*/
/*-------------------- PAGES ----------------------*/
/* Home */
.wb_tilt_border .elementor-widget-container{
	position: relative;
	z-index: 2;
}
.wb_tilt_border .elementor-widget-container:after{
	content: '';
	width: 100%;
	height: 99%;
	position: absolute;
	left: -12px;
	bottom: 0px;
	z-index: -1;
	border: 2px solid #668ED6;
	border-radius: 10px;
	transform: rotate(1.8deg);
}
/* End Home */
/* FAQs */
.wb_faqs .e-n-accordion-item-title-icon svg{
	width: 21px !important;
	height: 28px !important;
}
.wb_faqs .e-n-accordion-item-title-icon svg path{
	fill: var(--e-global-color-primary);
}
.wb_faqs .e-n-accordion-item:not(:last-child):after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 30px;
	width: calc(100% - 60px);
	height: 1px;
	background-color: #182F431A;
	display: block;
}
/* End FAQs */
/* Contact */
.wb_icobox_contact .elementor-icon-box-title{
	margin-top: 0;
}
.wb_icobox_contact a{
	color: #182F43;
	transition: ease-in-out all .3s;
}
.wb_icobox_contact .elementor-icon-box-description a:hover{
	color: #25DEE5;
}
/* End Contact */
/* FAQ */
.wb_faq_tabs .e-n-tabs-heading{
	justify-content: flex-start;
	margin-top: 40px;
}
.wb_faq_tabs .e-n-tab-title{
	border: none !important;
	outline: none !important;
}
.wb_faq_tabs .e-n-tab-title:not(:last-child):after{
	content: ' ';
	width: 165px;
	height: 1px;
	background: #003056;
	position: absolute;
	opacity: 0.2;
	top: 50px;
	left: 0;
}
.wb_faq_accord .e-n-accordion{
	padding: 20px 0;
}
.wb_faq_accord .e-n-accordion-item:not(:last-child):after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 30px;
	width: calc(100% - 60px);
	height: 1px;
	background-color: #182F431A;
	display: block;
}
.wb_faq_tabs .e-n-tabs-heading{
	flex-flow: column;
}
/* End FAQ */
/* Tour Single Template */
.wb_tour_info .elementor-icon-list-items.elementor-inline-items{
	row-gap: 25px;
}
/* End Tour Single Template */
/* Hide What to Expect Section on Certain Single Tours */
.postid-1128 .wb_wte_section,
.postid-1989 .wb_wte_section,
.postid-1991 .wb_wte_section,
.postid-1993 .wb_wte_section,
.postid-1144 .wb_wte_section,
.postid-1142 .wb_wte_section,
.postid-1125 .wb_wte_section,
.postid-916 .wb_wte_section,
.postid-2031 .wb_wte_section,
.postid-1993 .wb_wte_section{
	display: none !important;
}
.postid-1128 .wb_faq_wrap .e-con-inner,
.postid-1989 .wb_faq_wrap .e-con-inner,
.postid-1991 .wb_faq_wrap .e-con-inner,
.postid-1993 .wb_faq_wrap .e-con-inner,
.postid-1144 .wb_faq_wrap .e-con-inner,
.postid-1142 .wb_faq_wrap .e-con-inner,
.postid-1125 .wb_faq_wrap .e-con-inner,
.postid-916 .wb_faq_wrap .e-con-inner,
.postid-2031 .wb_faq_wrap .e-con-inner,
.postid-1993 .wb_faq_wrap .e-con-inner{
	padding-top: 0 !important;
}
/* End Hide What to Expect Section on Certain Single Tours */
/*------------------ END PAGES --------------------*/
/*-------------------- BLOG ----------------------*/
/*------------------ END BLOG --------------------*/
/*-------------------- SINGLE POST ----------------------*/
.wb_post_content img{
	border-radius: 15px;
}
.wb_post_content p{
	margin-bottom: 25px;
}
.wb_post_content h4{
	line-height: 1.7em;
}
.wb_post_share .elementor-share-btn__icon svg{
	transition: all ease-in-out .3s;
}
.wb_post_share .elementor-share-btn__icon:hover svg{
	transform: scale(0.9);
}
/*------------------ END SINGLE POST --------------------*/
/*-------------------- FOOTER ----------------------*/
.page-id-47 .wb_footer_green{
	display: none;
}
/*------------------ END FOOTER --------------------*/
/*-------------------- MEDIA QUERY ----------------------*/
@media screen and (min-width: 1600px) {
}
@media screen and (min-width: 1440px) and (max-width: 1599px) {
}
@media screen and (min-width: 1300px) and (max-width: 1439px) {
}
@media screen and (max-width: 1300px) {
	.break br {
		display: none !important;
	}
}
@media screen and (min-width: 1025px) and (max-width: 1300px) {
}
@media screen and (max-width: 1024px){
	.wb_abs_img{
		position: relative !important;
	}
	.she-header .wb_main_menu .elementor-menu-toggle svg{
		fill: var(--e-global-color-primary)!important;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
}
@media screen and (max-width: 767px){
	.wb_foot_menu .elementor-nav-menu{
		justify-content: center;
		row-gap: 10px;
	}
	.wb_faq_accord .e-n-accordion{
		padding: 0;
	}
	.wb_faq_accord .e-n-accordion-item:not(:last-child):after{
		left: 20px;
	}
	.wb_faqs .e-n-accordion-item:not(:last-child):after{
		left: 20px;
	}
}
@media screen and (min-width: 640px) and (max-width: 767px) {
}
@media screen and (min-width: 480px) and (max-width: 639px) {
}
@media screen and (max-width: 479px) {
}
/*------------------ END MEDIA QUERY --------------------*/
