﻿.popup-wrapper {
    background-color: #fff;
    width: 300px;
    margin: 0 auto;
    position: fixed;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 7;
    left: 0;
    right: 0;
    top: 17%;
    color: #303030;
}

.bet-wrapper {
    text-align: center;
    width: 100% !important;
    padding-bottom: 20px;
}

    .bet-wrapper h1 {
        padding-top: 20px;
    }

    .bet-wrapper p {
        padding-left: 20px;
        padding-right: 20px;
    }

    .bet-wrapper a {
        padding: 10px;
        font-size: 15px;
        text-transform: uppercase;
    }

.popup-wrapper h1 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding-top: 20px;
}

.popup-wrapper h1, .popup-wrapper .popup-btn-wrapper, .popup-wrapper p {
    padding-left: 20px;
    padding-right: 20px;
}

.popupcms-block {
    display: block !important;
    padding: 10px;
    text-transform: uppercase;
}

.footer-popup h1 {
    padding-top: 20px;
}

.footer-popup {
    padding-bottom: 0;
    width: 100%;
    bottom: 0px !important;
    z-index: 10 !important;
    background-color: #fff;
    position: fixed;
    text-align: center;
    padding-top: 20px;
    color: #303030;
}

.footer-popup-desktop {
    padding-bottom: 0;
    width: 20%;
    bottom: 0px !important;
    z-index: 7 !important;
    background-color: #fff;
    position: fixed;
    text-align: center;
    padding-top: 20px;
    color: #303030;
    right: 5%;
    border-radius: 10px;
}

.footer-popup-desktop h1 {
    padding-top: 10px;
}

.popup-wrapper.betslip {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.popup-btn-wrapper.pp-footer {
    padding: 0;
}

.popup-close {
    background-repeat: no-repeat;
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    right: 0;
    margin-right: 20px;
    background-size: 14px;
}

    .popup-close.ppwhite {
        margin-top: 10px;
    }

div#popupcms {
    display: none;
}

.footer-popup-image {
    margin-top: -20px;
    padding-top: 20px;
    width: 100%;
    height: 94px;
    background-size: 100%;
    background-repeat: no-repeat;
}

.icon-span 
{
    color: #303030;
    font-weight: bold;
    font-size: large;
    font-family: "Roboto Condensed", Arial, sans-serif !important;
}

.quick-popup-image {
    margin-top: -20px;
    padding-top: 20px;
    width: 100%;
    height: 178px;
    background-size: 100%;
    background-repeat: no-repeat;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.popupapi-overlay {
    background-color: rgba(21, 21, 21, 0.8);
    min-height: 100%;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0;
    bottom: 0;
    z-index: 6;
    display: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* Sportsbook desktop .button conflict fix */
.popup-btn-wrapper .button.block {
    padding: 10px 0;
    margin: initial;
}

/*MEDIA QUERY*/
@media screen and (orientation:landscape) {
    .popup-wrapper {
        background-color: #fff;
        width: 275px;
        margin: 0 auto;
        position: fixed;
        text-align: center;
        padding-top: 20px;
        padding-bottom: 20px;
        z-index: 7;
        left: 0;
        right: 0;
        top: 9%;
        color: #303030;
    }
    .bg-image {
        height: 147px !important
    }
}