/*
Theme Name: GeneratePress Child
Theme URI: https://www.metkimbocekilaclama.com/
Description: GeneratePress Child Theme
Author: Metkim
Author URI: https://www.metkimbocekilaclama.com/
Template: generatepress
Version: 1.0
Text Domain: generatepress-child
*/

.site-info,
.copyright-bar,
.inside-site-info {
    text-align: center;
}

.inside-site-info {
    display: block;
    width: 100%;
}

.footer-brand-credit {
    width: 100%;
    margin: 0;
    padding: 12px 15px;
    font-size: 13px;
    line-height: 1.8;
    color: #cfcfcf;
    text-align: center;
}

.footer-brand-credit a {
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    transition: opacity 0.25s ease, color 0.25s ease;
}

.footer-brand-credit a:hover,
.footer-brand-credit a:focus {
    color: #ffffff;
    opacity: 0.85;
    text-decoration: underline;
}

.footer-brand-credit .credit-separator {
    display: inline-block;
    margin: 0 8px;
    opacity: 0.65;
}

@media (max-width: 768px) {
    .footer-brand-credit {
        font-size: 12px;
        line-height: 1.7;
        padding: 10px 12px;
    }

    .footer-brand-credit .credit-separator {
        display: block;
        margin: 4px 0;
    }
}