/*
 Theme Name:   Divi Child
 Template:     Divi
 Description:  Child theme of Divi for ITW Shakeproof. Home for file-based custom CSS and PHP, migrated out of the database (Customizer Additional CSS + code snippets) so it is version-controlled and survives Divi updates.
 Version:      1.0.2
 Author:       ITW Shakeproof
 Text Domain:  divi-child
*/

.et-menu .menu-item-has-children>a:first-child:after {
    font-family: ETmodules;
    content: "" !important;
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 800;
}
.et_pb_menu__search-button:after {
    content: "" !important;
}

h2 {font-size:28px;line-height:1.25em;}

.link-color a{
	color:#80122f;
	line-height:125%;
}

.lwp-vertical-menu nav ul li {
    width: 100%;
    display: block;
}

.white-text{
	color:white;
}

.et-social-youtube a.icon:before { 
	content: url(/wp-content/uploads/2021/08/Icon-YouTube.png) !important; 
	background-color: black;
}
.et-social-facebook a.icon:before { 
	content: url(/wp-content/uploads/2021/08/Icon-Facebook.png) !important; 
	background-color: black;
}
.et-social-linkedin a.icon:before { 
	content: url(/wp-content/uploads/2021/08/Icon-LinkedIn.png) !important; 
	background-color: black;
}
.et-social-instagram a.icon:before { 
	content: url(/wp-content/uploads/2021/08/Icon-Instagram.png) !important; 
	background-color: black;
}

#top-header .et-social-youtube a.icon:before {
	height: 14px;
	width: 15px;
	margin-bottom: -1px;
}
#main-footer .et-social-youtube a.icon:before { 
	height: 24px; 
	width: 24px; 
	margin-bottom: -1px;
}
.et_pb_blurb_content {
    max-width: none!important;
}

@media only screen and (max-width: 767px) {
.mobile_menu_bar:before {
    content: ''!important;
    margin-left: -6px;
    width: 42px!important;
    height: 29px!important;
    display: block!important;
    background-image: url("/wp-content/uploads/hamburger.png")!important;
    background-size: contain;
    background-repeat: no-repeat;
    top: 27px;
}
}


@media (max-width: 980px) {
	#footer-copyright{
		display: none;
		height:5px;
	}
}
