/*
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:*/

@font-face {
    font-family: 'arconregular';
    src: url('fonts/arcon-regular-webfont.eot');
    src: url('fonts/arcon-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/arcon-regular-webfont.woff2') format('woff2'),
         url('fonts/arcon-regular-webfont.woff') format('woff'),
         url('fonts/arcon-regular-webfont.ttf') format('truetype'),
         url('fonts/arcon-regular-webfont.svg#arconregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'misoregular';
    src: url('fonts/miso-regular-webfont.eot');
    src: url('fonts/miso-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/miso-regular-webfont.woff2') format('woff2'),
         url('fonts/miso-regular-webfont.woff') format('woff'),
         url('fonts/miso-regular-webfont.ttf') format('truetype'),
         url('fonts/miso-regular-webfont.svg#misoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'arconrounded-regular';
    src: url('fonts/arcon-rounded-regular-webfont.eot');
    src: url('fonts/arcon-rounded-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/arcon-rounded-regular-webfont.woff2') format('woff2'),
         url('fonts/arcon-rounded-regular-webfont.woff') format('woff'),
         url('fonts/arcon-rounded-regular-webfont.ttf') format('truetype'),
         url('fonts/arcon-rounded-regular-webfont.svg#arconrounded-regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body{font-family: font-family: 'arconregular' !important;}
#top #header .av-main-nav > li > a {
    color: #165c85;
    font-family: arconregular;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
}
body {
    font-family: arconregular !important;
}
input::-webkit-input-placeholder {
color: #ffffff !important;
}
 
input:-moz-placeholder { /* Firefox 18- */
color: #ffffff !important;  
}
 
input::-moz-placeholder {  /* Firefox 19+ */
color: #ffffff !important;  
}
 
input:-ms-input-placeholder {  
color: #ffffff !important;  
}
textarea::-webkit-input-placeholder {
color: #ffffff !important;
}
 
textarea:-moz-placeholder { /* Firefox 18- */
color: #ffffff !important;  
}
 
textarea::-moz-placeholder {  /* Firefox 19+ */
color: #ffffff !important;  
}
 
textarea:-ms-input-placeholder {  
color: #ffffff !important;  
}

/*manu */
.av-subheading.av-subheading_below.av_custom_color > p {
    padding: 23px;
}
.main_color *::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.content_home h4 {
    color: #165c85;
    font-family: misoregular;
    font-size: 30px;
    font-weight: normal;
    padding: 10px 0;
}
.content_home{color:#165c85;}
.team-content > p {
    color: #165d85;
    font-size: 18px;
}
.avia_textblock ul li{font-size: 18px;color:#165c85;}
#avia-menu li a:hover, #avia-menu li a.active {
   color: #165D85 !important;
background:none  !important;
}
.av-subheading.av_custom_color {
    opacity: 1;
}
.left-section{width:30%;float:left;}
.right-section{width:68%; float:right;}
input[type="submit"], #submit, .button {
    border: medium none;
    border-radius: 0;
    cursor: pointer;
    float: right;
   font-size: 24px;
    padding: 8px 50px 12px;
}
#top textarea {
    background: #56b5e6 none repeat scroll 0 0 !important;
    color: #ffffff !important;
    font-family: arconregular;
    font-size: 24px;
 line-height: 0.8em;
    min-height: 54px;
    padding: 11px;
}
#top textarea{margin: 0;}
#top .input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="tel"]{
    background: #56b5e6 !important;
    border: 1px solid #56b5e6;
    border-radius: 0;
    color: #ffffff !important;
    display: inline;
    font: 24px "arconregular";
    margin: 0 0 16px;
    outline: medium none;
    padding: 15px;
    width: 100%;
}
span.wpcf7-not-valid-tip {
    color: #f00;
    display: inline;
    font-size: 1em;
}
.avia-shadow {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.1) inset;
}

/*end manu */

/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {

  /* Add your Desktop Styles here */

#header_main {
    border-bottom-style: none;
    border-bottom-width: 0;
    z-index: 1;
}
#top #header .av-main-nav > li > a {
    color: #165c85;
    font-family: arconregular;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
}
.footer-content {
    color: #165d85;
    font-family: arconregular;
    font-size: 24px;
    line-height: 22px;margin-top: 47px;
}
.footer-text{margin-top:28px;}
.footer-content > p {
    font-size: 18px;
}
#top #wrap_all .ls-wp-container .ls-slide > * {font-weight: normal;}
.template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 {
    font-family: misoregular;
    font-weight: normal;
    letter-spacing: 0;
    text-transform: uppercase;
}
.av-subheading p:first-child {
    margin: 0 auto;
    width: 800px; font-family: arconregular;
}
.home-content h5 {
    color: #fff !important;
    font-family: arconregular;
    font-size: 24px;
    font-weight: normal;text-align: center;
}
.home-content > p {
    color: #fff;
    font-size: 18px;text-align: center;
}
.home-content {
    margin-top: 50px;
}

}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */
.av-subheading.av-subheading_below.av_custom_color > p {
    font-size: 17px;
    padding: 0px;
}
.home-content h5 {
    color: #fff !important;
    font-family: arconregular;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
}
.home-content > p {
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.av-inherit-size .av-special-heading-tag {
    font-size: 0.5em;
   
}
.template-page .entry-content-wrapper h1 {
    font-family: misoregular;
    letter-spacing: 0;
    text-transform: uppercase;
}
.team-content > p {
    color: #165d85;
    font-size: 0.7em;
}
p {
    line-height: 1.2em;
    margin: 2px 0;
}
.left-section,.right-section{width:100%;}
.footer-content {
    color: #165d85;
    font-family: arconregular;
    font-size: 18px;
    line-height: 28px;
}
}