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


   .centering { 
        display: flex; 
        flex-direction: column; 
        justify-content: center;
    }
ul.et-social-icons
li.et-social-icon.et-social-rss a.icon:before{
  content: "\e09a"!important;
}

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

.widgettitle {
    border-bottom: solid 2px #000!important;
    margin-bottom: 25px;
}

.et_pb_widget ul li {
background-color:#EFEFEF;
padding: 5px;
}
#et-secondary-nav .menu-item a{color:#fff!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;
}



/* 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 #0183D7 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;
} 
