﻿.page-subheader {
    display: block !important;
}

.recentwork_carousel--2 .recentwork_carousel__hov {
}

.recentwork_carousel__img {
    background-size: auto;
}
/* ABOUT TOP SECTION */

.about-hero-section {
    padding: 100px 0 80px;
}

.about-hero-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.about-hero-text {
    max-width: 540px;
}

.about-hero-accent {
    width: 48px;
    height: 4px;
    background: #DB2400;
    margin-bottom: 18px;
}

.about-hero-text h3 {
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 20px;
}

.about-hero-text p {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 15px;
}

.about-hero-image-wrapper {
    max-width: 520px;
    margin: 0 auto;
}

.about-hero-image {
    width: 100%;
    display: block;
}

/* VOICES SECTION */

.voices-section {
    padding: 80px 0;
    background: #ffffff;
}

.voices-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.voices-card {
    background: #ffffff;
}

.voices-image-wrapper {
    position: relative;
    overflow: hidden;
    margin-bottom: 18px;
}

.voices-image {
    width: 100%;
    display: block;
}

.voices-content {
    margin-top: 4px;
}

.voices-bottom {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.voices-line {
    width: 40px;
    height: 4px;
    background: #DB2400;
    margin-right: 12px;
}

.voices-title-text span {
    display: block;
    font-size: 18px;
    font-weight: 700;
}

.voices-quote-mark {
    margin-left: auto;
    font-size: 36px;
    line-height: 1;
    color: #f691a5;
}

/* testimonial */

.testimonial-card {
    padding: 10px 40px;
}

.testimonial-stars {
    color: #ffb400;
    margin-bottom: 15px;
}

.testimonial-text {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 18px;
}

.testimonial-author {
    font-size: 13px;
    line-height: 1.6;
}

/* PARTNERS (BLACK) SECTION */

.partners-section {
    background: #000;
    color: #fff;
    padding: 90px 0 100px;
    text-align: center;
}

.partners-header h3 {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    color: #FFF !important;
}

.partners-header h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 6px 0 14px;
    color: #FFF !important;
}

.partners-underline {
    width: 60px;
    height: 4px;
    background: #DB2400;
    margin: 0 auto 30px;
}

.partners-list {
    max-width: 1100px;
    margin: 0 auto;
    column-count: 5;
    column-gap: 40px;
    text-align: left;
}

.partner-item {
    display: block;
    position: relative;
    padding: 2px 0 2px 18px;
    font-size: 13px;
    white-space: normal;
}

    .partner-item:before {
        content: "◆";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        font-size: 8px;
        color: #ffffff;
    }

    .partner-item:first-child:before {
        content: "";
    }

.partner-location {
    margin-left: 4px;
    opacity: 0.8;
}

.testimonial-card {
    margin-top: -40px;
}




.voices-title-text span {
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
}

.voices-quote-mark {
    margin-left: auto;
    font-size: 28px;
    line-height: 1;
    color: #f691a5;
}

.testimonial-stars {
    position: relative;
    font-size: 0;
    margin-bottom: 12px;
    background: transparent;
    text-align: right;
}

    .testimonial-stars::before {
        content: "★★★★★";
        font-size: 23px;
        letter-spacing: 2px;
        color: #ffb400;
    }

/* RESPONSIVE */

@media (max-width: 991px) {
    .about-hero-section {
        padding-top: 70px;
    }

    .about-hero-text {
        margin-bottom: 30px;
    }

    .testimonial-card {
        padding: 30px 0 0;
    }

    .partner-item {
        white-space: normal;
    }
}

@media (max-width: 767px) {
    .about-hero-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .voices-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .voices-card {
        margin-bottom: 30px;
    }

    .partners-section {
        padding: 60px 0;
    }
}


.partners-header {
    position: relative;
    padding-top: 40px;
}

    .partners-header:before {
        content: "";
        width: 60px;
        height: 4px;
        background: #DB2400;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }

.partners-underline {
    display: none;
}

.partners-header h2 {
    font-size: 34px;
    font-weight: 700;
    margin: 4px 0;
}

.partners-list {
    max-width: 1200px;
    margin: 40px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.partner-item {
    position: relative;
    flex: 0 0 20%;
    text-align: center;
    padding: 0 32px;
    margin-bottom: 30px;
    font-size: 15px;
}

    .partner-item span {
        display: block;
    }

.partner-location {
    margin-top: 4px;
    font-size: 13px;
    opacity: 0.8;
}

.partner-item:before {
    content: none;
}

.partner-item:after {
    content: "◆";
    position: absolute;
    right: -24px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 23px;
    color: #ffffff;
}

.partner-item:nth-child(4n):after {
    content: "";
}

@media (max-width: 991px) {
    .partner-item {
        flex: 0 0 33.333%;
        margin-bottom: 24px;
    }
}

@media (max-width: 767px) {
    .partner-item {
        flex: 0 0 50%;
        padding: 0 16px;
    }
}

.featured-pieces {
    padding: 60px 0 80px;
}

.featured-header {
    margin-bottom: 4px;
    align-items: center;
}

.featured-line {
    display: inline-block;
    width: 100px;
    height: 7px;
    background: #D81e2d;
    margin-bottom: 8px;
}

.featured-title {
    font-size: 48px;
    font-weight: 700;
    margin: 0;
}

.featured-viewall-top {
    height: 58px;
    line-height: 58px;
    padding: 0 30px;
    margin-right: 30px;
    display: inline-block;
    background: #D81e2d;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}

.featured-viewall-bottom {
    display: inline-block;
    font-size: 11px;
    color: #D81e2d;
    text-decoration: none !important;
    border-bottom: 1px solid #D81e2d;
    padding-bottom: 2px;
}

.circularcatalogue .ca-container {
    width: 100%;
}

.circularcatalogue .ca-wrapper {
    position: static !important;
    width: 100% !important;
    height: auto !important;
    overflow: visible !important;
}

.circularcatalogue .ca-item {
    float: left;
    box-sizing: border-box;
    width: 30%;
    margin: 0 3% 40px 0;
    box-shadow: none !important;
}

    .circularcatalogue .ca-item:nth-child(3n) {
        margin-right: 0;
    }

.circularcatalogue .ca-item-main {
    position: relative;
    border: 1px solid #D81e2d;
    background: #fff;
    padding: 40px 20px 70px;
    height: 480px;
    min-height: 480px;
    box-shadow: none !important;
}

.circularcatalogue .ca-background {
    display: none;
}

.circularcatalogue .ca-icon {
    width: 100%;
    height: 160px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin: 60px auto 20px;
}

.circularcatalogue .ca-more {
    position: absolute;
    right: 0;
    bottom: 57px;
    display: inline-block;
    width: auto !important;
    padding: 6px 14px;
    background: #D81e2d;
    color: #fff !important;
    font-size: 10px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 0;
    box-shadow: none;
    font-weight: 400;
}

.circularcatalogue .ca-title {
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    padding: 14px 20px 12px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8px;
    text-align: center;
    border-top: 1px solid #D81e2d;
}

@media (max-width: 991px) {
    .circularcatalogue .ca-item {
        width: 48%;
        margin-right: 4%;
    }
}

@media (max-width: 600px) {
    .circularcatalogue .ca-item {
        width: 100%;
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .featured-header .col-xs-6 {
        float: none;
        width: 100%;
        text-align: left;
    }

    .featured-title {
        font-size: 30px;
        padding-bottom: 10px;
    }

    .featured-viewall-top {
        margin: 10px auto 0;
        display: inline-block;
    }

    .circularcatalogue .ca-item {
        width: 100% !important;
        margin-right: 0 !important;
    }
}


@media (max-width: 767px) {


    .circularcatalogue .ca-item {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .circularcatalogue .ca-item-main {
        position: relative;
        border: 1px solid #D81e2d;
        background: #fff;
        padding: 24px 0px 21px;
        height: 400px;
        min-height: 0;
        box-shadow: none !important;
    }

    .circularcatalogue .ca-icon {
        height: 243px;
        margin: 40px auto 40px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        width: 150px;
    }

    .circularcatalogue .ca-title {
        font-size: 14px;
        line-height: 1.4;
        margin: 12px 0 0;
        padding: 8px 0 0;
        position: static; 
        text-align: center;
        border-top: 1px solid #D81e2d;
        max-height: none;
    }

        .circularcatalogue .ca-title::before {
            content: none;
        }

    .circularcatalogue .ca-more {
        position: absolute;
        right: 0;
        bottom: 50px; 
        left: auto;
        width: auto !important;
        padding: 6px 14px;
    }

    .featured-header .col-xs-6 {
        float: none;
        width: 100%;
        text-align: left;
    }

    .featured-title {
        font-size: 30px;
        padding-bottom: 10px;
    }

    .featured-viewall-top {
        margin: 10px auto 0;
        display: inline-block;
    }
}


.workwithus-section {
    padding: 80px 0;
    position: relative;
}

.wwu-box {
    position: relative;
    border: 2px solid #DB2400;
    padding: 80px 40px;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    background: #fff;
}

.wwu-accent {
    width: 60px;
    height: 6px;
    background: #000;
    margin: 0 auto 25px;
}

.wwu-title {
    line-height: 52px;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
}

.wwu-subtitle {
    color: #DB2400;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.wwu-text {
    color: #333;
    font-size: 16px;
    margin-bottom: 35px;
}

.wwu-btn {
    display: inline-block;
    padding: 12px 28px;
    border: 2px solid #000;
    color: #000;
    text-decoration: none;
    font-weight: 600;
    transition: 0.2s;
}

    .wwu-btn:hover {
        background: #000;
        color: #fff;
    }

@media (max-width: 970px) {
   
    .wwu-title {
        font-size: 32px;
    }
    .wwu-box {
        margin: 0px 21px 0px 20px;
    }
}