@import 'online-order-button.css';

.applink {
    text-decoration: underline !important;
}

.ad-modal {
    padding: 0 !important;
}

.ad-modal {
    padding: 0;
    height: auto;
    overflow: none;
    min-height: 0 ! important;
    overflow: hidden;
}

.ad-modal-close {
    top: -40px ! important;
}

.img-wrapper {
    position: relative;
}

.img-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.img-overlay:before {
    content: ' ';
    display: block;
    height: 50%;
}

.button-vote {
    position: absolute;
    text-align: center;
    bottom: 37px;
    width: 70%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.button-vote-a {
    position: absolute;
    text-align: center;
    bottom: 157px;
    width: 70%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.button-vote-img {
    width: 80%;
}

.fulllength {
    width: 100% !important;
}

.page-form-cs {
    padding: 0;
    margin: 0;
}

.page-form-cs label {
    text-align: left;
    font-family: TradeGothicLT-BoldCondTwenty, sans-serif;
    font-size: 1em;
    color: #000000;
    text-transform: uppercase;
}

.ad-modal-close-cs {
    margin-top: -10px;
}

.no-left-pad-col {
    padding-left: 0 !important;
}

.savebutton-cs,
.searchbutton-cs {
    background: #c8102e !important;
    padding: .25rem 2.5rem 0;
    font-size: 1em;
    line-height: 2rem;
    border-radius: .5rem;
    border: none;
    color: #fff;
    float: left;
    font-weight: bold;
    font-family: Verlag, sans-serif;
    text-transform: uppercase;
    -webkit-appearance: none;
    margin: 10px 0 10px 0;
}

.searchbutton-cs {
    margin: 0;
}

.comment-cs {
    height: 150px;
    overflow: hidden;
}

.findstore-cs {
    padding: 0 0 0 13px;
    text-transform: lowercase !important;
    text-decoration: underline;
}

.storedisplay-cs {
    width: 100% !important;
    border-width: 0;
}

.left-align {
    text-align: left !important;
}

.closebutton-cs {
    color: #000000 !important;
}

.row-no-margin {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.custom-col-cs {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

@media (max-width: 600px) {
    .button-vote {
        position: absolute;
        text-align: center;
        bottom: 27px;
        width: 70%;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .ad-modal {
        top: 0 !important;
    }

    .button-vote-a {
        position: absolute;
        text-align: center;
        bottom: 27px;
        width: 70%;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .ad-modal-close {
        top: 10px ! important;
    }
}

.video-wrap > video.has-media-controls-hidden::-webkit-media-controls {
    display: none;
}

.video-overlay-play-button {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 10px calc(50% - 50px);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 0.95;
    cursor: pointer;
    background-image: linear-gradient(transparent, #000);
    transition: opacity 150ms;
}

.video-overlay-play-button:hover {
    opacity: 1;
}

.video-overlay-play-button.is-hidden {
    display: none;
}

.playpause {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    margin: auto;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    /* IE 8 */
    filter: alpha(opacity=10);
    /* IE 5-7 */
    -moz-opacity: 0.1;
    /* Netscape */
    -khtml-opacity: 0.1;
    /* Safari 1.x */
    opacity: 0.1;
    text-align: center;
}

.playpausebutton {
    width: 100%;
    height: 200px;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 100%;
    bottom: 130px;
    margin: auto;
}

.google-app-icon {
    background-image: url(../images/google_play_store.png)
}

.apple-app-icon {
    background-image: url(../images/apple_store.png)
}

.app-store-filler {
    width: 150px;
    height: 45px;
    display: inline-block;
}

.app-store-icon {
    width: 150px;
    height: 55px;
}

.app-store-icon img {
    margin-left: -4px;
    margin-top: -4px;
}

.google-store-icon {
    width: 165px;
    height: 45px;
    display: inline-block;
}

.google-store-icon img {
    margin-left: -11px;
    margin-top: -11px
}

.appstore-parent {
    margin-top: 10px;
}

.location-bar #locationBar.expanded .location-menu .btn-icon::after {
    background-image: url(../images/site/icon-order.svg)
}


