/* #Site Styles
================================================== */
body {
    background: #222;
}

#form1 {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

/* HEADER */
.header-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1200;
    width: 100%;
    transition: all ease 0.7s;
    opacity: 1;
}

.header-wrap .container {
    max-width: 100%;
    width: 100%;
    padding: 0 4rem;
    box-sizing: border-box;
}

.stuck .header-wrap {
    background: rgba(34, 34, 34, 0.95);
    box-shadow: 0px 0px 120px rgba(0, 0, 0, 1);
    opacity: 0;
    top: -200px;
}

.stuck2 .header-wrap {
    position: fixed;
    opacity: 1;
    top: 0;
}

.header-wrap .container {
}

/* STICKY FOOTER */
.header-top {
    position: absolute;
    width: 100%;
    padding: 1rem 0;
    font-size: 1.4rem;
    line-height: 1;
    box-sizing: border-box;
    font-weight: 400;
    text-align: right;
    z-index: 300;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+1,cf232a+100&0.1+1,1+100 */
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 20%, rgba(207, 35, 42, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 20%, rgba(207, 35, 42, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 20%, rgba(207, 35, 42, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#1a000000', endColorstr='#cf232a', GradientType=1);
    /* IE6-9 */
}

body.window-skinz .header-top {
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 20%, rgba(123, 187, 66, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 20%, rgba(123, 187, 66, 1) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 20%, rgba(123, 187, 66, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#1a000000', endColorstr='#7BBB42', GradientType=1);
}

.stuck2 .header-top {
    position: relative;
    padding: .7rem 0;
}

.header-top a {
    color: #fff;
    text-decoration: none;
}

.header-top .phone {
    font-weight: 800;
    letter-spacing: 2px;
    margin-right: 1rem;
}

.header-top .social {
    padding-left: 2rem;
    display: none;
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 800px) {
    .header-top .social {
        display: inline-block;
    }
}

.header-top .social a {
    display: inline-block;
    padding-left: .4rem;
}

.header-bottom {
    position: relative;
    padding: 2rem 0;
    z-index: 200;
}

#logo {
    float: left;
    width: 160px;
    position: relative;
}

.stuck2 #logo {
    float: left;
    width: 100px;
}

#logo img {
    display: block;
    width: 100%;
}

#logo img.logo-dark {
    display: none;
}

.stuck2 #logo img {
    display: none;
}

.stuck2 #logo img.logo-dark {
    display: block;
}

.nav {
    position: absolute;
    right: 4rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* CONTENT */
.content-wrap {
    position: relative;
    text-align: left;
    background: rgba(34, 34, 34, 0.95);
    padding: 4rem 0;
    min-height: 400px;
    z-index: 500;
    width: 100%;
    box-shadow: 0px 0px 100px #000;
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 800px) {
    .content-wrap .main {
        padding-left: 150px;
    }
}

/* HERO */
.hero {
    height: 300px;
    width: 100%;
    min-height: 300px;
    background: #222;
    z-index: 0;
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 800px) {
    
.hero {
    height: 300px;
    width: 100%;
    min-height: 400px;
    background: #222;
    z-index: 0;
}
    
}




.hero-base {
    height: 100%;
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
        background-position: center;
    background-size: cover;
    background-image: url(../Userfiles/Hero-Images/hero-base.jpg);
}

.hero-base:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
    z-index: 1;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
    /* IE6-9 */
}

.hero h1.pagename {
    position: absolute;
    left: 0;
    z-index: 300;
    padding: 1rem 4rem;
    top: 65%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    color: #222;
    font-size: 5vw;
    box-sizing: border-box;
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 800px) {
    .hero h1.pagename {
        font-size: 4rem;
    }
}

.hero h1.pagename span {
    display: block;
    position: relative;
    z-index: 3;
}

/* QUOTE */
.quote-wrap {
    background: url(../Userfiles/hero-images/hero-base.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    padding: 4rem 0;
    color: #fff;
    z-index: 2600;
    text-align: center;
}

.quote-wrap:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(207, 35, 42, 0.9);
}

.quote-wrap h3 {
    font-style: normal;
    font-size: 4.5rem;
    margin: 0;
}

.quote-wrap .quote {
    position: relative;
    width: 100%;
    font-size: 2.5rem;
    line-height: 1.2;
}

.quote-wrap .quote strong {
    display: block;
    width: 100%;
    margin-top: 2rem;
    position: relative;
    font-style: normal;
    font-family: 'Saira', sans-serif;
}

.quote-wrap .button {
    position: relative;
    font-style: normal;
    margin-top: 4rem;
    margin-bottom: 0;
    background: #fff;
    color: #222;
}
/* Reviews */

body.page-home .quote-wrap ul, body.page-home .quote-wrap li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}

body.page-home .quote-wrap ul {
    position: relative;
    display: block;
    padding: 2rem;
    padding-bottom: 120px;
    min-height: 280px;
    box-sizing: border-box;
}

body.page-home .quote-wrap li {
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    font-size: 80%;
}

body.page-home .reviews-wrap:before {
    content: "What our clients are saying...";
    position: relative;
    font-weight: 600;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 3rem;
    padding: 4rem 0;
    padding-bottom: 2rem;
    font-style: italic;
}

body.page-home .review-table, body.page-home .review-tbody, body.page-home .review-table tr, body.page-home .review-table td {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    box-sizing: border-box;
}

body.page-home .review-table tr {
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 0 0 4rem 0;
}

body.page-home .review-table td {
    font-size: 2rem;
    font-style: italic;
}

body.page-home .review-table td:after {
    content: "\f10d";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    padding: 3rem;
    line-height: 1;
    font-size: 7rem;
    opacity: 1;
    color: rgba(255, 255, 255, 0.3);
    z-index: -1;
}

body.page-home .review-table blockquote {
    padding: 0;
    margin: 0;
    lefT: 0rem;
    position: absolute;
    bottom: 2px;
    padding: 2rem;
    box-sizing: border-box;
    height: 100px;
    font-size: 80%;
    font-style: normal;
    color: #fff;
    font-weight: 600;
}

/* FOOTER */
.footer-wrap {
    padding: 6rem 0;
    position: relative;
    z-index: 2;
    text-align: center;
    top: 0;
    z-index: 300;
    background: #222;
}

.footer-wrap .container {
    z-index: 3;
}

.footer-wrap:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../Userfiles/template/logo.svg);
    background-size: 140%;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    z-index: 2;
    opacity: 0.03;
}

body.window-skinz .footer-wrap:before {
    background-image: url(../Userfiles/template/logo-ws.svg);
}

.footer-nav {
    padding: 1rem 0;
}

.footer-nav .ul2 {
    display: none;
}

.footer-nav ul, .footer-nav li {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 800px) {
    .footer-nav li {
        display: inline-block;
    }
}

.footer-nav li a {
    color: #fff;
    text-decoration: none;
    font: 600 2rem/1 'Saira', sans-serif;
    padding: 0 1vw;
    transition: all ease 0.3s;
}

.footer-nav li a:hover {
    color: #CF232A;
}

.credits {
    color: rgba(255, 255, 255, 0.4);
}

.credits a {
    color: rgba(255, 255, 255, 0.4);
    text-decoration: none;
}

.featured-logos {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-block: 24px;
}

.featured-logos img {
    height: 100px;
    filter: grayscale(1) brightness(0.75) contrast(0.5);
}

.footer-logo img {
    width: 100%;
    max-width: 300px;
    padding: 4rem 0;
    padding-bottom: 0;
}

/* #Page Specific Styles
================================================== */
/* Home Slider */
.slider-wrap {
    width: 100%;
    z-index: 300;
    position: relative;
}

.page-home .gal-image-wrap {
    background-position: right center !important;
}

.home-slider {
}

.slider-wrap .galDescription {
    position: absolute;
    z-index: 300;
    color: #fff;
    opacity: 1;
    right: 0;
    top: auto;
    width: 100%;
    box-sizing: border-box;
    bottom: 0;
    line-height: 1.2;
    text-align: center;
    transition: opacity ease 1s;
    background: rgba(34, 34, 34, 0.95);
    padding: 1rem;
    z-index: 300;
    box-shadow: 0px 0px 40px #000;
    border-top: 2rem solid #CF232A;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-size: 1.5rem;
}

.slider-wrap .galDescription .button {
    margin: 0;
}

.slider-wrap .galDescription p {
    margin-bottom: 1rem;
}

.scroll-to a span {
    display: none;
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 800px) {
    .slider-wrap .galDescription {
        width: calc(100% - 400px);
        max-width: 500px;
        text-align: left;
        border: 0;
        padding: 2rem;
        bottom: auto;
        border-left: 2rem solid #CF232A;
        top: 60%;
        font-size: 2rem;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

body.stuck2 .slider-wrap .galDescription {
    opacity: 0;
}

.slider-wrap .galDescription h1 {
    color: #fff;
    font-size: 2.6rem;
    margin-bottom: 1rem;
}

.slider-wrap .gal-image-wrap {
    background-position: center;
    background-size: cover;
    height: 50vh;
    width: 100%;
    min-height: 400px;
    position: relative;
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 800px) {
    .slider-wrap .gal-image-wrap {
        background-position: center;
        background-size: cover;
        height: 50vh;
        width: 100%;
        min-height: 500px;
        position: relative;
        border-bottom: 2rem solid rgba(255, 255, 255, 0.2);
    }
}

.slider-wrap .gal-image-wrap:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
    z-index: 1;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
    /* IE6-9 */
}

/* FOOTER LOGOS */
.footer-logos-wrap {
    z-index: 400;
    bottom: 0;
    padding-top: 4rem;
}

.footer-logos {
    text-align: center;
    float: right;
    height: 100px;
}

.footer-logos img {
    padding-right: 2rem;
    max-height: 100px;
    opacity: 1;
    transition: opacity ease 0.3s;
}

/* WHY WRAP */
.why-wrap {
    padding: 8rem 0;
    position: relative;
    text-align: center;
}

.why-wrap:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../Userfiles/why-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    z-index: -1;
    opacity: 0.2;
    filter: grayscale(100%);
}

.why-wrap table {
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    margin-bottom: 4rem;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 2rem;
    display: block;
    padding: 2rem;
    padding-bottom: 0;
    background: rgba(255, 255, 255, 0.1);
}

.why-wrap tbody {
    position: relative;
    margin-bottom: 2rem;
    
}


/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 900px) {
.why-wrap tbody {
    position: relative;
    margin-bottom: 2rem;
   display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
    
}
}

.why-wrap table td p {
    margin: 0;
}

.why-wrap table td h4 {
    margin: 0;
    margin-bottom: 1rem;
}

.why-wrap table td:before {
    content: "";
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    position: relative;
    lefT: 0rem;
    color: rgba(255, 255, 255, 0.4);
    font-size: 30px;
    border-radius: 100rem;
    background: #CF232A;
    color: #fff;
    line-height: 80px;
    padding: 1.5rem;
    text-align: center;
}

.why-wrap table tr:nth-of-type(1) td:before {
    content: "\f7d9";
}

.why-wrap table tr:nth-of-type(2) td:before {
    content: "\f54e";
}

.why-wrap table tr:nth-of-type(3) td:before {
    content: "\f207";
}

.why-wrap table tr:nth-of-type(4) td:before {
    content: "\f64f";
}

.why-wrap table tr:nth-of-type(5) td:before {
    content: "\f0c0";
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 800px) {
    .why-wrap table td {
        position: relative;
        margin-bottom: 2rem;
        padding-left: 110px;
        display: block;
    }

    .why-wrap table td:before {
        position: absolute;
        width: 80px;
        padding: 0;
    }
}

.why strong {
    font-size: 2rem;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: .2vw;
    margin-bottom: 5rem;
    display: block;
}

/* FEATURED IMAGES */
.featured-wrap {
    z-index: 400;
}

/* Page Galleries */
body.page-pages td:has(.gal-image-wrap) {
    display: flex;
    flex-wrap: wrap;
}

body.page-pages td .gal-image-wrap {
    width: calc(100% - .5rem);
    padding: .25rem;
}
@media (min-width: 300px ) {
   body.page-pages td .gal-image-wrap {
        width: calc(50% - .5rem);
    } 
}
@media (min-width: 600px ) {
    body.page-pages td .gal-image-wrap {
        width: calc(33% - .5rem);
    } 
}
@media (min-width: 900px ) {
     body.page-pages td .gal-image-wrap {
        width: calc(25% - .5rem);
    } 
}
@media (min-width: 1200px ) {
     body.page-pages td .gal-image-wrap {
        width: calc(20% - .5rem);
    } 
}


body.page-pages table .gal-image-wrap img {
    display: block;
    width: 100%;
    transition: all ease 0.3s;
}

body.page-pages table .gal-image-wrap img:hover {
    opacity: 0.5;
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 800px) {
    .content-wrap .main table table td {
        min-width: 25vw;
        max-width: 240px;
        padding-left: 2rem;
    }
}

.general-form {
}

.general-form p {
    margin: 0;
}

.general-form input[type=text], .general-form select, .general-form textarea {
    width: 100%;
    max-width: 600px;
    box-sizing: border-box;
}

.general-form .fc-error {
    border: 0;
    margin: 0;
    padding: 1rem 0rem;
    display: block;
    background: none;
}

.general-form .fc-error p {
    margin: 0px;
    line-height: 1;
    color: #cc0000;
}

/* Reviews Page */
body.page-pages .review-table {
}

body.page-pages .review-table tr {
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

body.page-pages .review-table td {
    padding: 4rem 0;
    padding-bottom: 2rem;
}

body.page-pages .review-table td blockquote {
    margin: 0;
    margin-top: 2rem;
    font-weight: 600;
    color: #fff;
}

body.page-pages .review-table ul, body.page-pages .review-table li {
    margin: 0;
    padding: 0;
    list-style: none;
}






