﻿.article {
    display: inline-block;
    margin-bottom: 12px;
    padding: 3.33333333%; /*20px*/
    padding: 0 3.33333333% 3.33333333% 0;
    padding: 0 0 3.33333333% 0;
    width: 100%;
    height: 117px;
    background-color: #fff;
    background-size: cover;
    /*cursor: pointer;*/
    transition: all 0.2s linear;
}

.article:hover {
    opacity: 0.7;
}

.article.middle {
    background-position: center center;
}

.article.bottom {
    background-position: bottom center;
}

.article > div {
    position: relative;
    width: 100%;
    height: 100%;
}

.article .content-type {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 0 10px 0;
}

.article > div > .headline {
    position: absolute;
    bottom: 0;
    display: block;
    margin: 0 0 0 0;
    padding-left: 3.33333333%;
    width: 100%;
    color: #fff;
    text-shadow: 0px 0px 1px rgba(215, 215, 215, 1);
    text-shadow: 3px 3px 5px #000000;
    line-height: 20px;
    font-size: 13px;
    font-size: 15px;
}

@media only screen and (min-width: 440px) {
    .article > div > .headline {
        font-size: 18px;
    }
}

@media only screen and (min-width: 660px) {
    .article > div > .headline {
        font-size: 13px;
    }
}

@media only screen and (min-width: 960px) {
    .article > div > .headline {
        font-size: 17px;
    }
}



/* home page image article */

.article.is-home-image > div > .headline {
    font-size: 15px;
}



/* medium sized */

.article.is-medium {
    padding: 0;
}

.article.is-medium > div {
    position: relative;
    float: left;
    padding: 3.3333%;
    padding-top: 1.5%;
    padding-right: 0;
    padding-right: 1.5%;
    width: 145px;
    width: 47.23127035830619%;
    overflow: hidden;
}

.article.is-medium > div > .headline {
    position: relative;
    padding-left: 0;
    color: #000000;
    text-shadow: none;
    font-size: 17px;
}

@media only screen and (min-width: 660px) {
    .article.is-medium > div > .headline {
        font-size: 13px;
    }
}

@media only screen and (min-width: 960px) {
    .article.is-medium > div > .headline {
        font-size: 17px;
    }
}

/*.article.is-medium > div > .headline:hover {
    color: #333;
    text-shadow: none;
}*/

.article.is-medium > .image {
    position: relative;
    float: right;
    padding-left: 0;
    width: 157px;
    width: 51.1400651465798%;
    height: 117px;
    background-size: cover;
}

.article.is-medium.is-competition > .image {
    width: 150px;
    width: 48.8599348534202%;
}

.article.is-medium > .image.middle {
    background-position: center center;
}

.article.is-medium > .image.bottom {
    background-position: bottom center;
}










/*large article*/

.article.is-large {
    float: left;
    margin-bottom: 15px;
    padding: 0;
    width: 469px;
    width: 100%;
    height: 275px;
    font-size: 13px;
}

.article.is-large:nth-of-type(even) {
    margin-left: 15px;
    margin-left: 1.5625%;
}

@media only screen and (min-width: 660px) {
    .article.is-large {
        width: 48.85416666666667%;
        font-size: 13px;
    }
}

@media only screen and (min-width: 970px) {
    .article.is-large {
        width: 469px;
        font-size: 17px;
    }

    .article.is-large:nth-of-type(even) {
        margin-left: 15px;
    }
}

.article.is-large > div {
    position: relative;
}

.article.is-large > div > .headline {
    display: inline-block;
    position: absolute; 
    top: 220px; 
    right: 0; 
    padding: 0 20px;
    width: 100%;    
    color: #fff;
    text-shadow: 3px 3px 5px #000000;
    font-size: 21px;
}

/*.article.is-large > div > .headline:hover {
    color: #efefef;
}*/

.article.is-large > .image {
    position: relative;
    float: right;
    padding-left: 0;
    width: 100%;
    height: 275px;
    background-size: cover;
}

.article.is-large.is-competition > .image {
    width: 150px;
}

.article.is-large > .image.middle {
    background-position: center center;
}

.article.is-large > .image.bottom {
    background-position: bottom center;
}






/*full aricle*/

@media only screen and (max-width: 960px) {
    .article-full.col1-two-thirds {
        background-color: red;
        margin-right: 0.8%;
    }
}

#article {
    background-color: #fff;
}

#article > .article-image {
    float: right;
    position: relative;
    margin: 0 0 20px 0;
    width: 350px;
    width: 55.29225908372828%;
    max-width: 350px;
    height: 170px;
    background-size: cover;
}

    #article > .article-image.is-artist-profile {
        height: 120px;
    }

    #article.is-review > .article-image {
        height: 255px;
    }

@media only screen and (min-width: 390px) {
    #article > .article-image {
        height: 190px;
    }

    #article.is-review > .article-image {
        height: 265px;
    }

    #article > .article-image.is-artist-profile {
        height: 140px;
    }
}

@media only screen and (min-width: 410px) {
    #article > .article-image {
        height: 220px;
    }

    #article.is-review > .article-image {
        height: 330px;
    }

    #article > .article-image.is-artist-profile {
        height: 170px;
    }
}

@media only screen and (min-width: 520px) {
    #article > .article-image {
        height: 350px;
    }

    #article.is-review > .article-image {
        height: 525px;
    }

    #article > .article-image.is-artist-profile {
        height: 300px;
    }
}

@media only screen and (min-width: 619px) {
    #article > .article-image {
        height: 250px;
    }

    #article.is-review > .article-image {
        height: 255px;
    }

    #article > .article-image.is-artist-profile {
        height: 200px;
    }
}

@media only screen and (min-width: 700px) {
    #article > .article-image {
        height: 270px;
    }

    #article.is-review > .article-image {
        height: 405px;
    }

    #article > .article-image.is-artist-profile {
        height: 220px;
    }
}

@media only screen and (min-width: 750px) {
    #article > .article-image {
        height: 290px;
    }

    #article.is-review > .article-image {
        height: 435px;
    }

    #article > .article-image.is-artist-profile {
        height: 240px;
    }
}

@media only screen and (min-width: 850px) {
    #article > .article-image {
        height: 310px;
    }

    #article.is-review > .article-image {
        height: 465px;
    }

    #article > .article-image.is-artist-profile {
        height: 260px;
    }
}

@media only screen and (min-width: 960px) {
    #article > .article-image {
        height: 350px;
    }

    #article.is-review > .article-image {
        height: 525px;
        height: 480px;
    }

    #article > .article-image.is-artist-profile {
        height: 300px;
    }
}


#article > .article-image > .content-type {
    position: absolute;
    top: 0;
    left: 0;
}

#article > .article-image > .article-video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
    font-size:  47px;
    width: 80px;
    height: 80px;
    color: #fff;
    transition: 0.2s linear all;
    /*text-shadow: 3px 3px 3px #fff;*/
    background-color: #fff;
    background-color: rgba(0, 0 , 0, 0.7);
    border-radius: 50%;
}

#article > .article-image > .article-video-play:hover {
    background-color: #ba1a56;
    background-color: #762b90;
}

#article > .article-image > .article-video-play > span {
    display: inline-block;
    margin: 17px 0 0 19px;
    text-align: center;
}

#article > .article-info {
    position: relative;
    float: left;
    width: 284px;
    width: 44.66571879936809%;
    max-width: 284px;
    height: auto;
}

@media only screen and (min-width: 960px) {
    #article > .article-info {
        height: 350px;
    }

    #article.is-review > .article-info {
        height: 525px;
        height: 480px;
    }

    #article > .article-info.is-artist-profile {
        height: 300px;
    }
}

#article > .article-info > .content-type {
    margin: 10px 0 0 10px;
}

#article > .article-info > .article-headline {
    padding: 10px;
}

#article > .article-info > .article-headline > h1 {
    font-size: 15px;
    line-height: 21px;
    text-transform: none;
}

@media only screen and (min-width: 420px) {
    #article > .article-info > .article-headline > h1 {
        font-size: 17px;
        line-height: 23px;
    }
}

@media only screen and (min-width: 480px) {
    #article > .article-info > .article-headline > h1 {
        font-size: 20px;
        line-height: 27px;
    }
}

@media only screen and (min-width: 960px) {
    #article > .article-info > .article-headline > h1 {
        font-size: 23px;
        line-height: 31px;
    }
}

#article > .article-info > .article-headline > h2 {
    margin-top: 5px;
    font-size: 18px;
    line-height: 24px;
    text-transform: none;
}

#article > .article-info > .article-date {
    position: relative;
    margin: 10px 0 0 10px;
    padding: 0 0 10px 24px;
    font-size: 13px;
    color: #555;
}

#article > .article-info > .article-date > span:first-of-type {
    display: inline-block;
    position: absolute;
    top: -1px;
    left: 0;
    color: #999;
    font-size: 16px;
}

#article > .article-info > .article-author {
    position: relative;
    margin: 10px 0 0 10px;
    padding: 0 0 10px 24px;
    font-size: 13px;
    color: #555;
}

#article > .article-info > .article-author > a {
    color: #762b90;
    transition: all linear 0.2s;
}

#article > .article-info > .article-author > a:hover {
    color: #666;
}

#article > .article-info > .article-author > span {
    display: inline-block;
    position: absolute;
    top: -1px;
    left: 0;
    color: #999;
    font-size: 15px;
}

#article > .article-info > #article-social {
    
}

#article > .article-info > .article-tickets {
    position: relative;
    margin: 10px 0 0 10px;
}

#article > .article-info > .article-tickets > .button {
    width: 110px;
}

@media only screen and (min-width: 750px) {
    #article > .article-info > #article-social {
        margin-top: 10px;
        position: absolute;
        bottom: auto;
        left: 0;
    }
}

@media only screen and (min-width: 960px) {
    #article > .article-info > #article-social {
        margin-top: 0;
        bottom: -10px;
    }
}

#article > .avert-skyscraper {
    float: right;
    margin-left: 30px;
}

#article > .article-intro, #article > .article-copy {
    padding: 0 20px 20px 20px;
    line-height: 19px;
    clear: both;
}

    #article > .article-copy .video {
        position: relative;
        padding-bottom: 56.25%; /* 16:9 */
        padding-bottom: 50%; /* 16:9 */
        padding-top: 25px;
        height: 0;
    }

    #article > .article-copy .video > iframe {
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
    }

#article > .article-copy a {
    color: #762b90;
    font-weight: 600;
}

#article > .article-copy a:hover {
    color: #666;
}

#article > .article-copy img {
    max-width: 590px;
}

#article p {
    margin-bottom: 20px;
    line-height: 19px;
}

#article > .article-rating {
    padding: 0 20px 20px 20px;
}

#article > .article-rating > span {
    padding-right: 10px;
    font-size: 25px;
    color: #359946;
}

#article > .article-rating > span.is-empty {
    color: #999;
}

#article > .article-facebook-comments {
    margin: 0 20px;
    padding: 0 20px 20px 20px;
    width: 100%;
    max-width: 594px;
}

#article > .article-facebook-comments * {
   width: 100% !important;
}