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



.avia-slideshow {
    max-height: 300px;
}

#footer .av_one_fourth {
    width: 27.3%;
    padding: 35px 0;
}

#footer .first {
    width: 100%;
    display: block;
    clear: both;
}

#text-8 {
    width: 100%;
    max-width: 450px;
}

#widget_sp_image-2 {
    margin: -152px 0 0 500px !important;
}

#text-7 {
  
}


/* #Tablet (Landscape)
================================================== */
/* Note: Design for a width of 500px, Gutter: 30px, Unit: 32px */
@media only screen and (min-width: 500px) and (max-width: 600px) {
  .responsive #top { overflow-x: hidden; }
  .responsive .boxed#top , 
  .responsive.html_boxed.html_header_sticky #header{ width: 782px;}
  .responsive .container{ max-width: 680px; }
  .responsive.html_mobile_menu_tablet .boxed #wrap_all { overflow: hidden; /*needed for mobile menu scrolling */ }
        .av-main-nav > li > a {
        padding: 0 7px;
    }
}


/*
backup code
/* #Tablet (Landscape)
================================================== */
/* Note: Design for a width of 500px, Gutter: 30px, Unit: 32px */
@media only screen and (min-width: 500px) and (max-width: 600px) {
  .responsive #top { overflow-x: hidden; }
  .responsive .boxed#top , 
  .responsive.html_boxed.html_header_sticky #header{ width: 782px;}
  .responsive .container{ max-width: 782px; }
  .responsive.html_mobile_menu_tablet .boxed #wrap_all { overflow: hidden; /*needed for mobile menu scrolling */ }
        .av-main-nav > li > a {
        padding: 0 7px;
    }
}
*/