/*
 Theme Name:	Divi Child Theme
 Theme URI:		https://dyncode.co.za/
 Description:	Child Theme for Divi
 Author:		Jaco van Heerden
 Author URI:	https://dyncode.co.za/
 Template:		Divi
 Version:		1.0.0
*/

/*****Add any custom CSS below this line*****/
.vAlign-mid { 
	display: flex; 
	flex-direction: column; 
	justify-content: center;
}
.vAlign-bot { 
	display: flex; 
	flex-direction: column; 
	justify-content: flex-end;
}
.mobile_menu_bar.et_pb_header_toggle {
    width: 85px;
}
.bm-text {
    display: inline;
    position: absolute;
    bottom: 50%;
    left: 65%;
    transform: translate(-50%, -50%);
    color: #d70000;
}
#footer-widgets .footer-widget li {
	padding: 0px !important;
}
#footer-widgets .footer-widget li:before {
	content: unset !important;
}
#footer-bottom p {
    line-height: 1.2em;
}
#footer-widgets {
    padding: 3% 0 0;
}
#footer-widgets .footer-widget {
    margin-bottom: 2.5%;
}
#main-footer {
    border-bottom: 10px solid #D61F26;
}
#top-menu li:not(:last-child):before {
    content: '';
    position: absolute;
    top: 0;
    right: 11px;
    width: 2px;
    height: 16px;
    background-color: #D61F26;
}
#main-header {
	border-top: 10px solid #918671;
}
@media (max-width: 1440px) {
	.et_pb_svg_logo #logo {
		height: 40%;
		max-height: 40%;
	}
}