html {
  height: auto;
}
html body.not-current-theme-template .regular-title header {
  position: static;
  z-index: 1;
}
html body.current-theme-template .wp-block-button__link,
html body.current-theme-template .nf-form-cont .nf-form-content .submit-wrap .ninja-forms-field,
html body.current-theme-template .btn-ghost,
html body.current-theme-template .button,
html body.current-theme-template input[type=submit],
html body.current-theme-template button[type=submit] {
  padding: 0;
}
html body.current-theme-template .mobile-menu li a {
  color: #ffffff;
}
html body.theme-light .mobile-menu li a {
  color: #444444;
}
html body.theme-light footer .wrapper {
  border-top-color: #000000;
}
html body .subscription .mailpoet_form .mailpoet_paragraph {
  display: none;
}
html body .subscription .mailpoet_form .mailpoet_paragraph:not(.last).input-group {
  max-width: 404px;
  display: flex;
  position: relative;
}
html body .subscription .mailpoet_form .mailpoet_paragraph:not(.last).input-group .parsley-errors-list {
  position: absolute;
  bottom: 0;
  margin-bottom: -20px;
}

html body.single-dallmeyer-lens div.header-spacer {
	display:none;
}

.theme-light .sec-title {
	color: #000000;
}

.theme-light .com-accordion .item.active .sign .line {
	background-color: #ED6B21;
}
.theme-light .com-accordion .sign .line {
	background-color: #000000;
}
.theme-light .com-accordion .sign:before, .com-accordion .sign:after {
	background-color: #000000;
}

.theme-light .com-accordion .item {
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.theme-light .subscription h3 {
	color: #ffffff;
}

header .bar .col-r .links .link.active .lenses-list li a {
	color: #ffffff;
}

header .bar .col-r .links .link.active .lenses-list li a[aria-current="page"] {
	color: #ED6B21;
}

header .bar .col-r .icon-button div {
	margin-right: 10px;
}

header .wpml-ls-legacy-dropdown {
	width: auto;
}

header .wpml-ls-legacy-dropdown a {
	color: #ffffff;
	background-color: transparent;
	border: 0px;
	padding: 0px;
}

header .wpml-ls-legacy-dropdown .wpml-ls-flag {
	padding-top: 4px;
	padding-bottom: 5px;
	width: 28px !important;
	height: auto !important;
}


@media screen and (max-width: 991px) {
	header .wpml-ls-legacy-dropdown .wpml-ls-flag {
		width: 24px !important;
		height: auto !important;
	}
}

header .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
	padding-right: 0px;
}

header .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
	display: none;
}

header .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a, header .wpml-ls-legacy-dropdown a:focus, header .wpml-ls-legacy-dropdown a:hover {
	color: #ffffff;
	background: transparent;
}

header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
	border-top: 0px;
	white-space: nowrap;
}

header .wcml-spinner {
	display: none !important;
}

.theme-light header .wpml-ls-legacy-dropdown a {
	color: #000000;
	background-color: #ffffff;
}

.theme-light header .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a, .theme-light header .wpml-ls-legacy-dropdown a:focus, .theme-light header .wpml-ls-legacy-dropdown a:hover {
	color: #000000;
}

.kv .bg {
	-webkit-transform: scale(1) !important;
    transform: scale(1) !important;
}
.kv .bg img {
	object-position: top;
}
.sect-row .com-row.row-normal .col-bg:before,
.sect-row .com-row.row-reverse .col-bg:before {
	padding-top: 0 !important;
}
.com-row .col-bg {
	background-size: contain !important;
}
.com-row.row-normal .col-bg:after, .com-row.row-reverse .col-bg:after {
	background-image: unset !important;
}
@media screen and (max-width: 991px) {
    .sect-row .com-row.row-normal .col-bg, .sect-row .com-row.row-reverse .col-bg {
        width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}