/*
 Theme Name:     Design Integrity
 Template:       wp-bootstrap-starter
 Version:        1.4
*/


/****************************************
*** Theme customization starts below ***
*****************************************/

:root {
    --niche-cream: #FCF9F0;
    --niche-black: #1B1A31;
    --niche-darkgreen: #4A9642;
    --niche-yellow: #FFC900;
    --niche-lightyellow: #FFEAB2;
    --niche-terracotta: #F19E74;
    --niche-purple: #C3BBFF;
    --niche-lilac: #D6D4FF;
    --niche-peach: #EECDBE;
    --niche-green: #87BF65;
    --niche-lightgreen: #C8E4B6;
    --niche-navy: #0B4650;
}

@font-face {
    font-family: "Sharp Sans";
    src: url('assets/fonts/sharp-sans/SharpSansDispNo1-SemiBold.ttf');
    font-weight: 600;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: "Sharp Sans";
    src: url('assets/fonts/sharp-sans/SharpSansDispNo1-Medium.ttf');
    font-weight: normal;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: "Sharp Sans";
    src: url('assets/fonts/sharp-sans-italic/SharpSansDispNo1-MediumIt.ttf');
    font-weight: normal;
    font-display: swap;
    font-style: italic;
}

@font-face {
    font-family: "Sharp Sans";
    src: url('assets/fonts/sharp-sans/SharpSansDispNo1-ExtraBold.ttf');
    font-weight: bold;
    font-display: swap;
    font-style: normal;
}

#page *,
.cmplz-cookiebanner * {
    font-family: "Sharp Sans";
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
li {
    color: var(--niche-black);
}

a {
    text-decoration: underline;
}

a:hover {
    text-decoration: underline !important;
    color: var(--niche-black);
}

.page-id-6 header,
.page-id-6 footer {
    display: none;
}

.holding-page-wrapper .row {
    height: auto;
    min-height: 100vh;
}

.admin-bar .holding-page-wrapper .row {
    min-height: calc(100vh - 32px);
}

div.cream {
    background-color: var(--niche-cream) !important;
}

.holding-page-body-wrapper {
    display: block;
    max-width: 324px;
    margin: 0 auto 0 0;
}

.holding-page-shutters {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 60%;
    background-position: left center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url('assets/images/holding-page/holding-page-shutters.jpg');
}

.holding-page-ill {
    position: absolute;
    height: 100%;
    width: 64%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url('assets/images/holding-page/niche-holding-ill.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
}

.holding-page-content-wrapper {
    padding: 64px 0;
}

img.logo,
.logo img {
    height: 64px;
    width: auto;
    position: absolute;
    left: 24px;
    top: 24px;
}

.admin-bar img.logo,
.admin-bar .logo img {
    top: 56px;
}

.holding-page-body-wrapper a {
    clear: both;
    display: block;
}

.holding-page-body-wrapper a::before {
    content: '';
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 1 !important;
    background-image: url('assets/images/icons/icon-email.png');
}

body {
    background-color: var(--niche-cream);
}

header#masthead {
    background-color: transparent;
    box-shadow: none !important;
    padding: 24px 0 12px !important;
}

#masthead li a {
    color: var(--niche-black) !important;
    text-decoration: none;
    margin-bottom: 0 !important;
    font-weight: normal !important;
    padding: 0 !important;
}

footer {
    background-color: var(--niche-terracotta);
}

.navbar-brand img,
footer img {
    height: 64px;
    width: auto;
}

div.terracotta {
    background-color: var(--niche-terracotta) !important;
}

div.light-yellow {
    background-color: var(--niche-lightyellow) !important;
}

div.green {
    background-color: var(--niche-green);
}

div.light-green {
    background-color: var(--niche-lightgreen);
}

div.peach {
    background-color: var(--niche-peach);
}

div.white {
    background-color: #FFF;
}

h1.terracotta,
h2.terracotta,
h3.terracotta,
h4.terracotta,
h5.terracotta,
h6.terracotta,
p.terracotta,
li.terracotta,
a.terracotta,
span.terracotta,
i.terracotta {
    color: var(--niche-terracotta) !important;
}

.home-hero-body-wrapper {
    max-width: 586px;
    display: block;
    margin: 48px auto;
}

.hero-section {
    padding: 64px 0 128px;
    position: relative;
}

.hero-section#newsroom-header {
    padding: 0 !important;
}

.hero-section#newsroom-header .newsroom-header-content-wrapper {
    padding: 160px 0 64px;
}

.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.page-section {
    padding: 96px 0;
    position: relative;
}

.no-padding-top {
    padding-top: 0 !important;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.footer-form-section {
    position: relative;
}

#home-hero::before {
    content: '';
    position: absolute;
    background-position: left bottom;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 0;
    left: 0;
    width: 20%;
    height: 100%;
    background-image: url(assets/images/hero-flowers-left.png);
}

#home-hero::after {
    content: '';
    position: absolute;
    background-position: right bottom;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 0;
    right: 0;
    width: 20%;
    height: 100%;
    background-image: url(assets/images/hero-flowers-right.png);
}

.footer-form-box {
    padding: 48px;
    position: relative;
    z-index: 10;
}

.footer-form-section::before {
    content: '';
    width: 100%;
    height: 70%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center top;
    background-image: url(assets/images/contact-form-footer-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.footer-form-section {
    padding-top: 192px;
}

.footer-form-box-wrapper::before {
    content: '';
    width: 100vw;
    height: 30%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: var(--niche-terracotta);
    z-index: 0;
}

.footer-form-box .row {
    margin: 0 !important;
}

.btn,
.button {
    position: relative;
    background-color: var(--niche-cream);
    line-height: 1 !important;
    text-decoration: none;
    padding: 16px 20px;
    border-radius: 32px;
    margin-right: 6px;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
    min-width: 80px;
    font-weight: normal !important;
}

.btn.green {
    background-color: var(--niche-darkgreen);
    color: var(--niche-cream) !important;
}

.btn.light-yellow {
    background-color: var(--niche-lightyellow) !important;
}

.button {
    background-color: var(--niche-terracotta) !important;
    color: var(--niche-black) !important;
}

.service-btn {
    margin-top: 24px;
}

.btn:last-of-type {
    margin-right: 0 !important;
}

.btn.arrow::after {
    content: '';
    display: inline-block;
    margin-left: 8px;
    width: 20px;
    height: 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(assets/images/icons/icon-arrow.png);
}

.img-btn {
    position: relative;
    background-color: var(--niche-terracotta);
    padding: 6px 40px 6px 8px;
    border-radius: 96px;
    text-decoration: none !important;
    line-height: 56px !important;
    display: inline-block;
    font-weight: 600 !important;
    margin-right: 12px;
}

.img-btn:last-of-type {
    margin-right: 0 !important;
}

.img-btn.yellow {
    background-color: var(--niche-lightyellow);
}

.img-btn.green {
    background-color: var(--niche-lightgreen);
}

.img-btn::before {
    display: inline-block;
    vertical-align: top;
    width: 56px;
    height: 56px;
    content: '';
    background-color: var(--niche-cream);
    border-radius: 100%;
    margin-right: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#img-btn-products.img-btn::before {
    background-image: url(assets/images/products-btn-icon.jpg);
}

#img-btn-services.img-btn::before {
    background-image: url(assets/images/services-btn-icon.jpg);
}

.content-tile-content-wrapper {
    max-width: 440px;
    display: block;
    margin: 0 auto;
}

.service-card {
    position: relative;
    background-color: var(--niche-lightgreen);
    border-radius: 24px;
    overflow: hidden;
    margin-top: 24px;
    height: 100%;
}

.service-card-body-wrapper {
    padding: 24px;
}

.service-card .btn {
    position: absolute;
    left: 24px;
    bottom: 24px;
    margin-bottom: 0 !important;
}

.service-card p:last-of-type {
    margin-bottom: 48px !important;
}

.service-card-img-wrapper {
    position: relative;
    background-color: var(--niche-darkgreen);
    padding-top: 66.66%;
    font-size: 0 !important;
    line-height: 0 !important;
    overflow: hidden;
}

.service-card-img,
img.post-card-lg-img,
.post-card-lg-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}

img.service-card-icon,
.service-card-icon img {
    position: absolute;
    top: 16px;
    left: 16px;
    width: 64px;
    height: 64px;
    z-index: 1;
}

.service-card-title {
    margin-bottom: 12px !important;
}

.service-card-col {
    padding: 0 8px !important;
}

.service-card-row {
    margin: 0 -8px !important;
}

.footer-logo {
    margin-bottom: 24px;
    position: relative;
    display: block;
}

.footer-meta-section .container {
    border-top: 2px solid #FFF;
    padding: 24px 0;
}

.footer-meta-section p {
    margin-bottom: 0 !important;
}

.standard-hero-heading-wrapper {
    max-width: 320px;
    display: block;
}

.standard-hero-body-wrapper {
    max-width: 440px;
    display: block;
    margin: 24px 0 48px;
}

.standard-hero-heading-wrapper h1 {
    margin-bottom: 0 !important;
}

.about-intro-quote-wrapper {
    max-width: 320px;
}

p.quote {
    color: var(--niche-darkgreen);
}

.about-content-block {
    margin-bottom: 48px !important;
}

img.hero-scroll-down-arrow,
.hero-scroll-down-arrow img {
    transform: rotate(90deg);
    margin-top: 48px;
}

.standard-hero-section .row {
    position: relative;
}

.service:first-of-type {
    padding-top: 0 !important;
}

.service:last-of-type {
    padding-bottom: 0 !important;
}

.service {
    padding-top: 48px;
    padding-bottom: 48px;
}

#services-section .service:nth-child(even) .row {
    flex-direction: row-reverse;
}

img.bespoke-work-cards,
.bespoke-work-cards img {
    margin-bottom: 24px;
}

.case-study-card {
    max-width: 460px;
    display: block;
    margin: 0 auto;
    background-color: #FFF;
}

.case-study-card-img-wrapper {
    font-size: 0;
    line-height: 0;
    position: relative;
    overflow: hidden;
    padding-top: 66.66%;
    background-color: var(--niche-terracotta);
}

.case-study-card-img-wrapper .case-study-img {
    position: absolute;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.case-study-card-content-wrapper {
    padding: 24px;
}

img.service-strip-img,
.service-strip-img img {
    border-radius: 24px;
}

#service-strip .btn,
.bespoke-work-content-wrapper .btn,
.service-content-wrapper .btn {
    margin-bottom: 0 !important;
}

.product {
    max-width: 430px;
    display: block;
    margin: 0 auto;
    position: relative;
}

.product-img-wrapper {
    position: relative;
    overflow: hidden;
    margin-bottom: 24px;
}

.product-img {
    background-color: var(--niche-terracotta);
    padding-top: 100%;
    width: 100%;
    font-size: 0 !important;
    line-height: 0 !important;
    position: relative;
    overflow: hidden;
}

.products-carousel .product-img {
    padding-top: 140%;
}

img.product-img-curve,
.product-img-curve img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1;
}

img.product-img-file,
.product-img-file img {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: none !important;
    max-height: 100%;
}

.product-col {
    margin-bottom: 48px;
}



.product-expectations-card {
    border-radius: 24px;
    padding: 48px 48px 0;
}

.product-expectation-content-wrapper h3 {
    margin: 16px 0 !important;
}

img.product-expectation-icon,
.product-expectation-icon img {
    height: 80px;
    width: auto;
}

.expectations-card-title-wrapper {
    max-width: 254px;
}

.product-expectation-icon-wrapper {
    font-size: 0 !important;
    line-height: 0 !important;
    overflow: hidden;
}

.product-expectation {
    margin-bottom: 48px;
}

img.newsroom-header-illus,
.newsroom-header-illus img {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
    max-height: 100%;
}

.post-card-lg {
    margin-bottom: 48px;
}

.post-card-lg-inner {
    padding: 24px;
}

.post-card-lg-img-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 100%;
    padding-top: 66.66%;
    background-color: var(--niche-terracotta);
}

.post-card-tags-wrapper {
    position: absolute;
    bottom: 0;
    border-top: 1px solid var(--niche-black);
    padding: 12px 0 0;
    width: calc(100% - 32px);
}

.post-card-lg-title-body-wrapper {
    max-width: 440px;
}

.post-card-author-date-wrapper p {
    margin-bottom: 5px !important;
    margin: 5px 0 !important;
    font-size: 15px !important;
}

.post-card-lg-meta {
    margin-bottom: 24px;
}

.post-card-lg-meta div {
    display: inline-block !important;
    vertical-align: middle;
}

.ginput_container_text input,
.ginput_container_email input,
.ginput_container_textarea textarea {
    background-color: transparent !important;
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
    border-bottom: 1px solid var(--niche-black) !important;
    margin-bottom: 12px !important;
    padding: 8px 0 !important;
    border-radius: 0 !important;
}

.ginput_container_textarea textarea {
    border: 1px solid var(--niche-black) !important;
    padding: 8px !important;
    border-radius: 4px !important;
}

.contact-page-content-wrapper {
    margin-top: 96px;
}

.contact-page-content-wrapper h5,
.contact-page-content-wrapper p,
.contact-page-content-wrapper a {
    font-weight: normal !important;
    display: block;
}

.gform_wrapper.gravity-theme .gform_footer,
.gform_wrapper.gravity-theme .gform_page_footer {
    padding: 0 !important;
}

.footer-menu-wrapper ul {
    padding-left: 0 !important;
    list-style: none !important;
    margin-bottom: 0 !important;
}

.footer-menu-wrapper ul li a {
    text-decoration: none;
    margin-bottom: 12px !important;
    display: block;
}

.footer-menu-wrapper ul li:last-of-type a {
    margin-bottom: 0 !important;
}

.footer-menu-title {
    border-bottom: 1px solid #FFF !important;
    margin-bottom: 16px !important;
    padding-bottom: 16px !important;
}

a.social-link {
    display: inline-block;
    margin-right: 12px;
    vertical-align: bottom;
    margin-bottom: 0 !important;
}

a.social-link img {
    height: 20px;
    width: auto;
}

.footer-socials-wrapper p {
    margin-bottom: 12px !important;
}

.footer-socials-wrapper {
    position: absolute;
    bottom: 0 !important;
}

.navbar-brand,
.header-socials-icons-wrapper {
    display: flex;
    width: 20%;
}

.header-socials-icons-wrapper {
    justify-content: end;
}

.header-socials-icons-wrapper .social-link {
    margin-right: 20px;
}

.header-socials-icons-wrapper .social-link img {
    height: 16px;
}

div#main-nav ul#menu-primary {
    justify-content: space-around !important;
}

.navbar-brand {
    padding: 0 !important;
}

.navbar-brand a {
    margin-bottom: 0 !important;
}

.products-carousel .product-col {
    margin-bottom: 0 !important;
}

.products-carousel-nav {
    padding-left: 16px;
    font-size: 0 !important;
    line-height: 0 !important;
}

.carousel-arrow {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: var(--niche-green);
    background-size: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(assets/images/icons/icon-arrow-white.png);
    border-radius: 100%;
    margin-right: 8px;
    cursor: pointer;
    transition: all 0.4s ease;
}

.carousel-arrow.prev-arrow {
    transform: rotate(180deg);
}

.carousel-arrow:hover {
    opacity: 0.6;
}

.products-carousel-wrapper {
    padding: 48px 0;
}

.single-post-hero-img-wrapper {
    -webkit-box-shadow: -12px 12px 0px 0px rgba(255, 201, 0, 1);
    -moz-box-shadow: -12px 12px 0px 0px rgba(255, 201, 0, 1);
    box-shadow: -12px 12px 0px 0px rgba(255, 201, 0, 1);
    max-width: 480px;
}

span.post-tag {
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 12px;
}

.single-post-tags-wrapper {
    margin-bottom: 12px;
}

.single-post-meta-wrapper * {
    margin-bottom: 0 !important;
}

.post-body-content-wrapper {
    max-width: 100%;
    display: block;
    margin: 0 0 0 auto;
}

.post-card-lg-title-body-wrapper a {
    text-decoration: none;
}

.single-share-wrapper {
    max-width: 24px;
    position: sticky;
    top: 16px;
}

.admin-bar .single-share-wrapper {
    top: 48px;
}

.post-card-lg-title-body-wrapper a:hover {
    text-decoration: underline;
    text-decoration-color: var(--niche-black);
}

.single-share-wrapper .addtoany_shortcode a {
    display: block;
    padding: 0 !important;
    margin-bottom: 16px !important;
    text-align: center;
}

.single-share-wrapper .addtoany_shortcode a:last-of-type {
    margin-bottom: 0 !important;
}

.single-share-wrapper .addtoany_shortcode a img {
    width: auto;
    height: auto;
    max-height: 24px;
    max-width: 24px;
}

.content-tile-inner {
    padding: 64px 0;
}

.content-tile-btn-wrapper {
    margin-bottom: -24px !important;
}

.gform_footer .button {
    margin-bottom: 0 !important;
}

@media (min-width: 992px) {
    div#main-nav {
        width: 60% !important;
    }
}

@media (max-width: 992px) {
    div#main-nav {
        width: 80% !important;
    }

    .contact-page-content-wrapper {
        margin-top: 0;
    }

    img.hero-scroll-down-arrow,
    .hero-scroll-down-arrow img {
        margin-top: 24px;
        margin-bottom: 48px;
    }

    .standard-hero-body-wrapper {
        margin: 24px 0 24px;
    }

    .hero-section {
        padding: 64px 0 96px;
    }

    .expectations-card-title-wrapper {
        max-width: 100%;
        margin-bottom: 48px;
    }

    .service-strip-content-wrapper {
        margin-bottom: 24px;
    }

    .service-img-col {
        margin-top: 24px;
    }

    .case-study-card {
        max-width: none !important;
        margin-top: 24px;
    }

    .post-card-tags-wrapper {
        position: relative !important;
    }

    .post-card-lg-meta {
        margin-bottom: 16px;
        margin-top: 16px;
    }

    .page-section {
        padding: 64px 0;
    }

    .single-post-hero-copy-col {
        margin-top: 32px !important;
    }

    .post-body-section .row {
        flex-direction: column-reverse;
    }

    .post-body-section.page-section.no-padding-bottom {
        padding-top: 48px;
    }

    .single-share-wrapper {
        max-width: 100%;
        margin-top: 24px !important;
    }

    .single-share-wrapper .addtoany_shortcode a {
        display: inline-block;
        margin-bottom: 0 !important;
        margin-right: 12px;
        text-align: center;
    }

    p,
    a,
    li,
    #page body,
    h6,
    h2.about-content-block-title,
    h3.about-content-block-title {
        font-size: 16px !important;
    }
}

@media (min-width: 767px) {
    div#main-nav {
        flex-grow: unset;
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .service-card-col {
        margin-bottom: 24px !important;
    }

    .service-card-col:last-of-type {
        margin-bottom: 0 !important;
    }

    #menu-primary {
        padding: 16px 0;
    }

    #menu-primary li {
        padding: 8px 0;
    }

    .footer-socials-wrapper {
        position: relative !important;
        margin-bottom: 48px !important;
    }

    .about-intro-quote-wrapper {
        margin-top: 24px;
        max-width: 440px;
    }

    .about-content-block,
    .product-col {
        margin-bottom: 36px !important;
    }

    .about-content-block:last-of-type {
        margin-bottom: 0 !important;
    }

    h2.about-content-block-title {
        font-style: italic;
    }

    .hero-section#newsroom-header .newsroom-header-content-wrapper {
        padding: 64px 0 64px;
    }

    .home-hero-content-wrapper h1 br {
        display: none;
    }

    .cmplz-cookiebanner {
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

    .footer-meta-section .container {
        border-width: 1px !important;
    }
}

@media (max-width: 576px) {
    .holding-page-img-col {
        display: none;
    }

    .holding-page-content-wrapper {
        padding: 128px 0;
    }

    .home-hero-body-wrapper {
        margin: 24px 0;
    }

    .footer-menu-col {
        margin-bottom: 48px;
    }

    .footer-main-section {
        margin-bottom: -48px;
    }

    .footer-form-box {
        padding: 48px 16px;
    }

    .img-btn {
        margin: 6px;
        margin-bottom: 12px !important;
    }

    .footer-meta-section .container {
        border: none !important;
    }

    .hero-section {
        padding: 48px 0 64px;
    }

    .content-tile-inner {
        padding: 64px 0;
    }

    .footer-form-section {
        padding-top: 160px;
    }

    .product-expectations-card {
        border-radius: 24px;
        padding: 48px 36px 0;
    }
}