
/*loader css*/
#cover-spin {
    position:fixed;    
    left:0;right:0;top:0;bottom:0;
    background-color: rgba(255,255,255,0.7);
    z-index:9999;
    display:none;
}

@-webkit-keyframes spin {
	from {-webkit-transform:rotate(0deg);}
	to {-webkit-transform:rotate(360deg);}
}

@keyframes spin {
	from {transform:rotate(0deg);}
	to {transform:rotate(360deg);}
}

#cover-spin::after {
    content:'';
    display:block;
    position:absolute;
    left:48%;top:40%;
    width:40px;height:40px;
    border-style:solid;
    border-color:black;
    border-top-color:transparent;
    border-width: 4px;
    border-radius:50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}

ul.f3-widget-paginator li a {
    color: #505050;
    padding: 5px 10px 4px;
    display: inline-block;
}

ul.f3-widget-paginator li.current {
    padding: 5px 10px 4px;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5,
p {
    hyphens: auto;
    word-wrap: break-word;
}

.submit-msg .submit-msg__text {
    color: #fff;
    text-transform: none;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
}

.submit-msg .submit-msg__text p {
    color: #fff;
    text-transform: none;
    margin-bottom: 0;
}
