/*
Theme Name: AllroundWeb Child
Theme URI: http://www.allroundweb.nl
Description: Designed by <a href="http://allroundweb.nl">Allround Web</a>.
Author: Rob Abrahams
Version: 1.0.0
Template: hello-elementor

*/

/* Goud-kleur huisstijl: #C5A461 */

/* === Comment form gastenboek === */

/* Haal die pesky "site" weg bij gastenboekform */
/* Plus ik kan niet vinden in de WP files waar dit gegenereerd wordt en ben vandaag te lui grts David */
form#commentform > p.comment-form-url {
	display: none !important;
}

.comment-author > b,
a.comment-reply-link,
div.comment-metadata > a > time{
	color: #C5A461;
}

.comment-author > b, .comment-author > span {
	font-size: 22px;
}

.comment-content > p {
	font-size: 16px;
}

#commentform > p.form-submit > #submit{
	color: #fff;
	background-color: #C5A461;
	border: 1px solid #c5a461;
	border-radius: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 20px;
	margin-left: 460px;
}

#commentform > p.form-submit > #submit:hover{
	background-color: #C5A461;
	color: #fff;
	border: 1px solid #C5A461;
	transform: scale(1.1);
}
    .comment-content {
        color: #fff;
        font-family: 'saira';
        font-weight: 300;
    }
    .fn{
        font-family: 'saira';
        font-weight: 400;
    }
    .comment-author{
        color: #C5A461;
        font-family: 'saira';
        font-weight: 400;
    }
    .comment-reply-title{
        color: #C5a461;
        font-family: 'saira';
        font-weight: 400;
        padding-top: 30px;
        text-align: center;
    }

body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
    background: #efefef;
    opacity: 1;
    color: #000;
    padding: 20px;
    min-height: 30vh;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}

body #moove_gdpr_cookie_info_bar {
    height: 100vh !important;
    max-height: 100vh !important;
    position: fixed !important;
    top: 0 !important;
    display: flex;
    align-items: center !important;
    justify-content: center !important;
    opacity: 1 !important;
    border: none !important;
}

body #moove_gdpr_cookie_info_bar .moove-gdpr-cookie-notice,
body #moove_gdpr_cookie_info_bar .moove-gdpr-cookie-notice p {
    color: #000 !important;
}

body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
    background-color: #202020eb !important;
}
body .moove-gdpr-modal-left-content{
	background: #000 !important;
}
body .moove-gdpr-branding-cnt a{
	color:white !important;
}

.aw-blog-radio .facetwp-facet-categories{
	display: flex;
	flex-direction: row;
}
.aw-blog-radio .facetwp-counter{
	display: none;
}
.aw-blog-radio .facetwp-radio{
	color: white;
	background: none !important;
	border-bottom: 1px solid white;
    margin: 0px 10px 0px 10px;
    padding: 0px 10px 0px 10px;
}
.aw-blog-radio .checked{
    font-weight: 800;
	color: var(--e-global-color-ad474dd);
	border-bottom: 2px solid var(--e-global-color-ad474dd);
}


@media only screen and (max-width: 768px) {
	.aw-blog-radio .facet-wrap{
		display: flex;
		justify-content: center !important;
	}
}
@media only screen and (max-width: 550px) {
	.aw-blog-radio .facetwp-facet-categories{
		display: flex;
		flex-direction: column;
		width: 100%;
	}
	.aw-blog-radio .facetwp-radio{
        text-align: center;	
	}
	.aw-blog-radio .facetwp-facet{
		margin-bottom: 15px;
	}
}	