/*
Theme Name: Gung-Ho
Description:The theme for Gung-Ho
Author: Phill Kenoyer
*/

html,
body,
.application {
  font-size: 15px;
  background: #fff;
  color: rgb(51,51,51,100) !important;
  font-family: "Open Sans", sans-serif !important;
}

html.theme--light,
body.theme--light,
.application.theme--light {
  background: #fff;
  color: #333;
  font-family: "Open Sans", sans-serif !important;
}

nav .registered {
  font-size: 8px;
}

nav .v-toolbar__title {
  color: black;
  font-size: 22.5px;
  margin-left: 5px !important;
  letter-spacing: -0.95px;
}

nav .v-toolbar__title .start {
  font-weight: bold;
}

nav .v-toolbar__title .middle {
  color: #666;
  font-weight: bold;
}

nav .v-toolbar__title .end {
  color: #666;
  font-weight: normal;
}

nav .toolbar-logo {
  height: 38px;
}

nav .v-btn__content {
  color: #333 !important;
  font-size: 17px;
}

nav .v-toolbar__items .v-btn {
  align-items: center;
}

nav .v-toolbar__items .current-menu-item {
  background: #f5f5f5;
}

.v-navigation-drawer > .v-list:not(.v-list--dense) .v-list__tile {
  font-size: 15px;
}

.v-navigation-drawer section {
  margin: 90px 0 0 0 !important;
}

.v-navigation-drawer section h4,
.v-navigation-drawer section a {
  padding-left: 20px;
}

.v-navigation-drawer h4 {
  margin-top: 15px;
  padding: 0 10px;
}

.v-navigation-drawer a {
  padding: 5px 10px;
  text-decoration: none;
  display: block;
  color: #333;
}

.v-navigation-drawer a:hover {
  background: #eee;
}

.v-navigation-drawer a + br {
  height: 0px;
  display: none;
}

.v-navigation-drawer .v-list__tile {
  font-size: 15px !important;
  height: auto !important;
}

.material-icons {
  vertical-align: middle;
  position: relative;
  top: 2px;
}

nav .v-menu .v-toolbar__title {
  font-size: 14px;
  text-transform: capitalize;
}

nav .v-menu .v-toolbar__title:hover {
  text-decoration: none;
}

nav .v-menu .v-primary--text {
  color: #333;
}

nav .v-toolbar__items {
  margin-right: 0 !important;
}

nav .v-toolbar__items .v-btn {
  text-transform: capitalize;
}

nav .v-toolbar__items .v-btn--active .v-btn__content {
  color: #333;
}

nav .v-toolbar__content {
  padding-right: 0 !important;
}

nav a {
  color: #333 !important;
}

.theme--light main {
}

.theme--light main a:not[.elementor] {
  text-decoration: none;
  text-transform: uppercase;
  color: #0068b3;
}

.theme--light main a:hover:not(.v-btn):not(.v-icon):not(.v-btn--icon):not[.elementor] {
  text-decoration: underline;
}

.theme--light main a .v-icon {
  color: #0068b3;
}

.theme--light main .v-btn.v-btn--flat,
.theme--light main .v-btn.v-btn--icon {
  color: #0068b3 !important;
}

.theme--light .v-toolbar .v-dialog__container .v-btn {
  height: 64px;
}

.theme--light .v-input-group:not(.v-input-group--error) label {
  color: #333;
}

.theme--light .v-input-group.v-input-group--selection-controls .v-icon--selection-control {
  left: -2px;
  top: 4px;
}

.theme--light .pinned-checkbox {
  margin-bottom: 20px;
}

.theme--light .pinned-checkbox .v-input {
  margin-top: 0;
}

.theme--light .pinned-checkbox .v-messages {
  display: none;
}

.theme--light .pinned-checkbox .v-input__slot {
  margin-bottom: 0 !important;
}

.theme--light .v-input,
.theme--light .v-label {
  font-size: 15px;
  color: #333;
}

.theme--light .v-input--selection-controls.v-input--is-disabled {
  color: #333 !important;
}

.theme--light .v-input--selection-controls.v-input--is-disabled .v-icon {
  color: #0068b3 !important;
}

.theme--light .gh-input.v-input-group--selection-controls label {
  max-width: calc(100% - 32px);
  white-space: normal;
  overflow: visible;
}

.theme--light .gh-input.v-input-group--selection-controls .v-input-group__input {
  position: initial;
}

.theme--light .v-icon {
  color: inherit;
}

.v-btn {
  font-size: 15px;
}

.v-btn.icon-only {
  min-width: 20px;
}

.v-btn .v-icon--left {
  margin-right: 8px;
}

.v-btn .v-icon--right {
  margin-left: 8px;
}

.v-btn-group {
  white-space: nowrap;
}

.v-btn-group .v-btn {
  margin: 0;
  min-width: auto;
}

.v-btn-group .v-btn .v-btn__content {
  margin: 0;
  padding: 0;
}

.progress-wrapper {
  height: 10px;
  position: fixed;
  right: 0;
  top: 64px;
  width: 100%;
  z-index: 100;
}

.v-input label {
  max-width: 95% !important;
}

.v-input.no-label {
  padding: 0;
}

.v-input.tight {
  margin-top: 0;
}

.v-input.tight input {
  margin: 0;
  padding: 0;
}

.v-alert {
  margin: 10px 0;
  padding: 0 0 0 15px;
  font-size: 15px;
  border-radius: 3px;
}

.v-alert.warning--text {
  background: #ffeb3b !important;
  border-color: #ffeb3b !important;
}

.v-alert.info--text {
  background: #0068b3 !important;
  border-color: #0068b3 !important;
}

.v-alert .v-alert__icon {
  color: #fff !important;
}

.v-alert > div {
  color: #333;
  background: white;
  border-radius: 2px;
  padding: 10px;
}

h1 {
  font-size: 34px !important;
  font-weight: normal !important;
}

h2 {
  color: black;
  font-size: 24px !important;
  font-weight: normal !important;
  margin-bottom: 5px;
}

h3 {
  font-size: 20px !important;
  font-weight: normal !important;
  line-height: 30px;
}

h4 {
  color: black;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 24px;
  margin-bottom: 5px;
}

h5 {
  font-size: 16px !important;
  font-weight: normal !important;
}

p, pre {
  margin-bottom: 16px;
}

main hr {
  margin: 40px 0 50px;
}

strong, b {
  font-weight: 600 !important;
}

ul, ol {
  margin-bottom: 15px;
}

.code {
  border: solid 1px #ccc;
  background: #eee;
}

.hide {
  display: none !important;
}

.right {
  clear: right;
}

.left {
  clear: left;
}

.center-align {
  text-align: center;
}

.left-align {
  text-align: left;
}

.right-align {
  text-align: right;
}

.right-align input {
  text-align: right;
}

.v-align {
  vertical-align: middle;
}

.nowrap {
  white-space: nowrap;
}

.full-width {
  width: 100%;
}

.semibold {
  font-weight: 600;
}

.smaller {
  font-size: 10px;
}

.smallest {
  font-size: 9px;
}

main a {
  color: #0068b3 !important;
  text-decoration: none !important;
}

main a:hover:not(.elementor-button) {
  text-decoration: underline !important;
}

.caps {
  text-transform: capitalize;
}

.allcaps {
  text-transform: uppercase;
}

.sticky {
  position: sticky !important;
}

.v-input-group.v-right-align input {
  text-align: right;
}

.responsive-img {
  display: block;
  height: auto;
  max-width: 100%;
}

iframe {
  display: block;
  border: none;
  height: 93vh;
  width: 100%;
}

nav .mdi {
  font-size: 24px;
  position: relative;
  top: 1px;
}

.v-stepper {
  box-shadow: none;
  background: #fff;
}

.v-stepper .v-stepper__header {
  box-shadow: none;
}

.v-stepper .v-stepper__label {
  align-items: center;
  white-space: nowrap;
}

.v-stepper .v-stepper__content {
  padding: 0;
}

.v-snack__content {
  justify-content: flex-start;
  padding: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.v-snack__content .v-icon.v-icon--left {
  margin-right: 10px;
}

.v-badge.small .v-badge__badge {
  background-color: #0068b3 !important;
  color: #fff;
  font-size: 10px;
  height: 18px;
  width: 19px;
}

.preview-image {
  max-width: 170px;
}

.preview-button {
  margin-left: 48px !important;
}

.upload-file-area {
  width: 300px;
  height: 400px;
  background: #eee;
  display: inline-block;
}

.uploaded-file {
  max-width: 450px;
}

.upload-progress-wrapper {
  margin-top: 0;
  height: 10px;
  width: 100%;
  z-index: 100;
}

.upload-progress-wrapper .v-progress-linear {
  margin: 0;
}

.title-1 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 40px;
}

.title-2 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 25px;
}

.transparent {
  opacity: 0;
}

.primary {
  background: #0068b3 !important;
  color: #fff !important;
}

.gh-blue {
  color: #0068b3;
}

.gh-icon {
  font-size: 100px;
}

.home-link {
  cursor: pointer;
}

.v-btn {
  font-size: 15px;
}

.v-btn.icon-only {
  min-width: 20px;
}

.v-btn .v-icon--left {
  margin-right: 8px;
}

.v-btn .v-icon--right {
  margin-left: 8px;
}

.v-btn-group {
  white-space: nowrap;
}

.v-btn-group .v-btn {
  margin: 0;
  min-width: auto;
}

.v-btn-group .v-btn .v-btn__content {
  margin: 0;
  padding: 0;
}

table tr td {
  vertical-align: top;
}

table.fancy {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

table.fancy.highlight > tbody > tr:hover {
  background-color: rgba(177, 220, 251, 0.6);
}

table.fancy thead {
  border-bottom: 0;
}

table.fancy thead tr th {
  border-left: 0;
  border-right: 0;
  border-top: 0;
  font-weight: 600;
  padding: 10px;
}

table.fancy tbody tr th,
table.fancy tbody tr td {
  border: 0;
  border-collapse: collapse;
  border-image-width: 0;
  border-right: solid 1px #ccc;
  border-spacing: 0;
  border-top: solid 1px #ccc;
  padding: 10px;
  vertical-align: top;
}

table.fancy tbody tr th:nth-child(2),
table.fancy tbody tr td:nth-child(2) {
  border-left: solid 1px #ccc;
}

table.fancy tbody tr th:last-child,
table.fancy tbody tr td:last-child {
  border-right: solid 1px #ccc;
}

table.fancy tbody tr th.line-num,
table.fancy tbody tr td.line-num {
  background: transparent;
  border: 0;
  color: #ccc;
  text-align: right;
  width: 1px;
}

table.fancy tbody tr th.line-num:first-child,
table.fancy tbody tr td.line-num:first-child {
  border: 0;
}

table.fancy tbody tr th.line-num:first-child,
table.fancy tbody tr td.line-num:first-child {
  border: 0;
}

table.fancy tbody tr th th,
table.fancy tbody tr td th {
  border: 0;
}

table.fancy tbody tr:last-child td {
  border-bottom: solid 1px #ccc;
}

table.fancy .left-side {
  background: transparent;
  border: 0;
  width: 0;
  padding: 0;
}

table.plain {
  border: 0 !important;
}

table.plain tr,
table.plain td,
table.plain th {
  border: 0 !important;
  padding: 1px 10px !important;
  margin: 0 !important;
}

.cart {
  position: sticky;
  top: 80px;
}

.cart table tbody tr td:last-child {
  border-right: 0;
}

.cart table tbody tr:last-child td {
  border-bottom: 0;
}

.profile-hint .v-list__tile {
  font-size: 12px;
}

.payment-info {
  text-align: center;
  background: #0068b3;
  border-radius: 5px;
  color: #fff;
  margin-top: 15px;
}

.payment-info .icon {
  color: #fff;
}

.gh-box {
  background-color: #fff;
  border: solid 1px #ccc;
  overflow: hidden;
  padding: 20px;
  margin-bottom: 20px;
}

.gh-box .actions {
  border-top: solid 1px #ccc;
}

.cart-control .v-icon, .cart-control input {
  border: solid 1px #ccc;
  height: 32px;
  position: relative;
  top: 7px;
}

.cart-control input {
  position: relative;
  top: 2px;
  text-align: right;
  padding: 4px;
}

.theme--light .v-footer,
.application .theme--light.v-footer {
  background-color: transparent;
}

footer a {
  color: #333 !important;
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}

.aligncenter {
  margin: 0 auto;
}

.elementor-button, .elementor-button-link {
  background: #0068b3;
  border-radius: 0 !important;
  color: white !important;
}

.v-toolbar--clipped {
  z-index: 100;
}

.cf7md-file * {
  cursor: pointer !important;
}

.grecaptcha-badge {
  display: none;
}

#cf7md-form .mdc-textfield__label,
#cf7md-form label, #cf7md-form .cf7md-label--static, #cf7md-form .cf7md-help-text {
  color: #333 !important;
  font-size: 15px;
}

#cf7md-form .cf7md-item, #cf7md-form input, #cf7md-form label, #cf7md-form textarea, #cf7md-form p, #cf7md-form .mdc-select, #cf7md-form.cf7md-form + .wpcf7-response-output, #cf7md-form .wpcf7-not-valid-tip, #cf7md-form .mdc-card__title, #cf7md-form .mdc-card__subtitle, #cf7md-form .mdc-button {
  font-family: Open Sans;
  font-size: 15px;
}

.wpcf7-submit.v-btn {
  margin: 0;
  background: #0068b3 !important;
  color: #fff !important;
}

.cf7md-file--btn.mdc-button.mdc-button--raised.mdc-button--primary.mdc-ripple-surface {
    background: white !important;
    border: solid 1px #0068b3 !important;
    color: #0068b3 !important;
    box-shadow: none !important;
    height: auto !important;
    line-height: 30px !important;
    white-space: nowrap;
}

.wpcf7-form-control#subject {
  font-weight: 600;
  letter-spacing: unset !important;
}

#cf7md-form .mdc-select {
  background-image: url(images/chevron-down.svg);
}

