/* 

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: #141414;
    --secondary-color: #ffffff;
    --accent-color:#dab24c;
}

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;
}

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

#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-facebook a, 
.social-icons.social-icons-colored-hover .social-facebook a:hover,
.social-icons.social-icons-colored .social-youtube a, 
.social-icons.social-icons-colored-hover .social-youtube a:hover,
.social-icons.social-icons-colored .social-instagram a, 
.social-icons.social-icons-colored-hover .social-instagram 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(--main-color);
    border-color: var(--main-color);
    color: var(--secondary-color);
    text-decoration: 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;
}

@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;
    }
}

@media (min-width: 376px) and (max-width: 767.98px) { 
    #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: 991px) {
    .social {
        width: 100%;
        padding: 20px 0;
        border-top: 1px solid #e3e3e3;
    }
 }

@media (min-width: 767px) {
    .carousel .polo-carousel-item {
        padding-right: 10px !important;
    }

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

.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;
}

/* 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;
    }
}

.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: 450px;
}

.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;
}





