/*Theme Name: Stratocumulus
Author: Craft & Cloud Marketing Co.
Author URI: https://www.craftandcloud.com
Description: A custom theme by Craft & Cloud Marketing Co.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: coveredbridgestorecustomtheme
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.*/

/*|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*============================= Customer: DRS Home Improvement ===========================*/
/*================================ Build Date: March 2026 ================================*/
/*================================ Developer: Claudio Mejia ===================================*/
/*|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/* ========================================================================================= */
/* ***************************** Beautifully written CSS below ***************************** */
/* ========================================================================================= */

/** General Styles **/

body, .has-dots-background {
    overflow-x: hidden;
}

.has-dots-background {
    overflow-y: hidden;
}

body .bullet-list {
    @media screen and (max-width: 781px) {
        gap: 0;
        max-width: 250px;
    }
}

body .bullet-list-windows {
    @media screen and (max-width: 781px) {
        gap: 0;
        max-width: 325px;
    }

    @media screen and (min-width: 782px) and (max-width: 1400px) {
        margin-left: 7vw !important;
        margin-right: 7vw !important;
    }
}

.small-spacer {
    height: clamp(65px, 7vw, 100px) !important;
}

.relative {
    position: relative;
}

.z-index {
    z-index: 2;
}

.background-one {
    position: absolute;
    top: 0;
    z-index: 1;

    @media screen and (max-width: 781px) {
        width: 300%;
    } 
}

.page-id-29 .background-one img{
    @media screen and (min-width: 2600px) {
        margin-top: -70px;
    }
}

.main-content-container {
    @media screen and (min-width: 782px) {
    	margin-top: -13em;
	}

	@media screen and (max-width: 781px) {
		margin-top: -16em;
	}
}

.tapered-photo {
    clip-path: polygon(50% 0, 100% 12%, 100% 100%, 0 100%, 0 12%);
}

.page-id-25 .tapered-text-area {
    @media screen and (min-width: 1411px) {
        min-height: 212px;
    }
}

.tapered-text-area {
    position: relative;
    
    @media screen and (min-width: 782px) and (max-width: 1000px) {
        min-height: 183px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    @media screen and (min-width: 1120px) and (max-width: 1410px) {
        min-height: 160px;
    }
}

.tapered-text-area .orange-separator {
    height: 3px !important;
    max-width: 73px !important;
    position: absolute;
    top: -.1em;
    justify-self: center;
}

.page-id-25 .tapered-text-area .orange-separator {
    color: black !important;
    background-color: black !important;
}

.card {
    position: relative;
    width: clamp(245px, 22vw, 380px);
    height: 168px;
}

.card .bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.card #content {
    position: absolute;
    bottom: 1em;
    transform: translateX(-50%);
    margin-left: 50%;
    width: clamp(245px, 22vw, 392px);
    z-index: 1;
    padding: 20px;
    line-height: 1.3;
    text-align: center;

    @media screen and (min-width: 2100px) {
        bottom: .4em;
    }

    h3 {
        font-size: clamp(20px, 1.5vw, 35px) !important;
        margin-top: .8rem;
        margin-bottom: 0;
        color: #E5E7E9;

        @media screen and (min-width: 782px) and (max-width: 1500px) {
            padding-bottom: .5em;
        }
    }
}

.wp-block-group .three-separator {
    width: clamp(45px, 4vw, 85px) !important;
    height: .05px;
    background-color: #5B1418;
    border: #5B1418 solid;
    margin-bottom: -1rem ;
}

body .three-columns {
    @media screen and (min-width: 1200px) and (max-width: 1500px) {
        max-width: 80vw !important;
    }

    @media screen and (min-width: 782px) and (max-width: 1199px) {
        max-width: 95vw !important;
    }

    @media screen and (min-width: 782px) and (max-width: 950px) {
        gap: 1.5vw ;

        h3 {
            font-size: 2.5vw !important;
        }

        p {
            font-size: 1.9vw !important;
        }
    }

    @media screen and (max-width: 781px) {
        gap: 3rem;
    }
}

.three-columns-sm {
    @media screen and (min-width: 1200px) and (max-width: 1500px) {
        max-width: 80vw !important;
    }

    @media screen and (min-width: 782px) and (max-width: 1199px) {
        max-width: 80vw !important;
    }
}

.three-column-column {
    display: flex;
    justify-content: center;
    position: relative;
    background-image: url(/wp-content/uploads/2026/03/Rectangle-32.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: clamp(200px, 15vw, 250px);
    align-items: center;

    @media screen and (min-width: 2000px) {
        p:first-of-type {
            height: 1.5em;
            margin-top: -.5em;
        }
    }

    @media screen and (max-width: 781px) {
        height: clamp(205px, 37.5vw, 257px);
        gap: 10px !important;
        
        .small-p {
            width: clamp(225px, 57vw, 340px);   
        }
    }
}

.three-column-column-sm {
    display: flex;
    justify-content: center;
    position: relative;
    background-image: url(/wp-content/uploads/2026/04/SmallBlock.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: clamp(106px, 6.5vw, 170px);
    align-items: center;

    @media screen and (max-width: 781px) {
        height: clamp(133px, 24.5vw, 170px);
    }

    .heading-text {
        @media screen and (min-width: 782px) and (max-width: 1000px) {
            font-size: 2.5vw !important;
        }
    }
}

body a {
    text-decoration: none;
}

@media screen and (max-width: 781px) {
	.only-desktop {
		display: none !important;
	}
}

@media screen and (min-width: 782px) {
	.only-mobile {
		display: none !important;
	}
}

.gradient-block {
    background: linear-gradient(0deg, rgba(119, 119, 119, 0.00) 0%, rgba(91, 20, 24, 0.65) 100%);
}

body .horizontal-img-group {
    @media screen and (min-width: 782px) {
        padding-left: 5vw !important;
        padding-right: 5vw !important;
    }
}

/** Reviews Styles **/

#reviews .ti-reviews-container-wrapper {
    padding-top: 3em !important;
}

#reviews .ti-inner {
    background-color: #1F3A5F !important;
    position: relative;
}

#reviews .ti-inner::before {
    content: "";
    background-color: #1F3A5F;
    display: block;
    clip-path: polygon(50% 87%, 0% 100%, 100% 100%);
    color: blue;
    width: 95%;
    height: 100%;
    position: absolute;
    top: -99.9%;
    left: 9px;
}

#reviews .ti-name {
    color: white;
}

#reviews .ti-review-content, #reviews .ti-read-more-active {
    color: white;
    font-weight: lighter;
}

/*--Contact Form Styles--*/

.wp-block-group .contact-form-block {
    @media screen and (min-width: 782px) {
        max-width: clamp(780px, 80vw, 1300px);
    }

    @media screen and (max-width: 781px) {
        border-radius: 0 !important;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.contact-form input {
    box-sizing: border-box;
    width: 100%;
    height: 3em;
    font-size: 19px;
    font-family: inherit;
    font-weight: 200;
    padding-left: 10px;
    border-radius: 10px;
    border: none;
}

.contact-form textarea {
    box-sizing: border-box;
    width: 100%;
    font-size: 19px;
    font-family: inherit;
    font-weight: 200;
    padding-left: 10px;
    border-radius: 10px;
    border: none;
    padding-top: .5em;
}

@media screen and (min-width: 782px) {
    .form-names {
        width: 100%;
        display: flex;
        flex-direction: row;
        gap: 3vw;
        justify-content: space-between;
    }
    
    .name-div {
        width: 49%;
    }
}

.contact-form p{
    margin: 0 1px;
}

.form-message {
    font-size: 13px;
    font-family: "acumin-pro", sans-serif;
    color: #F3ECE3;
    text-align: center;
}

.submit-button {
    display: flex;
    justify-content: center;
    margin: 2em;

    .wpcf7-submit {
        font-weight: normal;
        font-size: clamp(18px, 1vw, 25px);
        background: transparent;
        color: white;
        border: 1.5px solid white;
        padding: .2em 2em;
        height: auto;
        border-radius: 4px;
        width: 100%;
        font-family: inherit;
    }
}

.wpcf7-spinner {
    display: none !important;
}

.notice-text {
    color: white;
    font-size: 13px;
}

/** Windows Doors Form **/

.checkbox {
    display: flex;
    flex-direction: row;
    justify-content: center; 
    
    label {
        display: flex;
        align-items: center;
        color: white;
        gap: 1em;
        font-size: clamp(18px, 1vw, 25px);
    }

    input {
        width: 1.5em;
    }

    .wpcf7-list-item.first {
        padding-right: 5em;
    }
}

/** Header Styles **/

header {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.75) 48.08%, #FFF 100%);
    position: relative;
    z-index: 99;
}

header .header-logo {
    width: 18vw;
    min-width: 150px;
    max-width: 250px;
    height: auto;
    
    @media screen and (max-width: 781px) {
        width: 40vw;
        margin-left: auto;
        margin-right: auto;
    }
}

header .phone-group {
    display: flex;
    justify-content: center;
    margin-bottom: .5em !important;

    a {
        font-size: clamp(23px, 5vw, 35px);
    }
}

@media screen and (min-width: 782px) {
    .header-about-link {
        display: none !important;
    }

    header .wp-block-navigation__container {
        justify-content: space-evenly;
    }
}

@media screen and (max-width: 781px) {
    header .header-col-one {
        flex-basis: 70% !important;
        order: 2;
    }

    header .header-col-two {
        order: 1;
        flex-basis: 15% !important;
    }

    header .header-col-three {
        flex-basis: 15% !important;
        order: 3;
    }

    header .contact-header-button {
        display: none !important;
    }

    header .wp-block-navigation-item__label {
        font-size: 17px;
    }

    header .header-spacer {
        height: 18px !important;
    }
}

@media screen and (min-width: 782px) and (max-width: 1000px) {
    header .wp-block-column .contact-header-button a {
        font-size: clamp(12px, 1.1vw, 20px) !important;
    }
}

.wp-block-button:hover, .wpcf7-submit:hover, .wp-block-navigation-item__content:hover, .footer-menu-item:hover {
    transform: scale(1.05);
    transition: 0.25s;
    cursor: pointer !important;
}

.header-logo:hover, .footer-logo:hover {
    transform: scale(1.02);
    transition: 0.30s;
    cursor: pointer !important;
}

.header-logo, .wp-block-navigation-item__content, .footer-logo, .footer-menu-item {
    transition: 0.30s;
}

.wp-block-button {
    transition: 0.25s;
}

.banner-spacer {
    height: clamp(200px, 18vw, 550px) !important;
}

/** Home Styles **/ 

.three-section-button {

    @media screen and (min-width: 782px) {
        position: absolute;
        z-index: 5;
        left: 50%;
        transform: translateX(-50%);
    }

    @media screen and (min-width: 782px) and (max-width: 1499px) {
        top: -14em;
    }

    @media screen and (min-width: 1500px) {
        top: -15rem;
    }
}

body .wp-block-group .mobile-vertical {
    max-width: 515px;
}

body .service-columns {
    @media screen and (max-width: 781px) {
        max-width: 465px;
        padding: 2em;
        gap: 4rem;
    }

    @media screen and (min-width: 782px) and (max-width: 1029px) {
        gap: .8vw;
    }
}

body .home-banner-cover {
    height: 40vw;
    min-height: 500px !important;

    @media screen and (max-width: 380px) {
        min-height: 700px !important;
    }
}

.top-triple-group {
    z-index: 4;
}

.main-content-container .three-section-img {
    @media screen and (min-width: 1400px) {
        margin-top: -3%;
    }

    @media screen and (min-width: 782px) and (max-width: 1399px) {
        margin-top: -3rem;
    }
}

.wp-block-columns .tab-button {
    margin-top: -1.1em;
    position: relative;
    z-index: 1;

    @media screen and (max-width: 781px) {
        margin-top: -1.4em;
    }
}

.background-frame img{
    position: absolute;
    top: -2.5%;
    left: 0;
    width: 93%;
    z-index: 1;
}

.service-image {
    z-index: 2;
    position: relative;
}

.background-frame-main img{
    position: absolute;
    top: 0;
    left: 4%;
    width: 95.5%;
    z-index: 1;
}

.service-image-main {
    z-index: 2;
    position: relative;
    text-align: center;
    
    img {
        max-width: 84vw !important;
    }
}

/** Service Styles **/ 

.siding-service-clms {
    justify-content: center;
}

/** Contact Styles **/

body .contact-banner-cover {
    height: 35vw;
    min-height: 395px !important;
}

.contact-banner-spacer {
    height: clamp(125px, 16vw, 350px) !important;
}

/** Portfolio Styles **/

.gallery-block-one {
    background: linear-gradient(90deg, #FFF 0%, #FFF 39.42%, rgba(91, 20, 24, 0.50) 100%);
    
    @media screen and (min-width: 782px) {
        padding-right: 0 !important;
    }
}

.gallery-block-two {
    background: linear-gradient(90deg, #FFF 0%, #FFF 39.42%, rgba(79, 109, 122, 0.50) 100%);
    
    @media screen and (min-width: 782px) {
        padding-right: 0 !important;
    }
}

.gallery-title {
    position: absolute;
    top: -.7em;
}

.metaslider-flex, .flexslider {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.ms-image {
    box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.50);
    border-radius: 10px;

    a {
        border-radius: 10px;
    }

    img {
        border-radius: 10px;
    }
}

.flex-viewport ul {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
}

/** Footer Styles **/

footer {
    box-shadow: 0 -3px 6px 2px rgba(0, 0, 0, 0.25);
    margin-top: 0;
    z-index: 2;
    position: relative;
}

footer .footer-menu {
    justify-content: space-evenly;
}

footer .footer-logo {
    width: 19vw;
    min-width: 160px;
    max-width: 265px;
    height: auto;

    @media screen and (max-width: 781px) {
        width: 41vw;
    }
}

@media screen and (max-width: 781px) {
    footer .footer-menu {
        flex-direction: column;

        p {
            font-size: 17px;
        }
    }
}


/** Service Area Pages **/

body .service-banner-cover {
    height: 40vw;
    min-height: 600px !important;

    @media screen and (max-width: 380px) {
        min-height: 700px !important;
    }
}
