/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/
:root {
  --proxima-nova: proxima-nova, sans-serif;
}

.header1 {
  font-family: var(Outfit);
  font-size: 3.5rem; /* 56px */
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 84px */
  text-transform: uppercase;
}

.header2 {
  font-family: var(Outfit);
  font-size: 3rem; /* 48px */
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 72px */
  text-transform: uppercase;
}

.header3 {
  font-family: var(Outfit);
  font-size: 2.5rem; /* 40px */
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 60px */
  text-transform: uppercase;
}

.header4 {
  font-family: var(Outfit);
  font-size: 2rem; /* 32px */
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 48px */
  text-transform: uppercase;
}

.header5 {
  font-family: var(Outfit);
  font-size: 1.5rem; /* 24px */
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 36px */
  text-transform: uppercase;
}

.body-lg {
  font-size: 20px;
  font-family: var(--proxima-nova);
}

.body-sm {
  font-size: 16px;
  font-family: var(--proxima-nova);
  font-weight: 400;
}

.label-md {
  font-size: 16px;
  font-family: var(--proxima-nova);
}

.full-width-content .container.grid-container {
  width: 100%;
  padding: 0;
}

.gform_heading .gform_description {
  margin-bottom: 0;
}

.gform-theme--framework .gform_validation_errors {
  display: none !important;
}

.gradient-text {
  background: linear-gradient(90deg, #28c9de 0%, #3a97ee 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.services-two-cols {
  flex-direction: column;
  display: flex;
  gap: 2rem;
}

.mt-auto {
  margin-top: auto;
}

.bg-white-gradient {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
}

#gform_1 .gform_button {
  border-radius: var(--border-radius-buttons, 8px);
  border: 1px solid #197fde;
  background: rgba(25, 127, 222, 0.3);
  color: #001142;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 100%;
}

#gform_1 input[type=text],
#gform_1 input[type=email],
#gform_1 textarea {
  border-radius: var(--border-radius-buttons, 8px);
  background: rgba(0, 17, 66, 0.1);
  border: 0 solid #197fde;
  color: #001142;
  box-shadow: none;
}

.gform-theme--foundation .gform_fields {
  row-gap: 1rem !important;
}

.gform-theme--foundation .gfield textarea.small {
  height: 80px;
}

body {
  font-family: var(--proxima-nova);
  color: #000;
  line-height: 1.6;
}

.mb-0 {
  margin-bottom: 0;
}

.w-100 {
  width: 100%;
}

.v-center {
  align-items: center !important;
  justify-content: center;
}

.inside-header {
  padding-left: 0;
  padding-right: 0;
}

.footer-menu {
  gap: 2rem;
}

ul.header-menu {
  gap: 2rem;
}

@media screen and (max-width: 999px) {
  .footer-logo {
    text-align: center;
  }
  .footer-menu {
    gap: 1rem;
    flex-direction: column;
    align-items: center;
  }
}

/*# sourceMappingURL=style.css.map */
