/*
Theme Name: ColorMag Pro Child Theme
Theme URI: http://themegrill.com/themes/colormag/
Description: Child Theme for ColorMag Pro
Author: ThemeGrill
Author URI: http://themegrill.com
Template: colormag-pro
Version: 1.0
*/

/**********/
/* Header */
/**********/

.cm-header-1 .cm-row {
 padding: 0;
}

/************/
/* Beiträge */
/************/
.cm-entry-summary ul {
 font-size: 1.4rem;
}

.cm-header-col-1 {
    flex-basis: unset;
}

/* Tabellen */
table {
    font-size: 1.4rem;
}

table th {
    text-transform: unset;
}
/* Tabbellen - Ende */


/*********/
/* Autor */
/*********/
.author-img picture {
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    width: 100px;
    height: 100px;
}

.author-img picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}




/**********/
/* Footer */
/**********/
.cm-footer-menu ul li {
    font-size: 100%;
}
