.header .header-info {
    background-image:linear-gradient(90deg, rgba(250,250,250,.6), rgba(250,250,250,.6)), url(https://s3.amazonaws.com/fcwebmanager/Textures/SmartSites/HeroImages/0/texture_14.jpg);
    background-size: contain;
}

.header-business-email {
    word-break: break-all
}

.header .navbar .navbar-nav .nav-link {
    text-transform: uppercase;
}

.btn:hover,.form .btn:hover {
    color: #000!important;
}
.header .navbar-brand {
    display: none;
}





/* POP UP MODAL */

  /* Modal CSS */

#cw_popup {
z-index: 99999;
}

    #cw_popup .modal-content {
        background: url("https://apihoard.webit.com/api/v1/Image/4A8E7636036139CA6061F1547E79201B/4A8E7636036139CA6061F1547E79201B.jpg?size=Original") center center /cover;
        border: none;
    }

    #cw_popup .modal-dialog {
        overflow: hidden;
        border-radius: 10px;
        border: 7px solid #FFFFFF;
    }

    #cw_popup .modal-body {
        position: relative;
    }

    /* Content */
    #cw_popup h6.cw-pop-up-heading {
        color: #000000;
        margin: 0;
        padding: .3em;
        font-size: 3em;
        font-weight: 900;
        text-align: center;
        text-transform: uppercase;
    }

    #cw_popup .cw-pop-up-content p {
        color: #000000;
        font-size: 1.5em;
    }

    #cw_popup .cw-pop-up-content p span {
        color: #004673;
        font-weight: 800;
    }

    #cw_popup .cw-pop-up-content p a {
        color: #9DC71B;
        font-weight: 800;
    }

    #cw_popup .cw-pop-up-content p a:hover {
        color: #004673;
    }

    /* Top Icon */
    .cw-info-icon {
        position: absolute;
        top: 19px;
        left: 0;
        width: 100%;
        text-align: center;
    }

    .cw-info-icon i {
        border-radius: 50%;
        padding: 35px;
        font-size: 7.8em;
    }

    /* Top Close */
    #cw_popup button.close {
        position: absolute;
        top: 0px;
        right: 10px;
        color: #000000;
        opacity: 0.7;
        z-index: 100;
    }

    #cw_popup button.close span {
        font-size: 40px;
    }

    /* Content */
    #cw_popup .modal-body {
        margin: 0;
        padding: 0;
        padding-top: 218px;
    }

    #cw_popup .cw-pop-up-content {
        position: relative;
        background-color: rgba(255, 255, 255, 0.95);
        padding: 20px;
        -webkit-box-shadow: 0 0 78px rgba(0, 0, 0, 0.7);
        box-shadow: 0 0 78px rgba(0, 0, 0, 0.7);
    }

    #cw_popup .cw-pop-up-content:after {
        bottom: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    #cw_popup .cw-pop-up-content:after {
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #ffffff;
        border-width: 50px;
        margin-left: -50px;
        opacity: 1;
    }

    /* Button */
    #cw_popup .cw-modal-btn {
        padding: 20px 0;
    }

    #cw_popup .cw-modal-btn a {
        font-size: 1.1em;
        display: inline-block;
        padding: 10px 80px;
        text-align: center;
        text-transform: uppercase;
    }

    /* Custom Animations */
    @-webkit-keyframes cw-slide-in-animation {
        from {
            -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
            visibility: visible;
        }

        to {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
    }

    @keyframes cw-slide-in-animation {
        from {
            -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
            visibility: visible;
        }

        to {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
    }

    .cw-slide-in-animation {
        -webkit-animation: 1s ease-out 0s cw-slide-in-animation;
        animation: 1s ease-out 0s cw-slide-in-animation;
    }

    @-webkit-keyframes cw-modal-fade {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    @keyframes cw-modal-fade {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    .cw-modal-fade {
        -webkit-animation: 0.5s ease-out 0s cw-modal-fade;
        animation: 0.5s ease-out 0s cw-modal-fade;
    }

/*---- Login modal ----*/

.lawnpro-top-center {
    position: relative !important;
    left: 0 !important;
    margin-left: 0 !important;
    margin-top: 0.5rem;
}

#lawnpro-widget-container .btn {
    font-size: 1.25rem;

}




.cw-hero {
    position: relative;
    background-image: url(https://apihoard.webit.com/api/v1/Image/BB6D47988BD68EE94BBBA504ACF147E3/BB6D47988BD68EE94BBBA504ACF147E3.jpg?size=1920x1440);
    background-size: cover;
    padding: 15em 0;
    background-position: top center;
}

.cw-hero:after {
    overflow: hidden;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.cw-heroText {
    z-index: 2;
}

.serviceSection .service {
    border-radius: 10px;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .15);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100% - 3rem);
}

.serviceSection h3 {
    font-size: 1.3rem;
}

.cw-offerSection {
    position: relative;
}

#cw-SVG {
    position: absolute;
    top: -70px;
    left: 0;
    height: 75px;
    width: 100%;
}

.cw-mainContent {
    box-shadow: 0 5px 19px 0 rgb(39 35 67/13%);
}

.cw-bottomSVG {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 75px;
    fill: #fff;
}

.cw-homePageContactForm {
    margin-bottom: -3em;
}

.title {
    text-transform: uppercase;
}

@media screen and (min-width: 280px) {
    .cw-hero {
        background-image:url(https://s3.amazonaws.com/fcwebmanager/Landscaping/SmartSites/HeroImages/0/landscaping_14.jpg);
        padding: 5em 0;
    }
}

@media screen and (min-width: 768px) {
}

@media(max-width: 992px){
    .cw-heroText {
        background: rgba(250,250,250,.9);
        padding: 1em;
    }
}

@media(min-width: 992px) {
    .cw-hero {
        background-image: url(https://apihoard.webit.com/api/v1/Image/BB6D47988BD68EE94BBBA504ACF147E3/BB6D47988BD68EE94BBBA504ACF147E3.jpg?size=1920x1440);
        padding: 15em 0;
        background-size: cover;
        background-position: 50% 71%;
    }

    .serviceSection {
        margin-top: -3em;
        z-index: 333333;
    }

    .cw-offerSection .cw-topspace {
        margin-top: 160px;
    }

    .cw-offerSection .cw-topspace2 {
        margin-top: 80px!important;
    }
}


/* should make the long emails in default headers, footers, and business info modules wrap so that they don't stretch too far on super small mobile sizes (ie galaxy fold)  */
	.contact-companyinfo .contact-email .contact-details-info,
	.header .header-business-email,
	.footer .footer-business-email {
		overflow-wrap: anywhere;
	}

    /*Veteran Badge*/
    @media(min-width: 330px){
        .responsive {
            width: 70%;
            height: auto;
          }
    }

    /*Veteran Badge*/

    @media(min-width: 280px){
        .responsive {
            width: 70%;
            height: auto;
          }
    }

    @media(min-width: 330px){
        .responsive {
            width: 70%;
            height: auto;
          }
    }

    @media(min-width: 440px){
        .responsive {
            width: 55%;
            height: auto;
          }
    }

    @media(min-width: 768px){
        .responsive {
            width: 30%;
            height: auto;
          }
    }

    @media(min-width: 992px){
        .responsive {
            width: 30%;
            height: auto;
          }
    }

    @media(min-width: 1200px){
        .responsive {
            width: 30%;
            height: auto;
          }
    }

@media(min-width: 1480px){
    .responsive {
        width: 30%;
        height: auto;
      }
}

@media (min-width: 768px) {
    .cw-imageBtn {
        margin-bottom: 2.5rem;
        margin-top: 22px !important;
    }
}

.cw-hero-buttons{
    background-color: #003300;
  }

  .cw-hero-buttons .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
}

  .cw-hero-buttons a{
    color: white;
    width: 100%;
    background-color: #38B350;
  }

  .cw-hero-buttons a:hover{
    color: white;
    background-color: #046736;
  }



  /* Google Review modal  */
  .cw-review-modal .modal-dialog .modal-content {
    background: var(--color-theme-background);
    color: #000;
}

.cw-review-modal .modal-content .modal-header {
    background: #ddd;
}

.cw-review-modal .modal-content p {
    color: #444;
}

.cw-review-modal .modal-content img {
    margin-bottom: .5em;
}

.cw-review-modal .modal-content .modal-header .close {
    color: #000;
}


.card-body {
    background: #d6f2d7 !important;
}
