/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

/*Add your own styles here:*/

body{font-family:"Raleway"!important;}
strong{font-weight:900!important;}
#home h1{font-size:1.3em;font-weight:100;text-shadow:1px 2px rgba(0,0,0,0.3)}

#top .av-rotator-container-inner{font-size:4em!important;font-weight:100!important;text-shadow:1px 2px rgba(0,0,0,0.3);}

#quote p{text-align:center!important;}
#about p,#about h2{text-align:center;}
#about p{font-size:1em;}

/*.html_header_top.html_header_sticky #top #wrap_all #main{padding-top:0!important;}*/

.contactdetails{
	position: absolute;
    top: 50px;
    left: 150px;
    width: 320px;
    background: rgba(0,0,0,0.5);
    color: #ffffff;
    padding: 30px;
}
.contactdetails h2,.contactdetails strong{color: #ffffff!important;} 
.contactform{
	position: absolute;
    top: 50px;
    right: 150px;
    width: 400px;
    background: rgba(0,0,0,0.5);
    padding: 30px;
}
.contactform p{color:white;}
.intl-tel-input{text-align:left;width:100%;}
.intl-tel-input input.form-control{padding-left:50px!important;}

@media all and (max-width:767px){
	.contactdetails, .contactform{width:100%;position:static;display:block;left:0; margin:1px 0;}
}