
@charset "UTF-8";

.dd-hour-item {
    padding: 8px 15px 8px 15px;
}

.dd-body {
    /*min-height: 710px;*/
    min-height: inherit;
    font-family: 'Fira Sans', serif;
    background-image: none;
}

body, html {
    height: 100%;
}

.dd-widget-embed {
    width: 380px !important;
    background-color: rgba(0, 0, 0, .6);
    border-radius: 10px;
    padding: 0px 0px 10px;
    line-height: normal;
}

    .dd-widget-embed .lw-item {
        background: none;
        min-height: 300px;
        overflow: visible;
    }

    .dd-widget-embed .lw-item_bg {
        background: none;
    }

    .dd-widget-embed .dd-body {
        height: auto !important;
        background-color: rgba(0, 0, 0, .3) !important;
    }

@media (max-width: 576px) {



    .dd-embed-logo {
        display: none;
    }

    .dd-head {
        border-radius: 5px 5px 0px 0px;
    }

        .dd-head a:hover {
            text-decoration: none;
        }

    .dd-widget-logo-embed-daily-deals {
        background-image: url("https://papago.dailydeals.golf/Content/img/header-embed-daily-deals-mobile.png");
    }

        .dd-widget-logo-embed-daily-deals span {
            display: inline;
        }

    .dd-widget-logo-embed-fast-pass {
        background-image: url("https://papago.dailydeals.golf/Content/img/header-embed-fast-pass-mobile.png");
    }

        .dd-widget-logo-embed-fast-pass span {
            display: inline;
        }

    .dd-widget-logo-embed-buy-direct {
        background-image: url("https://papago.dailydeals.golf/Content/img/header-embed-buy-direct-mobile.png");
    }

        .dd-widget-logo-embed-buy-direct span {
            display: inline;
        }

    .dd-widget-logo-embed-prime-times {
        background-image: url("https://papago.dailydeals.golf/Content/img/header-embed-prime-times-mobile.png");
    }

        .dd-widget-logo-embed-prime-times span {
            display: inline;
        }

    .dd-widget-embed .dd-head .lw-title {
        font-size: 22px !important;
        padding-left: 0px !important;
        text-transform: none !important;
    }

    .dd-widget-embed .dd-head .lw-user .lw-preview {
        display: block !important;
    }

    .dd-widget-embed .dd-name-weather .dd-header-title {
        display: block !important;
    }

    .dd-widget-embed .dd-embed-logo-row {
        margin-top: 0px !important;
    }
}

.dd-widget-embed .dd-head .lw-user .lw-preview {
    display: none;
}

.dd-widget-embed .dd-head .lw-title {
    font-size: 1em;
    padding-left: 20px;
    text-transform: uppercase;
}

.dd-widget-embed .dd-name-weather .dd-header-title {
    display: none;
}

.dd-widget-embed .dd-embed-logo-row {
    margin-top: 1rem;
}

.dd-widget-embed .lw-item {
    border-radius: 0px !important;
}


#SGW_cardForm {
    display: none;
}

.dd-bg {
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    background-color: #333;
    padding: 0px;
    margin: 0px;
}

    .dd-bg::before {
        background-image: url("https://papago.dailydeals.golf/content/ws/1609/widget/PageBackground.jpg");
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
        content: "";
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -2;
        opacity: 0.4;
        padding: 0px;
        margin: 0px;
    }

.lw-item {
    opacity: 1;
    -webkit-animation: none;
    animation: none;
    -webkit-transform: none;
    transform: none;
}
.dd-select-course {margin-top:8px;}
