/*
Theme Name: Paraat op Maat
Theme URI: https://mixtape.qodeinteractive.com
Description: A child theme of MixtapeWP Theme
Author: Spruit Digital
Author URI: https://spruit.digital
Version: 1.0.0
Text Domain: mixtapewp
Template: mixtapewp
*/

body {
	color:#000 !important;
}

h1 span {
	color:#7b2234 !important;
}

h4 a {
	color:#7b2234 !important;
}

.qodef-light-header .qodef-page-header>div:not(.fixed):not(.qodef-sticky-header) .qodef-main-menu>ul>li>a, .qodef-light-header.qodef-header-style-on-scroll .qodef-page-header>div:not(.fixed):not(.qodef-sticky-header) .qodef-main-menu>ul>li>a {
	color:#7B2234 !important;
}

.qodef-wrapper-inner footer .qodef-footer-top.qodef-footer-top-aligment-center, .qodef-wrapper-inner footer h2, .qodef-wrapper-inner footer a, .qodef-wrapper-inner footer .widget a {
	text-align:left;
	color:#FFF;
}

.wp-block-button__link {
	border-radius:0;
}

footer .wp-block-buttons {
	justify-content:center;
}

@media(min-width:768px) {
	.qodef-three-columns-inner {
		display: flex;
		align-items:flex-end
	}

	.qodef-three-columns-inner .qodef-column:nth-child(1) {
		justify-content:left;
	}

	.qodef-three-columns-inner .qodef-column:nth-child(2) {
		justify-content:center;
	}

	.qodef-three-columns-inner .qodef-column:nth-child(3) {
		justify-content:right;
		text-align:right;
		font-size:20px;
	}
}

.widget.qodef-footer-column-3.widget_block.widget_text {
	display:inline-block;
}

.widget.qodef-footer-column-3.widget_block.widget_text p {
	margin-bottom:0;
}

.qodef-three-columns-inner .qodef-column:nth-child(3) .qodef-social-icon-widget-holder {
	padding:0 4px;
}

.qodef-wrapper-inner .qodef-three-columns .qodef-column {
	float:none;
	width:100%;
}

.clients {
	padding:50px 0;
}

.clients .vc_inner {
	margin-bottom:40px !important;
}

.clients .vc_inner .qodef-full-section-inner {
	display:flex;
	align-items: center;
}

.clients .vc_inner .qodef-full-section-inner img {
	filter: grayscale(1);
	transition:0.3s;
}

.clients .vc_inner .qodef-full-section-inner img:hover {
	filter: grayscale(0);
}

.qodef-search-opener, .qodef-side-menu-button-opener {
	display:none !important;
}

.wpb_video_widget, .vc_single_image-wrapper {
	margin-top:20px;
}

.home .qodef-album .qodef-album-image-holder, .page-template .qodef-album .qodef-album-image-holder {
	border:4px solid #7b2234;
	padding:10px;
}