@media only screen and (min-width: 1024px) {
    #footer.single-layout .footnav { display: block; }
    #footer.single-layout .footnav .mod_customnav { margin: 0rem auto 0.5rem auto;  }
    #footer.single-layout .footnav .mod_customnav ul { display: block; text-align: center;}
    #footer.single-layout .footnav .mod_customnav ul li { display: inline-block;}
    #footer.single-layout .ce_copyright { text-align: center; }
    #footer.single-layout .official, #footer.single-layout .ce_official { padding-bottom: 0.5em; }
}

@media only screen and (min-width: 768px) {
    #footer.single-layout .footnav { display: block; }
    #footer.single-layout .footnav .mod_customnav { margin: 0rem auto 0.5rem auto;  }
    #footer.single-layout .footnav .mod_customnav ul { display: block; text-align: center;}
    #footer.single-layout .footnav .mod_customnav ul li { display: inline-block;}
    #footer.single-layout .ce_copyright { text-align: center; }
    #footer.single-layout .official, #footer.single-layout .ce_official { padding-bottom: 0.5em; }    
}

.ce_fixed_header.single-layout { background: #0C6091; } 

.ce_grid.rating .ce_text { display: flex; justify-content: space-between; }
.ce_grid.rating .ce_text h3 { margin-right: 10px; }
@media only screen and (max-width: 412px) {
    .ce_grid.rating .ce_text {  }
}


