﻿.freebie-banner-wrapper {
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: auto;
    box-sizing: border-box;
    padding: 15px 20px 20px 20px;
    margin-bottom: 25px;
}

.freebie-intro-text {
    font-size: 26px;
    color: #FFF;
    font-weight: 300;
    letter-spacing: 6px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

    .freebie-intro-text div {
        margin: 0 5px;
    }

.freebie-sub-text {
    font-size: 14px;
    color: #ff2572;
    letter-spacing: 4px;
    text-transform: uppercase;
    text-align: center;
}

.otw {
    color: #ffffff;
}

    .otw:hover {
        color: #ffffff;
        cursor: pointer;
    }

.two-up-classic {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    width: 100%
}

    .two-up-classic div {
        width: 100%;
    }

        .two-up-classic div:first-child {
            margin-bottom: 20px;
        }

.two-up-classic-purple-bar {
    width: 100%;
    height: 40px;
    background-color: #6a2c99;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #FFF;
    text-transform: uppercase;
    box-sizing: border-box;
    padding: 0 15px;
}

    .two-up-classic-purple-bar:hover {
        cursor: pointer;
        background-color: #444;
        color: #FFF;
    }

@media all and (min-width: 600px) {
    .freebie-intro-text {
        font-size: 48px;
        letter-spacing: 8.5px;
        margin-bottom: 0;
        margin-left: 3px;
    }
}

@media all and (min-width:768px) {

    .two-up-classic {
        flex-direction: row;
        justify-content: space-between;
    }

        .two-up-classic div {
            width: calc(50% - 10px);
        }

            .two-up-classic div:first-child {
                margin-bottom: 0;
            }
}

.sea-grad-bl-tr {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#21ece5+0,30def8+100 */
    background: #21ece5;
    background: -moz-linear-gradient(45deg, #21ece5 0%, #30def8 100%);
    background: -webkit-linear-gradient(45deg, #21ece5 0%,#30def8 100%);
    background: linear-gradient(45deg, #21ece5 0%,#30def8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#21ece5', endColorstr='#30def8',GradientType=1 );
}

.s1-bs {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}

.purp-sea-lft-rht {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a800b3+0,30f8f1+100 */
    background: #a800b3;
    background: -moz-linear-gradient(left, #a800b3 0%, #30f8f1 100%);
    background: -webkit-linear-gradient(left, #a800b3 0%,#30f8f1 100%);
    background: linear-gradient(to right, #a800b3 0%,#30f8f1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a800b3', endColorstr='#30f8f1',GradientType=1 );
}

.play-button {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 56px;
    width: 56px;
    border-radius: 50px;
    -webkit-backface-visibility: hidden;
    z-index: 1;
    transform: translateZ(0);
}

    .play-button:before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        height: 56px;
        width: 56px;
        border-radius: 50px;
        background: #21ece5;
        background-image: linear-gradient(45deg, #21ece5 0%,#30def8 100%);
        transition: opacity 0.3s ease;
        z-index: 1;
        opacity: 1;
        transform: translateZ(0);
    }

    .play-button:after {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        height: 56px;
        width: 56px;
        border-radius: 50px;
        background: #444;
        background-image: linear-gradient(45deg, #444 0%,#555 100%);
        transition: opacity 0.3s ease;
        z-index: 2;
        opacity: 0;
        transform: translateZ(0);
    }

    .play-button:hover:before {
        opacity: 0;
    }

    .play-button:hover:after {
        opacity: 1;
    }

    .play-button i {
        position: relative;
        color: #FFF;
        font-size: 22px;
        padding-left: 6px;
        padding-top: 3px;
        z-index: 3;
    }

.pc-options {
    width: 150px;
    height: 42px;
    border-radius: 21px;
    margin: 10px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.pc-options-long {
    width: 210px;
}

.pc-options span {
    
    font-size: 16px;
    color: #444;
    position: relative;
    z-index: 3;
    height: 22px;
    line-height: 22px;
}

.grad-btn {
    position: relative;
    -webkit-backface-visibility: hidden;
    z-index: 1;
    transform: translateZ(0);
    width: 210px;
    height: 40px;
    border-radius: 2px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .grad-btn span {
        
        font-size: 17px;
        color: #444;
        position: relative;
        z-index: 3;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .grad-btn:before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 210px;
        height: 40px;
        border-radius: 2px;
        transition: opacity 0.3s ease;
        z-index: 1;
        opacity: 1;
        transform: translateZ(0);
    }

    .grad-btn:after {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 210px;
        height: 40px;
        border-radius: 2px;
        transition: opacity 0.3s ease;
        z-index: 2;
        opacity: 0;
    }

    .grad-btn:hover:before {
        opacity: 0;
    }

    .grad-btn:hover:after {
        opacity: 1;
    }

    .grad-btn:hover span {
        color: #FFF;
    }

.grad-btn-yellow-pink:before {
    background: #ffcc85;
    background-image: linear-gradient(45deg, #ffcc85 0%,#ff7198 100%);
}

.grad-btn-yellow-pink:after {
    background: #444;
    background-image: linear-gradient(45deg, #444 0%,#555 100%);
}

.grad-btn-yellow-pink span {
    color: #FFF;
}

.grad-btn-yellow-pink:hover span {
    color: #FFF;
}

.grad-btn-blue-yellow:before {
    background: #53fff9;
    background-image: linear-gradient(to right, #53fff9 0%,#fbffc2 100%);
}

.grad-btn-blue-yellow:after {
    background: #444;
    background-image: linear-gradient(45deg, #444 0%,#555 100%);
}

.grad-btn-blue-yellow span {
    color: #444;
}

.grad-btn-blue-yellow:hover span {
    color: #FFF;
}

.pc-options:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 150px;
    height: 42px;
    border-radius: 21px;
    background: #EEE;
    background-image: linear-gradient(45deg, #EEE 0%,#FFF 100%);
    transition: opacity 0.3s ease;
    z-index: 1;
    opacity: 1;
    transform: translateZ(0);
}

.pc-options:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 150px;
    height: 42px;
    border-radius: 21px;
    background: #53fff9;
    background-image: linear-gradient(to right, #53fff9 0%,#fbffc2 100%);
    transition: opacity 0.3s ease;
    z-index: 2;
    opacity: 0;
}

.pc-options-long:before {
    width: 210px;
}

.pc-options-long:after {
    width: 210px;
}

.pc-options-sel:before {
    opacity: 0;
}

.pc-options-sel:after {
    background: #53fff9;
    background-image: linear-gradient(to right, #53fff9 0%,#fbffc2 100%);
    opacity: 1;
}

.pc-options:hover:before {
    opacity: 0;
}

.pc-options:hover:after {
    opacity: 1;
}

#pc-start-overlay, .fader, #pc-twp-line, .pc-question-one, .pc-question-two, #pc-choice, .pc-two-sides, .pc-err-txt {
    transition: opacity 0.3s ease;
}

.pc-two-question-header-e, .pc-question-one, .pc-question-two, #pc-choice, #pc-choice, .pc-final-screen {
    transition-property: opacity, left, right, top;
    transition-duration: 0.3s;
    transition-timing-function: ease;
}

.pc-option-selected {
    transition-property: opacity, top;
    transition-duration: 0.3s;
    transition-timing-function: ease;
}

#pc-sub-top, #pc-sub-bottom {
    transition-property: left, right;
    transition-duration: 0.3s;
    transition-timing-function: ease;
}

#pc-start-left, #pc-start-right, #pc-two-left {
    transition-property: width;
    transition-duration: 0.3s;
    transition-timing-function: ease;
}

#pc-start-over {
    color: #FFF !important;
    text-decoration: underline;
}

    #pc-start-over:hover {
        text-decoration: none !important;
        cursor: pointer !important;
    }

#pc-sel-wrapper {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#pc_container {
    transition-property: height;
    transition-duration: 0.3s;
    transition-timing-function: ease;
}

.product-chooser-enabler, #pc-heading-x {
    display: none;
}

.product-chooser-enabler-flex {
    display: none;
}

@media all and (min-width: 1182px) {
    .product-chooser-enabler, #pc-heading-x {
        display: flex;
        flex-direction: column;
    }

    .product-chooser-enabler-flex {
        display: flex;
    }
}

.heat-post-title-stacked {
    border: 0;
    margin-bottom: 0;
}

.hp-sub-cat-tile {
    width: 100%;
    height: 40px;
    background-color: #6a2c99;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 18px;
    color: #FFF;
    text-transform: uppercase;
}

    .hp-sub-cat-tile:hover {
        cursor: pointer;
        background-color: #444;
        color: #FFF;
    }

.service {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.service-wrapper {
    margin-bottom: 20px;
}

.spotlight {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.spotlight-wrapper {
    margin-bottom: 20px;
}

.trending {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin-bottom: 20px;
}

.trending-wrapper {
    margin-bottom: 40px;
}

.atms-title {
    font-size: 8.5vw;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 4px;
    background: linear-gradient(to right, #59eaf3 46.25%,#ff470f 46.25%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    margin-right: -6px;
    line-height: 0.9;
}

@media all and (min-width: 420px) {
    .atms-title {
        font-size: 9.1vw;
    }
}

@media all and (min-width: 600px) {

    .service-wrapper-mid, .trending-wrapper-mid {
        display: none;
    }

    .service, .trending {
        justify-content: space-between;
    }

    .service-wrapper, .trending-wrapper {
        width: 48.5%;
    }

    .spotlight-wrapper {
        width: 48.5%;
    }
}

@media all and (min-width: 768px) {
    .atms-title {
        font-size: 72px;
    }

    .service-wrapper-mid, .trending-wrapper-mid {
        display: unset;
    }

    .service-wrapper, .trending-wrapper {
        width: 32%;
    }
}

@media all and (min-width: 1182px) {
    .service-wrapper, .trending-wrapper {
        width: 380px;
    }
}


.hp-np-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 20px;
}

.hp-np-girls-wrapper {
    width: 100%;
    box-sizing: border-box;
    padding: 20px 20px 5px 20px;
    background: url(../img/hp-np-girls.png) no-repeat right top, linear-gradient(45deg, #df135c 0%,#ff1266 100%);
    margin-bottom: 30px;
}

.hp-np-guys-wrapper {
    width: 100%;
    box-sizing: border-box;
    padding: 20px 20px 5px 20px;
    background: url(../img/hp-np-guys-rot.png) no-repeat left top, linear-gradient(45deg, #28d9e4 0%,#00fcff 100%);
}

.hp-np-intro {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
}

.hp-np-products {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    width: 100%;
    box-sizing: border-box;
    padding: 0 5px;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.hp-np-subtext {
    font-size: 18px;
    box-sizing: border-box;
    padding: 0 5px;
    margin-top: 15px;
}

.hp-np-tt {
    margin-right: 0;
}

.hp-np-product {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 105px;
    margin: 0 5px 20px 5px;
}

.hp-np-hide {
    display: none;
}

.w-t-b {
    color: #FFF;
    text-decoration: none;
}

    .w-t-b:hover {
        color: #222;
        cursor: pointer;
    }

.b-t-w {
    color: #222;
    text-decoration: none;
}

    .b-t-w:hover {
        color: #FFF;
        cursor: pointer;
    }

.heat-post-stacked {
    margin-bottom: 20px;
}

@media all and (min-width: 430px) {
    .hp-np-hide {
        display: flex;
    }
}

@media all and (min-width: 520px) {
    .hp-np-intro {
        text-align: left;
    }
}

@media all and (min-width: 560px) {
    .hp-np-hide {
        display: none;
    }
}

@media all and (min-width: 1024px) {
    .hp-np-wrapper {
        flex-direction: row;
    }

    .hp-np-girls-wrapper {
        width: 50%;
        margin-bottom: 0;
        padding-bottom: 25px;
    }

    .hp-np-guys-wrapper {
        width: 50%;
        margin-bottom: 0;
        padding-bottom: 25px;
        background: url(../img/hp-np-guys.png) no-repeat left bottom, linear-gradient(45deg, #28d9e4 0%,#00fcff 100%);
    }

    .hp-np-intro {
        flex-direction: row;
    }

    .hp-np-products {
        flex-direction: row;
        flex-wrap: unset;
        justify-content: space-between;
    }

    .hp-np-subtext {
        padding: 0;
        margin: 0;
    }

    .hp-np-tt {
        margin-right: 35px;
    }

    .hp-np-product {
        margin-bottom: 0;
    }
}

.sp-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

.sp-unit {
    width: 100%;
    background-color: #e7e6ed;
    display: flex;
    flex-direction: column;
}

.sp-un {
    width: 50%;
    display: flex;
    justify-content: flex-start;
}

    .sp-un:nth-child(2n) {
        justify-content: flex-end;
    }

.sp-face-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 25px;
    padding-bottom: 0;
    box-sizing: border-box;
}

.sp-face {
    width: 118px;
    height: 118px;
    border-radius: 50%;
    background-color: #6a2c99;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.sp-face-detail {
    width: 100%;
}

@media all and (min-width: 400px) {
    .sp-un, .sp-un:nth-child(2n) {
        justify-content: center;
    }
}

@media all and (min-width: 580px) {
    .sp-un {
        width: 25%;
    }

    .sp-face-wrapper {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .sp-face {
        width: 118px;
        height: 118px;
        margin-bottom: 0;
    }

    .sp-face-detail {
        width: calc(100% - 118px - 25px);
    }
}

@media all and (min-width: 768px) {
    .sp-wrapper {
        flex-direction: row;
    }

    .sp-unit {
        width: calc(50% - 10px);
    }

    .sp-un {
        width: 50%;
    }
}

.fblurb {
    
    font-size: 14px;
    width: 100%;
}

.fmaster {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media all and (min-width: 600px) {
    .fblurb {
        
        font-size: 13px;
        width: 47.5%;
    }

    .fmaster {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
}