/*
Author Name: Blain Web Design
Author URI: https://www.BlainWebDesign.com
Version: 2.0.0

*--------------------------------------------------------------
# Visual Composer fixes for added container and section clear
--------------------------------------------------------------*/

/* full width row */
div.vc_section,
section.vc_section {
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
}

div.wpb_row {
	margin-left: 0;
	margin-right: 0;
	padding-top: 25px;
	padding-bottom: 25px;
	left: 0;
	position: relative;
	height: auto;
	z-index: 1;
}

@media (min-width: 768px) {

	div.vc_row:not(.vc_inner) {
		padding-top: 25px;
		padding-bottom: 25px;
	}
}

.container {
	width: 100%;
	display: table;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.vc_row-flex .container {
	display: block;
}

.wpb_column.wpb_column div.vc_column-inner {
	padding-bottom: 20px;
	margin-bottom: 0;
}

.wpb_row.vc_row-no-padding > .container,
.wpb_row.vc_row-no-padding > .wpb_column .vc_column-inner {
	padding-left: 0;
	padding-right: 0;
}

.wpb_row .wpb_row .vc_column-inner {
	padding-left: 15px;
	padding-right: 15px;
}

.wpb_wrapper_fullHeight .wpb_wrapper {
	height: 100%;
}

.wpb_wrapper > div:not(:last-child) {
	padding-bottom: 25px;
}

/* Add spacing between items on mobile */
@media (max-width: 767px) {

	.wpb_column.wpb_column .vc_column-inner {
		margin-bottom: 20px;
	}
}

@media (min-width: 576px) {

	div.wpb_row .container,
	.container {
		max-width: 540px;
	}
}

@media (min-width: 768px) {

	div.wpb_row .container,
	.container {
		max-width: 720px;
	}
}

@media (min-width: 992px) {

	div.wpb_row .container,
	.container {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {

	div.wpb_row .container,
	.container {
		max-width: 1140px;
	}
}

div.wpb_row.vc_row_fullwidth > div.container {
	display: table;
	width: 100%;
	max-width: unset;
	padding-left: 0;
	padding-right: 0;
}

.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

div.wpb_gmaps_widget div.wpb_wrapper {
	padding: 0;
}

div.wpb_content_element {
	margin-bottom: 0;
}

.rowReverse.wpb_row.vc_row-flex .container > .section_clear {
	-webkit-flex-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	-o-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.wpb_row.vc_row-flex .container > .section_clear {
	box-sizing: border-box;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 100%;
}

.wpb_row.vc_row-flex,
.wpb_row.vc_row-flex > .container > .section_clear > .wpb_column {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
}

.wpb_row.vc_row-flex > .container > .section_clear > .wpb_column {
	display: flex;
}

.vc_ie-flexbox-fixer,
.wpb_row.vc_row-flex > .container > .section_clear > .wpb_column > .vc_column-inner,
.wpb_row.vc_row-o-content-top > .container > .section_clear > .wpb_column > .vc_column-inner > .wpb_wrapper,
.wpb_row.vc_row-o-content-middle > .container > .section_clear > .wpb_column > .vc_column-inner > .wpb_wrapper,
.wpb_row.vc_row-o-content-bottom > .container > .section_clear > .wpb_column > .vc_column-inner > .wpb_wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
}

.wpb_row.vc_row-flex > .container > .section_clear > .wpb_column > .vc_column-inner,
.wpb_row.vc_row-o-content-top > .container > .section_clear > .wpb_column > .vc_column-inner > .wpb_wrapper,
.wpb_row.vc_row-o-content-middle > .container > .section_clear > .wpb_column > .vc_column-inner > .wpb_wrapper,
.wpb_row.vc_row-o-content-bottom > .container > .section_clear > .wpb_column > .vc_column-inner > .wpb_wrapper {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none) {

	.wpb_row.vc_row-flex > .container > .section_clear > .wpb_column > .vc_column-inner > * {
		min-height: 1em;
	}
}

.wpb_row.vc_row-o-content-top > .container > .section_clear > .wpb_column > .vc_column-inner {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.wpb_row.vc_row-o-content-top:not(.vc_row-o-equal-height) > .container > .section_clear > .wpb_column {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.wpb_row.vc_row-o-content-bottom > .container > .section_clear > .wpb_column > .vc_column-inner,
.wpb_row.vc_row-o-content-bottom > .container > .section_clear > .wpb_column > .vc_column-inner > .wpb_wrapper {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.wpb_row.vc_row-o-content-bottom:not(.vc_row-o-equal-height) > .container > .section_clear > .wpb_column {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.wpb_row.vc_row-o-content-middle > .container > .section_clear > .wpb_column > .vc_column-inner,
.wpb_row.vc_row-o-content-middle > .container > .section_clear > .wpb_column > .vc_column-inner > .wpb_wrapper {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.wpb_row.vc_row-o-content-middle:not(.vc_row-o-equal-height) > .container > .section_clear > .wpb_column {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.wpb_row.vc_column-gap-1 > .container > .section_clear > .wpb_column {
	padding: 0.5px;
}

.wpb_row.vc_column-gap-2 > .container > .section_clear > .wpb_column {
	padding: 1px;
}

.wpb_row.vc_column-gap-3 > .container > .section_clear > .wpb_column {
	padding: 1.5px;
}

.wpb_row.vc_column-gap-4 > .container > .section_clear > .wpb_column {
	padding: 2px;
}

.wpb_row.vc_column-gap-5 > .container > .section_clear > .wpb_column {
	padding: 2.5px;
}

.wpb_row.vc_column-gap-10 > .container > .section_clear > .wpb_column {
	padding: 5px;
}

.wpb_row.vc_column-gap-15 > .container > .section_clear > .wpb_column {
	padding: 7.5px;
}

.wpb_row.vc_column-gap-20 > .container > .section_clear > .wpb_column {
	padding: 10px;
}

.wpb_row.vc_column-gap-25 > .container > .section_clear > .wpb_column {
	padding: 12.5px;
}

.wpb_row.vc_column-gap-30 > .container > .section_clear > .wpb_column {
	padding: 15px;
}

.wpb_row.vc_column-gap-35 > .container > .section_clear > .wpb_column {
	padding: 17.5px;
}

.wpb_row.vc_column-gap-1,
.wpb_row.vc_column-gap-2,
.wpb_row.vc_column-gap-3,
.wpb_row.vc_column-gap-4,
.wpb_row.vc_column-gap-5,
.wpb_row.vc_column-gap-10,
.wpb_row.vc_column-gap-15,
.wpb_row.vc_column-gap-20,
.wpb_row.vc_column-gap-25,
.wpb_row.vc_column-gap-30,
.wpb_row.vc_column-gap-35 {
	margin-left: 0;
	margin-right: 0;
}

.vc_col-has-fill > .vc_column-inner,
.vc_row-has-fill + .vc_row-full-width + .wpb_row > .container > .section_clear > .wpb_column > .vc_column-inner,
.vc_row-has-fill + .wpb_row > .container > .section_clear > .wpb_column > .vc_column-inner,
.vc_row-has-fill + .vc_vc_row > .wpb_row > .container > .section_clear > .vc_vc_column > .container > .section_clear > .wpb_column > .vc_column-inner,
.vc_row-has-fill + .vc_vc_row_inner > .wpb_row > .container > .section_clear > .vc_vc_column_inner > .container > .section_clear > .wpb_column > .vc_column-inner,
.vc_row-has-fill > .container > .section_clear > .wpb_column > .vc_column-inner,
.vc_row-has-fill > .wpb_row > .container > .section_clear > .vc_vc_column > .container > .section_clear > .wpb_column > .vc_column-inner,
.vc_row-has-fill > .container > .section_clear > .vc_vc_column_inner > .container > .section_clear > .wpb_column > .vc_column-inner,
.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; /* Original spacing was 35px */
}

.wpb_row.vc_column-gap-1 > .container > .section_clear > .vc_vc_column > .container > .section_clear > .wpb_column,
.wpb_row.vc_column-gap-1 > .container > .section_clear > .vc_vc_column_inner > .container > .section_clear > .wpb_column {
	padding-left: 0.5px;
	padding-right: 0.5px;
}

.wpb_row.vc_column-gap-2 > .container > .section_clear > .vc_vc_column > .container > .section_clear > .wpb_column,
.wpb_row.vc_column-gap-2 > .container > .section_clear > .vc_vc_column_inner > .container > .section_clear > .wpb_column {
	padding-left: 1px;
	padding-right: 1px;
}

.wpb_row.vc_column-gap-3 > .container > .section_clear > .vc_vc_column > .container > .section_clear > .wpb_column,
.wpb_row.vc_column-gap-3 > .container > .section_clear > .vc_vc_column_inner > .container > .section_clear > .wpb_column {
	padding-left: 1.5px;
	padding-right: 1.5px;
}

.wpb_row.vc_column-gap-4 > .container > .section_clear > .vc_vc_column > .container > .section_clear > .wpb_column,
.wpb_row.vc_column-gap-4 > .container > .section_clear > .vc_vc_column_inner > .container > .section_clear > .wpb_column {
	padding-left: 2px;
	padding-right: 2px;
}

.wpb_row.vc_column-gap-5 > .container > .section_clear > .vc_vc_column > .container > .section_clear > .wpb_column,
.wpb_row.vc_column-gap-5 > .container > .section_clear > .vc_vc_column_inner > .container > .section_clear > .wpb_column {
	padding-left: 2.5px;
	padding-right: 2.5px;
}

.wpb_row.vc_column-gap-10 > .container > .section_clear > .vc_vc_column > .container > .section_clear > .wpb_column,
.wpb_row.vc_column-gap-10 > .container > .section_clear > .vc_vc_column_inner > .container > .section_clear > .wpb_column {
	padding-left: 5px;
	padding-right: 5px;
}

.wpb_row.vc_column-gap-15 > .container > .section_clear > .vc_vc_column > .container > .section_clear > .wpb_column,
.wpb_row.vc_column-gap-15 > .container > .section_clear > .vc_vc_column_inner > .container > .section_clear > .wpb_column {
	padding-left: 7.5px;
	padding-right: 7.5px;
}

.wpb_row.vc_column-gap-20 > .container > .section_clear > .vc_vc_column > .container > .section_clear > .wpb_column,
.wpb_row.vc_column-gap-20 > .container > .section_clear > .vc_vc_column_inner > .container > .section_clear > .wpb_column {
	padding-left: 10px;
	padding-right: 10px;
}

.wpb_row.vc_column-gap-25 > .container > .section_clear > .vc_vc_column > .container > .section_clear > .wpb_column,
.wpb_row.vc_column-gap-25 > .container > .section_clear > .vc_vc_column_inner > .container > .section_clear > .wpb_column {
	padding-left: 12.5px;
	padding-right: 12.5px;
}

.wpb_row.vc_column-gap-30 > .container > .section_clear > .vc_vc_column > .container > .section_clear > .wpb_column,
.wpb_row.vc_column-gap-30 > .container > .section_clear > .vc_vc_column_inner > .container > .section_clear > .wpb_column {
	padding-left: 15px;
	padding-right: 15px;
}

.wpb_row.vc_column-gap-35 > .container > .section_clear > .vc_vc_column > .container > .section_clear > .wpb_column,
.wpb_row.vc_column-gap-35 > .container > .section_clear > .vc_vc_column_inner > .container > .section_clear > .wpb_column {
	padding-left: 17.5px;
	padding-right: 17.5px;
}

.wpb_row.vc_row-flex > .container > .section_clear > .vc_vc_column,
.wpb_row.vc_row-flex > .container > .section_clear > .vc_vc_column_inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.wpb_row.vc_row-flex > .container > .section_clear > .vc_vc_column > .container > .section_clear > .wpb_column,
.wpb_row.vc_row-flex > .container > .section_clear > .vc_vc_column_inner > .container > .section_clear > .wpb_column {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.wpb_row.vc_row-flex > .container > .section_clear > .vc_vc_column > .container > .section_clear > .wpb_column > .vc_column-inner,
.wpb_row.vc_row-flex > .container > .section_clear > .vc_vc_column_inner > .container > .section_clear > .wpb_column > .vc_column-inner {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.wpb_row.vc_row-o-equal-height > .container > .section_clear > .wpb_column {
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.wpb_row.vc_row-o-content-top > .container > .section_clear > .wpb_column > .vc_column-inner,
.wpb_row.vc_row-o-content-top > .container > .section_clear > .wpb_column > .vc_column-inner > .wpb_wrapper {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.wpb_row.vc_row-o-content-top:not(.vc_row-o-equal-height) > .container > .section_clear > .vc_vc_column > .container > .section_clear > .wpb_column,
.wpb_row.vc_row-o-content-top:not(.vc_row-o-equal-height) > .container > .section_clear > .vc_vc_column_inner > .container > .section_clear > .wpb_column {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.wpb_row.vc_row-o-content-bottom > .container > .section_clear > .vc_vc_column > .container > .section_clear > .wpb_column > .vc_column-inner,
.wpb_row.vc_row-o-content-bottom > .container > .section_clear > .vc_vc_column_inner > .container > .section_clear > .wpb_column > .vc_column-inner {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.wpb_row.vc_row-o-content-bottom:not(.vc_row-o-equal-height) > .container > .section_clear > .vc_vc_column > .container > .section_clear > .wpb_column,
.wpb_row.vc_row-o-content-bottom:not(.vc_row-o-equal-height) > .container > .section_clear > .vc_vc_column_inner > .container > .section_clear > .wpb_column {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.wpb_row.vc_row-o-content-middle > .container > .section_clear > .vc_vc_column > .container > .section_clear > .wpb_column > .vc_column-inner,
.wpb_row.vc_row-o-content-middle > .container > .section_clear > .vc_vc_column_inner > .container > .section_clear > .wpb_column > .vc_column-inner {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.wpb_row.vc_row-o-content-middle:not(.vc_row-o-equal-height) > .container > .section_clear > .vc_vc_column > .container > .section_clear > .wpb_column,
.wpb_row.vc_row-o-content-middle:not(.vc_row-o-equal-height) > .container > .section_clear > .vc_vc_column_inner > .container > .section_clear > .wpb_column {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

/* Height Adjust content on full height rows */
.wpb_row.vc_row-o-equal-height .vc_row,
.wpb_row.vc_row-o-equal-height > .container > .section_clear > .wpb_column > .vc_column-inner,
.wpb_row.vc_row-o-equal-height > .container > .section_clear > .wpb_column > .vc_column-inner > .wpb_wrapper {
	height: 100%;
}

.wpb-js-composer div.vc_tta-container {
	margin-bottom: 0;
}

/* Utility Class to make Single Images full width */
.fullWidthSingleImage,
.fullWidthSingleImage .vc_figure,
.fullWidthSingleImage .vc_single_image-wrapper,
.fullWidthSingleImage img {
	width: 100%;
	height: auto;
}

/* Prevent row within row double padding on reused text */
.wpb_row .bwd_wp_theme_extender_resused_text > .wpb-content-wrapper > .wpb_row
.wpb_row .bwd_wp_theme_extender_resused_text > .wpb_row {
	padding-top: 0;
	padding-bottom: 0;
}

.wpb_row .bwd_wp_theme_extender_resused_text > .wpb-content-wrapper > .wpb_row > .container,
.wpb_row .bwd_wp_theme_extender_resused_text > .wpb_row > .container {
	padding: 0;
}
