/**** This hides the sub menu items on mobile ****/
#page-container .mobile_nav li ul.hide {
    display: none !important;
}
/**** This adjusts the positioning and the background transparency of the parent menu item on mobile ****/
#page-container .mobile_nav .menu-item-has-children {
    position: relative;
}
#page-container .mobile_nav .menu-item-has-children > a {
    background: transparent;
}
/**** This styles the icon and moves it to the right ****/
#page-container .mobile_nav .menu-item-has-children > a + span {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    z-index: 3;
}
/**** Here you can swap out the actual icons ****/
#page-container span.menu-closed:before {
    content: "\4c";
    display: block;
    color: #fff;
    font-size: 16px;
    font-family: ETmodules;
}
#page-container span.menu-closed.menu-open:before {
    content: "\4d";
}

/* Styling Middle Line - Code By Divi Awesome */
.mobile_menu_bar{
	position: absolute;
    right: 0;
    top: 20px;
	width:35px;
	height:3px;
	background:#0c5adb; /* Change the color if you are using black background */
	border-radius:20px;
	transition: all .5s ease-in-out;
}

/* Styling Top and Bottom Line - Code By Divi Awesome */
.mobile_menu_bar:before,
.mobile_menu_bar:after{
	content:'';
	height:3px;
	position:absolute;
	background:#0c5adb; /* Change the color if you are using black background */
	border-radius:20px;
	transition: all .5s ease-in-out;
}

/* Reducing width of Top Line - Code By Divi Awesome */
.mobile_menu_bar:before{
	width:30px;
	transform:translatey(-8px);
	transition: all .5s ease-in-out;
}

/* Reducing width of Bottom Line - Code By Divi Awesome */
.mobile_menu_bar:after{
	width:25px;
	transform:translatey(8px);
	transition: all .5s ease-in-out;

}

/* Sliding Middle line to the left - Code By Divi Awesome */
.mobile_nav.opened .mobile_menu_bar{
	transform:translatex(-50px);
	background:transparent;
	transition: all .5s ease-in-out;
}

/* Rotating the line once it is open - Code By Divi Awesome */
.mobile_nav.opened .mobile_menu_bar:before{
	transform:rotate(45deg) translate(35px, -35px);
	transition: all .5s ease-in-out;
}

/* Rotating the line once it is open - Code By Divi Awesome */
.mobile_nav.opened .mobile_menu_bar:after{
	transform:rotate(-45deg) translate(35px, 35px);
	transition: all .5s ease-in-out;
	width:30px;
}

/*If dropdown is overlapping hamburger use the below code*/


.mobile-menu-style-1 .et_mobile_menu{
	     min-width: 77vw;
    margin-left: -40vw;
    margin-top: 10.5vw;
	overflow-y: scroll!important;
    max-height: 80vh!important;
    -overflow-scrolling: touch!important;
    -webkit-overflow-scrolling: touch!important;
}


.et_pb_sticky.et_pb_sticky--top{
	    -webkit-box-shadow: 0px 0 20px -1px rgb(0 0 0 / 10%);
}


.et_pb_scroll_top.et-pb-icon {
 box-shadow: 0px 6px 18px 0 rgb(0 0 0 / 20%);
  background-color:#0c5adb;
  color: white;
  margin-right:20px;
  border-radius:2px;
  padding: 10px;
  transition: .5s ease;
}

.et_pb_scroll_top.et-pb-icon:hover {
  transition: .5s ease;
  transform:translatey(-8px);
}
.all-post .et_pb_post {
    box-shadow: 0 6px 18px 0 rgb(100 130 208 / 17%);
    border-radius: 10px;
    padding: 20px;
	border: inherit !important;
}



.et_pb_row_0_tb_header .et_pb_blurb_container{
	padding-left:0;
}
.et_pb_blurb_1_tb_header .et_pb_module_header{
	line-height:.9em !important;
}

.et_pb_row_0_tb_header .et_pb_main_blurb_image {
	width: 25px;
}






.nav li li ul {
	border-left: 1px solid #000f21;
}
.nav li li ul li{
	padding:0;
	width: 100%;
}
.nav li li ul li a:hover {
    padding-left: 20px!important;
    background: #000f21!important;
    color: #fff!important;
	opacity: 1!important;
}
.et_pb_menu_0_tb_header.et_pb_menu .nav li ul.sub-menu li.current-menu-item a {
	background: #000f21;
}

.et-menu li li.menu-item-has-children>a:first-child:after {
    top: 6px !important;
}
