/*---------------------------------------------------------------------------------

 Theme Name:   divi-child
 Theme URI:    
 Description:  divi-child
 Author:       
 Author URI:   
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body, p, a{
	font-family: "Open Sans", sans-serif !important;
	color: #000;
	font-size: 16px;
}
.appointment-form span.wpcf7-form-control-wrap {
    margin-right: 20px ! IMPORTANT;
    margin-bottom: 20px ! IMPORTANT;
}
.appointment-section input.wpcf7-text {
    width: 100% ! IMPORTANT;
}

a.telephone.desktop {
    float: right;
    position: absolute;
    right: 0px;
    top: 10px ! IMPORTANT;
	display:block;
}

.telephone {
border: 2px solid #2eac7b !important;
    padding-bottom: 0px ! IMPORTANT;
    padding: 5px ! IMPORTANT;
    padding-left: 10px ! IMPORTANT;
    padding-right: 10px ! IMPORTANT;
    font-weight: bold ! IMPORTANT;
    font-size: 15px ! IMPORTANT;
}

a.telephone.mobile {
	display:none;	
}

.wpforms-container {
    display: flex;
    justify-content: center;
	margin: 0 !important;
}

.wpforms-field-container {
    max-width: 700px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.wpforms-one-half {
    width: 48%;
}

.wpforms-submit-container {
    width: 100%;
    text-align: center;
}

.wpforms-field {
    margin-bottom: 20px;
}

.wpforms-submit {
    display: inline-block !important;
    margin-top: 20px !important;
	font-size: 15px !important;
    font-weight: 400 !important;
    padding: 14px 25px !important;
    background: #d58f76 !important;
    border-radius: 5px !important;
    color: #fff !important;
    border: none !important;
    min-height: 58px !important;
    text-transform: uppercase !important;
	letter-spacing: .26em !important;
}

.wpforms-field-medium{
	font-size: 17px !important;
    line-height: 24px !important;
    font-weight: 400 !important;
    color: #d58f76 !important;
    background-color: #eceae4 !important;
    border: 1px solid transparent !important;
    border-radius: 5px !important;
    padding: 25px !important;
    width: 100% !important;
    max-width: 400px !important;
}

.wpforms-field-medium::placeholder{
	color: #e43c00 !important;
}


#main-header {
    box-shadow: none !important;
    margin-top: 20px !important;
}
.et_header_style_centered #top-menu>li>a {
    padding-bottom: 1em;
}
#top-menu li {
    display: inline-block;
    font-size: 14px;
    padding-right: 32px;
}
.et_header_style_centered nav#top-menu-nav {
    display: inline-block;
    margin-top: 10px ! IMPORTANT;
}

h1,h2,h3,h4,h5,h6{
	font-family: "Cormorant Garamond", serif !important;
}

#main-header{
	box-shadow: none !important;
}

#top-menu li a{
	font-family: "Open Sans", sans-serif !important;
	font-size: 13px;
    font-weight: 500;
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: .2em;
}

#top-menu li a:hover{
	color: #2da291 !important;
}

#top-menu li.current-menu-item>a {
    color: #2da291 !important;
}

.home-slider h1{
    font-size: 50px !important;
	font-weight: 700 !important;
}

h2{
	font-weight: 600;
    color: #200960;
    font-size: 50px;
    line-height: 1.040em;
    letter-spacing: 0;
}

.home-slider .et_pb_slide_description{
	padding: 20% 8% !important;
}

span.sub-heading {
    font-size: 14px;
    font-weight: 600;
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: .3em;
    color: #2eac7b;
}

.appointment-section input.wpcf7-text{
	font-size: 17px;
    line-height: 24px;
    font-weight: 400;
    color: #d58f76;
    background-color: #eceae4;
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 14px;
    margin-right: 20px;
	margin-bottom: 0px;
}

.wpcf7-spinner{
	display: block;
}

.appointment-section input.wpcf7-text::placeholder{
	color: #d58f76;
}

.appointment-section .appointment-form p{
	display: inline-flex;
}

.appointment-section input.wpcf7-submit{
	font-size: 13px;
    line-height: 2em;
    font-weight: 400;
    letter-spacing: .26em;
    padding: 14px 25px;
    background: #d58f76;
    border-radius: 5px;
    color: #fff;
    border: none;
	max-height: 55px;
}

.about-section .et_pb_toggle_title{
	color: #200960 !important;
    font-size: 22px;
	font-weight: 600;
}

.about-section img{
    display: block;
    min-height: 300px;
	min-width: 230px;
    object-fit: cover;
    margin-top: 40px;
}

.about-section .et_pb_toggle_title::before{
	font-size: 25px;
    color: #200b60;
}

.about-section .et_pb_accordion_item{
	background: none;
    padding: 0;
    border: none;
    border-bottom: 1px solid #ebd8d1;
    padding-bottom: 15px;
}

.business-hours .mabel-bhi-businesshours{
	margin: auto ! IMPORTANT;
    width: 400px ! IMPORTANT;
    margin-bottom: 20px ! IMPORTANT;
	border: 1px solid #2da291 !important;
}

.business-hours .business-timing{
	align-content: center;
}
.business-hours .mabel-bhi-businesshours td {
    border-top: 1px solid #2da291;
    color: #2da291;
}

.contact-section h3{
	color: #200960;
    font-size: 30px;
    font-weight: 700;
    margin: 10px 0px;
}

.contact-section p {
    display: block ! IMPORTANT;
    width: 100% ! IMPORTANT;
}

.contact-section .et-pb-icon {
    font-size: 22px;
    color: #2eac7b;
    margin-right: 10px;
    vertical-align: middle;
}

.contact-section p{
    display: inline-flex;
}

.contact-section .contact-info{
	background: #f6f3ee;
	padding: 30px;
}

.footer-section h3{
	font-weight: 600;
    color: #200960;
    font-size: 30px;
    line-height: 1.067em;
    letter-spacing: 0;
}

.footer-section .footer-logo img{
	max-width: 200px !important;
}

.footer-section .copyright-row{
	background: #f5f2ed;
}

.footer-section p{
	color: #333;
	font-size: 16px
}

.footer-section a{
	color: #333;
}

@media only screen and (max-width: 600px) {
#main-header {
    box-shadow: none !important;
    margin-top: 0px !important;
}
a.telephone.desktop {
	display:none;
}
.et_header_style_centered #et_mobile_nav_menu {
       
        margin-top: 0px !important;
    }
a.telephone.mobile {
    display: inline-block;
    margin-top: 25px ! IMPORTANT;
}
	
	.appointment-section input.wpcf7-text {
  
    margin-right: 0px ! IMPORTANT;
}
	
	h2 {
		font-weight: 600;
		color: #200960;
		font-size: 35px;
		line-height: 1.040em;
		letter-spacing: 0;
		margin: 10px 0px;
	}
	
	.et_pb_row{
		max-width: 2080px;
		width: 100%;
	}
	
	.home-slider h1{
		font-size: 30px !important;
	}
	
	.business-hours .mabel-bhi-businesshours{
		width: auto !important;
	}
	
	.appointment-section .appointment-form p{
		display: block;
	}
	
	.appointment-section input.wpcf7-text{
		width: 100%;
		margin-bottom: 10px;
	}
	
	.appointment-section input.wpcf7-submit{
		width: 100%;
	}
	
	.appointment-section .et_pb_row{
		padding: 0px;
	}
	
	.about-section img{
		margin: 0px;
	}
	
	.about-section .et_pb_toggle_title{
		font-size: 20px;
	}
	
	.about-section h2{
		font-size: 24px;
	}
	
	.contact-section h2{
		font-size: 30px;
	}
	
	.footer-section .et_pb_row{
		padding: 0 20px !important;
	}
	
	.footer-section .footer-logo-section{
		margin: 20px 0px !important;
	}
	
	.footer-section .footer-logo-section .et_pb_text_inner{
		text-align: center;
		margin: 20px 0px !important;
	}
	
	.footer-section .copyright-row{
		padding: 20px !important;
	}
	
	.wpforms-one-half {
        width: 100% !important;
        margin: 0 !important; 
		padding: 5px 0 !important;
    }

    .wpforms-field-container {
        display: block;
    }

    .wpforms-submit-container {
        text-align: center;
        width: 100%;
    }
}