@media only screen and (min-width: 1000px) {
    .container, body[data-header-format="left-header"] .container,
    .woocommerce-tabs .full-width-content .tab-container,
    .nectar-recent-posts-slider .flickity-page-dots,
    .post-area.standard-minimal.full-width-content .post .inner-wrap,
    .material #search-outer #search {
        padding: 0;
    }
}

@media only screen and (min-width: 320px) {
    .container,
    body[data-header-format="left-header"] .container,
    .woocommerce-tabs .full-width-content .tab-container,
    .nectar-recent-posts-slider .flickity-page-dots,
    .post-area.standard-minimal.full-width-content .post .inner-wrap,
    .material #search-outer #search {
        max-width: 1180px !important;
    }
}

@media only screen and (max-width: 1210px) {
    .container, body[data-header-format="left-header"] .container,
    .woocommerce-tabs .full-width-content .tab-container,
    .nectar-recent-posts-slider .flickity-page-dots,
    .post-area.standard-minimal.full-width-content .post .inner-wrap,
    .material #search-outer #search {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.g-recaptcha {
    display: none;
}

/* TYPOGRAPHY */

h1, h2, h3, h4, h5 {
    margin-bottom: 26px !important;
}

h1 > span, h2 > span, h3 > span, h4 > span {
    font-family: 'Tenor Sans', sans-serif;
}

span {
    font-family: 'Montserrat', sans-serif;
}

button, a {
    -webkit-tap-highlight-color: transparent;
}

.wpb_text_column ul,
.wpb_text_column ol {
    margin-left: 20px;
}

.wpb_text_column ul li,
.wpb_text_column ol li {
    padding: 0;
    margin: 7.5px 0;
}

.wpb_text_column ul li::marker,
.wpb_text_column ol li::marker {
    color: #754524;
}

.paragraph-small {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}

.vc_video-bg iframe.inner {
    margin-top: 0 !important
}

.list-block p {
    padding-bottom: 8px !important;
}

.italic {
    font-style: italic;
}

/* HEADER */

#slide-out-widget-area.fullscreen,
#slide-out-widget-area.fullscreen-alt {
    z-index: 3 !important;
}

#slide-out-widget-area .menuwrapper .back > a {
    background-color: transparent !important
}

.hero-pages h1 {
    margin-bottom: 8px !important;
}

#hero-video video {
    opacity: 0;
}

#header-space {
    display: none !important;
}

body #header-outer {
    z-index: 1000;
}

body #header-outer,
body[data-header-color="dark"] #header-outer {
    background-color: transparent;
    background: linear-gradient(180deg, rgba(46, 46, 46, 0.2) 0%, rgba(46, 46, 46, 0) 100%);
}

#header-outer.small-nav {
    background-color: #BB7749;
    box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.16);
}

#header-outer.small-nav {
    background-color: #BB7749;
    box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.16);
}

#header-outer.small-nav #logo {
    padding-top: 10px;
    padding-bottom: 10px;
}
#header-outer:not(.small-nav):not(.scrolled-down) > .dark #spring-logo-sticky path,
#header-outer:not(.small-nav):not(.scrolled-down) > .dark #spring-logo path {
    fill: #754524;
}

#header-outer[data-lhe="default"].small-nav #top nav .sf-menu > .current-menu-item > a,
#header-outer[data-lhe="default"].small-nav #top nav > ul > li > a:hover,
#header-outer[data-lhe="default"].small-nav #top nav .sf-menu > .sfHover:not(#social-in-menu) > a,
body #header-outer[data-lhe="default"].small-nav #top nav > ul > li > a:hover,
body #header-outer[data-lhe="default"].small-nav #top nav .sf-menu > .sfHover:not(#social-in-menu) > a,
#header-outer[data-lhe="default"].small-nav #top nav > ul > li > a:hover,
#header-outer:not(.small-nav) > #top.dark nav > ul > li > a {
    color: #754524 !important;
}

#header-outer > #top.dark nav > ul > li:hover > a {
    color: #BB7749 !important;
}

body.material.mobile #header-outer:not([data-permanent-transparent="1"]) header .slide-out-widget-area-toggle a .close-line {
    background-color: #754524 !important;
}

#header-outer:not(.transparent):not(.small-nav) #top .slide-out-widget-area-toggle:hover .close-line {
    border-color: #754524 !important;
}

@media only screen and (max-width: 999px) {
    #header-outer.scrolled-down {
        background-color: #BB7749;
    }
}

#slide-out-widget-area-bg {
    z-index: 0 !important;
}

.wpb_row .nectar-video-wrap.position-loaded video {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

/* FOOTER */

.nectar-global-section.before-footer {
    z-index: 9999;
}

.social-media-footer {
    display: flex;
    align-items: center;
    margin-left: -16px;
    margin-right: -16px;
}

.social-media-footer .social-item {
    padding: 12px 16px;
}

.social-media-footer .social-item svg {
    fill: #F5ECDA;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.social-media-footer .social-item:hover svg {
    fill: #BA7749;
}

.navigation-footer .widget_nav_menu ul.menu {
    margin: 0;
    padding: 0;
}

.navigation-footer .widget_nav_menu ul.menu li.menu-item {
    list-style: none;
    font-size: 12px;
    line-height: 22px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #F5ECDA;
}

.navigation-footer .widget_nav_menu ul.menu li.menu-item:not(:last-child) {
    margin-bottom: 20px;
}

.newsletter-form input[type="text"],
.newsletter-form input[type="email"] {
    font-size: 12px !important;
    line-height: 1 !important;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border-radius: 34px;
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    -ms-border-radius: 34px;
    -o-border-radius: 34px;
    margin-bottom: 20px;
    border-color: #F5ECDA;
    border-width: 1px;
}

.newsletter-form input::placeholder {
    color: #F5ECDA;
}

.navigation-column .wpb_wrapper {
    display: flex;
}

.navigation-column .vc_wp_custommenu {
    width: 50%;
    margin-bottom: 0;
}

@media only screen and (max-width: 690px) {
    .newsletter-form input.btn {
        width: 100%;
        display: block;
    }
}

.img-with-aniamtion-wrap .hover-wrap {
    margin-bottom: 0;
}

/* GLOBAL CLASS */

.row-padding-15 {
    padding-top: 15vh !important;
    padding-bottom: 15vh !important;
}

.row-padding-25 {
    padding-top: 25vh !important;
    padding-bottom: 25vh !important;
}

.text-margin-bottom-0 {
    margin-bottom: 0 !important;
}

.hover-wrapper-m-0 .img-with-aniamtion-wrap .hover-wrap {
    margin-bottom: 0 !important;
}

.row-container {
    max-width: 1180px;
    margin: 0 auto !important;
}

.fix-background-video .vc_video-bg iframe.inner {
    margin-top: -117px !important;
}

.fix-background-video-bottom .vc_video-bg iframe.inner {
    margin-top: -117px !important;
    position: absolute;
    top: 0;
    bottom: -50px;
}

.block-bg-beige .row-bg-layer.using-image,
.block-bg-beige-invert .row-bg-layer.using-image {
    position: relative;
}

.block-bg-beige .row-bg.using-image::before,
.block-bg-beige-invert .row-bg.using-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
}

.block-bg-beige .row-bg.using-image::before {
    background: linear-gradient(270deg, rgba(255, 250, 242, 0.9) 0%, rgba(255, 250, 242, 0.9) 22.64%, rgba(255, 250, 242, 0.84) 39.43%, rgba(255, 249, 241, 0.1) 61.47%, rgba(252, 246, 235, 0) 100%);
}

.block-bg-beige-invert .row-bg.using-image::before {
    background: linear-gradient(90deg, rgba(255, 250, 242, 0.9) 0%, rgba(255, 250, 242, 0.9) 22.64%, rgba(255, 250, 242, 0.84) 39.43%, rgba(255, 249, 241, 0.1) 61.47%, rgba(252, 246, 235, 0) 100%);
}

@media only screen and (max-width: 1000px) {

    .block-bg-beige .row-bg.using-image::before,
    .block-bg-beige-invert .row-bg.using-image::before {
        background: rgba(255, 250, 242, 0.85);
    }
}

.fadeIn {
    animation: fadeIn 300ms forwards;
    -webkit-animation: fadeIn 300ms forwards;
}

.fadeOut {
    animation: fadeOut 300ms forwards;
    -webkit-animation: fadeOut 300ms forwards;
}

@media only screen and (max-width: 1160px) {
    .row-container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (max-width: 690px) {

    .bg-align-left .row-bg.using-image {
        background-position: left top !important;
    }
}

@keyframes fadeOut {
    0% {opacity: 1}
    100% {opacity: 0}
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

/* BUTTONS */

.btn {
    display: inline-block;
    padding: 12px 32px !important;
    border-radius: 32px !important;
    border: 2px solid !important;
    text-align: center;
    white-space: normal;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 18px;
    letter-spacing: 0.1em;
    font-weight: 600;
    margin-top: 8px;
    margin-bottom: 8px;
}

.btn.disabled {
    opacity: 0.5;
}

.btn-primary {
    color: #fff !important;
    border-color: var(--nectar-accent-color) !important;
    background-color: var(--nectar-accent-color) !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.btn-secondary {
    color: #A86639 !important;
    background-color: transparent !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.btn-third {
    background-color: transparent !important;
    border-color: #fff !important;
    color: #fff;
    display: inline-flex;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.btn-third svg {
    margin-right: 10px;
    fill: #fff;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.btn-third-brown {
    color: #A86639;
    border-color: #A86639 !important;
}

.btn-third-brown svg {
    fill: #A86639;
}

.btn-secondary:hover,
.btn-primary:hover {
    color: #fff !important;
    border-color: #A86639 !important;
    background-color: #A86639 !important;
    box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.25);
}

.btn-third:hover {
    background-color: #fff !important;
    color: var(--nectar-extra-color-3);
    cursor: pointer;
}

.btn-third:hover svg {
    fill: var(--nectar-extra-color-3);
}

.btn-third-brown:hover {
    color: #fff;
    background-color: #A86639 !important;
}

.btn-third-brown:hover svg {
    fill: #fff;
}

.btn.disabled:hover {
    cursor: not-allowed;
}

/* CUSTOM BUTTON */

.custom-button {
    margin-bottom: 15px !important;
}

.custom-button.inline {
    display: inline;
    margin-right: 40px;
}

.custom-button.style-2 .wrapper {
    display: inline-block;
    margin-bottom: 0 !important;
}

.custom-button.style-2 a {
    display: flex;
    align-items: center;
}

.custom-button.style-2 a p {
    padding-bottom: 2px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: var(--nectar-accent-color);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.custom-button.style-2 a svg {
    fill: var(--nectar-accent-color);
    margin-left: 5px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.custom-button.style-2 a:hover p {
    color: var(--nectar-extra-color-3);
}

.custom-button.style-2 a:hover svg {
    fill: var(--nectar-extra-color-3);
}

.custom-button.style-4 a {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.06em;
    font-weight: 600;
}
.custom-button.style-5 a {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.06em;
    font-weight: 600;
    background-color: #D5BE8D !important;
    border-color: #D5BE8D !important;
    color: #754524 !important;
}
.custom-button.style-6 a {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.06em;
    font-weight: 600;
    background-color: transparent !important;
    border-color: #F5ECDA !important;
    color: #F5ECDA !important;
}
.custom-button.style-5 a:hover, 
.custom-button.style-6 a:hover {
    background-color: #A86639 !important;
    border-color: #A86639 !important;
    color: #fff !important;
}

.wpb_text_column .btn.btn-primary:hover {
    cursor: pointer;
}

.wpb_text_column .btn.btn-primary a {
    display: inline-block;
    color: #fff !important;
    text-decoration: none !important;
    margin-top: 20px;
    margin-bottom: 24px;
}

/* CAROUSEL LOGOS */

.carousel-logos {
    margin-bottom: 0 !important;
}

.carousel-logos .wrapper {
    position: relative;
    overflow: hidden;
    left: 0;
    right: 0;
}

.carousel-logos .list {
    position: relative;
    float: left;
    align-items: center;
    height: 110px;
    padding: 0;
    margin: 0;
    -webkit-transition-timing-function: linear !important; 
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important; 
}

.carousel-logos .list.cloned {
    position: absolute;
    top: 0px;
    left: 0px;
}

.carousel-logos .list div {
    padding-left: 65px;
    height: 50px;
}

.carousel-logos .list div img {
    margin-bottom: 0 !important;
    height: auto;
}

/* SHAPE DIVIDER */

.margin-top-fix {
    margin-top: -5px !important;
}

.shape-divider {
    position: relative;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -5px !important;
    display: flex;
    align-items: flex-end;
}

.shape-divider svg {
    position: relative;
    top: -1px;
    left: 0;
    right: 0;
    bottom: 0px;
    width: 100%;
    display: block;
    -webkit-backface-visibility: hidden;
    border: none;
}

.shape-divider path{
    border: none;
}

/* IMAGE + TEXT BLOCK */

.image-text-block .wrapper {
    display: flex;
    background-color: #fff;
    overflow: hidden;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    box-shadow: 0px 8px 24px rgba(49, 46, 69, 0.1);
}

.image-text-block.right .wrapper {
    flex-direction: row-reverse;
}

.image-text-block .wrapper .column-img {
    width: 41.666%;
    position: relative;
}

.image-text-block .wrapper .img-holder {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

.image-text-block .wrapper .img-holder img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    position: absolute;
    top: 50%;
    bottom: 0;
    margin-bottom: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.image-text-block .wrapper .column-content {
    width: 58.334%;
    padding: 80px 8.333%;
}

.image-text-block .wrapper .btn {
    margin-top: 40px;
}

@media only screen and (max-width: 767px) {
    .image-text-block .wrapper {
        flex-direction: column;
    }

    .image-text-block.right .wrapper {
        flex-direction: column;
    }

    .image-text-block .wrapper .column-img {
        width: 100%;
        height: 380px;
    }

    .image-text-block .wrapper .column-content {
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .image-text-block .wrapper .column-content {
        padding: 35px;
    }

    .image-text-block .wrapper .btn {
        display: block;
    }
}

/* BOOK COVER */

.book-cover {
    margin-bottom: 0 !important;
}

.book-cover .wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 580px;
    max-height: 580px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.book-cover .wrapper > img {
    position: relative;
    z-index: 2;
}

.book-cover .wrapper .img-holder-animation svg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-bottom: 0 !important;
    animation: rotateAnimation 25s infinite linear;
    -webkit-animation: rotateAnimation 25s infinite linear;
}

@keyframes rotateAnimation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

/* STORE */

.stores .wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin-left: -15px;
    margin-right: -15px;
}

.stores .store-item {
    margin-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
}

.stores .store-item img {
    display: inline;
    max-height: 40px;
    margin-bottom: 0 !important;
}

@media only screen and (max-width: 690px) {
    .stores .wrapper {
        justify-content: flex-start;
    }
}

/* CAROUSEL EVENTS */

.carousel-events h2 {
    color: var(--nectar-extra-color-3);
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}

.carousel-events .wrapper {
    padding: 0;
    margin: 0;
    position: relative;
}

.carousel-events .wrapper .holder {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

.carousel-events .date-wrapper {
    padding: 17px 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    background: rgba(245, 236, 218, 0.7);
    backdrop-filter: blur(5px);
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

.carousel-events .date-wrapper h4 {
    margin-bottom: 0 !important;
    margin-left: 15px;
    line-height: 1;
    text-transform: uppercase;
    color: var(--nectar-accent-color);
}

.carousel-events .card-wrapper {
    width: 100%;
    max-width: 780px;
    min-height: 480px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    background-size: cover;
    background-position: left center;
    position: relative;
    margin-top: -12px;
}

.carousel-events .card-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.56) 62.78%, rgba(0, 0, 0, 0.86) 100%);
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.carousel-events .card-wrapper:hover::before {
    opacity: 0;
    visibility: hidden;
}

.carousel-events .card-wrapper .info-wrapper {
    position: absolute;
    left: calc( 8.333% + 25px );
    right: calc( 8.333% + 25px );
    bottom: 35px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.carousel-events .card-wrapper .info-wrapper h5 {
    color: #fff;
}

.carousel-events .card-wrapper .card-date {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 10px;
    line-height: 18px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.carousel-events .card-wrapper .card-date svg {
    margin-right: 10px;
}

.carousel-events .info-wrapper-hover {
    opacity: 0;
    visibility: hidden;
    padding-left: calc( 8.333% + 25px );
    padding-right: calc( 8.333% + 25px );
    padding-bottom: 35px;
    padding-top: 55px;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.carousel-events .card-wrapper:hover .info-wrapper-hover {
    opacity: 1;
    visibility: visible;
}

.carousel-events .card-wrapper:hover .info-wrapper {
    opacity: 0;
    visibility: hidden;
}

.carousel-events .info-wrapper-hover h5 {
    color: #fff;
    margin-top: 15px;
}

.carousel-events .info-wrapper-hover .description em,
.carousel-events .info-wrapper-hover .description li,
.carousel-events .info-wrapper-hover .description {
    margin-top: 15px;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
}

.carousel-events .info-wrapper-hover .btn {
    margin-top: 35px;
}

.carousel-events .add-calendar {
    display: flex;
    align-items: center;
    color: var(--nectar-accent-color);
    font-size: 10px;
    line-height: 18px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-top: 20px;
}

.carousel-events .add-calendar svg {
    margin-right: 10px;
}

.carousel-events .add-calendar a {
    text-decoration: underline;
    text-decoration-thickness: 0.05em;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.carousel-events .add-calendar a:hover {
    color: #fff;
}

.carousel-events .categories-wrapper {
    position: absolute;
    top: 27px;
    right: 20px;
    display: flex;
    align-items: center;
}

.carousel-events .category {
    padding: 4px 16px;
    margin-left: 8px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    background-color: #D5BE8D;
    font-size: 10px;
    line-height: 18px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--nectar-extra-color-3);
    z-index: 3;
}

.carousel-events .carousel-navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.carousel-events .carousel-navigation .prev,
.carousel-events .carousel-navigation .next {
    appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    margin-left: 4px;
    margin-right: 4px;
    line-height: 0;
}

.carousel-events .carousel-navigation .prev:hover:not(.swiper-button-disabled),
.carousel-events .carousel-navigation .next:hover:not(.swiper-button-disabled) {
    cursor: pointer;
}

.carousel-events .carousel-navigation .swiper-button-disabled {
    opacity: 0.5;
}

.carousel-events .carousel-navigation .pagination-index {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
}

.carousel-events .carousel-navigation .pagination-index .swiper-pagination-bullet {
    list-style: none;
    width: 6px;
    height: 6px;
    margin-left: 4px;
    margin-right: 4px;
    background-color: var(--nectar-accent-color);
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
}

.carousel-events .carousel-navigation .pagination-index .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    opacity: 0.5;
}

.carousel-events .swiper {
    width: 100%;
    height: 100%;
}

.carousel-events .swiper-3d .swiper-slide-shadow {
    background-color: transparent;
}

.carousel-events .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.carousel-events .swiper-slide:not(.swiper-slide-active) {
    opacity: 0.1;
}

.carousel-events .show-more {
    display: none;
    justify-content: center;
    margin-top: 40px;
}

@media only screen and (max-width: 768px) {

    .carousel-events.no-hover .info-wrapper-hover {
        display: none;
    }

    .carousel-events.no-hover .card-wrapper::before {
        opacity: 1;
        visibility: visible;
    }

    .carousel-events.no-hover .info-wrapper,
    .carousel-events.no-hover:hover .info-wrapper {
        opacity: 1;
        visibility: visible;
    }

    .carousel-events .info-wrapper-hover {
        opacity: 1;
        visibility: visible;
    }

    .carousel-events .card-wrapper::before {
        opacity: 0;
        visibility: hidden;
    }

    .carousel-events .info-wrapper {
        opacity: 0;
        visibility: hidden;
    }

    .carousel-events .show-more {
        display: flex;
    }
}

@media only screen and (max-width: 690px) {

    .carousel-events .info-wrapper-hover {
        padding-top: 85px;
        padding-left: 30px;
        padding-right: 30px;
    }

}

@media only screen and (max-width: 480px) {

    .carousel-events .info-wrapper-hover .btn {
        width: 100%;
    }
}

/* CAROUSEL PODCASTS */

.carousel-podcasts .header {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
}

.carousel-podcasts .header h4 {
    justify-content: flex-start;
    color: var(--nectar-extra-color-3);
    margin-bottom: 0 !important;
}

.carousel-podcasts .navigation {
    justify-content: flex-end;
    padding-left: 15px;
    display: flex;
    align-items: center;
    flex: 1;
}

.carousel-podcasts .navigation .prev,
.carousel-podcasts .navigation .next {
    display: flex;
    align-items: center;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.carousel-podcasts .navigation .prev.swiper-button-disabled,
.carousel-podcasts .navigation .next.swiper-button-disabled {
    opacity: 0.5;
}

.carousel-podcasts .navigation .prev:hover:not(.swiper-button-disabled),
.carousel-podcasts .navigation .next:hover:not(.swiper-button-disabled),
.carousel-podcasts .navigation > a:hover {
    cursor: pointer;
    opacity: 0.5;
}

.carousel-podcasts .navigation .next {
    margin-left: 14px;
}

.carousel-podcasts .navigation a {
    margin-left: 32px;
    font-size: 10px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: underline;
    text-decoration-thickness: 0.05em;
    color: var(--nectar-extra-color-3);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.carousel-podcasts .swiper {
    width: 100%;
    height: 100%;
}

.carousel-podcasts .swiper-slide {
    font-size: 18px;
    width: auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
} 

.carousel-podcasts .swiper-slide a {
    display: inline-block;
}

.carousel-podcasts .podcast-item {
    max-width: 380px;
    max-height: 270px;
}

@media only screen and (max-width: 1160px) {
    .carousel-podcasts .header {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (max-width: 480px) {
    .carousel-podcasts .header {
        flex-direction: column;
        align-items: flex-start;
    }

    .carousel-podcasts .header h4 {
        margin-bottom: 20px !important;
    }

    .carousel-podcasts .navigation {
        padding-left: 0;
    }

    .carousel-podcasts .podcast-item {
        max-width: 360px;
    }
}

@media only screen and (max-width: 420px) {
    .carousel-podcasts .podcast-item {
        max-width: 285px;
    }
}

/* PODCAST GRID ITEM */

.podcast-item .img-holder {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.podcast-item .img-holder img {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    object-fit: cover;
    margin-bottom: 0;
    z-index: 0;
}

.podcast-item .img-holder::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(46, 46, 46, 0) 2.56%, rgba(46, 46, 46, 0.12) 37.51%, #2E2E2E 100%);
    overflow: hidden;
    z-index: 1;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.podcast-item .info-wrapper {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding: 40px;
}

.podcast-item .info-wrapper .episode-num {
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 0.5em;
    text-decoration-thickness: 0.05em;
    color: #fff;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.podcast-item:hover .info-wrapper .episode-num {
    color: var(--nectar-accent-color);
}

.podcast-item .info-wrapper .title-wrapper {
    display: flex;
    align-items: center;
}

.podcast-item .info-wrapper h6 {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 0 !important;
    flex: 1;
}

.podcast-item .info-wrapper svg {
    width: 36px;
    height: 36px;
    margin-left: 10px;
    fill: white;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.podcast-item:hover .info-wrapper svg {
    fill: var(--nectar-accent-color);
}

@media only screen and (max-width: 420px) {
    .podcast-item .info-wrapper {
        padding: 20px;
    }
}

/* SINGLE HOVER IMAGE */

.single-hover-image,
.single-hover-image a,
.single-hover-image .img-wrapper {
    display: inline-block;
    margin-bottom: 0 !important;
}

.single-hover-image .img-wrapper img {
    margin-bottom: 0 !important;
}

/* SINGLE PODCAST */

.hero-video {
    position: relative;
    padding-top: 270px;
    padding-bottom: 205px;
}

.hero-video .video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.hero-video .video-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-video .video-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #BB7749;
    mix-blend-mode: multiply;
    opacity: 0.7;
}

.hero-video .title h1 {
    color: var(--nectar-extra-color-1);
    margin-bottom: 10px !important;
}

.hero-video .title h5 {
    color: var(--nectar-extra-color-1);
    margin-bottom: 0px !important;
}

.hero-video .listeners {
    margin-top: 50px;
}

.podcasts-single .podcast-content {
    background-color: #FFFAF2;
}

.podcasts-single .podcast-player {
    margin-top: 40px;
    margin-bottom: 40px;
}

.podcasts-single .podcast-player h6 {
    text-transform: uppercase;
    color: #BB7749;
    margin-bottom: 25px;
}

@media only screen and (max-width: 1000px) {
    .hero-video {
        padding-top: 220px;
        padding-bottom: 160px;
    }
}

@media only screen and (max-width: 690px) {
    .hero-video {
        padding-top: 130px;
        padding-bottom: 80px;
    }

    .hero-video .listeners {
        margin-top: 25px;
    }
}

/* PODCASTS PROVIDERS */

.podcasts-provider p {
    padding-bottom: 10px;
    font-size: 10px;
    line-height: 18px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--nectar-extra-color-1);
}

.podcasts-provider .wrapper {
    display: flex;
    flex-wrap: wrap;
}

.podcasts-provider .wrapper a {
    margin-bottom: 10px;
    margin-right: 20px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.podcasts-provider .wrapper a:hover {
    opacity: 0.7;
}

.podcast-content {
    padding-top: 120px;
    padding-bottom: 80px;
}

.podcast-content h5 {
    color: #754524;
    margin-bottom: 15px !important;
    font-style: italic;
    line-height: 1;
}

.podcast-content h2 {
    color: #754524;
    margin-bottom: 40px !important;
}

.podcast-content .share-buttons {
    margin-top: 30px;
}

.share-buttons {
    display: flex;
    align-items: center;
}

.share-buttons span {
    font-size: 10px;
    line-height: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--nectar-accent-color);
    margin-right: 20px;
}

.share-buttons a {
    display: flex;
    margin-right: 20px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.share-buttons a:hover {
    opacity: 0.5;
}

.book-promo {
    padding: 50px 32px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background: rgba(245, 236, 218, 0.6);
    box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.1);
}

.book-promo h4 {
    color: var(--nectar-extra-color-3);
    margin-bottom: 10px !important;
}

.book-promo p {
    color: var(--nectar-extra-color-3);
    padding-bottom: 0;
}

.book-promo .img-holder {
    position: relative;
}

.book-promo .img-holder .animation-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 300px;
    max-height: 300px;
    z-index: 0;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}

.book-promo .img-holder .animation-bg svg {
    max-width: 300px;
    max-height: 300px;
    animation: rotateSVG 15s linear infinite;
    -webkit-animation: rotateSVG 15s linear infinite;
}

.book-promo .img-holder img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}

.book-promo .actions-btn {
    display: flex;
    justify-content: space-between;
}

.podcasts-single .shape-divider:not(.podcasts-single .nectar-global-section.before-footer .shape-divider) {
    background-color: #FFFAF2;
}

.podcasts-single .more-episodes-content {
    padding-top: 100px;
    padding-bottom: 100px;
}

.podcasts-single .more-episodes-content h2 {
    text-transform: uppercase;
    color: #754524;
}

@media only screen and (max-width: 1000px) {
    .podcast-content {
        padding-top: 80px;
        padding-bottom: 60px;
    }

    .podcast-content .sidebar {
        margin-top: 35px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .book-promo .actions-btn {
        justify-content: center;
    }

    .book-promo .actions-btn a {
        margin-left: 10px;
        margin-right: 10px;
    }

    .podcast-content .share-buttons {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 690px) {
    .podcast-content {
        padding-top: 65px;
        padding-bottom: 55px;
    }

    .podcast-content .share-buttons {
        margin-top: 15px;
    }

    .podcasts-single .more-episodes-content {
        padding-top: 85px;
        padding-bottom: 85px;
    }
}

@media only screen and (max-width: 480px) {
    .podcast-content .sidebar {
        padding-left: 0;
        padding-right: 0;
    }

    .book-promo .actions-btn {
        flex-direction: column;
        align-items: center;
    }

    .book-promo .actions-btn a {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }

    .book-promo .actions-btn a:not(:last-child) {
        margin-bottom: 20px;
    }
}

.filter-podcast {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.filter-podcast .filters-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
}

.filter-podcast .filters-wrapper .season input[type="radio"] {
    visibility: hidden;
    width: 0;
    height: 0;
    border: none;
    position: absolute;
    top: -300px;
}

.filter-podcast .filters-wrapper .season p {
    padding: 24px 12px;
    color: #A6A6A6;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.filter-podcast .filters-wrapper .season:hover p,
.filter-podcast .filters-wrapper .season.active p {
    color: #2C2C2C;
    border-color: var(--nectar-extra-color-3);
    cursor: pointer;
}

.filter-podcast .search-navigation-container {
    display: flex;
}

.filter-podcast .search-wrapper {
    max-width: 280px;
    position: relative;
    flex: 1;
}

.filter-podcast .search-wrapper input[type="text"] {
    padding: 7px 40px 7px 20px;
    border-width: 1px;
    background-color: rgba(44, 44, 44, 0.05);
    font-size: 16px;
    line-height: 1;
    color: #2C2C2C;
    border-radius: 75px;
    -webkit-border-radius: 75px;
    -moz-border-radius: 75px;
    -ms-border-radius: 75px;
    -o-border-radius: 75px;
}

.filter-podcast .search-wrapper input[type="text"]:hover,
.filter-podcast .search-wrapper input[type="text"]:focus {
    border-width: 1px;
}

.filter-podcast .search-wrapper input[type="text"]::placeholder {
    color: #2C2C2C;
    opacity: 0.5;
}

.filter-podcast .search-wrapper button {
    position: absolute;
    height: 35px;
    width: 35px;
    right: 10px;
    appearance: none;
    background-color: transparent;
    border: none;
    padding: 0;
}

.filter-podcast .search-wrapper button:hover {
    background-color: transparent !important;
    border: none !important;
}

.filter-podcast .search-wrapper button svg {
    fill: #BB7749;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.filter-podcast .search-wrapper button:hover svg {
    fill: #2E2E2E;
}

.filter-podcast.carousel .navigation {
    display: flex;
}

.filter-podcast.carousel .navigation .prev {
    margin-right: 14px;
    margin-left: 28px;
}

.filter-podcast.carousel .navigation .prev,
.filter-podcast.carousel .navigation .next {
    display: flex;
    align-items: center;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.filter-podcast.carousel .navigation .prev:hover,
.filter-podcast.carousel .navigation .next:hover {
    opacity: 0.5;
    cursor: pointer;
}

.filter-podcast.carousel .navigation .prev.swiper-button-disabled:hover,
.filter-podcast.carousel .navigation .next.swiper-button-disabled:hover {
    opacity: 0.5;
}

.podcasts-single .swiper {
    width: 100%;
    height: 100%;
    margin-top: 65px;
}

.podcasts-single .swiper-slide {
    font-size: 18px;
    width: auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
} 

.podcasts-single .swiper-slide a {
    display: inline-block;
}

.podcasts-single .podcast-item {
    max-width: 380px;
    max-height: 270px;
}

.podcasts-single .cta-upcoming-events {
    padding-top: 15vh;
    padding-bottom: calc(15vh + 50px);
    margin-bottom: -50px;
    position: relative;
}

.podcasts-single .cta-upcoming-events .video-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    z-index: 0;
}

.podcasts-single .cta-upcoming-events video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.podcasts-single .cta-upcoming-events .video-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(91.36deg, #FFFAF2 1.55%, rgba(255, 250, 242, 0.63) 64.12%, rgba(255, 250, 242, 0) 99.22%);
}

.podcasts-single .cta-upcoming-events .container {
    position: relative;
    z-index: 2;
}

.podcasts-single .cta-upcoming-events .wpb_text_column {
    width: 41.666%;
}

.podcasts-single .cta-upcoming-events h2 {
    color: var(--nectar-extra-color-3);
}

.podcasts-single .nectar-global-section.before-footer {
    background-color: transparent;
}

@media only screen and (max-width: 1000px) {
    .filter-podcast {
        flex-direction: column-reverse;
        align-items: flex-start;
        border: none;
    }

    .filter-podcast .search-navigation-container {
        margin-bottom: 20px;
        width: 100%;
    }

    .filter-podcast .filters-wrapper {
        width: 100%;
        overflow-x: auto;
        border-bottom: 1px solid rgba(0, 0, 0, 0.3);
        flex-wrap: nowrap;
        margin-bottom: 15px;
    }

    .filter-podcast .filters-wrapper p {
        white-space: nowrap;
    }

    .podcasts-single .cta-upcoming-events .wpb_text_column {
        width: 70%;
    }
}

@media screen and (max-width: 690px) {
    .podcasts-single .cta-upcoming-events .wpb_text_column {
        width: 100%;
        text-align: center;
    }

    .podcasts-single .swiper {
        margin-top: 0px;
    }
}

@media screen and (max-width: 480px) {
    .podcasts-single .podcast-item {
        max-width: 360px;
    }

    .filter-podcast .search-wrapper {
        max-width: 100%;
        width: 100%;
    }

    .filter-podcast .search-wrapper input[type="text"] {
        width: 100%;
    }
}

@media only screen and (max-width: 420px) {
    .podcasts-single .podcast-item {
        max-width: 285px;
    }
}

/* CUSTOM SINGLE TESTIMONIAL */

.custom-single-testimonial .wrapper.left svg {
    margin-bottom: -25px;
    margin-left: -25px;
}

.custom-single-testimonial .wrapper.right {
    text-align: right;
}

.custom-single-testimonial .wrapper.right svg {
    margin-bottom: -25px;
    margin-right: -25px;
}

.custom-single-testimonial .wrapper.center {
    text-align: center;
}

.custom-single-testimonial .wrapper.center svg {
    margin-bottom: -70px;
}

.custom-single-testimonial .author-meta h5 {
    margin-bottom: 0 !important;
    font-style: italic;
}

.custom-single-testimonial .author-meta p {
    padding-bottom: 0;
}

.custom-single-testimonial .author-meta .author-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.custom-single-testimonial .wrapper:not(.center) .author-info {
    flex: 1;
}

.custom-single-testimonial .wrapper.left .author-meta {
    display: flex;
    justify-content: flex-start;
    text-align: left;
}

.custom-single-testimonial .wrapper.center .author-meta {
    display: flex;
    justify-content: center;
    text-align: left;
}

.custom-single-testimonial .wrapper.right .author-meta {
    display: flex;
    justify-content: flex-end;
    text-align: left;
}

.custom-single-testimonial .author-meta .profile-img {
    width: 80px;
    height: 80px;
    background-position: center center;
    background-size: cover;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    margin-right: 30px;
}

/* DOWNLOAD IMAGES SHORTCODE */

.download-images .wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.download-images .wrapper:not(:first-child) {
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.download-images .wrapper .image-item {
    padding: 10px;
    width: 25%;
}

.download-images .wrapper .image-item a {
    display: block;
    margin-bottom: 0 !important;
}

.download-images .wrapper .img-holder {
    position: relative;
    height: 175px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}

.download-images .wrapper a {
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.3);
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

.download-images .wrapper .img-holder::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: transparent;
    transition: background-color 0.3s ease-in-out;
    -webkit-transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
    -ms-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

.download-images .wrapper a:hover .img-holder::after {
    background-color: rgba(0, 0, 0, 0.5);
}

.download-images .wrapper a .img-holder svg {
    position: absolute;
    bottom: 14px;
    right: 14px;
    z-index: 3;
    fill: #fff;
    stroke: #fff;
}

@media only screen and (max-width: 1000px) {

    .download-images .wrapper .image-item {
        width: 33.333%;
    }
}

@media only screen and (max-width: 768px) {

    .download-images .wrapper .image-item {
        width: 50%;
    }

    .download-images .wrapper .img-holder {
        height: 220px;
    }
}

@media only screen and (max-width: 690px) {

    .download-images .wrapper .image-item {
        width: 100%;
    }

    .download-images .wrapper .img-holder {
        height: 280px;
    }
}

@media only screen and (max-width: 480px) {

    .download-images .wrapper .btn {
        width: 100%;
        display: block;
    }

    .download-images .wrapper .img-holder {
        height: 200px;
    }
}

/* CONTACT FORM  */

#contact-form .wrapper {
    padding: 60px 100px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background-color: rgba(255,255,255,0.8);
    box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.1);
}

#contact-form .wrapper h4 {
    text-transform: uppercase;
    color: #BB7749;
    margin-bottom: 30px !important;
}

#contact-form .wpcf7-form-control-wrap input[type="text"],
#contact-form .wpcf7-form-control-wrap input[type="email"] {
    text-transform: none;
    font-size: 10px;
    line-height: 18px;
    font-weight: 600;
    letter-spacing: 0.1em;
    padding: 16px 32px;
    border: 1px solid #BB7749;
    color: #BB7749;
    background-color: transparent;
    border-radius: 34px;
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    -ms-border-radius: 34px;
    -o-border-radius: 34px;
}

#contact-form .wpcf7-form-control-wrap textarea::placeholder,
#contact-form .wpcf7-form-control-wrap input[type="text"]::placeholder,
#contact-form .wpcf7-form-control-wrap input[type="email"]::placeholder {
    color: #BB7749;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

#contact-form .wpcf7-form-control-wrap select {
    height: 52px;
    opacity: 0;
    visibility: hidden;
}

#contact-form .wpcf7-form-control-wrap textarea {
    text-transform: none;
    height: 389px;
    font-size: 10px;
    line-height: 18px;
    font-weight: 600;
    letter-spacing: 0.1em;
    padding: 16px 32px;
    border: 1px solid #BB7749;
    color: #BB7749;
    background-color: transparent;
    border-radius: 34px;
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    -ms-border-radius: 34px;
    -o-border-radius: 34px;
}

#contact-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    padding: 10px 32px 0px 32px;
    color: #DA0800;
    box-shadow: none;
}

#contact-form .wpcf7-response-output {
    margin: 35px 0 35px;
    padding: 15px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    font-size: 10px;
    line-height: 16px;
    font-weight: 600;
    letter-spacing: 0.1em;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border: none;
    background-color: #E0DBCC;
    color: #754524;
}

.wpcf7 form.sent .wpcf7-response-output {
    border: none;
    background-color: #46b450;
    color: #ffffff;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    border: none;
    background-color: #dc3232;
    color: #ffffff;
}

.wpcf7 form.spam .wpcf7-response-output {
    border: none;
    background-color: #f56e28;
    color: #ffffff;
}

.select2-container--default .select2-selection--single {
    background-color: transparent;
    height: 52px;
    letter-spacing: 0.1em;
    border: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 16px 32px;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 18px;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #BB7749;
    border: 1px solid #BB7749;
    border-radius: 34px;
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    -ms-border-radius: 34px;
    -o-border-radius: 34px;
}

.select2-container {
    width: 100% !important;
}

.select2-selection__arrow b {
    display: none;
}

.select2-selection__arrow svg {
    stroke: #BB7749;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 24px;
    height: 50px;
    right: 32px;
    display: flex;
    align-items: center;
}

.select2-dropdown {
    border: none;
    padding: 0 16px;
    background-color: transparent;
    margin-top: 2px;
}

.select2-results {
    background-color: #FFFAF2;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.16);
    border: none;
    overflow: hidden;
    padding: 13px 25px;
}

.select2-container--default .select2-results__option {
    list-style: none;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 18px;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #BB7749;
    opacity: 0.5;
    padding: 5px 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.select2-container--default .select2-results__option[aria-selected="true"],
.select2-container--default .select2-results__option[data-selected],
.select2-container--default .select2-results__option.select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option.select2-results__option--highlighted[data-selected] {
    background-color: transparent;
    color: #BB7749;
    opacity: 1;
}

@media only screen and (max-width: 768px) {

    #contact-form .wrapper {
        padding: 40px 30px;
    }

    #contact-form .wrapper h4 {
        text-align: center;
    }
}

#contact-form .speaking-questions {
    padding: 25px;
    background: rgba(245, 236, 218, 0.6);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    margin-bottom: 15px;
}

#contact-form .speaking-questions p.label {
    padding-bottom: 7px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    color: #754524;
    padding-left: 8px;
    padding-right: 8px;
}



/* HOVER HIGHLIGHTS */

.hover-highlights {
    margin-bottom: 0 !important;
}

.hover-highlights .wrapper {
    display: flex;
    flex-wrap: wrap;
}

.hover-highlights .wrapper .hover-item {
    width: 33.333%;
}

.hover-item {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 565px;
}

.hover-item::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 21.34%, rgba(6, 6, 6, 0.63) 72.95%);
    opacity: 1;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.hover-item:hover::after {
    opacity: 0;
}

.hover-item .info-wrapper {
    position: relative;
    z-index: 3;
    padding: 70px 45px;
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-bottom: 0 !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.hover-item .title {
    position: absolute;
    margin-bottom: 0;
    left: 0;
    right: 0;
    bottom: 70px;
    z-index: 4;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.hover-item h3 {
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin-bottom: 0 !important;
}

.hover-item .arrow {
    display: none;
    justify-content: center;
    margin-top: 8px;
}

.hover-item .desc {
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.hover-item .desc h3 {
    margin-bottom: 20px !important;
}

.hover-item:hover .title {
    opacity: 0;
    visibility: hidden;
}

.hover-item:hover .desc {
    color: #fff;
    opacity: 1;
    visibility: visible;
    animation: fadeInFromBottom 0.3s ease-in-out 1 normal forwards;
    -webkit-animation: fadeInFromBottom 0.3s ease-in-out 1 normal forwards;
}

.hover-item:hover .info-wrapper {
    background-color: rgba(0,0,0,0.7);
}

@media only screen and (max-width: 1000px) {

    .hover-highlights .wrapper .hover-item {
        width: 50%;
    }

    .hover-highlights .wrapper .hover-item:first-child {
        width: 100%;
    }

    .hover-item .arrow {
        display: flex;
    }

}

@media only screen and (max-width: 690px) {

    .hover-highlights .wrapper .hover-item {
        width: 100%;
    }

}

@keyframes fadeInFromBottom {
    from {margin-bottom: -25px; opacity: 0}
    to {margin-bottom: 0; opacity: 1}
}

/* HOVER HIGHLIGHTS 2 */

.hover-highlights-2 {
    margin-bottom: 0 !important;
}

.hover-highlights-2 .wrapper {
    display: flex;
    flex-wrap: wrap;
}

.hover-item-2 {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
}

.hover-item-2 .inner {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 622px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    overflow: hidden;
}

.hover-item-2 .inner::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 21.34%, rgba(6, 6, 6, 0.63) 72.95%);
    opacity: 1;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.hover-item-2:hover::after {
    opacity: 0;
}

.hover-item-2 .info-wrapper {
    position: relative;
    z-index: 999;
    padding: 70px 100px;
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-bottom: 0 !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.hover-item-2 .title {
    position: absolute;
    margin-bottom: 0;
    left: 0;
    right: 0;
    bottom: 70px;
    z-index: 4;
    padding: 0 50px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.hover-item-2:hover .title {
    opacity: 0;
}

.hover-item-2 h3 {
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin-bottom: 0 !important;
}

.hover-item-2 h6 {
    text-transform: uppercase;
    text-align: center;
    color: #D5BE8D;
    margin-top: 10px;
    margin-bottom: 0 !important;
}

.hover-item-2 .desc {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.hover-item-2:hover .desc {
    color: #fff;
    opacity: 1;
    visibility: visible;
}

.hover-item-2 .desc h6 {
    margin-bottom: 15px !important;
}

.hover-item-2:hover .info-wrapper {
    background-color: rgba(0,0,0,0.7);
}

.hover-item-2 .arrow {
    display: none;
    justify-content: center;
    margin-top: 8px;
}

@media only screen and (max-width: 1000px) {

    .hover-item-2 .arrow {
        display: flex;
    }
}


@media only screen and (max-width: 768px) {

    .hover-item-2 {
        width: 100%;
        margin-bottom: 30px;
    }

}

@media only screen and (max-width: 560px) {

    .hover-item-2 .info-wrapper {
        padding: 55px 45px;
    }

    .hover-item-2 .desc .btn {
        width: 100%;
    }
}

/* CTA TEXT + BUTTON */

.cta-text-button .wrapper {
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 54px 62px;
    box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin-left: -15px;
    margin-right: -15px;
}

.cta-text-button .text-wrapper {
    flex: 1;
    padding: 0 15px;
}

.cta-text-button h5 {
    color: #BB7749;
    margin-bottom: 0 !important;
}

@media only screen and (max-width: 690px) {

    .cta-text-button .wrapper {
        flex-direction: column;
        padding: 40px 30px;
    }

    .cta-text-button .text-wrapper {
        margin-bottom: 25px;
        text-align: center;
    }

}

/* KEYNOTE */

.keynote .wrapper {
    background-color: #fff;
    box-shadow: 0px 8px 24px rgba(49, 46, 69, 0.1);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    overflow: hidden;
    min-height: 580px;
    position: relative;
}

.keynote .image-holder {
    width: 100%;
    height: 330px;
    background-position: center center;
    background-size: cover;
}

.keynote .info-wrapper h6 {
    text-transform: uppercase;
    color: #754524;
}

.keynote .info-wrapper .text-desc {
    font-size: 14px;
    line-height: 22px;
}

.keynote .info-wrapper .text-desc ul,
.keynote .info-wrapper .text-desc ol {
    margin-left: 15px;
}

.keynote .info-wrapper .text-desc ul li,
.keynote .info-wrapper .text-desc ol li {
    margin-bottom: 15px;
}

.keynote .info-wrapper .text-desc ul li::marker,
.keynote .info-wrapper .text-desc ol li::marker {
    color: #754524;
}

.keynote .info-wrapper {
    overflow: hidden;
    padding: 45px 36px;
    height: 250px;
    position: absolute;
    background-color: #fff;
    bottom: 0;
}

.keynote .actions-keynote {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 7px 36px 45px 36px;
    background-color: #fff;
}

.keynote .actions-keynote button {
    appearance: none;
    border: none;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    font-size: 10px;
    line-height: 18px;
    letter-spacing: 0.1em;
    font-weight: 600;
    text-transform: uppercase;
    color: #BB7749;
    display: flex;
    align-items: center;
}

.keynote .actions-keynote button svg {
    margin-left: 15px;
}

.keynote .actions-keynote button:hover {
    cursor: pointer;
}

/* HOVER BUTTON */

.hover-button .wrapper {
    position: relative;
    padding: 95px 25px;
    background-position: center center;
    background-size: cover;
    display: flex;
    justify-content: center;
}

.hover-button .wrapper .hover-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: -2px;
    left: 0;
    opacity: 0;
    background-position: center center;
    background-size: cover;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.hover-button .wrapper:hover .hover-image {
    opacity: 1;
}

.hover-button .wrapper a.btn {
    position: relative;
    z-index: 9;
    border-color: #BB7749 !important;
    color: #BB7749;
    background-color: transparent !important;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.hover-button .wrapper a.btn svg circle {
    fill: #BB7749;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.hover-button .wrapper a.btn svg path {
    fill: #ffffff;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.hover-button .wrapper:hover a.btn {
    border-color: #ffffff !important;
    color: #ffffff;
}

.hover-button .wrapper:hover a.btn svg circle {
    fill: #ffffff;
}

.hover-button .wrapper:hover a.btn svg path {
    fill: #BB7749;
}

/* ARCHIVE PUBLICATIONS */

.archive-publications .header {
    display: flex;
    margin-bottom: 50px;
}

.archive-publications .header h3 {
    text-transform: uppercase;
    color: #754524;
    flex: 1;
    margin-bottom: 0 !important;
}

.archive-publications .search-wrapper {
    position: relative;
    max-width: 280px;
}

.archive-publications .search-wrapper input[type="text"] {
    padding: 7px 40px 7px 20px;
    border-width: 1px;
    background-color: rgba(44, 44, 44, 0.05);
    font-size: 16px;
    line-height: 1;
    color: #2C2C2C;
    border-radius: 75px;
    -webkit-border-radius: 75px;
    -moz-border-radius: 75px;
    -ms-border-radius: 75px;
    -o-border-radius: 75px;
}

.archive-publications .search-wrapper input[type="text"]:hover,
.archive-publications .search-wrapper input[type="text"]:focus {
    border-width: 1px;
}

.archive-publications .search-wrapper input[type="text"]::placeholder {
    color: #2C2C2C;
    opacity: 0.5;
}

.archive-publications .search-wrapper button {
    position: absolute;
    height: 35px;
    width: 35px;
    right: 10px;
    appearance: none;
    background-color: transparent !important;
    border: none;
    padding: 0 !important;
}

.archive-publications .search-wrapper button:hover {
    background-color: transparent !important;
    border: none !important;
}

.archive-publications .search-wrapper button svg {
    fill: #BB7749;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.archive-publications .search-wrapper button:hover svg {
    fill: #2E2E2E;
}

.archive-publications .content-publications {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.archive-publications .no-content {
    padding-left: 10px;
    padding-right: 10px;
}

.publication-item {
    width: 33.333%;
    padding: 10px;
}

.publication-item .item-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: #FFFAF2;
    box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
}

.publication-item:hover .item-wrapper {
    box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.4);
}

.publication-item .img-holder {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transform-origin: bottom;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.publication-item:hover .img-holder {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.publication-item .info-wrapper {
    padding: 25px 40px;
}

.publication-item .info-wrapper .title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    margin-bottom: 10px;
}

.publication-item .info-wrapper .title h5 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: #754524;
    margin-bottom: 0 !important;
}

.publication-item .info-wrapper p {
    font-size: 10px;
    line-height: 18px;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #754524;
    padding-bottom: 20px;
    text-transform: uppercase;
}

@media only screen and (max-width: 1000px) {

    .publication-item {
        width: 50%;
    }

}

@media only screen and (max-width: 690px) {

    .publication-item {
        width: 100%;
    }

    .publication-item .btn {
        width: 100%;
    }

    .archive-publications .header {
        flex-direction: column;
    }

    .archive-publications .search-wrapper {
        margin-top: 30px;
        width: 100%;
    }

}

@media only screen and (max-width: 480px) {

    .archive-publications .search-wrapper {
        max-width: 100%;
    }
    .archive-publications .search-wrapper input[type="text"] {
        width: 100%;
    }
}


/* ARCHIVE PODCAST INTERVIEWS */

.archive-podcast-interviews h3 {
    text-transform: uppercase;
    color: #754524;
    margin-bottom: 60px !important;
}

.archive-podcast-interviews .podcasts-inner {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.archive-podcast-interviews .podcast-interview-item {
    width: 50%;
    padding: 10px;
}

.podcast-interview-item .inner-wrap {
    padding: 24px;
    background-color: #ffffff;
    box-shadow: 3px 2px 20px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    display: flex;
    align-items: stretch;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.podcast-interview-item:hover .inner-wrap {
    box-shadow: 3px 2px 20px rgba(0, 0, 0, 0.4);
}

.podcast-interview-item .img-holder {
    max-width: 88px;
    max-height: 88px;
    min-height: 88px;
    min-width: 88px;
}

.podcast-interview-item .img-holder img {
    margin-bottom: 0;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.podcast-interview-item:hover .img-holder img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.podcast-interview-item .info-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding-left: 15px;
    padding-right: 15px;
}

.podcast-interview-item .title p {
    padding-bottom: 0 !important;
    line-height: 20px;
    color: #754524;
}

.podcast-interview-item .title span {
    display: block;
    font-size: 10px;
    line-height: 16px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #754524;
    margin-top: 8px;
}

.podcast-interview-item .info-wrapper a {
    font-size: 10px;
    line-height: 16px;
    font-weight: 600;
    letter-spacing: 0.1em;
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
    padding-top: 10px;
}

.podcast-interview-item .info-wrapper a svg {
    margin-right: 10px;
    fill: #BB7749;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.podcast-interview-item .info-wrapper a:hover svg {
    fill: rgb(46,46,46);
}

.archive-podcast-interviews .contact-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
}

.archive-podcast-interviews .contact-inner p {
    font-size: 10px;
    line-height: 18px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #754524;
    padding-bottom: 10px !important;
}

@media only screen and (max-width: 768px) {

    .archive-podcast-interviews .podcast-interview-item {
        width: 100%;
    }

}

/* SLIDER TESTIMONIALS */

.slider-testimonials .swiper {
    width: 100%;
    height: 100%;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.06);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    overflow: hidden;
    background-color: #FFFAF2;
}

.slider-testimonials .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.slider-testimonials .wrapper {
    padding: 30px 32px;
}

.slider-testimonials .quote {
    font-weight: 600;
    color: #754524;
}

.slider-testimonials .author-meta {
    display: flex;
    align-items: center;
}

.slider-testimonials .author-meta .img-holder {
    width: 57px;
    height: 57px;
    border-radius: 70px;
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    -ms-border-radius: 70px;
    -o-border-radius: 70px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.slider-testimonials .author-meta .meta {
    flex: 1;
    padding-left: 20px;
}

.slider-testimonials .author-meta .meta .name {
    font-style: italic;
    color: #754524;
    padding-bottom: 2px !important;
}

.slider-testimonials .author-meta .meta .position {
    font-size: 14px;
    color: #754524;
    padding-bottom: 0 !important;
}

.slider-testimonials .navigation {
    display: flex;
    margin-top: 25px;
    align-items: center;
    justify-content: flex-start;
    padding: 0 32px;
}

.slider-testimonials .navigation .pagination {
    width: auto;
    line-height: 0;
    padding: 0 15px;
}

.slider-testimonials .navigation .pagination .swiper-pagination-bullet {
    background: #BB7749;
}

.slider-testimonials .navigation .button-next,
.slider-testimonials .navigation .button-prev {
    line-height: 0;
}

.slider-testimonials .navigation .button-next.swiper-button-disabled,
.slider-testimonials .navigation .button-prev.swiper-button-disabled {
    opacity: 0.5;
}

@media only screen and (max-width: 690px) {

    .slider-testimonials .navigation {
        justify-content: center;
    }

}

/* SINGLE TESTIMONIAL BLOCK */

.single-testimonial-block .wrapper {
    padding: 30px 32px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.06);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    overflow: hidden;
}

.single-testimonial-block .quote {
    font-weight: 600;
    color: #754524;
}

.single-testimonial-block .author-meta {
    display: flex;
    align-items: center;
}

.single-testimonial-block .author-meta .img-holder {
    width: 57px;
    height: 57px;
    border-radius: 70px;
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    -ms-border-radius: 70px;
    -o-border-radius: 70px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.single-testimonial-block .author-meta .meta {
    flex: 1;
    padding-left: 20px;
}

.single-testimonial-block .author-meta .meta .name {
    font-style: italic;
    color: #754524;
    padding-bottom: 2px !important;
}

.single-testimonial-block .author-meta .meta .position {
    font-size: 14px;
    color: #754524;
    padding-bottom: 0 !important;
}

/* HOSTS HIGHLIGHT */

.hosts-highlights .wrapper {
    background-color: #fff;
    box-shadow: 0px 8px 24px rgba(49, 46, 69, 0.1);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    overflow: hidden;
    min-height: 840px;
    position: relative;
}

.hosts-highlights .image-holder {
    width: 100%;
    height: 475px;
    background-position: center center;
    background-size: cover;
}

.hosts-highlights .info-wrapper h4 {
    text-transform: uppercase;
    color: #754524;
}

.hosts-highlights .info-wrapper .text-desc {
    padding: 45px 36px;
}

.hosts-highlights .info-wrapper .text-desc em,
.hosts-highlights .info-wrapper .text-desc {
    font-size: 14px;
    line-height: 22px;
}

.hosts-highlights .info-wrapper .text-desc ul,
.hosts-highlights .info-wrapper .text-desc ol {
    margin-left: 15px;
}

.hosts-highlights .info-wrapper .text-desc ul li,
.hosts-highlights .info-wrapper .text-desc ol li {
    margin-bottom: 15px;
}

.hosts-highlights .info-wrapper .text-desc ul li::marker,
.hosts-highlights .info-wrapper .text-desc ol li::marker {
    color: #754524;
}

.hosts-highlights .info-wrapper {
    overflow: hidden;
    height: 365px;
    position: absolute;
    background-color: #fff;
    bottom: 0;
}

.hosts-highlights .actions-hosts-highlights {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 7px 36px 45px 36px;
    background-color: #fff;
}

.hosts-highlights .actions-hosts-highlights button {
    appearance: none;
    border: none;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    font-size: 10px;
    line-height: 18px;
    letter-spacing: 0.1em;
    font-weight: 600;
    text-transform: uppercase;
    color: #BB7749;
    display: flex;
    align-items: center;
}

.hosts-highlights .actions-hosts-highlights button svg {
    margin-left: 15px;
}

.hosts-highlights .actions-hosts-highlights button:hover {
    cursor: pointer;
}

/* GRID PODCAST */

.grid-podcast .header-wrapper {
    margin-bottom: 60px;
}

.grid-podcast .header-wrapper h2 {
    text-transform: uppercase;
    color: #754524;
}

.grid-podcast .podcast-container {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.grid-podcast .podcast-item {
    width: 33.333%;
    padding: 10px;
}

.grid-podcast .archive-link {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

.grid-podcast .archive-link .btn-third {
    border-color: #BA7749 !important;
}

.grid-podcast .archive-link .btn-third circle {
    fill: #BA7749;
}

.grid-podcast .archive-link .btn-third span {
    color: #BA7749;
}

.grid-podcast .archive-link .btn-third:hover {
    background-color: #BA7749 !important;
}

.grid-podcast .archive-link .btn-third:hover span {
    color: #FFFAF2 !important;
}

.grid-podcast .archive-link .btn-third:hover circle {
    fill: #FFFAF2;
}

.grid-podcast .navigation {
    display: none !important;
}

.grid-podcast .no-content {
    padding-left: 10px;
    padding-right: 10px;
}

@media only screen and (max-width: 1000px) {

    .grid-podcast .podcast-item {
        width: 50%;
    }
}

@media only screen and (max-width: 690px) {

    .grid-podcast .podcast-item {
        width: 100%;
    }

    .grid-podcast .header-wrapper {
        margin-bottom: 30px;
    }
    .grid-podcast .archive-link {
        margin-top: 30px;
    }
}

/* PODCAST ARCHIVE */

.archive-podcast .header-wrapper {
    margin-bottom: 60px;
}

.archive-podcast .header-wrapper h2 {
    text-transform: uppercase;
    color: #754524;
}

.archive-podcast .podcast-container {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.archive-podcast .podcast-item {
    width: 33.333%;
    padding: 10px;
}

.archive-podcast .header-wrapper .navigation {
    display: none !important;
}

.archive-podcast .archive-naviagtion {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.archive-podcast .archive-naviagtion .button-prev,
.archive-podcast .archive-naviagtion .button-next {
    line-height: 0;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.archive-podcast .archive-naviagtion .button-prev:hover:not(.disable),
.archive-podcast .archive-naviagtion .button-next:hover:not(.disable) {
    cursor: pointer;
    opacity: 0.5;
}

.archive-podcast .archive-naviagtion .button-prev.disable,
.archive-podcast .archive-naviagtion .button-next.disable {
    opacity: 0.5;
}

.archive-podcast .archive-naviagtion .pagination {
    display: flex;
    line-height: 0;
    padding: 0 10px;
}

.archive-podcast .archive-naviagtion .pagination .bullet {
    width: 6px;
    height: 6px;
    opacity: 0.5;
    line-height: 0;
    background-color: #BB7749;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    margin-left: 4px;
    margin-right: 4px;
}

.archive-podcast .archive-naviagtion .pagination .bullet.active {
    opacity: 1;
}

.archive-podcast .no-content {
    padding-left: 10px;
    padding-right: 10px;
}


@media only screen and (max-width: 1000px) {

    .archive-podcast .podcast-item {
        width: 50%;
    }
}

@media only screen and (max-width: 690px) {

    .archive-podcast .podcast-item {
        width: 100%;
    }

    .archive-podcast .header-wrapper {
        margin-bottom: 30px;
    }
}

/* POPUP */

.onload-popup {
    background-color: #FFFAF2;
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
    z-index: 1200;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.onload-popup .wrapper-popup {
    display: flex;
    flex-wrap: wrap;
    padding: 60px 0px 60px 60px;
    background-image: url('https://springwasham.com/wp-content/uploads/2023/01/pop-bg.webp');
    background-position: right center;
    background-size: cover;
}

.onload-popup .inner-col {
    width: 50%;
}

.onload-popup .inner-col:first-child {
    display: flex;
    flex-direction: column;
}

.onload-popup .inner-col:last-child {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.onload-popup .img-holder {
    max-width: 100px;
}

.onload-popup h4 {
    text-transform: uppercase;
    color: #BB7749;
}

.onload-popup p {
    color: #754524;
}

.onload-popup .single-testimonial-block {
    margin-bottom: 40px;
}

@media only screen and (max-width: 830px) {

    .onload-popup .wrapper-popup {
        padding: 60px;
    }

    .onload-popup .inner-col {
        width: 100%;
    }

    .onload-popup .inner-col:last-child {
        margin-top: 30px;
        justify-content: center;
    }

    .onload-popup .action-wrapper {
        display: flex;
        justify-content: center;
    }
}

@media only screen and (max-width: 480px) {

    .onload-popup .wrapper-popup {
        padding: 40px 20px;
    }

    .onload-popup .action-wrapper a.btn {
        width: 100%;
    }
}

/* EVENTS ARCHIVE */

.archive-events .header-wrapper {
    margin-bottom: 60px;
    padding-bottom: 17px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.archive-events .header-wrapper h2 {
    text-transform: uppercase;
    color: #754524;
    margin-bottom: 50px !important;
}

.archive-events .no-content {
    padding-left: 10px;
    padding-right: 10px;
}

#more-podcast-container .no-content h4,
.archive-podcast .no-content h4,
.grid-podcast .no-content h4,
.archive-publications .no-content h4,
.archive-events .no-content h4 {
    color: #754524;
    text-transform: uppercase;
    margin-bottom: 15px !important;
}

.filter-events {
    display: flex;
    align-items: flex-start;
}

.filter-events .filters-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    margin-left: -15px;
    margin-right: -15px;
}

.filter-events .category-item {
    padding: 10px 15px;
}

.filter-events .category-item input[type="radio"] {
    visibility: hidden;
    width: 0;
    height: 0;
    border: none;
    position: absolute;
    top: -300px;
}

.filter-events .category-item p {
    padding: 4px 16px;
    font-size: 10px;
    line-height: 18px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border: 1px solid rgba(46, 46, 46, 0.3);
    border-radius: 9px;
    color: rgba(46, 46, 46, 0.3);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.filter-events .category-item.active p {
    background-color: #754524;
    border-color: #754524;
    color: #F5ECDA;
}

.filter-events .category-item p:hover {
    cursor: pointer;
    background-color: #F5ECDA;
    border-color: #F5ECDA;
    color: #754524;
}

.filter-events .search-navigation-container {
    display: flex;
}

.filter-events .search-wrapper {
    max-width: 280px;
    position: relative;
    flex: 1;
}

.filter-events .search-wrapper input[type="text"] {
    padding: 7px 40px 7px 20px;
    border-width: 1px;
    background-color: rgba(44, 44, 44, 0.05);
    font-size: 16px;
    line-height: 1;
    color: #2C2C2C;
    border-radius: 75px;
    -webkit-border-radius: 75px;
    -moz-border-radius: 75px;
    -ms-border-radius: 75px;
    -o-border-radius: 75px;
}

.filter-events .search-wrapper input[type="text"]:hover,
.filter-events .search-wrapper input[type="text"]:focus {
    border-width: 1px;
}

.filter-events .search-wrapper input[type="text"]::placeholder {
    color: #2C2C2C;
    opacity: 0.5;
}

.filter-events .search-wrapper button {
    position: absolute;
    height: 35px;
    width: 35px;
    right: 10px;
    appearance: none;
    background-color: transparent;
    border: none;
    padding: 0;
}

.filter-events .search-wrapper button:hover {
    background-color: transparent !important;
    border: none !important;
}

.filter-events .search-wrapper button svg {
    fill: #BB7749;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.filter-events .search-wrapper button:hover svg {
    fill: #2E2E2E;
}

@media only screen and (max-width: 690px) {

    .filter-events {
        flex-direction: column-reverse;
    }

    .filter-events .search-navigation-container {
        width: 100%;
    }

    .filter-events .search-wrapper {
        margin-bottom: 15px;
        width: 100%;
        max-width: none;
    }

}

/* EVENT ITEM */

.archive-events .events-content {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.archive-events .event-item {
    padding: 10px;
    width: 33.333%;
}

.event-item .inner-item {
    background-color:#fff;
    box-shadow: 0px 8px 24px rgba(49, 46, 69, 0.1);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    overflow: hidden;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.event-item .img-holder {
    width: 100%;
    height: 260px;
    background-position: center top;
    background-size: cover;
}

.event-item .category-wrapper {
    position: absolute;
    top: 14px;
    right: 10px;
    display: flex;
}

.event-item .category-wrapper .category {
    padding: 4px 16px;
    margin-left: 10px;
    font-size: 10px;
    line-height: 18px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #754524;
    background-color: #D5BE8D;
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    -o-border-radius: 9px;
}

.event-item .info-wrapper {
    background-color: #fff;
    padding: 30px 36px 0 36px;
    position: relative;
}

.event-item .info-wrapper .title {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: #754524;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 10px !important;
}

.event-item .info-wrapper .date-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.event-item .info-wrapper .date-wrapper svg {
    margin-right: 10px;
}

.event-item .info-wrapper .date-wrapper span {
    font-size: 10px;
    line-height: 18px;
    letter-spacing: 0.1em;
    font-weight: 600;
    text-transform: uppercase;
    color: #754524;
}

.event-item .info-wrapper .desc p,
.event-item .info-wrapper .desc em,
.event-item .info-wrapper .desc li {
    font-size: 14px;
    line-height: 22px;
}

.event-item .info-wrapper .desc {
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.event-item .info-wrapper .desc.clamp {
    height: 110px;
    overflow: hidden;
}

.event-item .action-wrapper {
    padding: 10px 36px 40px 36px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.event-item .action-wrapper button {
    appearance: none;
    border: none;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    font-size: 10px;
    line-height: 18px;
    letter-spacing: 0.1em;
    font-weight: 600;
    text-transform: uppercase;
    color: #BB7749;
    display: flex;
    align-items: center;
}

.event-item .action-wrapper button svg {
    margin-left: 15px;
}

.event-item .action-wrapper button:hover {
    cursor: pointer;
}

.event-item .action-wrapper .btn {
    margin-top: 28px;
    max-width: fit-content;
}

.event-item .add-calendar {
    display: none;
    align-items: center;
    color: #754524;
    font-size: 10px;
    line-height: 18px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-top: 20px;
}

.event-item .add-calendar svg {
    margin-right: 10px;
}

.carousel-events .add-calendar a {
    text-decoration: underline;
    text-decoration-thickness: 0.05em;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.carousel-events .add-calendar a:hover {
    color: #ffffff;
}

@media only screen and (max-width: 1000px) {

    .archive-events .event-item {
        width: 50%;
    }
}

@media only screen and (max-width: 768px) {

    .archive-events .event-item {
        width: 100%;
    }
}

/* 404 PAGE */

.error404 #header-outer nav {
    display: none !important;
}

.error404 .nectar-global-section.before-footer {
    margin-top: -65px;
    background-color: transparent !important;
}

.page-404-info h1 {
    font-size: 100px !important;
    line-height: 100px !important;
    color: #fff;
    text-align: center;
}

.page-404-info h5 {
    font-size: 22px !important;
    line-height: 36px !important;
    color: #fff;
    text-align: center;
}

/* FIXED SCROLL */

.fixed-scroll .wrapper {
    position: relative;
    height: 505px;
}

.fixed-scroll .bg-animation {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}

.fixed-scroll .bg-animation svg {
    animation: rotateSVG 15s linear infinite;
    -webkit-animation: rotateSVG 15s linear infinite;
    transform-origin: center center;
    max-width: 90vw;
    max-height: 90vw;
}

.fixed-scroll .scroll-container {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 505px;
}

.fixed-scroll .faker-height {
    height: 60px;
    width: 100%;
    position: sticky;
}

.fixed-scroll .faker-height.top {
    top: 0;
}

.fixed-scroll .faker-height.bottom {
    bottom: 0;
}

.fixed-scroll .scroll-container .container {
    max-width: 780px !important;
    margin-left: auto;
    margin-right: auto;
    min-height: 385px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.fixed-scroll .scroll-container h2 {
    text-transform: uppercase;
    color: #754524;
    text-align: center;
}

.fixed-scroll .scroll-container h5 {
    color: #754524;
}

@keyframes rotateSVG {
    from { transform: rotate(0deg); -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); }
    to { transform: rotate(360deg); -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); }
}

@media only screen and (max-width: 690px) {

    .fixed-scroll .scroll-container h5 {
        font-size: 16px;
        line-height: 24px;
        text-align: center;
    }
}


/* ARCHIVE NAVIGATION */

.archive-navigation {
    width: 100%;
    display: flex;
    margin-top: 60px;
    justify-content: center;
    align-items: center;
}

.archive-navigation .prev,
.archive-navigation .next {
    line-height: 0;
    margin-left: 4px;
    margin-right: 4px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.archive-navigation .prev.disable,
.archive-navigation .next.disable {
    opacity: 0.5;
}

.archive-navigation .prev:hover:not(.disable),
.archive-navigation .next:hover:not(.disable) {
    opacity: 0.5;
    cursor: pointer;
}

.archive-navigation .pagination {
    display: flex;
    align-items: center;
}

.archive-navigation .pagination .bullet {
    width: 6px;
    height: 6px;
    margin-left: 4px;
    margin-right: 4px;
    border-radius: 15px;
    background-color: #BB7749;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.archive-navigation .pagination .bullet:not(.active) {
    opacity: 0.5;
}

/* NEWSLETTER FORM */

.ctct-inline-form .ctct-form-defaults {
    padding: 0 !important;
}

.ctct-inline-form label {
    display: none !important;
}

.ctct-inline-form input[type="text"],
.ctct-inline-form input[type="email"] {
    font-size: 12px !important;
    line-height: 1 !important;
    font-weight: 500 !important;
    letter-spacing: 0.1em !important;
    text-transform: none !important;
    border-radius: 34px !important;
    -webkit-border-radius: 34px !important;
    -moz-border-radius: 34px !important;
    -ms-border-radius: 34px !important;
    -o-border-radius: 34px !important;
    margin-bottom: 0px !important;
    border-color: #F5ECDA !important;
    color: #F5ECDA !important;
    border-width: 1px !important;
    background-color: transparent !important;
    padding: 16px 32px !important;
}

.ctct-inline-form input[type="text"]:focus,
.ctct-inline-form input[type="text"]:hover,
.ctct-inline-form input[type="email"]:focus,
.ctct-inline-form input[type="email"]:hover {
    border-color: #bb7749 !important;
    outline: none !important;
}

.newsletter-form input::placeholder {
    color: #F5ECDA !important;
    text-transform: uppercase !important;
}

.ctct-inline-form .ctct-gdpr-text {
    color: #fff !important;
    font: 10px 'Montserrat', sans-serif !important;
    line-height: 18px !important;
}

.ctct-inline-form .ctct-gdpr-text a {
    color: #F5ECDA !important;
}

.ctct-inline-form .ctct-gdpr-text a:hover {
    color: #fff !important;
}

.ctct-inline-form .ctct-form-button {
    display: inline-block;
    padding: 12px 32px !important;
    border-radius: 32px !important;
    border: 2px solid !important;
    text-align: center !important;
    white-space: normal !important;
    text-transform: uppercase !important; 
    font-size: 10px !important;
    line-height: 18px !important;
    letter-spacing: 0.1em !important;
    font-weight: 600 !important;
    margin-top: 8px !important;
    margin-bottom: 8px !important;
    color: #fff !important;
    border-color: var(--nectar-accent-color) !important;
    background-color: var(--nectar-accent-color) !important;
    transition: all 0.3s ease-in-out !important;
    -webkit-transition: all 0.3s ease-in-out !important;
    -moz-transition: all 0.3s ease-in-out !important;
    -ms-transition: all 0.3s ease-in-out !important;
    -o-transition: all 0.3s ease-in-out !important;
    width: fit-content !important;
}

.ctct-inline-form .ctct-form-button:hover {
    color: #fff !important;
    border-color: #A86639 !important;
    background-color: #A86639 !important;
    box-shadow: 0px 4px 7px rgb(0 0 0 / 25%) !important;
}

.ctct-form-embed.form_1 .ctct-form-defaults .ctct-form-header {
    color: #fff !important;
    font: 28px "Tenor Sans", sans-serif !important;
    margin-bottom: 8px !important;
}

.ctct-form-text {
    color: #ffffff !important;
    font: 16px 'Montserrat', sans-serif !important;
    line-height: 26px !important;
}

.newsletter-form div.ctct-form-embed form.ctct-form-custom .ctct-form-errorMessage {
    color: #d5be8d !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
}

.newsletter-form div.ctct-form-embed form.ctct-form-custom input.is-error,
.newsletter-form div.ctct-form-embed form.ctct-form-custom select.is-error,
.newsletter-form div.ctct-form-embed form.ctct-form-custom .ctct-form-input.is-error {
    border-color: #d5be8d !important;
    color: #d5be8d !important;
}

/* IMAGE + TEXT GRID */

.image-text-grid .wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 50px;
}

.image-text-grid .image-item {
    position: relative;
    width: 33.333%;
    padding: 10px;
}

.image-text-grid .image-item .img-holder {
    position: relative;
    height: 225px;
    width: 100%;
    overflow: hidden;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.image-text-grid .image-item .img-holder img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.image-text-grid .image-item .img-holder::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.69) 100%);
    z-index: 9;
}

.image-text-grid .image-item .text-wrapper {
    width: 100%;
    position: absolute;
    bottom: 20px;
    padding-left: 50px;
    padding-right: 50px;
    z-index: 99;
}

.image-text-grid .image-item .text-wrapper h6 {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

@media only screen and (max-width: 1000px) {
    .image-text-grid .image-item {
        width: 50%;
    }
}

@media only screen and (max-width: 690px) {
    .image-text-grid .image-item {
        width: 100%;
    }

    .image-text-grid .image-item .img-holder {
        height: 320px;
    }
}

@media only screen and (max-width: 480px) {
    .image-text-grid .image-item .img-holder {
        height: 225px;
    }
}

/* CUSTOM VIDEO PLAYER */

.custom-video-player {
    margin-bottom: 0 !important;
}

.custom-video-player .wrapper {
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    position: relative;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
}

.custom-video-player .wrapper video {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

/* CUSTOM ACCORDION */

.custom-accordion .accordion {
    appearance: none;
    background-color: #FFFAF2;
    border: none;
    display: flex;
    width: 100%;
    position: relative;
    padding-right: 65px;
    padding-left: 40px;
    padding-top: 16px;
    padding-bottom: 16px;
    margin-bottom: 30px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.custom-accordion .accordion h5 {
    margin-bottom: 0 !important;
    color: #754524;
}

.custom-accordion .accordion:hover {
    cursor: pointer;
    opacity: 1;
} 

.custom-accordion .accordion.active {
    background-color: #754524;
} 

.custom-accordion .accordion h5 {
    margin-bottom: 0;
    color: #754524;
    text-align: left;
}

.custom-accordion .accordion.active h5 {
    color: #fff;
}

.custom-accordion .accordion .accordion-icon {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.custom-accordion .accordion-item {
    color: #000;
    padding-left: 40px;
    padding-right: 40px;
}

.custom-accordion .closed .vertical {
    transition: all 0.5s ease-in-out;
    transform: rotate(-90deg);
}

.custom-accordion .closed .horizontal {
    transition: all 0.5s ease-in-out;
    transform: rotate(-90deg);
    opacity: 1;
}

.custom-accordion .opened {
    opacity: 1;
}

.custom-accordion .opened .vertical {
    transition: all 0.5s ease-in-out;
    transform: rotate(90deg);
}

.custom-accordion .opened .horizontal {
    transition: all 0.5s ease-in-out;
    transform: rotate(90deg);
    opacity: 0;
}

.custom-accordion .circle-plus {
    height: 20px;
    width: 20px;
    font-size: 16px;
    opacity: 0.7;
}

.custom-accordion .circle-plus .circle {
    position: relative;
    width: 20px;
    height: 20px;
}

.custom-accordion .circle-plus .circle .horizontal {
    position: absolute;
    background-color: #754524;
    width: 20px;
    height: 2px;
    left: 50%;
    margin-left: -10px;
    top: 50%;
    margin-top: -1px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.custom-accordion .circle-plus .circle .vertical {
    position: absolute;
    background-color: #754524;
    width: 2px;
    height: 20px;
    left: 50%;
    margin-left: -1px;
    top: 50%;
    margin-top: -10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.custom-accordion .circle-plus.opened .circle  .horizontal,
.custom-accordion .circle-plus.opened .circle .vertical {
    background-color: #fff;
}

@media only screen and (max-width: 1000px) {

    .align-video-left .video-color-overlay {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #FDF8EE;
        opacity: 0.9;
        z-index: 9;
    }

    .align-video-left .nectar-video-bg {
        position: relative;
        left: 20%;
    }
}

@media only screen and (max-width: 620px) {

    .align-video-left .nectar-video-bg {
        left: 85%;
    }

    .custom-accordion .accordion h5 {
        font-size: 16px;
        line-height: 22px;
    }
}