/*
 Theme Name:   PFS Digital - Divi Child Theme
 Theme URI:    http://dividiy.com/
 Description:  A Child Theme built by PFS Digital
 Author:       PFS Digital
 Author URI:   http://www.dividiy.com
 Template:     Divi
 Version:      1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/
#logo {
  -webkit-transform: initial;
          transform: initial;
}

/*----------  Hero Section  ----------*/
.hero-header h1{
	padding-bottom:0;

}
.hero-info{
	max-width:300px;
}

@media (max-width: 980px){
	.hero-header .et_pb_row, .hero-info{
		max-width:400px !important;
	}


}
/*----------  Vertical Align Content  ----------*/
.vertical-align {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}



/* Tabs */
ul.et_pb_tabs_controls:after{
    display:none;
}

.et_pb_tabs .et_pb_tabs_controls li{
	background-color: #f6f6f8;
	border-right: 2px solid #ffffff;
}
.et_pb_tabs .et_pb_tabs_controls li.et_pb_tab_active{
	background-color: #DBB59B;
}
.et_pb_tabs .et_pb_tabs_controls li.et_pb_tab_active a{
	color: #ffffff !important;
}
/* Light Tabs */

.light-tabs .et_pb_all_tabs {
	background-color: transparent;
}

.light-tabs .et_pb_tabs_controls {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
	background-color: transparent;
}
.light-tabs .et_pb_tabs_controls li{
	display:inline-block;
	float:none;
}

.light-tabs .et_pb_tabs_controls li{
	background-color: #767C82;
	border-right: 2px solid #47525d;
}
.light-tabs .et_pb_tabs_controls li a{
	color: #ffffff;
}

.light-tabs .et_pb_tabs_controls li.et_pb_tab_active{
	background-color: #f6f6f8;
}
.light-tabs .et_pb_tabs_controls li.et_pb_tab_active a{
	color: #47525d !important;
}

/* Yellow Tabs */
.yellow-tabs .et_pb_all_tabs {
	background-color: transparent;
}

.yellow-tabs .et_pb_tabs_controls {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
	background-color: transparent;
}
.yellow-tabs .et_pb_tabs_controls li{
	display:inline-block;
	float:none;
}

.yellow-tabs .et_pb_tabs_controls li{
	background-color: #282c3a;
	border-right: 2px solid #343949;
}
.yellow-tabs .et_pb_tabs_controls li a{
	color: #ffffff;
}

.yellow-tabs .et_pb_tabs_controls li.et_pb_tab_active{
	background-color: #DBB59B;
}
.yellow-tabs .et_pb_tabs_controls li.et_pb_tab_active a{
	color: #ffffff !important;
}

/* Subtitle */
.subtitle p{
	display:inline-block;
	position:relative;
}
.subtitle p:after{
		position: absolute;
		content: "";
		left: calc(100% + 15px);
		top: 11px;
		background: #a3abb6;
		width: 40px;
		height: 3px;
		z-index: 0;
}

/* Blurb List */
.blurb-list .et_pb_blurb{
	margin-bottom:10px !important;
}
.blurb-list .et_pb_blurb h4{
	padding-bottom:0;
}
.blurb-list .et_pb_blurb_container{
	vertical-align:middle;
}

/* Amenities List */
@media (min-width:980px){
	.amenities-list .et_pb_tab{
	column-count:2;
	}
}
.amenities-list ul:not(.et_pb_tabs_controls){
    list-style: none;
}
.amenities-list ul:not(.et_pb_tabs_controls) li{
margin-left:15px;
padding-bottom:10px;
line-height:1.3em;
}
.amenities-list ul:not(.et_pb_tabs_controls) li:before{
content:"\f00c";
font-family:fontawesome;
position:absolute;
left:0;
}


/* Gravity Forms */
.gform_wrapper{
	font-size:15px;
}

/*** REMOVE LABEL ON FIELDS USING PLACEHOLDER ***/
.gform_wrapper .top_label .gfield_label,
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
 display: none !important;
}
/*** FIELD STYLING ***/
input[type=text],
textarea {
 background-color: #f6f6f8 !important;
 border: none;
 border-radius: 0;
 color: #333 !important;
 padding: 12px 20px !important;
}
@media only screen and (min-width: 641px){
	.gform_wrapper ul.gform_fields li.gfield {
		padding-right: 0px !important;
	}
}
/*** BUTTON STYLING ***/
.gform_wrapper .gform_footer input.button {
	float: right;
	background: #ffffff;
	border: 2px solid #ffffff;
	font-size: 22px;
	font-weight: bold;
	text-transform:uppercase;
	color: #47525d;
	padding: 12px 23px;
	border-radius: 0;
	letter-spacing: 0;
	cursor: pointer;
	width:100% !important;
	margin:0 !important;
}
/*** BUTTON HOVER STYLING ***/
.gform_wrapper .gform_footer input.button:hover {
 background: rgba(0, 0, 0, 0.05);
 border: 2px solid transparent;
}


/* Gallery Slider Controls Colors Customization */
.et-pb-slider-arrows,
.mfp-arrow {
  color: #DBB59B;
}

.et_pb_bg_layout_light .et-pb-controllers a {
  background-color: rgba(214, 135, 89, 0.6) !important;
}
.et_pb_bg_layout_light .et-pb-controllers a.et-pb-active-control {
  background-color: #DBB59B !important;
}


/* Menu Button */
/* style the get started cta button */
.get-started {
  border-radius: 0px;
}
.get-started a {
  color: #fff !important;
}
li.get-started {
  background-color: #DBB59B;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 13px 10px 10px !important;
  border-radius: 0px;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
li.get-started:hover {
  background-color: #ffffff;
}
li.get-started:hover a {
  color: #DBB59B !important;
}

.et-fixed-header #top-menu li.get-started a{
	color: #fff !important;
}
    
.et-fixed-header #top-menu li.get-started:hover a{
	color: #DBB59B !important;
}
/* fixed header button text color */

.get-started li.current-menu-ancestor > a,
.get-started li.current-menu-item > a {
  color: #fff !important;
}

@media only screen and (min-width: 981px) {
  li.get-started {
    height: 35px;
  }
}

/* If text don't changes color when scroll down */
.et-fixed-header #top-menu li.menu-item-xxxx > a {
  color: #ffffff !important;
}

/* ADD THIS ONLY IF YOUR CTA BUTTON HAS A DROP DOWN MENU */

/* style the get started cta button drop down menu */
li.get-started li a {
  color: #666 !important;
  width: 160px;
  text-transform: none;
  font-weight: normal;
  background-color: #fff;
}

/* Menu */

#top-menu .current-menu-item a::before,
#top-menu .current_page_item a::before {
 content: "";
 position: absolute;
 z-index: 2;
 left: 0;
 right: 0;
}
#top-menu li a:before {
 content: "";
 position: absolute;
 z-index: -2;
 left: 0;
 right: 100%;
 bottom: 50%;
 background: #DBB59B; /*** COLOR OF THE LINE ***/
 height: 3px; /*** THICKNESS OF THE LINE ***/
 -webkit-transition-property: right;
 transition-property: right;
 -webkit-transition-duration: 0.3s;
 transition-duration: 0.3s;
 -webkit-transition-timing-function: ease-out;
 transition-timing-function: ease-out;
}
#top-menu li a:hover {
 opacity: 1 !important;
}
#top-menu li a:hover:before {
 right: 0;
}
#top-menu li li a:before {
 bottom: 10%;
}


/* mobile menu adjustments */
.et_mobile_menu li a {
  padding: 12px 5%;
  line-height: normal;
}

.et_mobile_menu li.get-started {
  background-color: #dca241;
  padding-left: 0px;
  text-align: left;
}

.et_mobile_menu li.get-started a {
  color: #fff !important;
  font-weight: 900;
}

/* Fix Gallery to 2 columns */
@media (max-width:980px){
.et_post_gallery li {
    margin:0;
    float:none;
    margin:0 auto;
    }
		.et_gallery_item:nth-child(3n) {
    margin-right: auto;
}
}


@media (min-width:980px){
	.et_pb_tab_4 .et_gallery_item:last-child {
		margin: 0;
	}

	.et_pb_tab_4 .et_gallery_item {
		width: 42.9%;
		float:left;
	}

}


/* Mobile Menu */
#main-header .et_mobile_menu .menu-item-has-children > a { background-color: transparent; position: relative; }
#main-header .et_mobile_menu .menu-item-has-children > a:after { font-family: 'ETmodules'; text-align: center; speak: none; font-weight: normal; font-variant: normal; text-transform: none; -webkit-font-smoothing: antialiased; position: absolute; }
#main-header .et_mobile_menu .menu-item-has-children > a:after { font-size: 16px; content: '\4c'; top: 13px; right: 10px; }
#main-header .et_mobile_menu .menu-item-has-children.visible > a:after { content: '\4d'; }
#main-header .et_mobile_menu ul.sub-menu { display: none !important; visibility: hidden !important;  transition: all 1.5s ease-in-out;}
#main-header .et_mobile_menu .visible > ul.sub-menu { display: block !important; visibility: visible !important; }

/*=====  End of Mobile Menu  ======*/

/*==============================
=            Footer            =
==============================*/
#footer-bottom{ background-color: transparent !important; font-weight:400; font-size: 14px !important;}
#footer-terms{ color: inherit; float:right;}
#footer-terms a{ color: inherit; font-size: .8em; font-weight: 700;}

#footer-info{
  padding-bottom: 10px;
  color: #666;
  text-align: center;
  font-size: 12px;
  line-height: 12px;
  float:none;
}

@media (max-width: 980px){
    #footer-terms{float:none; text-align: center;}
}

/*=====  End of Footer  ======*/
