/*
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
*/


/* Fonts */
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700');



body {
font-family: 'Roboto Condensed', sans-serif !important;
font-weight: 300 !important;
color: #666;
font-size: 20px !important;
}

#hero h1 {
font-family: 'Roboto Condensed', sans-serif !important;
color: #fff !important;
font-size: 46px !important;
line-height: 1.2em !important;
font-weight: 700 !important;
}

#hero_banner h1 {
font-family: 'Roboto Condensed', sans-serif !important;
color: #fff !important;
font-size: 38px !important;
line-height: 1.2em !important;
font-weight: 400 !important;
}

#hero h2 {
font-family: 'Roboto Condensed', sans-serif !important;
color: #fff !important;
font-size: 27px !important;
line-height: 1.3em !important;
font-weight: 400 !important;
text-transform: none !important;
}


#hero h4 {
font-family: 'Roboto Condensed', sans-serif !important;
color: #fff !important;
font-size: 25px !important;
line-height: 1.5em !important;
font-weight: 400 !important;
text-transform: none !important;
}

#hero h3 {
font-family: 'Roboto Condensed', sans-serif !important;
color: #fff !important;
font-size: 32px !important;
line-height: 1.2em !important;
font-weight: 700 !important;
}


#contact_hero h2 {
font-family: 'Roboto Condensed', sans-serif !important;
color: #fff !important;
font-size: 26px !important;
line-height: 1.4em !important;
text-transform: none !important;
}

h2 {
font-family: 'Roboto Condensed', sans-serif !important;
color: #000;
font-size: 34px !important;
font-weight: 400 !important;
}

h4 {
font-family: 'Roboto Condensed', sans-serif !important;
color: #fff;
font-size: 25px !important;
font-weight: 700 !important;
}


/* Forms */

#top label {
display: none !important;
}

#qualify .gform_body {
width: 80%;
display: block;
float: left;
}

#qualify .gform_footer {
width: 20%;
display: block;
float: left;
clear: none;
padding: 0px;
padding-top: 9px;
}

#qualify .gform_footer input[type=submit] {
width: 100%;
}

@media only screen and (max-width: 969px) {
	
#qualify .gform_body {
width: 100%;
}

#qualify .gform_footer {
width: 100%;
}
	
}



.responsive #header_main {
border: none !important;}

#top {
border: none !important;}

.responsive .phone-info span {
    margin: 0;
    padding: 5px;
    border: none;
    color: #fff !important;
    font-size: 21px !important;
    font-family: 'Roboto Condensed', sans-serif !important;
    font-weight: 400 !important;
}

#header_meta {
border-bottom: solid transparent !important;
}

.avia-menu-text{
font-size: 18px !important;
font-weight: 700 !important;
font-family: 'Roboto Condensed', sans-serif !important;
	
}

#top .social_bookmarks li a {
font-size: 18px;
}

#top .social_bookmarks li {
width: 40px !important;
}

.team-member-name {
text-align: center !important;
}

.team-member-job-title {
text-align: center !important;
}

#header_meta {
	position: absolute;
    right: 0;
    top: 10px;
	display: block;
    width: 100%;
    border: 0px !important;
}

@media only screen and (max-width: 767px) {
	
#header_meta {
    position: relative;
    top: 0px;
}
	
}