
/*------------------------------------*\
	ANNOUNCEMENTS
\*------------------------------------*/
.there-are-announcements.open-announce, .announcements-bell.open-announce {
    display: block!important;
}

.there-are-announcements {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(255, 255, 255, 0.50);
    backdrop-filter: blur(4px);
}




.announcements-bell {
    position: fixed;
    z-index: 1000;
    right: 70px;
    bottom: 55px;
    cursor: pointer;
}

.announcements-bell-icon-count {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.announcements-bell-bg, .announcements-bell-icon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}


.announcements-bell-icon svg path {
    fill: white;
}

.announcements-bell-count {
    position: absolute;
    font-size: 10px;
    color: white;
    background: #f83c3c;
    width: 18px;
    height: 18px;
    border: 2px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    border-radius: 50%;
    bottom: 5px;
}

.announcements-bell-icon {
    margin-top: -5px;
}

.announcements-bell-count:after {
    content: "";
    position: absolute;
    border: 2px solid #f83c3c;
    width: 22px;
    height: 22px;
    border-radius: 50%;
}

.announcements-list-info {
    position: fixed;
    z-index: 999;
    width: 350px;
    background: #f83c3c;
    border-radius: 25px;
    bottom: 70px;
    right: 70px;
    padding: 55px 45px;
    max-height: 275px;
}

.single-announcement-title {
    color: white;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 30px;
}


.single-announcement-excerpt {
    color: white;
    line-height: 20px;
    margin-bottom: 40px;
}

.announcements-list {
    margin-bottom:0px!important;
    width: 260px!important;
}

.single-announcement {
    display: block;
    width: 100%!important;
}


.single-announcement-list-item {
    opacity:0;
    padding-bottom:15px;
}


.close-announcements {
    position: absolute;
    top: 18px;
    right: 20px;
    cursor:pointer;
}


.single-announcement-permalink {
    color: white;
    font-weight: 500;
    font-size: 14px;
    padding: 11px 20px 13px;
    border: 1px solid white;
    border-radius: 10px;
}

.there-are-announcements.readit {
    display: none!important;
}

.single-announcement-permalink:hover {
    background: white;
    color: #f83c3c;
}


.announcements-list .slick-dots {
    bottom: -40px;
}

.announcements-list .slick-dots button:before {
    color: transparent!important;
    border: 1px solid white;
    border-radius: 50%;
    width: 10px;
    opacity:1;
    height: 10px;
    background: transparent;
}

.announcements-list .slick-dots li.slick-active button:before {
    background: white;
}

.announcements-list .slick-dots li button {
    width: 10px;
    height: 10px;
}

.announcements-bell-bg:before {
    content: "";
    border: 14px solid #f83c3c;
    border-radius: 50%;
    height: 80px;
    width: 80px;
    -webkit-animation: busyness-live-pulsate 1.8s ease-out;
    animation: busyness-live-pulsate 1.8s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    margin-top: -5px;
}

@keyframes busyness-live-pulsate {
 	0% {
        -webkit-transform: translate(-50%, -50%) scale(.1, .1);
        transform: translate(-50%, -50%) scale(.1, .1);
        opacity: 0;
    }
    
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translate(-50%, -50%) scale(1.2, 1.2);
        transform: translate(-50%, -50%) scale(1.2, 1.2);
        opacity: 0;
    }   
}

@-webkit-keyframes busyness-live-pulsate {
 	0% {
        -webkit-transform: translate(-50%, -50%) scale(.1, .1);
        transform: translate(-50%, -50%) scale(.1, .1);
        opacity: 0;
    }
    
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translate(-50%, -50%) scale(1.2, 1.2);
        transform: translate(-50%, -50%) scale(1.2, 1.2);
        opacity: 0;
    }   
}

@media screen and (max-width:640px) {
    .announcements-bell {
        bottom: 42px;
        right: 42px;
    }
    
    .announcements-list-info {
        width: calc(100% - 60px);
        right: 30px;
        max-height: 500px;
        padding: 50px 20px;
    }
    
    .announcements-list {
        width: 100%!important;
    }
    
    .announcements-bell-bg svg {
        width: 70px;
        height: 70px;
    }
    
    .announcements-bell-bg:before {
        width: 60px;
        height: 60px;
        margin-top: -3px;
    }
    
    .announcements-bell-count {
        width: 14px;
        height: 14px;
        border-width: 1px;
    }
    
    .announcements-bell-count:after {
        width: 14px;
        height: 14px;
    }
    
    .announcements-bell-icon svg {
        width: 30px!important;
        height: 37px!important;
    }
    
    .announcements-bell-icon {
        margin-left: 0;
        margin-top: -3px;
    }
    
    .announcements-bell-count {
        font-size:13px!important;
    }
}



.announcements-list .slick-prev {
    left: -35px;
}

.announcements-list .slick-next {
    right: -35px;
}

.announcements-list .slick-arrow svg {
    width: 15px;
}

.announcements-list .slick-arrow svg path {
    stroke-width: 2px;
}
@media screen and (max-width:640px) {
    .announcements-list .slick-list {
        padding: 0 15px!important;
    }
    .announcements-list .slick-prev {
        left:-15px
    }
    .announcements-list .slick-next {
        right: -15px;
    }
}

.announcements-count p {
    margin-bottom: 0;
    margin-top: 10px;
    text-align: center;
    color: white;
    font-size: 13px;
}

.announcements-count #current {
    font-weight: bold;
}

.announcements-count #total {
    opacity: 0.7;
}