/*
 Theme Name:   Divi Child Theme
 Theme URI:    https://adelaideadvertising.com/
 Description:  Divi Child Theme
 Author:       Website Adelaide
 Author URI:   https://adelaideadvertising.com/
 Version:      3.0
 Template:     Divi
*/


@media only screen and (max-width: 767px) {
    body header img#logo {
        max-width: 80%!important;
        max-height: 80%!important;
        height: auto!important;
        width: auto!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: '&#x5c';
  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: '\e052';
	color: #ccc;
}
#et-top-navigation nav#top-menu-nav>ul>li.menu_cta {
background-color: #006639!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;
	
}
 

