/* 
 Theme Name:     Divi Child Theme
 Author:         FA Technologies
 Author URI:     http://www.fatechnologies.com
 Template:       Divi
 Version:        1.0 
*/ 



/*********************************
change logo for fixed header (quick and easy way)
**********************************/
.et-fixed-header #logo {
	content: url("https://vitalfreight.com/wp-content/uploads/2019/05/sticky-logo.svg");
}
.mobile_menu_bar:before {
	color: #fff !important;
}
ul#mobile_menu {
    background: #002f67 !important;
}
p {
	font-weight: 600;
}
#main-slider .et_pb_slide {
    padding-top: 90px !important;
}
p.icon-block {
    margin-top: -60px;
    position: relative;
    z-index: 10;
}
p.icon-block img {
    width: 80px;
    background: #efefef;
    padding: 9px;
    height: 80px;
    border-radius: 100px;
    border: 2px solid #efefef;
}
div#inner-page-banner {
    padding-top: 200px !important;
    padding-bottom: 50px !important;
}
ul.services-list-style {
    list-style-type: none;
	padding-left: 25px;
}
ul.services-list-style li {
	text-indent: -18px;
}
.services-list-style li:before {
	content: "\45";
	color: #00aeef!important;
	position: relative;
	font-family: 'ETmodules';
	margin-right: 3px;
}
.contact-us-page a {
	color: #111 !important;
	transition: all 0.3s ease-in-out 0s;
}
.contact-us-page a:hover {
	color: #00aeef !important;
}
.footer-address a {
	color: #fff;
	transition: all 0.3s ease-in-out 0s;
}
.footer-address a:hover {
	opacity: .7;
}
div#footer-info {
    float: none;
    text-align: center;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
}
@media (max-width: 980px) {
	img#logo {
		max-width: 100% !important;
		max-height: 100% !important;
		height: 80% !important;
	}
	.text-center h4, .text-center p {
		text-align: center !important;
	}
	.remove-border {
		border-right: none !important;
		border-bottom: 3px solid #002f67 !important;
	}
}
@media (max-width: 767px){
	div#inner-page-banner {
		padding-top: 180px !important;
		padding-bottom: 50px !important;
	}
}