/*
Theme Name: Divi Child
Template: Divi
*/

@import url("../Divi/style.css");

/*colors---*/




.mobnavbtn, .mobnavbtn .mnblock,
.overlay .closebtn,
#myNav #mobile-menu li a {
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}


/*-------------------------------------------------Mobile Menu------------------*/

/* The Overlay (background) */
.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */   
  height: 100%;
  width: 0;
  max-width:400px;
  position: fixed; /* Stay in place */
  z-index: 9999999; /* Sit on top */
  right: 0;
  top: 0;
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
  padding:0px;
}

/* Position the content inside the overlay */
.overlay-content {
	position: relative;
	width: 100%; /* 100% width */
	text-align: center; /* Centered text/links */
	margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
	max-width: 320px;
	margin: auto;
	top: 25px; 
}
.myNav-inner {
  height: 100%;
  width: 100%;
  position: relative; /* Stay in place */
  left: 0;
  top: 0;
  overflow-x: hidden; 
  background-color: rgb(8,43,83); 
  background-color: rgba(8,43,83, 1);
}

.custom-mobile-menu #mobile-menu {
	padding:0px 0px 30px 0px;
	text-align:center;
	max-width:300px;
	width:100%;
	margin: auto;
}
.custom-mobile-menu {
	width:auto;
	display:inline-block;
	vertical-align:middle;
	margin-left:0px;
	margin:0px 0px 0px 20px;
}

/* The navigation links inside the overlay */
#myNav #mobile-menu li a {
	padding: 4px;
	text-decoration: none;
	font-size: 16px;
	font-weight:500;
	color: #fff;
	display: block; /* Display block instead of inline */
	font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
	cursor:pointer;
}
#myNav #mobile-menu li {
	margin-bottom:6px;
	padding-bottom:0px;
	z-index:1;
	width:100%;
	border-bottom:0px;
}
#myNav #mobile-menu li a:hover,
#myNav #mobile-menu li.menu-item-has-children ul li a:hover{ 
	color:#d0a364;
}
#myNav #mobile-menu li.current-menu-item a,
#myNav #mobile-menu li.menu-item-has-children ul li.current-menu-item a { 
	color:#d0a364;
}
#myNav #mobile-menu li.menu-item-has-children ul li {
	margin-bottom:4px;
}
#myNav #mobile-menu li.menu-item-has-children ul.sub-menu {
	padding-left:0px;
	padding-top:15px;
	border-top:2px solid #d0a364;
}
#myNav #mobile-menu li.menu-item-has-children ul li a {
	font-size:14px;
	line-height: 1.2em;
}

#myNav #mobile-menu li, #myNav #mobile-menu ul {
	list-style:none;
}


/* Position the close button (top right corner) */
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 22px;
  font-size: 40px;
  color:#d0a364;
  z-index: 2;
}
.overlay .closebtn:hover {
  color:#fff;
}

.mobnavbtn {
    z-index: 9999998;
    font-size: 60px;
    color: #fff;
    cursor: pointer;
    display: block;
    width: 40px;
    height: 36px;
    text-align: right;
    background-color: transparent;
	border-radius:0px;
    padding-top: 0px;
	position:fixed;
	top: 18px;
	right: 15px;
	margin-top:0px;
	opacity:1;
}

.mobnavbtn .mnblock {
	width: 22px;
    height: 2px;
    background-color: #d0a364;
    margin: 4px 0 0 9px;
}

.mobnavbtn:hover .mnblock {
	background-color: #d0a364;
}

.mobile-logo {
	display:block;
	margin:auto;
	max-width:150px;
	margin-bottom:20px;
}