
.gosign-color-section.btn-full {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw !important;
	margin-right: -50vw !important;
	max-width: initial !important;
}

.colorSectionFe {
	overflow: visible;
}

.colorSectionFe:after, .colorSectionFe:before {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.colorSectionFe .backgroundFixed {
	height: 100%;
	position: absolute;
	width: 100%;
	background-attachment: fixed;
}

.colorSectionFe.btn-wide {
	max-width: 100% !important;
}

.colorSectionFe.no-min-height .outer-container {
	min-height: auto;
}

.colorSectionFe.min-height-100 .outer-container {
	min-height: 100vh;
}

.colorSectionFe.min-height-75 .outer-container {
	min-height: 75vh;
}

.colorSectionFe.min-height-50 .outer-container {
	min-height: 50vh;
}

.colorSectionFe.min-height-25 .outer-container {
	min-height: 25vh;
}

.colorSectionFe.default-padding .outer-container {
	padding-top: 20px;
	padding-bottom: 20px;
}

.colorSectionFe.small-padding .outer-container {
	padding-top: 10px;
	padding-bottom: 10px;
}

.colorSectionFe.large-padding .outer-container {
	padding-top: 30px;
	padding-bottom: 30px;
}

.colorSectionFe.huge-padding .outer-container {
	padding-top: 50px;
	padding-bottom: 50px;
}

.colorSectionFe.no-padding .outer-container {
	padding-top: 0px;
	padding-bottom: 0px;
}

.colorSectionFe.no-top-border {
	border-top: 0;
}

.colorSectionFe.top-border {
	border-top: 1px solid #c5c5c5;
}

.colorSectionFe.top-shadow {
	-webkit-box-shadow: inset 0 3px 3px rgba(0, 0, 0, .1);
	box-shadow: inset 0 3px 3px rgba(0, 0, 0, .1);
}

.colorSectionFe.no-bottom-border {
	border-bottom: 0;
}

.colorSectionFe.bottom-border {
	border-bottom: 1px solid #c5c5c5;
}

.colorSectionFe.bottom-shadow {
	-webkit-box-shadow: inset 0 3px 3px rgba(0, 0, 0, .1);
	box-shadow: inset 0 3px 3px rgba(0, 0, 0, .1);
}

.colorSectionFe.background-cover .outer-container {
	background-size: cover;
	background-repeat: no-repeat;
}

.colorSectionFe.background-contain .outer-container {
	background-size: contain;
	background-repeat: no-repeat;
}

.colorSectionFe.overlay-true {
	position: relative;
}

.colorSectionFe.overlay-true .overBg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.colorSectionFe.no-margin {
	margin-top: 0px;
	margin-bottom: 0px;
}

.colorSectionFe.no-margin .outer-container {
	margin-left: 0px;
	margin-right: 0px;
}

.colorSectionFe.small-margin {
	margin-top: 10px;
	margin-bottom: 10px;
}

.colorSectionFe.small-margin .outer-container {
	margin-left: 10px;
	margin-right: 10px;
}

.colorSectionFe.large-margin {
	margin-top: 30px;
	margin-bottom: 30px;
}

.colorSectionFe.large-margin .outer-container {
	margin-left: 30px;
	margin-right: 30px;
}

.colorSectionFe.huge-margin {
	margin-top: 50px;
	margin-bottom: 50px;
}

.colorSectionFe.huge-margin .outer-container {
	margin-left: 50px;
	margin-right: 50px;
}

.colorSectionFe.boxed-width .contentBlock {
	max-width: 80%;
	margin: auto;
}

.colorSectionFe.full-width .contentBlock {
	max-width: 100%;
	margin: auto;
}

.colorSectionFe.align-true .outer-container {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.colorSectionFe.align-true .outer-container .inner-container {
	display: table-cell;
	vertical-align: top;
	height: 100%;
	float: none !important;
}

.colorSectionFe.align-true.def-verticalAlignMiddle .inner-container {
	vertical-align: middle;
}

.colorSectionFe.align-true.def-verticalAlignBottom .inner-container {
	vertical-align: bottom;
}

@supports (-webkit-overflow-scrolling: touch) {
	.colorSectionFe .outer-container {
		background-attachment: scroll !important;
	}
}

.colorSectionFe.min-height-75 .min-height-75 {
	height: 75vh;
}

.extra-border-element.border-extra-arrow-down {
	position: relative;
	width: 50px;
	height: 25px;
	left: 50%;
	margin-left: -26px;
	margin-top: -1px;
	z-index: 25;
	margin-bottom: -25px;
	clear: both;
}

.extra-border-inner {
	position: absolute;
	left: 50%;
	width: 50px;
	height: 50px;
	-webkit-transform: translateX(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
	top: -39px;
}

.extra-border-outer {
	overflow: hidden;
	height: 100%;
	width: 100%;
	position: absolute;
}

.border-extra-diagonal .outer-container .container-wrapper {
	min-height: 100px;
}

.border-extra-diagonal .inner-container {
	position: relative;
	z-index: 9;
	padding: 200px 0px;
}

.extra-border-element.border-extra-diagonal.diagonal-box-shadow {
	height: 250px;
	margin-top: -249px;
	position: relative;
	width: 100%;
	overflow: visible;
}

.extra-border-element.border-extra-diagonal.border-extra-diagonal-inverse {
	height: 250px;
	margin-top: -249px;
	position: relative;
	width: 100%;
	overflow: visible;
}

.diagonal-box-shadow {
	z-index: 5;
}

.diagonal-box-shadow .extra-border-inner {
	top: 250px;
	right: 0;
	width: 110%;
	height: 100%;
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top;
	-webkit-transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	transform: rotate(5deg);
	position: absolute;
	-webkit-box-shadow: 0 0 44px -8px rgba(0, 0, 0, .2);
	box-shadow: 0 0 44px -8px rgba(0, 0, 0, .2);
	left: auto;
}

.border-extra-diagonal-inverse .extra-border-inner {
	-webkit-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	transform: rotate(-5deg);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	right: auto;
	left: 0px;
	width: 110%;
	height: 100%;
	top: 250px;
	position: absolute;
}

.extra-border-element.top-border-extra-diagonal.diagonal-box-shadow {
	height: 250px;
	margin-bottom: -249px;
	position: relative;
	width: 100%;
	overflow: visible;
}

.extra-border-element.top-border-extra-diagonal.border-extra-diagonal-inverse {
	height: 250px;
	margin-bottom: -249px;
	position: relative;
	width: 100%;
	overflow: visible;
}

.diagonal-box-shadow.top-border-extra-diagonal .extra-border-inner {
	top: -250px;
	right: 0;
	width: 110%;
	height: 100%;
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top;
	-webkit-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	transform: rotate(-5deg);
	position: absolute;
	-webkit-box-shadow: 0 0 44px -8px rgba(0, 0, 0, .2);
	box-shadow: 0 0 44px -8px rgba(0, 0, 0, .2);
	left: auto;
}

.top-border-extra-diagonal .inner-container {
	position: relative;
	z-index: 9;
}

.top-border-extra-diagonal.border-extra-diagonal-inverse .extra-border-inner {
	-webkit-transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	transform: rotate(5deg);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	right: auto;
	left: 0px;
	width: 110%;
	height: 100%;
	top: -250px;
	position: absolute;
}

.defined-width .contentBlock {
	margin: auto;
}

.inner-container {
	position: relative;
	z-index: 1;
}

#editor .inner-container .wp-block {
	background: transparent;
}

#editor .inner-container .wp-block textarea.editor-default-block-appender__content {
	border: 1px solid;
}

#editor .inner-container .wp-block .editor-inserter.block-editor-inserter {
	top: 6px;
}

.lightColorLayout p, .lightColorLayout a, .lightColorLayout h1, .lightColorLayout h2, .lightColorLayout h3, .lightColorLayout h4, .lightColorLayout h5, .lightColorLayout h6, .lightColorLayout b, .lightColorLayout q, .lightColorLayout i, .lightColorLayout li {
	color: #fff;
}

.darkColorLayout p, .darkColorLayout a, .darkColorLayout h1, .darkColorLayout h2, .darkColorLayout h3, .darkColorLayout h4, .darkColorLayout h5, .darkColorLayout h6, .darkColorLayout b, .darkColorLayout q, .darkColorLayout i, .darkColorLayout li {
	color: #000;
}

.outer-container.background-parallax {
	background-attachment: fixed;
	-webkit-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
}

.ua_safari .outer-container.background-parallax {
	background-attachment: scroll;
}

.parallax-mirror {
	z-index: 1 !important;
}

.video-container.linked-video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 35px;
	height: 0;
	overflow: hidden;
}

.video-container {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-container video {
	position: absolute;
	position: absolute;
	top: 0;
	top: 0;
	left: 0;
	left: 0;
	width: 100%;
	width: auto !important;
	height: 100%;
	height: auto !important;
	right: 0;
	bottom: 0;
	margin: auto;
	min-width: 100%;
	min-height: 100%;
	z-index: -1;
	pointer-events: none;
}

.video-container .mejs-controls {
	display: none;
}

.video-container .mejs-container {
	background-color: rgba(0, 0, 0, 0) !important;
	width: auto !important;
}

.video-container .mejs-container .mejs-controls {
	background-color: rgba(0, 0, 0, 0) !important;
	background-color: rgba(0, 0, 0, 0) !important;
}

.video-container .mejs-embed {
	background-color: rgba(0, 0, 0, 0) !important;
}

.video-container .mejs-embed body {
	background-color: rgba(0, 0, 0, 0) !important;
}

.video-container .wp-playlist .mejs-container .mejs-controls {
	background-color: rgba(0, 0, 0, 0) !important;
}

.video-container .vjs-control-bar {
	display: none !important;
	opacity: 0 !important;
}

.video-container .mejs-controls.mejs-offscreen {
	display: none !important;
	opacity: 0 !important;
}

.video-container .mejs-layers {
	display: none !important;
	opacity: 0 !important;
}

.video-container.upload-video video::-webkit-media-controls-enclosure {
	display: none !important;
}

.video-container.youtube-video .mejs-container {
	pointer-events: none;
}

.video-container.youtube-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 120%;
	height: 400%;
	bottom: 0;
	right: 0;
	margin: auto;
	z-index: -100;
	pointer-events: none;
}

.colorSectionFe.no-margin .outer-container {
	-webkit-transition: background-position .1s ease;
	-o-transition: background-position .1s ease;
	transition: background-position .1s ease;
	-moz-transition: background-position .1s linear;
}
