/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/


@font-face {
  font-family: 'Montserrat';
  src:  url('https://www.davisfacialsurgery.com/wp-content/themes/Divi%20Child/Montserrat-VariableFont_wght.ttf') format('ttf');
  font-display: swap;
}

body {
    font-family: 'Montserrat', sans-serif !important;
}

/* SLICK SLIDER */
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}


/*-----Leadform------*/

#uProc {
	display: none;
}

.contactForm {
    position: absolute;
    float: right;
    width: 20%;
    right: 30px;
    margin-top: 0px;
}

.contactForm .quickform {
    width: 100%;
    padding: 10px 20px 10px;
    background-color: #74c8ba;
	transition: .4s all ease-in-out;
    }

.contactForm .quickform .formhead {
	text-align: center;
	color: #fff;
}

.contactForm .quickform .formbody {
	height: 0px;
	overflow: hidden;
	transition: .4s all ease;
}

.contactForm .quickform .line1 {
	position: relative;
    text-transform: uppercase;
    font-size: 15px;
    padding: 0 15px;
    font-weight: bold;
    letter-spacing: 2px;
	color: white;
}

.contactForm .quickform .line1:after {
	position: absolute;
    top: 2px;
    right: 0;
    font-family: ETmodules;
    font-size: 25px;
    font-weight: 500;
    content: "3";
	margin-top: -2px;
	transition: .4s all ease;
}

.contactForm .quickform.expanded .line1:after {
    content: "2";
}

.contactForm .quickform .line3 a {
	color: #fff;
	font-size: 20px;
}

.contactForm .quickform.expanded .formbody {
	height: 380px;
	transition: .4s all ease;
}
@media only screen and ( max-width: 767px) {
	.contactForm .quickform.expanded .formbody {
		height: 500px!important;
	}
}
/*
.contactForm .quickform .formsubmit {
	height: 0;
	opacity: 0;
	transition: .2s all ease;
	transition-delay: 0s;
    overflow: hidden;
}

.contactForm .quickform.expanded .formsubmit {
	height: auto;
	opacity: 1;
	transition: .2s all ease;
	transition-delay: .2s;
}

.contactForm .quickform #fName, .contactForm .quickform #lName {
    width: 49.5%;
    float: left;
    height: 34px;
}

.contactForm .quickform #fName {margin-right: 1%;}
.contactForm .quickform #uEmail{
    width: 100%;
    height: 34px;
    margin-top: 1%;
    margin-bottom: 1%;
}

.contactForm .quickform #uPhone {
    height: 34px;
}

.contactForm .quickform #uPhone {
	margin-right: 1%;
}

.contactForm .quickform #uZip {
	margin-top: 2px;
}

.contactForm .quickform #uProc {
    width: 100%;
    height: 34px;
    margin-top: 1%;
    margin-bottom: 1%;
    }

.contactForm .quickform #uMsg {width: 70%;}    

.contactForm .quickform #sndForm {
    position: absolute;
	width: 30%;
    bottom: 35px;
    float: right;
    right: 11px;
	font-weight: 300;
    border: 0;
    background-color: transparent;
    color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    }

textarea#uMsg {
    margin-top: 2px;
}
  */  
#et-info .et-social-icons {
    vertical-align: text-bottom;
    margin-top: 5px;
}
#top-header #et-info-phone {
    display: inline-block;
    font-size: 22px;
}
#banner-logo-container {
    padding-top: 0px !important;
}
.homepage-banner-logo {
    width: 250px;
    display: block;
    height: auto;
    transform: translate(25%, -60px);
}


#top-menu > li > a {
    font-weight: 700;    
}
#mobile_menu a {
    color: #58585a;
    font-weight: 500;
}

#homepage-doctors-section .et_pb_button_module_wrapper {
    /*
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -20px);
    */
}

.skip-navigation {
    position: fixed;
    bottom: 25px;
    z-index: 99999;
    left: 20px;
    font-size: 16px;
    background: #74c8ba;
    color: #fff!important;
    padding: 8px 25px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 20px;
}

button.aicon_link {
    top: auto;
    bottom: 50px;
}

#main-header #et-top-navigation {
    padding-left: 0 !important;    
	display: flex;
    align-items: center;
}

#top-menu > li:last-child .sub-menu {
    right: 0;    
}

.menu-shift-left > .sub-menu {
	right: 0;
}


/* Header */
#logo {
	padding-top: 20px;
	padding-bottom: 10px;
}
/* - */

/* RSI Hamburger Menu CSS */

.logo_container > a {
    
}

.rsi-menu-toggle-container {
	position: absolute;
	z-index: 2;
    width: 45px;
    top: 50%;
    transform: translate(0, -50%);
}

/* Site Custom CSS */


/********* Mobile Menu Collapse ********/
  
/**** This hides the sub menu items on mobile ****/
  
#main-header .et_mobile_menu li ul.hide {
display: none !important;
}
  
/**** This adjusts the positioning and the background transparency of the parent menu item on mobile ****/
  
#mobile_menu .menu-item-has-children {
position: relative;
}
#mobile_menu .menu-item-has-children > a {
background: transparent;
}
  
/**** This styles the icon and moves it to the right ****/
  
#mobile_menu .menu-item-has-children > a + span {
position: absolute;
right: 0;
top: 0;
padding: 10px 20px;
font-size: 20px;
font-weight: 700;
cursor: pointer;
z-index: 3;
}
  
/**** Here you can swap out the actual icons ****/
  
span.menu-closed:before {
content: "\4c";
display: block;
color: #65eeff;
font-size: 16px;
font-family: ETmodules;
}
  
span.menu-closed.menu-open:before {
content: "\4d";
}

/********* END - Mobile Menu Collapse ********/


#et-info-email {
	display: none;	
}


#main-header > .container {
	max-width: 80%;
}

#top-menu > li > a {
	padding-right: 0 !important;
}

#top-menu > li > a::after {
	display: none;
}

#top-menu li li a {
	font-weight: normal;
	width: 240px;
}

.nav li ul {
	width: 280px;
}

.nav li li ul {
	left: 280px;
}

.nav li.et-reverse-direction-nav li ul {
	right: 280px;
}

#top-menu .menu-item-27 > ul.sub-menu {
	width: 320px;
}

#top-menu .menu-item-27 > ul.sub-menu > li > a {
	width: 280px;
}

#top-menu.nav li.et-reverse-direction-nav.menu-item-27 li ul {
	right: 280px;
}

.et_mobile_menu li a:hover, .nav ul li a:hover {
	background-color: #d8eaf0;
	opacity: 1;
}

#top-menu .menu-item-27>ul.sub-menu {
	left: auto;
    right: 0;
}

.mobile-btn {
	color: transparent !important;
}

#et-info-phone-container {
	float: left;
}

#et-info {
    float: right;
}

/* Interior Pages */
.interior-featured-img-2 img {
    max-height: 600px;
    width: 100vw;
    object-fit: cover !important;
}

.interior-featured-img img {
    max-height: 400px;
    width: 100vw;
    object-fit: cover !important;
}
/* - */

/* Redesign - Header */
#main-header {
	box-shadow: none;
}

.homepage-rotator .et_pb_slide_description {
    width: 50%;
    margin-right: 0;
    padding: 0;
}

.et_fullwidth_secondary_nav #top-header .container {
    display: none;
}

div#et-top-navigation .et_pb_social_media_follow {
    display: relative;
    top: -7px;
    margin-left: 20px;
}

div#et-top-navigation .et_pb_social_media_follow .icon.et_pb_with_border {
    background: #74c8ba !important;
    border-radius: 50%;
}

div#et-top-navigation .et_pb_social_media_follow a.icon:before {
    color: white !important;
}

li.menu-2-col > ul.sub-menu {
    column-count: 2;
    width: auto;
}

li.menu-3-col > ul.sub-menu {
    column-count: 3;
    width: auto;
    right: 0;
    left: unset !important;
}

#top-menu-nav > ul > li li a {
    text-transform: capitalize !important;
}

#top-menu ul.sub-menu a {
	padding: 10px 5px;
	line-height: 1.2em;
}

li .menu-shift-left ul.sub-menu {
	right: 0;
}

.et-fixed-header #top-menu li > ul > li.current_page_item>a,
.et-fixed-header #top-menu li.current-menu-ancestor>a {
    color: #74c8ba !important;
}

.menu-phone-number {
    margin-top: -40px !important;	
	font-size: 22px;
}

.full-menu-toggle:before {
    font-family: ETmodules!important;
    content: 'a';
    font-size: 32px;
    position: relative;
}

a.full-menu-toggle {
    margin-top: -40px;
    margin-left: 20px;
	font-size: 22px;
}

.menu-phone-number:hover ,
.full-menu-toggle:hover {
	color: #74c8ba;
	text-decoration: none;
}

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

.nav li li ul {
    left: 240px;
}
/* - */

/* Redesign B&A */
.bagallery-box .clearfix {
    display: flex;
}

.bagallery-box .clearfix {
    display: flex;
}

body.tax-beforeaftercategory .page-content > .row,
body.bagallery-template-default .page-content > .row {
    margin: 0;
    width: 80%;
    margin: 0 auto;
}

.galleries-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.galleries-main article {
    width:  45%;
}

.category-dropdown {
    margin-bottom: 20px;
    float: none;
}

.gallery-navigator {
    margin-bottom: 10px;
    float: none;
}

.ba-gallery-category-container {
    margin-top: 100px;
}
/* - */

/* Full Menu Header */


nav#top-menu-nav,
div#top-header {
    display: none;
}

#full-menu-panel .et_pb_row_4_tb_footer {
    z-index: 4 !important;
}

#menu-main-sub-our-practice > li > a {
    font-size: 22px !important;
}

#menu-main-sub-our-practice .sub-menu li a {
    font-size: 16px !important;
}

#full-menu-panel .et-menu {
	display: block;
}

.full-screen-menu-on a.menu-phone-number {
    color: white;
}

.full-screen-menu-on div#et-top-navigation .et_pb_social_media_follow .icon.et_pb_with_border {
    background: white !important;
    border-radius: 50%;
}

.full-screen-menu-on div#et-top-navigation .et_pb_social_media_follow a.icon:before {
    color: #74c8ba !important;
}

.full-screen-menu-on .full-menu-toggle {
    color: white;
}

#full-menu-panel .et-menu .menu-item-has-children>a:first-child:after {
	top: 11px
}

ul#menu-our-practice ul.sub-menu {
    left: unset;
    width: auto;
    right: 0;
}

header#main-header {
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}

body:not(.full-screen-menu-on) header#main-header.et-fixed-header > .container {
    box-shadow: 0 1px 24px rgba(0,0,0,.1)!important;
}

.logo_container {
    text-align: center;
}

#logo {
	padding-bottom: 20px;
}

.header-schedule {
    float: left;
    margin-top: 50px;
	z-index: 2;
    position: absolute;
}

.header-schedule a {
    font-size: 22px;
    font-weight: 500;
}

.header-schedule a:hover {
	color: #74c8ba;
}

#et-top-navigation {
    padding: 50px 0 10px 0 !important;
}

.full-menu-toggle {
	z-index: 1;
}
/* - */

/* Homepage */
.logoslider img {
    height: 50px;
    width: auto;
    margin: 0 auto;
}

body.home .make-carousel .et_pb_blurb_content {
    padding: 0 20px;
}

.home .procedure-links-heading {
    position: absolute;
    width: 100%;
    bottom: 50px;
    opacity: 1;
    transition: .4s ease all;
    z-index: 1
}

.home .procedure-links-col:hover .procedure-links-heading {
    opacity: 0;
    z-index: -1
}

.home .procedure-links-container {
    transition: .4s ease all
}

.home .procedure-links-col:hover .procedure-links-container {
    box-shadow: 0px 20px 140px -20px rgba(22,29,67,.4);
    transform: scale(1.05);
    transition: .4s ease all
}

.home .procedure-links {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 485px;
    padding: 30px;
    opacity: 0;
    transform: translate(0px,0px);
    transition: .4s ease all;
    z-index: 2
}

.home .procedure-links:before {
    opacity: .6;
    width: 100%;
    height: 100%;
    background: #000;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.home .procedure-links ul {
    z-index: 2
}

.home .procedure-links-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    opacity: 0;
    transition: .4s ease all;
    z-index: -1
}

.home .procedure-links-col:hover .procedure-links {
    opacity: 1;
    transform: translate(0px,0px)
}

.home .procedure-links-col:hover .procedure-links-bg {
    opacity: 1
}

.home .procedure-links a {
    padding: 2px;
    margin: 2px 0
}

.remove-paragraph-spacing p {
    margin-bottom: 0;
    padding-bottom: 10px!important;
}

.tab-title {
    cursor: pointer
}

.tab-title .et_pb_module_header a:after {
    content: '\24';
    position: relative;
    top: 8px;
    left: 20px;
    font-family: ETmodules;
    speak: none;
    font-weight: 400;
    line-height: 1;
    font-size: 36px;
    font-style: normal;
    display: inline-block;
    box-sizing: border-box
}

.tab-title.active-tab .et_pb_module_header a:after {
    content: '\22'
}

.et_pb_blurb.tab-title.active-tab .et_pb_module_header a {
    color: #009688 !important;
    font-size: 26px
}

/* New Full Header Menu */
body:not(.full-screen-menu-on) .full-menu-container {
	opacity: 0;
	visibility: hidden;
}

.full-menu-container {
	transition: all 0.4s ease;
	opacity: 1;
	visibility: visible;
	position: fixed;
	background: white;
	inset: 0;
/* 	height: 100%; */
	z-index: 9999999999;
	top: 122px;
	height: 600px;
    box-shadow: 0px 40px 33px 1px rgba(0,0,0,.17);
}

body.logged-in .full-menu-container {
	top: 154px;
}

ul.full-menu {
    display: flex;
    justify-content: space-between;
    padding: 30px 40px;
}

ul.full-menu > li {
	padding: 0 10px;
	width: 100%;
}

ul.full-menu > li > a {
    font-size: 28px;
	font-weight: 600;
}

ul.full-menu > li > ul {
    margin-top: 15px;
	display: flex;
    justify-content: space-between;
}

ul.full-menu > li > ul li {
    padding-top: 10px;
}

ul.full-menu > li > ul li a {
    color: #777777;
    font-size: 16px;
}

ul.full-menu > li > ul li a:hover {
    color: black;
}

ul#top-full-menu-upper-links li ul {
    width: 250px;
    padding: 10px 0;
}

ul#top-full-menu-upper-links > li > ul {
	top: 57px;
}

ul#top-full-menu-upper-links li li {
    line-height: 1.5em;
    margin: 10px 0 !important;
	display: inline-block;
	width: 100%;
}

ul#top-full-menu-upper-links li li a {
    color: #74c8ba;
    font-size: 16px;
}

.full-menu-toggle {
	cursor: pointer;
}

.full-menu-toggle a {
    display: flex !important;
}

.full-menu-toggle:before {
    font-family: ETmodules!important;
    content: 'a';
    font-size: 32px;
    color: #74c7ba;
    float: left;
}

body.full-screen-menu-on .full-menu-toggle:before {
    color: white;
}

body.full-screen-menu-on .full-menu-toggle:before {
    content: '\4d';
}

body.full-screen-menu-on header#main-header {
    background: #74c8ba;
}

body.full-screen-menu-on #top-menu a,
body.full-screen-menu-on #top-menu li:before {
    color: white !important;
}

.et-fixed-header #top-menu li:before {
	color: #74c8ba !important;
}

ul#top-full-menu-upper-links {
    background: #74c8ba;
    display: flex;
    padding: 20px 30px;
    padding-bottom: 0;
    justify-content: space-between;
}

ul#top-full-menu-upper-links > li {
    padding: 20px;
}

ul#top-full-menu-upper-links a {
    font-size: 20px;
    color: white;
	background: unset !important;
}

body.full-screen-menu-on div#et-top-navigation .et-social-icons li a {
    background: white;
    color: #103760
}

ul#top-full-menu-upper-links > li {
    width: 25%;
    text-align: center;
}

li.menu-our-practice > ul {
    column-count: 2;
    width: 400px !important;
    right: 0;
}

li.menu-tab a {
    position: relative;
    top: -7px;
}

.menu-tab a:after {
    content: '\24';
    position: relative;
    top: 5px;
    left: 20px;
    font-family: ETmodules;
    speak: none;
    font-weight: 400;
    line-height: 1;
    font-size: 25px;
    font-style: normal;
    display: inline-block;
    box-sizing: border-box;
}

.menu-tab.active {
    background: white;
}

.menu-tab.active a {
    color:#74c8ba !important;
}

.menu-tab.active  a:after {
    content: '\22';
}

ul.full-menu > li > ul > li > a {
    color: #88c6bb;
    font-size: 20px;
}

.full-menu .menu-flat > ul {
    display: block;
    column-count: 3;
}

ul.full-menu > li.menu-flat > ul > li > a {
    color: #777777;
    font-size: 16px;
}

.disable-menu-link > a {
    pointer-events: none;
    cursor: pointer;
}

/* Interior gallery */
body.archive.tax-beforeaftercategory header.page-header {
    margin-top: 220px !important;
}

.ba-galleries {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ba-galleries .bagallery.type-bagallery {
    width: 45%;
}

body.single-bagallery article.bagallery.type-bagallery {
    margin-top: 150px;
}

.bagallery-toolbar {
	display: none;
}

.bagallery-header h1 {
	font-size: 28px;
}

.ba-galleries-pagination span:first-of-type {
    margin-right: 20px;
}

/* Animations */
.kb-zoomin.et_pb_slide .et_parallax_bg {
   animation: zoomin 15s forwards;
  -ms-animation: zoomin 15s forwards;
  -webkit-animation: zoomin 15s forwards;
  -o-animation: zoomin 15s forwards;
  -moz-animation: zoomin 15s forwards;
}

.kb-zoomin-right.et_pb_slide .et_parallax_bg {
   animation: zoomin-right 15s forwards;
  -ms-animation: zoomin-right 15s forwards;
  -webkit-animation: zoomin-right 15s forwards;
  -o-animation: zoomin-right 15s forwards;
  -moz-animation: zoomin-right 15s forwards;
}

@keyframes zoomin{
	0%{
		-ms-transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, 0px, 0px);
		-webkit-transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, 0px, 0px);
		-o-transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, 0px, 0px);
		-moz-transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, 0px, 0px);
		transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, 0px, 0px);
		animation-timing-function: linear;


	}


	100%{
		-ms-transform: scale3d(1.5, 1.5, 1.5) translate3d(-0px, 0px, 0px);
		-webkit-transform: scale3d(3.5, 3.5, 3.5) translate3d(0px, 0px, 0px);
		-o-transform: scale3d(1.5, 1.5, 1.5) translate3d(0px, 0px, 0px);
		-moz-transform: scale3d(1.5, 1.5, 1.5) translate3d(0px, 0px, 0px);
		transform: scale3d(1.5, 1.5, 1.5) translate3d(0px, 0px, 0px);

	}
}

@keyframes zoomin-right{
	0%{
		-ms-transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, 0px, 0px);
		-webkit-transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, 0px, 0px);
		-o-transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, 0px, 0px);
		-moz-transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, 0px, 0px);
		transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, 0px, 0px);
		animation-timing-function: linear;
	}


	100%{
		-ms-transform: scale3d(1.5, 1.5, 1.5) translate3d(-150px, -20px, 0px);
		-webkit-transform: scale3d(1.5, 1.5, 1.5) translate3d(-150px, -20px, 0px);
		-o-transform: scale3d(1.5, 1.5, 1.5) translate3d(-150px, -20px, 0px);
		-moz-transform: scale3d(1.5, 1.5, 1.5) translate3d(-150px, -20px, 0px);
		transform: scale3d(1.5, 1.5, 1.5) translate3d(-150px, -20px, 0px);

	}
}
/* - */
/* - */

@media only screen  and (min-width : 1600px) {
    body:not(.home) .entry-content .interior-page-module {
        background-size: 100% auto;
    }
}  

@media (min-width:981px) {
    .mobile-btn {
        display: none !important;    
    }
}

@media (max-width:980px) {
	
	#main-header > .container {
		padding: 0 !important;
	}
	#main-header {
	    box-shadow: none;
	}
	#top-header .et-social-icons,
	#top-header #et-info-phone {
	    display: none !important;    
	}
    .map-address {
		left: 65%;
	}
	
	.doc-name a {
		font-size: 20px;
	}
	
	.doc-name-1 {
		left: 5vw;
		transform: translate(0px, 0px);
		text-align: center;
	}

	.doc-name-2 {
		left: auto;
		right: 5vw;
		transform: translate(0px, 0px);
		text-align: center;
	}
	.home .et_pb_section_0.et_pb_section {
	    padding-top: 0 !important;    
	}
	.interior-page-h1 h1 span {
		font-size: 21px;
	}
	.et_header_style_left #et-top-navigation, .et_header_style_left .et-fixed-header #et-top-navigation {
        padding-top: 50px!important;
        display: block;
    }
    .et_header_style_left #logo {
		max-width: 100% !important;
	}
	
	#et-info-phone {
		display: none;
	}

	#et-info {
		float: none !important
	}
	.mobile-btn {
		color: transparent !important;
	}
	.mobile-btn:before {
		position: relative;
		top: 0;
		left: 0;
		font-size: 25px;
		content: "\61";
		color: #74c8ba !important;
		cursor: pointer;
		text-shadow: 0 0;
		font-family: ETmodules!important;
		font-weight: 400;
		font-style: normal;
		font-variant: normal;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		line-height: 1;
		text-transform: none;
		speak: none
	}

	.mobile-btn {
		display: inline-block;
		padding: 0 15%
	}

	.mobile-btn.call {
		padding-left: 0
	}

	.mobile-btn.menu {
		padding-right: 0
	}

	.mobile-btn.menu:before {
		font-size: 30px
	}

	.mobile-btn.call:before {
		content: "\e090"
	}

	.mobile-btn.location:before {
		content: "\e01d"
	}

	div#top-header .container #et-info {
		display: flex;
		justify-content: space-around;
		width: 100%
	}

	span.mobile_menu_bar.mobile_menu_bar_toggle:before {
		display: none;
	}
	
	#main-header .container .logo_container {
		text-align: center;
	}
	
	/* Interior */
	body:not(.home) .et_pb_section.et_pb_section_0_tb_body {
		padding-top: 20px !important;
	}
	
	.et_hide_primary_logo:not(.home) #main-header:not(.et-fixed-header) .logo_container {
		height: 80px !important;
		margin-top: -40px;
	}
	#logo {
	    max-height: 80%;
	}
	span.menu-closed:before {
	    color: #74c8ba;
	}
	.et_mobile_menu {
	    border-top: 3px solid #dfbcaa;    
	}
	.contactForm {
        width: 45%;
    }
	
	#main-header.et-fixed-header .contactForm {
		display: none;
	}
	
	body:not(.home) .et_pb_module.et_pb_text img {
		text-align: center !important;
		float: none;
		padding: 20px;
    	margin: 0;
	}
}

@media (max-width:767px) {
	ul#mobile_menu {
		height: auto !important;
	}
	
	.mobile-homepage-logo .slick-track {
		padding: 0 !important;
	}
	
    li.menu-2-col > ul.sub-menu {
        column-count: 1;
    }
    #main-header {
        background: #fff !important;    
    }
	
	div#et-top-navigation .et_pb_social_media_follow,
	.full-menu-toggle {
		display: none;
	}
	
	div#top-header {
		background: #74c8ba;
	}
	
    body:not(.home) #main-header .logo_container {
	    width: 100% !important;
	}
	.contactForm {
	    position: relative;
		width: 100%;
		float: none;
		right: auto;
		margin-top: -20px;
	}
	
	.contactForm .quickform #sndForm { 
		width: 28%;
		right: 20px;
		bottom: 30px;
		padding: 0;
	}
	.et_header_style_left #logo {
	    width: 120px;
        height: auto;
        margin: 0px auto;
	}
	body:not(.home) .interior-page-module {
        padding-top: 0 !important;
	}
	.interior-page-h1 h1 span {
		font-size: 16px;
	}
	#main-header .et_mobile_menu {
		background-color: rgba(255,255,255,1) !important;
	}
	
	div#top-header,
	.et_fullwidth_secondary_nav #top-header .container {
		display: block;
	}
	
	.tab-content {
		display: block !important;
	}
	
	.ba-galleries .bagallery.type-bagallery {
		width: 100%;
	}
	
	body.single-bagallery article.bagallery.type-bagallery {
		margin-top: 0;
	}
	
	/* Interior Pages - Mobile */
	.interior-page-module .et_pb_row.et_pb_row_1,
    .interior-page-module .et_pb_row.et_pb_row_1 .et_pb_module.et_pb_text {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }    
	
    .interior-page-module img.alignright,
    .interior-page-module img.alignleft {
        float: none !important;
        margin: 0 !important;
        display: block;
        padding: 10px 0;
    }
	
	img#logo {
		max-height: 130%!important;
		margin-left: -50px;
		margin-top: 0px!important;
	}

	#page-container {
	    margin-top: 0 !important;    
	}
	#main-header > .container {
	    width: 100% !important;
        padding-top: 10px;
        max-width: 100%;
    }
    .et_fixed_nav #top-header, #main-header {
        position: relative !important;
        top: auto !important;
    }
    body.home .et_pb_fullwidth_slider_0 .et_pb_slides .et_pb_slide {
        padding-top: 0px !important;
    }
    #main-header #et-top-navigation {
        padding-top: 0 !important;
    }
    #main-header .container .logo_container {
        position: relative !important;
    }
	
	body:not(.home) .et_pb_section.et_pb_section_0 {
		padding-top: 0 !important;
		margin-top: 20px !important;
	}
	
	.show-background-mobile .et_pb_column_empty {
		display: block;
		min-height: 300px;
	}
	
	.homepage-instagram-row {
		display: flex;
		justify-content: space-between;
	}

	.homepage-instagram-row .et_pb_column {
		width: 48% !important;
	}
	
	.galleries-main {
		display: block;
	}

	.galleries-main article {
		width:  100%;
	}

	.galleries-main article h1 {
		font-size: 26px;
	}
	
	#full-menu-panel {
		display: none;
	}
	
	.bagallery-toolbar.row select {
		max-width: 300px;
	}
}

/* Ipad Styles */
@media screen and (max-width: 1024px) and (min-width: 768px) {
    .et_mobile_menu {
        background-color: white !important;
    }
	
	/* Interior Pages */
	.interior-page-module .et_pb_row.et_pb_row_1,
    .interior-page-module .et_pb_row.et_pb_row_1 .et_pb_module.et_pb_text {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }    
	
    .interior-page-module img.alignright,
    .interior-page-module img.alignleft {
        float: none !important;
        margin: 0 !important;
        display: block;
        padding: 10px 0;
    }
	
	div#mobile-doxy-button {
		position: absolute;
		right: -50px;
		margin-top: 20px !important;
	}
	
	#main-header .container .logo_container {
		text-align: left;
		padding-top: 0;
	}
} 