/*
 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
*/


.centering { 
        display: flex; 
        flex-direction: column; 
        justify-content: center;
    } 

/*--remove vertical divider if sidebar--*/
#main-content .container:before {
width:0!important;
} 
.my-heading-line h2 {
  position: relative;
  padding-bottom: 18px;
	margin-bottom: 20px; 
}

.my-heading-line h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 180px;      /* length of the line */
  height: 1px;       /* thickness */
  background: #5EABCA;  /* colour – change as needed */
}
.my-centered-heading-line h2 {
  position: relative;
  text-align: center;
  padding-bottom: 12px;
  margin-bottom: 20px; /* space below the line */
}

.my-centered-heading-line h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 180px;   /* line length */
  height: 2px;    /* line thickness */
  background:#5EABCA;
}
.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: 10px;
  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-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;}
#top-menu li li a:hover{color:#000!important; background:#edeaea; 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;
}

#top-menu li ul.sub-menu {
    z-index: 9999 !important;
	position: absolute;}

/* 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 #66b2ce 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: #1A3868!important;
padding: 0 !important;
	margin-right:15px;
}

#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;
  
}
 
 @media only screen and (min-width: 1024px) {
#page-container {
    padding-top: 129px !important;
}

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


