/*
 Theme Name:   Type Child Theme
 Theme URI:    https://www.designlabthemes.com/type-wordpress-theme/
 Description:  Type Child Theme
 Author:       Design Lab
 Author URI:   https://www.designlabthemes.com/
 Template:     type
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  type-child
*/


/* =Theme customization starts here
-------------------------------------------------------------- */

.site-title-centered .site-description {
    text-transform: unset;
    font-size: 18px;
    color: #ffffffbd;
}

@media only screen and (max-width: 600px) {
    .site-title-centered .site-description {
        font-size: 14px;
    }
}

@media screen and (min-width: 960px) {
    .site-credits {
        text-align: center;
        margin-bottom: 0;
    }
}