/*
Theme Name: LST Travel Child Theme
Theme URI: https://designfortravel.co.uk
Version: 1.0
Description: LST Travel Theme
Author: Billian IT Solutions
Author URI: http://www.billian.co.uk
template: bb-theme
*/

/* Add your custom styles here... */ 


.book .fl-slide-cta-button{
	display:flex !important;
	justify-content:center !important;
}
.book .fl-slide-title {
    color: #ffffff;
    font-size: 40px;
	position:relative;
	background:rgba(13,125,160,0.7) !important;
	width:fit-content !important;
	padding:2px 15px !important;
	margin:0 auto !important;
/*     text-shadow: 1px 2px 2px #000000 !important; */
}
.fl-slide-text h1{
	/* font-size: 40px !important; */
	text-shadow: 1px 2px 2px #000000 !important;
}
.fl-button{
	border-radius:0px !important;
}
.book .fl-slide-title:after{
    position:absolute;
	content:'';
	width:50px;
	height:1px;
	top:50%;
	transform:translatey(-50%);
	left:-60px !important;
	background:#fff !important;
}
.book .fl-slide-title:before{
    position:absolute;
	content:'';
	width:50px;
	height:1px;
	top:50%;
	transform:translatey(-50%);
	right:-60px !important;
	background:#fff !important;
}
.woocommerce-store-notice a:last-child {
	padding-left: 20px;
}

p {
	margin-bottom: 0;
}

@media (max-width: 992px) and (min-width: 768px) {
	
	h1 {
		font-size: 30px;
	}
	
}


/* COOKIE NOTICE */
.has-cookie-bar #catapult-cookie-bar {
	padding: 8px 15px;
	font-size: 14px;
}

.lst-cookie-banner button#catapultCookie {
	padding: 8px 24px;
	border-radius: 0;
	box-shadow: 1px 1px 4px rgba(48,48,48,0.25);
	transition: all 0.3s;
}

.lst-cookie-banner button#catapultCookie:hover {
	background: #f4831f;
	color: #fff;
}


/* HEADER AND NAV */

.fl-page-header-container.container {
	padding-bottom: 0px;
	padding-top: 0px;
}

.fl-page-nav-right .fl-page-header-wrap {
	position: relative;
	border-bottom: 0px;
	box-shadow: 2px 2px 8px rgba( 48, 48, 48, 0.50 );
	z-index: 6;
}

.fl-page-nav-right .fl-page-header-logo {
	padding-top: 20px;
	padding-bottom: 20px;
}

.fl-page-bar {
	border: none;
	font-weight: bold;
}

.fl-logo-img {

	width: auto;
    max-height: 60px;
}

.fl-nav-mobile-offcanvas.fl-responsive-nav-enabled .fl-offcanvas-close {
	font-size: 2rem;
	padding: 15px;
}

.fl-page-nav-right .fl-page-nav-collapse {
	justify-content: flex-start;
}

.navbar-toggler-col, .navbar-phone-col {
	flex-grow: 0;
	align-items: center;
    display: flex;
}

.navbar-toggler-col .navbar-toggler {
	height: 100%;
	background: none;
	transition: color 0.2s;
}

.navbar-toggler-col .navbar-toggler:hover, 
.navbar-toggler-col .navbar-toggler:active, 
.navbar-toggler-col .navbar-toggler:focus {
	background: none;
	top: unset;
	border: none;
}

.navbar-toggler-col .navbar-toggler * {
	color: #0D7DA0; 
	font-size: 2rem;
} 


.navbar-phone-col a * {
	color: #0D7DA0; 
	font-size: 2rem;
}

.navbar-toggler-col .navbar-toggler:hover *, .navbar-phone-col:hover a * {
	color: #6D6E71;
}

.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav-collapse {
	padding-bottom: 0px;
}

.fl-page-nav-col {
	min-height: 0px;
}

.fl-page-nav-collapse ul.navbar-nav {
	margin: auto;
}

@media (min-width: 768px) {
	
	.fl-page-nav-right .fl-page-nav ul.navbar-nav:last-child {
    	margin-right: auto;
	}
	
}

@media (max-width: 991px) {
	
	.fl-framework-bootstrap-4 .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile.fl-page-nav-right .fl-page-header-logo-col {
	    display: flex;
	    justify-content: center;
		flex-basis: 0 !important;
	}
	
	.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-header-logo {
		text-align: center;
		margin-right: 0 !important;
		padding-bottom: 20px;
	}
	
	.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav .navbar-toggle {
		top: -9000px;
		right: 0;
	}
	
}


@media (min-width: 992px) {
    
    .fl-page-nav-right .fl-page-header-container {
        padding-top: 20px;
        padding-bottom: 20px !important;
    }
	
	.navbar-toggler-col, .navbar-phone-col {
		display: none;
	}
	
	.fl-page-nav-right .fl-page-nav-wrap, .fl-page-nav-right .fl-page-nav {
		vertical-align: middle;
    	height: 100%;
	}
	
	.fl-page-nav-right .fl-page-header-row .fl-page-nav-col {
		padding-left: 0px;
	}
	
	.fl-page-nav-right .fl-page-header-row {
		display: flex;
	}
	
	.fl-page-nav-right .fl-page-header-row>div {
		display: inline-block;
	}
	
}


@media (min-width: 992px) and (max-width: 1199px) {
	
	.fl-page-nav-right .fl-page-header-logo {
		padding-bottom: 0;
		text-align: center;
	}
	
	.fl-page-nav-right .fl-page-nav-collapse {
		justify-content: center;
	}
	
	.fl-nav-mobile-offcanvas.fl-responsive-nav-enabled header[class*=" fl-page-nav-toggle-visible-"].fl-page-header .fl-nav-offcanvas-collapse {
		display: inline-flex !important;
    	align-items: center;
		position:relative;
		left:0;
		top:0 !important;
		max-height: 60px;
		overflow:unset;
		box-shadow:none;
	}
	
	.fl-nav-mobile-offcanvas.fl-responsive-nav-enabled.fl-offcanvas-push-opacity-left .fl-page .fl-button-close {
		display:none;
	}
		
}

@media (min-width: 1200px) {
	
	.fl-page-header-logo-col {
		padding-right: 60px;
	}
	
}


/* Top Bar */
.fl-page-bar {
	font-size: 20px;
}

.fl-page-bar-container {
	padding-top: 10px;
	padding-bottom: 10px;
}

.top-bar-right-col {
	display: flex;
	align-items: center;
}

/* bit-slide-up */
.bit-slide-up {
	height: 14px;
	font-size: 16px;
	margin: 0px 10px 0px auto;
	overflow: hidden;
	position: relative;
	display: inline-block;
	transition: height 1s ease 0s;
}

.bit-slide-up ul {
	list-style: none;  
	-webkit-padding-start: 0px;
	text-align: right;
}

.bit-slide-up .heading-item {
	padding: 5px 0px;
}

.flags_language_selector {
	display: inline-block;
}

.flags_language_selector > *{
	display: inline-block;
}

.flags_language_selector img {
	margin: 5px;
	border: 1px solid #fff;
	width: 25px;
}


/* ALT HEADINGS */
.header-shadow .fl-heading,
.lst-hero-slider .fl-slide-title {
	text-shadow: 2px 2px 8px rgba(48,48,48,0.5) !important;
}


/* HERO SLIDER */
.lst-hero-slider .fl-content-slider-navigation .slider-prev {
    left: 30px;
}

.lst-hero-slider .fl-content-slider-navigation .slider-next {
    right: 30px;
}

@media (max-width: 992px) and (min-width: 768px) {
	
	.lst-hero-slider .fl-content-slider-navigation .slider-prev {
    	left: 10px;
	}

	.lst-hero-slider .fl-content-slider-navigation .slider-next {
    	right: 10px;
	}
	
}

@media (max-width: 767px) {
	
	.lst-hero-slider .fl-content-slider-navigation .slider-prev,
	.lst-hero-slider .fl-content-slider-navigation .slider-next {
    	display: none;
	}
	
}

.lst-hero-slider .fl-content-slider-navigation svg {
	padding: 10px;
}

.lst-hero-slider .fl-slide-content {
	background-color: rgba(13,125,160,0.6) !important;
	padding: 30px;
}

@media (max-width: 767px) {
	
	.lst-hero-slider .fl-slide-content {
		position: absolute;
		top: 126px;
	}
	
}

.lst-hero-slider .fl-slide-title {
	margin-bottom: 15px !important;
}

@media (max-width: 767px) {
	
	.lst-hero-slider .fl-slide-content .fl-button-wrap {
		text-align: center;
	}
	
	#slider-row .lst-hero-slider a.fl-button {
		padding: 16px !important;
	}
	
}

@media (max-width: 767px) {
	
	.lst-hero-slider .fl-slide-mobile-photo {
		height: 500px;
	}
	
	.lst-hero-slider .fl-slide-mobile-photo img {
		height: 100%;
    	max-width: unset;
    	width: auto;
    	max-height: unset;
	}
	
}

.lst-hero-slider a.fl-button:hover {
	background: #fff;
}

.lst-hero-slider a.fl-button:hover .fl-button-text {
	color: #f4831f;
}

.lst-hero-slider .fl-slide-cta-button .fl-button-wrap {
	padding-left: 0;
	padding-right: 0;
}


/* TRAVELFLOW IBE */
.lst-ibe-row .fl-row-content-wrap {
    float: left;
    width: 100%;
}

@media (min-width: 1200px) {
    
    .lst-ibe-row .fl-row-content-wrap {
	    margin-top: -350px;
	} 
    
}

@media (max-width: 1200px) {
	
	.lst-ibe-row {
		background-color: #0d7da0;
	}
	
	.lst-ibe-row .fl-row-content-wrap {
	    margin-top: -500px !important;
	} 
	
	.lst-ibe .TF-leisure-searchpanel.responsive-iframe {
		/* position: relative !important; */
	}
	
}

/* TF-leisure-searchpanel */
@media (max-width: 992px) {
    
    .lst-ibe .fl-html .responsive-iframe {
		position: relative !important;
	}
	
	.lst-ibe-row .fl-row-content-wrap {
	    margin-top: -0px !important;
	} 
	
}


/* BUTTONS */
.lst-btn a.fl-button,
.lst-hero-slider a.fl-button {
	box-shadow:  2px 2px 8px rgba(48,48,48,0.5);
	transition: all 0.3s ease-in-out 0s;
}

.lst-btn a.fl-button:hover,
.lst-hero-slider a.fl-button:hover,
.lst-cart-container-wrap .lst-cart-button .fa-luggage-cart,
.lst-cart-container-wrap .lst-cart-button .woocommerce-Price-amount,
.lst-cart-container-wrap .lst-cart-button .woocommerce-Price-currencySymbol {
	transition: all 0.3s ease-in-out 0s;
}

.lst-cart-container-wrap .lst-cart-button:hover {
	background: #fff !important;
	color: #f4831f !important;
}

.lst-cart-container-wrap .lst-cart-button:hover .fa-luggage-cart,
.lst-cart-container-wrap .lst-cart-button:hover .woocommerce-Price-amount,
.lst-cart-container-wrap .lst-cart-button:hover .woocommerce-Price-currencySymbol {
	color: #f4831f !important;
	transition: all 0.3s ease-in-out 0s;
}

.lst-btn .fl-button-text,
.lst-hero-slider .fl-button-text {
	font-weight: 600;
}

@media (max-width: 767px) {
	
	.mobile-btn a.fl-button {
		width: 100%;
		text-align: center;
		padding: 16px !important;
	}
	
}


/* DESTINATION CARDS */
.lst-dest-row .fl-col-group::after{
	clear:none;
	content: '';
}

.lst-dest-card .fl-photo-button-link .fl-photo-button-text:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: 0;
	left: 0;
	background-color: #000;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.lst-dest-card .fl-photo-button-link .fl-photo-button-text:before {
	background-color: #ffffff;
}

.lst-dest-card .fl-photo-button-link .fl-photo-button-text:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.lst-dest-card .fl-photo-button-link:hover .fl-photo-button-text:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.lst-dest-card a:focus {
	text-decoration: none;
}

.lst-dest-card .fl-photo-button-link {
	box-shadow: 2px 2px 8px rgba(48,48,48,0.5);
}

.lst-dest-card .fl-photo-button-img {
    position: absolute;
    width: 150%;
    max-width: unset;
    height: 100%;
    transition: all 0.5s;
}

.lst-dest-card .fl-photo-button-img img {
	transform: translate(-50%);
}

.lst-dest-card .fl-photo-button-img:before {
	background: #F4831F;
	height: 49px;
	bottom: 0;
   	transition: all 0.5s;
}

.lst-dest-card .fl-photo-button-link:hover .fl-photo-button-img:before {
	opacity: 0.8;
}

.lst-dest-card .fl-photo-button-text {
	font: 400 16px Montserrat, sans-serif;
	color: #fff;
	margin: 0 auto;
	padding: 15px 20px;
	transition: all 0.5s;
}

.lst-dest-card .fl-photo-button-sub-text {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    font: 400 16px Montserrat, sans-serif;
    display: block;
	padding: 15px 20px;
    margin: 0px;
    bottom: -50px;
    color: #fff;
	transition: all 0.5s;
}

.lst-dest-card .fl-photo-button-link:hover h3 {
	margin-bottom: 50px;
}

.lst-dest-card .fl-photo-button-link:hover .fl-photo-button-sub-text {
	bottom: 0;
}

.lst-dest-card .fl-photo-button-link .fl-photo-button-sub-text::after {
	font-family: dashicons;
	content: "\f344";
	position: absolute;
    display: inline-block;
	vertical-align: text-bottom;
	margin: auto auto auto 15px;
	opacity: 0;
	transition: all 0.3s ease-in-out 0.3s;
}

.lst-dest-card .fl-photo-button-link:hover .fl-photo-button-sub-text::after {
	opacity: 1;
	transition: all 0.3s ease-in-out 0.3s;
}


/* ICON CONTENT */
.lst-content-col .fl-col-content {
	box-shadow: 2px 2px 8px rgba(48,48,48,0.5);
}

.lst-icon-text strong {
	font: 600 26px Montserrat, sans-serif !important;
}

@media (max-width: 992px) and (min-width: 768px) {
	
	.lst-icon-text strong {
		font: 600 22px Montserrat, sans-serif !important;
	}
	
}

@media (max-width: 767px) {
	
	.lst-content-col {
		margin: 15px 30px;
	}
	
	.lst-content-col .fl-col-content {
		box-shadow: unset;
	}
	
	.lst-icon-text strong {
		font: 600 20px Montserrat, sans-serif !important;
	}
	
}


/* LST REVIEWS */
.lst-reviews {
	background: #f8f8f8;
	padding: 15px;
}

.lst-reviews .fl-module-content {
	margin: 75px auto;
}

.lst-reviews:before {
	font: 900 30px "Font Awesome 5 Free";
	content: '\f10d';
	color: #F4831F;
	margin-top: 15px;
	margin-left: 45px;
	float: left;
}

.lst-reviews .fl-module-content:after {
	font: 900 30px "Font Awesome 5 Free";
	content: '\f10e';
	color: #F4831F;
	float: right;
	margin-right: 45px;
}

@media (max-width: 767px) {
	
	.lst-reviews:before {
		margin-left: 15px;
	}

	.lst-reviews .fl-module-content:after {
		margin-right: 15px;
	}
	
}

.lst-reviews .fl-testimonial p {
	font: 400 16px Montserrat, sans-serif;	
	text-align: center;
	line-height: 1.45;
	margin: auto 80px;
}

.lst-reviews .fl-testimonial h3 {	
	margin: 15px 15px 0 15px;
	text-align: center;
}

@media (max-width:412px) {
	
	.lst-reviews .fl-testimonial p {
		margin: auto 20px;
	}
	
}


/* TRAVEL NEWS CARDS */
.lst-travel-news .fl-post-grid-post {
	box-shadow: 2px 2px 8px rgba(48,48,48,0.5);
	border: none;
}

.lst-travel-news .fl-post-grid-text {
	padding: 30px;
}

.lst-travel-news .fl-post-grid-title {
	margin-bottom: 15px;
} 

.lst-travel-news .fl-post-grid-post a.fl-post-grid-more,
.lst-travel-news .fl-post-grid-post a:hover {
	color: #F4831F !important;
}

@media (max-width: 767px) {
	
	.lst-travel-news .fl-post-grid {
		margin: 0;
		width: 100% !important;
	}
	
	.lst-travel-news .fl-post-grid-post {
		width: 100%;
	}
	
}


/* AIRLINES SLIDER */
.lst-airlines .panel img {
	padding: 30px;
}

.lst-airlines .panel:focus {
	outline: none;
}

.lst-airlines .slick-slider {
	margin-bottom: 0;
}

@media (max-width: 768px) {
	
	.lst-airlines {
		overflow: hidden;
	}
	
}


/* ABOUT US */
.tape .fl-module-content {
position: relative; /*lets us later position the tape relative to the box*/
}

.tape .fl-module-content:before, .tape .fl-module-content:after{
content: ''; /*create a blank psuedo element, if you wanted something written on the tape, place it between the ' '*/
display: block;
position: absolute; /*positions the tape relative to the box created above rather than the whole page*/
background-color: rgba(220,212,176,0.85); /*using rgba for the colour lets us make the tape a little transparent*/
height: 30px; /*height of the tape*/
}

.cut-1 .fl-module-content:before { /*using :before places the tape on the left of the box*/
left:-30px; /*position from the left edge of the #tape div - a negative value moves the tape 5px to the left of the box's edge*/
top: -15px; /*position from the top edge of the #tape div - a negative value moves the tape 15px above of the box's edge*/
width: 90px; /*width of the tape*/
/*rotate the tape 12 degrees anti-clockwise*/
-webkit-transform: rotate(-12deg);
-moz-transform: rotate(-12deg);
-o-transform: rotate(-12deg);
-ms-transform: rotate(-12deg);
z-index: 5;
}

.cut-1 .fl-module-content:after { /*using :after places the tape on the right of the box*/
left:300px; /*position from the left edge of the #tape div*/
top: -15px; /*position from the top edge of the #tape div - a negative value moves the tape 10px above of the box's edge*/
width: 70px; /*width of the tape*/
/*rotate the tape 20 degrees clockwise*/
-webkit-transform: rotate(20deg);
-moz-transform: rotate(20deg);
-o-transform: rotate(20deg);
-ms-transform: rotate(20deg);
}

.cut-2 .fl-module-content:before { /*using :before places the tape on the left of the box*/
left:-30px; /*position from the left edge of the #tape div - a negative value moves the tape 5px to the left of the box's edge*/
top: -10px; /*position from the top edge of the #tape div - a negative value moves the tape 15px above of the box's edge*/
width: 75px; /*width of the tape*/
/*rotate the tape 12 degrees anti-clockwise*/
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
z-index: 5;
}

.cut-2 .fl-module-content:after { /*using :after places the tape on the right of the box*/
left:280px; /*position from the left edge of the #tape div*/
top: -15px; /*position from the top edge of the #tape div - a negative value moves the tape 10px above of the box's edge*/
width: 85px; /*width of the tape*/
/*rotate the tape 20 degrees clockwise*/
-webkit-transform: rotate(16deg);
-moz-transform: rotate(16deg);
-o-transform: rotate(16deg);
-ms-transform: rotate(16deg);
}

.cut-3 .fl-module-content:before { /*using :before places the tape on the left of the box*/
left:-30px; /*position from the left edge of the #tape div - a negative value moves the tape 5px to the left of the box's edge*/
top: -10px; /*position from the top edge of the #tape div - a negative value moves the tape 15px above of the box's edge*/
width: 105px; /*width of the tape*/
/*rotate the tape 12 degrees anti-clockwise*/
-webkit-transform: rotate(-25deg);
-moz-transform: rotate(-25deg);
-o-transform: rotate(-25deg);
-ms-transform: rotate(-25deg);
z-index: 5;
}

.cut-3 .fl-module-content:after { /*using :after places the tape on the right of the box*/
left:295px; /*position from the left edge of the #tape div*/
top: -23px; /*position from the top edge of the #tape div - a negative value moves the tape 10px above of the box's edge*/
width: 70px; /*width of the tape*/
/*rotate the tape 20 degrees clockwise*/
-webkit-transform: rotate(8deg);
-moz-transform: rotate(8deg);
-o-transform: rotate(8deg);
-ms-transform: rotate(8deg);
}


/* CONTACT US */
.lst-icon a {
	color: #202020;
}

.lst-map .fl-module-content {
	box-shadow: 2px 2px 8px rgba(48,48,48,0.5);
}

#contact-us .fl-col-content {
	display: flex;
	justify-content: center;
}

#subscribe .form {
	margin: auto;
}

.lst-form .nf-form-title > h3 {
	font: 700 30px Montserrat, sans-serif !important;
	text-align: center;
	margin-bottom: 15px;
}

@media (max-width: 767px) {
	
	.lst-form .nf-form-title > h3 {
		font: 700 22px Montserrat, sans-serif !important;
	}
	
}

.lst-form .nf-form-fields-required {
	text-align: center;
	margin-bottom: 30px;
}

.lst-form .nf-field-container {
	margin-bottom: 15px;
}

.lst-form input[type=text], .lst-form input[type=password], .lst-form input[type=email], .lst-form input[type=tel], .lst-form input[type=date],
.lst-form input[type=month], .lst-form input[type=week], .lst-form input[type=time], .lst-form input[type=number], .lst-form input[type=search], 
.lst-form input[type=url], .lst-form input[type=button], .lst-form input[type=submit], .lst-form textarea, .lst-form select {
	box-shadow: 2px 2px 8px rgba(48,48,48,0.5);
	border-radius: 0;
	border: none;
	padding: 8px;
}

.lst-form #nf-field-4-container .nf-field,
.lst-form #nf-field-10-container .nf-field {
	display: flex;
	justify-content: center;
}

.lst-form #nf-field-4-wrap,
.lst-form #nf-field-10-wrap {
	margin-top: 15px;
}

@media (max-width: 767px) {
	
	.lst-form #nf-field-4-wrap,
	.lst-form #nf-field-4,
	.lst-form #nf-field-10-wrap,
	.lst-form #nf-field-10 {
		width: 100%;
	}
	
}

.lst-form input[type=button],
.lst-form input[type=submit] {
	padding: 16px 106px; 
	font: 600 16px Montserrat, sans-serif !important;
	transition: all 0.3s ease-in-out 0s;
}

.lst-form input[type=button]:hover,
.lst-form input[type=submit]:hover {
	background-color: #fff; 
	color: #F4831F;
	transition: all 0.3s ease-in-out 0s;
}

.lst-form .nf-error-msg {
	text-align: center;
}


/* SUBSCRIBE FORM */
.lst-form.lst-form--inline-subscribe .nf-before-form-content {
	display: none;
}

.lst-form.lst-form--inline-subscribe .nf-after-form-content {
	font-size: 14px;
}

.lst-form.lst-form--inline-subscribe nf-fields-wrap {
	display: flex;
}

@media (max-width: 1200px) and (min-width: 768px) {

	.lst-form.lst-form--inline-subscribe nf-fields-wrap {
		flex-direction: column;
	}

}

.lst-form.lst-form--inline-subscribe nf-field:first-child {
	width: 55%;
}

.lst-form.lst-form--inline-subscribe nf-field:last-child {
	width: 45%;
}

@media (max-width: 1200px) and (min-width: 768px) {

	.lst-form.lst-form--inline-subscribe nf-field:first-child {
		width: 100%;
	}

	.lst-form.lst-form--inline-subscribe nf-field:last-child {
		width: 100%;
	}

}

.lst-form.lst-form--inline-subscribe .nf-field-container {
	margin-bottom: 0;
}

.lst-form.lst-form--inline-subscribe .nf-after-field {
	display: none;
}

.lst-form.lst-form--inline-subscribe input[type=text], .lst-form input[type=email] {
	padding-block: 11px;
	line-height: 19px;
}

.lst-form.lst-form--inline-subscribe input[type=button],
.lst-form.lst-form--inline-subscribe input[type=submit] {
	width: 100%;
	padding: 11px 16px; 
}


/* FAQs */
.lst-accordion .fl-accordion-small .fl-accordion-button {
	padding: 16px;
}

.lst-accordion .fl-accordion-button-label {
	font: 600 16px Montserrat, sans-serif !important;
}

.lst-accordion .fl-accordion-button-label:focus {
	outline: none !important;
}

.lst-accordion .fl-accordion-button-icon-left, 
.lst-accordion .fl-accordion-button-icon-right {
	opacity: 1;
}

.lst-accordion table, .lst-accordion tr, .lst-accordion td {
	border: solid 1px rgba(109, 110, 113, 0.5);
}

.lst-accordion table {
	width: 100%;
}

.lst-accordion td {
	padding: 5px;
}

/* PRIV POL - T&Cs */

.lst-text-table tr>td {
	padding-bottom: 10px;
}

/* FOOTER CONTENT */

.lst-footer-text p {
	font-size: 14px;
}

.lst-privacy-policy-text a {
	color: #F4831F !important;
}

.lst-subscribe .fl-subscribe-form-inline .fl-form-field {
	padding-right: 0;
}

.lst-subscribe input::placeholder {
	font: 500 14px Montserrat, sans-serif !important;
}

.lst-subscribe .fl-subscribe-form-inline.fl-subscribe-form-name-hide .fl-form-field {
	width: 55%;
}

.lst-subscribe .fl-subscribe-form-inline .fl-form-button {
	width: 45%;
}

.lst-subscribe a.fl-button {
	border: none !important;
}

.lst-subscribe .fl-button-wrap {
	box-shadow: 2px 2px 8px rgba(48, 48, 48, 0.5);
}

@media (max-width: 767px) {
	
	.lst-subscribe .fl-subscribe-form {
		display: flex;
	}
	
	
	.lst-subscribe .fl-subscribe-form-inline.fl-subscribe-form-name-hide .fl-form-field {
		width: 50%;
	}

	.lst-subscribe .fl-subscribe-form-inline .fl-form-button {
		width: 36%;
	}
	
}

@media (max-width: 992px) and (min-width: 768px) {
	
	.lst-footer-col {
		width: 50%;
	}
	
}


@media (max-width: 1024px) and (min-width: 992px) {

	.lst-footer-menu {
		width: 20%;
	}

	
}

@media (max-width: 1200px) {
	
	.lst-subscribe .fl-subscribe-form-inline.fl-subscribe-form-name-hide .fl-form-field,
	.lst-subscribe .fl-subscribe-form-inline .fl-form-button {
		width: 100%;
	}
	
}

/* There's a hidden whatsapp row that leaves green border */
@media (min-width: 992px) {
    
    .lst-footer_whatsapp-row .fl-row-content-wrap {
        background-color: #6d6e71;
    }
    
}


/* woocommerce stuff */

/* boostrap overrides woocommerce */

.woocommerce .col-1, .woocommerce .col-2 {
	max-width: unset;
}

.woocommerce .form-row {
	display: block; 
}

.woocommerce table.wccpf_fields_table td.wccpf_label, .woocommerce table.wccpf_fields_table td.wccpf_label label {
    width: 150px;
}

.lst-cart-container-wrap {
	padding-top: 30px;
	padding-bottom: 30px;
	background: #f8f8f8;
}

.lst-cart-button {
	box-shadow: 2px 2px 8px rgba(48,48,48,0.5);
    transition: all 0.3s ease-in-out 0s;
	display: inline-block;
    font-size: 16px;
    font-weight: normal;
    line-height: 18px;
    padding: 12px 24px;
    text-decoration: none;
    text-shadow: none;
}

.lst-cart-button:hover {
	text-decoration: none;
}

/* fix excursions label wrapping in Travelflow */

#BEcontainer ul#FA_Packages li .SearchTypeLabel {
	white-space: nowrap;
}

.lst-ibe .fl-html {
	position: relative;
}

@media (min-width: 992px) {
    
    .lst-ibe .fl-html iframe {
	    z-index:1;
	    position: absolute;
	    /* width: 100%; */
    }        
    
}

/* Plugin Styles */
.wapf-field-input input[type=email], .wapf-field-input input[type=number], .wapf-field-input input[type=text], .wapf-field-input input[type=url], .wapf-field-input select, .wapf-field-input textarea {
    display: block;
    width: 100%;
    padding: 7px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #202020;
    vertical-align: middle;
    background-color: #fcfcfc;
    background-image: none;
    border: 1px solid #e6e6e6;
    -moz-transition: all ease-in-out .15s;
    -webkit-transition: all ease-in-out .15s;
    transition: all ease-in-out .15s;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.wapf-wrapper abbr[data-original-title], .wapf-wrapper abbr[title] {
    text-decoration: none;
    color: red;
}