/*
    Theme Name:   Hospa Child
    Description:  Hospa Child Theme
    Author:       HiBootstrap
    Author URI:   http://hibootstrap.com
    Template:     hospa
    Version:      1.4
    Text Domain:  hospa-child
*/




/* 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;
}
.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;}
}