/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/






@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

@font-face {
    font-family: 'GC EPICPRO Demo ExtBd';
    src: url('https://millenniumroofingsystems.com/wp-content/themes/salient-child/Fonts/GCEPICPRODemo-ExtraBold.woff2') format('woff2'),
        url('https://millenniumroofingsystems.com/wp-content/themes/salient-child/Fonts/GCEPICPRODemo-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


h1, h2, h3, h4 {
	font-family: "Outfit", sans-serif !important;
}


/* Header CSS */

#header-outer #top .sf-menu #menu-item-185 a {
    background: #1E90FF;
    padding: 7px 15px;
    border-radius: 100px;
    transition: 0.4s all;
    border: 1px solid #1E90FF;
}

#header-outer #top .sf-menu #menu-item-185 a:hover {
    background: transparent !important;
    border-color: rgb(255 255 255 / 20%);
}

#header-outer #top .sf-menu #menu-item-185 a span::after {
    display: none;
}




blockquote.nectar_single_testimonial .inner p {
    font-family: 'Outfit';
    font-style: italic;
    line-height: 32px;
}

/* Hero Sec CSS */


#hero-sec .nectar-simple-slider.sizing-percentage.height-80vh {
    height: 700px !important;
}
#hero-sec h1 {
    text-transform: uppercase;
}

#hero-sec strong {
    font-family: 'Outfit';
    font-weight: 500;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(360deg, #ffffff, #aabeff);
    background-clip: text;
}

#cta-btn {
    border-radius: 30px !important;
    border: 1px solid #1e90ff;
    font-size: 15px;
    line-height: 24px;
}

#cta-btn.trans-btn {
    background: transparent !important;
    border-color: rgb(255 255 255 / 20%);
}



.page-id-16 #hero-sec h1 {
    text-align: center;
    line-height: 90px;
    letter-spacing: 9px;
}
#hero-sec .flickity-slider .cell:nth-child(2) h1, #hero-sec .flickity-slider .cell:nth-child(2) h1 strong {
    font-family: 'GC EPICPRO Demo ExtBd' !important;
    letter-spacing: 5px;
}



/* Explore sec CSS */


.roof-wrapper {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.roof-col {
    display: flex;
    position: relative;
    flex: 1;
    max-width: 20%;
    min-width: 8%;
    transition: 0.6s all !important;
    border-radius: 15px;
    margin: 0 5px;
}

.roof-col:hover {
    max-width: 80% !important;
    flex-grow: 7;
}
.front-card::before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0.4;
}


.back-card {
    position: absolute;
    top: 0;
    opacity: 0;
    transition: 0.4s all;
    visibility: hidden;
}

.rf-col-wrapper {
    position: relative;
    width: 100%;
}

.front-card {
    opacity: 1;
    transition: 0.4s all;
    display: flex;
    flex-direction: column;
    height: 100%;
    /* justify-content: center; */
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.cat-row {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    justify-content: center;
}

.cat-block {
    width: 47%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s all;
}

.cat-image-block {
    position: relative;
    opacity: 0;
    transition: 0.4s all;
}

.cat-text-wrapper {
    transition: 0.4s all;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}


.cat-block:hover .cat-text-wrapper {
    opacity: 0;
}

.cat-block:hover .cat-image-block {
    opacity: 1;
}


.roof-col:hover .front-card {
    opacity: 1;
}

.roof-col:hover .back-card {
    opacity: 0;
    visibility: visible;
}
.roof-wrapper .text-block h3 {
    transform: rotate(90deg);
    white-space: nowrap;
}

.roof-wrapper:hover .text-block p {
    font-size: 14px;
    line-height: 23px !important;
}

.roof-wrapper .text-block h3, .roof-wrapper .text-block p {
    transition: 0.4s all;
}

.roof-wrapper:hover .front-card {
    width: 90%;
    margin: 0 auto;
}
.front-card img {
    width: 100%;
}

.front-card .icon-wrapper img {
    width: 100% !important;
}
.roof-wrapper .text-block h3 {
    font-size: 27px;
    line-height: 35px;
}
.disc-blk h2 {
    margin-bottom: 20px;
}
.front-card .text-block {
    position: absolute;
    top: unset;
    right: 50%;
    left: 50%;
    bottom: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: 0.5s all !important;
}

.icon-wrapper img {
    margin-bottom: 0 !important;
    height: 600px !important;
    object-fit: cover;
}

.roof-wrapper .roof-col:nth-child(4) .front-card .icon-wrapper img {
    object-position: 30% !important;
}


.roof-col:hover .text-block {
    top: unset;
    left: 7%;
    right: 60%;
    bottom: 5%;
    transition: 0.5s all !important;
}

.roof-col:hover .text-block h3 {
    transform: rotate(0deg);
}





/* Roof Sec CSS */
#trst-sec .owl-stage {
    display: flex;
    align-items: center;
    padding: 0;
}

#trst-sec .owl-stage-outer {
    overflow: visible;
}

#trst-sec .carousel-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

#trst-sec .hover-wrap {
    margin-bottom: 0;
}


#trst-sec .owl-dots {
    display: none;
}

div#logo-sec {
    margin-bottom: 0;
}







/* Featured sec CSS */

#cta-btn.arrow-btn {
    border: unset;
    padding: 0;
    display: inline-flex;
    align-items: center;
    column-gap: 18px;
    box-shadow: unset !important;
    transform: unset !important;
}


#featured-inner #cta-btn.arrow-btn {
    color: #000;
}

#cta-btn.arrow-btn span {
    transform: unset;
}

#cta-btn.arrow-btn i {
    position: relative;
    transform: inherit;
    font-size: 16px;
}


.tag {
    display: flex;
    column-gap: 10px;
}

.tag h6 {
    font-size: 11px !important;
    line-height: 20px !important;
    border: 1px solid rgb(11 1 3 / 15%);
    padding: 4px 12px;
    border-radius: 30px;
}


#featured-inner .hover-wrap-inner {
    position: relative;
    overflow: hidden;
    border-radius: 50px;
}

#featured-inner .hover-wrap-inner img {
    transition: 0.4s all;
}

#featured-inner p {
    padding-bottom: 15px;
}

#featured-inner .wpb_text_column.wpb_content_element {
    margin-bottom: 15px;
}

#featured-inner .hover-wrap-inner:hover img {
    transform: scale(1.1);
}

#ft-cta #cta-btn.trans-btn {
    color: #0B0103;
    border-color: rgb(11 1 3 / 15%);
}
#featured-inner .flickity-viewport {
    margin-top: 0;
}

#featured-inner img {
    height: 200px !important;
    object-fit: cover;
}





/* Free Sec CSS */

#free-sec h2 {
    margin-bottom: 15px;
}

#free-sec #cta-btn.trans-btn {
    color: #0B0103;
    border-color: rgb(11 1 3 / 15%);
}

#free-sec img {
    border-radius: 45px;
}




/* Slogan sec CSS */



#slogan-row .slick-track {
    display: flex;
	will-change: transform;
}

#slogan-row .vc_column-inner {
    overflow: hidden;
}
#slogan-row .wpb_column {
    position: relative;
}

#slogan-row .wpb_column::before {
    content: '';
    background: linear-gradient(90deg, #ffffff 40%, transparent);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50px;
    z-index: 1;
}

#slogan-row .row_col_wrap_12.col.span_12.dark.left {
    padding: 0 !important;
}

#slogan-row .wpb_column::after {
    content: '';
    background: linear-gradient(-90deg, #ffffff 40%, transparent);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50px;
    z-index: 1;
    visibility: visible;
    height: 100%;
}
#slogan-row .slick-track h3 {
    white-space: nowrap;
    font-size: 20px;
    line-height: 29px;
    font-family: 'Outfit' !important;
    text-align: center;
    direction: ltr;
    margin-bottom: 0;
}

#slogan-row .slick-slide {
    display: inline-flex;
    width: 600px !important;
    margin: 0 50px;
}
.icon-hd-wrapper {
    display: flex;
    direction: ltr;
    align-items: center;
}

.icon-hd-wrapper img {
    width: 45px !important;
    height: 45px !important;
    object-fit: contain;
    margin-right: 10px;
}





/* Footer CSS */

#footer-inner img.img-with-animation.skip-lazy.animated-in {
    width: 240px;
}

#footer-inner ul {
    margin: 0;
}

#footer-inner ul li:not(:last-child) {
    margin-bottom: 8px;
}

#footer-inner ul li a {
    color: #0B0103;
    font-size: 14px;
    line-height: 23px;
    position: relative;
}

#footer-inner h6 {
    margin-bottom: 20px;
}

#footer-inner ul li {
    list-style: none;
}

#cpy-row .nectar_icon_wrap {
    margin-bottom: 0;
    margin-left: 10px;
}

#cpy-row .vc_col-sm-4 {
    text-align: center;
}

#cpy-row .nectar_icon i {
    color: #0B0103 !important;
}

#cpy-row .wpb_text_column.wpb_content_element p, #cpy-row .wpb_text_column.wpb_content_element a {
    color: #0B0103;
    font-size: 14px;
    line-height: 23px;
}

#cpy-row .wpb_text_column.wpb_content_element a {
    text-decoration: underline;
    margin: 0 10px;
}

#cpy-row {
    border-top: 1px solid rgb(11 1 3 / 15%);
    padding-top: 20px;
}

#footer-inner ul li a::before {
    content: '';
    background: #0B0103;
    height: 1px;
    width: 0%;
    position: absolute;
    bottom: -2px;
    transition: 0.4s all;
}

#footer-inner ul li a:hover::before {
    width: 100%;
}






/* About Page CSS */

.about-grd-sec img {
    border-radius: 40px;
}

.about-grd-sec h2, #about-section h2 {
    margin-bottom: 20px;
}
#team-inner {
    margin-bottom: 0;
}

#hiring-inner #cta-btn.trans-btn {
    color: #0B0103;
    border-color: rgb(11 1 3 / 15%);
}

#team-inner img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 100px;
}

#team-inner .nectar_icon_wrap {
    margin: 0 10px;
}

#team-inner .nectar_icon_wrap i {
    color: #0B0103 !important;
}
#partner-sec #cta-btn.trans-btn {
    color: #0B0103;
    border-color: rgb(11 1 3 / 15%);
}

#partner-sec .vc_col-sm-4.wpb_column {
    text-align: right;
}
#commit-sec ul li:not(:last-child) {
    margin-bottom: 10px;
}

#commit-sec ul {
    margin-top: 20px;
}
#about-grd-sec b {
    font-weight: 900;
}
#about-grd-sec ul li:not(:last-child) {
    margin-bottom: 10px;
}


/* Products Page CSS */

#discover-inner h3 {
    font-size: 28px;
    line-height: 36px;
}


#discover-sec h2 {
    font-size: 45px;
    line-height: 53px;
    margin-bottom: 15px;
}
#discover-sec .inner_row:first-child {
    margin-bottom: 40px;
}
.product-grid-section #cta-btn.trans-btn {
    color: #0B0103;
    border-color: rgb(11 1 3 / 15%);
}
.prd-dtl-blk h2 {
    font-size: 40px;
    line-height: 48px;
}

.testimonial_slider[data-rating-color="accent-color"] .star-rating .filled:before {
    color: #ffd400 !important;
}

#test-sec p {
    font-family: 'Outfit';
}

#test-sec .testimonial-name {
    font-family: 'Inter';
}

#test-sec .title {
    color: #000;
    opacity: 1;
    font-family: 'Outfit';
    font-style: normal;
}






/* Contact Page CSS */


.cnt-dtl-inner p {
    font-size: 15px;
    padding-bottom: 10px;
}

.cnt-dtl-inner .hover-wrap-inner img {
    height: 40px;
    object-fit: none;
}

.cnt-dtl-inner a, .cnt-dtl-inner strong {
    border-bottom: 1px solid;
}

#contact-inner input, .inner_row textarea {
    background: transparent !important;
    border-bottom: 1px solid #fff !important;
    border-radius: 0 !important;
}

#contact-inner .wpcf7-submit {
    background: #1e90ff !important;
    border: unset !important;
    border-radius: 100px !important;
    width: 160px;
    margin: 20px auto 0px;
    display: block;
}

#contact-inner span.wpcf7-spinner {
    display: none;
}