#cmplz-manage-consent .cmplz-manage-consent{
z-index: 30000 !important;
}
#mvp-home-widget-wrap .mvp-flex-col .mvp-flex-story-text h2{
font-size: 1.3rem !important;
} .mvp-nav-logo-reg img{
max-height: 150px;
margin-bottom: 20px;
}
.mvp-fly-but-wrap{
display: none;
}
.mvp-nav-top-left .mvp-fly-but-wrap span{
background-color: #fff;
}
.mvp-nav-top-right .mvp-nav-search-but{
color: #fff;
}
@keyframes flyIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.flying-box {
opacity: 0;
animation: flyIn 1s ease-out 1s forwards;
} .eg-footer-grid__column .eg-footer-grid__column--heading {
font-size: .85rem;
font-weight: 700;
margin-bottom: 1rem;
margin-top: 0;
}
.eg-footer-grid__column--inner-grid {
display: grid;
flex: 2;
gap: 0 2rem;
grid-template-columns: repeat(2,2fr) repeat(2,1fr);
}
.eg-footer-grid__column ul.footer-social li {
margin: 0 .5rem 0 0;
}
.eg-footer-grid__column ul.footer-social {
display: flex;
margin: .5rem 0;
}
.eg-footer-grid__column ul {
margin: 0 1rem 0 0;
}
.eg-footer-grid__column .footer-copyright span {
display: inline-block;
}
.eg-footer-grid__column .footer-copyright, .eg-footer-grid__column .footer-description, .eg-footer-grid__column .footer-options {
display: block;
line-height: 1.8;
margin: 1rem 0 0;
}
.eg-footer-grid__column .footer-description {
max-width: 460px;
}
.eg-footer-grid__column .footer-copyright, .eg-footer-grid__column .footer-description, .eg-footer-grid__column .footer-options {
display: block;
line-height: 1.8;
margin: 1rem 0 0;
}
.eg-footer-grid__column .footer-logo {
display: block;
width: 200px;
}
.eg-footer a {
color: #a6a6a6;
text-decoration: none;
}
.eg-footer-grid__column ul li {
margin: 0 0 .5rem;
} .eg-footer-grid {
display: flex;
max-width: 1920px;
position: relative;
padding: 2%;
flex-wrap: wrap;
justify-content: space-between;
}
#mvp-foot-logo {
text-align: left !important;
}
.eg-footer {
background: #222;
color: #ccc;
font-size: .7rem;
line-height: 1.4;
}
.footer-menu-container{  
display: flex; 
justify-content: space-evenly; 
width: 40%;
}
@media (max-width: 1374px) {
.footer-menu-container{  
margin-top: 2%;
width: 100%;
}
}
.fixed-donate-button {
position: fixed;
bottom: 0px;
right: 0px;
background-color: #e21f30;
color: #fff !important;
padding: 12px 0px 12px 0px;
font-size: 45px;
width: 100vw;
font-weight: bold;
text-decoration: none;
z-index: 99999;
display: flex;
justify-content: center;
}
.fixed-donate-button a{
width: 100%;
justify-content: center;
display: flex;
color: #fff !important;
}
.fixed-donate-button a img{
display: inline-block;}
.fixed-donate-button a p{
display: inline-block;
margin-left: 20px}
@media (min-width: 1024px) {
.fixed-donate-button {
top: 110px !important;
font-size: 16px;
right: 0px;
width: 50px;
height: 70px;
padding: 12px 20px;
border-radius: 3px 0 0 3px;
box-shadow: 0 4px 6px rgba(0,0,0,0.2);
transition: background-color 0.3s ease;
}
.fixed-donate-button a img{
display: block;}
.fixed-donate-button a{
display: block;
color: #fff !important;
}
.fixed-donate-button a p{
display: inline-block;
margin-left:0;}
}