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


@media screen and (max-width:650px) {
    div .av_one_fourth, div .av_one_half {width:100% !important;margin-left:0 !important;}
}
@media screen and (max-width:920px) {
    .home .avia-slide-wrap {display:flex !important;flex-direction:column !important;}
    .home .avia-slide-wrap .av-slideshow-caption {order:2 !important;}
    .home .avia-slide-wrap > img {order:1 !important;}
}
@media screen and (min-width:651px) and (max-width:1000px) {
    div .av_one_fourth {width:calc(50% - 12px) !important;margin-left:0 !important;margin-right:0 !important;}
    div .av_one_fourth:nth-child(odd) {clear:left !important;margin-right:12px !important;}
}
