/*
Theme Name: MaxValue Theme
Theme URI: https://maxvalue.media/
Description: Theme developed by Maxvalue team
Author: MaxValue
Template: flatsome
Version: 1.0
Text Domain: maxvalue
*/

.header:not(.transparent) .header-bottom-nav.nav > li > a{
    color: #ffffff;
}

.row-small>.col {
    padding-bottom: 0;
}

.box-text p {
    padding-top: .5em;
}

.absolute-footer, .absolute-footer.text-center ul {
    color: #000 !important;
}

.menu-menu-footer-container ul li a:hover{
    color: #1490fc !important;
}

@media only screen and (min-width: 768px) {
    .box-text a:not(.button) {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}