/*======================================
Theme Name: ELM Divi childtheme
Theme URI: https://www.elegantthemes.com/gallery/divi/
Description: Divi Child Theme
Author: Matilda Einarsson

Template: Divi

======================================*/

/*======================================
 * GLOBAL
======================================*/

/* SCROLL TO TOP */

.et_pb_scroll_top.et-pb-icon {
	background-color: #77abf9 !important;
	border-radius: 100px;
	right: 64px !important;
	padding: 4px 6px 6px 4px;
}

/*FULLSCREEN MOBILE MENU*/

.pa-fullscreen-menu .opened .mobile_menu_bar::before {
  content: "\4d" !important;
  color: #000;
}
	
/*show desktop menu on phone*/

.pa-fullscreen-menu .mobile_nav .mobile_menu_bar{ 
	background-color: #f7f6f2 !important;
	border-radius: 6px !important;
	z-index: 199999;
}


/*style the opened menu*/

.pa-fullscreen-menu .opened #mobile_menu1 {
	width: 100vw !important;
	position: fixed !important;
	top: 0em !important;
	left: 0vw !important;
	height: 100vh !important;
	display: flex !important;
	justify-content: center !important;
	flex-direction: column !important;
	opacity: 1 !important;
	visibility: visible !important;
	transition: visibility 0.3s, opacity 0.3s ease-in-out;
	padding: 0 !important;
}


/*style the closed menu*/

.pa-fullscreen-menu .closed #mobile_menu1 {
	text-align: center !important;
	width: 100vw !important;
	position: fixed !important;
	left: 100vw !important;
	top: 0em !important;
	height: 100vh !important;
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	flex-direction: column !important;
	transition: visibility 0.3s, opacity 0.3s, left 1s, ease-in-out;
	opacity: 0 !important;
	visibility: hidden !important;
}


/*remove the bullet points from the list items*/

.pa-fullscreen-menu #mobile_menu1 li {
	list-style: none !important;
	text-align: center !important;
	width: 100%
}


/*move the menu to the top above other elements*/

.pa-fullscreen-menu .et_pb_menu__wrap span.mobile_menu_bar {
	z-index: 999999 !important;
}


/*change the opened menu icon*/

.pa-fullscreen-menu .et_pb_menu__wrap .opened .mobile_menu_bar:before {
	content: "\4d" !important;
	color: #000;
}


/*make the hamburger menu fixed position on mobile*/

.pa-fullscreen-menu .opened .mobile_menu_bar {
	width: 95%;

}


/*remove the default blue border top on the mobile menu*/

.pa-fullscreen-menu .et_mobile_menu {
	border-top: none;
}


/*remove the default background color on menu items*/

.pa-fullscreen-menu .et_mobile_menu .menu-item-has-children>a {
	background-color: transparent;
}


/*remove the default hover background color and adjust opacity*/

.et_mobile_menu li a:hover {
	background-color: transparent;
	opacity: 1;
}


/*remove the default border bottom on menu items*/

.pa-fullscreen-menu .et_mobile_menu li a {
	border-bottom: none;
}


/* Vertical Tabs */

.verttabs {
    border: none;
}

.verttabs ul.et_pb_tabs_controls {
    float: left;
    width: 35%;
	height: 100%;
    margin-right: 3%;
    background: transparent;
}

.verttabs ul.et_pb_tabs_controls:after {
    content: none;
}

.verttabs .et_pb_tabs_controls li {
    width: 100%; 
	border: none;
}



@media(max-width:900px) {    
    .verttabs ul.et_pb_tabs_controls {
		float: none;
        width: 100%;
		height: auto;
        padding-bottom: 30px;
        margin-right: 0;
    }
}
