/*
 Theme Name:   Divi Child Theme
 Theme URI:    https://websiteadelaide.com/
 Description:  Divi Child Theme
 Author:       Website Adelaide
 Author URI:   https://websiteadelaide.com/
 Version:      3.0
 Template:     Divi
*/
/* Change hamburger icon colour */
.mobile_menu_bar:before {
    color: #5071F8 !important; /* replace with your hex/RGB colour */
}

@media only screen and (max-width: 1024px) {
    body header img#logo {
        max-width: 80%!important;
        max-height: 80%!important;
        height: auto!important;
        width: auto!important;
    }
} 
@media only screen and (min-width: 1024px) {
#page-container {
    padding-top: 129px !important;
}

#main-header {
    top: 60 !important;
    position: fixed;
    z-index: 999;
    width: 100%;
	}}

.et-fixed-header #main-header {
    top: 0 !important;
} 

/*--remove vertical divider if sidebar--*/ 
#main-content .container:before {
width:0!important;
}  
header#main-header{ box-shadow:none;}

#main-header.et-fixed-header { box-shadow: none !important; }  
.centering { 
        display: flex; 
        flex-direction: column; 
        justify-content: center;
    } 

.websiteby a{font-weight:400!important; font-size:0.9em!important; color:#000!important;}

/*--remove vertical divider if sidebar--*/
#main-content .container:before {
width:0!important;
} 
.punktlista ul li {
  padding-left: 10px;
  list-style:none;
  margin-bottom: 12px;
  margin-top:10px;
  
}

.punktlista ul li::before {
  content: '\5d';
  display: inline-block;
  margin-right: 14px;
  margin-left: -30px;
  padding-right: 2px;
  font-family:'ETmodules';
  font-size: 1.0em;
  vertical-align: middle;
}
.punktlista ul li::before {
  content: '\5d';
	color:#8DC4FF;
}
.widgettitle{padding-top:30px!important;} 
.h3sidebarspace{padding-top:30px!important;} 

#et-secondary-nav .menu-item a{color:#000!important;} 
ul.sub-menu {
    border-radius:10px!important;
} 
.drop-menu ul {
right: 0px !important;
} 
#top-menu li li a{padding:10px 10px 10px 10px!important; margin-bottom:10px; background:#fff; border-radius:5px!important; font-size:1.2em; letter-spacing:-0.8px!important; font-weight:300!important;}
#top-menu li li a:hover{color:#000!important; background:#F3F9FF; opacity: 1!important;}


/* Change the width of the dropdown container */
ul.sub-menu {
    width: 300px!important;
		
}
/* Change the width of the links inside the dropdown */
ul.sub-menu li,
ul.sub-menu li a {
    width: 100%!important;
}
/* Extend dropdown links full-width */
.nav li li {
    padding: 0;
    min-width: 100%!important;
}
.nav li li a {
    min-width: 100%!important;
	letter-spacing: -0.8px!important; font-weight: 300!important;
}



/* Add triangle arrow to the dropdown */
ul.nav > li > ul.sub-menu:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #5071F8 transparent;
	    position: absolute;
    top: -10px;
    left: 30px;
}
/* Position the second level dropdown correctly */
.nav li li ul {
    left: 300px;
}
.nav li.et-reverse-direction-nav li ul {
    left:auto;
    right:300px;
} 
#et-top-navigation nav#top-menu-nav>ul>li.menu_cta {
background-color: #5071F8!important;
padding: 0 !important;
	margin-right:15px;
	border-radius:40px;
}

#et-top-navigation nav#top-menu-nav>ul>li.menu_cta a {
color: #fff !important;
padding: 15px 15px 15px 15px !important;
}

.et-fixed-header #top-menu .menu_cta a {
 color:#fff!important;
  
}

#et-top-navigation nav#top-menu-nav>ul>li.menu_cta.current-menu-item {
    background-color: #fff!important;
    padding: 15px;
	
}
#et-top-navigation nav#top-menu-nav>ul>li.menu_cta.current-menu-item>a {
    padding-bottom: 0 !important;
color:#5071F8!important; } 


