/*
 Theme Name:     Site Theme
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Site Theme
 Author:         Just Imaging
 Author URI:     http://www.justimaging.co.ke
 Template:       Divi
 Version:        1.0.0
*/


/* =Theme customization starts here
------------------------------------------------------- */

.container.et_menu_container {
    z-index: 99;
    width: 90%;
}

#top-menu li {
    padding-right: 10px;
}

.et_header_style_left #et-top-navigation nav>ul>li>a, .et_header_style_split #et-top-navigation nav>ul>li>a {
    padding: 5px 10px 7px !important;
    margin-bottom: 40px;
    border: 2px solid #fff0;
}
.et_header_style_left #et-top-navigation nav>ul>li>a:hover, .et_header_style_split #et-top-navigation nav>ul>li>a:hover {
    border: 2px solid #f0820f;
}

img.social-icon {
    width: 26px;
    padding-left:  10px;
}

.et_contact_bottom_container {
    float:  none;
    /* margin:  auto; */
    text-align: center;
    display: block !important;
}

btn.readmore {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    background: #f0820f;
    color: white;
    padding: 6px 10px;
}


@media only screen and (max-width: 767px) {
    h1, h1.et_pb_contact_main_title, .et_pb_title_container h1 {
        font-size: 35px !important;
    }
    .et_fixed_nav #main-header.et-fixed-header  {
        position: fixed;
    }

}