/*!
Theme Name: Base
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: base
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

base is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

:root {
  --font-primary: "Outfit", sans-serif;
  --body-bg: #fff;
  --color-primary: #aa0000;
  --color-black: #000;
  --color-white: #fff;
  --color-gray: #fbf3e8;
  --color-heading: #2a445a;
  --color-text: #666;
}

html,
body {
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  font-family: var(--font-primary);
  line-height: 1.184;
  color: var(--color-text);
  background-color: var(--body-bg);
  position: relative;
}

button:focus,
.btn.focus,
.btn:focus,
.btn:hover,
a:focus,
.btn.active,
.btn:active,
.btn:active,
.btn:active:focus,
a:active:focus,
a:active {
  outline: none;
}

a:hover {
  text-decoration: none;
  color: var(--color-primary);
}

a:active {
  text-decoration: none;
}

img {
  object-fit: cover;
  max-width: 100%;
  height: auto;
}
picture {
  display: block;
  position: relative;
}
picture img {
  width: 100%;
}
.form-group {
  margin-bottom: 20px;
}
.form-label {
  color: var(--color-heading);
}
.form-control {
  color: var(--color-text);
}
.form-select {
  color: var(--color-text);
}
.form-select:focus,
.form-control:focus {
  box-shadow: none;
  background-color: transparent;
  color: var(--color-black);
  border-color: inherit;
}

.form-control::placeholder {
  color: var(--color-black);
  opacity: 0.5;
}

textarea {
  resize: none;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: var(--font-primary);
  line-height: 1;
  font-weight: 500;
  color: var(--color-heading);
}

h1,
.h1 {
  font-size: 65px;
  position: relative;
}

h2,
.h2 {
  font-size: 30px;
  letter-spacing: 0.01em;
  position: relative;
  /* text-transform: uppercase; */
  line-height: 1.2;
}

h3,
.h3 {
  font-size: 26px;
  position: relative;
}
h5,
.h5 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: normal;
  letter-spacing: 0;
}
h6 {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 1px;
}
p {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 10px;
  letter-spacing: 0.01875em;
}

a {
  color: var(--color-primary);
  text-decoration: none;
}
b,
strong {
  font-weight: 600;
}

.btn {
  transition: all 0.3s ease-in 0s;
}
/* .btn-primary,
[type="button"],
[type="reset"],
[type="submit"],
button, */
.btn-primary {
  --bs-btn-color: var(--color-white);
  --bs-btn-bg: var(--color-primary);
  --bs-btn-border-color: var(--color-primary);
  --bs-btn-hover-color: var(--color-white);
  --bs-btn-hover-bg: var(--color-primary);
  --bs-btn-hover-border-color: var(--color-primary);
  --bs-btn-active-bg: var(--color-primary);
  --bs-btn-active-border-color: var(--color-primary);
  --bs-btn-active-color: var(--color-white);
  --bs-btn-disabled-border-color: var(--color-primary);
  --bs-btn-disabled-bg: var(--color-primary);
  --bs-btn-disabled-color: var(--color-white);
  font-size: 16px;
  font-weight: 600;
  min-width: 150px;
  padding: 12px 18px;
  --bs-btn-border-radius: 14px;
}
.btn-primary .btn-icon {
  margin-left: 15px;
}

.btn-primary:hover,
[type="button"]:hover,
[type="reset"]:hover,
[type="submit"]:hover,
button:hover {
}
.btn-primary:active {
}
.btn-group-sm .btn-primary {
  min-width: inherit;
  padding: 7px 10px;
}
.btn-icon svg {
}
.text-link {
  color: var(--color-heading);
  text-decoration: underline;
}
.section-padding {
  padding-top: 50px;
  padding-bottom: 50px;
}
.title-wrap {
  margin-bottom: 30px;
}
.title {
  font-weight: 500;
  font-size: 34px;
  text-align: center;
}
.sub-title {
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 20px;
}
.site-header {
  background-color: transparent;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
.site-header .navbar-nav {
  --bs-nav-link-color: var(--color-black);
  --bs-nav-link-hover-color: var(--color-primary);
}
.navbar-brand {
  max-width: 190px;
}
.site-header .navbar-toggler {
  --bs-navbar-color: var(--color-white);
  --bs-navbar-toggler-border-color: var(--color-primary);
  --bs-navbar-toggler-focus-width: 0;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28170, 0, 0, 0.99%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.form-check-input:checked {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
.form-check-input:checked[type="checkbox"] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:focus {
  border-color: var(--color-primary);
  outline: 0;
  box-shadow: none;
}
.form-check .form-check-input {
  margin-top: 2px;
}
.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.5%29'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23000'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23000'/%3e%3c/svg%3e");
}

.form-range {
  width: 100%;
  height: 10px;
  border-radius: 5px;
  background: #c6d80033;
  outline: none;

  /* IMPORTANT */
  appearance: none;
  -webkit-appearance: none;
}

/* Track (Chrome, Safari) */
.form-range::-webkit-slider-runnable-track {
  height: 6px;
  background: transparent;
}

/* Thumb */
.form-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background: #c6d800;
  cursor: pointer;
  margin-top: -6px;
}

/* Firefox */
.form-range::-moz-range-track {
  height: 6px;
  background: transparent;
}
.form-range::-moz-range-thumb {
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background: #c6d800;
  cursor: pointer;
}

.file-input-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.file-input-label {
  width: 100%;
  cursor: pointer;
  display: block;
  text-align: center;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.1);
}
.file-input-label svg {
}

.theme-modal {
  --bs-modal-bg: var(--color-black);
}
.theme-modal .modal-title {
  color: #fff;
}
.theme-modal .btn-close {
  --bs-btn-close-color: #fff;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.75;
  --bs-btn-close-hover-opacity: 1;
  --bs-btn-close-focus-shadow: none;
}
.image-preview {
  max-width: 300px;
  margin-top: 20px;
}
.image-preview .badge {
  right: -28px !important;
  font-size: 28px;
  padding: 5px !important;
  width: 30px;
  height: 30px;
  line-height: 18px;
}
.form-group.inputcheckbox {
  display: flex;
  flex-wrap: wrap;
}
.form-group.inputcheckbox .form-label {
  width: 100%;
}
.form-group.inputcheckbox .form-check {
  width: 45%;
}
.login-section {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 90vh;
  justify-content: space-between;
}
.login-section .create-account {
  text-align: center;
}
.thankyou-section {
  text-align: center;
}
.thankyou-section .thankyou-icon {
  width: 100px;
  height: auto;
  margin-bottom: 20px;
  color: #228b22;
}
.inputradio.errorgroup,
.inputcheckbox.errorgroup {
  position: relative;
  padding-bottom: 15px;
}
.inputradio.errorgroup .duke-required-error,
.inputcheckbox.errorgroup .duke-required-error {
  position: absolute;
  bottom: 0;
  left: 0;
}
.errorgroup .input-group {
  padding-bottom: 20px;
}
.errorgroup .input-group .duke-required-error {
  position: absolute;
  bottom: 0;
  left: 0;
}
.home-section .btn {
  margin-bottom: 10px;
}
.user-name {
  padding-left: 15px;
  padding-right: 15px;
}
.pending-section .btn-icon {
  padding: 5px;
  line-height: 1;
}
.pending-section .btn-icon svg {
  line-height: 1;
}
.top-info {
  margin-bottom: 20px;
}
.top-info .btn {
  padding: 0;
  text-decoration: none;
  font-size: 18px;
  display: block;
  text-align: right;
}
.top-info ul {
  padding-left: 15px;
}
.top-info li {
  color: var(--color-heading);
  margin-bottom: 10px;
}
.top-info p {
  color: var(--color-heading);
}
.text-page-section .entry-title {
  font-size: 28px;
}
.text-page-section h2 {
  font-size: 24px;
}
.text-page-section h3 {
  font-size: 22px;
}
.text-page-section h4 {
  font-size: 20px;
}
.text-page-section h5 {
  font-size: 18px;
}
.tracker-from .acf-field input[type="number"],
.tracker-from .acf-field input[type="text"] {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-text);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
.tracker-from .acf-field select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-text);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image:
    var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
.acf-field[data-width] + .acf-field[data-width] {
  border: none !important;
  padding-left: 5px;
  padding-right: 5px;
  min-height: 63px;
}
.pending-table .btn-primary {
  min-width: auto;
}
@media (max-width: 1600px) {
  h2,
  .h2 {
    font-size: 26px;
  }
  h2.small,
  .h2.small {
    font-size: 24px;
  }
  h3,
  .h3 {
    font-size: 28px;
  }
}
@media (max-width: 1500px) {
}
@media (max-width: 1400px) {
}

@media (max-width: 1200px) {
}

@media (max-width: 992px) {
}

@media (max-width: 767px) {
  body {
    padding-bottom: 70px;
  }
  .section-padding {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .navbar-brand {
    max-width: 135px;
  }
  .btn-primary {
    min-width: 100px;
  }
  .image-preview {
    max-width: 180px;
  }
  .home-section {
    text-align: center;
  }
  .text-page-section .entry-title {
    font-size: 26px;
    margin-bottom: 15px;
  }
  .text-page-section h2 {
    font-size: 20px;
  }
  .text-page-section h3 {
    font-size: 18px;
  }
  .text-page-section h4 {
    font-size: 16px;
  }
  .text-page-section h5 {
    font-size: 15px;
  }
}
