/*
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:*/
#google_translate {
    float: right;
    margin: 1px 0 0 10px;
}

#header {padding-bottom: 15px;}
.flex_column .slide-image {display:none;}

.single-small .blog-meta {
    float: left !important;
    margin: 0 30px 0 10px !important;
    }

#top .fullsize .template-blog .blog-meta {
    width: 181px;
    }
.small-preview {
    width: 181px;
    height: 181px;
    }
.sub_menu {
    text-transform: uppercase;
}
.header_color .sub_menu li ul a, .header_color .sub_menu ul li, .header_color .sub_menu ul {
background-color: #1f66a8;
}
.sub_menu>ul>li>a, .sub_menu>div>ul>li>a {
    padding: 8px 0;
}
.title_container .breadcrumb {
    font-size: 14px;
}
.header-name {
    margin: 15px auto;
    max-width: 1300px;
}
.post {
    border-bottom: 2px solid;
    margin-bottom: 20px;
}
.template-blog .post_delimiter, .flex_column .template-blog .post_delimiter {
    padding:0;
}
.content {
    border-right:none;
}
#top #main .sidebar {
    border-left:none;
}
body .column-top-margin {
    margin-top:0;
}

@media only screen and (min-width: 768px) {
  .header-name-mobile {display:none;}

}

@media only screen and (max-width: 767px) {
  .header-name {display:none;}

}