﻿main
{
    overflow: visible;
}

.blog-index-link
{
    color: #3b1759;
}

.blog-index-link,
.recipe-layout .blog-index-link
{
    text-decoration: none;
    display: inline-block;
    margin-top: 4.5rem;
    font-size: 0.8125em;
    line-height: 1.2307692308em;
    font-weight: 700;
    font-family: 'BBC Reith Sans Bd';
    margin-bottom: 20px;
}

.recipe-separator
{
    padding: 4.1rem 0 0;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
}

.blog-index-link svg
{
    fill: #3b1759;
}

.blogHeaderWrapper
{
    padding: 2rem 0 4.1rem;
}

.blogHeaderWrapper .container
{
    display: flex;
}

.blogHeaderWrapper .blogIndex:empty
{
    display: none;
}

.blogHeaderWrapper .container .blogMedia
{
    flex-basis: 56%;
}

.blogHeaderWrapper .container .blogMedia a img,
.blogHeaderWrapper .container .blogMedia img
{
    width: 726px;
    height: 408px;
    object-fit: cover;
    object-position: center;
}

.blogHeaderWrapper .container .blogMedia .img-thumbnail
{
    padding: 0;
    border: none;
    border-radius: 0;
}

.blogHeaderWrapper .blogContent,
.page-blogIndex .blogHeaderWrapper .blogContent
{
    display: flex;
    flex-direction: column;
}

.blogHeaderWrapper .container .blogContent
{
    flex-basis: 38%;
    margin-left: 1.9rem;
}

.blogHeaderWrapper .container .blogContent p.channel-name
{
    color: rgba(0, 0, 0, 0.6);
    letter-spacing: 0.1em;
    margin-top: 0;
    font-size: 0.75em;
    font-weight: 700;
    line-height: 1.3333333333em;
    text-transform: uppercase;
    order:2;
}

.blogHeaderWrapper .container .blogContent p.title
{
    font-size: 44px;
    line-height: 48px;
    margin-top: 0.5rem;
    margin-bottom: 0.9rem;
    color: rgba(0, 0, 0, .87);
    font-weight: 700;
    font-family: 'BBC Reith Sans Bd';
}

.blogHeaderWrapper .container .blogContent p.title a
{
    font-size: 44px;
    line-height: 48px;
    color: rgba(0, 0, 0, 0.87);
}

.blogHeaderWrapper .title a
{
    color: #053308;
}

.blogHeaderWrapper a
{
    color: #3b1759;
    text-decoration: none;
}

.blogHeaderWrapper .blog-date
{
    color: rgba(0, 0, 0, 0.6);
    font-size: 0.8125em;
    font-weight: 400;
    line-height: 1.2307692308em;
}

.blogHeaderWrapper .blogContent p.blog-date
{
    margin-top: 4px;
}

.blogHeaderWrapper .blogContent p.description
{
    order: 1;
    font-size: 17.5px;
    font-weight: 700;
    line-height: 1.25em;
    color: rgba(0, 0, 0, 0.87);
    margin: 20px 0px;
    font-family: 'BBC Reith Sans Bd';
}

.social-share
{
    display: flex;
    align-items: center;
}

.social-share
{
    padding-top: 2.5625em;
    margin-bottom: 2.5625em;
}

.blogHeaderWrapper .container .blogContent .social-share
{
    margin: 0;
    padding: 8px 0;
    border-bottom: 1px solid #e0e0e0;
    order: 2;
}

.blogHeaderWrapper .container .blogContent .social-share.recipe
{
    margin: 0;
    padding: 8px 0;
    margin: 0 0 10px !important;
}

.blogHeaderWrapper .container .blogContent .social-share.recipe a
{
    width: 1rem;
    padding: 0;
    margin: 4px 0 10px 0;
    height: 1rem;
}

.social-share.recipe span
{
    color: rgba(0, 0, 0, 0.6);
    margin-right: 20px;
    font-size: 13px;
    margin-left: 5px;
}

.blogHeaderWrapper .container .blogContent .social-share.recipe
{
    margin: 0;
    padding: 8px 0;
    border-bottom: none;
}

.social-share span
{
    display: inline-block;
    margin-right: 0.8rem;
    font-weight: 300;
    position: relative;
    top: -0.2em;
}

.social-share
{
    padding-top: 2.5625em;
    margin-bottom: 2.5625em;
}

.blogHeaderWrapper a
{
    color: #3b1759;
    text-decoration: none;
}

.social-share a
{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 4rem;
    padding-right: 0.8rem;
    padding-left: 0.8rem;
    border-bottom: 4px solid transparent;
    position: relative;
}

.blogHeaderWrapper .container .blogContent .social-share a
{
    margin-right: 8px;
}

.social-share a:hover
{
    box-shadow: inset 0 -3px 0 #50d5b9;
}

.social-share a svg
{
    fill: #3b1759;
}

.social-share a .hover-label
{
    position: absolute;
    background: #f7f7f7;
    border-radius: 2px;
    padding: 10px;
    color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: opacity 0.4s ease;
    white-space: nowrap;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 100%;
    left: 50%;
}

.social-share a:focus .hover-label,
.social-share a:hover .hover-label
{
    opacity: 1;
}

.social-share-tags .social-share a:focus .hover-label,
.social-share-tags .social-share a:hover .hover-label
{
    opacity: 1;
}

.rich-text
{
    max-width: 620px;
    margin: auto;
}


.rich-text h3
{
    font-size: 17px;
    margin-bottom: 18px;
    font-weight: 700;
    line-height: 1.2em;
    font-family: BBC Reith Sans Bd;
    color: #333;
    letter-spacing:.5px;
}

.rich-text p
{   font-family: "BBC Reith Serif", Helvetica, Arial, sans-serif;
    margin-bottom: 16px;
    font-weight: 300;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6) !important;
    margin-top: 16px;
    line-height: 22px !important;
}

.article-image img
{
    max-width: 620px;
}

figure.article-image
{
    max-width: 1244px;
    margin: 16px auto 56px auto !important;
    width: -webkit-fit-content;
    width: fit-content;
    width: -moz-fit-content;
    padding: 0 16px !important;
}

.social-share-tags
{
    order: 1;
    max-width: 100%;
    width: 620px;
    margin: 0 auto;
}

.social-share-tags .social-share a .hover-label
{
    position: absolute;
    background: #f7f7f7;
    border-radius: 2px;
    padding: 10px;
    color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: opacity 0.4s ease;
    white-space: nowrap;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 100%;
    left: 50%;
}

.social-share-tags .article-tags
{
    display: flex;
    flex-wrap: wrap;
}

.social-share-tags .article-tags span
{
    background: rgba(59, 23, 89, 0.06);
    padding: 8px;
    color: #3b1759;
    border-radius: 2px;
    letter-spacing: 0.1em;
    margin-right: 8px;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    font-size: 0.75em;
    font-weight: 700;
    line-height: 1.3333333333em;
    text-transform: uppercase;
}

.social-share-tags .article-tags span {
    background: rgba(21, 74, 75, 0.06);
    color: #3b1759;
}

.social-share-tags .blog-index-link
{
    margin-bottom: 64px;
}

@media screen and (min-device-width: 320px) and (max-device-width: 599px)
{
    .blogHeaderWrapper .container
    {
        display: grid;
    }

    .blogHeaderWrapper .container .blogContent
    {
        margin-left: 0rem;
    }

    .blogHeaderWrapper .container .blogContent h1.title a,
    .blogHeaderWrapper .container .blogContent p.title a
    {
        font-size: 32px;
        line-height: 36px;
    }

    .blogHeaderWrapper .blogMedia
    {
        order: 2;
    }

    .rich-text
    {
        max-width: 100%;
        margin: 20px;
    }

    .article-image img
    {
        max-width: 95%;
        margin: 10px;
    }

    .social-share-tags
    {
        order: 1;
        width: 100%;
        margin: 20px;
    }

    .grid-item
    {
        margin: 0px 0 20px 0;
    }

    .content-index
    {
        margin-bottom: 0rem;
    }

    .blog-index-link,.recipe-layout .blog-index-link
    {
        margin-top:2rem;
    }

    figure.article-image {
        padding:0 0 !important;
    }
}

@media screen and (min-device-width: 600px) and (max-device-width: 820px)
{
    .blogHeaderWrapper .container .blogMedia a img,
    .blogHeaderWrapper .container .blogMedia img
    {
        width: 496px;
        height: 318px;
        object-fit: cover;
        object-position: center;
    }

    .blogHeaderWrapper .container .blogContent
    {
        flex-basis: 48%;
        margin-left: 0rem;
        margin-top:10px;
    }

    .blogHeaderWrapper .container .blogContent p.title a
    {
        font-size: 30px;
        line-height: 38px;
    }

    .grid-item
    {
        margin: 0px 0 20px 0;
    }

    .content-index
    {
        margin-bottom: 0rem;
    }

    .blog-index-link,.recipe-layout .blog-index-link
    {
        margin-top:2rem;
    }
}

@media screen and (min-device-width: 820px) and (max-device-width: 1024px)
{
    .blogHeaderWrapper .container .blogMedia a img,
    .blogHeaderWrapper .container .blogMedia img
    {
        width: 496px;
        height: 318px;
        object-fit: cover;
        object-position: center;
    }

    .blogHeaderWrapper .container .blogContent
    {
        flex-basis: 48%;
        margin-left: 1.9rem;
    }

    .grid-item
    {
        margin: 0px 0 20px 0;
    }

    .content-index
    {
        margin-bottom: 0rem;
    }
}

@media (max-width: 599px)
{
    .blogHeaderWrapper
    {
        padding: 0.6rem 0 3.2rem;
    }

    .blogHeaderWrapper .container
    {
        display: grid;
    }

    .blogHeaderWrapper .container .blogMedia
    {
        flex-basis: 100%;
    }

    .blogHeaderWrapper .container .blogContent
    {
        flex-basis: 100%;
        margin-left: 0;
    }

    .blogHeaderWrapper .container .blogContent p.channel-name
    {
        margin-top: 24px;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 3px;
        order:2
    }

    .blogHeaderWrapper .container .blogContent p.title
    {
        margin-top: 1.1rem;
        font-size: 32px;
        line-height: 36px;
    }

    .blogHeaderWrapper .container .blogContent p.title a
    {
        font-size: 32px;
        line-height: 36px;
    }

    .blogHeaderWrapper .blog-date
    {
        font-size: 14px;
    }

    .blogHeaderWrapper .blogContent p.blog-date
    {
        margin-top: 0;
    }

    .content-index .index-blocks .row > *
    {
        width: 50%;
    }

    index-blocks
    {
        margin: 0;
    }

    .blogHeaderWrapper .container .recipe-separator {
        padding:0!important;
    }
}

@media (max-width: 1007px)
{
    index-blocks
    {
        margin: 0;
    }

    .blogHeaderWrapper .container .blogMedia
    {
        flex-basis: 50%;
    }

    .blogHeaderWrapper .container .blogMedia a img, .blogHeaderWrapper .container .blogMedia img 
    {
        width: auto;
        height: auto;
        max-width: 100% ;
    }
}

.production-navbar-items .nav-link
{
    color: #3b1759 !important;
}

.production-navbar-items .nav-link.active
{
    box-shadow: inset 0 -3px 0 #50d5b9 !important;
    color: #3b1759 !important;
}

.production-navbar-items .nav-link:hover
{
    box-shadow: inset 0 -3px 0 #50d5b9;
    text-decoration: none;
}

.channels-article-block:hover .lifter .article-block_meta,
.channels-article-block:focus .lifter .article-block_meta
{
    padding: 18px 16px 8px !important;
    box-shadow: none !important;
}

.text-holder .buttonGreen
{
    background: #154a4b !important;
    color: #fff !important;
}

.text-holder .buttonGreen:hover
{
    background: #337273 !important;
}

.more-info
{
    color: #154a4b;
}

.buttonGreen
{
    background: #154a4b !important;
    color: #fff !important;
}

.btnactive
{
    border: 1.2px solid #154a4b !important;
    color: #154a4b;
}

.channels-article-block:hover .lifter,
.channels-article-block:focus .lifter
{
    outline: 0;
    position: relative;
    z-index: 3 !important;
}

.select-location-subRegion
.location-accordion
.accordion-item:first-of-type
.accordion-button
{
    background-color: #3b1759 !important;
    color: #fff;
}

.region-title
{
    color: rgba(0, 0, 0, 0.87) !important;
}

.location-select__close .modal-close-btn
{
    border-color: #3b1759;
    background: #3b1759;
}

.location-select__regions ul li a
{
    color: inherit;
}

.location-select__countries ul li a
{
    color: #333;
}

.location-modal-container .modal-dialog
{
    min-height: 356px;
}

.location-select__countries ul.countries
{
    height: 200px;
}

.accordion
{
    --bs-accordion-border-radius: 0;
}

.nav-link.toggle-search svg,
.nav-link svg
{
    fill: rgba(0, 0, 0, 0.87);
}

.buttonGreen:hover
{
    background-color: #2a6465 !important;
    border-color: #2a6465 !important;
    font-weight: 800;
}

.slick-dotted.slick-slider
{
    margin-bottom: 0px;
}

.bbc-production-logo
{
    width: 80px !important;
}

@media screen and (min-device-width: 320px) and (max-device-width: 599px)
{
    .padding-bottom
    {
        padding-bottom: 0.5rem;
    }

    .channel-carousel-header {
        display:grid !important;
    }

     .channel-common .btnactive {
         width:100% !important;
     }

     .channel-carousel-header {
    justify-content: normal !important;}

     .btnright-margin {
    margin: 0 0 0 0 !important;
}
     .channel-common .btnactive {
         text-align: center;
    display: block;}
}

@media screen and (min-device-width: 768px) and (max-device-width: 1280px)
{
    .btnright-margin .buttonGreen
    {
        margin-right: 10px !important;
    }
}

.faqs_content h2:after
{
    background: #50d5b9;
}

.accordion-button:not(.collapsed)
{
    color: #333;
}

.faqs .text-center
{
    text-align: left !important;
}

.faqs .text-center .buttonGreen
{
    padding: 0 !important;
    background-color: transparent !important;
    border: none !important;
    color: #3b1759 !important;
}

.dropdown-menu
{
    height: 200px;
    overflow: scroll;
}

.buttonGreen:hover, .showing-pages.loadmore a:hover
{
    background: linear-gradient(0deg, hsla(0, 0%, 100%, .1), hsla(0, 0%, 100%, .1)), #3b1759 !important;
    border-color: #3b1759 !important;
    font-weight: 800;
}

.btnactive:hover
{
    background: rgba(59, 23, 89, .1) !important;
}

.slick-next
{
    background-color: #000 !important;
}

.slick-prev, .slick-next {
    top: 40%;
}

p strong{
        font-family: BBC Reith Sans Bd;
    margin-bottom: 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: rgba(0, 0, 0, .6);
}

.rich-text ol li, .rich-text ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: rgba(0, 0, 0, .6);
    margin-bottom: 20px;}



.article-block_meta .text-holder
{
   padding-top: 10px;
}
.article-block_meta h3 {
    font-weight: 700;
    font-size: 17px;
    line-height: 22px;
    color: rgba(0, 0, 0, .87);
    margin-bottom: 13px;
    margin-top:10px;
    font-family:'BBC Reith Sans Bd'
}

.recipe-meta {
    display: flex;
    align-items: flex-end;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: rgba(0, 0, 0, .6);
    padding:10px 0;
}

.recipe-meta .recipe-meta-item {
    display: flex;
    align-items: center;
    text-transform: capitalize;
}

.recipe-meta .recipe-meta-item svg {
    margin-right: 6px;
    margin-top: -3px;
}

.recipe-meta .recipe-meta-item .divider {
    display: inline-block;
    margin-left: 9px;
    margin-right: 9px;
}

 .chef {
    font-weight: 700;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, .6);
    font-family:'BBC Reith Sans Md'
}

 .channel-common {
    position: relative;
    display: block;
}

 .channel-carousel-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

 .channel-common .gel--pica {
    font-family: BBC Reith Sans;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 36px;
    color: rgba(0, 0, 0, .87);
    margin: 0;
}

 .btnright-margin {
    margin: 0 0 0 auto;
    display: flex;
}

 .channel-common .btnactive {
    line-height: 20px;
    height: 44px;
    font-size: 15px;
    width: auto;
    border-color: #3b1759 !important;
    background: #fff !important;
    color: #3b1759 !important;
    border-radius: 2px;
    font-weight:700;
     font-family: BBC Reith Sans Bd;
}
.btnright-margin a {
    margin: 0 10px 0 10px;
    text-align: center;
}

@media (min-width: 260px) {
    .video-js {
        width: 280px !important;
         height: 185px !important; 
    }
}

@media (min-width: 375px) {
    .video-js {
        width: 336px !important;
         height: 223px !important; 
    }
}

@media (min-width: 390px) {
    .video-js {
        width: 351px !important;
         height: 233px !important; 
    }
}

@media (min-width: 414px) {
    .video-js {
        width: 376px !important;
         height: auto !important; 
    }
}

@media (min-width: 430px) {
    .video-js {
        width: 391px !important;
         height: auto !important; 
    }
}

@media (min-width: 1024px) {
    .video-js {
        width: 485px !important;
         height: auto !important; 
    }
}

@media (min-width: 768px) {
    .video-js {
        width: 600px !important;
         height: auto !important; 
    }
}

@media (min-width: 1024px) {
    .video-js {
        width: 615px !important;
         height: auto !important; 
    }
}

@media (min-width: 1280px) {
    .video-js {
        width: 615px !important;
         height: auto !important; 
    }
}

@media(max-width:599px){
    .section__inner{
        margin-left:-15px;
    }
}