:root {
    --marien-color-1: #CAE0E9;
    --marien-color-2: #AF9D5a;
    --marien-color-3: #EDEDED;
    --marien-color-1-rgb: 202, 224, 233;
    --marien-color-2-rgb: 175, 157, 90;;
    --bs-body-font-family: "Inter", sans-serif;
    --bs-heading-font-family: "Barlow", sans-serif;
    --bs-heading-color: var(--marien-color-2);
    --bs-heading-color-rgb: var(--marien-color-2-rgb);
    --bs-link-color: var(--marien-color-2);
    --bs-link-color-rgb: var(--marien-color-2-rgb);
    --bs-link-hover-color-rgb: var(--marien-color-2-rgb);
    --marien-footer-bg-1: #F2F2F2;
    --marien-footer-bg-2: #E0E0E0;
    --swiper-pagination-progressbar-size: 7px;
    --swiper-pagination-progressbar-bg-color: var(--marien-color-3);
    --swiper-pagination-color: var(--marien-color-2);
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 1rem;
    font-family: var(--bs-heading-font-family);
    font-weight: 400 !important;
}
p a {
    text-decoration: underline;
}
.card {
    --bs-card-border-radius: 0;
    --bs-card-border-width: 0;
    --bs-card-inner-border-radius: 0;
    --marien-card-info-bg: #4EACAB;
}
section.section header.section-header .header-title {
    margin-bottom: 4rem;
    text-align: center;
}
section.section-style-1 {
    padding: 2.5rem;
    background: #EDEDED;
}
a.btn-custom-1,
button.btn-custom-1 {
    display: inline-flex;
    align-items: center;
    height: 58px;
    padding: 0 1rem;
    background: var(--marien-color-1);
    border-radius: 5px;
    font-family: "Barlow", sans-serif;
    font-size: 19px;
    line-height: 1.3;
    color: #000;
    gap: 10px;
}
button.btn-custom-1 {
    border: none;
    box-shadow: none;
}
a.btn-custom-1 svg,
button.btn-custom-1 svg {
    width: auto;
    height: 35px;
}
a.btn-custom-1 strong,
button.btn-custom-1 strong {
    font-family: "Inter", sans-serif;
}
a.btn-custom-1:hover,
button.btn-custom-1:hover {
    background: #b9d3dd;
}
/**/
article.type-page .hero header .title {
    font-size: 32px;
}
article.type-page .hero .subtitle {
    font-family: var(--bs-heading-font-family);
    font-size: 22px;
    color: var(--marien-color-2);
}
#post-content-wrapper {
    padding: 35px 0 0;
}
#sidebar .sidebar-block-title {
    padding-bottom: 1.5rem;
    border-bottom: 1px solid var(--bs-heading-color);
}
ul.list-media {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.list-media .card {
    font-family: var(--bs-heading-font-family);
    font-size: 24px;
    font-weight: 700;
    cursor: pointer;
    text-shadow: 0 0 60px rgba(0, 0, 0, 1);
}
.list-media .card .card-img {
    height: 267px;
    object-fit: cover;
}
.list-media .card .card-img-overlay {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.list-media .card,
.list-media .card .card-img-overlay a {
    color: #fff;
}
.list-media .card .card-img-overlay a {
    position: relative;
    z-index: 5;
    letter-spacing: 1px;
}
.list-media .card .card-img-overlay:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    transition: all .5s cubic-bezier(.215, .61, .355, 1);
}
.list-media .card .card-category {
    position: relative;
    z-index: 3;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
}
.list-media .card.card-video {
    border: 2px solid #DEDEDE;
    font-size: 18px;
    font-weight: 700;
}
.list-media .card.card-video .card-title{
    color:#000;
}
.list-media .card.card-video a{
    display: flex;
    align-items: center;
    gap:10px;
}
.list-media .card.card-video a .icon {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    background: var(--marien-color-2);
    border: 1px solid #DEDEDE;
    border-radius: 50%;
    font-size: 20px;
    line-height: 0;
    transition: all .3s;
}
.list-media .card.card-video a svg {
    width: 16px;
    height: auto;
}
.list-media .card.card-video a svg path{
    fill: #fff;
}
.list-media .card:hover .card-img-overlay:before {
    background: rgba(0, 0, 0, 0.5);
}
.list-media iframe {
    width: 100%;
}
/**/
aside .marien-widget {
    margin-bottom: 3rem;
}
/*SWIPER*/
.swiper-pagination-progressbar {
    top: auto !important;
    bottom: 0 !important;
}
.swiper-custom-pagination-wrapper {
    padding-top: 2rem;
}
@media (min-width: 992px) {
    article.type-page .hero header .title {
        max-width: 530px;
        font-size: 53px;
    }
    article.type-page .hero .subtitle {
        font-size: 25px;
    }
    #post-content-wrapper {
        padding: 70px 0 0;
    }
}
@media (min-width: 1200px) {
    .post-content h2.wp-block-heading {
        font-size: 38px;
        color: #000;
    }
    .post-content h3.wp-block-heading {
        font-size: 25px;
    }
}
@media (max-width: 767px) {
    #wrapper {
        padding-top: 66px;
    }
    body.admin-bar #wrapper {
        padding-top: 20px;
    }
}