/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/

:root {
    --main-color: #183952;
    --main-font-color: #253845;
    --secondary-color: #ffffff;
    --accent-color: #af8c67;
    --accent-color-light: #e9bf94;
    --base-font-size: 16px;
    --spacer: 14px;
}

body {
    overflow: hidden;
}

h2 {
    font-size: calc(2.5 * var(--base-font-size));
    line-height: 1.3;
}

h3,
h3>p {
    font-size: calc(1.5 * var(--base-font-size));
    margin-bottom: 14px;
    line-height: 1.3;
}

h3>p {
    padding-right: 10px;
}

a:not(.btn):not(.badge):hover,
a:not(.btn):not(.badge):focus,
a:not(.btn):not(.badge):active {
    text-decoration: none;
    outline: none;
    color: var(--accent-color) !important;
}

a {
    color: var(--main-color);
    text-decoration: none;
}

.accent-color,
a:hover {
    color: var(--accent-color);
}

.accent-color-text {
    background: var(--accent-color-light);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.list-lines-spacing li {
    padding: 5px 0;
}

.call-to-action {
    padding: 46px 30px 34px;
}

#footer a {
    text-decoration: underline;
}

#search .btn-search-close {
    background-color: var(--main-color);
}

.search-bar {
    transition: width 0.3s ease-in-out;
    width: 40px;
}

.search-bar:focus {
    width: 250px;
}

.portfolio-item .portfolio-description a:hover i,
.portfolio-item .grid-description a:hover i,
.portfolio-item .portfolio-links a:hover i,
.grid-item .portfolio-description a:hover i,
.grid-item .grid-description a:hover i,
.grid-item .portfolio-links a:hover i {
    background-color: var(--accent-color);
    color: #fff;
    border: 1px solid var(--accent-color);
}

#mainMenu nav>ul>li.hover-active>a,
#mainMenu nav>ul>li.hover-active>span,
#mainMenu nav>ul>li.current>a,
#mainMenu nav>ul>li.current>span,
#mainMenu nav>ul>li:hover>a,
#mainMenu nav>ul>li:hover>span,
#mainMenu nav>ul>li:focus>a,
#mainMenu nav>ul>li:focus>span {
    color: var(--accent-color)
}

.social-icons.social-icons-colored .social-linkedin a,
.social-icons.social-icons-colored-hover .social-linkedin a:hover,
.social-icons.social-icons-colored .social-facebook a,
.social-icons.social-icons-colored-hover .social-facebook a:hover,
.social-icons.social-icons-colored .social-instagram a,
.social-icons.social-icons-colored-hover .social-instagram a:hover,
.social-icons.social-icons-colored .social-twitter a,
.social-icons.social-icons-colored-hover .social-twitter a:hover,
.social-icons.social-icons-colored .social-tiktok a,
.social-icons.social-icons-colored-hover .social-tiktok a:hover,
.social-icons.social-icons-colored .social-youtube a,
.social-icons.social-icons-colored-hover .social-youtube a:hover {
    background-color: var(--secondary-color);
}

#scrollTop:after,
#scrollTop:before {
    background-color: #1414143a;
}

button.btn:hover,
button.btn:focus,
button.btn:not(:disabled):not(.disabled):active,
button.btn:not(:disabled):not(.disabled).active,
.btn:not(.close):not(.mfp-close):hover,
.btn:not(.close):not(.mfp-close):focus,
.btn:not(.close):not(.mfp-close):not(:disabled):not(.disabled):active,
.btn:not(.close):not(.mfp-close):not(:disabled):not(.disabled).active,
a.btn:not([href]):not([tabindex]):hover,
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):not(:disabled):not(.disabled):active,
a.btn:not([href]):not([tabindex]):not(:disabled):not(.disabled).active,
button.btn,
.btn:not(.close):not(.mfp-close),
a.btn:not([href]):not([tabindex]) {
    background-color: var(--accent-color);
    color: var(--secondary-color);
    text-decoration: none;
    border: none;
}

/*Featured artork slider - left/right buttons*/
.flickity-button:hover,
.carousel.arrows-dark .flickity-button:hover {
    background-color: var(--main-color);
}

.flickity-page-dots {
    position: absolute;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
    z-index: 3;
    bottom: 0;
    height: 0;
}

.heading-text.heading-section h2:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 100px;
    background-color: var(--main-color);
    bottom: -15px;
    left: 0;
    right: 0;
}

.heading-text.heading-section h2 {
    position: relative;
    font-size: 34px;
    margin-bottom: 30px;
    letter-spacing: -.7px;
    /* line-height: 40px; */
}

.footer-logo-icon {
    margin-left: 50%;
    transform: translateX(-50%);
    border: 0;
}

.newspaper>p:last-child {
    margin-bottom: 0;
}

.card-secondary-details {
    color: #C2C2C2;
    position: relative;
    top: -4px;
    font-size: 12px;
}

.inspiro-slider .flickity-button {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: transparent;
    color: #fff;
    box-shadow: none;
    padding: 0;
}

.flickity-button.next:before,
.flickity-button.previous:before {
    font-size: 30px;
    font-family: inspiro-icons !important;
}

/* Cookies */
.cookie-wrapper {
    position: fixed;
    bottom: 3.3rem;
    left: 2.5rem;
    max-width: 400px;
    width: 100%;
    padding: 20px;
    color: #000000;
    background-color: rgb(243 243 243 / 85%);
    border-radius: 6px;
    padding: 15px 25px 22px;
    transition: left 0.3s ease;
    z-index: 100;
}

.link-arrow {
    color: #111;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.polo-carousel-item img,
.event-card img {
    width: 100%;
    /* height: 30vh !important; */
    object-fit: contain;
    object-position: center top;
}

.card.event-card {
    min-height: 300px;
}

.card.about-card {
    min-height: 150px;
    position: relative;
    left: 50%;
    transform: translateX(-52.5%);
}

.card.engagements-card {
    min-height: 100px;
    position: relative;
    left: 50%;
    transform: translateX(-52.5%);
}

.card.services-card {
    min-height: 150px;
    position: relative;
    /* margin-left: 14em; */
    margin: 0 auto;
}

.box-shadow {
    -webkit-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
}

.truncate {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.hero {
    background-color: #f9f9fa;
}

.card .card-title {
    font-weight: 500;
    margin: 0;
    margin-left: 0;
    line-height: normal;
    padding-bottom: 10px;
}

.event-card .card-body .card-text p:last-child {
    margin-bottom: 0;
}

.dark #header .header-inner,
.dark #header #header-wrap,
#header.dark .header-inner,
#header.dark #header-wrap {
    background-color: var(--main-color);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.10);
}

#mainMenu nav>ul>li>a {
    color: var(--main-color);
}

.inspiro-slider .slide .slide-captions>p {
    width: 80%;
    margin: auto;
    font-size: 2vmax;
}

.inspiro-slider .slide .slide-captions h3,
.inspiro-slider .slide .slide-captions h4,
.inspiro-slider .slide .slide-captions h5,
.inspiro-slider .slide .slide-captions h6 {
    font-size: 3vmax;
}

#footer .footer-content {
    background-color: var(--main-color);
}

#footer,
#footer a:not(.btn):not(:hover) {
    color: var(--accent-color);
}

.footer-shadow {
    box-shadow: 0 -6px 10px rgba(0, 0, 0, 0.10);
}

.home-page,
.about-page,
.engagements-page,
.contact-page {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.banner-image {
    width: 50%;
    float: right;
}

.about-banner-image {
    width: 43%;
    float: right;
}

.contact-banner-image {
    width: 45%;
}

.banner-flex {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.about-section-flex,
.about-banner-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
}

.contact-banner-flex,
.engagements-banner-flex {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: start;
}

.section-flex {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0px;
}

section {
    background: transparent;
    padding-top: 25vmax;
    overflow: visible;
}

.base-font-size>figcaption,
.base-font-size>textarea,
.base-font-size>input,
.base-font-size>label,
.base-font-size>p {
    font-size: var(--base-font-size);
    margin-bottom: 14px;
    padding-right: 10px;
    line-height: 1.3;
}

.gradient-bullet-list>li {
    font-size: var(--base-font-size);
}

.gold-gradient {
    background: -webkit-linear-gradient(45deg, #af8c67ff, #dcb58fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.form-text-color,
.form-text-color:focus {
    color: var(--main-font-color);
}

.form-text-color:focus {
    border: 2px solid var(--accent-color);
}

.homepage-title {
    background: -webkit-linear-gradient(45deg, #af8c67ff, #dcb58fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.homepage-content {
    color: var(--secondary-color);
}

.first-cta {
    margin-top: 30vmax;
}

.second-cta {
    margin-top: 15vmax;
}

.reviewer-title>p {
    font-weight: 600;
}

.vmax-20 {
    padding-top: 20vmax;
}

.vmax-15 {
    padding-top: 15vmax;
}

.vmax-10 {
    padding-top: 10vmax;
}

.main-font-color {
    color: var(--main-font-color);
}

.textbox-relative {
    position: relative;
    left: 12%;
    top: -15%;
}

.flex-left-margin {
    margin-left: 6%;
}

.flex-top-margin {
    margin-top: 40px;
}

.reviewer-title>p,
.reviewer-text>p {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.about-image-wrap {
    max-height: 500px;
}

.gradient-bullet-list li::marker {
    color: var(--accent-color);
    font-size: 1.2em;
}

.services-flex {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.line-container-h2,
.line-container {
    width: 15%;
    margin-bottom: 14px;
}

.v-line-container {
    height: 50px;
    width: 2px;
    margin-bottom: 14px;
    position: relative;
    margin: auto;
}

.service-line {
    height: 2px;
    width: 0%;
    background-color: var(--accent-color);
    color: transparent;
    transition: width 2s ease 0.2s;
}

.v-service-line {
    height: 0%;
    width: 2px;
    background-color: var(--accent-color);
    color: transparent;
    transition: height 1s ease 1s;
}

.contact-text-container,
.text-container {
    width: 83%;
}

.services-cta h3 {
    font-weight: normal;
}

.force-max-width {
    width: 95%;
    object-fit: cover;
}

.force-half-width {
    width: 50%;
    object-fit: cover;
    padding-left: 40px;
}

/* media queries */
@media (min-width: 992px) and (max-width: 1200px) {
    .first-cta {
        margin-top: 33vmax;
    }
}

@media (min-width: 992px) and (max-width: 1273px) {
    .responsive-font-size {
        text-wrap: nowrap;
        font-size: calc(1.4 * var(--base-font-size));
    }
}

@media (max-width: 991px) {
    .force-max-width {
        width: 100%;
    }

    .contact-text-container {
        width: 100%;
    }

    .contact-banner-image {
        width: 100%;
    }

    .services-flex {
        align-items: start;
        justify-content: start;
    }

    .line-container {
        padding-top: calc(1.65 * var(--base-font-size) / 2);
        padding-bottom: 0;
        padding-right: 2%;
    }

    .line-container-h2 {
        /* padding-top: calc(2.5 * var(--base-font-size) / 2); */
        display: none;
    }

    .sm-white {
        color: var(--secondary-color);
    }

    .vmax-20 {
        padding-top: 10vmax;
    }

    .card.engagements-card,
    .card.about-card {
        margin: auto;
        max-width: 92%;
        position: static;
        transform: translateX(0);
    }

    .about-image-wrap {
        margin-left: 50%;
        transform: translateX(-50%);
    }

    .about-section-title {
        text-align: center;
    }

    .flex-top-margin-full-width {
        margin-top: 40px;
    }

    .d-flex.about-section,
    .d-flex.cta-buttons,
    .d-flex.services {
        flex-direction: column;

    }

    .full-width {
        width: 85%;
    }

    .flex-left-margin {
        margin-left: 0;
    }

    .vmax-15 {
        padding-top: 10em;
    }

    .textbox-relative {
        margin-top: -5%;
    }

    .about-section-flex,
    .section-flex {
        flex-direction: column-reverse;
    }

    section {
        padding-top: 0;
    }

    .first-cta {
        margin-top: 10em;
    }

    .social {
        width: 100%;
        padding: 20px 0;
        border-top: 1px solid #e3e3e3;
    }

    .contact-form,
    .about-banner-text,
    .about-banner-image,
    .banner-image {
        width: 100%;
        margin: auto;
        padding-left: 5%;
    }

    .contact-form,
    .section-content,
    .about-banner-text,
    .about-banner-image {
        padding-right: 5%;
    }

    .engagements-banner-flex,
    .contact-banner-flex,
    .about-banner-flex,
    .banner-flex {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }
}

/* Carousel - Events */
@media (max-width: 768px) {
    .cookie-wrapper {
        width: calc(100% - 30px);
        margin: auto;
        left: 0;
        right: 0;
    }

    .flickity-button.next,
    .flickity-button.previous {
        display: none;
    }

    .newspaper {
        column-count: 2;
        column-gap: 10px;
    }

    h2 {
        font-size: calc(2.15 * var(--base-font-size));
    }

    h3,
    h3>p {
        font-size: calc(1.25 * var(--base-font-size));
        margin-bottom: 14px;
    }

    h3>p {
        padding-right: 10px;
    }
}

@media (max-width: 576px) {
    .text-container {
        width: 80%;
    }

    .about-section-flex,
    .section-content,
    .section-flex {
        padding: 0 7px;
    }
}

@media (min-width: 767.98px) and (max-width: 991px) {
    .force-max-width {
        width: 100%;
        object-fit: cover;
    }
}

@media (min-width: 376px) and (max-width: 767.98px) {
    .force-max-width {
        width: 100%;
        object-fit: cover;
    }

    #header .header-inner #logo a span,
    #header .header-inner #logo a,
    #header #header-wrap #logo a,
    #header #header-wrap #logo a span {
        font-size: 1em;
    }
}

@media (max-width: 375px) {

    #header .header-inner #logo a span,
    #header .header-inner #logo a,
    #header #header-wrap #logo a,
    #header #header-wrap #logo a span {
        font-size: 7vw;
    }

    #header .container {
        padding: 0 20px;
    }

    .card.engagements-card,
    .card.about-card {
        margin: auto;
        text-align: center;
    }

    .about-banner-image {
        width: 90%;
        padding: 0;
    }
}

/* backgrounds */
.section-content {
    padding-right: 30px;
}

.about-section,
.contact-section,
.service-section {
    padding-top: 128px;
    padding-bottom: 0;
}

.body-content {
    max-width: 1400px;
    margin: 0 auto;
}

.about-page,
.services-page {
    background-size: 2560px;
    background-repeat: no-repeat;
    background-position: top;
}

.home-page {
    background-image: url("../images/bg-full.png");
}

.about-page {
    background-image: url("../images/about-bg-2560.png");
}

.services-page {
    background-image: url("../images/services-bg-2560.png");
}

.engagements-page {
    background-image: url("../images/engagements-bg-2560.png");
}

.contact-page {
    background-image: url("../images/contact-bg-full.png");
}

@media (min-width: 992px) and (max-width: 1440px) {
    .body-content {
        max-width: 1024px;
    }

    .services-page {
        background-image: url("../images/services-bg-1440.png");
        background-size: 1440px;
    }

    .about-page {
        background-image: url("../images/about-bg-1440.png");
        background-size: 1440px;
    }
}

@media (max-width: 991px) {
    .force-half-width {
        width: 100%;
        object-fit: cover;
        padding-left: 0;
    }

    .section-content {
        padding-right: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .body-content {
        max-width: 820px;
    }

    .services-page {
        background-image: url("../images/services-bg-991.png");
        background-size: 991px;
    }

    .about-page {
        background-image: url("../images/about-bg-991.png");
        background-size: 991px;
    }
}

@media (min-width: 540px) and (max-width: 767px) {

    .about-section,
    .contact-section,
    .service-section {
        padding-top: 100px;
    }

    .body-content {
        max-width: 620px;
    }

    .services-page {
        background-image: url("../images/services-bg-767.png");
        background-size: 767px;
    }

    .about-page {
        background-image: url("../images/about-bg-767.png");
        background-size: 767px;
    }
}

@media (max-width: 539px) {

    .contact-section,
    .service-section {
        padding-top: 60px;
    }

    .about-section {
        padding-top: 90px;
    }

    .body-content {
        max-width: 425px;
    }

    .services-page {
        background-image: url("../images/services-bg-539.png");
        background-size: cover;
    }

    .about-page {
        background-image: url("../images/about-bg-539.png");
        background-size: cover;
    }
}

@media (max-width: 610px) {
    .line-container {
        width: 5%;
    }

    .text-container {
        width: 95%;
    }
}

@media (min-width: 396px) and (max-width: 991px) {
    .home-page {
        background-image: url("../images/bg-768.png");
    }

    .contact-page {
        background-image: url("../images/contact-bg-768.png");
    }
}

@media (max-width: 395px) {
    .home-page {
        background-image: url("../images/bg-375.png");
    }

    .contact-page {
        background-image: url("../images/contact-bg-375.png");
    }
}