/*
 Theme Name:     Internet Agency DIVI Child
 Theme URI:      https://www.internetagency.co.za
 Description:    Divi Child Theme built for ecommerce
 Author:         Internet Agency
 Author URI:     https://www.internetagency.co.za
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */
.wp-pagenavi a {
    color: #fff !important;
}
.mobile_menu_bar:before {
    color: #000 !important;
}
.et_monarch .et_pb_section .et_social_inline_bottom {
    margin-top: 30px; 
}
.related > h2 {
    display: none !important;
}
/* Mobile Logo Height */
@media (max-width: 980px) {
    .et_header_style_left #logo {
        max-height: 100%;
    }
}
/* Mobile Logo Height */
/* Give the dropdown menu a neater block feel*/
.nav li ul, #top-menu li li {
    padding: unset;
}
#top-menu li li {
    width: 100%;
}
#top-menu li li a {
    border-bottom: 1px solid #dfdfdf;
    padding: 10px 20px;
    width: 100%;
    min-width: 200px;
}
/* Give the dropdown menu a neater block feel*/
ul#mobile_menu, #main-header .et_mobile_menu li ul, .et_mobile_menu li li   {
    padding: unset;
}
#mobile_menu a {
    border-bottom: 1px solid #ddd;
}
#mobile_menu a {
    border-bottom: 1px solid #ddd;
    padding: 15px 20px;
}
#mobile_menu .sub-menu a {
    padding-left: 40px !important;
}
/* Hide Google Recaptcha */
.grecaptcha-badge { 
    visibility: hidden !important;
}
.wp-pagenavi span, .wp-pagenavi a {
    background: #dddddd;
    padding: 15px;
}
.wp-pagenavi {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}
.wp-pagenavi span, .wp-pagenavi a {
    background: #000000;
    color: #fff;
    border: none;
    padding: 15px;
}
span.current, .wp-pagenavi .page, .wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink {
    padding-left: 20px;
    padding-right: 20px;
}
.et_mobile_device .wp-pagenavi span.pages {
    background: unset;
    color: #000;
    font-weight: 600;
    display: block;
    margin-bottom: 19px;
}
.et_mobile_device .wp-pagenavi a.last {
    display: none;
}
.et_mobile_device .wp-pagenavi span.extend {
    display: none;
}