
.fpf-clear:before, .fpf-clear:after {
	content: " ";
	display: table;
}

.fpf-clear:after {
	clear: both;
}

.fpf-fields {
	display: block;
	clear: both;
	margin: 1em 0;
}

.fpf-totals dl {
	margin-bottom: 1em;
	overflow: hidden;
}

.fpf-totals dl:empty {
	display: none;
}

.fpf-totals dt {
	clear: left;
	float: left;
	width: 50%;
}

.fpf-totals dd {
	float: left;
}

.fpf-fields span.optional {
	display: none;
}

.fpf-field-tooltip {
	cursor: help;
}

.fpf-field-tooltip-icon:before {
	content: "";
	font-family: "fpf-icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fpf-radio-images .woocommerce-input-wrapper, .fpf-radio-colors .woocommerce-input-wrapper {
	display: flex;
	flex-wrap: wrap;
	margin: -10px;
}

.fpf-radio-images input[type="radio"], .fpf-radio-colors input[type="radio"] {
	display: none;
}

.fpf-radio-images input[type="radio"]+label, .fpf-radio-colors input[type="radio"]+label {
	width: 100px;
	margin: 10px;
	cursor: pointer;
}

.fpf-radio-images input[type="radio"]+label img, .fpf-radio-colors input[type="radio"]+label .fpf-radio-preview {
	display: block;
	width: 100%;
	border: 2px solid rgba(255, 255, 255, 0);
	pointer-events: none;
}

.fpf-radio-images input[type="radio"]+label img {
	height: auto;
}

.fpf-radio-colors input[type="radio"]+label .fpf-radio-preview {
	height: 0;
	padding-bottom: calc(100% - 4px);
}

.fpf-radio-images input[type="radio"]:checked+label img, .fpf-radio-colors input[type="radio"]:checked+label .fpf-radio-preview {
	border-color: #000;
}

.fpf-fields-config-wrapper {
	margin-bottom: 1rem;
}

.fpf-field.fpf-image img {
	max-width: 100%;
	height: auto;
}

.cmplz-video.cmplz-iframe-styles {
	background-color: transparent;
}

.cmplz-video.cmplz-hidden {
	visibility: hidden !important;
}

.cmplz-blocked-content-notice {
	display: none;
}

.cmplz-placeholder-parent {
	height: inherit;
}

.cmplz-optin .cmplz-blocked-content-container .cmplz-blocked-content-notice, .cmplz-optin .cmplz-wp-video .cmplz-blocked-content-notice, .cmplz-optout .cmplz-blocked-content-container .cmplz-blocked-content-notice, .cmplz-optout .cmplz-wp-video .cmplz-blocked-content-notice {
	display: block;
}

.cmplz-blocked-content-container, .cmplz-wp-video {
	animation-name: cmplz-fadein;
	animation-duration: 600ms;
	background: #fff;
	border: 0;
	border-radius: 3px;
	box-shadow: 0 0 1px 0 rgba(0, 0, 0, .5), 0 1px 10px 0 rgba(0, 0, 0, .15);
	display: flex;
	justify-content: center;
	align-items: center;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	height: inherit;
	position: relative;
}

.cmplz-blocked-content-container.gmw-map-cover, .cmplz-wp-video.gmw-map-cover {
	max-height: 100%;
	position: absolute;
}

.cmplz-blocked-content-container.cmplz-video-placeholder, .cmplz-wp-video.cmplz-video-placeholder {
	padding-bottom: initial;
}

.cmplz-blocked-content-container iframe, .cmplz-wp-video iframe {
	visibility: hidden;
	max-height: 100%;
	border: 0 !important;
}

.cmplz-blocked-content-container .cmplz-custom-accept-btn, .cmplz-wp-video .cmplz-custom-accept-btn {
	white-space: normal;
	text-transform: initial;
	cursor: pointer;
	position: absolute !important;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 200px;
	font-size: 14px;
	padding: 10px;
	background-color: rgba(0, 0, 0, .5);
	color: #fff;
	text-align: center;
	z-index: 98;
	line-height: 23px;
}

.cmplz-blocked-content-container .cmplz-custom-accept-btn:focus, .cmplz-wp-video .cmplz-custom-accept-btn:focus {
	border: 1px dotted #cecece;
}

.cmplz-blocked-content-container .cmplz-blocked-content-notice, .cmplz-wp-video .cmplz-blocked-content-notice {
	white-space: normal;
	text-transform: initial;
	position: absolute !important;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 300px;
	font-size: 14px;
	padding: 10px;
	background-color: rgba(0, 0, 0, .5);
	color: #fff;
	text-align: center;
	z-index: 98;
	line-height: 23px;
}

.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links, .cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links {
	display: block;
	margin-bottom: 10px;
}

.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links a, .cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links a {
	color: #fff;
}

.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body, .cmplz-wp-video .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body {
	display: block;
}

.cmplz-blocked-content-container div div {
	display: none;
}

.cmplz-wp-video .cmplz-placeholder-element {
	width: 100%;
	height: inherit;
}

@keyframes cmplz-fadein {
	from {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

.footer-width-fixer {
	width: 100%;
}

/* Container fix for genesis themes */
.ehf-template-genesis.ehf-header .site-header .wrap, .ehf-template-genesis.ehf-footer .site-footer .wrap, .ehf-template-generatepress.ehf-header .site-header .inside-header {
	width: 100%;
	padding: 0;
	max-width: 100%;
}

/* Container fix for generatepress theme */
.ehf-template-generatepress.ehf-header .site-header, .ehf-template-generatepress.ehf-footer .site-footer {
	width: 100%;
	padding: 0;
	max-width: 100%;
	background-color: transparent !important;
}

.bhf-hidden {
	display: none;
}

/* Fix: Header hidden below the page content */
.ehf-header #masthead {
	z-index: 99;
	position: relative;
}
