/*
Theme Name: South Coast Contract Shooting
Theme URI:  https://southcoastcontractshooting.com.au
Description: South Coast Contract Shooting Theme
Version: 1.0.1
License URI: http://www.apache.org/licenses/LICENSE-2.0
Requires PHP: 7.0
Tested up to: 6.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: southcoastcontractshooting
*/
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
*/
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
  font-size: 87.5%;
  height: 100%; }

html,
button,
input,
select,
textarea {
  color: #151d29; }

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit; }

body {
  text-align: center;
  margin: 0;
  padding: 0;
  min-height: 100%;
  font-weight: 400;
  font-style: normal;
  border: thick none #FFF;
  color: #231F20;
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  background: #FFF; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #e1f4fb;
  text-shadow: none;
  color: #151d29; }

::selection {
  background: #e1f4fb;
  text-shadow: none;
  color: #151d29; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  height: auto;
  vertical-align: middle;
  max-width: 100%; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

main {
  display: block; }

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important; }

html {
  transition: background-color 1s; }

html, body {
  /* For the loading indicator to be vertically centered ensure */
  /* the html and body elements take up the full viewport */
  min-height: 100%; }

html.loading {
  /* Replace #333 with the background-color of your choice */
  /* Replace loading.gif with the loading image of your choice */
  background: #333 url("loading.gif") no-repeat 50% 50%;
  /* Ensures that the transition only runs in one direction */
  transition: background-color 0; }

body {
  transition: opacity 1s ease-in; }

html.loading body {
  /* Make the contents of the body opaque during loading */
  opacity: 0;
  /* Ensures that the transition only runs in one direction */
  transition: opacity 0; }

body:not(.custom-background-image)::before,
body:not(.custom-background-image)::after {
  height: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

@font-face {
  font-family: 'Founders Grotesk Text';
  src: url("assets/fonts/FoundersGroteskTextWeb-Regular.eot");
  src: url("assets/fonts/FoundersGroteskTextWeb-Regular.eot?#iefix") format("embedded-opentype"), url("assets/fonts/FoundersGroteskTextWeb-Regular.woff2") format("woff2"), url("assets/fonts/FoundersGroteskTextWeb-Regular.woff") format("woff"); }

@font-face {
  font-family: 'Tiempos Fine';
  src: url("assets/fonts/TiemposFineWeb-Light.eot");
  src: url("assets/fonts/text-indent: ;mposFineWeb-Light.eot?#iefix") format("embedded-opentype"), url("assets/fonts/TiemposFineWeb-Light.woff2") format("woff2"), url("assets/fonts/TiemposFineWeb-Light.woff") format("woff"); }

/**
 * Basic typography style for copy text
 */
body {
  color: #231F20;
  font: normal 125%/1.4 "sofia-pro", sans-serif; }

/***** GENERAL STYLING ****/
h1, h2, h3, h4, h5, h6 {
  font-family: "komet", sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0.075rem;
  line-height: 1.05; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: 400;
  color: #58595B; }

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  text-decoration: none; }

h1 {
  font-size: 61px;
  margin: 0;
  padding: 0 0 31px 0;
  line-height: 1.05;
  text-transform: uppercase; }

h2 {
  font-size: 34px;
  margin: 0;
  padding: 0 0 31px 0;
  line-height: 1.05;
  text-transform: uppercase; }

h3 {
  font-size: 22px;
  margin: 0 0 18px 0;
  line-height: 1.2;
  letter-spacing: 0;
  padding: 0;
  font-weight: 400; }

h4 {
  font-size: 17px;
  font-size: 1.214285714285714rem;
  text-transform: uppercase; }

h5 {
  font-size: 22px;
  color: #FBB040;
  padding: 0;
  margin: 1.5rem 0 12px 0;
  letter-spacing: 0;
  text-transform: uppercase; }

h6 {
  font-size: 14px;
  font-size: 1;
  letter-spacing: 0.05rem;
  padding: 0;
  margin: 12px 0; }

p {
  color: #231F20;
  font-size: 18px;
  line-height: 1.4;
  padding: 0;
  margin: 0 0 1.1rem 0;
  letter-spacing: 0;
  font-weight: 400; }
  p strong {
    font-weight: 700; }

p.underline {
  font-size: 18px;
  padding: 0;
  border-bottom: 2px solid #231F20; }

p img {
  margin: 0; }

em, i {
  font-style: italic; }

strong, b {
  font-weight: 800; }

main {
  display: block; }

.main-content blockquote,
.main-content blockquote p {
  color: #231F20;
  letter-spacing: 0.005em;
  font-size: 24px;
  line-height: 1.3;
  margin: 0 0 8px 0;
  font-weight: 600;
  border-left: 1px none #FFF;
  font-style: italic; }

blockquote {
  margin: 0 0 20px;
  padding: 0; }
  blockquote cite {
    font-size: 18px;
    display: block;
    color: #FFF;
    padding: 0;
    letter-spacing: 0.005em;
    font-weight: 800; }
    blockquote cite:before {
      content: "\2014 \0020"; }
    blockquote cite a, blockquote cite a:visited {
      color: #FBB040; }

abbr[title] {
  border-bottom: 1px dotted; }

dfn {
  font-style: italic; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

ins {
  background: #ff9;
  color: #484540;
  text-decoration: none; }

mark {
  background: #ff0;
  color: #484540;
  font-style: italic;
  font-weight: bold; }

pre, code, kbd, samp {
  font-family: monospace, serif;
  font-family: 'courier new', monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before, q:after {
  content: "";
  content: none; }

small {
  font-size: 85%; }

sub, sup {
  font-size: 50%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.7em;
  padding-left: 0.15em; }

sub {
  bottom: -0.25em; }

ul, ol {
  margin: 1em 0 20px 0; }

ul {
  list-style: none; }

.main_content ol li {
  list-style: outside numeric; }

li {
  font-size: 18px;
  color: #231F20;
  line-height: 1.25;
  font-weight: 500;
  padding: 0;
  margin: 0 0 0.4em 0;
  letter-spacing: 0.005em;
  list-style: disc outside #FBB040; }

dt {
  margin: 20px 0 0 0;
  font-weight: bold; }

dd {
  margin-bottom: 12px; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

/**
 * Basic styles for links
 */
a {
  color: #231F20;
  text-decoration: none;
  outline: none;
  font-weight: inherit;
  transition: all 0.4s ease; }
  a:hover, a:active, a:focus {
    color: #FBB040;
    text-decoration: none;
    outline: 0; }

strong a {
  font-weight: 700; }

p a, p a:visited {
  line-height: inherit; }

/* ===== Images and media ===== */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  max-width: 100%; }

figure {
  margin: 0; }

figcaption {
  margin: 0;
  font-size: 0.946em;
  font-style: italic;
  letter-spacing: 0.5px;
  margin: 0;
  padding: 12px 0 24px; }

figure.photo {
  margin-bottom: 20px; }

figure.photo.left {
  margin: 0 20px 20px 0;
  float: left; }

figure.photo.right {
  margin: 0 0 20px 20px;
  float: right; }

figure.photo figcaption {
  border-bottom: 1px solid #DDD;
  background-color: #F5F5F5; }

.youtube {
  padding-bottom: 90px;
  max-width: 853px;
  margin: 0 auto; }

/* ===== Forms ===== */
form {
  margin: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

input[type="text"], input[type="password"], input[type="email"], textarea, select {
  border: 1px solid #ccc;
  padding: 8px;
  outline: none;
  border-radius: 0;
  color: #231F20;
  margin: 0;
  width: 192px;
  max-width: 100%;
  display: block;
  background: #fff; }

select {
  padding: 0; }

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
  border: 1px solid #aaa;
  color: #231F20;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }

textarea {
  min-height: 60px; }

label {
  cursor: pointer; }

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal; }

label, legend {
  display: block;
  font-weight: 500;
  font-size: 15px; }

select {
  width: 220px; }

input[type="checkbox"] {
  display: inline; }

label span, legend span {
  font-weight: normal;
  font-size: 13px;
  color: #444; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, input {
  line-height: normal; }

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible; }

button[disabled], input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

input:invalid, textarea:invalid {
  background-color: #f0dddd; }

#wrapper .nf-form-cont {
  margin: 0;
  padding-top: 12px;
  text-align: left; }
  #wrapper .nf-form-cont .nf-form-title h3 {
    margin-top: 0; }
  #wrapper .nf-form-cont .label-above .nf-field-label {
    margin: 0 0 10px 0; }
  #wrapper .nf-form-cont .nf-form-fields-required {
    font-size: 14px;
    font-size: 1;
    color: #555555;
    padding-bottom: 12px; }
  #wrapper .nf-form-cont .field-wrap .ninja-forms-field,
  #wrapper .nf-form-cont .nf-error .ninja-forms-field {
    background-color: #FFF; }
  #wrapper .nf-form-cont .nf-error-msg.nf-error-required-error {
    font-size: 14px;
    font-size: 1; }
  #wrapper .nf-form-cont .nf-form-content select.ninja-forms-field {
    color: #231F20;
    background-color: transparent;
    min-height: 50px;
    line-height: 25px; }
  #wrapper .nf-form-cont select.ninja-forms-field:focus {
    color: #FBB040; }
  #wrapper .nf-form-cont .list-select-wrap > div div {
    display: block;
    position: absolute;
    font-size: 16px;
    line-height: 16px;
    margin: 0;
    padding: 16px;
    height: 50px !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1; }

#wrapper #nf-field-12-container {
  margin: 0; }

#wrapper #nf-form-2-cont .nf-form-content label,
#wrapper #nf-form-2-cont .nf-form-content input:not([type="button"]),
#wrapper #nf-form-2-cont .nf-form-cont .nf-error .ninja-forms-field {
  color: #231F20; }

#wrapper #nf-form-2-cont .ninja-forms-field {
  min-height: 50px; }

#wrapper .list-checkbox-wrap .nf-field-element li label {
  display: inline-block; }

#wrapper .nf-form-content .listselect-wrap .nf-field-element div, #wrapper .nf-form-content input.ninja-forms-field, #wrapper .nf-form-content select.ninja-forms-field:not([multiple]) {
  height: inherit; }

#wrapper #nf-field-8-container {
  margin-bottom: 0; }

#wrapper .nf-form-content textarea {
  color: #231F20; }

/* ===== Tables ===== */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td {
  vertical-align: top; }

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap; }

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.edit-link {
  display: none; }

.wow {
  visibility: hidden; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.brand-colour {
  color: #FBB040; }

.banner {
  background-image: url("https://southcoastcontractshooting.com.au/wp-content/uploads/2023/07/banner-home-jpg.webp");
  background-position: center;
  background-size: cover;
  text-align: left;
  height: calc(100vh - 155px);
  display: flex;
  align-items: center;
  padding: 0 6rem;
  margin-top: 156px; }
  .banner .description {
    max-width: 650px; }
    .banner .description h1, .banner .description h2, .banner .description h3, .banner .description h4, .banner .description p {
      color: #FFF; }
    .banner .description h2 {
      color: #FBB040; }
    .banner .description h3 {
      font-family: "sofia-pro", sans-serif;
      font-size: 34px; }
    .banner .description p {
      font-size: 22px;
      margin: 0 0 39px 0; }

.introduction {
  padding: 8rem 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f6e5c7;
  text-align: center;
  padding: 7rem 6rem; }
  .introduction .col-one {
    width: 100%;
    max-width: 882px; }
    .introduction .col-one h2 {
      color: #FBB040;
      font-size: 34px; }
    .introduction .col-one p {
      font-size: 27px; }
      .introduction .col-one p:last-child {
        margin: 0; }
    .introduction .col-one .large-btn {
      margin-top: 3rem; }

.services-panel-hold {
  text-align: center;
  padding: 7rem 6rem; }
  .services-panel-hold h2 {
    color: #FBB040; }
  .services-panel-hold .services-panel {
    display: grid;
    margin-top: 8px; }
    .services-panel-hold .services-panel .service-col {
      background: #231F20; }
    .services-panel-hold .services-panel h4, .services-panel-hold .services-panel p {
      color: #FFF;
      padding: 0;
      margin: 0; }
    .services-panel-hold .services-panel img {
      transition: 0.4s all ease;
      opacity: 1; }
      .services-panel-hold .services-panel img:hover, .services-panel-hold .services-panel img:active, .services-panel-hold .services-panel img:focus {
        opacity: 0.85; }
    .services-panel-hold .services-panel .text {
      text-align: left;
      padding: 32px; }
      .services-panel-hold .services-panel .text h4 a {
        color: #FFF; }
      .services-panel-hold .services-panel .text h4 {
        padding-bottom: 1rem; }
      .services-panel-hold .services-panel .text .more {
        color: #f6e5c7;
        margin-left: auto;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 0.075rem;
        font-weight: 900;
        transition: 0.4s all ease; }
        .services-panel-hold .services-panel .text .more .fa-regular {
          color: #FBB040;
          font-size: 12px;
          transition: 0.4s all ease; }
        .services-panel-hold .services-panel .text .more:hover, .services-panel-hold .services-panel .text .more:active, .services-panel-hold .services-panel .text .more:focus {
          color: #FFF; }
          .services-panel-hold .services-panel .text .more:hover .fa-regular, .services-panel-hold .services-panel .text .more:active .fa-regular, .services-panel-hold .services-panel .text .more:focus .fa-regular {
            color: #FFF; }
  .services-panel-hold .large-btn {
    margin: 48px 0 0 0; }

.buttons-group .white-btn, .buttons-group .btn {
  margin-right: 20px; }

.main-content {
  width: 100%;
  text-align: left; }
  .main-content h4 {
    margin: 1.6rem 0 1rem 0; }
  .main-content .entry-content p:first-child {
    color: #39a043; }
  .main-content .entry-content h4 {
    font-style: italic; }
  .main-content .entry-content .alignnone.size-thumbnail {
    padding: 18px; }
  .main-content ul {
    padding: 0;
    margin: 12px 0 24px 30px;
    list-style: disc outside;
    color: #231F20; }

.intro-text {
  max-width: 816px;
  margin: 0 auto;
  padding-bottom: 2.5rem; }
  .intro-text p {
    font-size: 22px; }
    .intro-text p:last-child {
      margin: 0; }

.grey-panel {
  background: #f5f7f8;
  padding: 4rem 4rem 7rem 4rem;
  margin-bottom: 8px; }

.panel {
  padding: 0 0 1rem 0;
  margin-bottom: 8px; }
  .panel .menus {
    max-width: 1280px;
    margin: 0 auto;
    padding-top: 7rem; }
    .panel .menus img, .panel .menus p img {
      width: 100%;
      margin-bottom: 8px; }

.search .page-content {
  padding-bottom: 4rem; }
  .search .page-content input[type="text"], .search .page-content input[type="password"], .search .page-content input[type="email"], .search .page-content textarea, .search .page-content select {
    display: inline-block;
    padding: 10px;
    width: 262px;
    vertical-align: top; }
  .search .page-content #searchform {
    display: flex;
    flex-direction: column;
    justify-content: flex-start; }

.search .main-content .hentry {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 0 4rem 0; }

.page-template-template_contact .col h4 {
  color: #FBB040;
  margin: 3.5rem 0 1rem 0; }

.main-content .col-content ul {
  margin: 0 0 0 1.4rem; }

.blog .events-wrap .main-content,
.archive .events-wrap .main-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center; }

.blog .events-wrap h4,
.archive .events-wrap h4 {
  font-size: 16px;
  margin: 16px 0 0 0; }

.blog .events-wrap .posts,
.archive .events-wrap .posts {
  width: 100%;
  max-width: 1550px;
  padding-top: 1rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 8px; }
  .blog .events-wrap .posts .post,
  .archive .events-wrap .posts .post {
    display: flex;
    flex-direction: column;
    padding-bottom: 2rem; }
    .blog .events-wrap .posts .post .entry-content,
    .archive .events-wrap .posts .post .entry-content {
      padding: 0 0 2rem 0;
      margin: 0; }
      .blog .events-wrap .posts .post .entry-content .alignnone.size-thumbnail,
      .archive .events-wrap .posts .post .entry-content .alignnone.size-thumbnail {
        padding: 0 18px; }
  .blog .events-wrap .posts .entry-header,
  .archive .events-wrap .posts .entry-header {
    margin: 0; }
  .blog .events-wrap .posts .entry-footer,
  .archive .events-wrap .posts .entry-footer {
    margin: 0;
    width: 100%;
    float: none; }

.single #wrapper .news-area {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center; }
  .single #wrapper .news-area .posts {
    display: block;
    max-width: 980px;
    padding-top: 1rem;
    padding-bottom: 2rem; }
    .single #wrapper .news-area .posts .post {
      display: flex;
      flex-direction: column;
      padding-bottom: 2rem; }
      .single #wrapper .news-area .posts .post .entry-content {
        padding: 0 0 2rem 0;
        margin: 0; }
        .single #wrapper .news-area .posts .post .entry-content .alignnone.size-thumbnail {
          padding: 0 18px; }
    .single #wrapper .news-area .posts .entry-header {
      margin: 0; }
    .single #wrapper .news-area .posts .entry-footer {
      margin: 0;
      width: 100%;
      float: none; }

.image-link {
  opacity: 1;
  transition: 0.4s all ease; }
  .image-link:hover, .image-link:active, .image-link:focus {
    opacity: 0.7; }

.single-format-standard .news-area {
  background: #f5f7f8;
  margin-bottom: 8px;
  padding: 8rem 2rem 7rem 2rem; }
  .single-format-standard .news-area .two-grid {
    grid-gap: 60px; }
  .single-format-standard .news-area .intro-text {
    padding: 3rem 0 1rem 0; }
    .single-format-standard .news-area .intro-text p {
      font-size: 22px;
      color: #484540; }

.single-format-standard .post {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  text-align: left;
  padding: 50px 0; }
  .single-format-standard .post .about {
    text-align: left; }

.regular-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: auto;
  padding: 7rem 6rem;
  text-align: center;
  min-height: 48vh;
  background-position: center; }
  .regular-banner h1 {
    margin: 0;
    padding: 0; }
  .regular-banner .content {
    max-width: 916px; }
    .regular-banner .content .intro {
      max-width: 816px; }

.details-hold {
  padding: 7rem 6rem; }
  .details-hold .details {
    max-width: 1338px;
    margin: 0 auto; }
    .details-hold .details .col h4 {
      margin: 3rem 0 1.2rem 0;
      color: #FBB040; }
      .details-hold .details .col h4:first-child {
        margin: 0 0 1.2rem 0; }
    .details-hold .details .col .large-btn {
      margin: 2rem 0 0 0; }

.contact-info {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 30px;
  width: 100%;
  max-width: 1338px;
  text-align: left;
  margin: 0 auto; }
  .contact-info h3 {
    color: #FBB040;
    text-transform: uppercase;
    letter-spacing: 0.075rem; }
  .contact-info p {
    margin: 0 0 0.6rem 0; }
  .contact-info .fa-solid {
    color: #FBB040;
    padding: 0 12px 0 0; }
  .contact-info .col-one {
    grid-column: 1/5;
    padding-top: 6px; }
  .contact-info .col-two {
    grid-column: 6/13; }

.google-map {
  max-height: 568px;
  overflow: hidden;
  margin-bottom: 8px; }

.map-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0; }

.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute; }

.two-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px; }

.three-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px; }

.four-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px; }

.five-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 30px; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -40px, 0);
            transform: translate3d(0, -40px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -40px, 0);
            transform: translate3d(0, -40px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

#wrapper .fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
            transform: translate3d(0, 40px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
            transform: translate3d(0, 40px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

#wrapper .fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp; }

#wrapper {
  overflow: hidden;
  padding: 0;
  position: relative; }

.banner-top-wrap {
  background: #58595B;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 10px 6rem 16px 6rem; }
  .banner-top-wrap p {
    color: #FFF;
    line-height: 1.3;
    margin: 0;
    font-size: 15px; }

.header-wrap {
  padding: 16px 6rem;
  position: fixed;
  width: 100%;
  z-index: 22;
  transition: 0.8s all ease-in-out;
  background: #FFF; }

.header {
  width: auto;
  grid-gap: 1rem;
  top: 0;
  z-index: 96;
  height: auto;
  padding: 0;
  transition: 0.4s all ease-in-out;
  display: grid;
  grid-template-columns: 1fr 6fr; }
  .header .logo {
    width: 180px;
    z-index: 999;
    transition: 0.8s all ease-in-out; }
    .header .logo img {
      padding-bottom: 0; }
  .header .contact-us-header {
    text-align: right;
    transition: 0.1s all ease;
    padding-bottom: 20px;
    margin-left: auto; }
    .header .contact-us-header p {
      margin: 0;
      font-weight: 900; }
      .header .contact-us-header p .fa-regular {
        font-size: 15px; }
      .header .contact-us-header p .blue {
        padding-right: 24px; }
    .header .contact-us-header .break {
      padding: 0 15px;
      color: #f6e5c7; }
    .header .contact-us-header .btn {
      margin: 0; }

.sticky-items {
  padding: 16px 6rem;
  background: #FFF;
  top: 0; }
  .sticky-items .header .logo {
    width: 90px; }
  .sticky-items .header .logo img {
    padding-bottom: 0; }
  .sticky-items .header .contact-us-header {
    padding-bottom: 10px; }
    .sticky-items .header .contact-us-header .btn {
      margin: 0;
      line-height: 13px;
      font-size: 13px;
      padding: 8px 22px; }
      .sticky-items .header .contact-us-header .btn .fa-regular {
        font-size: 12px; }
    .sticky-items .header .contact-us-header .brett-pic {
      width: 33px;
      height: 33px;
      margin-right: 24px; }

.main-nav {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  position: relative; }
  .main-nav input#burger {
    opacity: 0;
    top: -222px;
    display: none; }
  .main-nav ul {
    margin: 0;
    padding: 0;
    max-width: 100%;
    text-align: right; }
    .main-nav ul li {
      margin: 0;
      text-align: center;
      background: transparent;
      display: inline-block;
      color: #231F20;
      position: relative;
      padding: 0 1rem;
      font-family: "komet", sans-serif; }
      .main-nav ul li:last-child {
        padding-right: 0; }
      .main-nav ul li a {
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 900;
        color: #231F20; }
        .main-nav ul li a .fa-regular.fa-chevron-down {
          color: #f6e5c7;
          transition: 0.4s all ease;
          font-size: 14px;
          padding-left: 2px; }
        .main-nav ul li a:hover, .main-nav ul li a:active, .main-nav ul li a:focus, .main-nav ul li a:focus-within {
          color: #FBB040;
          text-decoration: none; }
          .main-nav ul li a:hover .fa-regular.fa-chevron-down, .main-nav ul li a:active .fa-regular.fa-chevron-down, .main-nav ul li a:focus .fa-regular.fa-chevron-down, .main-nav ul li a:focus-within .fa-regular.fa-chevron-down {
            color: #FBB040; }
        .main-nav ul li a .desktop.fas.fa-angle-down {
          display: inline-block; }
      .main-nav ul li a.sub {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 99; }
        .main-nav ul li a.sub i {
          font-style: normal; }
          .main-nav ul li a.sub i:after {
            font-family: FontAwesome;
            content: "\f107";
            position: absolute;
            right: 18px;
            top: 5px;
            font-size: 28px;
            height: 21px;
            width: 21px;
            visibility: visible; }
      .main-nav ul li ul {
        visibility: hidden;
        opacity: 0;
        min-width: 16rem;
        position: absolute;
        transition: all 0.5s ease;
        margin: 0;
        left: 0;
        display: none; }
        .main-nav ul li ul li {
          clear: both;
          width: 100%;
          margin-top: 0;
          background: #FFF;
          line-height: 1;
          padding: 3px 0.5rem 3px 15px;
          text-align: left; }
          .main-nav ul li ul li a {
            font-size: 14px;
            font-size: 1;
            color: #231F20;
            padding: 0;
            letter-spacing: 0.05rem; }
            .main-nav ul li ul li a:hover, .main-nav ul li ul li a:active, .main-nav ul li ul li a:focus {
              color: #FBB040; }
          .main-nav ul li ul li:first-child {
            padding-top: 8px; }
          .main-nav ul li ul li:last-child {
            padding-bottom: 15px; }
          .main-nav ul li ul li:hover, .main-nav ul li ul li:active, .main-nav ul li ul li:focus {
            background: #FFF; }
      .main-nav ul li:hover > ul, .main-nav ul li:focus-within > ul,
      .main-nav ul li ul:hover,
      .main-nav ul li ul:focus {
        visibility: visible;
        opacity: 1;
        display: block; }

#wrapper .header.dark-bg {
  padding: 1rem; }

#wrapper .header.dark-bg .main-nav li ul li a {
  font-size: 18px;
  font-size: 1.285714285714286rem; }
  #wrapper .header.dark-bg .main-nav li ul li a:focus, #wrapper .header.dark-bg .main-nav li ul li a:active, #wrapper .header.dark-bg .main-nav li ul li a:hover, #wrapper .header.dark-bg .main-nav li ul li a:focus-within {
    color: #231F20; }

.customer-reviews {
  background: #231F20;
  padding: 6rem;
  text-align: left; }
  .customer-reviews .customer-reviews-hold {
    max-width: 600px;
    width: 100%;
    margin: 0 auto; }
    .customer-reviews .customer-reviews-hold h3 {
      text-transform: uppercase;
      font-weight: 900;
      font-style: normal;
      color: #FBB040;
      font-size: 27px;
      letter-spacing: 0.075rem; }
    .customer-reviews .customer-reviews-hold .slide-hold {
      display: flex;
      max-width: 660px;
      margin: 0 auto; }
      .customer-reviews .customer-reviews-hold .slide-hold .speechmark {
        font-family: "komet", sans-serif;
        font-weight: 900;
        font-style: normal;
        color: #f6e5c7;
        font-size: 48px;
        font-weight: 900;
        text-align: right;
        padding-right: 8px; }
    .customer-reviews .customer-reviews-hold blockquote {
      text-align: left;
      max-width: 604px;
      padding-top: 10px; }
      .customer-reviews .customer-reviews-hold blockquote p {
        font-family: "komet", sans-serif;
        font-weight: 900;
        font-style: normal;
        font-size: 22px;
        color: #FFF;
        margin: 0 0 1.2rem 0; }
    .customer-reviews .customer-reviews-hold .name {
      font-size: 18px;
      font-size: 1.285714285714286rem;
      font-weight: 400;
      color: #f6e5c7;
      font-style: normal;
      font-family: "sofia-pro", sans-serif; }
      .customer-reviews .customer-reviews-hold .name .dash {
        color: #f6e5c7; }
    .customer-reviews .customer-reviews-hold .slick-prev::before,
    .customer-reviews .customer-reviews-hold .slick-next::before {
      font-family: 'slick';
      font-size: 20px;
      line-height: 1;
      opacity: .5;
      transition: 0.4s all ease;
      color: #555555; }

.footer {
  text-align: left;
  padding: 7rem 6rem;
  display: flex;
  justify-content: center;
  align-items: center; }
  .footer .footer-top {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
    width: 100%;
    max-width: 1338px; }
    .footer .footer-top h5 {
      margin: 0 0 12px 0;
      font-size: 15px; }
    .footer .footer-top .col.three {
      padding-right: 45px; }
      .footer .footer-top .col.three p {
        font-size: 14px; }
        .footer .footer-top .col.three p strong {
          color: #58595B; }
  .footer .footer-logo {
    max-width: 198px; }
  .footer .footer-nav {
    padding-top: 0; }
    .footer .footer-nav ul {
      margin: 0;
      padding: 0;
      text-align: left; }
    .footer .footer-nav li {
      padding: 0 30px 0 0;
      margin: 0 0 4px 0;
      text-align: left;
      display: block;
      font-size: 15px;
      line-height: 1.5;
      text-transform: uppercase; }
      .footer .footer-nav li a {
        padding: 0;
        font-size: 18px;
        font-family: "komet", sans-serif;
        font-weight: 900;
        font-style: normal; }
        .footer .footer-nav li a:hover, .footer .footer-nav li a:active, .footer .footer-nav li a:focus {
          color: #FBB040;
          text-decoration: none; }
  .footer .four .btn {
    margin: 0 0 26px 0; }
  .footer .four .fa-regular {
    font-size: 13px; }
  .footer .four p {
    font-weight: 900;
    margin: 0; }
  .footer .four .copyright {
    padding-top: 2rem; }
    .footer .four .copyright p {
      font-size: 11px;
      margin: 0 0 0.7rem 0;
      font-weight: 400; }

#searchsubmit,
html body .btn {
  margin: 10px 0 0 0;
  font-family: "komet", sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0.075rem;
  border: 2px solid #FBB040;
  background-color: #FBB040;
  display: inline-flex;
  justify-content: center;
  align-content: center;
  text-align: center;
  width: auto;
  line-height: 15px;
  font-size: 15px;
  text-transform: uppercase;
  color: #FFF;
  transition: 0.4s all ease;
  border-radius: 0;
  padding: 10px 22px;
  cursor: pointer; }
  #searchsubmit .fa-regular,
  html body .btn .fa-regular {
    font-size: 14px;
    padding-right: 6px; }
  #searchsubmit:hover, #searchsubmit:active, #searchsubmit:focus,
  html body .btn:hover,
  html body .btn:active,
  html body .btn:focus {
    text-decoration: none;
    background: #f6e5c7;
    border: 2px solid #FBB040;
    color: #231F20; }

.large-btn {
  margin: 10px 0 0 0;
  font-family: "komet", sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0.075rem;
  border: 2px solid #FBB040;
  display: inline-flex;
  justify-content: center;
  align-content: center;
  text-align: center;
  width: auto;
  line-height: 18px;
  font-size: 18px;
  text-transform: uppercase;
  color: #FFF;
  background-color: #FBB040;
  transition: 0.4s all ease;
  border-radius: 0;
  padding: 20px 30px;
  cursor: pointer; }
  .large-btn .fa-regular {
    font-size: 17px;
    padding-right: 8px; }
  .large-btn:hover, .large-btn:active, .large-btn:focus {
    text-decoration: none;
    background: #f6e5c7;
    border: 2px solid #FBB040;
    color: #231F20; }
  .large-btn .fa-light,
  .large-btn .fa-solid {
    padding-right: 10px; }

.outline {
  border: 2px solid #FBB040; }

#wrapper #nf-form-2-cont #nf-field-14 {
  margin: 10px 0 0 0;
  font-family: "komet", sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0.075rem;
  border: 2px solid #FFF;
  display: inline-flex;
  justify-content: center;
  align-content: center;
  text-align: center;
  width: auto;
  line-height: 18px;
  font-size: 18px;
  text-transform: uppercase;
  color: #FBB040;
  background-color: #FFF;
  transition: 0.4s all ease;
  border-radius: 25px;
  padding: 20px 30px;
  border: 2px solid #FBB040; }
  #wrapper #nf-form-2-cont #nf-field-14 .fa-regular {
    font-size: 17px;
    padding-right: 8px; }
  #wrapper #nf-form-2-cont #nf-field-14:hover, #wrapper #nf-form-2-cont #nf-field-14:active, #wrapper #nf-form-2-cont #nf-field-14:focus {
    text-decoration: none;
    background: #FBB040;
    border: 2px solid #FBB040;
    color: #FFF; }
  #wrapper #nf-form-2-cont #nf-field-14 .fa-light,
  #wrapper #nf-form-2-cont #nf-field-14 .fa-solid {
    padding-right: 10px; }

.white-btn {
  margin: 20px 0 0 0;
  font-weight: 900;
  letter-spacing: 0.1rem;
  border: 2px solid #FFF;
  display: inline-flex;
  justify-content: center;
  align-content: center;
  line-height: 16px;
  font-size: 16px;
  text-transform: uppercase;
  color: #FFF;
  transition: 0.4s all ease;
  border-radius: 40px;
  padding: 30px 60px; }
  .white-btn:hover, .white-btn:active, .white-btn:focus {
    color: #FBB040;
    text-decoration: none;
    background: #FFF;
    border: 2px solid #FFF; }
  .white-btn .fa-light,
  .white-btn .fa-solid {
    padding-right: 10px; }

.dark-blue-btn {
  margin: 20px 0 0 0;
  font-weight: 900;
  letter-spacing: 0.1rem;
  border: 2px solid #58595B;
  display: inline-flex;
  justify-content: center;
  align-content: center;
  width: auto;
  line-height: 16px;
  font-size: 16px;
  text-transform: uppercase;
  color: #58595B;
  transition: 0.4s all ease;
  border-radius: 40px;
  padding: 30px 60px; }
  .dark-blue-btn:hover, .dark-blue-btn:active, .dark-blue-btn:focus {
    text-decoration: none;
    background: #58595B;
    border: 2px solid #58595B;
    color: #FFF; }
  .dark-blue-btn .fa-light,
  .dark-blue-btn .fa-solid {
    padding-right: 10px; }

#wrapper #nf-field-8,
.brand-btn {
  margin: 20px 0 0 0;
  font-weight: 900;
  letter-spacing: 0.1rem;
  border: 2px solid #FBB040;
  display: inline-flex;
  justify-content: center;
  align-content: center;
  width: auto;
  line-height: 16px;
  font-size: 16px;
  text-transform: uppercase;
  color: #58595B;
  transition: 0.4s all ease;
  border-radius: 40px;
  padding: 30px 60px; }
  #wrapper #nf-field-8:hover, #wrapper #nf-field-8:active, #wrapper #nf-field-8:focus,
  .brand-btn:hover,
  .brand-btn:active,
  .brand-btn:focus {
    text-decoration: none;
    background: #FBB040;
    border: 2px solid #FBB040;
    color: #FFF; }
  #wrapper #nf-field-8 .fa-light,
  #wrapper #nf-field-8 .fa-solid,
  .brand-btn .fa-light,
  .brand-btn .fa-solid {
    padding-right: 10px; }

#wrapper #nf-field-12,
#wrapper #nf-field-4 {
  margin: 0 auto; }

.no-margin {
  margin: 0; }

.set-width {
  padding: 30px 0;
  max-width: 270px; }

.main-content .col-content .buttons-group {
  display: flex; }

.main-content .col-content .btn,
.main-content .col-content .brand-btn {
  padding: 20px 30px; }

.page-template-template_markets .map {
  max-width: 1400px;
  padding: 4rem;
  margin: 0 auto; }

.page-template-template_markets .Atlas__market {
  cursor: pointer; }

.page-template-template_markets .Atlas__market-fade {
  opacity: 0.5; }

.page-template-template_markets #america-grey,
.page-template-template_markets #asia-grey,
.page-template-template_markets #australia-grey {
  opacity: 0;
  transition: 0.6s all ease; }
  .page-template-template_markets #america-grey:hover,
  .page-template-template_markets #asia-grey:hover,
  .page-template-template_markets #australia-grey:hover {
    opacity: 1; }

.page-template-template_markets #america,
.page-template-template_markets #asia,
.page-template-template_markets #australia {
  opacity: 1;
  transition: 0.6s all; }
  .page-template-template_markets #america:hover,
  .page-template-template_markets #asia:hover,
  .page-template-template_markets #australia:hover {
    opacity: 1; }

.page-template-template_markets h4 {
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.2rem;
  border: 1px solid #231f20;
  display: inline-block;
  padding: 10px 40px;
  text-transform: uppercase;
  transition: 0.6s all ease; }

.page-template-template_markets .countries {
  margin: 0 auto; }
  .page-template-template_markets .countries .asia-text,
  .page-template-template_markets .countries .middle-east-text,
  .page-template-template_markets .countries .australia-text {
    transition: 0.6s all ease; }
    .page-template-template_markets .countries .asia-text p,
    .page-template-template_markets .countries .middle-east-text p,
    .page-template-template_markets .countries .australia-text p {
      transition: 0.6s all ease;
      color: #000; }
  .page-template-template_markets .countries .asia-text.active h4,
  .page-template-template_markets .countries .middle-east-text.active h4,
  .page-template-template_markets .countries .australia-text.active h4 {
    background-color: #FBB040;
    color: #FFF; }
  .page-template-template_markets .countries .asia-text.active p,
  .page-template-template_markets .countries .middle-east-text.active p,
  .page-template-template_markets .countries .australia-text.active p {
    transition: 0.6s all ease;
    color: #FBB040; }
  .page-template-template_markets .countries h4 {
    display: block;
    padding: 10px; }

.page-template-template_markets #map-info {
  flex-direction: column; }
  .page-template-template_markets #map-info p {
    font-size: 16px; }

@media (min-width: 50px) {
  #wrapper .mobile {
    display: inherit; }
  #wrapper .desktop {
    display: none; } }

@media (min-width: 1076px) {
  #wrapper .mobile {
    display: none; }
  #wrapper .desktop {
    display: inherit; } }

@media (max-width: 1816px) {
  .buttons-group .white-btn, .buttons-group .btn {
    margin-right: 15px; }
  .btn {
    width: auto; }
  .large-btn {
    width: auto; } }

@media (max-width: 1418px) {
  .buttons-group .btn,
  .buttons-group .brand-btn,
  .buttons-group .white-btn,
  .btn,
  .brand-btn,
  .white-btn {
    padding: 20px 30px;
    line-height: 14px;
    font-size: 14px; }
    .buttons-group .btn .fa-light,
    .buttons-group .btn .fa-solid,
    .buttons-group .brand-btn .fa-light,
    .buttons-group .brand-btn .fa-solid,
    .buttons-group .white-btn .fa-light,
    .buttons-group .white-btn .fa-solid,
    .btn .fa-light,
    .btn .fa-solid,
    .brand-btn .fa-light,
    .brand-btn .fa-solid,
    .white-btn .fa-light,
    .white-btn .fa-solid {
      padding-right: 5px; }
  .services-panel-hold .services-panel .text {
    display: block; }
  .services-panel-hold .three-grid {
    grid-gap: 10px; } }

/* iPad Pro 12.9" Portrait */
@media only screen and (max-width: 1295px) and (orientation: portrait) {
  .banner {
    background-image: url("https://southcoastcontractshooting.com.au/wp-content/uploads/2023/07/banner-home-tablet-jpg.webp");
    background-position: top left; } }

@media (max-width: 1225px) {
  .header-wrap,
  .banner,
  .regular-top-panel,
  .introduction,
  .services-panel-hold,
  .customer-reviews,
  .details-hold,
  .banner-top-wrap,
  .footer {
    padding-right: 3rem;
    padding-left: 3rem; } }

@media (max-width: 1125px) {
  .buttons-group .btn,
  .buttons-group .brand-btn,
  .buttons-group .white-btn,
  .btn,
  .brand-btn,
  .white-btn {
    padding: 20px 30px;
    line-height: 14px;
    font-size: 14px; }
    .buttons-group .btn .fa-light,
    .buttons-group .btn .fa-solid,
    .buttons-group .brand-btn .fa-light,
    .buttons-group .brand-btn .fa-solid,
    .buttons-group .white-btn .fa-light,
    .buttons-group .white-btn .fa-solid,
    .btn .fa-light,
    .btn .fa-solid,
    .brand-btn .fa-light,
    .brand-btn .fa-solid,
    .white-btn .fa-light,
    .white-btn .fa-solid {
      padding-right: 5px; } }

@media (max-width: 1098px) {
  .footer .footer-nav li a, .footer p {
    font-size: 15px; }
  .footer .footer-top .col.three p {
    font-size: 13px; }
  .footer .four .agreement p {
    font-size: 12px;
    letter-spacing: 0.035rem; } }

@media (max-width: 1025px) {
  .banner-top-wrap p {
    font-size: 13px; } }

@media (max-width: 998px) {
  .header .logo {
    width: 154px; }
  .page .banner {
    height: calc(67vh - 128px);
    margin-top: 128px; }
  .home #wrapper .banner {
    height: calc(100vh - 128px);
    margin-top: 128px; }
  .header .contact-us-header p {
    font-size: 15px; }
  .header .contact-us-header .break {
    padding: 0 8px; }
  .brett-pic {
    display: none; } }

@media (min-width: 985px) {
  .map-medium {
    display: none; }
  .map-large {
    display: block; }
  .map-small {
    display: none; } }

@media (max-width: 984px) {
  .map-medium {
    display: block; }
  .map-large {
    display: none; }
  .map-small {
    display: none; }
  .three-grid {
    grid-template-columns: repeat(2, 1fr); }
  .footer .footer-top {
    grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 900px) {
  .banner-top-wrap p {
    font-size: 11.5px; }
  .header .contact-us-header {
    opacity: 1;
    transition: 0.2s all ease; }
  .sticky-items .header .logo {
    width: 70px; }
  .sticky-items .header .contact-us-header {
    opacity: 0;
    padding-bottom: 0;
    height: 1px; }
  input ~ nav > ul {
    top: 26%; }
  #wrapper {
    /* Start MOBILE NAVIGATION */
    /* End MOBILE NAVIGATION */ }
    #wrapper .main-nav {
      display: flex;
      align-items: flex-end;
      justify-content: center;
      padding: 0; }
      #wrapper .main-nav input + label {
        position: relative;
        top: 0;
        right: 0;
        height: 23px;
        width: 40px;
        z-index: 99;
        transition: 0.4s all ease; }
        #wrapper .main-nav input + label span {
          position: absolute;
          width: 100%;
          height: 3px;
          top: 50%;
          margin-top: -1px;
          right: 0;
          display: block;
          background: #231F20;
          transition: .5s; }
        #wrapper .main-nav input + label span:first-child {
          top: 0px;
          max-width: 34px; }
        #wrapper .main-nav input + label .burger-line-two {
          max-width: 34px; }
        #wrapper .main-nav input + label span:last-child {
          top: 23px;
          max-width: 34px; }
      #wrapper .main-nav input + label:hover span:first-child,
      #wrapper .main-nav input + label:hover .burger-line-two,
      #wrapper .main-nav input + label:hover span:last-child, #wrapper .main-nav input + label:active span:first-child,
      #wrapper .main-nav input + label:active .burger-line-two,
      #wrapper .main-nav input + label:active span:last-child, #wrapper .main-nav input + label:focus span:first-child,
      #wrapper .main-nav input + label:focus .burger-line-two,
      #wrapper .main-nav input + label:focus span:last-child {
        max-width: 34px; }
      #wrapper .main-nav label:hover {
        cursor: pointer; }
      #wrapper .main-nav input:checked + label span {
        opacity: 0;
        top: 50%; }
      #wrapper .main-nav input:checked + label span:first-child {
        opacity: 1;
        -webkit-transform: rotate(405deg);
                transform: rotate(405deg); }
      #wrapper .main-nav input:checked + label span:last-child {
        opacity: 1;
        -webkit-transform: rotate(-405deg);
                transform: rotate(-405deg); }
      #wrapper .main-nav input:checked + label span:first-child,
      #wrapper .main-nav input:checked + label .burger-line-two,
      #wrapper .main-nav input:checked + label span:last-child {
        max-width: 34px; }
      #wrapper .main-nav input ~ nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 59px;
        z-index: 98;
        transition: .5s;
        transition-delay: .5s;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center; }
        #wrapper .main-nav input ~ nav > ul {
          text-align: center;
          top: auto; }
          #wrapper .main-nav input ~ nav > ul > li {
            opacity: 0;
            transition: .5s;
            transition-delay: 0s;
            margin: 0;
            padding: 0;
            letter-spacing: 0.05rem;
            display: block;
            text-align: center; }
            #wrapper .main-nav input ~ nav > ul > li > a {
              font-size: 27px;
              text-decoration: none;
              color: #231F20;
              display: block;
              margin: 4px; }
      #wrapper .main-nav input:checked ~ nav {
        height: 100%;
        transition-delay: 0s;
        background-color: #FFF; }
        #wrapper .main-nav input:checked ~ nav > ul > li {
          opacity: 1;
          transition-delay: .5s;
          padding-bottom: 6px; }
        #wrapper .main-nav input:checked ~ nav > ul a {
          padding: 0; }
        #wrapper .main-nav input:checked ~ nav > ul a.sub {
          position: absolute;
          right: 26px;
          top: 6px;
          z-index: 99; }
          #wrapper .main-nav input:checked ~ nav > ul a.sub i {
            font-style: normal; }
            #wrapper .main-nav input:checked ~ nav > ul a.sub i:after {
              font-family: "Font Awesome 5 Free";
              content: "\f107";
              position: absolute;
              right: 0;
              top: 5px;
              font-size: 28px;
              height: 21px;
              width: 21px;
              visibility: visible; }
        #wrapper .main-nav input:checked ~ nav > ul ul {
          position: inherit;
          display: block;
          opacity: 1;
          visibility: inherit;
          padding-bottom: 8px; }
          #wrapper .main-nav input:checked ~ nav > ul ul li {
            clear: both;
            width: 100%;
            background: transparent;
            border-radius: 22px;
            border: 2px none white;
            text-align: center;
            color: #231F20;
            margin: 0;
            padding: 5px 0; }
            #wrapper .main-nav input:checked ~ nav > ul ul li a {
              font-size: 15px; }
              #wrapper .main-nav input:checked ~ nav > ul ul li a:focus, #wrapper .main-nav input:checked ~ nav > ul ul li a:active, #wrapper .main-nav input:checked ~ nav > ul ul li a:hover {
                color: #FBB040; }
                #wrapper .main-nav input:checked ~ nav > ul ul li a:focus a, #wrapper .main-nav input:checked ~ nav > ul ul li a:active a, #wrapper .main-nav input:checked ~ nav > ul ul li a:hover a {
                  color: #231F20; }
                  #wrapper .main-nav input:checked ~ nav > ul ul li a:focus a:focus, #wrapper .main-nav input:checked ~ nav > ul ul li a:focus a:active, #wrapper .main-nav input:checked ~ nav > ul ul li a:focus a:hover, #wrapper .main-nav input:checked ~ nav > ul ul li a:active a:focus, #wrapper .main-nav input:checked ~ nav > ul ul li a:active a:active, #wrapper .main-nav input:checked ~ nav > ul ul li a:active a:hover, #wrapper .main-nav input:checked ~ nav > ul ul li a:hover a:focus, #wrapper .main-nav input:checked ~ nav > ul ul li a:hover a:active, #wrapper .main-nav input:checked ~ nav > ul ul li a:hover a:hover {
                    color: #FBB040; }
      #wrapper .main-nav #burger {
        display: none; }
  .main-nav ul li a .fa-regular.fa-chevron-down {
    display: none; }
  .contact-us-header .btn {
    line-height: 13px;
    font-size: 13px;
    padding: 10px 16px; } }

@media (max-width: 868px) {
  .four-grid {
    grid-template-columns: 1fr 1fr; }
  h1 {
    font-size: 52px; }
  .customer-reviews .customer-reviews-hold h3,
  .services-panel-hold h2,
  .introduction .col-one h2 {
    font-size: 22px; }
  .introduction .col-one p {
    font-size: 18px;
    font-size: 1.285714285714286rem; }
  .contact-info {
    grid-template-columns: 1fr;
    grid-gap: 4rem; }
    .contact-info .col-one, .contact-info .col-two {
      grid-column: inherit; } }

@media (max-width: 790px) {
  .banner .buttons-group {
    display: none; }
  .header .contact-us-header .btn {
    display: none; }
  .header .contact-us-header p .blue {
    padding-right: 0; }
  h1 {
    font-size: 44px; }
  .banner .description h3 {
    font-size: 27px; }
  .banner .description p {
    font-size: 18px; } }

@media (max-width: 745px) {
  .footer .footer-top {
    grid-template-columns: 1fr; }
  .banner-top-wrap p {
    font-size: 11px; }
  .page-template-template_order .banner,
  .page-template-template_services .banner,
  .page-template-template_contact .banner,
  .page-id-19 .banner {
    background-image: url("https://southcoastcontractshooting.com.au/wp-content/uploads/2023/07/banner-home-mobile-jpg.webp"); }
  .banner .description h2 {
    font-size: 24px; } }

/* iPad Pro 10.5" Portrait */
@media (max-width: 678px) {
  .three-grid {
    grid-template-columns: 1fr; }
  .two-grid {
    grid-template-columns: 1fr;
    grid-gap: 1rem; }
  .four-grid {
    grid-template-columns: 1fr; }
  .large-btn {
    line-height: 14px;
    font-size: 14px;
    padding: 16px 20px;
    margin: 0; }
    .large-btn .fa-regular {
      font-size: 12px;
      padding-right: 6px; } }

@media (min-width: 581px) {
  .br-mobile {
    display: none; } }

@media (max-width: 580px) {
  .header .logo {
    width: 124px; }
  .header .contact-us-header p {
    font-size: 13px; }
    .header .contact-us-header p .break {
      display: none; }
    .header .contact-us-header p .fa-regular {
      font-size: 11px; }
  .page .banner {
    height: calc(67vh - 110px);
    margin-top: 110px; }
  .home #wrapper .banner {
    height: calc(100vh - 110px);
    margin-top: 110px; }
  .br-mobile {
    display: block; }
  .header-wrap,
  .banner,
  .regular-top-panel,
  .introduction,
  .services-panel-hold,
  .customer-reviews,
  .details-hold,
  .banner-top-wrap,
  .footer {
    padding-right: 2rem;
    padding-left: 2rem; }
  .banner {
    background-image: url("https://southcoastcontractshooting.com.au/wp-content/uploads/2023/07/banner-home-mobile-jpg.webp");
    background-position: top left; }
  .regular-top-panel,
  .introduction,
  .services-panel-hold,
  .customer-reviews,
  .details-hold, .footer
.services-panel-hold {
    padding-top: 4rem;
    padding-bottom: 4rem; }
  .banner-top-wrap {
    display: none; } }

@media (max-width: 502px) {
  h1 {
    font-size: 36px; }
  .banner .description h3 {
    font-size: 22px; }
  .banner .description p {
    font-size: 18px;
    font-size: 1.285714285714286rem; }
  p {
    font-size: 16px; } }

@media (max-width: 406px) {
  #wrapper .main-nav input:checked ~ nav {
    background: #f6e5c7; }
  .header .logo {
    z-index: 1; }
  .main-nav input + label {
    top: 30px; }
  .ninja-forms-form-wrap nf-fields-wrap {
    grid-template-columns: 1fr;
    grid-gap: 0; }
  .nf-field-container .nf-field-element {
    display: grid; }
  .js-nav-toggle {
    right: -83px; }
  .header .contact-us-header .blue {
    display: none; }
  .header .contact-us-header p {
    font-size: 14px; }
    .header .contact-us-header p .fa-regular {
      font-size: 12px; }
  #wrapper .main-nav input:checked ~ nav > ul > li {
    padding-bottom: 2px; }
  #wrapper .main-nav input:checked ~ nav > ul ul li {
    padding: 4px 0; } }

@media (min-width: 8px) {
  .map-medium {
    display: none; }
  .map-large {
    display: none; }
  .map-small {
    display: block; } }

@media print {
  body {
    background: none !important;
    /* Brute force since user agents all print differently. */
    color: #2b2b2b;
    font-size: 12pt; }
  .site,
  .site-header,
  .hentry,
  .site-content .entry-header,
  .site-content .entry-content,
  .site-content .entry-summary,
  .site-content .entry-meta,
  .page-content,
  .archive-header,
  .page-header,
  .contributor-info,
  .comments-area,
  .attachment .entry-attachment .attachment {
    max-width: 100%; }
  #site-header img,
  .search-toggle,
  .site-navigation,
  .site-content nav,
  .edit-link,
  .page-links,
  .widget-area,
  .more-link,
  .post-format-archive-link,
  .comment-respond,
  .comment-list .reply,
  .comment-reply-login,
  #secondary,
  .site-footer,
  .slider-control-paging,
  .slider-direction-nav {
    display: none; }
  .site-title a,
  .entry-meta,
  .entry-meta a,
  .featured-content .hentry,
  .featured-content a {
    color: #2b2b2b; }
  .entry-content a,
  .entry-summary a,
  .page-content a,
  .comment-content a {
    text-decoration: none; }
  .site-header,
  .post-thumbnail,
  a.post-thumbnail:hover,
  .site-content .entry-header,
  .site-footer,
  .featured-content,
  .featured-content .entry-header {
    background: transparent; }
  .header-main {
    padding: 48px 10px; }
  .site-title {
    float: none;
    font-size: 19pt; }
  .content-area {
    padding-top: 0; }
  .list-view .site-content .hentry {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 48px;
    padding-bottom: 24px; }
  .post-thumbnail img {
    margin: 0 10px 24px; }
  .site-content .has-post-thumbnail .entry-header {
    padding-top: 0; }
  .site-content footer.entry-meta {
    margin: 24px auto; }
  .entry-meta .tag-links a {
    color: #fff; }
  .singular .site-content .hentry.has-post-thumbnail {
    margin-top: 0; }
  .gallery-columns-1.gallery-size-medium,
  .gallery-columns-1.gallery-size-thumbnail,
  .gallery-columns-2.gallery-size-thumbnail,
  .gallery-columns-3.gallery-size-thumbnail {
    display: block; }
  .archive-title,
  .page-title {
    margin: 0 10px 48px; }
  .featured-content .hentry {
    margin-bottom: 48px; }
  .featured-content .post-thumbnail,
  .slider .featured-content .post-thumbnail {
    padding-top: 0; }
  .featured-content .post-thumbnail img {
    position: relative; }
  .featured-content .entry-header {
    padding: 0 10px 24px; }
  .featured-content .entry-meta {
    font-size: 9pt;
    margin-bottom: 11px; }
  .featured-content .cat-links {
    font-weight: 900; }
  .featured-content .entry-title {
    font-size: 25pt;
    line-height: 36px; } }
