/*
	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
\*--------------------------------------------------*/

.zangeres-bruiloft .wp-block-column .wp-block-buttons .wp-block-button .wp-element-button{
	padding: 16px 26px;
}

header .logo{
	max-width: 200px;
}

body.sticky-nav header .logo{
	max-width: 180px;
}

.blur-background > img, .border > img {
	 border-radius: 10px;
}

.lightBoxVideoLink {
    color: black !important;
}

.grecaptcha-badge {
	display: none;
}

.slider .slide{
	background-position: 82%;
}

header .navigation .menu.mobile ul {
	padding: 90px 30px 30px;
}

@media only screen and (max-width: 767px) {
	.slider .slide{
		background-position: 82%;
	}
	
	footer .copyright .container .developer {
        font-size: 14px;
		text-align: center;
    }
}