/*
Theme Name: Enfold Child
Author: IFRA
Author URI: https://ifra.nl/
Description: Make all of your modifications in this child theme.
Version: 2.3
Template: enfold
*/

/* Toon scroll naar boven button op mobiel */
@media only screen and (max-width: 767px) {
.responsive #scroll-top-link { display: block !important;}
}

/* All Mobile Sizes (devices and browser) ***************************************/
  @media only screen and (max-width: 767px) {

  	.avia-section.nested .post-entry,
  	.avia-section.nested .tab_content,
  	.avia-section.nested .toggle_content,
  	.avia-section.nested .avia-testimonial { padding: 30px !important; }

  	.pricing-table li.avia-pricing-row { font-size: 8vw; }

}


/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) ***************************************/
  @media only screen and (max-width: 479px) {

  	.avia-section.nested .post-entry,
  	.avia-section.nested .tab_content,
  	.avia-section.nested .toggle_content,
  	.avia-section.nested .avia-testimonial { padding: 20px !important; }

  	.avia_ajax_form .form_element_fourth { width: 100%; }

}

@media only screen and (max-width: 767px) {
.responsive #top #wrap_all #header { position: fixed; }
#top .av-submenu-container { position: fixed; }
}
