/**handles:flatsome-style**/
/*
Theme Name: flatsome-child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/* header */
#masthead {
	max-width: 90vw;
	margin: 0 auto;
	padding: 4vw 0;
	height: auto !important;
}

	.stuck #masthead {
		padding: 1vw 0;
	}
	
/* projectpagina */
.single-featured_item .row {
	max-width: 90vw;
	margin: 0 auto;
}

/* home */
.sticky-section {
	overflow-y: hidden;
}

.home .flickity-slider .box-image {
	display: none;
}

.home .dark h5.post-title {
	color: #ae6128;
}

/* footer */
footer .container {
	max-width: 90vw;
	margin: 0 auto;
	padding: 4vw 0;
}


@media screen and (max-width: 850px) {
	.medium-logo-center .logo img {
    	margin: 0;
	}

	.medium-logo-center .logo {
   	 -webkit-order: 1;
    	-ms-flex-order: 1;
    	order: 1;
    	text-align: left;
    	margin: 0;
	}
}