/*
Theme Name:     Willetts Divi
Description:    Willetts Divi child theme of Divi
Author:         Willetts Systems
Template:       Divi

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

.et_header_style_left .logo_container {
    height: auto;
    position: relative;
    padding-top: 20px;
    width: 100%;
}

.et_header_style_left #et-top-navigation, .et_header_style_split #et-top-navigation {
    padding-top: 10px !important;
}

.container.clearfix.et_menu_container > div {
    float: right;
    padding-left: 0 !important;
}

.et_header_style_left #et-top-navigation nav > ul > li > a, .et_header_style_split #et-top-navigation nav > ul > li > a {
    padding-bottom: 25px !important;
}

.container.et_search_form_container.et_pb_search_visible.et_pb_no_animation {
    height: 90px !important;
    margin-top: 40px;
}

@media all and (max-width: 980px) {
    .et_header_style_left #logo, .et_header_style_split #logo {
        max-width: 100%;
    }
}