/*
Theme Name: Unit 3
Description: Unit 3
Version: 100.7
*/

* {
    outline:none !important;
}

.cta-hp-u3 p {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.5;
    padding: 0 0 2px;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.fa-tiktok:before {
    background-image: url(img/tiktokbf.png);
    content: '';
    filter: grayscale(0);
    width: 22px;
    height: 22px;
    background-size: contain;
    display: block;
    filter: brightness(0) invert(1);
    line-height: 1;
    background-repeat: no-repeat;
}

.fa-tiktok {
    padding-top:8.5px;
}

table.umg_live_table tr td a {
    pointer-events:none !important;
}

.footer-float-logo {
    position: absolute;
    bottom: 120px;
    right: 120px;
    z-index: 99999;
}

.footer-float-logo img {
    width:100px;
    filter:invert(1);
}

.mc4wp-response {
    clear:both;
}

.mc4wp-response p {
    padding: 10px !important;
    border: 1px solid #fff !important;
    text-align: center;
    color: #fff !important;
    font-size: 15px;
}

@media screen and (min-width: 641px) {
    .socialsficons {
        display:none !important;
    }
}

@media screen and (max-width: 640px) {
    ul#socials {
        display:none !important;
    }
    
    .socialsficons {
        padding:10px 0 !important;
    }
    
    .socialsficons li {
        font-size:16px !important;
    }
    
    .fa-tiktok:before {
        width:14px;
        height:14px;
    }
    
    .fa-tiktok {
        padding-top:0 !important;
    }
    
    .footer-float-logo {
        display:none !important;
    }
}