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

.av-special-heading-tag  {
	width: 100%;
	text-align: center;
}

.special-heading-border {
	display: none;
}

.video-bg-col {
    position: relative;
    overflow: hidden;
}

.video-bg-col .flex_cell_inner {
    position: static;
}

.video-bg-col .avia-video {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    min-width: unset !important;
    min-height: unset !important;
    transform: none !important;
    padding: 0 !important;
}

.video-bg-col .avia-iframe-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 177.78vh;
    /* 16:9 ratio trick */
    height: 56.25vw;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
}

.video-bg-col .avia-iframe-wrap iframe {
    width: 100% !important;
    height: 100% !important;
}

/*.main_color .toggler:hover {
    background-color: black !important;
    color: white !important;
}*/


@media only screen and (max-width: 767px) {
  [class*="av-mliyzkdu"],
  [class*="av-mmu9bqab"] {
    min-height: 300px !important;
    background-attachment: scroll !important;
    background-size: cover !important;
    background-position: center center !important;
  }
  
  [class*="av-2jgttw"] {
    background-attachment: scroll !important;
    background-size: cover !important;
    background-position: center center !important;
  }

  [class*="av-8urvc4"] {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    min-height: 0 !important;
  }
  
  [class*="av-8urvc4"] .avia-video,
  [class*="av-8urvc4"] .avia-video-16-9 {
    width: 100% !important;
    position: relative !important;
    padding-bottom: 56.25% !important;
    height: 0 !important;
  }
  
  [class*="av-8urvc4"] .avia-video video {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }
}

.av-special-heading .av-special-heading-tag {
    font-size: clamp(48px, 6vw, 60px) !important;
}