/*
	Theme Name: Research Spotify
	Description: Research Blog of Spotify
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* Import */

@import 'css/main.css';
hr {
    display: block;
    border: 0;
    border-top: 1px solid #DADFE6;
    margin: 1em 0;
    padding: 0;
}

.blog-detail-block h2 {
    margin-top: 42px;
    margin-bottom: 16px;
}

#nav a.active:after {
    width: 100%;
}

.research-list .research-holder:nth-child(9) {
    z-index: 9999;
}

.jobs .text-holder .content {
    margin-bottom: 70px;
}

.jobs .text-holder .content p {
    display: block;
    margin-bottom: 7px;
}

.jobs .text-holder .content a {
    font-size: 20px;
    line-height: 26px;
    text-decoration: none;
    color: #2d46b9;
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
    font-weight: bold;
    display: block;
    position: relative;
    padding: 0 40px 0 0;
    font-family: "Circular Spotify Text", sans-serif;
}

.jobs .text-holder .content .wp-block-separator {
    margin-bottom: 20px;
    border-top: 1px solid #dadfe6;
    border-bottom: none;
}

#mc_embed_signup div.mce_inline_error {
    background-color: transparent !important;
}

#mc-embedded-subscribe {
    width: 100px;
    flex-shrink: 0;
    background: #d5daf3;
    border: none;
    color: #1e3264;
    transition: 0.3s linear;
    outline: none;
    border-radius: 0px !important;
}

#mc-embedded-subscribe:hover {
    background: #2d46b9;
    color: #fff;
}

figure.full-width img {
    width: 100%;
}



@media (min-width: 1440px) {
    .banner.home-page h1 {
        max-width: 800px;
    }
}

.banner.home-page p {
    max-width: 700px;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
}

.blog-post-block .heading-area {
    background: url(./images/banner-bg.png) no-repeat;
    background-size: cover;
    padding: 61px 40px 40px;
    margin: -45px 0 16px;
}

.blog-post-block .heading-area h1 {
    font-size: 31px;
    line-height: 60px;
    margin: 0;
    color: #1E3264;
}

.person-info .img-holder.labs {
    width: 367px;
    height: 217px;
    display: inline-block;
}

.person-info .img-holder.labs img {
    display: block;
    width: 100%;
    height: 100%;
    float: none;
    object-fit: cover;
}

.person-info .info {
    overflow: hidden;
    width: calc(100% - 390px);
    display: inline-block;
    margin-left: 15px;
    vertical-align: top;
}

.category-my-beat blockquote {
    background-color: #d5daf3;
    color: #25347c;
    margin: 0 0 15px;
    padding: 8px;
    max-width: 100%;
    font-size: 18px;
    font-weight: bold;
    height: 38px;
}

.category-my-beat blockquote p {
    margin: 0;
}

.category-my-beat .page-title {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 40px;
    color: #25347c;
    line-height: 47px;
}

.category-my-beat .blog-detail-block .img-holder {
    margin-bottom: 20px;
}

.category-my-beat .article-holder .text-holder p {
    font-size: 12px;
    margin: 0;
}

.category-my-beat .sidebar-holder .my-beat {
    margin-bottom: 0;
}

.jcf-select .jcf-select-opener:after, .jcf-select .jcf-select-opener:before {
    content: '';
    width: 2px;
    height: 16px;
    display: inline-block;
    background-color: #7E90DA;
    position: absolute;
    right: 20px;
    top: 12px;
    transform: rotate(45deg);
    transition: .35s;
}

.jcf-select .jcf-select-opener:before {
    transform: rotate(-45deg);
    right: 30px;
}

.jcf-drop-active .jcf-select-opener:before {
    transform: rotate(45deg);
}

.jcf-drop-active .jcf-select-opener:after {
    transform: rotate(-45deg);
}

.jcf-select-year-filter .jcf-select-opener:after {
    right: 11px;
}

.jcf-select-year-filter .jcf-select-opener:before {
    right: 21px;
}

@media (min-width: 1024px) {
    .share {
        padding: 50px 0 0 0;
    }
}

@media (max-width: 1024px) {
    .blog-post-block .heading-area {
        padding: 52px 40px 30px;
    }
}

@media (max-width: 820px) {
    .person-info .info {
        width: 100%;
    }
    .person-info .img-holder.labs {
        width: 500px;
        height: 290px;
    }
}

@media (max-width: 768px) {
    .person-info .img-holder.labs {
        width: 260px;
        height: 175px;
    }
    .person-info .info {
        width: calc(100% - 285px);
    }
    .blog-post-block .heading-area {
        padding: 85px 59px 13px;
        margin: -45px -23px 0px;
    }
}

@media (max-width: 479px) {
    .person-info .info {
        width: 100%;
        margin-bottom: 25px;
        margin-left: 0;
    }
    .blog-post-block .heading-area {
        background: url(./images/banner-bg-sm.svg) no-repeat;
        margin: -44px -20px 0px;
        padding: 80px 15px 30px;
        background-size: cover;
    }
    .person-info .img-holder.labs {
        width: 100%;
        height: 185px;
    }
    .blog-post-block .heading-area h1 {
        font-size: 30px;
    }
    .category-my-beat .page-title {
        margin-bottom: 20px;
        font-size: 26px;
        color: #25347c;
        line-height: 30px;
        margin-top: 20px;
    }
    .category-my-beat blockquote {
        font-size: 15px;
    }
    .category-my-beat .share {
        display: block;
        margin-top: 40px;
    }
    .category-my-beat .blog-detail-block {
        margin-bottom: 60px;
    }
    .jcf-select-year-filter .jcf-select-opener:after {
        right: 20px;
    }
    
    .jcf-select-year-filter .jcf-select-opener:before {
        right: 30px;
    }
}