/*--------------------------------------------------------------------------------- Theme Name:   FKS Theme URI:    https://familysongkohlipe.com Description:  Accomodation and Fishing Author:       Monica Costa Author URI:   https://www.monicacosta.asia Template:     Divi Version:      1.0.0 License:      GNU General Public License v2 or later License URI:  http://www.gnu.org/licenses/gpl-2.0.html------------------------------ ADDITIONAL CSS HERE ------------------------------*/.current-menu-item a {font-weight:800 !important;}

.menu-item a:hover {font-weight:800 !important;
	
}


.mobile_menu_bar:before {
color: #000000;
background: #ff0000;
font-size: 48px;
	
}

/* Text left of hamburger in the Theme Builder */
.et_mobile_nav_menu:before  {
content: 'MENU';
position: center;
right: 40px;
margin-top:5px;
color: #333;
font-size:40px;
}

/* Text left of hamburger in Divi 3 */
#et_mobile_nav_menu:before  {
content: 'MENU';
position: center;
right: 33px;
bottom:30px;
color: #333;
font-size:40px;
}

/* X icon in expanded mobile menu */
.mobile_nav.opened .mobile_menu_bar:before {
content: '\4d';
}

/* Remove the top line in the mobile menu*/
.et_mobile_menu {
border-top:0;
}

/* BG color*/
.et_mobile_menu {
background-color:#FFF;
}

/* Center-align moble menu items */

.et_mobile_menu li {
text-align:center !important;
}
  
.et_mobile_menu li li, .et_mobile_menu li ul {
padding-left:0 !important;
}

/* Make mobile menu fullwidth */
.et_mobile_menu {
min-width: 100vw;
margin-left: -10vw;
}

/* Make the mobile menu full height */

.et_mobile_menu {
min-height:100vh !important;
min-height: -webkit-fill-available;
padding-top:50px !important;
}

html {
height: -webkit-fill-available;
}

/* Remove the animation to avoid delay */

.mobile_nav.opened .et_mobile_menu {
display:block !important;
}