/*
 Theme Name:     Divi Child Theme
 Theme URI:      http://www.elegantthemes.com/gallery/divi/
 Description:    Child Theme for Divi Theme on mentorfinancialinc.com
 Author:         Transmit Identity
 Author URI:     https://transmitid.com
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

/* NAV */

.et_mobile_menu {
	border-top: 3px solid #187716;
}
.mobile_menu_bar:before {
	color: #187716;
}

/* BODY */

h2 {
	margin-top: 30px;
}

/* FOOTER */
/* css for standard transmit divi footer */
.custom-footer-row {
	margin-top: 15px;
	margin-bottom: 20px;
	color: #999;
	white-space: nowrap;
}
.custom-footer-row p {
	margin: 0 auto;
}
.custom-copyright {
	display: inline-block;
	width: 50%;
	text-align: left;
}
.custom-transmit-info {
	display: inline-block;
	width: 50%;
	text-align: right;
}
.custom-transmit-info img {
	max-width: 110px;
	vertical-align: middle;
	margin-left: 10px;
}
.et-social-icons {
	float: none;
	display: inline-block;
}
.et-social-icons a {
	vertical-align: middle;
	position: static;
}
@media (max-width: 950px) {
	.custom-footer-row {
		white-space: normal;
	}
	.custom-copyright {
		width: 100%;
	}
	.custom-transmit-info {
		width: 100%;
		text-align: left;
		margin-top: 10px;
	}
	.custom-transmit-info img {
		margin-top: 10px;
	}
}
@media (max-width: 553px) {
	.et-social-icons {
		margin-top: 25px;
	}
}