/*-------------------------------------------------------
Theme Name: DiviCake Child Theme
Theme URI: https://divicake.com/
Description: A child theme template for Divi
Author: Divi Cake
Author URI: https://divicake.com/
Template: Divi
Version: 1.0.0
----------------- ADDITIONAL CSS HERE ------------------*/

#top-menu li {
    padding-right: 30px;
}
#top-menu li a {
	text-transform:uppercase
}
.divider {
    height: 3px;
    background: #fe131c;
    width: 100px;
    margin: auto;
    margin-bottom: 30px;
    margin-top: 10px;
}
.our-office-wrapper span.et_pb_image_wrap img {
    height: 280px;
    object-fit: cover;
    background-position: center;
    width: 100%;
}
.Our-Services-wrapper span.et_pb_image_wrap img {
    height: 240px;
    width: 100%;
    object-fit: cover;
    background-position: center;
}
.testimonial-slider p {
	font-size:16px;
	line-height:28px;
}
.footer-widget h4 {
    font-size: 16px;
}
#footer-widgets {
    padding: 0;
}
#main-footer {
    padding: 40px 0 0 0;
}
footer .footer-widget {
    margin-bottom: 40px !important;
}
.call-action-banner {
    position: relative;
}
.call-action-banner:after {
    background: rgba(0,0,0,.6);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#top-header .et-social-icons {
    float: right;
}
div#et-info {
    width: 100%;
}
.services-content .et_pb_column {
    padding: 0;
}
#main-header {
    background-color: #fff !important
}
.call-banner-inner .et_pb_text_inner h3 a {
	color:#fe131c
}
.services-content .et_pb_image_wrap img {
    height: 250px;
    width: 100%;
    object-fit: cover;
    background-position: center;
}