.rc-anchor, .rc-anchor-normal-footer, .grecaptcha-badge { visibility: hidden !important; opacity: 0 !important; }

.logo-svgh, .logo-svgf {
	width: 100%;
	height: auto;
}
.logo-svgh { max-width: 246px; }
.logo-svgf { max-width: 146px; }

@media only screen and (min-width: 1px) and (max-width: 999px) {
	body #header-outer {
		padding: 20px 0px 15px 0px;
	}
}

@media only screen and (max-width: 690px) {
	body #header-outer[data-full-width="true"] header > .container {
		padding-left: 28px;
	}
}

.row .col.section-title {
	padding: 0px;
	border-bottom: none !important;
}

.nectar-post-grid-filters, body .container-wrap .portfolio-filters-inline.non-fw { padding-top: 10px !important; padding-bottom: 10px !important; }

body[data-form-style="minimal"] .container-wrap .span_12.light input[type="text"], body[data-form-style="minimal"] .container-wrap .span_12.light textarea, body[data-form-style="minimal"] .container-wrap .span_12.light input[type="email"], body[data-form-style="minimal"] .container-wrap .span_12.light input[type="password"], body[data-form-style="minimal"] .container-wrap .span_12.light input[type="tel"], body[data-form-style="minimal"] .container-wrap .span_12.light input[type="url"], body[data-form-style="minimal"] .container-wrap .span_12.light input[type="search"], body[data-form-style="minimal"] .container-wrap .span_12.light input[type="date"], body[data-form-style="minimal"] .container-wrap .span_12.light input[type="number"], body[data-form-style="minimal"] .container-wrap .span_12.light select, .nectar-global-section .span_12.light input[type="text"], .nectar-global-section .span_12.light textarea, .nectar-global-section .span_12.light input[type="email"], .nectar-global-section .span_12.light input[type="password"], .nectar-global-section .span_12.light input[type="tel"], .nectar-global-section .span_12.light input[type="url"], .nectar-global-section .span_12.light input[type="search"] {
	background-color: transparent !important;
	border-color: #dce3ec !important;
}

input::placeholder, textarea::placeholder { color: #dce3ec !important; }

.bgnorepeat .column-image-bg { background-repeat: no-repeat !important; }

.flex-container {
  display: flex; /* Aligns children horizontally by default */
  gap: 15px;     /* Adds space between the columns */
}

.flex-column {
  flex: 1;       /* Makes each column take up an equal fraction of the available space */
  padding: 0px; /* Adds internal padding */
  box-sizing: border-box;
}

@media (max-width: 600px) {
  .flex-container {
    flex-direction: column; /* Stacks items vertically on screens up to 600px wide */
  }
  .flex-column {
    flex: auto; /* Columns take natural height when stacked */
  }
}

.mrgb0 { margin-bottom: 0px !important; }
.mrgb10 { margin-bottom: 10px !important; }
.mrgb15 { margin-bottom: 15px !important; }


/* CookieYes */

.cky-notice-btn-wrapper .cky-btn {
	background-color: #ff4d00 !important;
}
.cky-notice-btn-wrapper .cky-btn, .cky-btn-reject {
	border-color: #ff4d00 !important;
}