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

#header_meta{
    background-color: #c6322d !important;
    padding: 5px 0;
}

.header_bg{
    opacity: 1;
}

.header_color .sub_menu>ul>li>a{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

#top .header_color .sub_menu ul li a:hover{
    color: #fff!important;
    text-decoration: underline!important;
}

.av-main-nav > li > a{
    font-size: 18px;
    font-weight: 400;
}

.logo.avia-standard-logo{
    padding: 15px 0;
}

.text-sep, .comment-container.minor-meta, .blog-categories.minor-meta, .blog-author.minor-meta{
    display: none !important;
    
}

.av-special-heading-tag{
    font-weight: 600!important;
}

.content, .sidebar {
    padding-top: 90px;
    padding-bottom: 90px;
}

.avia_image, .avia-content-slider .slide-image, .avia-content-slider .slide-image img{
    border-radius: 10px !important;
}

.big-preview, .comment-entry.post-entry{
    display: none !important;
}

.slide-meta-del, .slide-meta-comments{
    display: none  !important;
}


#text-2 .widgettitle, #text-3 .widgettitle, #text-4 .widgettitle{
    font-size: 18px !important;
}

#top .main_color .avia-color-theme-color {
    color: #ffffff;
    border-color: #c6322d !important;
    background-color: #c6322d !important;
    padding: 12px 20px!important;
    font-size: 16px!important;
    border-radius: 10px !important;
}

#top .main_color .avia-color-theme-color-highlight{
    color: #ffffff;
    border-color: #000 !important;
    background-color: #000 !important;
    padding: 12px 20px!important;
    font-size: 16px!important;
    border-radius: 10px !important;
}


@media only screen and (max-width: 767px) {
    .av-logo-container img{
        width: 150px !important;
    }
    
}