/*
 Youtube videos section
 */
.iframe-upper-container {
    width: 100%;
    margin-bottom: 20px;
}

.iframe-upper-container span {
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
    font-size: var(--fontsize-md);
}

/* Responsive container for maintaining aspect ratio */
.iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    margin: 0 auto 20px auto;
}

/* The YouTube image placeholder with aspect ratio */
.youtube-player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    border-radius: 8px;
    overflow: hidden;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    z-index: 1;
}

.play-button svg {
    width: 80px;
    height: 80px;
    transition: transform 0.2s ease;
}

.play-button svg:hover {
    transform: scale(1.1);
}

.yt-play-button {
    opacity: 0.8;
}

.youtube-player:hover .yt-play-button {
    opacity: 1;
}

/* Make iframe fill the container */
iframe.youtube {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.iframe-video-restaurant {
    height: 575px;
    margin-top: 20px
}

.with-video {
    font-weight: 500;
    color: var(--text-grey);
    text-transform: uppercase;
    /*border: 1px solid #ccd3c2!important;*/
    padding: 2px 8px;
    border-radius: 5px;
    display: inline-block;
    font-size: 0.8rem;
    background: #ffefb7;
    margin-top: 15px;
}

.with-video a, .listing-item .with-video a {
    color: var(--text-grey);
    text-decoration: none;
}

.with-video i {
    margin-right: 5px;
}

.video-tag {
    margin-left: 10px;
}

p.article-info {
    margin: 20px 0;
    font-size: var(--fontsize-md2);
    line-height: 1.4em;
    font-weight: 400;
    display: block;
}

.listing-list .article-item {
    border:none;
    padding: 0 0 30px 0;
    border-radius: 0;
    border-bottom: 1px var(--border-grey-200) solid;
}

.listing-list .article-item:hover {
    border-color: var(--border-grey-200);
}

.description-listing {
    font-size: var(--fontsize-md);
}

p.article-text-block {
    display: block;
    padding-bottom: 20px;
    border-bottom: 1px #efefef solid;
    margin-bottom: 30px;
    font-size: var(--fontsize-md);
}

.main-article-sidebar {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
}

.main-article-sidebar .sidebar-section {
    width: 400px;
    height: -moz-fit-content;
    height: fit-content;
}

.main-article-sidebar .article-section {
    width: calc(100% - 400px);
    padding-right: 30px;
}

.center {
    text-align: center;
}

.listing-list .newsletter-box {
    padding: 20px 80px;
    border: 12px solid #d4ecbc !important;
    border-radius: 5px !important;
}

.icon-newsletter img {
    margin: 0 auto 34px;
    height: 76px;
    width: 173px;
}

img.author {
    width: 100%;
}

.sidebar-article {
    border-radius: 3px;
    padding:20px;
    margin-bottom:20px;
}

.white-green {
    border: 2px solid #d4ecbc;
}

.green {
    background-color: #d4ecbc;
}

.orange {
    background-color: #fff3d8;
    border-color: #fff3d8;
}

a.orange-button, a.orange-button:hover  {
    color: #03031a;
    background-color: #febd00;
    border-color: #febd00;
    padding: 10px 26px 14px;
    border-radius: 50px;
}

.article-header-image {
    margin-bottom: 20px;
}

.article-header-image img {
    height: 450px;
    -o-object-position: bottom;
       object-position: bottom;
}

p.end-pitch {
    text-align: left;
    font-size: var(--fontsize-md);
}

a.pitch-article {
    font-size: var(--fontsize-md);
}

a.insta-link {
    color: var(--text-black);
}

.show-mobile {
    display: none;
}

h2.list {
    font-size: var(--fontsize-md2);
}

h2.neighbourhood {
    text-transform: uppercase;
    border-bottom: 2px solid #d4ecbc;
    width: 100%;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

a.also-promo {
    color: #aaa;
    font-size: 1rem;
    font-weight: 400;
    text-transform: initial;
    display: block;
    margin-bottom: 5px;
}

ul.list-nb {
    padding-left: 15px;
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
    height: auto;
    overflow: hidden;
    transition: height .5s;
    /*margin-top: 20px;*/
    margin-bottom: 10px;
    padding-top: 20px;
}

ul.sticky-nb {
    height: 0;
    margin: 0;
}


.more-nb {
    margin: 10px 0 20px;
}

.more-nb a {
    color: #4f850a;
    font-weight: 500;
}

.pt-20 {
    padding-top: 20px;
}

.pt-0 {
    padding-top: 0 !important;
}

.table-of-contents {
    border: 1px solid #EFEEE9;
    padding: 15px;
    margin: 20px 0 20px -10px;
    border-radius: 4px;
    background: #fff;
}

.sticky-active {
    position: fixed;
    top: 10px;
    z-index: 2;
    margin-top: 10px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 15%), 0 8px 16px 0 rgb(0 0 0 / 5%);
    max-height: calc(75% - 40px);
    overflow: auto;
    transition: top 0.2s ease-in-out;
}

.table-of-contents h2 {
    font-size: 1rem;
    margin-bottom: 0;
}

a.all-rest {
    display: block;
    margin-top: 20px;
    text-align: center;
    text-decoration: none;
    font-size: 1em;
}

.title-listing h3 {
    color: #50850b;
}

.title-listing h3:hover {
    text-decoration: underline;
}

/* article blocks */
.listing-article {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    width: 100%;
    overflow: auto;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
}

.listing-block {
    flex-wrap: nowrap;
    padding-bottom: 6px;
}

.listing-block::-webkit-scrollbar {
    display: none;
}

.listing-article .city-restaurant {
    margin-bottom: 6px;
    text-transform: uppercase;
    font-size: var(--fontsize-sm);
    font-weight: 500;
    color: var(--text-grey);
}

.listing-article .title-listing {
    display: block;
    font-size: 1.2223rem;
    font-weight: 700;
}

.listing-article .title-listing a:hover {
    color: var(--text-green);
}

.listing-block.lists-4 .listing-item {
    min-width: 292px;
    width: 292px;
}

.listing-block .listing-item:not(:first-child) {
    margin-left: 24px;
}

.listing-block .content-listing {
    padding-top: 16px;
}

.listing-block .thumbnail-listing,
.listing-block .content-listing {
    width: 100%;
}

.listing-article .thumbnail-listing {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}

.listing-article .image-wrapper {
    position: relative;
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%;
}

.listing-article .image-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(1);
    height: 100%;
    width: 100%;
}

.listing-article .image-wrapper:hover img {
    transform: scale(1.04);
}

.article-tag {
    color: #696969;
    margin-bottom: 5px;
}

a.to-restaurant {
    color: #50850b;
}

a.to-restaurant:hover {
    text-decoration: underline;
}

.list-end-wrapper {
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 40px;
}

a.to-map-article {
    float: none;
    margin: 15px 0 25px 0;
}

.innercircle {
    border-radius:4px;background-color: rgb(128 219 240 / 46%);
    border: 1px rgb(128 219 240 / 100%) solid;
    padding: 20px;
    margin-bottom: 20px;
    font-size: var(--fontsize-md);
}

.innercircle a {
    color: rgb(23 76 89);
    text-decoration: underline;
}

.innercircle a:hover {
    text-decoration: underline;
}

/* Avatar writer */
.header-reviewer {
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
}


.avatar-reviewer-big {
    height: 100px;
    width: 100px;
    border: 0;
    padding: 0;
}

.bio-reviewer {
    flex-direction: row;
}

.bio-reviewer .name-reviewer {
    color: var(--text-black);
    margin-left: 5px;
}

.bio-reviewer .by {
    text-transform: uppercase;
}

.author-list {
    margin: 20px 20px 0 0;
}

.published {
    margin-left: 5px;
    color: #696969;
}

.author-head {
    display: flex;
}

.bio-author {
    width: calc(100% - 150px);
    margin-left: 20px;
}

.bio-author h3 {
    margin-bottom: 0;
}

.date-sep {
    margin: 5px 0;
}

.make-sticky {
    position: fixed;
    width: 400px;
    top: 30px; /* 90px for ads, 30px for regular page */
    transition: top 0.2s ease-in-out;
}

.list-article {
    margin-top: 30px;
}

.ribbon {
    animation-delay: 1.5s;
    max-height: 95vh;
    width: 100%;
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 1000;
    overflow-y: auto;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 0px, rgba(0, 0, 0, 0.2) 0px 0px 18px;
    animation-duration: 150ms;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    background: #fff3d8;
}

.close-ribbon {
    position: absolute;
    right: 0;
    top: 0;
    margin: 10px 10px 0 0;
    cursor: pointer;
}

.ribbon-wrapper {
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.ribbon-wrapper.ribbon-small {
    text-align: left;
}

.newsletter-personal {
    display: flex;
    align-items: center;
    justify-content: center;
}

.newsletter-personal span {
    margin-left: 10px;
}

.ribbon-wrapper h3 {
    width: 90%;
    text-align: center;
    margin: 0 auto 20px auto;
}

.ribbon-wrapper.ribbon-small p {
    max-width: 95%;
    font-size: var(--fontsize-md);
}

.ribbon-wrapper.ribbon-small a {
    font-weight: 500;
    display: inline-block;
    border-bottom: 2px solid;
}

.highlight-reserve {
    font-size: var(--fontsize-md);
    font-weight: 500;
    margin-top: 5px;
}

.highlight-reserve i {
    display: inline-block;
    margin-right: 5px;
}

.banner-dalalou {
    background: url('/images/banner-desktop-dalaou.jpg');
    width: 100%;
    height: 220px;
}

.ad {
    margin-bottom: 30px;
    display: block;
    margin-top: 20px;
}

.insta-banner {
    /*background: rgb(238,184,121);*/
    /*background: linear-gradient(105deg, rgba(238,184,121,1) 0%, rgba(237,227,186,1) 49%, rgba(214,163,203,1) 100%);*/
    background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);
    background-size: 300% 300%;
    border: none;
    color: #fff;
}

.insta-banner-link {
    color: #fff;
}

.ribbon-wrapper.insta-ribbon {
    text-align: center;
}

.main-article-sidebar .article-section .listing {
    margin-right: -24px;
    margin-left: -24px;
    width: calc(100% + 48px);
    padding-right: 24px;
    padding-left: 24px;
}

@media all and (max-width: 1199px) {
    .main-wrapper .section-content {
        margin-right: 0;
        margin-left: 0;
        width: 100%;
    }

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

    .section-content::after {
        left: -20px;
        width: calc(100% + 40px);
    }

    .listing-block {
        margin-right: -20px;
        margin-left: -20px;
        width: calc(100% + 40px);
        padding-right: 20px;
        padding-left: 20px;
    }

    .listing-list.listing-restaurant .title-listing {
        order: initial;
    }

    .sticky-active {
        top: 0;
        margin-left: -10px;
    }
}

/* mobile starts here on 800px instead of 600px */
@media (max-width: 800px) {
    p.article-info {
        font-size: var(--fontsize-md);
    }

    p.article-text-block {
        font-size: var(--fontsize);
    }

    .description-listing {
        font-size: var(--fontsize);
    }

    .main-article-sidebar .sidebar-section {
         display: none;
    }

    .main-article-sidebar .article-section {
        width: 100%;
        padding-right: 0;
    }

    .show-mobile {
        display: block
    }

    .article-header-image img {
        height: 250px;
    }

    .input-field {
        font-size: 0.8rem;
    }

    .sidebar-article .newsletter-form {
        width: 100%;
    }

    .sidebar-article .newsletter-form input {
        font-size: 0.8rem;
    }

    .listing-article .listing-item:not(:first-child) {
        margin-left: 10px;
    }

    .section-content-block .title-section-content {
        font-size: var(--fontsize-xl);
    }

    .title-section-content .subtitle-section {
        font-size: var(--fontsize);
    }

    .update {
        display: block;
    }

    .published {
        margin-top: 8px;
    }

    .date-sep {
        display: none;
    }

    .break {
        flex-basis: 100%;
        height: 0;
    }

    ul.list-nb {
        -moz-column-count: auto;
             column-count: auto;
    }

    .listing-list .newsletter-box {
        padding: 20px !important;
    }

    h2.neighbourhood {
        display: block;
    }

    .banner-dalalou {
        background: url('/images/banner-mobiel-dalalou.jpg');
        width: 100%;
        height: 200px;

    }

    .ribbon-wrapper.insta-ribbon {
        text-align: left;
    }

    .promo-image-desktop {
        display: none;
    }

    .promo-image-mobile {
        display: block;
    }

    .listing-list.listing-restaurant .lists-restaurant-shown {
        margin-top: 0;
    }
}


