/*
 Theme Name:     Divi Child - MVCTesting
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Version:        4.27.4
 Description:    Divi Child Theme
 Author:         MVC
 Author URI:     https://www.vardeman.com
 Template:       Divi
 License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/


h1 { font-family: 'Taviraj', serif; }
h2 { font-family: 'Taviraj', serif; }
h3 { font-family: 'Noto Sans', sans-serif; }
h4 { font-family: 'Noto Sans', sans-serif; }
h5 { font-family: 'Noto Sans', sans-serif; }
h6 { font-family: 'Noto Sans', sans-serif; }

p { font-family: 'Noto Sans', sans-serif; }

body { font-family: 'Noto Sans', sans-serif; }

.mobile-button {

		height:40px;
		width:40px;
	    opacity: 1;
	    color: #ffffff;
	    background-color: transparent;
	    display: block;
	    cursor: pointer;
	    font-size: 25px;
	    border-radius:5px;
	    /*padding-top:15px;*/
	    text-align:center;
	    float:left;

}	    


.mobile-button span.m-icon {
	vertical-align: middle;
	font-size:30px;
	margin-right:6px;
}

.mobile-button span.m-label {
	display:none;
	vertical-align: middle;
	font-size:30px;
}


.mobile-button:hover {
	color: #3EAE2B;
	background-color: transparent;
}


/* class opens mobile navigation */
.mobile-menu-open .mobile-nav {
    z-index: 9999999999999;
    zoom: 1;
    left: 0%;
}


.mobile-nav {
	position: fixed;
	background-color: rgba(10, 81, 45, 0.5);
	height: 100%;
	min-width:none;	
	width: 100%;
	left: -150%;
	bottom: 0%;
	top: 0%;
	z-index: 100002;
	padding-top:20px;
	overflow-y: visible;
	-webkit-overflow-scrolling: touch;
	-webkit-transition: all 1.0s ease;
	-moz-transition: all 1.0s ease;
	-ms-transition: all 1.0s ease;
	-o-transition: all 1.0s ease;
	transition: all 1.0s ease;

}
.mobile-nav ul li {padding:0!important;}
@media only screen and (min-width: 640px) {
	.mobile-nav {
		/*
		min-width:360px;	
		width: 50%;
		*/
	}
}

.mobile-nav ul {		 
	margin: 0;
	padding: 0;
	list-style: none;
	background: rgba(0,71,108,0);
}


/* LEVEL 1 ------------- */
.mobile-nav ul .mli {
	display:block;
	width:100%;
	margin:auto;
	margin-bottom:0px;
	color: #ffffff;
	background: #3EAE2B;
	padding:5vw 10vw;
    text-align: left;
	
}

.mobile-nav ul .mli:before {
    content: " ";
    display: table;
}


.mobile-nav ul .mli:after {
    content: " ";
    display: table;
    clear: both;
}

.mobile-nav ul .mli:hover { 
	color: #3EAE2B;
	background: #0A512D;
}

.mobile-nav ul .mli a {
	display:block;
	width:80%;
	float:left;
	color:#ffffff;
	font-size:6vw;
	font-weight:600;
	line-height:1.2;	
	text-decoration:none;	
}

.mobile-nav ul .mli a:hover {
	text-decoration:none;
}

/* LEVEL 2 ------------- */
.mobile-nav ul ul .mli {
	padding-left:20px; 
	color: 		white;
	background: #3EAE2B;
}

.mobile-nav ul ul .mli:hover { 
	color: white;
	background: #3EAE2B;
}

/* LEVEL 3 ------------- */
.mobile-nav ul ul ul .mli {
	padding-left:28px; 
	color: 		white;
	background: #3EAE2B;

}

.mobile-nav ul ul ul .mli:hover { 
	color: white;
	background: #ef4524;
}
.mobile-nav ul ul ul .mli a {
	background:transparent;
	display:block;
	width:100%;
	float:left;
	color:white;
	font-size:16px;
	line-height:22px;	
	text-decoration:none;
}
.mobile-nav ul ul ul a:hover {
	text-decoration:none;
}

.mobile-nav ul a {
	display:block;
	width:80%;
	float:left;
	color:white;
	font-size:16px;
	line-height:30px;	
	text-decoration:none;
}
.mobile-nav ul a:hover {
	text-decoration:none;
}

/* LEVEL 2 ------------- */
.mobile-nav li ul { display:none; }
.mobile-nav li.mli-active ul { display:block; }

/* LEVEL 3 ------------- */
.mobile-nav li.mli-active ul ul { display:none; }
.mobile-nav li.mli-active ul li.mli-active ul { display:block; }

.mli-expand { color:white; font-size:20px; width:10%; float:right; text-align:right; }

.mobile-nav-close {
	/* display:none; */
	width:90%;
	margin:auto;
	margin-bottom:10px;
	text-align:right;
	color:white;
	padding:10px 20px;
	cursor: pointer;
	color:white;
	font-size:1.4em;
	font-weight:500;
}

.mobile-nav-close:hover { 

}	