/*
Theme Name: Cape Electrical
Theme URI: https://capeelectrical.com/
Author: B&B media
Author URI: https://bandbmedia.com
Description: We are a small team of graphic designers, web developers and digital strategists. Sharing creativity, technology and a whole lot of fun, we create graphics, websites and e-commerce stores for individuals and businesses
Version: 1.0
Tags: clmedia, circle, lines
*/

@media print {
    * {
        background: transparent !important;
        color: rgb(70, 47, 47) !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        color: #444 !important;
        text-decoration: underline;
    }
    a:after {
        content: " (" attr(href) ")";
    }
    abbr:after {
        content: " (" attr(title) ")";
    }
    .ir a:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}

.subMenu .sub-menu .current_page_item a {
    border-bottom: 1px solid red;
    padding-bottom: 5px;
}

.headerContainer .menuList .current-menu-ancestor.current-page-parent a,
.headerContainer .menuList .current-menu-item>a {
    font-weight: 600;
}

table.manufacturing-table tbody tr {
    display: flex;
    justify-content: center;
    flex-direction: row;
}

table.manufacturing-table tbody tr td {
    width: 50%;
}

.actionImage img {
    object-fit: cover;
    height: 100% !important;
}

.heroImageWrapper img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

@media (max-width:600px) {
    table.manufacturing-table tbody tr {
        flex-direction: column;
    }
    table.manufacturing-table tbody tr td {
        width: 100%;
    }
}

/*Theme Overrides */

.eicon-chevron-left:before, .eicon-chevron-right:before {
    color: #ee1b24;
}

/* Austin Edits */

.pageContainer.floatingContainerWrapper.bottomFloatingContainerWrapper img {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.pageContainer.floatingContainerWrapper span {
    position: absolute;
    top: 50% !important;
    transform: translate(-50%, -50%);
    left: 50%;
}