.pagePost
{
    background: var(--white);
}

.pagePost.news, .pagePost.artist
{
    background: var(--black);
}

.pagePost.news article
{
    background: url(../img/general/pattern-dark.jpg) center top no-repeat;
    background-size: cover;
}

.pagePost.news article + article
{
    margin-top: 2em;
}

.pagePost.artist .headPage {
     background-size: cover;
}

.pagePost .headPage .thumbnail 
{
    background-size: cover;
    background-position: center;
    position: relative;
}

.pagePost .headPage .thumbnail::after
{
    position: absolute;
    content: "";
    background: linear-gradient(0deg, rgba(0,0,0,0.50) 0%, rgba(0,0,0,0.25) 50%, rgba(0,0,0,0) 100%);
    bottom: 0;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 0;
}

.pagePost.artist .headPage {
    position: relative;
}

.gradient::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 45vh;
    background: linear-gradient(0deg, rgba(0,0,0,1) 20%, rgba(0,0,0,0) 100%);
    z-index: 0;
}

.gradientLight::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 200px;
    background: linear-gradient(0deg, rgba(0,0,0,1) 20%, rgba(0,0,0,0) 100%);
    z-index: 0;
    opacity: .5;
}

.containerHeaderNews, .containerHeaderFaq, .containerHeaderArtists
{
    height: 66vh;
    margin-top: 40px;
}

.containerHeader
{
    height: calc(100vh - 80px);
    margin-top: 40px;
}

.headPage
{
    background: url(../img/general/pattern-dark.jpg) center top no-repeat;
    background-size: cover;
}

.headPage h1
{
    font-size: 140px;
    line-height: normal;
    margin: 0;
    bottom: 0;
    -ms-transform: translateY(-50%);
    color: var(--pr-color);
    text-shadow: 2px 2px 0px #7f3636;
    z-index: 1;
}

.synthArtist {
    bottom: 0;
    z-index: 1;
    font-size: 1.15em;
    line-height: 1.75em;
    position: absolute;
}

.containerHeaderNews .post-title
{
    font-size: 140px;
    width: 70%;
    z-index: 1;
}

.containerHeaderNews .containerThumb {
    width: 50%;
    height: 45vh;
    top: 50%;
    right: 0;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.pagePost h2 {
    font-weight: 700;
    margin-bottom: 5px;
    color: var(--second-color);
    font-family: var(--font-regular);
}

.pagePost p + h2
{
    margin-top: 40px;
}

.post-content a
{
    color: var(--second-color);
    text-decoration: underline;
}

.pagePost.news article
{
    color: var(--pr-color);
}

.pagePost.news article a
{
    text-decoration: none;
}

.pagePost.news article .thumbnail
{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.post-content p + p
{
    margin-top: 20px;
}


.post-content p + ul
{
    margin-top: 20px;
}

.post-content ul
{
    margin-left: 20px;
    padding-left: 20px;
}

.post-content ul li
{
    list-style-type:disc;
}

.post-content ul + h2 {
    margin-top: 40px;
}

.post-content iframe,.post-content img
{
    margin: 2em 0;
}

.pagePost.news .post-content img
{
    margin: 0;
}

.News-heroSeparator
{
    background: url(../img/svg/separator-secondary.svg) no-repeat center;
    background-size: cover;
    height: 3px;
}

.News-heroSeparator.backTagBar
{
    background: url(../img/svg/separator.svg) no-repeat center;
    background-size: cover;
    height: 3px;
}

.News-heroSeparator.lightTagBar
{
    background: url(../img/svg/separator-primary.svg) no-repeat center;
    background-size: cover;
    height: 3px;
}

a.News-heroTag
{
    text-transform: uppercase;
    border: 2px solid var(--second-color);
    padding: 21px 40px 19px;
    margin-right: 43px;
    font-size: 14px;
    color: var(--second-color);
    display: inline-block;
}

a.News-heroTag:hover
{
    background-color: var(--second-color);
    color: var(--black);
}

a.News-heroTag.backTag:hover
{
    background-color: var(--second-color);
    color: var(--white);
}

a.News-heroTag.backTag
{
    border: 2px solid var(--black);
    background-color: transparent;
    color: var(--black);
}

a.News-heroTag.backTag:hover
{
    background-color: var(--black);
    color: var(--white);
}

a.News-heroTag.lightTag
{
    border: 2px solid var(--pr-color);
    background-color: var(--black);
    color: var(--pr-color);
}

a.News-heroTag.lightTag:hover
{
    background-color: var(--pr-color);
    color: var(--black);
}

.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
    font-family: var(--font-regular);
}

.post-content h1 {
    font-size: 2em;
    margin-bottom: 1em;
}

.post-content h2 {
    font-size: 3.5em;
    line-height: 1.15em;
    margin-bottom: .5em;
}

.post-content h3 {
    font-size: 2.75em;
    margin-bottom: .5em;
    margin-top: 1em;
}

.post-content h4 {
    font-size: 2em;
    margin-bottom: 1em;
    margin-bottom: .5em;
    margin-top: 1em;
}

.post-content h5 {
    font-size: 1.875em;
    margin-bottom: 0.875em;
    margin-bottom: .5em;
    margin-top: 1em;
}

.post-content h6 {
    font-size: 1.5em;
    margin-bottom: 0.75em;
    margin-bottom: .5em;
    margin-top: 1em;
}

.pagePost.bg-black h2{
    color: var(--second-color);
}

.pagePost.bg-black h3, .pagePost.bg-black h4, .pagePost.bg-black h5, .pagePost.bg-black h6
{
    color: var(--pr-color);
}

.card {
    border-radius: 0;
    background-color: var(--light);
}

.card h3
{
    font-size: 3em;
}

.card a
{
    width: calc(100% - 40px)
}

.card-icon 
{
    width: 50px;
    display: inline-block;
    transform: translate(-50%, -50%) !important;
    position: relative;
    left: 50%;
    top: 60px;
    margin-bottom: 45px;
}

.youtube-video
{
  aspect-ratio: 16 / 9;
  width: 100%;
}