/**
 * Theme Name:     forgex Child
 * Author:         themexriver
 * Template:       forgex
 * Text Domain:	   forgex-child
 * Description:    Forgex - Industrial &amp; Factory WordPress Theme
 */

 /* Belerima Copyright */
.BelerimaCopyright {
    border-top: 1px solid #0b251d!important;
    display: block!important;
    background: #000000!important;
    padding: 1rem 0!important;
    color: #ffffff!important;
    text-align: center!important;
    margin: 0.66em!important;
    border-radius: 15px!important;
}
.BelerimaCopyright img {
    width: 2rem!important;;
}
.BelerimaCopyright a {
    color: #fff!important;
}
.BelerimaCopyright p {
    font-size: 16px!important;
    margin: 0!important;
    color: #fff!important;
}
@media only screen and (max-width: 768px) {
    .mobile-bottom-bar-enabled .site {
        margin-bottom: inherit
    }
    
    .BelerimaCopyright {
        margin-bottom: var(--mobile-bottom-bar-height)
    }
}
@media only screen and (max-width: 480px) {
    .BelerimaCopyright img {width: 1.5rem!important;}
    .BelerimaCopyright p {font-size: 14px!important;}
}