/*
 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
*/
/* Change logo only on homepage */
/* Homepage logo only */
.home .et_pb_menu__logo img,
.home #logo {
	content: url("/wp-content/uploads/2026/05/home-logo-Wayne-Jones-Celebration-Funerals-modern-way.png");
	max-height: 100px !important;
	height: 100px !important;
	width: auto !important;
	background-color:#000!important;
}
/* Give header more height on homepage */
.home .et_pb_sticky_module .et_pb_menu,
.home .et_pb_menu {
	min-height: 120px;
}
.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;
} 
/* https://www.elegantthemes.com/blog/resources/elegant-icon-font 
*/
.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: #E6EBE3;
}
.extraspace h2{padding-bottom:20px;} 

/* Make Divi primary menu dropdown wider */
#top-menu li ul {
    width: 210px;
}

/* Make dropdown items use full width */
#top-menu li ul li {
    width: 100%;
}

/* Adjust link padding so text looks balanced */
#top-menu li ul li a {
    width: 100%;
    padding: 10px 20px;
}
#top-menu li ul {
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 18px rgba(0,0,0,0.08);
} 

ul#top-menu.nav li ul li a{
font-size:1.2em;
line-height:1.15;
padding-right:0px;
padding-left:0px;
} 
