/** Social Links Section */

/* Unitext Fonts*/
@import url(https://use.typekit.net/odo2lxb.css);

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address,
big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol,
ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    font-family: 'unitext','Roboto', Arial, Helvetica, serif;
}


div, span, h1, h2, h3, h4, h5, h6, p, a, ol, ul, li, form, label, th, td {
    color: white;
}

a:hover, a:focus, a:active {
    color: inherit;
    /*font-weight: bolder;*/
}

.site-content,
.site-main {
    margin-top: 60px;
}

body,
.site-footer {
    background-image: none;
    background-color: #000;
}

.ren-row {
    padding-left: 50px;
    padding-right: 50px;
    max-width: 1440px;
    margin: 0 auto;
}

.ren-social-links {
    padding-top: 10px;
    text-align: center;
    clear: both;
}

.ren-social-links__title {
    margin-bottom: 1.5rem;
    text-align: center;
    text-transform: uppercase;
}

.ren-social-links__wrap {
    padding: 10px 10px 20px 10px;
    display: inline-block;
}

.ren-mobnav .ren-social-links__wrap {
}

.ren-social-links__item {
}

.ren-social-links__links {
    text-align: center;
    padding: 1rem;
}

#site-navigation .ren-social-links__link,
.ren-social-links__link {
    display: inline-block;
    text-indent: -50000em;
    height: 20px;
    width: 20px;
    margin: 0 1rem;
    padding: 0;
}

.ren-social-links__link {
    color: white;
}

a.ren-social-links__link {
    display: inline-block;
}

.ren-mobnav .ren-social-links__link {
    margin-right: 15px;
}

#site-navigation a.ren-social-links__link.fb,
.ren-social-links__link.fb {
    background: url('../img/facebook--box.svg') no-repeat top left;
    -webkit-background-size: contain;
    background-size: contain;

}

#site-navigation a.ren-social-links__link.tw,
.ren-social-links__link.tw {
    background: url('../img/twitter.svg') no-repeat top left;
    -webkit-background-size: contain;
    background-size: contain;
}

#site-navigation a.ren-social-links__link.ig,
.ren-social-links__link.ig {
    background: url('../img/instagram.svg') no-repeat top left;
    -webkit-background-size: contain;
    background-size: contain;

}

#site-navigation a.ren-social-links__link.yo,
.ren-social-links__link.yo {
    background: url('../img/youtube.svg') no-repeat top left;
    -webkit-background-size: contain;
    background-size: contain;

}

.ren-social-icon {
    width: 24px;
    height: 24px;
    display: inline-block;
}

#site-navigation .ren-social-icon--fb,
.ren-social-icon--fb {
    background: url('../img/facebook.svg') no-repeat top left;
    -webkit-background-size: contain;
    background-size: contain;
}

#site-navigation .ren-social-icon--ig,
.ren-social-icon--ig {
    background: url('../img/instagram.svg') no-repeat top left;
    -webkit-background-size: contain;
    background-size: contain;
}

#site-navigation .ren-social-icon--tw,
.ren-social-icon--tw {
    background: url('../img/twitter.svg') no-repeat top left;
    -webkit-background-size: contain;
    background-size: contain;

}

#site-navigation .ren-social-icon--yo,
.ren-social-icon--yo {
    background: url('../img/youtube.svg') no-repeat top left;
    -webkit-background-size: contain;
    background-size: contain;

}

#site-navigation .ren-social-icon--wa,
.ren-social-icon--wa {
    background: url('../img/whatsapp.png') no-repeat top left;
    -webkit-background-size: contain;
    background-size: contain;

}

#site-navigation .ren-social-icon--tm,
.ren-social-icon--tm {
    background: url('../img/tumblr.svg') no-repeat top left;
    -webkit-background-size: contain;
    background-size: contain;

}

/** End Social Links Section */


/** Section Sidebar **/

.ren-sidebar {
    display: flex;
    flex-direction: column;
}

.ren-sidebar__title {
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.2rem;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.ren-sidebar__items {
    display: flex;
    flex-direction: column;

}

.ren-sidebar__item {
    margin-bottom: 40px;
}

.ren-sidebar__item-img {
    margin-bottom: 10px;
}

.ren-sidebar__item-title {
    font-size: 1.4rem;
    line-height: 1.43;
}

.ren-sidebar-ad {
    text-align: center;
}

.ren-sidebar-ad__title {
    font-size: 1.2rem;
    text-align: center;
    color: #808080;
    margin-bottom: 1rem;
}

/** End Section Sidebar */


/** Section Logos **/

.ren-logos {
}

.ren-logos__main {
    text-align: center;
    margin: 40px auto 30px;
}

.ren-logos__list {
    background-color: #444;
    max-width: none;
}

.ren-logos__row {
    display: flex;
    margin: 10px auto;
    padding: 20px 0;
    max-width: 800px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.ren-logos__logo {

    display: inline-block;
    position: relative;
    margin: 10px 10px;
    line-height: 0;

}

.ren-logos__logo-img {
    transition: opacity 0.5s ease;
    max-height: 50px;
    min-width: 80px;
    max-width: 100px;
}

.ren-logos__logo-img--color {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
}

.ren-logos__logo-img--white {
    opacity: 1;
}

.ren-logos__logo:hover .ren-logos__logo-img--white {
    opacity: 0;
}

.ren-logos__logo:hover .ren-logos__logo-img--color {
    opacity: 1;
}


/** End Section Logos **/

/** Section - Text Color   **/

.ren-text {

}

.ren-text.ren-text--white,
.ren-text--white {
    color: #fff;
}

.ren-text.ren-text--black,
.ren-text--black {
    color: #000;
}

.ren-text.ren-text--light-grey,
.ren-text--light-grey {
    color: #aaa;
}

.ren-text.ren-text--grey,
.ren-text--grey {
    color: #666;
}

.ren-text.ren-text--dark-grey,
.ren-text--dark-grey {
    color: #333;
}

/** End Section - Text Color  **/

/** More Originals Section  **/

.ren-more-originals {
    margin-bottom: 50px;
}

.ren-more-originals__wrap {
    text-align: center;
}

.ren-more-originals__title,
p.ren-more-originals__title {
    text-transform: uppercase;
    font-size: 2rem;
    color: white;
    margin-bottom: 20px;
}

.ren-more-originals__items {
    display: flex;
}

.ren-more-originals__item {
    width: 33%;
    margin: 10px;
}

.ren-more-originals__item:last-child {
    margin-right: 0px;
}

.ren-more-originals__item:first-child {
    margin-left: 0px;
}

/** End More Originals Section  **/


/** Section ren-select  **/

.ren-select {
    position: relative;
}

.ren-select__item,
.ren-select__current {
    color: #fff;
    font-family: 'Roboto', Arial, Helvetica, serif;
    font-size: 1.4rem;
    line-height: 1.8;
    position: relative;
}

.ren-select__current {
    background: #000;
    color: #fff;
    padding: 4px 40px 4px 15px;
    border: 1px solid #999;
    cursor: pointer;
}

.ren-select__current:after {
    content: "›";
    height: 0;
    right: -7px;
    position: absolute;
    font-size: 3.5rem;
    transform: rotate(90deg);
    top: 50%;
    line-height: 1;
}

.ren-select__select {
    position: absolute;
    left: 50%;
    top: 30px;
    max-height: 0;
    transition: all 0.5s ease;
    overflow: hidden;
    transform: translateX(-50%);
    z-index: 1;

}

.ren-select__items {
    background: #000;
    padding: 10px 30px;
    border: 1px solid #333;
    position: relative;
    flex-direction: column;
    display: flex;
}

.ren-select--opened .ren-select__items::before,
.ren-select:hover .ren-select__items::before {
    position: absolute;
    left: 50%;
    top: -11px;
    background: #000;
    height: 20px;
    width: 20px;
    border-top: 1px solid #444;
    border-left: 1px solid #444;
    transform: rotate(45deg);
    content: '';
    display: inline-block;
    margin-left: -10px;
}

.ren-select__item {
    white-space: nowrap;
    padding: 10px 0;
    border-bottom: 1px solid #333;
    min-width: 120px;
}

.ren-select__item--selected:before {
    content: '\2713';
    height: 0;
    left: -18px;
    position: absolute;
    font-size: 1.4rem;
    top: 10px;
}

.ren-select__item:last-child {
    border: 0;
}

.ren-select.ren-select--opened .ren-select__select,
.ren-select:hover .ren-select__select {
    max-height: 500px;
    padding-top: 30px;
}

/** END Section ren-select  **/


/** Section ren-grid  **/
.archive .ren-grid article {
    padding: 0;
    margin-bottom: 30px;
}

.ren-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ren-grid__item {
    max-width: 31%;
}

/** END Section ren-grid  **/

/** Section Related Videos  **/
.ren-related-videos {
    margin-top: 50px;
}

.ren-related-videos .slick-prev {
    z-index: 1;
    left: 10px;
}

.ren-related-videos .slick-next {
    z-index: 1;
    right: 10px;
}

.ren-related-videos__title {
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 2px;
    color: #ffffff;
    text-transform: uppercase;
}

.ren-related-videos__list {
    margin-top: 20px;
    margin-left: 0;
}

.ren-related-videos__item {
}

.ren-related-videos__item-img {
    margin: 0 5px;
    position: relative;
}

.ren-related-videos__item-img-play {
    height: 40px;
    width: 40px;
    position: absolute;
    background: url(../img/play-outline.svg) no-repeat;
    bottom: 15px;
    left: 15px;
}

.ren-related-videos__item-img img {

}

.ren-related-videos__item-title {
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: 1px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0 5px;

}

/** END Section Related Videos  **/

.ren-page__title {
    font-size: 4rem;
    font-weight: bold;
    letter-spacing: 4px;
    text-transform: uppercase;

}

/*  Section Buttons  */

.ren-button {
    cursor: pointer;
    text-transform: uppercase;
    background: white;
    color: #000;
    font-weight: bold;
    font-size: 1.3rem;
    padding: 6px 25px;
    line-height: 2rem;
    display: inline-block;
    white-space: nowrap;
    text-align: center;

}

.ren-button:focus,
.ren-button:hover {
    color: #555;
}

.ren-button--white {
    color: #000;

}

.ren-button--black {
    background: #000;
    border: 1px solid #fff;
    width: 200px;
    height: 36px;
    color: white;
    font-size: 1.4rem;
    letter-spacing: 1.3px;
    line-height: 3.6rem;
    padding: 0;

}

.ren-button--black:hover,
.ren-button--black:focus {
    color: #aaa;
}

/*  END Section Buttons  */

/* Section Where To Watch Page  */

.ren-where-to-watch {
    margin-top: 40px;
    margin-bottom: 70px;
}

.ren-where-to-watch .ren-page__title {
    margin-bottom: 30px;
}

.ren-where-to-watch__header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.ren-where-to-watch__schedule .ren-button {
    width: 150px;
    margin-bottom: 15px;
}

.ren-where-to-watch .provider-name {
    margin-top: 10px;
}
.ren-where-to-watch .provider-name > b {
    text-transform: uppercase;
}

.ren-where-to-watch .provider-list {
    padding-top: 30px;
}

.ren-where-to-watch .provider-list li {
    margin-bottom: 0;
    width: 200px;
    min-height: 270px;
}

.ren-where-to-watch .provider-list li .provider-img img {
    width: 200px;
    max-width: 200px;
}

.ren-where-to-watch__country-select {
    margin-bottom: 15px;
    display: none;
}

.ren-where-to-watch__country-select .ren-select {
    width: 200px;
}


/* END Section Where To Watch Page  */

/* Media Queries Section */

@media all and (max-width: 1200px) {

    .ren-related-videos__item-title {
        font-size: 2rem;
    }
}

@media all and (max-width: 1000px) {
    .ren-grid__item {
        max-width: 48%;
    }
}

@media all and (max-width: 960px) {
    .ren-sidebar__title {
        text-align: center;
    }
}

@media all and (max-width: 800px) {

    .ren-menu__logo {
        margin-bottom: 20px;
    }

    .ren-row {
        padding-left: 30px;
        padding-right: 30px;
    }

    .ren-more-originals__items {
        flex-direction: column;
    }

    .ren-more-originals__item {
        width: auto;
        margin-left: 0;
        margin-right: 0;
    }

    .ren-grid__item {
        max-width: 100%;
    }

    .ren-related-videos__item-title {
        font-size: 1.5rem;
    }

    .ren-where-to-watch .provider-list li {
        width: 200px;
    }

    .ren-where-to-watch .provider-list li:nth-child(2n) {
        margin-right: 4%;
    }

    .ren-page__title {
        text-align: center;
        font-size: 3rem;
        letter-spacing: 3px;
    }

    .ren-where-to-watch__header {
        flex-direction: column;
    }

}

@media all and (max-width: 480px) {

    .ren-row {
        padding-left: 10px;
        padding-right: 10px;
    }

}


/* END: Media Queries Section */
/* Don't put any styles after this section */
/* ONLY Before this section*/

