html, body.page {
  padding: 0px;
  margin: 0px;
}

#content {
  overflow: hidden;
}

.top-bar p {
  margin-top: 0px;
  margin-bottom: 0px;
}

.bottom-bar {
  position: fixed !important;
  left: 0px;
  right: 0px;
  z-index: 999;
}

/* Margin and Padding Helper Classes */
.remove-margin {
  margin: 0px !important;
}

/* With Helper Classes */
.maxwidth {
  max-width: 880px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Hide and show classes */
@media (min-width: 768px) {
  .hide_desktop {
    display: none !important;
  }
}

/* List item multi columns */
.elementor-text-editor ul li {
  list-style-type: none;
  position: relative;
}

.elementor-text-editor ul li:before {
  content: '\f061';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: 10px;
  color: #27316a;
  position: absolute;
  margin-left: -20px;
  font-size: 12px;
  margin-top: 13px;
}

.three-columns {
  columns: 3;
  column-gap: 40px;
}

@media (max-width: 767px) {
  .three-columns {
    columns: 2;
  }
}

@media (max-width: 480px) {
  .three-columns {
    columns: 1;
  }
}

/* Contact Form */
input[type=text], input[type=email], input[type=tel] {
  max-width: 100%;
}

.wpcf7 label {
  font-family: 'Teko';
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  color: #111;
}

.req {
  color: #f00;
}

input[type=submit] {
  font-family: "Teko", Sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.4px;
  fill: #FFFFFF;
  color: #FFFFFF;
  background-color: #27316A;
  border-radius: 0px 0px 0px 0px;
  padding: 15px 15px 15px 15px;
  text-transform: uppercase;
}

/* Headroom */
#bottom-header {
  transform: translateY(0);
  transition: all 250ms ease;
  background: rgba(0, 0, 0, 0);
}

#bottom-header.fixed {
  background: rgba(0, 0, 0, 0.8);
}

/* Mobile helper classes */
@media (max-width: 767px) {
  .reverse > .elementor-container > .elementor-row {
    flex-direction: column-reverse;
  }
}

/* Image alignment */
@media (max-width: 767px) {
  .alignnone, a img.alignnone, .aligncenter, div.aligncenter, .alignright, a img.alignright, .alignleft, a img.alignleft {
    margin: 0px auto 30px;
    float: none;
    display: block;
  }
}
