/******************
    RAVE ALERTS
 ******************/ 

#rave-alert {
    -webkit-box-shadow: 0px 1px 10px -1px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 1px 10px -1px rgba(0,0,0,0.25);
    box-shadow: 0px 1px 10px -1px rgba(0,0,0,0.25);
/*    position: fixed;
    z-index: 9999 !important*/;
    width: 100%;
    font-size: .9rem;
    display: block;
    margin-bottom: 0px;
}
    /* Tablet styling */
    @media only screen and (max-width: 1199px) and (min-width: 1021px) {
        #rave-alert {
            margin-bottom: 0px;
            font-size: .85rem;
        }
    }
    @media only screen and (max-width: 1020px) and (min-width: 761px) {
        #rave-alert {
            margin-bottom: 0px;
        }
    }
    @media only screen and (max-width: 760px) and (min-width: 638px) {
        #rave-alert {
            margin-bottom: 0px;
        }
    }
    /* Mobile styling */
    @media only screen and (max-width: 637px) {
        #rave-alert {
        margin-bottom: 0px;
        font-size: .8rem;
        }
    }
/*.elementor-location-header {
    margin-top: 68px;
}*/
    /* Spacing on Tablets */
/*    @media only screen and (max-width: 1199px) and (min-width: 650px) {
        .elementor-location-header {
        margin-top: 62px;
        }
    }*/
    /* Spacing on Mobile */
/*    @media only screen and (max-width: 649px) {
        .elementor-location-header {
        margin-top: 55px;
        }
    }*/

#rave-alert .alert {
    padding: 5px 50px;
    border-radius: 0 !important;
    margin-bottom: 0 !important;
}

    /* Tablet styling */
    @media only screen and (max-width: 1199px) and (min-width: 650px) {
        #rave-alert .alert {
            padding: 5px 50px;
                border-radius: 0 !important;
    margin-bottom: 0 !important;
        }
    }
    /* Spacing on Mobile */
    @media only screen and (max-width: 649px) {
        #rave-alert .alert {
        padding: 5px 25px;
            border-radius: 0 !important;
    margin-bottom: 0 !important;
        }
    }

#rave-alert .alert a {
    color: #13294b !important;
    text-decoration: underline !important;
}

#rave-alert .alert a.click,
#rave-alert .alert a.click:hover,
#rave-alert .alert a.click:active,
#rave-alert .alert a.click:visited {
    color: #1d6fef !important;
}

#rave-alert .alert .alert-more-information-wrapper {
    background: white !important;
    border-radius: 3px !important;
    margin-top: 15px !important;
    margin-bottom: 10px !important;
    padding: 10px 20px !important;
}
    /* Spacing on Mobile */
    @media only screen and (max-width: 649px) {
        #rave-alert .alert .alert-more-information-wrapper {
        margin-top: 20px !important;
        }
    }


#rave-alert .alert .alert-headline {
    color: #13294b !important;
    font-weight: 600 !important;
    padding: 5px 0 0 0 !important;
    margin: 0 !important;
    margin-bottom: -7px !important;
    text-transform: uppercase !important;
}

#rave-alert .alert .alert-description {
    line-height: 1.4rem !important;
}

#rave-alert .alert-text {
    max-width: 900px !important;
    margin: auto !important;
}
#rave-alert .alert-text:before {
    content: "" !important;
    display:block !important;
    height:30px !important;
    width:30px !important;
    background-size: 30px 30px !important;
    background-repeat: no-repeat !important;
    display: block !important;
    float: left !important;
    margin-right: 10px !important;
    margin-top: 5px !important;
}

/* Snow Day! */
#rave-alert .alert.alert-code-Snow,
#rave-alert-mobile .alert.alert-code-Snow {
    background-color: #b4dff9 !important;
}
    #rave-alert .alert.alert-code-Snow .alert-text:before,
    #rave-alert-mobile .alert.alert-code-Snow .alert-text:before {
        background-image: url(snow-alert.svg) !important;
    }

/* Critical */
#rave-alert .alert.alert-code-Critical,
#rave-alert-mobile .alert.alert-code-Critical {
    background-color: #fd3333 !important;
}
    #rave-alert .alert.alert-code-Critical .alert-text:before,
    #rave-alert-mobile .alert.alert-code-Critical .alert-text:before {
        background-image: url(alert.svg) !important;
    }

/* Warning */
#rave-alert .alert.alert-code-Warning,
#rave-alert-mobile .alert.alert-code-Warning {
    background-color: #ff8239 !important;
}
    #rave-alert .alert.alert-code-Warning .alert-text:before,
    #rave-alert-mobile .alert.alert-code-Warning .alert-text:before {
        background-image: url(alert.svg) !important;
    }

/* Info */
#rave-alert .alert.alert-code-Info,
#rave-alert-mobile .alert.alert-code-Info {
    background-color: #b4dff9 !important;
}
    #rave-alert .alert.alert-code-Info .alert-text:before,
    #rave-alert-mobile .alert.alert-code-Info .alert-text:before {
        background-image: url(info-alert.svg) !important;
    }

/* Weather */
#rave-alert .alert.alert-code-Weather,
#rave-alert-mobile .alert.alert-code-Weather {
    background-color: #b4dff9 !important;
}
    #rave-alert .alert.alert-code-Weather .alert-text:before,
    #rave-alert-mobile .alert.alert-code-Weather .alert-text:before {
        background-image: url(weather-alert.svg) !important;
    }
