.descopera-tags {
    display: flex;
    flex-direction: row;
}

.descopera-tag {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-display: column;
    width: 25%;
    padding: 20px;
}

.descopera-tag::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .3);
}

.descopera-tag-name {
    font-size: 40px;
    color: #fff;
    z-index: 333;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(-50%, -50%);
}


@media (max-width: 768px) {
    .descopera-tags {
        flex-direction: column;
    }
    .descopera-tag {
        margin-bottom: 20px;
    }
}


.dmd-featured-post {
    position: relative;
}

.dmd-featured-post__gallery {
    position: relative;
}

.dmd-featured-post__gallery-item {
    height: 380px;
    min-height: 380px;
}

.dmd-featured-post__gallery-img{
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
    overflow: hidden;
}

.dmd-featured-post__gallery-image-img {
    height: 100% !important;
    width: 100%;
    object-fit: cover;
}

.dmd-featured-posts .slick-dots{
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    list-style: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.dmd-featured-posts .slick-dots li {
    margin-right: 10px;
}

.dmd-featured-posts .slick-dots .dot {
    display: block;
    height: 8px;
    width: 8px;
    border-radius: 100%;
    background: rgba(255, 255, 255, .6);
}

.dmd-featured-posts .slick-dots .slick-active .dot {
    background: rgba(255, 255, 255, 1);
}

.dmd-featured-post__excerpt {
    margin-bottom: 15px;
}

.dmd-featured-posts h3.dmd-featured-post__title {
    margin-top: 15px;
}

.dmd-featured-post__label {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 13px;
    color: #555;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 20px;
    background: rgba(255, 255, 255, .6);
    border-radius: 30px;
}

.dmd-featured-post__label-img {
    width: 16px;
    height: 16px;
    margin-right: 6px;
}

@media(max-width: 768px) {
    .dmd-featured-post__gallery-item,
    .dmd-featured-post__gallery-image {
        height: 400px;
    }
}

@media(min-width: 700px) {
    .dmd-featured-post__content {
        position: absolute;
        padding-bottom: 60px;
        padding-left: 30px;
        color: #fff;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0.83%, rgba(0, 0, 0, 0.9) 100%);
    }

    .dmd-featured-post__gallery-item {
        height: 750px;
        min-height: 750px;
    }


    .dmd-featured-posts h3.dmd-featured-post__title {
        color: #fff;
        margin-top: 30px;
    }

    .dmd-featured-posts h3.dmd-featured-post__title a {
        color: #fff;
    }

    .dmd-featured-post__actions {
        max-width: 150px;
    }

    .dmd-featured-posts .slick-dots{
        top: 50%;
        right: 30px;
        flex-direction: column;
        bottom: auto;
        left: auto;
        transform: translateY(-50%);
    }

    .dmd-featured-posts .slick-dots li {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .dmd-featured-post__label {
        top: 30px;
        left: 30px;
    }
}


.dmd-posts-cards {
    position: relative;
}

.dmd-card-post {
    position: relative;
    margin: 0 5px;
}

.dmd-card-post__link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.dmd-card-post__image {
    min-height: 150px;
    height: 150px;
}

.dmd-card-post__image-img {
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 5px;
    overflow: hidden;
}


.dmd-card-post__content {
    position: absolute;
    padding: 15px;
    color: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 20.83%, rgba(0, 0, 0, 0.8) 100%);
}

.dmd-posts-cards__section-title {
    margin-bottom: 10px;
}


.dmd-posts-cards  h3.dmd-card-post__title {
    font-size: 14px;
    color: #fff;
}

.dmd-posts-cards__arrows {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    float: right;
    position: absolute;
    right: 0;
    top: 40%;
    transform: translateY(-50%);

    display: none;
}

.dmd-posts-cards__head {
    position: relative;
}

.dmd-posts-cards__arrows span {
    display: flex;
    cursor: pointer;
    width: 26px;
    height: 26px;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    margin-right: 10px;
}
.dmd-posts-cards__arrows .left-arrow {
    margin-right: 8px;
}


@media(min-width: 700px) {
    .dmd-card-post__image {
        min-height: 350px;
        height: 350px;
    }

    .dmd-posts-cards  h3.dmd-card-post__title {
        font-size: 18px;
    }
}


.dmd-collection-cards .dmd-featured-post__label {
    top: 15px;
    left: 15px;
    padding: 5px 10px;
    font-size: 11px;
    background: #bafcdc;
    border-radius: 4px;
}


.dmd-collection-cards .dmd-grid {
    display: flex;
    overflow-x: scroll;
}

.dmd-collection-cards .dmd-grid .dmd-posts-cards__slick {
    width: 45%;
    min-width: 45%;
}

.dmd-collection-cards .dmd-card-post__image {
    min-height: 250px;
    height: 250px;
}

@media(min-width: 700px) {
    .dmd-collection-cards .dmd-grid .dmd-posts-cards__slick {
        width: 33.3%;
        min-width: 33.3%;
    }
}

.dmd-large-cta {
    display: block;
    position: relative;
}

.dmd-large-cta__content {
    min-height: 165px;
    height: 165px;

    padding: 20px;

    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.dmd-large-cta__background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.dmd-large-cta__background-img {
    height: 100% !important;
    width: 100%;
    object-fit: cover;
}

.dmd-large-cta__content::before {
    content: '';
    background: rgba(0, 0, 0, .3);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    z-index: 1;
}


.dmd-cta__left {
    width: 20%;
    z-index: 2;
}

.dmd-cta__right {
    width: 80%;
    z-index: 2;
}

.dmd-large-cta__icon {
    max-width: 100%;
}

.dmd-large-cta__icon-img {
    height: auto;
}

.dmd-large-cta__text {
    font-size: 26px;
    font-weight: bolder;
    color: #fff;
    margin-bottom: 10px;
    line-height: 1.3;
}

.dmd-large-cta__actions {
    max-width: 200px;
}

@media(max-width: 768px) {
    .dmd-large-cta__content {
        min-height: 350px;
        height: 350px;
    }

    .dmd-cta__left {
        width: 30%;
        z-index: 2;
    }

    .dmd-cta__right {
        width: 70%;
        z-index: 2;
    }

    .dmd-large-cta__actions{
        position: absolute;
        bottom: 20px;
        right: 0;
        text-align: center;

        left: 50%;
        transform: translateX(-50%);
    }
}

.dmd-instagram-link-mobile {
    position: fixed;
    bottom: 5px;
    left: 15px;
    right: 100px;
    /* width: 100%; */
    /* display: flex; */
    z-index: 999;
    background: #fff;
    padding: 10px 20px;
    border-radius: 7px;
    border: 1px solid rgba(200, 200, 200, .63);
}

.dmd-instagram-link__container {
    display: flex;
    align-items: center;
}

img.dmd-instagram-link__icon-img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.dmd-instagram-link__btn-container {
    float: right;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.dmd-instagram-link__btn {
    padding: 5px 15px;
    background: #0095F6;
    color: #fff;
}

.dmd-instagram-link__abs-link {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.dmd-instagram-link__account {
    font-size: 14px;
}


@media(min-width: 768px) {
    .dmd-instagram-link-mobile {
        display: none !important;
    }
}




.dmd-support-link-mobile {
    position: fixed;
    bottom: 65px;
    z-index: 999;
    background: #fff;
    border-radius: 3px;
    border: 1px solid rgba(200, 200, 200, .63);
    right: 20px;
    height: 70px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dmd-support-link__container {
    display: flex;
    align-items: center;
}

img.dmd-support-link__icon-img {
    width: 26px;
    height: 26px;
}

@media(min-width: 768px) {
    .dmd-support-link-mobile {
        display: none !important;
    }
}




.dmd-search-form {
    position: relative;
    display: block;
    height: 300px;
}

.dmd-search-form__container {
    padding: 80px;
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    border-radius: 10px;

}

.dmd-search-form__image-container {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.dmd-search-form__image-container img {
    height: 100% !important;
    width: 100%;
    object-fit: cover;
}

.dmd-search-form__container::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .35);
}

.dmd-search-form__text {
    color: #fff;
    text-align: left;
    z-index: 2;
}
.dmd-search-form__input {
    position: relative;
    width: 100%;
    z-index: 2;
}

.dmd-search-form__input-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
}

.dmd-search-form__input-field {
    border-radius: 50px;
    padding-left: 50px;
    margin-bottom: 0;
    width: 100%;
}

.dmd-search-form__input-icon svg {
    width: auto;
    height: 16px;
    fill: #777;
}

@media(max-width: 768px) {
    .dmd-search-form__container {
        padding: 30px 20px;
    }

    .dmd-search-form__text {
        font-size: 32px;
        line-height: 1.2;
        margin-bottom: 15px;
    }
}


@media(min-width: 769px) {
    .dmd-search-form__container {
        /*background-image: none !important;*/
    }
}


.dmd-article__incontent {
    margin-bottom: 30px;
}

.dmd-incontent__excerpt {
    margin-bottom: 10px;
}

.dmd-incontent__section {
    padding-top: 15px;
}


.dmd-gallery__items {
    width: 100%;
    max-width: 100%;
    display: flex;
    overflow-x: scroll;
}

.dmd-gallery__image {
    display: inline-flex;
    width: 45%;
    min-width: 45%;
    border-radius: 5px;
    height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 4px;
    cursor: pointer;
}

@media(min-width: 768px) {
    .dmd-gallery__image {
        width: 30%;
        min-width: 30%;
    }
}

.dmd-location-map__embedded iframe {
    width: 100% !important;
}


.dmd-region-cards .dmd-card-post__image {
    min-height: 150px;
    height: 150px;
}

.dmd-region-cards .dmd-card-post__content {
    text-align: center;
}

/**
 * Attractuib item
 */


.dmd-attraction-item {
    margin-bottom: 1.5rem;
}
.dmd-attraction-item__image {
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 1.5rem;
    height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
@media (max-width: 768px) {
    .dmd-attraction-item__image {
        height: 200px;
    }
}
.dmd-attraction-item__image-img {
    width: 100%;
    height: auto;
}
.dmd-attraction-item__title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 1rem;
}
.dmd-attraction-item__excerpt {
    color: #777;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 1rem;
}
.dmd-attraction-item__actions {
    display: flex;
    flex-direction: row;
}

.dmd-attraction-item__read {
    width: 40%;
}

.page-template-page-cazari .entry h3.dmd-attraction-item__title,
.dmd-attraction-item__title {
    margin-top: 0;
}


/** Category ** / */

.dmd-category-extended .dmd-category__title {

}

.dmd-category-extended .dmd-search-form__input {
    margin-bottom: 30px;
}

.dmd-tag-list {
    display: flex;
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
}

.dmd-tag-list__item-container {
    min-width: 150px;
    margin-right: 15px;
}

a.dmd-tag-list__item {
    display: flex;
    flex-direction: row;
    color: #333;
    border: 1px solid #333;
    border-radius: 8px;
    padding: 10px 15px;
    align-items: center;
}

span.dmd-tag-list__item-icon {
    width: 20%;
}

span.dmd-tag-list__item-name {
    width: 80%;
    text-align: center;
}

@media(max-width: 768px) {
    .dmd-tag-list {
        overflow-x: scroll;
    }
}

/** Recommended card **/
.dmd-recommended-card {
    position: relative;
}

.dmd-recommended-card__content {
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-size: cover;
    border-radius: 4px;
    min-height: 260px;
    position: relative;
}

.dmd-recommended-card__content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .35);
}

.dmd-recommended-card__title,
.dmd-recommended-card__actions {
    position: relative;
}

.entry h3.dmd-recommended-card__title,
h3.dmd-recommended-card__title {
    font-size: 2rem;
    color: #fff;
    margin-bottom: 1rem;
    margin-top: 0;
}

.dmd-recommended-card__image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.dmd-recommended-card__image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .35);
}

.dmd-recommended-card__image img {
    height: 100% !important;
    width: 100%;
    object-fit: cover;
}


/** Buttons **/

a.dmd-location__link.dmd-location__link--transparent {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .5);
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: .8rem;
}

a.dmd-location__link.dmd-location__link--transparent:hover {
    color: #37C89A;
    background: #fff;
}

a.dmd-location__link.dmd-location__link--simple {
    background-color: #fff;
    color: #37C89A;
    margin-top: 10px;
    font-size: .9rem;
    padding: 0.6rem;
}


.dmd-regions__post-card {
    width: 33%;
}

@media(max-width: 768px) {
    .dmd-regions__post-card {
        width: 100%;
        margin-bottom: 2rem;
    }
}


.dmd-donation-box {
    padding: 15px;
    border: 1px solid rgba(200, 200, 200, .5);
    border-radius: 7px;
    margin-top: 40px;
}

.dmd-donation-box h3.dmd-location-map__title {
    margin-top: 0;
}



.dmd-donation-box__description {
    margin-bottom: 20px;
    font-size: 12px;
}

.dmd-donation-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.dmd-donation-item__logo img {
    height: 20px !important;
    width: auto;
}

.dmd-donation-item__btn {
    min-width: 120px;
    width: 120px;
    padding: 0.3rem 1rem;
    background: yellow;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: bold;
    color: #333;
}



.dmd-donation-item__action--bmc .dmd-donation-item__btn  {
    background-color: #FFDD00;
}

.dmd-donation-item__action--bmc .dmd-donation-item__btn:hover {
    color: #333;
}

.dmd-donation-item__action--kofi .dmd-donation-item__btn  {
    background-color: #FF5F5F;
    color: #fff;
}

.dmd-donation-item__action--patreon .dmd-donation-item__btn  {
    background-color: #FC674D;
    color: #fff;
}


.dmd-donation-item__action--insta .dmd-donation-item__btn  {
    background-color: #499FDD;
    color: #fff;
}

.dmd-donation-item__logo.dmd-donation-item__logo-insta {
    display: flex;
    align-items: center;
    justify-content: center;
}

.dmd-donation-item__logo.dmd-donation-item__logo-insta .dmd-donation-item__logo-label{
    margin-left: 10px;
    font-size: 12px;
}


.dmd-support-popup__backdrop {
    z-index: 990;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.dmd-support-popup {
    position: fixed;
    bottom: 10px;
    left: 20px;
    right: 20px;
    z-index: 999;
    background: #fff;
    border: 1px solid rgba(200, 200, 200, .5);
}

.dmd-support-popup__header {
    padding: 0.7rem 1.5rem;
    border-bottom: 1px solid rgba(200, 200, 200, .5);
    position: relative;
}

.dmd-support-popup__body {
    padding: 0.7rem 1.5rem;
    min-height: 300px;
}

.dmd-support-popup__close {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}


@media(min-width: 768px) {
    .dmd-support-popup,
    .dmd-support-popup__backdrop {
        display: none !important;
    }
}
