/*===================================== 
YOU CAN WRIGHT CUSTOME CSS 
======================================*/

/*===================================== 
NO IMAGE
======================================*/
.product-grid-image,
.wt-thumb-bx img, /*The specifics here are not picking up for some reason*/
.wt-thumb-bx img.product-grid-image,
.wt-thumb-bx .product-grid-image {
    width: 100%;
    height: 150px;
    max-height: 250px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    object-fit: contain;
    object-position: center;
}

@media (min-width: 768px) {
    .product-grid-image,
    .wt-thumb-bx img,
    .wt-thumb-bx img.product-grid-image,
    .wt-thumb-bx .product-grid-image {
        height: 175px;
    }
}

@media (min-width: 992px) {
    .product-grid-image,
    .wt-thumb-bx img,
    .wt-thumb-bx img.product-grid-image,
    .wt-thumb-bx .product-grid-image {
        height: 250px;
    }
}

.product-grid-image.noimage {
    background-image: url('/Content/img/Products/louver-placeholder.png');
}

.product-grid-paintable {
    width: 25%;
    height: 50px;
    background-image: url('/Content/img/Products/Paintable_Dark_003.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    right: 0;
    bottom: 0;
}

.sub-nav {
    position: sticky;
    top: 72px;
    z-index: 9;
}

@media (min-width: 768px) {
    .sub-nav {
        top: 105px !important;
    }
}

@media (min-width: 992px) {
    .sub-nav {
        top: 105px !important;
    }
}

.compare-nav {
    bottom: 10px;
    z-index: 9;
}

/*===================================== 
X.PageList Bootstrap Helpers 
======================================*/
.pagination-lg .page-item .PagedList-skipToNext,
.pagination-lg .page-item .PagedList-skipToPrevious {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

.page-item .PagedList-skipToNext,
.page-item .PagedList-skipToPrevious {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
}

/*===================================== 
Fontawesome X Bootstrap 
======================================*/
[data-toggle="collapse"] i {
    transform: rotate(0deg);
    transition: transform 0.35s ease;
}

[data-toggle="collapse"][aria-expanded="false"][aria-controls]:not([aria-controls="navbar"]) i,
[data-toggle="collapse"][aria-expanded="False"][aria-controls]:not([aria-controls="navbar"]) i {
    transform: rotate(-180deg);
}

/*this interferes with style.css*/
input[type=checkbox].fontawesome-checkbox {
    display: none;
}
    /* to hide the checkbox itself */
    input[type=checkbox].fontawesome-checkbox + label:before {
        font-family: FontAwesome;
        display: inline-block;
        font-display: swap;
    }

    input[type=checkbox].fontawesome-checkbox + label:before {
        content: "\f096";
    }
    /* unchecked icon */
    input[type=checkbox].fontawesome-checkbox + label:before {
        letter-spacing: 10px;
    }
    /* space between checkbox and label */

    input[type=checkbox].fontawesome-checkbox:checked + label:before {
        content: "\f046";
    }
    /* checked icon */
    input[type=checkbox].fontawesome-checkbox:checked + label:before {
        letter-spacing: 5px;
    }

/* allow space for check mark */
/*===================================== 
Rss Feed
======================================*/
.hs-featured-image-wrapper + p {
    display: none;
}

.hs-featured-image-wrapper img {
    max-width: 100% !important;
    margin: 0 !important;
}

/*===================================== 
Custom Nav
======================================*/
.navbar-light .navbar-nav .nav-item .nav-link.nav-link-custom {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: initial;
}

.navbar-light .navbar-nav .nav-item:not(.active) .nav-link.nav-link-custom {
    color: #000; /*Match #search*/
}
/*===================================== 
Bootstrap Cascade
======================================*/
.top-0 {
    top: 0;
}
.left-0 {
    left: 0;
}
.right-0 {
    right: 0;
}
.bottom-0 {
    bottom: 0;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #D6110B;
}

.btn-secondary {
    background-color: #585858;
    padding: 10px 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
}

    .btn-secondary:active {
        background-color: #454545;
    }

.badge-primary {
    background-color: hsla(2,90%,44%,1);
}
/*===================================== 
Template Cascade
======================================*/
@font-face {
    font-family: "FontAwesome";
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    font-display: swap;
}

@font-face {
    font-family: 'Crete Round';
    font-display: swap;
}
/*.bg-white a:active, .bg-white a:hover, .bg-white a:focus,
a.bg-white:active, a.bg-white:hover, a.bg-white:focus,
.acc-bg-gray a:active, .acc-bg-gray a:hover, .acc-bg-gray a:focus{
    color: #D6110B !important;
}*/
body {
    color: #585858;
}

a {
}

    a.text-primary:active, a.text-primary:hover, a.text-primary:focus {
        color: hsl(0, 100%, 33%) !important;
    }

.active > .site-button, .site-button:active, .site-button:focus, .site-button:hover {
    color: #fff !important;
}

a:active, a:focus, a:hover {
    color: #a80000;
}

.site-button.outline.primary {
    color: #D6110B;
}

    .site-button.outline.primary:hover {
        border-color: rgba(0,0,0,0);
        color: #fff;
    }

.site-button.outline.black {
    color: #000;
}

.site-button-dark {
    color: rgb(214,17,11);
    padding: 10px 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: inline-block;
    background-color: rgb(29,27,24);
    border: none;
    font-size: 13px;
    font-weight: 700;
}

.site-button-warning {
    color: rgb(33,37,41);
    padding: 10px 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: inline-block;
    background-color: rgb(255,193,7);
    border: none;
    font-size: 13px;
    font-weight: 700;
}
/*Filter checkboxes*/
input[type=checkbox] + label.mti-filter-result,
input[type=checkbox] + input[type=hidden] + label.mti-filter-result {
    padding-right: 20px !important;
    padding-left: 0px !important;
    font-weight: initial;
    cursor: pointer;
}

    input[type=checkbox] + label.mti-filter-result:before,
    input[type=checkbox] + input[type=hidden] + label.mti-filter-result:before {
        background-color: initial;
        font-size: 0px;
        border: 0;
        content: "";
    }

    input[type=checkbox] + label.mti-filter-result:after,
    input[type=checkbox] + input[type=hidden] + label.mti-filter-result:after {
        color: #fff;
        content: "\f111";
        font-family: "Font Awesome 6 Pro";
        font-size: inherit;
        -webkit-font-smoothing: antialiased;
        position: absolute;
        right: 0px;
        top: 50%;
        text-align: right;
        font-display: swap;
        transform: translate(0,-50%);
    }

input[type=checkbox]:checked + label.mti-filter-result:before,
input[type=checkbox]:checked + input[type=hidden] + label.mti-filter-result:before {
    border-width: 0px;
    border-color: #D6110B;
}

input[type=checkbox]:checked + label.mti-filter-result:after,
input[type=checkbox]:checked + input[type=hidden] + label.mti-filter-result:after {
    font-size: inherit;
    content: "\f057";
    font-weight: 600;
}

input[type=checkbox].form-check-input:disabled,
input[type=radio].form-check-input:disabled {
    opacity: 0;
}

input[type=checkbox]:disabled + label:before,
input[type=checkbox]:disabled + label:after,
input[type=radio]:disabled + label:before,
input[type=radio]:disabled + label:after,
input[type=checkbox]:disabled + input[type=hidden] + label,
input[type=checkbox]:disabled + input[type=hidden] + label,
input[type=radio]:disabled + input[type=hidden] + label,
input[type=radio]:disabled + input[type=hidden] + label,
input[type=checkbox]:disabled + input[type=hidden] + label:before,
input[type=checkbox]:disabled + input[type=hidden] + label:after,
input[type=radio]:disabled + input[type=hidden] + label:before,
input[type=radio]:disabled + input[type=hidden] + label:after {
    opacity: 0.5;
}

    input[type=checkbox]:disabled + label:hover:before,
    input[type=radio]:disabled + label:hover:before,
    input[type=checkbox]:disabled + input[type=hidden] + label:hover:before,
    input[type=radio]:disabled + input[type=hidden] + label:hover:before {
        border-color: #b6b7b8; /*override highlight*/
    }
/*-------------------------------------
	10. for images
-------------------------------------*/
.wt-thum-bx,
.wt-post-thum {
    background-color: #FFF;
}

/*======================================
11. shortcodeS 
======================================*/

/*-------------------------------------
	1. Buttons 
--------------------------------------- */
/* 1.45 filter buttons css */
.masonry-filter > li a {
    transition: all ease-out 0.1s;
}
    .masonry-filter > li.active a,
    .masonry-filter > li a:hover,
    .masonry-filter > li a:active,
    .masonry-filter > li a:focus {
        border-bottom: solid 2px;
        margin-bottom: 0px;
    }
    .masonry-filter > li:not(.active) a {
        margin-bottom: 2px;
        border-bottom: solid 0px;
    }
/*======================================
13. BLOG  
======================================*/
.wt-post-meta {
}

    .wt-post-meta li {
    }

        .wt-post-meta li.no-after:after {
            content: normal; /*normal == null*/
        }
/*======================================
19. BANNER
======================================*/

/*-------------------------------------
	1. inner page banner 
-------------------------------------*/
.wt-bnr-inr {
    height: 150px;
}
@media (min-width: 768px) {
    .wt-bnr-inr {
        height: 250px;
    }
}
/*======================================
22. FOOTER 
======================================*/
/*-------------------------------------
	6. scroll top btn css
-------------------------------------*/
button.scroltop {
    bottom: 90px; /*make room for recaptcha*/
}
/*======================================
59. animated play btn
======================================*/
/*=========================*/ /* starting line 14166 */
.work-hover-content {
}

    .work-hover-content .wt-info {
    }

    .work-hover-content:hover .wt-info {
        opacity: 0.75;
    }
/*____BOLD TRANSPERENT TITLE____*/ /*starting line 13884*/

.bold-title {
}
    .bold-title h1:after,
    .bold-title h2:after,
    .bold-title h3:after,
    .bold-title h4:after {
        text-wrap-mode: nowrap;
        overflow-x: clip;
    }

/*===================================== 
Jquery UI Overide
======================================*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    background-color: #D6110B;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    background-color: #D6110B;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    background-color: #D6110B;
    border-color: black;
}

    .ui-state-active,
    .ui-widget-content .ui-state-active,
    .ui-widget-header .ui-state-active,
    a.ui-button:active,
    .ui-button:active,
    .ui-button.ui-state-active:hover {
        border: 1px solid black;
        background: #D6110B;
        font-weight: normal;
        color: #ffffff;
    }

.ui-widget-header {
    background-color: hsla(200,90%,44%,.5);
}

.ui-slider .ui-slider-handle {
    border-radius: 20px;
}

/*Not used*/
@media only screen and (max-width: 768px) {
    .phone-zoom {
        position: absolute;
        bottom: 0;
        left: 45%;
        top: 35%;
        z-index: 999;
    }
}

@media only screen and (min-width: 768px) {
    .phone-zoom {
        display: none;
    }
}

/*===== Grid Icons =====*/
.louver-icon-sal {
    background-image: url(../images/Arrow/Icons/png/Arrow%20-%20Website%20Icons%20-%20Louver%20-%20Fixed%20Aluminum.png);
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: center;
}

.louver-icon-sl {
    background-image: url(../images/Arrow/Icons/png/Arrow%20-%20Website%20Icons%20-%20Louver%20-%20Fixed%20Steel.png);
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: center;
}

.louver-icon-acal {
    background-image: url(../images/Arrow/Icons/png/Arrow%20-%20Website%20Icons%20-%20Louver%20-%20Adjustable%20Aluminum.png);
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: center;
}

.louver-icon-acsl {
    background-image: url(../images/Arrow/Icons/png/Arrow%20-%20Website%20Icons%20-%20Louver%20-%20Adjustable%20Steel.png);
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: center;
}

.louver-icon-ac {
    background-image: url(../images/Arrow/Icons/png/Arrow%20-%20Website%20Icons%20-%20Louver%20-%20Acoustical.png);
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: center;
}

.louver-icon-swrl {
    background-image: url(../images/Arrow/Icons/png/Arrow%20-%20Website%20Icons%20-%20Louver%20-%20Severe%20Weather.png);
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: center;
}

.louver-icon-sc {
    background-image: url(../images/Arrow/Icons/png/Arrow%20-%20Website%20Icons%20-%20Louver%20-%20Architectural.png);
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: center;
}

.louver-icon-ph {
    background-image: url(../images/Arrow/Icons/png/Arrow%20-%20Website%20Icons%20-%20Louver%20-%20Brick%20Vents.png);
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: center;
}

.louver-icon-bv {
    background-image: url(../images/Arrow/Icons/png/Arrow%20-%20Website%20Icons%20-%20Louver%20-%20Brick%20Vents.png);
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: center;
}

.louver-icon-hur {
    background-image: url(../images/Arrow/Icons/png/Arrow%20-%20Website%20Icons%20-%20Severe%20Weather%20-%20Hurricane.png);
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: center;
}

.louver-icon-wind {
    background-image: url(../images/Arrow/Icons/png/Arrow%20-%20Website%20Icons%20-%20Severe%20Weather%20-%20WDR.png);
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: center;
}

.louver-icon-sand {
    background-image: url(../images/Arrow/Icons/png/Arrow%20-%20Website%20Icons%20-%20Severe%20Weather%20-%20Sand.png);
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: center;
}

.louver-icon-fema {
    background-image: url(../images/Arrow/Icons/png/Arrow%20-%20Website%20Icons%20-%20Severe%20Weather%20-%20FEMA.png);
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: center;
}



/*===== Tables and Other Styles =====*/


.one-line-right {
    position: absolute;
    left: 10%;
    padding-bottom: 20px;
}

.one-line-left {
    position: absolute;
    right: 10%;
}

.paintable {
    position: absolute;
    width: 60px;
    right: 0;
    bottom: 0;
}

.title-red-bg {
    width: 64%;
    height: 100%;
    background: #D6110B;
    /*position: 50%;*/
}

.interactive {
    height: 500px;
}

table {
    border-collapse: collapse;
    width: 100%;
}

th {
}

td, th {
    border: 1px solid #000;
    text-align: left;
    padding: 8px;
}

.table-sticky-header th {
    position: sticky;
    top: 0px;
    z-index: 10
}

table:not(.table) tr:nth-child(even) {
    background-color: hsl(0deg 0% 0% / 17%);
}


.product-feature {
    padding-bottom: 20px;
    margin-bottom: 10px;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

    .product-feature.product-feature-outline {
        border: solid 1px;
    }



/* CSS pseudo-element styling */

/* general reset/setup styling for icons - needed on all */
.icon::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

/* defining the right font-family/font-face for each style */
.icon-solid::before,
.icon-regular::before,
.icon-light::before {
    font-family: "Font Awesome 6 Pro";
    font-display: swap;
}

.icon-brand::before {
    font-family: "Font Awesome 6 Brands";
    font-display: swap;
}

/* defining the right weight for each style */
.icon-solid::before {
    font-weight: 900;
}

.icon-regular::before {
    font-weight: 400;
}

.icon-light::before {
    font-weight: 300;
}

.icon-brand::before {
    font-weight: 400;
}

/* defining the right unicode values for each icon */
.icon-award::before {
    content: "\f101";
}

.icon-adobe::before {
    content: "\f778";
}


/* duotone icons follow a similar setup, but require use of the ::after pseudo-element and more styling setup */
.icon-duotone {
    position: relative;
    padding-left: 1.25em; /* make space for the width of the absolutely positioned icon */
}

    .icon-duotone::before,
    .icon-duotone::after {
        font-family: "Font Awesome 6 Duotone";
        font-display: swap;
        font-weight: 900;
        /* position both layers of the icon to the left, set our fixed-width width, horizontally center layers, and then vertically align them so they flex with different line heights */
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 1.25em;
        text-align: center;
    }

    .icon-duotone::before {
        color: var(--fa-primary-color, inherit);
        opacity: 1;
        opacity: var(--fa-primary-opacity, 1.0);
    }

    .icon-duotone::after {
        color: var(--fa-secondary-color, inherit);
        opacity: var(--fa-secondary-opacity, 0.4);
    }

    /* we need to define the two layers of a duotone icon */
    .icon-duotone.icon-award::after {
        content: "\10f559";
    }

    .icon-duotone.icon-award::before {
        content: "\f559";
    }


/* demo styling */
* {
    /* resetting the box model for all elements */
    box-sizing: border-box;
}

.demo-frame {
    /* making a nice frame/layout for examples */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: -1rem;
    padding: 3rem;
    min-height: 100vh;
    color: rgb(52, 58, 64);
}

.demo-example {
    /* individual demo example styling */
    margin-bottom: 1rem;
}

.demo-icon-list {
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
}

.demo-icon {
    margin: 0;
    padding: 1.5rem 1rem;
}

.icon::before {
    margin-right: 0.5rem;
}

.SALogo {
    width: 40px;
    height: 40px;
    margin-top: -18px
}

@media only screen and (max-width: 991px) {
    .SALogo {
        margin-top: 0px;
    }
}

.center {
    margin-left: 0 auto;
    margin-right: 0 auto;
    display: inline-block;
    text-align: center;
    width: 100%;
}

.g-recaptcha {
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.background-image-fill {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    color: red;
}

    .background-image-fill.background-image-cover {
        background-size: cover;
    }

.h-100 {
    height: 100%;
}

.container-fluid {
    /*this is only necessary because i added the .container class to the grid element of the Orchard.Layouts module*/
    max-width: 100% !important;
}

.container {
    max-width: 1440px;
}

.mti-product-thumbnail-parent .project-detail-pic {
    margin-bottom: 0px;
}

.mti-product-thumbnail-parent {
    margin-bottom: -1.5rem;
    min-height: 200px;
}

@media (min-width: 992px) {
    .mti-product-thumbnail-parent .project-detail-pic {
        /*margin-bottom: 30px;*/
    }

        .mti-product-thumbnail-parent .project-detail-pic:last-child {
            margin-bottom: 0px;
        }
}

.mti-product-thumbnail-active.project-detail-pic .background-image-fill {
    border-color: red;
    box-shadow: 0 0 3px 3px rgba(255, 0, 0,.5);
}

.mti-product-thumbnail {
    cursor: pointer;
    min-height: 100px;
}

.mti-product-thumbnail-active {
}

.project-detail-pic .background-image-fill {
    width: 100%;
}

.background-image-contain {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.background-image-cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
/*-------------------------------------
	1. Top Part Search Bar
-------------------------------------*/
/*=====search top popup======*/
#search .input-group {
    /*Imported from a newer version of Construx - start*/
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

    #search .input-group input {
        outline: none !important;
        padding: 4px 10px;
        font-size: 14px;
    }

        #search .input-group input:focus {
            background-color: #fafafa;
            outline: 2px solid hsla(0deg, 0%, 0%, .05);
        }
/*#search form:has(.input-group input:focus) {
    outline: 2px solid hsla(2deg, 90%, 44%, .25);
    outline-offset: 10px;
}*/

