/* Home > Video lightbox ~ Fix width.
 * ---------------------------- */
@media (min-width: 1025px) {
.elementor-video-wrapper {
    width: 75vw !important;
    max-height: 75vh !important;
	  aspect-ratio:2/1;
  }
} 

/* Iframe.
 * ---------------------------- */
.aura-iframe-wrapper iframe {
  border-radius: 5px;
}

/* WS Form.
 * ---------------------------- */
.aura-wsform-description p {
	line-height: 1.4;
	margin-bottom: 28px;
}

.aura-wsform-on-dark label {
	color: #fff;
	text-shadow: 1px 1px 0 #666;
}

.wsf-fields.wsf-grid {
	gap: 20px;
}

.aura-wsform-description [data-text-editor] > :last-child {
	margin-bottom: 0;
}

.aura-wsform input {
	color: #333;
}

.aura-wsform ::placeholder {
	color: #bbb !important;
	font-style: normal !important;
}

.aura-wsform-radio .wsf-inline:nth-child(2) {
	display: contents;
}

input[type='checkbox'], input[type='radio'] {
	top: 1px;
}

.aura-wsform-radio input[type='radio'] + label {
	margin-bottom: 8px !important;
}

.aura-wsform-radio .wsf-invalid-feedback {
	margin-block: 0 !important;
}

.aura-wsform .wsf-field-wrapper:last-child {
	margin-bottom: 0;
	margin-top: 10px;
}

.aura-wsform button {
	border: none !important;
	padding: 16px 18px !important;
}

.aura-wsform button:hover {
	background: #345185 !important;
}

.wsf-alert {
	margin-top: 30px !important;
}

.aura-wsform-on-dark,
.aura-property-contact-form :is(.wsf-invalid-feedback) {
	font-size: 14px;
	margin-top: 5px;
	color: #fca5a5;
}

/* Inner pages > Content > H1
 * ---------------------------- */
.aura-formatted-text h1 {
  border-bottom: 0;
}

/* Sidebar
 * ---------------------------- */
.aura-content__sidebar-widget-area .widget {
  padding: 0;
}

@media (max-width: 1023px) {
  .aura-content__sidebar {
    display: none;
  }
}

/* Elementor > Column gap
 * ---------------------------- */
@media (max-width: 1024px) {
  :root {
    --aura-elementor-column-gap: 32px;
  }
}

@media screen and (max-width: 767px) {
  :root {
    --aura-elementor-column-gap: 20px;
  }
}

.home {
  --aura-elementor-column-gap: 60px;
}

.page-template {
  --aura-elementor-column-gap: 60px;
}

@media (max-width: 1024px) {
  .page-template {
    --aura-elementor-column-gap: 32px;
  }
}

/* Elementor > Add number before items.
 * ---------------------------- */
.roman-numbers .elementor-widget-wrap::before {
  color: #2a4575;
  content: "I.";
  display: block;
  font-family: "Nunito Sans", Sans-serif;
  font-size: 24px;
  font-weight: normal;
  left: 0;
  letter-spacing: 0.1px;
  position: absolute;
  top: -4px;
}

@media (max-width: 1024px) {
  .roman-numbers .elementor-column-wrap::before {
    font-size: 21px;
    top: -6px;
  }
}

/* Contact form 7.
 * ---------------------------- */
.aura-cf7__field--type-submit span.ajax-loader::before {
  transform-origin: unset;
  position: static;
  background-color: transparent;
  border-top-color: #fff !important;
  border: 4px solid rgba(255, 255, 255, 0.25);
}

.wpcf7 form .wpcf7-response-output {
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 3px;
}

/* Managers Archive > Footer.
 * ---------------------------- */
@media (min-width: 768px) {
  .elementor-location-footer .aura-entries--layout-managers-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 40px;
  }
}

@media (min-width: 1024px) {
  .elementor-location-footer .aura-entries--layout-managers-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
