/*
Theme Name: Enfold Child
Theme URI: http://www.kriesi.at/themes/enfold/
Template: enfold
Author: Kriesi
Author URI: https://kriesi.at
Description: A superflexible and responsive Business Theme by Kriesi - Update notifications available on Facebook and via newsletter: - Join the Facebook Group - Subscribe to our Newsletter
Version: 7.1.3.1769121538
Updated: 2026-01-22 14:38:58

*/

.sub_menu>div>ul>li>a, .sub_menu>ul>li>a {
    text-decoration: none;
    font-weight: 700;
    padding: 7px 0;
	background: rgba(255, 255, 255, 0.85)!important;
    padding-left: 12px;
    padding-right: 12px;
    margin-top: -1px;
    font-size: 12px;
    text-color: #ffffff;
}

/* Force Enfold video lightbox to 9:16 */
.mfp-content video,
.mfp-content iframe {
  aspect-ratio: 9 / 16;
  width: 360px;
  max-width: 90vw;
  height: auto;
  max-height: 80vh;
  margin: 0 auto;
  display: block;
}

@media (max-width: 768px) {
  .mfp-content video,
  .mfp-content iframe {
    width: 90vw;
    max-height: 90vh;
  }
}
