/* 
 Theme Name:     Divi child theme   
 Author:         Divi theme examples
 Author URI:     http://www.divithemeexamples.com 
 Template:       Divi
 Version:        1.0 
*/ 

@import url("../Divi/style.css"); 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 
/* Accent Color */
.woocommerce-message
{
	display:none;
}
.woocommerce-info, .woocommerce .woocommerce-message {
	background: #2ea3f2; 
}


/* adjust the padding of the top menu navigation bar */
    #main-header { line-height: 0px; }
    #main-header nav#top-menu-nav {padding-top: 0px;}
 
/* adjust the padding of the top menu navigation items */
    #main-header.et-fixed-header nav#top-menu-nav {padding-top: 0px;}
    #top-menu li { padding-top:6px;}
    #top-menu li li a, .fullwidth-menu li li a {padding: 0px 20px; line-height: normal;}
 
 
/* style the get started cta button */
    .patient-pay {border-radius: 5px; height:25px;}
    .patient-pay a {color: #fff!important;}
    li.patient-pay {
        color:#fff!important;
        background-color:#00AEEF; 
        font-weight: 700; 
        text-transform: uppercase; 
        text-align: center; 
        padding-left:20px;  
        padding-right:20px!important;
        -moz-transition: all 0.5s; 
        -webkit-transition: all 0.5s;
        transition: all 0.5s;}
    li.patient-pay:hover {background-color:#A6E8FF;}
	
.et_pb_map_container {
    height: 250px; } 
	
select {
	padding: 16px;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color: #999;
	background-color: #eee;
	font-size: 14px;
	height: 49px;
}

.errorMessage{
	display:block;
	color:red;
	font-weight:bold;
	margin:1em;
}
/*round-color: #eee;
    font-size: 14px;
}
}*/