textarea,
input.text,
input[type="text"],
input[type="email"],
input[type="button"],
input[type="submit"],
.input-checkbox {
	-webkit-appearance: none;
	border-radius: 0;
}



.br-button,
a.cta-link {
	outline: none;
}



.has-invert h1,
.has-invert h2,
.has-invert h3,
.has-invert h4,
.has-invert h5,
.has-invert h6 {
	color: #fff;
}
.has-invert p,
.has-invert p.p-large,
.has-invert li {
	color: #fff;
	color: hsla(0, 0%, 100%, .7);
}



.alignleft {
	float: left;
	margin: 0 12px 12px 0;
}
.alignright {
	float: right;
	margin: 0 0 12px 12px;
}

@media (max-width: 767px) {
	.alignleft,
	.alignright {
		float: none;
		display: block;
		margin: 24px auto;
	}
}



div.alignnone {
	display: block;
	max-width: 100%;
}
img.alignnone,
div.alignnone img {
	display: block;
	margin: 36px auto;
}
.wp-caption-text {
	-webkit-box-flex: 0;
	-webkit-flex: 0 auto;
	-ms-flex: 0 auto;
	flex: 0 auto;
	color: #aab1aa;
	font-size: 14px;
	line-height: 26px;

	margin-top: -24px;
	margin-bottom: 36px;
	font-style: italic;
}



.the-content iframe {
	width: 100%;
	margin: 36px auto;
}
.the-content p iframe {
	margin-bottom: 0;
}



span.wpcf7-not-valid-tip {
	padding: 0 12px 0 20px;
	font-size: 14px;
	text-align: left;
}
div.wpcf7-response-output {
	margin: 24px 0 0 0;
}

.form-newsletter .form.horizontal {
	-webkit-align-items: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
}
.form-newsletter .form.horizontal .wpcf7-form-control-wrap {
	margin-left: 1%;
	margin-right: 1%;
}
.form-newsletter .form.horizontal .wpcf7-form-control-wrap .text-field.horizontal {
	margin-left: 0;
	margin-right: 0;
}
.form-newsletter .form.horizontal .ajax-loader {
	display: none;
}

.page-template-page-contact span.wpcf7-not-valid-tip {
	margin: -12px 0 12px 0;
}
.page-template-page-contact div.wpcf7 .ajax-loader {
	display: none;
}

.the-content .wpcf7 {
	margin: 48px 0;
}
.the-content .wpcf7:first-child {
	margin-top: 0;
}
.the-content .wpcf7:last-child {
	margin-bottom: 0;
}



.section.message + .section.hero {
	margin-top: 0;
	padding-top: 0;
}

.section.tint + .section.tint {
	padding-top: 0;
}



hr.divider {
	height: 1px;
	margin: 48px 0;
	background: #d5dcd5;
	border: none;
}



.white-popup {
	position: relative;
	width: auto;
	max-width: 500px;
	padding: 36px;
	margin: 48px auto;
	background: #fff;
}
.white-popup--subscribe {
	max-width: 1400px;
	margin: 48px;
	padding: 0;
	overflow: hidden;
}
@media (max-width: 767px) {
	.white-popup--subscribe {
		margin: 12px;
	}
}



img.full-width {
	width: 100%;
	height: auto;
}



.section.white:not(.divider-b) + .section.white {
	padding-top: 0;
}



.iframe-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
}
.iframe-container iframe,
.iframe-container object,
.iframe-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%;
}



table.variations td.label label {
	margin: 0 6px 0 0;
}
table.variations td.value a.reset_variations {
	margin: 0 0 0 6px;
}

.br-product-description .price {
	margin-bottom: 24px;
	font-size: 22px;
	line-height: 34px;
	font-weight: 400;
	color: #00b4c3;
}
@media (max-width: 767px) {
	.br-product-description .price {
		margin-bottom: 18px;
		font-size: 20px;
		line-height: 32px;
	}
}

.br-product-description form.cart:not(.variations_form),
.br-product-description div.woocommerce-variation-add-to-cart {
	display: flex;
	flex-direction: row;
	margin-bottom: 24px;
}
