/*
	Theme Name:		Eye-C Template
	Description:	Custom WordPress template created by Eye-C Multimedia.
	Version:		1.0
	Author:			Eye-C Multimedia
	Author URI:		https://eye-c.nl/
	Text Domain:	eyec
    Tags:			HTML5, SCSS, CSS3, Wordpress, Gutenberg, ACF, Eye-C Multimedia
    
    Notes:			Main css styles are read from assets/css/main.css, place custom css styles in this document.
*/

/*--------------------------------------------------*\
	Custom CSS Styles
\*--------------------------------------------------*/

.grecaptcha-badge {
    display: none !important;
}

.eyec-custom:not(.home) header .navigation .menu ul a {
    color: inherit;
}


footer #block-4 img {
	max-width: 50%;
}

.logocontrainer {
	
}

.logocontainer img:not(:nth-child(5)) {
	display: none;
	opacity: 0;
	visibility: none;
}

.logocontainer img:nth-child(5) {
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.wp-block-column.blackbox {
		padding: 80px 50px;
	}
	
	h1 strong {
    	font-size: 20px;
	}
	
	.current_page_item > a, .current-menu-item > a {
    	color: #000000 !important;
	}
}