/*
 Theme Name:     Divi
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        3.0.72
*/
 
@import url("../Divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */
/*** Take out the divider line between content and sidebar ***/
#main-content .container:before {background: none;}
 
/*** Expand the content area to fullwidth ***/
@media (min-width: 981px){
#left-area {
    width: 100%;
    padding: 23px 0px 0px !important;
    float: none !important;
}
}
/* sub menu */
#top-menu li li a {
    text-transform:initial;
}
#top-menu li a:hover, #top-menu li li a:hover {
    color: #2ea3f2;
    opacity: 0.5;
}

#footer-widgets {
    padding: 0;
    padding-top: 1em;
}
/* footer widget centering */
#custom_html-8 {
    text-align:center;
    margin: 0 auto;
    display:inline-block;
    width:100%;
}

/* apply a background image to header */
#main-header::after {
content: "";
background-image: url('https://www.kayakfun.com.au/wp-content/uploads/2017/09/paddle-fun-sand.jpg');
background-size:cover;
opacity:0.7;
top: 0;
left: 0;
bottom: 0;
right: 0;
position: absolute;
z-index: -1;
}

#map {
        height: 400px;
        width: 100%;
}

/* put Div Conactform labels outside of input area */
.et_pb_contact_form_label {
display: block !important;
}

address {padding-bottom:1em;}

/*put top menu on smaller screens */
@media (max-width: 980px) {
    .et_secondary_nav_only_menu #top-header, #et-secondary-nav, #et-secondary-menu {
        max-height:20px;
        display: block !important;
    }
    #et-secondary-nav li {
        display: none;
    }
}