/*
Theme Name: All Occasions
Author: BigWheel
Author URI: http://gobigwheel.com/
Version: 1.0
*/
/* Add Custom CSS Here */
.header-alert {
    font-family: "Montserrat", sans-serif;
    background-color: #666666;
    display: flex;
    padding: 10px;
    align-items: center;
    margin-bottom: 20px;
    margin-top: -20px;
    color: #fff;
}

.header-alert .headerblurb {
    width: 30%;
    font-weight: 700;
}

.locations-listing {
    width: 70%;
    text-align: right;
}

.phonecall2 {
    right: 484px;
    position: absolute;
    top: 15px;
    font-weight: 300;
    color: #fff !important;
    font-size: 16px;
}

@media screen and (max-width: 1115px) {
    .phonecall2 {
        right: 250px;
        top: -12px;
        font-size: 14px;
    }
}

@media screen and (max-width: 762px) {
    .header-alert {
        flex-direction:column;
    }

    .header-alert .headerblurb,.locations-listing {
        text-align: center;
        width: 100%;
    }
}

@media screen and (max-width: 568px) {
    .phonecall2 {
        display:none;
    }
}

@media screen and (max-width: 900px) {
    .wmpci-popup-body {
        max-width: 90%;
    }
}

@media screen and (max-width: 500px) {
    .wpmci-popup-cnt-inr-wrp {
        font-size: 11px!important;
    }

    .wmpci-popup-body p {
        margin-bottom: 8px;
    }
}

@media screen and (max-width: 320px) {
    .wpmci-popup-cnt-inr-wrp {
        font-size:9px!important; 
    }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .wmpci-popup-body {
        left:25%!important;
        right:25%!important; 
    }
}

/* DO NOT modify css/compressed.css */
