#wfc-prayer-bar{position:absolute;width:100%;top:0;left:0;background:#000;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;padding:12px 15px;z-index:999}@media (max-width:816px){#wfc-prayer-bar span.wfc-p-title{width:100%;margin-bottom:5px}#wfc-prayer-bar span:not(.wfc-p-title){width:33.33%;margin:0}.wfc-desktop-icon{display:none}#wfc-prayer-bar .location-update{padding-top:8px}}#wfc-prayer-bar>span{margin:0 15px;color:#fff;text-align:center}#wfc-prayer-bar span.wfc-p-title{font-weight:700}#wfc-prayer-bar .location-update{font-size:30px;display:flex;align-items:center;justify-content:center;cursor:pointer;padding-top:5px;z-index:1000}body{position:relative!important}

#wfc-prayer-bar {
    background-color: #07314A !important;
}

#wfc-prayer-bar .container {
    max-width: 1312px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

#wfc-prayer-bar span.wfc-p-title {
    display: inline-block;
    vertical-align: top;
    padding-left: 24px;
    font-family: 'Rubik';
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: #fff;
    position: relative;
    margin-right: auto;
}

#wfc-prayer-bar span.wfc-p-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_38_3065)'%3E%3Cpath d='M7.99967 4.00001V8.00001L10.6663 9.33334M14.6663 8.00001C14.6663 11.6819 11.6816 14.6667 7.99967 14.6667C4.31778 14.6667 1.33301 11.6819 1.33301 8.00001C1.33301 4.31811 4.31778 1.33334 7.99967 1.33334C11.6816 1.33334 14.6663 4.31811 14.6663 8.00001Z' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_38_3065'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    margin: -2px 0 0;
}

.wfc_download {
    font-family: 'Rubik';
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    /* identical to box height, or 14px */
    color: #fff;
    margin-left: auto;
}

.wfc_download:hover {
    text-decoration: underline;
    color: #fff;
    opacity: 0.8;
}

.wfc_download svg {
    margin-left: 8px;
}

#wfc-prayer-bar .container > span:not(.wfc-p-title) {
    font-family: 'Rubik';
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    /* identical to box height, or 14px */
    color: #FFFFFF;
    margin: 0 13.3px;
}

@media only screen and (max-width: 767px) {
    #wfc-prayer-bar .container > span:not(.wfc-p-title) {
        line-height: 18px;
    }

    .wfc_download {
        margin-left: 15px;
        margin-top: 10px;
    }

    #wfc-prayer-bar .container {
        justify-content: flex-start;
    }
}
