/*!
Theme Name: butik
Theme URI: http://butik.eu/
Author: Tim Camerlinckx / digital astronaut
Author URI: http://www.digitalastronaut.be/
Description: Extra/additional styles for the butik theme
Version: 1.0.0
*/

.nf-form-title {
	display: none;
}

.nf-form-fields-required,
.nf-form-layout .nf-after-field,
.nf-form-layout .nf-field-container.js-paragraph-text {
	display: none;
}

.nf-form-layout .nf-form-content {
	margin-right: -15px;
	margin-left: -15px;
}

.nf-form-layout .nf-field-container {
	margin-bottom: 20px;
}

/* .submit-container {
	padding-top: 20px;
} */

.nf-form-layout .nf-error .nf-field-element .ninja-forms-field {
	border-right: 0;
	border-left: 0;
	border-top: 0;
}

.nf-form-layout .nf-field-element textarea.form__control-input_textarea {
	height: 148px;
}

.nf-form-layout .submit-wrap .nf-field-element {
	display: inline-block;
	width: auto;
	margin: 5px auto 0 auto;
	position: relative;
	z-index: 2;
}

.nf-form-layout .submit-wrap .nf-field-element .form__control-input-label {
	display: none;
}

.nf-form-layout .submit-wrap .nf-field-element:after {
	content: "";
	display: block;
	width: 100%;
	height: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #ffffff;
	z-index: -1;

	-webkit-transition: all .6s cubic-bezier(1,0,.3,1);
	transition: all .6s cubic-bezier(1,0,.3,1);
}

.nf-form-layout .submit-wrap .nf-field-element:hover:after,
.nf-form-layout .submit-wrap .nf-field-element:focus:after,
.nf-form-layout .submit-wrap .nf-field-element:active:after {
	height: 100%;
}

.nf-error-msg {
	margin-top: 15px;

	text-align: center;
	font-size: 20px;
	line-height: 1.75;
	font-style: italic;
}

.nf-form-layout .checkbox-wrap {
	padding-left: 15px;
}

.nf-form-layout .checkbox-wrap .form__group {
	margin-bottom: 0;
}

.nf-form-layout .checkbox-wrap .nf-field-label label {
	padding-top: 3px;

	color: #ccc;
	font-family: "Bebas Neue", sans-serif;
	font-size: .8rem;
	line-height: 1;
	font-weight: 700;
	letter-spacing: .16rem;
}

.nf-form-layout .checkbox-wrap .nf-field-label label .ninja-forms-req-symbol {
	color: #ccc;
}

.nf-form-layout .checkbox-wrap .nf-field-label label a {
	color: #ccc;
	text-decoration: underline;
}

.nf-form-layout .checkbox-wrap .nf-field-label label a:hover,
.nf-form-layout .checkbox-wrap .nf-field-label label a:active {
	color: #888;
}

.nf-form-layout .checkbox-wrap .form__control-input-label {
	display: none;
}

.modal__header .modal__heading {
	text-transform: uppercase;
}

.css_dgnt-single_page {
	max-width: 1000px;
	padding-right: 15px;
	padding-left: 15px;
	margin: 0 auto;
}

.css_dgnt-single_page .page-header__main {
	text-align: left;
}

.css_dgnt-single_page .page-header__main .page-header__subline {
	max-width: 100%;
	margin: 0 auto 40px auto;
}

.css_dgnt-single_page .page-header__main a {
	color: #ffffff;
	text-decoration: underline;
}

.css_dgnt-feed_item-content {
	display: none !important;
}

.css_dgnt-popup-video_embed {
	display: none;
}

.css_dgnt-is_video .css_dgnt-popup-video_embed {
	display: block;
}

.css_dgnt-is_video .css_dgnt-popup-image {
	display: none;
}
