/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.header-nav-main > li .nav-dropdown > li + li{
	border-top: 1px solid #FF66C4;
}
.header-nav-main > li .nav-dropdown > li.active{
	background: #FF66C4;
}
.header-nav-main > li .nav-dropdown > li.active > a{color: #ffffff;}

.heroBnr_sec{}
.heroBnr_sec h4 {
    position: relative;
    padding-bottom: 5px;
	margin-bottom: 1rem;
}
.heroBnr_sec h4::after {
    content: "";
    width: 60px;
    height: 2px;
    background-color: #FF66C4;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}
.heroBnr_sec p.lead{ margin: 0px;}
.quickBook_block{}
.quickBook_block .button.primary{}

.section-title-bold span{
	border: none;
}

.footer{ padding: 75px 0px 20px;}
.footer .text-sm{
	font-size: 0.875rem;
}
/* ============== */

.bnr_title{}
.bnr_title h1 {
    line-height: 1;
    margin-bottom: .2em;
}
.bnr_title_inner h1 {
    line-height: 1;
    margin-bottom: .5rem;
}
/* =============== */

.serviceFaq_sec{}
.serviceFaq_sec .accordion-item a {
	color: #000;
	font-size: 1.2rem;
    font-weight: bold;
	padding: .6em 1em;
}
.serviceFaq_sec .toggle{
	font-size: 1rem;
	left: auto;
	right: 0;
}
.serviceFaq_sec .accordion-title.active{
	color: var(--fs-color-primary);
	background-color: #ffffff;
}
.serviceFaq_sec .accordion-inner{
	font-size: 18px;
	padding: 1em;
}
.serviceFaq_sec .accordion-inner h4{
	font-size: 18px;
}
/* =============== */

.faq_sec .accordion-item a {
 	color: #fff !important;
}
.serviceFaq_sec .accordion-inner a,
.faq_sec .accordion-inner a {
	text-decoration: underline !important;
}


/*************** ADD MOBILE ONLY CSS HERE  ***************/
@media only screen and (max-width: 791px) {
	.quickBook_block .button.primary {
		width: 100%;
		max-width: 185px;
		display: inline-block;
		padding: 6px 15px !important;
	}
	.flickity-slider .banner-layers {
	  position: relative !important;
	  display: flex;
	  flex-direction: column;
	  justify-content: center;
	}


	.flickity-slider .banner-layers div{
	  width: 100% !important;
	  top: auto !important;
	  position: relative !important;
	  left: 0 !important;
	}	

	.banner h3 {
	  font-size: 1em;
	}
}

@media only screen and (max-width: 48em) {
	.quickBook_block .button.primary {
		max-width: 175px;
	}
}
@media only screen and (max-width: 640px) {}

@media only screen and (max-width: 575.98px) {
	.quickBook_block .button.primary {
		max-width: 100%;
	}
}