/*
Theme Name: Divi Child Theme
Theme URI: https://foremostmedia.com
Description: Divi child theme
Author: Foremost Media
Author URI: https://foremostmedia.com
Template: Divi
Version: 1.0.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: divi-child-theme
*/

.main-nav nav > ul > li > a {
    padding: 25px 15px!important;
}

.et_pb_column--with-menu {
	display: flex;
	justify-content: flex-end;
}

.col-2 {
    display: flex;
    gap: 50px;
}

.wp-image-626 {
    box-shadow: 40px 40px 50px rgba(0, 0, 0, 0.2);
}

.service-item {
    display: flex;
    gap: 8px;
}

.service-item img {
    width: 50px;
}

.service-item h3 {
    font: 700 1rem/27px "Montserrat";
}

.service-item a {
    font: 700 14px/24px "Montserrat";
    text-transform: uppercase;
    color: #BE1E2D;
}

.service-item a:hover {
    color: #000000;
}

.cta-heading {
    padding-bottom: 1em;
}

.cta-link a {
    font: 800 30px/24px Montserrat!important;
    padding-bottom: 0;
}

.cta-text {
    font: 400 30px/30px Montserrat;
}

.et_pb_module .et_pb_text .et_pb_text_1 {
    margin-bottom: 0;
}

.et_pb_section_1 .et_pb_image_wrap  {
    position: relative;
}

.home .et_pb_section_1 .et_pb_image_wrap::before {
    background-color: #f4f2f3;
    position: absolute;
    content: '';
    width: 400px;
    height: 800px;
    left: -30px;
    top: -50px;
}

.et_pb_section_3,
.et_pb_section_0 {
    position: relative;
}

.home .et_pb_section_0::before,
.home .et_pb_section_3::before {
    content: "";
    position: absolute;
    top: 88%;
    left: 0;
    width: 100vw;
    height: 105px;
    background: url(/wp-content/uploads/transparent-shapes-1.webp) no-repeat center top;
    background-size: cover;
}

@media (max-width: 767px) {
    .et_pb_section_1 .et_pb_image_wrap::before {
        display: none;
    }
}

@media (max-width: 767px) {
    .col-2 {
        flex-wrap: wrap;
    }
}

.header .main-nav ul.et_mobile_menu li.menu-item a,
.header .main-nav .close {
    color: #000!important;
}

.header .main-nav ul.et_mobile_menu li.menu-item a {
    border-bottom: 1px solid #000;
}

@media (max-width: 1099px) {
    .et_pb_menu_0_tb_header {
        padding-top: 10px!important;
    }
}

@media (max-width: 1099px) {
    .et_pb_menu_0_tb_header.et_pb_menu {
        order: 1;
    }

    .et_pb_button_module_wrapper.et_pb_button_0_tb_header_wrapper.et_pb_module {
        margin-right: 120px;
    }
}

@media (max-width: 980px) {
    .et_pb_button_module_wrapper.et_pb_button_0_tb_header_wrapper.et_pb_module {
        margin-right: 0px;
    }
}

.home .et_pb_row_3 .dsm_card_wrapper {
    display: flex;
    flex-direction: column;
}

.home .et_pb_row_3 .dsm_card_wrapper h3 {
    flex-grow: 1;
    padding-top: 15px;
    padding-bottom: 0;
}

.home .et_pb_row_3 .et_pb_more_button {
    margin-top: 0;
}