/*
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
*/
/**
 * Smaller padding for content in color sections on mobile devices
 * Only true if color section is set to 'huge padding'
 */
@media only screen and (max-width: 768px) {
  .avia-section-huge .content,
.content {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .avia-timeline-boxshadow .av-milestone-contentbox {
    word-break: break-word;
  }
}
/*
 * Break flexboxes on tablets
 * Except, if color section has class .do_not_break_on_tablets
 * Also not true for flexboxes in subfooter
 */
@media only screen and (max-width: 989px) {
  .responsive #top #wrap_all .avia-section:not(#sub_footer):not(.do_not_break_on_tablets) .flex_column {
    margin: 0;
    margin-bottom: 20px;
    width: 100%;
  }
}
/**
 * Manage responsiveness
 */
@media only screen and (max-width: 450px) {
  h1.av-special-heading-tag, h1.post-title.entry-title {
    font-size: 1.8rem !important;
  }

  h2.av-special-heading-tag,
h3.av-special-heading-tag,
h4.av-special-heading-tag,
h5.av-special-heading-tag,
h6.av-special-heading-tag,
.iconbox_content_title,
.av_iconlist_title,
.av-subheading.av-subheading_below {
    font-size: 1.5rem !important;
  }

  .hr.hr-short.hr-center {
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 375px) {
  h1.av-special-heading-tag, h1.post-title.entry-title {
    font-size: 1.2em !important;
  }

  h2.av-special-heading-tag,
h3.av-special-heading-tag,
h4.av-special-heading-tag,
h5.av-special-heading-tag,
h6.av-special-heading-tag,
.iconbox_content_title,
.av_iconlist_title {
    font-size: 1.2rem !important;
  }
}
@media only screen and (max-width: 320px) {
  h2.av-special-heading-tag,
h3.av-special-heading-tag,
h4.av-special-heading-tag,
h5.av-special-heading-tag,
h6.av-special-heading-tag,
.iconbox_content_title {
    font-size: 1rem !important;
  }
}
@media only screen and (max-width: 1100px) and (min-width: 768px) {
  .responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item {
    display: none;
  }

  .responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item-avia-special {
    display: block;
  }
}

/*# sourceMappingURL=style.css.map */
