/*
Theme Name: Titan
Theme URI: https://titanwms.com
Author: Ryan Miller Front-End Developer at Titan Web Marketing Solutions
Author URI: https://titanwms.com
Description: A Gutenberg-ready bootstrap 4 theme created and modified based off of the Twenty Nineteen Theme.
Requires at least: WordPress 4.9.6
Version: 3.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: titan
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Titan is based on Underscores https://underscores.me/, (C) 2012-2018 Automattic, Inc and the Twenty Nineteen Theme.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Titan Utilizes Reboot from Bootstrap to provide normalizing styles.
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

#Website Colors
#Typography
#Bootstrap Margin Fix
#Media
  ## Captions
  ## Galleries
#Transition Mixin and Normalizing Styles
#Header Blocks
#Footer Blocks
#Home Hero Content Block
#Home Content Blocks
#Internal Hero Content Block
#Internal Content Blocks
#Gravity Forms
#Custom Site Style by Developer

--------------------------------------------------------------*/
/*---
Website Colors
---*/
@import url("https://fonts.googleapis.com/css2?family=Kumbh+Sans&family=Roboto&family=Montserrat:wght@500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kumbh+Sans&family=Roboto&family=Montserrat:wght@500;600&display=swap");
.white {
  color: #ffffff; }

.green {
  color: #49D90E; }

.primary {
  color: #EA3223; }

.secondary {
  color: #1D1D1D; }

.dkgray {
  color: #4B4B4B; }

.primary-bg {
  background-color: #EA3223; }

.secondary-bg {
  background-color: #1D1D1D; }

.ltgray-bg {
  background-color: #f1f1f1; }

.white-bg {
  background-color: #ffffff; }

.black-rock-bg {
  background-color: #353640; }

/*---
Typography
---*/
@font-face {
  font-family: 'Futura Now Headline';
  src: url("./fonts/FuturaNowHeadline-Medium.woff2") format("woff2"), url("./fonts/FuturaNowHeadline-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Futura Now Headline';
  src: url("./fonts/FuturaNowHeadline-Bold.woff2") format("woff2"), url("./fonts/FuturaNowHeadline-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
.font-primary {
  font-family: "Futura Now Headline", sans-serif; }

.font-secondary {
  font-family: "Montserrat", sans-serif; }

.font-tertiary, .site-footer * {
  font-family: "Kumbh Sans", sans-serif; }

a {
  font-size: inherit;
  color: #EA3223; }

a:hover {
  text-decoration: none;
  color: #EA3223; }

body {
  font-size: 10px;
  font-weight: 400;
  font-family: "Futura Now Headline", sans-serif;
  color: #4B4B4B; }

p, .screen-reader-text,
input[type=search],
.tos-list,
li {
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
  font-family: "Futura Now Headline", sans-serif; }

h1 {
  font-size: 48px;
  font-weight: bold;
  font-family: "Futura Now Headline", sans-serif;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); }

h2 {
  font-size: 36px;
  font-weight: 700;
  font-family: "Futura Now Headline", sans-serif; }

h3 {
  font-size: 24px;
  font-weight: 700;
  font-family: "Futura Now Headline", sans-serif; }

h4 {
  font-size: 23px;
  font-weight: 700;
  font-family: "Futura Now Headline", sans-serif; }

nav ul li {
  font-size: inherit; }

img {
  max-width: 100%; }

.btn.focus,
.btn:focus {
  box-shadow: none; }

/*---
Bootstrap Margin Fix
---*/
.row {
  margin-left: 0 !important;
  margin-right: 0 !important; }

/*---
Media
---*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

embed,
iframe,
object {
  max-width: 100%; }

.custom-logo-link {
  display: inline-block; }

.avatar {
  border-radius: 100%;
  display: block;
  height: calc(2.25 * 10px);
  min-height: inherit;
  width: calc(2.25 * 10px); }

svg {
  transition: fill 120ms ease-in-out;
  fill: currentColor; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: calc(1.5 * 1rem); }
  @media only screen and (min-width: 768px) {
    .wp-caption.aligncenter {
      position: relative;
      left: calc( calc(8 * (100vw / 12) - 28px) / 2 );
      transform: translateX(-50%); } }
  @media only screen and (min-width: 1200px) {
    .wp-caption.aligncenter {
      left: calc( calc(6 * (100vw / 12) - 28px) / 2 ); } }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption-text {
  color: #767676;
  font-size: 12px;
  margin: 0;
  padding: 15px;
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-bottom: calc(1.5 * 1rem); }

.gallery-item {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 16px;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: calc((100% - 16px * 1) / 2); }
    .gallery-columns-2 .gallery-item:nth-of-type(2n+2) {
      margin-right: 0; }
  .gallery-columns-3 .gallery-item {
    max-width: calc((100% - 16px * 2) / 3); }
    .gallery-columns-3 .gallery-item:nth-of-type(3n+3) {
      margin-right: 0; }
  .gallery-columns-4 .gallery-item {
    max-width: calc((100% - 16px * 3) / 4); }
    .gallery-columns-4 .gallery-item:nth-of-type(4n+4) {
      margin-right: 0; }
  .gallery-columns-5 .gallery-item {
    max-width: calc((100% - 16px * 4) / 5); }
    .gallery-columns-5 .gallery-item:nth-of-type(5n+5) {
      margin-right: 0; }
  .gallery-columns-6 .gallery-item {
    max-width: calc((100% - 16px * 5) / 6); }
    .gallery-columns-6 .gallery-item:nth-of-type(6n+6) {
      margin-right: 0; }
  .gallery-columns-7 .gallery-item {
    max-width: calc((100% - 16px * 6) / 7); }
    .gallery-columns-7 .gallery-item:nth-of-type(7n+7) {
      margin-right: 0; }
  .gallery-columns-8 .gallery-item {
    max-width: calc((100% - 16px * 7) / 8); }
    .gallery-columns-8 .gallery-item:nth-of-type(8n+8) {
      margin-right: 0; }
  .gallery-columns-9 .gallery-item {
    max-width: calc((100% - 16px * 8) / 9); }
    .gallery-columns-9 .gallery-item:nth-of-type(9n+9) {
      margin-right: 0; }
  .gallery-item:last-of-type {
    padding-right: 0; }

.gallery-caption {
  display: block;
  font-size: 14px;
  margin: 0;
  padding: 15px; }

.gallery-item > div > a {
  display: block;
  line-height: 0;
  box-shadow: 0 0 0 0 transparent; }
  .gallery-item > div > a:focus {
    box-shadow: 0 0 0 2px #0073aa; }

/*-------
Transition Mixin and Normalizing Styles
-------*/
html {
  scroll-behavior: smooth; }

.search-submit {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: transparent;
  border-radius: 0px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  padding: 10px 25px;
  background-color: #EA3223;
  border: solid 3px #EA3223; }
  .search-submit:hover {
    background-color: transparent;
    color: #1D1D1D;
    border-color: #1D1D1D; }

/*---
Header Blocks
---*/
/*--Dropdown Blue Box Fix--*/
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: transparent; }

/*--- Import Color Mixins ---*/
.white {
  color: #ffffff; }

.green {
  color: #49D90E; }

.primary {
  color: #EA3223; }

.secondary {
  color: #1D1D1D; }

.dkgray {
  color: #4B4B4B; }

.primary-bg {
  background-color: #EA3223; }

.secondary-bg {
  background-color: #1D1D1D; }

.ltgray-bg {
  background-color: #f1f1f1; }

.white-bg {
  background-color: #ffffff; }

.black-rock-bg {
  background-color: #353640; }

/*--- Collapse Header Navigation ---*/
.header-row * {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5; }
.header-row a {
  color: #EA3223; }
.header-row svg {
  margin-right: 15px; }

img.custom-logo {
  width: 100%;
  max-width: 243px;
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px; }

@media (max-width: 991px) {
  .custom-logo-link {
    display: inline-block; }

  img.custom-logo {
    display: block;
    margin: 0 auto; }

  .brand-flex {
    display: flex;
    flex-grow: 1;
    justify-content: center; } }
/*-------
Transition Mixin
-------*/
/*--------*/
.navbar {
  z-index: 10;
  padding: 0;
  background: rgba(16, 16, 16, 0.65);
  backdrop-filter: blur(4px); }

#menu-main-menu .menu-item-home a {
  font-size: 0 !important; }
  #menu-main-menu .menu-item-home a:after {
    content: '';
    background: url("images/home.svg");
    filter: brightness(0) invert(1);
    display: inline-block;
    width: 25px;
    height: 25px;
    background-size: contain;
    top: 4px;
    position: relative; }
#menu-main-menu .menu-item-home.current-menu-item a:after {
  filter: none; }

#menu-main-menu .dropdown-toggle::after {
  border: 0;
  background: url("images/caret.svg");
  filter: brightness(0) invert(1);
  width: 14px;
  height: 13px;
  position: relative;
  top: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

#menu-main-menu .dropdown-toggle:hover:after,
.active .dropdown-toggle:after {
  filter: none !important; }

/*-------
Desktop
--------*/
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    color: #ffffff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 18px;
    font-weight: bold;
    line-height: 28.8px;
    padding: 0 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .navbar-expand-lg .navbar-nav .nav-link:hover {
      color: #EA3223; }

  .navbar-expand-lg .navbar-nav .active .nav-link {
    color: #EA3223; }

  .dropdown-item {
    background-color: transparent;
    color: #ffffff;
    line-height: 1.5;
    text-align: left;
    padding-left: 20px;
    font-size: 18px;
    font-style: normal;
    font-weight: 700; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 16px; }

  img.custom-logo {
    max-width: 200px; } }
.navbar-nav .dropdown-menu {
  border-radius: 10px;
  background: rgba(16, 16, 16, 0.65);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(2px); }

.navbar-nav .show > .nav-link {
  color: #EA3223; }
  .navbar-nav .show > .nav-link:after {
    filter: none !important;
    transform: rotate(180deg);
    top: 3px !important; }

.dropdown-item:focus,
.dropdown-item:hover {
  color: #EA3223;
  background-color: transparent; }

/*-------
## Mobile
-------*/
@media (max-width: 991px) {
  .navbar-nav .nav-link {
    background: transparent;
    color: #ffffff;
    font-size: 16px; }

  .navbar-nav .active > .nav-link,
  .navbar-nav .nav-link.active,
  .navbar-nav .nav-link.show,
  .navbar-nav .show > .nav-link {
    color: #ffffff;
    background-color: #1D1D1D; }

  .navbar-brand img {
    width: 100%;
    max-width: 160px;
    margin-left: auto;
    margin-right: auto;
    display: block; }

  .dropdown-item {
    padding: .25rem 1.5rem;
    background-color: transparent;
    color: #ffffff;
    text-align: center; }

  .navbar-header {
    width: 100%; }

  .nav-phone {
    color: #EA3223;
    font-size: 18px;
    padding-right: 15px;
    font-weight: 700;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

  .navbar-toggler {
    top: 35px;
    border: none;
    position: absolute;
    right: 10px;
    z-index: 64; }
    .navbar-toggler:focus, .navbar-toggler:hover {
      outline: none; }

  #titan-nav {
    position: absolute;
    z-index: 10;
    top: 0px;
    padding-top: 100px;
    left: 0;
    transition: .001s;
    text-align: center;
    width: 100%; }

  .menu-main-menu-container {
    background-color: #1D1D1D;
    padding-bottom: 40px; }

  /*---- Dropdown Toggle ----*/
  /* Icon 4 */
  #nav-icon4 {
    width: 25px;
    height: 20px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    cursor: pointer; }

  #nav-icon4 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #EA3223;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }

  #nav-icon4 span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center; }

  #nav-icon4 span:nth-child(2) {
    top: 8px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center; }

  #nav-icon4 span:nth-child(3) {
    top: 16px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center; }

  #nav-icon4.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
    left: 0px; }

  #nav-icon4.open span:nth-child(2) {
    width: 0%;
    opacity: 0; }

  #nav-icon4.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 18px;
    left: 0px; } }
/*--- Social Menu ---*/
.social-nav p, .social-nav .screen-reader-text,
.social-nav input[type=search] {
  font-size: 18px; }
.social-nav svg {
  max-width: 14px;
  margin: 0; }

.social-menu {
  margin: 0 !important; }
  .social-menu li {
    display: inline-block; }
    .social-menu li a {
      color: #ffffff;
      padding: 0px 7.5px;
      line-height: .1;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .social-menu li a:hover {
        color: #1D1D1D; }

.screen-reader-text {
  display: none; }

@media (max-width: 991px) {
  .social-menu {
    margin-top: 10px;
    margin-bottom: 10px; }

  .social-btns {
    border-radius: 0px;
    font-size: 25px;
    display: block; }

  .social-menu li a {
    color: #EA3223;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .social-menu li a:hover {
      color: #1D1D1D; } }
@media (max-width: 767px) {
  .social-nav {
    flex-flow: column;
    justify-content: center;
    text-align: center; }

  .social-menu {
    margin-left: 0px; } }
/*------*/
/*---
Footer Blocks
---*/
.white {
  color: #ffffff; }

.green {
  color: #49D90E; }

.primary {
  color: #EA3223; }

.secondary {
  color: #1D1D1D; }

.dkgray {
  color: #4B4B4B; }

.primary-bg {
  background-color: #EA3223; }

.secondary-bg {
  background-color: #1D1D1D; }

.ltgray-bg {
  background-color: #f1f1f1; }

.white-bg {
  background-color: #ffffff; }

.black-rock-bg {
  background-color: #353640; }

@font-face {
  font-family: 'Futura Now Headline';
  src: url("./fonts/FuturaNowHeadline-Medium.woff2") format("woff2"), url("./fonts/FuturaNowHeadline-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Futura Now Headline';
  src: url("./fonts/FuturaNowHeadline-Bold.woff2") format("woff2"), url("./fonts/FuturaNowHeadline-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
.font-primary {
  font-family: "Futura Now Headline", sans-serif; }

.font-secondary {
  font-family: "Montserrat", sans-serif; }

.font-tertiary, .site-footer * {
  font-family: "Kumbh Sans", sans-serif; }

footer {
  background-color: #EA3223;
  padding-top: 15px;
  padding-bottom: 15px; }

.navbar-nav.footer {
  margin-right: 15px; }

.navbar-nav.footer .nav-link {
  color: #E1E1E1;
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  line-height: 2; }
  .navbar-nav.footer .nav-link:hover {
    color: #EA3223; }

.foot-logo {
  max-width: 48px; }

.site-footer {
  background-color: #151515; }
  .site-footer * {
    color: #ffffff;
    font-size: 16px;
    line-height: 28.8px; }
  .site-footer h3 {
    font-size: 20px;
    font-family: "Futura Now Headline", sans-serif; }
  .site-footer a {
    color: #EA3223;
    font-size: 15px;
    font-weight: 600; }
  .site-footer label {
    display: block;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1; }
  .site-footer .d-flex {
    gap: 15px;
    margin-bottom: 20px; }
  .site-footer .text {
    margin-top: 5px; }
  .site-footer .footer a {
    text-align: left; }

.footer-text p, .footer-text .screen-reader-text,
.footer-text input[type=search], .footer-text a {
  color: #ffffff !important;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400 !important; }

#menu-footer-menu.navbar-nav .active > .nav-link {
  background-color: transparent;
  color: #EA3223; }

@media (min-width: 992px) and (max-width: 1199px) {
  .navbar-nav.footer .nav-link {
    padding: 0px 10px;
    font-size: 13px; }

  .footer-text p, .footer-text .screen-reader-text,
  .footer-text input[type=search], .footer-text a {
    font-size: 12px; } }
.color-overlay {
  min-height: 280px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(29, 29, 29, 0.7);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .color-overlay:hover {
    background-color: transparent;
    visibility: hidden; }
    .color-overlay:hover .service-box-text {
      display: none;
      visibility: hidden; }

.swapping-wrapper {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .swapping-wrapper.image-r {
    background-image: url("/wp-content/themes/titan/images/swap-image-r.png"); }
  .swapping-wrapper.image-l {
    background-image: url("/wp-content/themes/titan/images/swap-image-l.png"); }
  @media (max-width: 991px) {
    .swapping-wrapper.image-r, .swapping-wrapper.image-l {
      background-image: none; } }
  @media (min-width: 992px) {
    .swapping-wrapper img {
      display: none !important; } }

/*---
Gravity Forms
---*/
.gform_wrapper {
  margin: 0px 0px 5px !important; }

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper textarea {
  border-radius: 0;
  border: none; }

body .gform_wrapper .top_label div.ginput_container {
  margin-top: 0px !important; }

.gform_wrapper textarea {
  margin-top: 12px; }

body .gform_wrapper ul li.gfield {
  margin-top: 7px !important; }

.gform_wrapper .gform_footer {
  text-align: center;
  margin-top: 0px !important;
  padding-bottom: 0px !important; }

.gform_wrapper input.button {
  font-size: 24px !important;
  text-transform: uppercase !important;
  white-space: normal;
  margin-right: 0px !important;
  background-color: #EA3223 !important;
  color: #ffffff !important;
  padding: 20px 30px !important;
  border-radius: 16px !important;
  border: 2px solid transparent !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .gform_wrapper input.button:hover {
    background-color: transparent !important;
    color: #EA3223 !important;
    border-color: #EA3223 !important;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.46); }

.gform_footer {
  justify-content: center !important;
  padding-top: 65px !important; }

.gform_validation_errors {
  background: #ffffff !important; }

/* Chrome Width Issue */
.gform_wrapper.gf_browser_chrome .gform_body {
  width: 100% !important; }

@media (max-width: 640px) {
  .gform_wrapper select {
    min-height: 2.5rem !important;
    padding: 5px 4px !important; } }
/*--- Buttons ---*/
.btn {
  text-align: center;
  font-family: "Futura Now Headline", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.6px;
  display: flex;
  padding: 13px 30px 18px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 16px;
  text-transform: uppercase;
  border: 2px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .btn.primary-btn {
    color: #ffffff;
    background-color: #EA3223; }
    .btn.primary-btn:hover {
      background-color: transparent;
      color: #EA3223;
      border-color: #EA3223;
      text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.46); }
  .btn.secondary-btn {
    color: #EA3223;
    background-color: #ffffff; }
    .btn.secondary-btn:hover {
      background-color: transparent;
      color: #ffffff;
      border-color: #ffffff;
      text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.46); }

.full-btn:before {
  content: '';
  background: none !important;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%; }

/*------*/
/*---
Custom Site Styles by Developer
---*/
.p-60 {
  padding: 60px 0; }

.py-80 {
  padding: 80px 0; }

.py-100 {
  padding: 100px 0; }

.mt-n125 {
  background-repeat: repeat-x;
  background-position: 0 125px;
  padding-bottom: 125px; }
  .mt-n125 > div {
    margin-top: -125px; }

.radius-16 {
  border-radius: 16px; }

.texture-bg {
  background-image: url("images/Homepage/background_texture.png");
  background-blend-mode: multiply; }

.container-medium {
  max-width: 990px;
  margin: 0 auto; }

.gap-35 {
  gap: 35px; }

section {
  position: relative; }
  section .container {
    padding: 0; }

section.hero {
  margin-top: -102px;
  background-image: url("images/About/hero.png");
  background-size: cover;
  background-position: bottom; }
  section.hero .hero-content {
    color: #ffffff; }
  section.hero .container {
    padding-top: 102px; }
  section.hero:not(.hero-home) .hero-content {
    min-height: 730px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  section.hero-home .slider {
    position: absolute;
    width: 100%;
    z-index: 0; }
  section.hero-home img {
    height: 770px;
    object-fit: cover; }
  section.hero-home .hero-content {
    margin: 55px 0;
    z-index: 1;
    position: relative;
    color: #ffffff; }
    section.hero-home .hero-content h1 {
      max-width: 510px; }
    section.hero-home .hero-content h3 {
      max-width: 690px;
      line-height: 45px; }
    section.hero-home .hero-content p, section.hero-home .hero-content .screen-reader-text,
    section.hero-home .hero-content input[type=search] {
      font-size: 24px;
      font-weight: 500;
      line-height: 27px; }

.home-services img {
  filter: brightness(0) invert(1);
  max-width: 112px; }
.home-services h3 {
  font-size: 26px;
  color: #ffffff; }
.home-services .service {
  border-radius: 16px;
  background: #2E2F38;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding: 30px 0 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .home-services .service:hover h3 {
    color: #EA3223; }
  .home-services .service:hover img {
    filter: none; }
  .home-services .service a {
    background-color: #EA3223;
    color: #ffffff;
    font-size: 20px;
    text-transform: uppercase;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    border-radius: 0 0 16px 16px; }
    .home-services .service a:after {
      content: '';
      background: url("images/arrows.png");
      background-size: cover;
      width: 30px;
      height: 15px;
      display: inline-block;
      top: 4px;
      position: relative;
      left: 5px; }

.home-story {
  background: url("images/Homepage/our_story_background.png");
  background-size: cover;
  padding: 100px 0 230px 0; }

.home-story-images {
  margin-top: -135px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1; }
  .home-story-images .story-2 {
    margin-top: 70px; }
  .home-story-images img {
    max-width: 273px;
    width: 100%; }

.stay-connected .dark-bg {
  background-color: #242526;
  padding-top: 250px; }
.stay-connected .white-bg {
  background-color: #ffffff;
  margin-top: -60px; }

.home-testimonials {
  background-color: #353640; }
  .home-testimonials .testimonial {
    border-radius: 16px;
    background: #2A2C35;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 25px 35px;
    margin-bottom: 25px; }
    .home-testimonials .testimonial p, .home-testimonials .testimonial .screen-reader-text,
    .home-testimonials .testimonial input[type=search] {
      font-size: 16px;
      font-weight: bold;
      color: #ffffff;
      line-height: 24px;
      margin: 0; }

.footer-contact {
  background-color: #ffffff; }
  .footer-contact p, .footer-contact .screen-reader-text,
  .footer-contact input[type=search] {
    line-height: 28px; }

/*About*/
.who-we-are {
  background-image: url("images/About/who_we_are.png");
  background-size: cover; }
  .who-we-are .container {
    border-radius: 6px; }

.our-journey {
  padding-bottom: 250px; }

.three-col-images .col {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  .three-col-images .col:hover {
    flex: 0 0 50%; }
.three-col-images img {
  height: 345px;
  object-fit: cover;
  width: 100%;
  border-radius: 16px;
  border: 15px solid #F5F5F7;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25); }

.services-tabs .service {
  border-radius: 16px 16px 0px 0px;
  background: #2E2F38;
  text-align: center;
  padding: 15px; }
  .services-tabs .service h3 {
    padding-bottom: 10px;
    text-transform: uppercase;
    color: #ffffff; }
  .services-tabs .service img {
    filter: brightness(0) invert(1); }
  .services-tabs .service:hover, .services-tabs .service.active {
    background: #1F2021;
    cursor: pointer; }
    .services-tabs .service:hover h3, .services-tabs .service.active h3 {
      color: #EA3223; }
    .services-tabs .service:hover img, .services-tabs .service.active img {
      filter: none; }
  .services-tabs .service.active:before, .services-tabs .service.active:after {
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 0 0 0 30px;
    position: absolute;
    bottom: -15px;
    right: 0px;
    border-left: 15px solid #1f2021;
    border-bottom: 15px solid #1f2021; }
  .services-tabs .service.active:before {
    right: initial;
    left: 0px;
    border-left: 0;
    border-right: 15px solid #1f2021;
    border-bottom: 15px solid #1f2021;
    border-radius: 0 0 30px 0; }
.services-tabs .col:first-child :before {
  display: none; }
.services-tabs .col:last-child :after {
  display: none; }
.services-tabs .service-description {
  display: none;
  padding: 40px 30px;
  gap: 35px;
  flex-direction: column;
  color: #ffffff;
  background-size: cover;
  background-color: #1F2021;
  border-radius: 0 0 16px 16px;
  margin: 0 7px; }
  .services-tabs .service-description.active {
    display: flex; }
  .services-tabs .service-description p, .services-tabs .service-description .screen-reader-text,
  .services-tabs .service-description input[type=search] {
    margin-bottom: 0; }
  .services-tabs .service-description li a {
    color: #ffffff; }
  .services-tabs .service-description li a:hover {
    color: #EA3223; }
.services-tabs #archery {
  background-image: url("images/Services/archery_background.png"); }
.services-tabs #fishing {
  background-image: url("images/Services/fishing_background.png"); }
.services-tabs #firearms {
  background-image: url("images/Services/firearms_background.png"); }
.services-tabs #clothing {
  background-image: url("images/Services/clothing_background.png"); }
.services-tabs #accesories {
  background-image: url("images/Services/accesories_background.png"); }

.content-pop {
  display: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  .content-pop:target {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99; }
  .content-pop:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1; }
  .content-pop .close {
    align-self: flex-end;
    text-decoration: none;
    text-shadow: none;
    opacity: 1;
    color: #ffffff !important; }
  .content-pop .texture-bg {
    max-width: 1040px;
    width: 100%;
    padding: 45px;
    top: 90px;
    position: relative; }
    .content-pop .texture-bg h2 {
      text-transform: uppercase;
      margin-bottom: 20px; }
    .content-pop .texture-bg p, .content-pop .texture-bg .screen-reader-text,
    .content-pop .texture-bg input[type=search] {
      color: #ffffff !important;
      margin-bottom: 20px; }
  .content-pop .large {
    max-width: 1200px; }
    .content-pop .large p, .content-pop .large .screen-reader-text,
    .content-pop .large input[type=search], .content-pop .large li {
      font-size: 18px;
      margin-bottom: 0;
      color: #ffffff; }
  .content-pop a[href^="mailto:"] {
    text-decoration: underline; }

#return-policy {
  background-image: url("images/Services/return_policy.png");
  background-size: cover; }
  #return-policy ul {
    width: 50%; }

.get-in-touch {
  background-image: url("images/Contact/form.png");
  background-size: cover; }

.get-in-touch .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.get-in-touch .gform_wrapper textarea {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #ffffff;
  padding-left: 0;
  padding-right: 0;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 500; }

.link-gray a {
  color: #4B4B4B; }

.contact-follow h2 {
  font-size: 40px;
  margin-bottom: 40px; }

.donation-request {
  background: rgba(53, 54, 64, 0.9);
  border-radius: 16px;
  padding: 40px 75px; }
  .donation-request .gform_wrapper ::placeholder {
    color: #ffffff; }
  .donation-request .gform_wrapper * {
    color: #ffffff; }
  .donation-request .gform_wrapper legend, .donation-request .gform_wrapper label {
    color: #ffffff;
    font-size: 24px; }
  .donation-request .gform_wrapper span.gfield_required {
    display: none; }
  .donation-request .gform_wrapper .gchoice {
    align-items: center; }
  .donation-request .gform_wrapper .gform_fields {
    gap: 10px; }
  .donation-request .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
  .donation-request .gform_wrapper textarea, .donation-request .gform_wrapper select {
    border-radius: 5px;
    background: rgba(217, 217, 217, 0.5); }
  .donation-request .gform_wrapper option {
    background-color: #4B4B4B; }
  .donation-request .gform_wrapper select {
    background-image: url("images/select.svg");
    background-repeat: no-repeat;
    background-position: 98% center; }
  .donation-request .gform_wrapper input.datepicker {
    width: 100% !important; }

.brands-tab {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px; }
  .brands-tab .brand {
    flex: 0 0 30%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    background-size: cover;
    height: 273px;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 23px;
    border: 4px solid #ffffff; }
    .brands-tab .brand:hover, .brands-tab .brand.active {
      border-color: red; }
  .brands-tab .archery {
    background-image: url("images/Brands/archery.png"); }
  .brands-tab .fishing {
    background-image: url("images/Brands/fishing.png"); }
  .brands-tab .clothing {
    background-image: url("images/Brands/clothing.png"); }

.brands-description .brand-description {
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 50px; }
  .brands-description .brand-description img {
    max-width: 182px;
    object-fit: contain; }
  .brands-description .brand-description.active {
    display: flex; }

/*
 * Responsive
 */
@media screen and (max-width: 1024px) {
  .home-services .col {
    flex: 0 0 33%;
    padding-bottom: 40px; }

  .services-tabs .service h3 {
    font-size: 20px; } }
@media screen and (max-width: 990px) {
  .services-tabs .row {
    background-color: #2e2f38; }

  .services-tabs .col {
    padding: 0;
    flex: 0 0 50%; }

  .services-tabs .service {
    border-radius: 0; }

  .services-tabs .service.active:before,
  .services-tabs .service.active:after {
    display: none; } }
@media screen and (max-width: 767px) {
  h1 {
    font-size: 32px; }

  h2 {
    font-size: 24px; }

  h3 {
    font-size: 22px; }

  p, .screen-reader-text,
  input[type=search], li {
    font-size: 18px;
    line-height: 1.5; }

  .header-row .col-12 > div {
    width: 100%;
    text-align: center; }

  .home-services .col {
    flex: 0 0 100%; }

  .hero-home .hero-content h3 {
    line-height: 1.5; }
  .hero-home .hero-content p, .hero-home .hero-content .screen-reader-text,
  .hero-home .hero-content input[type=search] {
    font-size: 18px; }

  .stay-connected .dark-bg {
    padding-top: 200px; }

  .home-story-images {
    margin-top: -50px; }

  .three-col-images .col, .three-col-images .col:hover {
    flex: 0 0 100%;
    margin-bottom: 40px; }

  .donation-request .gform_wrapper legend, .donation-request .gform_wrapper label {
    font-size: 18px; }

  .services-tabs .service-description {
    margin: 0; }

  .content-pop .texture-bg {
    width: 98%;
    max-height: 90vh;
    overflow: auto; } }
@media screen and (max-width: 640px) {
  .brands-tab .brand {
    flex: 0 0 100%; } }

/*# sourceMappingURL=style.css.map */
