/*
 Theme Name:   Webscape Kadence Child
 Theme URI:    https://www.kadencewp.com/kadence-theme/
 Description:  Custom theme for NorCal Gun Services
 Author:       Webscape Industries
 Author URI:   www.webscapeindustries.com
 Template:     kadence
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         
*/

/* Add your custom styles below... */

/* Animation Durations */
:root {
  --webscape-blue: #29515f;
  --webscape-indigo: #6610f2;
  --webscape-purple: #6f42c1;
  --webscape-pink: #d63384;
  --webscape-red: #dc3545;
  --webscape-orange: #fd7e14;
  --webscape-yellow: #f9d895;
  --webscape-green: #198754;
  --webscape-teal: #20c997;
  --webscape-cyan: #0dcaf0;
  --webscape-black: #050505;
  --webscape-white: #fdfdfd;
  --webscape-gray: #6c757d;
  --webscape-gray-dark: #343a40;
  --webscape-gray-100: #f8f9fa;
  --webscape-gray-200: #e9ecef;
  --webscape-gray-300: #dee2e6;
  --webscape-gray-400: #ced4da;
  --webscape-gray-500: #adb5bd;
  --webscape-gray-600: #6c757d;
  --webscape-gray-700: #495057;
  --webscape-gray-800: #343a40;
  --webscape-gray-900: #212529;
  --webscape-primary: #1a243a;
  --webscape-secondary: #ae9969;
  --webscape-info: #333333;
  --webscape-light: #f2f2f2;
  --webscape-dark: #222222;
  --webscape-accent-lt: #f9d895;
  --webscape-primary-rgb: 26, 36, 58;
  --webscape-secondary-rgb: 174, 153, 105;
  --webscape-info-rgb: 51, 51, 51;
  --webscape-light-rgb: 242, 242, 242;
  --webscape-dark-rgb: 34, 34, 34;
  --webscape-accent-lt-rgb: 249, 216, 149;
  --webscape-primary-text-emphasis: rgb(10.4, 14.4, 23.2);
  --webscape-secondary-text-emphasis: rgb(69.6, 61.2, 42);
  --webscape-success-text-emphasis: rgb(10, 54, 33.6);
  --webscape-info-text-emphasis: rgb(20.4, 20.4, 20.4);
  --webscape-warning-text-emphasis: rgb(99.6, 86.4, 59.6);
  --webscape-danger-text-emphasis: rgb(88, 21.2, 27.6);
  --webscape-light-text-emphasis: #495057;
  --webscape-dark-text-emphasis: #495057;
  --webscape-primary-bg-subtle: rgb(209.2, 211.2, 215.6);
  --webscape-secondary-bg-subtle: rgb(238.8, 234.6, 225);
  --webscape-success-bg-subtle: rgb(209, 231, 220.8);
  --webscape-info-bg-subtle: rgb(214.2, 214.2, 214.2);
  --webscape-warning-bg-subtle: rgb(253.8, 247.2, 233.8);
  --webscape-danger-bg-subtle: rgb(248, 214.6, 217.8);
  --webscape-light-bg-subtle: rgb(250.5, 251, 251.5);
  --webscape-dark-bg-subtle: #ced4da;
  --webscape-primary-border-subtle: rgb(163.4, 167.4, 176.2);
  --webscape-secondary-border-subtle: rgb(222.6, 214.2, 195);
  --webscape-success-border-subtle: rgb(163, 207, 186.6);
  --webscape-info-border-subtle: rgb(173.4, 173.4, 173.4);
  --webscape-warning-border-subtle: rgb(252.6, 239.4, 212.6);
  --webscape-danger-border-subtle: rgb(241, 174.2, 180.6);
  --webscape-light-border-subtle: #e9ecef;
  --webscape-dark-border-subtle: #adb5bd;
  --webscape-white-rgb: 253, 253, 253;
  --webscape-black-rgb: 5, 5, 5;
  --webscape-font-sans-serif: "Open Sans", sans-serif;
  --webscape-font-monospace: "Raleway", sans-serif;
  --webscape-gradient: linear-gradient(180deg, rgba(253, 253, 253, 0.15), rgba(253, 253, 253, 0));
  --webscape-root-font-size: 10px;
  --webscape-body-font-family: "Open Sans", sans-serif;
  --webscape-body-font-size: calc(1.305rem + 0.66vw);
  --webscape-body-font-weight: 400;
  --webscape-body-line-height: 1.618;
  --webscape-body-color: #212529;
  --webscape-body-color-rgb: 33, 37, 41;
  --webscape-body-bg: #fdfdfd;
  --webscape-body-bg-rgb: 253, 253, 253;
  --webscape-emphasis-color: #050505;
  --webscape-emphasis-color-rgb: 5, 5, 5;
  --webscape-secondary-color: rgba(33, 37, 41, 0.75);
  --webscape-secondary-color-rgb: 33, 37, 41;
  --webscape-secondary-bg: #e9ecef;
  --webscape-secondary-bg-rgb: 233, 236, 239;
  --webscape-tertiary-color: rgba(33, 37, 41, 0.5);
  --webscape-tertiary-color-rgb: 33, 37, 41;
  --webscape-tertiary-bg: #f8f9fa;
  --webscape-tertiary-bg-rgb: 248, 249, 250;
  --webscape-heading-color: inherit;
  --webscape-link-color: rgba(242, 242, 242, 0.9);
  --webscape-link-color-rgb: 242, 242, 242;
  --webscape-link-decoration: none;
  --webscape-link-hover-color: #f2f2f2;
  --webscape-link-hover-color-rgb: 242, 242, 242;
  --webscape-link-hover-decoration: none;
  --webscape-code-color: #d63384;
  --webscape-highlight-color: #212529;
  --webscape-highlight-bg: rgb(253.8, 247.2, 233.8);
  --webscape-border-width: 1px;
  --webscape-border-style: solid;
  --webscape-border-color: #dee2e6;
  --webscape-border-color-translucent: rgba(5, 5, 5, 0.175);
  --webscape-border-radius: 0.375rem;
  --webscape-border-radius-sm: 0.25rem;
  --webscape-border-radius-lg: 0.5rem;
  --webscape-border-radius-xl: 1rem;
  --webscape-border-radius-xxl: 2rem;
  --webscape-border-radius-2xl: var(--webscape-border-radius-xxl);
  --webscape-border-radius-pill: 50rem;
  --webscape-box-shadow: 0 0.5rem 1rem rgba(5, 5, 5, 0.15);
  --webscape-box-shadow-sm: 0 0.125rem 0.25rem rgba(5, 5, 5, 0.075);
  --webscape-box-shadow-lg: 0 1rem 3rem rgba(5, 5, 5, 0.175);
  --webscape-box-shadow-inset: inset 0 1px 2px rgba(5, 5, 5, 0.075);
  --webscape-focus-ring-width: 0.25rem;
  --webscape-focus-ring-opacity: 0.25;
  --webscape-focus-ring-color: rgba(26, 36, 58, 0.25);
  --webscape-form-valid-color: #198754;
  --webscape-form-valid-border-color: #198754;
  --webscape-form-invalid-color: #dc3545;
  --webscape-form-invalid-border-color: #dc3545;
}
@media (min-width: 1200px) {
  :root {
    --webscape-body-font-size: 1.8rem;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

:root {
  font-size: var(--webscape-root-font-size);
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--webscape-body-font-family);
  font-size: var(--webscape-body-font-size);
  font-weight: var(--webscape-body-font-weight);
  line-height: var(--webscape-body-line-height);
  color: var(--webscape-body-color);
  text-align: var(--webscape-body-text-align);
  background-color: var(--webscape-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(5, 5, 5, 0);
}

 h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: var(--webscape-heading-color);
}

h1, .h1 {
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 5rem;
  }
}

h2, .h2 {
  font-size: calc(1.485rem + 2.82vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 3.6rem;
  }
}

h3, .h3 {
  font-size: calc(1.44rem + 2.28vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 3.15rem;
  }
}


ul {
  padding-left: 2rem;
}


ul {
  margin-top: 0;
  margin-bottom: 1rem;
}


ul ul {
  margin-bottom: 0;
}

a {
  color: rgba(var(--webscape-link-color-rgb), var(--webscape-link-opacity, 1));
  text-decoration: none;
}
a:hover {
  --webscape-link-color-rgb: var(--webscape-link-hover-color-rgb);
  text-decoration: none;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}


tr,
td {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

button,
[type=button],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

:root {
  --webscape-breakpoint-xs: 0;
  --webscape-breakpoint-sm: 576px;
  --webscape-breakpoint-md: 768px;
  --webscape-breakpoint-lg: 992px;
  --webscape-breakpoint-xl: 1200px;
  --webscape-breakpoint-xxl: 1400px;
  --webscape-breakpoint-header: 1080px;
}

.row {
  --webscape-gutter-x: 1.5rem;
  --webscape-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--webscape-gutter-y));
  margin-right: calc(-0.5 * var(--webscape-gutter-x));
  margin-left: calc(-0.5 * var(--webscape-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--webscape-gutter-x) * 0.5);
  padding-left: calc(var(--webscape-gutter-x) * 0.5);
  margin-top: var(--webscape-gutter-y);
}

.col {
  flex: 1 0 0;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
@media (min-width: 768px) {
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
}

.link-light {
  color: RGBA(var(--webscape-light-rgb), var(--webscape-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--webscape-light-rgb), var(--webscape-link-underline-opacity, 1)) !important;
}
.link-light:hover, .link-light:focus {
  color: RGBA(246, 246, 246, var(--webscape-link-opacity, 1)) !important;
  text-decoration-color: RGBA(246, 246, 246, var(--webscape-link-underline-opacity, 1)) !important;
}

.link-dark {
  color: RGBA(var(--webscape-dark-rgb), var(--webscape-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--webscape-dark-rgb), var(--webscape-link-underline-opacity, 1)) !important;
}
.link-dark:hover, .link-dark:focus {
  color: RGBA(24, 24, 24, var(--webscape-link-opacity, 1)) !important;
  text-decoration-color: RGBA(24, 24, 24, var(--webscape-link-underline-opacity, 1)) !important;
}

.btn, .gform_footer input[type=submit], body .gform_wrapper .gform_footer input[type=submit] {
  --webscape-btn-padding-x: 0.75rem;
  --webscape-btn-padding-y: 0.375rem;
  --webscape-btn-font-family: ;
  --webscape-btn-font-size: calc(1.305rem + 0.66vw);
  --webscape-btn-font-weight: 400;
  --webscape-btn-line-height: 1.618;
  --webscape-btn-color: var(--webscape-body-color);
  --webscape-btn-bg: transparent;
  --webscape-btn-border-width: var(--webscape-border-width);
  --webscape-btn-border-color: transparent;
  --webscape-btn-border-radius: var(--webscape-border-radius);
  --webscape-btn-hover-border-color: transparent;
  --webscape-btn-box-shadow: inset 0 1px 0 rgba(253, 253, 253, 0.15), 0 1px 1px rgba(5, 5, 5, 0.075);
  --webscape-btn-disabled-opacity: 0.65;
  --webscape-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--webscape-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--webscape-btn-padding-y) var(--webscape-btn-padding-x);
  font-family: var(--webscape-btn-font-family);
  font-size: var(--webscape-btn-font-size);
  font-weight: var(--webscape-btn-font-weight);
  line-height: var(--webscape-btn-line-height);
  color: var(--webscape-btn-color);
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--webscape-btn-border-width) solid var(--webscape-btn-border-color);
  border-radius: var(--webscape-btn-border-radius);
  background-color: var(--webscape-btn-bg);
  background-image: var(--webscape-gradient);
  box-shadow: var(--webscape-btn-box-shadow);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (min-width: 1200px) {
  .btn, .gform_footer input[type=submit], body .gform_wrapper .gform_footer input[type=submit] {
    --webscape-btn-font-size: 1.8rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .btn, .gform_footer input[type=submit], body .gform_wrapper .gform_footer input[type=submit] {
    transition: none;
  }
}
.btn:hover, .gform_footer input[type=submit]:hover, body .gform_wrapper .gform_footer input[type=submit]:hover {
  color: var(--webscape-btn-hover-color);
  background-color: var(--webscape-btn-hover-bg);
  border-color: var(--webscape-btn-hover-border-color);
}
.btn:focus-visible, .gform_footer input[type=submit]:focus-visible, body .gform_wrapper .gform_footer input[type=submit]:focus-visible {
  color: var(--webscape-btn-hover-color);
  background-color: var(--webscape-btn-hover-bg);
  background-image: var(--webscape-gradient);
  border-color: var(--webscape-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--webscape-btn-box-shadow), var(--webscape-btn-focus-box-shadow);
}
 :not(.btn-check) + .btn:active, .gform_footer :not(.btn-check) + input[type=submit]:active, .btn:first-child:active, .gform_footer input[type=submit]:first-child:active, .btn.show, .gform_footer input.show[type=submit], body .gform_wrapper .gform_footer input.show[type=submit] {
  color: var(--webscape-btn-active-color);
  background-color: var(--webscape-btn-active-bg);
  background-image: none;
  border-color: var(--webscape-btn-active-border-color);
  box-shadow: var(--webscape-btn-active-shadow);
}
 :not(.btn-check) + .btn:active:focus-visible, .gform_footer :not(.btn-check) + input[type=submit]:active:focus-visible, .btn:first-child:active:focus-visible, .gform_footer input[type=submit]:first-child:active:focus-visible, .btn.show:focus-visible, .gform_footer input.show[type=submit]:focus-visible {
  box-shadow: var(--webscape-btn-active-shadow), var(--webscape-btn-focus-box-shadow);
}
.btn:disabled, .gform_footer input[type=submit]:disabled, body .gform_wrapper .gform_footer input[type=submit]:disabled {
  color: var(--webscape-btn-disabled-color);
  pointer-events: none;
  background-color: var(--webscape-btn-disabled-bg);
  background-image: none;
  border-color: var(--webscape-btn-disabled-border-color);
  opacity: var(--webscape-btn-disabled-opacity);
  box-shadow: none;
}

.btn-primary, .gform_footer input[type=submit], body .gform_wrapper .gform_footer input[type=submit] {
  --webscape-btn-color: #fdfdfd;
  --webscape-btn-bg: #1a243a;
  --webscape-btn-border-color: #1a243a;
  --webscape-btn-hover-color: #fdfdfd;
  --webscape-btn-hover-bg: rgb(22.1, 30.6, 49.3);
  --webscape-btn-hover-border-color: rgb(20.8, 28.8, 46.4);
  --webscape-btn-focus-shadow-rgb: 60, 69, 87;
  --webscape-btn-active-color: #fdfdfd;
  --webscape-btn-active-bg: rgb(20.8, 28.8, 46.4);
  --webscape-btn-active-border-color: rgb(19.5, 27, 43.5);
  --webscape-btn-active-shadow: inset 0 3px 5px rgba(5, 5, 5, 0.125);
  --webscape-btn-disabled-color: #fdfdfd;
  --webscape-btn-disabled-bg: #1a243a;
  --webscape-btn-disabled-border-color: #1a243a;
}

.btn-light {
  --webscape-btn-color: #050505;
  --webscape-btn-bg: #f2f2f2;
  --webscape-btn-border-color: #f2f2f2;
  --webscape-btn-hover-color: #050505;
  --webscape-btn-hover-bg: rgb(205.7, 205.7, 205.7);
  --webscape-btn-hover-border-color: rgb(193.6, 193.6, 193.6);
  --webscape-btn-focus-shadow-rgb: 206, 206, 206;
  --webscape-btn-active-color: #050505;
  --webscape-btn-active-bg: rgb(193.6, 193.6, 193.6);
  --webscape-btn-active-border-color: rgb(181.5, 181.5, 181.5);
  --webscape-btn-active-shadow: inset 0 3px 5px rgba(5, 5, 5, 0.125);
  --webscape-btn-disabled-color: #050505;
  --webscape-btn-disabled-bg: #f2f2f2;
  --webscape-btn-disabled-border-color: #f2f2f2;
}

.btn-lg {
  --webscape-btn-padding-y: 0.5rem;
  --webscape-btn-padding-x: 1rem;
  --webscape-btn-font-size: calc(1.35rem + 1.2vw);
  --webscape-btn-border-radius: var(--webscape-border-radius-lg);
}
@media (min-width: 1200px) {
  .btn-lg {
    --webscape-btn-font-size: 2.25rem;
  }
}

:root {
  --webscape-carousel-indicator-active-bg: #fdfdfd;
  --webscape-carousel-caption-color: #fdfdfd;
  --webscape-carousel-control-icon-filter: ;
}

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

.table {
  --webscape-table-color-type: initial;
  --webscape-table-bg-type: initial;
  --webscape-table-color-state: initial;
  --webscape-table-bg-state: initial;
  --webscape-table-color: var(--webscape-emphasis-color);
  --webscape-table-bg: var(--webscape-body-bg);
  --webscape-table-border-color: var(--webscape-border-color);
  --webscape-table-accent-bg: transparent;
  --webscape-table-striped-color: var(--webscape-emphasis-color);
  --webscape-table-striped-bg: rgba(var(--webscape-emphasis-color-rgb), 0.05);
  --webscape-table-active-color: var(--webscape-emphasis-color);
  --webscape-table-active-bg: rgba(var(--webscape-emphasis-color-rgb), 0.1);
  --webscape-table-hover-color: var(--webscape-emphasis-color);
  --webscape-table-hover-bg: rgba(var(--webscape-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--webscape-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--webscape-table-color-state, var(--webscape-table-color-type, var(--webscape-table-color)));
  background-color: var(--webscape-table-bg);
  border-bottom-width: var(--webscape-border-width);
  box-shadow: inset 0 0 0 9999px var(--webscape-table-bg-state, var(--webscape-table-bg-type, var(--webscape-table-accent-bg)));
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

.webscape-content-container {
  --webscape-gutter-x: 1.5rem;
  --webscape-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--webscape-gutter-x) * 0.5);
  padding-left: calc(var(--webscape-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 95%;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media (min-width: 576px) {
  .webscape-content-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .webscape-content-container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.row-two-col-33-67 {
  --webscape-gutter-x: 1.5rem;
  --webscape-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--webscape-gutter-y));
  margin-right: calc(-0.5 * var(--webscape-gutter-x));
  margin-left: calc(-0.5 * var(--webscape-gutter-x));
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 4rem;
  webscape-gutter-x: 4rem;
}
@media (min-width: 992px) {
  .row-two-col-33-67 {
    flex-wrap: nowrap !important;
    margin-right: -1rem;
    margin-left: -1rem;
    column-gap: 4rem;
    justify-content: space-between;
    width: 100%;
  }
}
.row-two-col-33-67 .col-left {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--webscape-gutter-x) * 0.5);
  padding-left: calc(var(--webscape-gutter-x) * 0.5);
  margin-top: var(--webscape-gutter-y);
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 576px) {
  .row-two-col-33-67 .col-left {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
}
@media (min-width: 992px) {
  .row-two-col-33-67 .col-left {
    flex: 0 0 auto;
    width: 33.33333333%;
    flex-shrink: 1;
  }
}
.row-two-col-33-67 .col-right {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--webscape-gutter-x) * 0.5);
  padding-left: calc(var(--webscape-gutter-x) * 0.5);
  margin-top: var(--webscape-gutter-y);
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 576px) {
  .row-two-col-33-67 .col-right {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
}
@media (min-width: 992px) {
  .row-two-col-33-67 .col-right {
    flex: 0 0 auto;
    width: 66.66666667%;
    flex-grow: 0;
    flex-shrink: 1;
  }
}

.row-two-col-67-33 {
  --webscape-gutter-x: 1.5rem;
  --webscape-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--webscape-gutter-y));
  margin-right: calc(-0.5 * var(--webscape-gutter-x));
  margin-left: calc(-0.5 * var(--webscape-gutter-x));
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 2rem;
  row-gap: 4rem;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  --webscape-gutter-x: 2rem;
}
@media (min-width: 992px) {
  .row-two-col-67-33 {
    flex-wrap: nowrap !important;
    margin-right: -1rem;
    margin-left: -1rem;
  }
}
.row-two-col-67-33 .col-left {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--webscape-gutter-x) * 0.5);
  padding-left: calc(var(--webscape-gutter-x) * 0.5);
  margin-top: var(--webscape-gutter-y);
  flex: 0 0 auto;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 576px) {
  .row-two-col-67-33 .col-left {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
}
@media (min-width: 992px) {
  .row-two-col-67-33 .col-left {
    padding-left: 0;
    padding-right: 3rem;
    margin-right: 3rem;
    margin-left: 0;
    flex-shrink: 1;
  }
}
.row-two-col-67-33 .col-right {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--webscape-gutter-x) * 0.5);
  padding-left: calc(var(--webscape-gutter-x) * 0.5);
  margin-top: var(--webscape-gutter-y);
  flex: 0 0 auto;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 576px) {
  .row-two-col-67-33 .col-right {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
}
@media (min-width: 992px) {
  .row-two-col-67-33 .col-right {
    flex: 0 0 auto;
    width: 33.33333333%;
    margin-left: 0;
    margin-right: 0;
  }
}

.object-fit-cover {
  object-fit: cover !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.d-flex {
  display: flex !important;
}

.shadow-lg {
  box-shadow: var(--webscape-box-shadow-lg) !important;
}

.w-100 {
  width: 100% !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.fw-bold {
  font-weight: 700 !important;
}

/* rtl:begin:remove */

/* rtl:end:remove */

.text-light {
  --webscape-text-opacity: 1;
  color: rgba(var(--webscape-light-rgb), var(--webscape-text-opacity)) !important;
}

.rounded-3 {
  border-radius: var(--webscape-border-radius-lg) !important;
}

.visible {
  visibility: visible !important;
}
@media (min-width: 768px) {
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
}
.bg-grad-prmry-to-scndry {
  background-image: linear-gradient(45deg, #1a243a 0%, #ae9969 100%);
}

.full-height {
  height: 100%;
  max-height: 450px;
  overflow: hidden;
  width: 100%;
  min-width: 100%;
  min-height: max(350px, 90vh);
}
@media (min-width: 768px) {
  .full-height {
    height: max(430px, 90vh);
  }
}
@media (min-width: 992px) {
  .full-height {
    height: max(480px, 90vh);
  }
}
@media (min-width: 1200px) {
  .full-height {
    height: max(520px, 90vh);
  }
}

.banner-short {
  min-height: max(250px, 35vh);
}
@media (min-width: 992px) {
  .banner-short {
    min-height: 350px;
  }
}

.banner-tall {
  min-height: max(450px, 75vh);
}

.image {
  width: 100%;
  height: 100%;
  background-size: cover;
  object-fit: cover;
}

@media (max-width: 767.98px) {
  .desktop-media {
    display: none;
  }
}
@media (min-width: 768px) {
  .desktop-media {
    display: block;
  }
}

@media (max-width: 767.98px) {
  .mobile-media {
    display: block;
  }
}
@media (min-width: 768px) {
  .mobile-media {
    display: none;
  }
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  display: block;
}

.overlay-dark, .home .hero .overlay {
  background-color: rgba(10, 0, 0, 0.3);
}

body {
  font-family: "Open Sans", sans-serif !important;
  font-size: 1.8rem !important;
}

.link-light a:hover, .link-light:hover {
  color: #f2f2f2;
}

/* Fade In Section Styles */
#top.hero-bg-media .webscape-hero-content h1, #top.hero-bg-media .webscape-hero-content .h1, #top.hero-bg-media .webscape-hero-content h2, #top.hero-bg-media .webscape-hero-content .h2, #top.hero-bg-media .webscape-hero-content h3, #top.hero-bg-media .webscape-hero-content .h3, #top.hero-bg-media .webscape-hero-content a, #top.hero-bg-media .webscape-hero-content button {
  opacity: 0.5;
  transform: translateY(20px); /* Slight upward motion for a smooth entrance */
  transition: opacity 1s ease-in-out; /* Same duration as #top */
}

.webscape-section {
  position: relative;
}

.d-flex-col {
  display: flex;
  flex-direction: column;
}

.d-flex-col-center, .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.webscape-row-wrap {
  width: 100%;
  height: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-right: auto;
  margin-left: auto;
}

.content-wrapper {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 576px) {
  .content-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 768px) {
  .content-wrapper {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 992px) {
  .content-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

#masthead {
  box-shadow: 0 0 35px rgba(26, 36, 58, 0.7);
}

.site-mobile-header-wrap .site-header-main-section-center {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.site-mobile-header-wrap .site-main-header-inner-wrap {
  display: flex !important;
}
.site-mobile-header-wrap .site-header-main-section-left, .site-mobile-header-wrap .site-header-main-section-right {
  width: 0;
}

.entry-title {
  font-size: 3.8rem !important;
  font-weight: 300 !important;
}

.hero-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.hero-content .hero-title {
  color: #f2f2f2;
}
.hero-content .hero-title {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}
.hero-content .hero-title .hero-title-main, .hero-content .hero-title .hero-title-pre, .hero-content .hero-title .hero-title-post, .hero-content .hero-title .hero-breadcrumb {
  display: block;
  width: 100%;
}
.hero-content .hero-title .kadence-breadcrumbs {
  margin: 0 !important;
}

.header-navigation .primary-menu-container > ul li.menu-item > a {
  font-size: 1.62rem !important;
  line-height: 1.2;
  text-transform: uppercase !important;
}

.kadence-breadcrumbs .kadence-breadcrumb-container a, .kadence-breadcrumbs .kadence-breadcrumb-container span {
  font-size: 1.8rem;
  color: #f9d895 !important;
  font-family: "Open Sans", sans-serif;
  line-height: 1;
  font-weight: 500 !important;
}
.kadence-breadcrumbs .kadence-breadcrumb-container a:hover {
  color: rgb(174.3, 151.2, 104.3);
  text-decoration: underline;
}
.kadence-breadcrumbs .kadence-bc-home {
  color: #f9d895 !important;
}
.kadence-breadcrumbs .bc-delimiter {
  color: #f9d895 !important;
}
.kadence-breadcrumbs .kadence-bread-current {
  color: #f2f2f2 !important;
}

.gform_fields {
  display: flex !important;
  flex-direction: column !important;
  row-gap: 1rem !important;
}

body #gform_wrapper_1 .gform_heading .gform_title {
  color: #f2f2f2;
  margin: 0;
  padding: 0;
  font-size: 2.15rem;
  font-weight: 300;
  line-height: 1.1;
}

.gform-theme--foundation .gform_fields {
  display: flex !important;
  flex-direction: column !important;
  row-gap: 1rem !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield_html a {
  color: #f2f2f2;
  font-size: 1.75rem;
  line-height: 1.2;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
}

.home .es-header-component-top {
  display: none !important;
}

@media (min-width: 992px) {
  .eapps-widget {
    padding-right: 40px;
  }
}

.gfield_label {
  color: #f2f2f2 !important;
  text-transform: uppercase !important;
  font-size: 0.85rem;
  font-weight: 400;
  letter-spacing: 1px;
}

/* 
 * Generated at 
 * https://www.wavegenerator.app/ 
*/
/*
 * Generated wave with params: 
 * width: 1285, 
 * height: 80, 
 * offset: 47, 
 * amplitude: 32, 
 * frequency: 2.6, 
 * phase: 0, 
 * points generated: 50
*/

.bg-media-section {
  position: relative !important;
  z-index: 0;
}
.bg-media-section .webscape-row-wrap {
  position: absolute;
  height: 100%;
  z-index: 0;
  width: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
}
.bg-media-section .webscape-row-wrap .bg-media {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 0;
}
.bg-media-section .webscape-row-wrap .bg-media img {
  height: calc(2px + 100%);
  width: calc(2px + 100%);
  position: relative;
  top: -1px;
  left: -1px;
  background-size: cover;
  object-fit: cover;
  z-index: 1;
}
.bg-media-section .webscape-row-wrap .overlay {
  z-index: 3;
}
.bg-media-section .webscape-row-wrap .bg-media-content {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 6;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

img {
  object-fit: cover;
  background-size: cover;
  height: 100%;
  width: 100%;
}

.contact-info-section .col-table-content {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  align-content: center;
}
@media (min-width: 992px) {
  .contact-info-section .col-table-content {
    margin-left: 2rem;
    align-content: flex-start;
  }
}
@media (min-width: 1200px) {
  .contact-info-section .col-table-content {
    margin-left: 3rem;
  }
}
.contact-info-section .col-table-content .btn, .contact-info-section .col-table-content .gform_footer input[type=submit], .gform_footer .contact-info-section .col-table-content input[type=submit] {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .contact-info-section .col-table-content .btn, .contact-info-section .col-table-content .gform_footer input[type=submit], .gform_footer .contact-info-section .col-table-content input[type=submit] {
    margin-left: 0;
    margin-right: 0;
  }
}
.contact-info-section .col-left .left-col-image.tall-portrait-image {
  height: 100%;
}

.col-table-content {
  display: flex;
  flex-direction: column;
  row-gap: 3rem;
}
.col-table-content .logo-image-wrap {
  max-width: max(90%, 150px);
  aspect-ratio: 1/1;
  min-width: 90px;
  max-height: 26rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .col-table-content .logo-image-wrap {
    max-width: max(90%, 200px);
    margin-left: 0;
    margin-right: 0;
  }
}

.contact-info-table table tr td {
  display: inline-flex;
  align-items: center;
  column-gap: 1rem;
}
.contact-info-table table tr td .table-row-icon {
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  min-width: 2rem !important;
}
.contact-info-table table tr td .table-row-icon svg.bi {
  width: 100% !important;
  height: 100% !important;
}
.contact-info-table table tr td .table-row-title {
  line-height: 2rem;
  font-size: 2rem;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  margin-right: 2rem;
}

.home .hero .overlay {
  backdrop-filter: contrast(0.75) brightness(0.45);
}
.home .hero .webscape-row-wrap {
  padding-top: 12rem;
  padding-bottom: 12rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.home .hero .hero-title-box {
  width: 100%;
  box-sizing: border-box;
  display: block;
  padding: 2rem;
  box-shadow: 1px -1px 3px rgba(34, 34, 34, 0.15) !important;
}
.home .hero .hero-title, .home .hero .hero-title-main, .home .hero .entry-title {
  color: #f9d895;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 3.8rem !important;
  font-weight: 300 !important;
  line-height: 1.1;
  text-transform: capitalize;
  text-align: center;
  word-wrap: break-word;
  text-wrap-style: stable;
  letter-spacing: 0.1rem;
}
@media (min-width: 992px) {
  .home .hero .hero-title, .home .hero .hero-title-main, .home .hero .entry-title {
    font-size: 5rem !important;
  }
}
.home .hero .cta-phone-link {
  font-size: 2.4rem;
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
}
.home .hero .hero-button {
  margin-top: 2rem;
  margin-bottom: 4rem;
}

.page-template-page-contact .hero-bg-media .overlay {
  background: rgba(0, 0, 0, 0.6) !important;
}

.gform_heading .gform_title {
  color: #f2f2f2;
  margin: 0;
  padding: 0;
  font-size: 2.15rem;
  font-weight: 300;
  line-height: 1.1;
}

.gform_fields {
  display: flex !important;
  flex-direction: column !important;
  row-gap: 1rem !important;
}

.gform_body .gform_fields .gfield_html a {
  color: #f2f2f2;
  font-size: 1.75rem;
  line-height: 1.2;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
}

.gfield_label {
  color: #f2f2f2 !important;
  text-transform: uppercase !important;
  font-size: 0.85rem;
  font-weight: 400;
  letter-spacing: 1px;
}

.es-header-component-top {
  display: none !important;
}
