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

@media only screen and (max-width: 1180px) {.av-main-nav > li.menu-item-avia-special {
    display: block;
}
.av-main-nav > li {
    display: none;
}}
@media only screen and (max-width: 767px) {
	.responsive #top .logo {
		width: 250px;
	}
}

.nf-field-element input[type="button"] {
	-webkit-appearance: none;
}

/**
 * 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: 768px) {
  h1.av-special-heading-tag, h1.post-title.entry-title {
    font-size: 1.65rem !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-subheading.av-subheading_below,
  .avia-promocontent h2 {
    font-size: 1.5rem !important;
  }

  h3.iconbox_content_title {
    font-size: 1.3rem !important;
  }

  .modern-quote .av-special-heading-tag {
    font-weight: 400;
  }
}
@media only screen and (max-width: 375px) {
  h1.av-special-heading-tag, h1.post-title.entry-title {
    font-size: 1.2rem !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 {
    /*font-size: 1.2rem !important;*/
  }
}
@media only screen and (max-width: 320px) {
h1.av-special-heading-tag, h1.post-title.entry-title,
	.av-subheading p,
	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,
	h3.iconbox_content_title,
	.iconbox_content_title,
	.av_iconlist_title {
		font-size: 1.3rem !important;
	  }
		.iconlist_icon {
		display: none;
	}
	.av_dropcap1 {
		font-size: inherit !important;
		line-height: inherit;
		display: inline;
		float: none;
		margin: 0;
		color: inherit;
	}
	.avia-slider-testimonials .avia-testimonial-content p {
		font-size: 13px;
		line-height: 1.3em;
	}
	#top .av-large-testimonial-slider .avia-testimonial-name {
		font-size: 13px;
		line-height: 1.3em;
	}
}


