/*
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 will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/
.av_minimal_header #header_main .container {
    margin-top: 15px!Important;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    body, body .avia-tooltip {
        font-size: 16px;
    }
}
@media only screen and (max-width: 1200px) {
    .responsive #top #wrap_all .container {
        width: 100%;
        max-width: 100%;
    }
}
@media only screen and (max-width: 767px) {
.responsive #top #main {
    padding: 15px;
}
}
/* Custom breakpoint */
@media only screen and (max-width: 1500px) { 
    .responsive .container {
        max-width: 100%;
    }
}
@media only screen and (max-width: 1200px){
.responsive #top .container .av-content-small, .responsive #top #wrap_all .flex_column, .responsive #top #wrap_all .av-flex-cells .no_margin {
    margin: 0;
    margin-bottom: 20px;
    width: 100%;
}
}