/*
Theme Name: Runamuk Divi 5
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 10.0.1
Updated: 2026-01-30 16:08:06

*/


/* Fullscreen fixed mobile menu */
#mobile_menu1 {
  position: fixed !important;
  inset: 0;
  width: 100vw;
  height: 100dvh;
  background: #fff;
  z-index: 999999;
  padding-top: 90px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/* LOCK PAGE SCROLL when hamburger is open */
html:has(.mobile_nav.opened),
body:has(.mobile_nav.opened),
html:has(.mobile_nav.opened) .et_pb_pagebuilder_layout,
body:has(.mobile_nav.opened) .et_pb_pagebuilder_layout {
  overflow: hidden !important;
  height: 100dvh !important;
  touch-action: none;
}

/* iOS Safari hard lock */
body:has(.mobile_nav.opened) {
  position: fixed;
  width: 100%;
}


@media only screen and (max-width: 980px) {

	div.et_mobile_nav_menu {
        position: absolute !important;
        margin-top: -20px !important;
        margin-left: 0px !important;
    }
	
	ul#mobile_menu1 {
        width: 100vw;
        left: 0px;
        height: 100vh !important;
        top: 0;
        position: fixed !important;
        border-top-width: 2px !important;
        z-index: 99999998 !important;
        overflow: hidden;
        padding-top: 100px;
    }
    
    span.mobile_menu_bar {
        z-index: 99999999 !important;
    }
    
    .mobile_nav.closed span.mobile_menu_bar:before {
        position: fixed !important;
		left: -40px;
		top: 0px;
		z-index: 999999999 !important;
		font-size: 40px !important;
    }
    
	.mobile_nav.opened span.mobile_menu_bar:before {
		position: fixed !important;
		left: -40px;
		top: 0px;
		z-index: 999999999 !important;
		font-size: 40px !important;
	}
    
    ul#mobile_menu1 a, ul#mobile_menu1 li {
        letter-spacing: 1px;
        font-weight: 400 !important;
    }
        
	.mobile_nav.closed {
		width: 0px !important;
		height: 0px !important;
		padding: 0px !important;
	}

	.mobile_nav.opened .mobile_menu_bar:before,
	.et_pb_menu .et_pb_menu__menu .mobile_menu_bar.opened:before,
	.mobile_menu_bar.mobile_menu_bar_toggle.opened:before {
		content: "\4d"; /* Divi built-in X icon */
	}
	
	.br-mobile br {
        display: none !important;
	}
	
	.br-mobile p {
        text-align: justify !important;
        line-height: 2em !important;
    }
	
}