.featured-image-header,
.front-page-1,
.front-page-3,
.front-page-5,
.front-page-7 {
    background-attachment: fixed;
    background-color: #fff;
    background-position: 50% 0;
    background-repeat: no-repeat;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
}

.featured-image-header {
    background-position: 50% 65px;
}

.featured-image-header,
.front-page-1 {
    position: relative;
}

.full-width-content .content {
    padding: 0 50px 50px;
}

.wpbs-main-wrapper .wpbs-form-container {
    max-width: 100%;
}

.footer-widgets .wrap {
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-widgets .widget {
    margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
    .featured-image-header,
    .front-page-1,
    .front-page-3,
    .front-page-5,
    .front-page-7 {
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
    }

    .featured-image-header {
        background-position: 50% 0;
    }

    .front-page-1 .image-section,
    .featured-image-header .image-section,
    .secondary-nav .front-page-1 .image-section,
    .secondary-nav .featured-image-header .image-section {
        padding-top: 0;
    }

    .full-width-content .content {
        padding: 0 0px 50px;
    }
}
