/*
Theme Name: Matoma Child Theme
Description: This is a custom child theme for Matoma
Theme URI:   https://matoma.de
Author: Matoma
Author URI:  https://matoma.de
Template: salient
Version: 1.0
*/

.comments-section {
    display: none;
}

@media only screen and (max-width: 1301px){
	div#author-bio {
	    flex-direction: column;
	    gap: 5vh;
	}
	
	#ajax-content-wrap .container-wrap #author-bio #author-info {
		width: auto!important;
	}
	
	#author-bio .span_6:first-child {
	    justify-content: center !important;
	}
}

.blog-recent .col {
    margin-bottom: 40px !important;
}


/*Author box*/

div#author-bio {
    display: flex;
    gap: 5vh;
    margin: 0 auto !important;
    max-width: 1000px;
}

#author-bio .span_6:first-child {
    display: flex;
    justify-content: flex-end;
    width: auto;
    min-width: 160px;
}

.container-wrap #author-bio #author-info {
    margin: 0;
    width: auto;
    text-align: left;
}

.container-wrap #author-bio #author-info p {
    max-width: 100%;
}

.container-wrap #author-bio #author-info p {
    margin: 0;
}

.container-wrap #author-bio #author-info h3 {
    font-size: 28px;
    line-height: 36px;
}

#author-bio h3 span{
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1.4;
    text-transform: none;
}

#author-bio img {
    margin: 0;
    width: 160px;
    height: 160px;
}


/*Formular Captcha-Quiz*/

.cf7-quiz {
    display: flex;
    align-items: center;
    max-width: 100%;
}
.cf7-quiz label > span.wpcf7-quiz-label { /* quiz-text */
    color: #787878;
    font-size: 14px;
    padding: 10px;
}
.cf7-quiz label > input.wpcf7-quiz { /* quiz-input */
    width: 100px;
    text-align: center;
}