/*
Theme Name:  Global Truth Ministries
Theme URI:   https://globaltruth.devsymphony.com
Version:     1.0
Description: A child theme created for our site Global Truth Ministries.
Author:      Zenchange
Author URI:  https://zenchangemarketing.com
Template:    Divi
*/

/*- Add any CSS custom code for this child theme below this line -*/

.header-menu nav ul .et_pb_menu_page_id-15{
	background: #F7931E;
    padding: 15px 20px;
    margin-top: -8px !important;
    border-radius: 35px;
}
.header-menu .et_mobile_nav_menu ul .et_pb_menu_page_id-15 {
	background: #F7931E;    
}
.header-menu nav ul .et_pb_menu_page_id-15 a{	
    padding-bottom: 0px !important;
}
#et_pb_contact_form_0 .et_contact_bottom_container{
	float: none !important;
    justify-content: center !important;  
}
#et_pb_contact_form_0 .et_pb_contact_form_label{
	display:unset !important;
	margin-left:20px;
}
.footer-icons img{
	margin:0 5px;
}
@media (max-width: 980px){
	#et_pb_contact_form_0 .et_pb_contact_form_label{
		font-size:16px !important;
	}
	.footer-icons img{
		width:34px;
	}
}