/*
Theme Name: 1847 Holdings
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://billyroberts.co
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */


/* Footer Styles */
.widget-title {
    border-style: none;
    padding-left: 0;
}
.site-footer .widget_nav_menu li,
.site-footer .widget_nav_menu li:first-child{
    border: none;
}
.footer-widgets-inner.container {
    width: 100%;
}
.footer-box.col {
    display: flex;
    justify-content: center;
}
.footer-box .frm_primary_label {
    color: #fff;
}



.text-light-green, 
.text-light-green h1, 
.text-light-green h2, 
.text-light-green h3, 
.text-light-green h4,
.text-light-green p{
    color: #A4D6AB;
}
.text-white,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white p,
.text-white *{
    color: #fff;
}

#menu-item-24 .text-wrap {
    padding: 15px 30px;
    background: #31827D;
    color: #fff;
}

#menu-item-24 .text-wrap:hover{
    padding: 15px 30px;
    background: #31827D;
    color: #fff;
    transform: scale(1.05);
}
#menu-item-24 a:hover {
    transform: scale(1.05);
}


/* Home Styles */
.home-industry-card > .elementor-widget-wrap,
.home-industry-card .elementor-background-overlay {
    min-height: 225px;
    border-radius: 10px;
    filter: drop-shadow(0px 4px 13px rgba(0, 0, 0, 0.25));
}

.horizontal-line {
    display: inline;
    width: 300px!important;
    padding-left: 20px;
    margin: auto;
}

/* About Styles */
#companies-gallery .elementor-image-gallery .gallery-item {
    vertical-align: middle;
}
#companies-gallery img {
    width: auto;
    max-height: 90px;
}

/* Our Team Styles */
.team-gallery .ekit-wid-con .ekit-promo-popup>.mfp-container>.mfp-content {
    max-width: 80%;
}

/* Acquisitions Styles */

.acquisitions-table li {
    margin-bottom: 24px;
}
.table-num {
    font-size: 42px;
    font-weight: 600;
    vertical-align: middle;
    padding-right: 20px;
}
.acq-title .elementor-widget-container {
    padding: 40px 25px!important;
}
.acquisitions-table:hover {
    transform: scale(1.1);
    z-index: 2;
    background-color: #153836!important;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.4);
}
.acquisitions-table:hover .acq-title .elementor-widget-container {
    background-color: #42AEA8!important;
}
.acq-title p {
    display: flex;
    line-height: 1.25em;
    margin: 0;
}

#tax-form .frm_primary_label,
#tax-form .frm_description{
    color: white;
}

/* mobile landscape */
@media screen and (max-width: 1024px) {
    .table-num {
        font-size: 32px;
        font-weight: 600;
        vertical-align: middle;
        padding-right: 20px;
    }
    .acq-title p {
        display: flex;
        line-height: 1.25em;
    }
}