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

body main.content p, body main.content ul li, body main.content ol li{
    font-size: 14px;
}
.template-page .entry-content-wrapper h1{
    text-transform: none;
}
.slide-meta{
    display: none !important;
}
.slide-entry-excerpt{
    display: none !important;
}
/*Add your own styles here:*/
.ubermenu-current-menu-ancestor a{
    border-bottom: 3px solid #a81010 !important;
}

.av-logo-container{
    height: 76px !important;
    line-height: 76px !important;
}

.logo a{
    max-height: 167px !important;
}

.home .logo{
    height: 167px !important;
}

.logo img{
    max-height: 100px !important;
}

.template-page .entry-content-wrapper h2{
	min-height: 53px;
	color: black !important;
}

.services{
    text-align: center;
}

.services img{
    width:auto !important;
}

.services-headline-container{

}

.services-headline{
    height: 50px;
    position: relative;
    clear: both;
}

.services-headline p{
    background-color: #fff;
    position: absolute;
    margin: 10px 0px;
    left: 50%;
    margin-left: -60px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 20px;
}

.services-headline span{
    width: 100%;
    height: 100%;

    position: absolute;
    left:0;
    top: -50%;

    border-bottom: 2px solid #860000;
}

.product_thumb_wrapper {
    float: left;
    width: 100%;
    height: 100px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #cdcdcd;
    padding: 7px !important;
    margin-bottom: 10px !important;
}
