﻿/* Home Detail Show page*/

.show-page .hero
{
    background-image: url(/Resources/EMEAChannelSites/hero-detail.png);
}

.show-page .hero .container
{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.show-page .hero .hero__content
{
    flex-basis: 37%;
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 37%;
}

.show-page .hero .hero__content
{
    max-width: 552px;
    flex-basis: 100%;
}

.show-page .hero p:first-of-type
{
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 27px;
    text-transform: none;
    font-family: 'BBC Reith Sans';
    letter-spacing: normal;
}

.show-page .hero p:last-of-type
{
    color: #154a4b;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    font-family: BBC Reith Sans;
    letter-spacing: normal;
}

.show-page .hero_media
{
    max-width: 43%;
    flex-basis: 100%;
}

.show-page .img-thumbnail
{
    padding: .25rem;
    background-color: transparent;
    border: none;
    border-radius: 0;
}


.show-page .channel-bar-wrapper .button-group
{
    display: flex;
}

.show-page .channel-bar-wrapper .button-group
{
    margin-top: 1.9rem;
    margin-bottom: 1.9rem;
}

.show-page .channel-bar-wrapper .button-group .buttonGreen
{
    padding: 0.75em 1.3em;
    display: inline-block;
    width: 170px;
    margin-right: 10px;
}

.show-page .channel-bar-wrapper .button-group .btnactive
{
    display: inline-block;
    border: 1px solid #154a4b;
    font-size:15px;
    color:#154a4b;
    padding: .75em 1.1em .65em;
    line-height: 20px;
    height: 44px;
}

.show-page .lead-content-block
{
    background-color: #fff;
}

.show-page .lead-content-block p
{
    color: rgba(0, 0, 0, .6);
    font-family: inherit;
    font-size: 16px;
    line-height: 22px;
    font-family: sans-serif;
    font-weight: 500 !important;
}

.show-page .carousel-bg
{
    background-color: #f7f7f7;
    padding-left: 0;
    padding-right: 0;
}



@media screen and (min-device-width: 320px) and (max-device-width: 599px)
{

    .show-page .hero_media
    {
        max-width: 100%;
        flex-basis: 100%;
    }

    .carousel-bg
    {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .lead-content-block
    {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media screen and (min-device-width: 600px) and (max-device-width: 820px)
{
    .show-page .hero .hero__content
    {
        max-width: 100%;
    }

    .show-page .hero_media
    {
        max-width: 100%;
        flex-basis: 100%;
    }
}
