/*
 Theme Name:     Divi Child
 Theme URI:      https://www.willbl.com
 Description:    Divi Child Theme
 Author:         Will Burrard-Lucas
 Author URI:     https://www.willbl.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

.et_bloom_form_text {padding:0!important;}

#footer-widgets .title {color: #999!important;margin-bottom: 20px;}
#footer-widgets .footer-widget li:before {border-color: #777!important;}
#main-footer .panther-bg {
  background-image: url("/wp-content/uploads/black-panther.jpg"); /* The image used */
  background-position: right bottom; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: 1024px 512px;
  background-color: #202020;
}
span.yearly-archive {padding:0 10px 5px 0!important;}

@media only screen and (max-width: 980px)  {
	
	li.desktop-menu-item > a:first-child {
        display: none !important;
    }
	li.desktop-menu-item > ul > li {
        padding-left: 0 !important;
    }
	li.desktop-menu-item > ul {
        padding-left: 0 !important;
    }
	li.desktop-menu {
        display: none !important;
    }
	#et-top-navigation span.mobile_menu_bar:before, 
	#et-top-navigation span.mobile_menu_bar:after {
		color: #aaa !important;
	}

}
	

#top-menu li.mega-menu > ul > li > a:first-child {color: #888; border-bottom: 1px #666 solid;}
  
#top-menu li.mega-menu > ul {
  background-image: url("https://willbl.com/wp-content/uploads/menu-panther.jpg"); /* The image used */
  background-position: left bottom; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: 1080px 198px;
  background-color: #0a0a0a;
  height: 380px !important;
  border-bottom: 3px solid #333;}


#footer-info a {font-weight: normal}


#comment-wrap {clear: both; padding-top: 20px;}
#comment-wrap li {
  list-style-type: none;
}
.comment_postinfo {color: #444; padding: 2px 0 5px 0;}
.comment_postinfo .fn {font-weight: bold;}
.comment-body {padding-bottom: 20px;}
.comment_area {color: #888;}
.nav-previous {padding: 4px 0 8px 0;}