/**
 * Theme Name: Blocksy Child - Collectief West Betuwe
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

.page-id-24 .page-title {
	text-align: center;
}

form.search-form {
	display: none;
}

.entry-content .form-group h3,
.entry-content .form-group h3:last-child {
	font-size: 20px;
	color: #3d8921;
	margin: 30px 0 5px;
}
.entry-content .form-group p {
    margin-bottom: 5px;
}
.entry-content .form-group input[type=text] {
	color: #000;
	background-color: #fff;
}
.wp-block-toolset-cred-form {
	background-color: #efeeee;
	padding: 30px;
}
.page-id-546 .wp-block-toolset-cred-form h3 {
	color: #3d8921;
}
.home .wp-block-stackable-heading h2.stk-block-heading__text {
	text-align: center;
}
.home  article>.entry-content>*:not(.alignwide):not(.alignfull) {
    max-width: var(--default-editor, var(--block-max-width));
    text-align: left;
}
.left {
	width: 45%;
	/*float: left;*/
}
.right {
	width: 45%;
	/*float: right;*/
}
.form-kze2favvby .flex {
	display: flex;
	justify-content: space-between;
	background-color: #ecebeb;
	padding: 20px 30px 30px;
}
	/*media query mobile first*/
	@media only screen and (max-width: 689px) {

			.left,
			.right {
				width: 100%;
			}
			.form-kze2favvby .flex {
				display: block;
			}

	}


.ct-no-results .entry-content {
	display: none;
}
.tax-project .hero-section[data-type=type-1] {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}


.form-kze2favvby label {
    display: block;
	font-size: 16px;
	font-weight: 600;
	margin: 20px 0 5px;
}

.form-kze2favvby fieldset {
	border: 0;
	padding: 0;
}
.form-kze2favvby fieldset label {
        display: inline;
        padding: 0 0 0 10px;
       	font-weight: 300;
}
.form-kze2favvby input[type=text], .form-kze2favvby input[type=email], .form-kze2favvby input[type=number] {
}
.form-kze2favvby input[type=submit] {
	margin: 30px auto 0;
    display: block;
}
main a {
	font-weight: 600;
}



h3.ct-comments-title {
	display: none;
}
.ct-comments-container .ct-comment-inner {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 3px solid var(--border-color);
}
.ct-comments-container .ct-comment-meta-data .comment-reply-link {
    padding: 5px 10px 0 10px;
    height: auto;
}


[data-header*="type-1"] .ct-header [data-id="menu"] > ul > li > a {
	border-top: 12px solid #FAFBFC;
}
.tag[data-header*="type-1"] .ct-header [data-id="menu"] > ul > li.menu-item-275 > a,
.tax-project[data-header*="type-1"] .ct-header [data-id="menu"] > ul > li.menu-item-42 > a,
[data-header*="type-1"] .ct-header [data-id="menu"] > ul > li[class*=current-menu-] > a,
[data-header*="type-1"] .ct-header [data-id="menu"] > ul > li[class*=current_page_parent] > a,
[data-header*="type-1"] .ct-header [data-id="menu"] > ul > li > a:hover {
	border-top: 12px solid #9f141f;
}
.category-home[data-header*="type-1"] .ct-header [data-id="menu"] > ul > li.menu-item-41 > a,
.single[data-header*="type-1"] .ct-header [data-id="menu"] > ul > li.menu-item-215 > a {
	border-top: 12px solid #FAFBFC;
}

.menu li.menu-item, .menu li.page_item {
	padding-left: 20px;
	padding-right: 20px;
}
.sub-menu li.menu-item, 
.sub-menu li.page_item {
	padding-left: 0;
	padding-right: 0;
}
.archive.category-actueel .entry-header .page-title,
.archive.category-actueel .hero-section,
.entry-meta [data-type=pill] a.ct-term-1,
.entry-meta [data-type=pill] a.ct-term-5 {
	display: none;
}
.entry-meta [data-type=pill] a {
	min-height: auto !important;
    padding: 0 5px !important;
    border-radius: 1px !important;
}
.ct-related-posts .related-entry-title {
    margin-top: 0 !important;
}
	/*media query mobile first*/
	@media only screen and (min-width: 1000px) {

	}
		#header [data-row*=boxed]>div {
		    padding: 0 !important;
		}

	/*media query mobile first*/
	@media only screen and (min-width: 1200px) {
		[data-header*="type-1"] .ct-header [data-id="text"] p {
			font-size: 2.3333vw !important;
		}
	}
	@media only screen and (min-width: 1500px) {
		[data-header*="type-1"] .ct-header [data-id="text"] p {
			font-size: 36px !important;
		}
	}


	
@media (min-width: 690px) and (max-width: 999.98px) {

	.home [data-layout=enhanced-grid]>article:nth-child(1) {
	    grid-column: span 6;
	}

}




/*[data-header*="type-1"] .ct-header [data-sticky*="yes"] [data-row*="middle"] > ul > li > a {
	border-top: 16px solid #9f141f;
}
[data-header*="type-1"] .ct-header [data-sticky*="yes"] [data-row*="middle"] > ul > li[class*=current-menu-] > a,
[data-header*="type-1"] .ct-header [data-sticky*="yes"] [data-row*="middle"] > ul > li > a:hover {
	border-top: 16px solid #FAFBFC;
}*/

/*nav[class*=menu] li[class*=current-menu-]>a, 
nav[class*=menu] li[class*=current-menu-]>.ct-sub-menu-parent {
	border-top: 12px solid #9f141f;
}
*/
/*nav[class*=menu] li[class*=current-menu-]>a:before,
[data-menu*=type-1]>ul>li:hover>a:before, 
[data-menu*=type-1]>ul>li[class*=current-menu-]>a:before {
	border-top: 12px solid #9f141f;
}*/