/*
 Theme Name:   Divi Child
 Theme URI:    http://http://two.webbasepro.com/Divi-child/
 Description:  Divi Child Theme
 Author:       Declan Watt
 Author URI:   http://example.com
 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
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  Divi-child
*/

/* write custom css */


body {
    overflow-x: hidden;
    font-family: Raleway,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {

    font-family: Raleway,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 300;

}

h4{
	font-size: 20px;
	letter-spacing: 0px;
}


h1 { 
	text-transform: none; 
	color:#2C3E50; 
	text-shadow:2px 1px 1px #fff;
}

h3{
	font-family:'Satisfy', cursive;
	color: #46AFAC;
	
}

h3.blk{
	color:black;
}

grn{
	
	color: #C2D651;
}
p {
    font-size: 20px;
    color:black;
    line-height: 1.42857143;
}

p.small {
    font-size: 16px;
}

h3.med{
	
	font-size: 35px;
}

font-large{
	
	font-size: 28px;
}

.lead{
	font-weight:300;
	font-size: 28px;
	
}


a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    color: #C2D651;
}

a:hover{text-decoration: underline;}

strong { font-weight:500; }
strong.strongest{font-weight:700;}
.color-main{
	color: #46AFAC;
}


.hr{
	
	text-align: center;
	margin-top: 40px;
	margin-bottom: 0;
	height: 30px;
}

.hr hr{
	
	border: solid #ccc 1px;
	height: 0px;
	max-width: 250px;
	text-align: center;
}

.hr img{
	position: relative;
	top: -43px;
	margin-top: 13px;
}

.locations p{
	font-size:16px;
	
}

.locations h4{
	
	
}

.locations_sm p{
	font-size: 11px;
	 margin: 0;
}

.locations_sm h4{
	font-size: 18px;
}

.locations_sm h3{
	font-size: 28px;
}

.thank_you h2{
	padding-top: 20px;
}

#footer-bottom{
	padding: 25px 0 25px 0;
}

#footer-bottom p{
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	text-align: center;
}
.mobile_menu_bar:before{color: #fff;}
#footer-bottom a{color:#fff; text-decoration: underline;}
#footer-bottom a:hover{color: #C2D651;}

#left-area{width:70%;}
#sidebar{width:30%;border:none;}
#main-content div.container::before{ width: 0;}

/*=========================================
 * # CONTACT 7 FORM STYLES  
 *========================================= */

ul.fitlist{
list-style-image: url(img/bullet-icon.gif);
margin:0;
padding:0;

}

ul.fitlist-small{
	padding:0;
	margin: 0;
}

ul.fitlist li{ 
font-size: 18px; 
margin-top:10px; 
line-height:120%; 
background: url(img/bullet-icon.gif) no-repeat; 
padding-left: 54px; 
min-height: 70px; 
list-style: none; 
}

ul.fitlist-small li { font-size: 16px;
margin-top:8px; 
line-height:120%;
background: url(img/heart-icon-small.gif) no-repeat; 
padding-left: 30px; 
min-height: 30px; 
list-style: none; 
}

.404_text{
	padding-top: 40px;
}



/*=========================================
 * # IMAGES
 *========================================= */

.photo img{
	width:180px;
	border: 8px solid #DAEFEE;
	 display: block !important;
    margin: 0 auto !important;
}

.img-circle img{
	    border-radius: 50%;
}

.photo-manuela img{
	
	max-width: 210px;
	margin: 10px auto;
	border: 8px solid #DAEFEE;
}




/*=========================================
 * # BUTTONS 
 *========================================= */

.btn-join{
	border: 1px solid #46AFAC;
	background: #46AFAC;
	background-color: #46AFAC;
	color: #fff;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	font-weight: 700;
	font-size: 12px;
	border-radius: 3px;
	padding: 1px 5px;
	cursor: pointer;
	
}

.custom-button{
	
	color:#fff;
	background-color: #46AFAC;
	font-size:20px;
	border:solid 2px #fff;
}


/*=========================================
 * # CONTACT 7 FORM STYLES  
 *========================================= */
 
 
 .wpcf7-form{

 }
 
 .wpcf7-form input{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
}

.form-control input:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6)
}

.wpcf7-form input[type="text"],.wpcf7-form input[type="password"], .wpcf7-form input[type="tel"], .wpcf7-form input[type="email"], .wpcf7-form input.text, .wpcf7-form input.title, .wpcf7-form textarea, .wpcf7-form select{
	background-color: #fff;
	background-image: none;
	
	border-radius: 0px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	color: #555;
	display: block;
	font-size: 16px;
	height: 34px;
	line-height: 1.42857;
	padding: 6px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 100%;
	    border: 1px solid #ccc;
    border-radius: 4px;
}

div.wpcf7-response-output{
	margin:5px 0 0 0;
	padding:0;
	background: #f2fae3;
    border: 1px solid rgba(101, 159, 19, 0.3);
    color: #659f13;
    padding: 6px 10px;
}
#page-container .wpcf7-response-output.wpcf7-validation-errors{
	border:1px solid rgba(216, 80, 48, 0.3);
	color: #d85030;
	background: #FFF1F0;
	border-radius: 4px;
}

span.wpcf7-not-valid-tip{
	background: #FFF1F0;
	color: #d85030;
	border:1px solid rgba(216, 80, 48, 0.3);
	padding: 6px 10px;
	font-size: 14px;
	margin-top: 5px;
	border-radius: 4px;
}

.wpcf7-submit{
	width: 100%;
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857;
	margin-bottom: 0;
	padding: 6px 12px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	color: #fff;
	border: 1px solid transparent;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
	background-color: #46AFAC;
	background-repeat: repeat-x;
	border-color: #245580;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.wpcf7-submit:hover{
	background-color: #C2D651;
    background-position: 0 -15px;
    border-color: #204d74;
    color: black;
}
.wpcf7-submit:active {
     -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
     box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
 }
 
.wpcf7-submit[disabled]{
     -webkit-box-shadow: none;
     box-shadow: none
 }
 .btn-block-level {
    display: block;
    width: 100%;
}
textarea{min-height: 100px}

.wpcf7-list-item {
    box-sizing: border-box;
    display: block;
    float: left;
    width: 49%;
}
 
#main-content .wpcf7-mail-sent-ok{
 display:none!important
 
 }
 
@media (max-width:980px){
	h3{font-size:28px;}
	
}

