/*
Theme Name: Buva
Theme URI: http://stolze-webdevelopment.nl
Author: Danny
*/

body {
	font-family: 'Uni Neue', serif;
    background: #fff;
}

.arrow-down {
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 30px solid #000;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.spinner-container {
	display: inline-block;
	position: relative;
}

.btn-primary {
	background-color: #0F7CBB !important;
}

.btn-default {
	background: #fff !important;
	color: #666;
	border-radius: 0 !important;
	font-size: 14px;
}

.gradient-ltr {
	background: linear-gradient(90deg,#003f6b,#006db7);
	background-size: 70%;
}

.gradient-rtl {
	background: linear-gradient(-90deg,#003f6b,#006db7);
	background-size: 70%;
}

.vc_section.vc_section-has-fill, .vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section, .vc_section.vc_section-has-fill+.vc_section {
	padding-top: 0 !important;
}

header {
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}
	header .logo {
		height: auto;
		margin: 30px;
	}

		header .logo a {
			display: block;
		}

		header .logo img {
			vertical-align: middle;
		}

.featherlight .featherlight-content {
	max-width: 750px;
}

.wpcf7 {
	color: #fff;
}

#ct-ultimate-gdpr-cookie-open {
	display: none !important;
}


.featherlight {
	z-index: 9 !important;
}
