/*
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
---*/
.white {
  color: #ffffff;
}

.primary {
  color: #9F3431;
}

.secondary {
  color: #231F20;
}

.dkgray {
  color: #58595B;
}

.primary-bg {
  background-color: #9F3431;
}

.secondary-bg {
  background-color: #231F20;
}

.ltgray-bg {
  background-color: #f1f2f2;
}

/*---
Typography
---*/
/* Define Fonts for the Website */
a {
  font-size: inherit;
  color: inherit;
}

a:hover {
  text-decoration: none;
  color: #9F3431;
}

body {
  font-size: 18px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  color: #58595B;
}

p, .screen-reader-text, input[type=search], .tos-list, li {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  font-family: "Open Sans", sans-serif;
}
p.sub, .sub.screen-reader-text, input.sub[type=search], .tos-list.sub, li.sub {
  font-size: 24px;
  font-weight: 600;
  font-style: italic;
}

@media (max-width: 375px) {
  .hero {
    font-size: 39px !important;
  }
  .sub {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .home-top-landig p, .home-top-landig .screen-reader-text, .home-top-landig input[type=search] {
    font-size: 22px !important;
  }
}
@media (max-width: 768px) {
  .home-top-landig p, .home-top-landig .screen-reader-text, .home-top-landig input[type=search] {
    font-size: 19px !important;
  }
}
@media (max-width: 375px) {
  .home-top-landig p, .home-top-landig .screen-reader-text, .home-top-landig input[type=search] {
    font-size: 17px !important;
  }
}
@media (max-width: 320px) {
  .home-top-landig p, .home-top-landig .screen-reader-text, .home-top-landig input[type=search] {
    font-size: 14px !important;
  }
}
h1 {
  font-size: 50px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
}
h1.hero {
  font-size: 47px;
  font-weight: bold;
}

h2 {
  font-size: 24px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}

h3 {
  font-size: 18px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}

h4 {
  font-size: 18px;
  font-weight: 600;
  font-style: italic;
  font-family: "Open Sans", sans-serif;
}

nav ul li {
  font-size: inherit;
}

/*---
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: 22.5px;
  min-height: inherit;
  width: 22.5px;
}

svg {
  transition: fill 120ms ease-in-out;
  fill: currentColor;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .wp-caption.aligncenter {
    position: relative;
    left: calc((66.6666666667vw - 28px) / 2);
    transform: translateX(-50%);
  }
}
@media only screen and (min-width: 1200px) {
  .wp-caption.aligncenter {
    left: calc((50vw - 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: 1.5rem;
}

.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: #9F3431;
  border: solid 3px #9F3431;
}
.search-submit:hover {
  background-color: transparent;
  color: #231F20;
  border-color: #231F20;
}

/*---
Header Blocks
---*/
/*--- Import Color Mixins ---*/
.white {
  color: #ffffff;
}

.primary {
  color: #9F3431;
}

.secondary {
  color: #231F20;
}

.dkgray {
  color: #58595B;
}

.primary-bg {
  background-color: #9F3431;
}

.secondary-bg {
  background-color: #231F20;
}

.ltgray-bg {
  background-color: #f1f2f2;
}

/*--- Collapse Header Navigation ---*/
img.custom-logo {
  width: 100%;
  max-width: 450px;
  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 {
  background-color: white;
}

/*-------
Desktop
--------*/
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 16px;
    font-weight: 700;
    color: #58595B;
    text-transform: uppercase;
    border-bottom: solid 3px transparent;
    border-radius: 0px;
    padding-right: 0px;
    padding-left: 0px;
    margin-left: 8px;
    margin-right: 8px;
    -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 {
    border-bottom: solid 3px #231F20;
  }
  .navbar-expand-lg .navbar-nav .active .nav-link {
    border-bottom: solid 3px #231F20;
  }
  .dropdown-item {
    padding: 0.25rem 0.45rem;
    background-color: transparent;
    color: #58595B;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 14px;
    padding: 0px !important;
  }
  img.custom-logo {
    max-width: 450px;
  }
}
.navbar-nav .dropdown-menu {
  border-radius: 0;
  border: none;
  margin-top: 0;
}

.navbar-nav .show > .nav-link {
  color: #58595B;
}

/*-------
## Mobile
-------*/
@media (max-width: 991px) {
  .navbar-nav .nav-link {
    font-size: 30px;
    font-weight: 400;
    color: #58595B;
    text-align: center;
    border-bottom: solid 1.5px #231F20;
    border-radius: 0px;
    text-transform: uppercase;
  }
  .navbar-nav .active > .nav-link, .navbar-nav .nav-link.active, .navbar-nav .nav-link.show, .navbar-nav .show > .nav-link {
    color: #ffffff;
    background-color: #231F20;
  }
  .navbar-brand img {
    width: 100%;
    max-width: 160px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .dropdown-item {
    padding: 0.25rem 1.5rem;
    background-color: transparent;
    color: #ffffff;
    text-align: center;
  }
  .navbar-header {
    width: 100%;
  }
  .nav-phone {
    color: #9F3431;
    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: 15px;
    border: none;
    position: absolute;
    right: 15px;
    z-index: 64;
  }
  .navbar-toggler:focus, .navbar-toggler:hover {
    outline: none;
  }
  #titan-nav {
    position: absolute;
    z-index: 10;
    top: 0px;
    padding-top: 60px;
    left: 0;
    transition: 0.001s;
    text-align: center;
    background-color: #ffffff;
    width: 100%;
  }
  /*---- 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: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    cursor: pointer;
  }
  #nav-icon4 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #9F3431;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.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 {
  display: flex;
  justify-content: flex-end;
}

.social-menu li {
  display: inline-block;
}
.social-menu li a {
  color: #9F3431;
  padding: 5px 10px;
  line-height: 0.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: #231F20;
}

.screen-reader-text {
  display: none;
}

.social-btns {
  background-color: #9F3431;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  padding: 7.5px 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;
}
.social-btns:hover {
  background-color: #231F20;
  color: #ffffff;
  text-decoration: none;
}

@media (max-width: 991px) {
  .social-menu {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .social-btns {
    border-radius: 0px;
    font-size: 25px;
    display: block;
  }
}
/*------*/
/*---
Footer Blocks
---*/
.white {
  color: #ffffff;
}

.primary {
  color: #9F3431;
}

.secondary {
  color: #231F20;
}

.dkgray {
  color: #58595B;
}

.primary-bg {
  background-color: #9F3431;
}

.secondary-bg {
  background-color: #231F20;
}

.ltgray-bg {
  background-color: #f1f2f2;
}

footer {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #231F20;
}

.footer-text p, .footer-text .screen-reader-text, .footer-text input[type=search], .footer-text a {
  color: #ffffff;
  font-size: 13px;
  margin-bottom: 0px;
}

/*---
Home Hero Content Block
---*/
.home-top {
  background-image: url("/wp-content/uploads/home-top.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  min-height: 530px;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.home-top-landig {
  background-image: url("/wp-content/uploads/AdobeStock_272640358_edit-scaled.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  min-height: 530px;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.home-marquee {
  background-color: rgba(35, 31, 32, 0.7);
  padding-left: 0rem;
  padding-right: 0rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.home-marquee .marquee-inner {
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .home-marquee {
    padding-top: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    padding-left: 0rem;
  }
  .home-marquee .marquee-inner {
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
  }
}

/*---
Home Content Blocks
---*/
.hp-icons {
  max-width: 135px;
}

.service-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 1.5px;
}
.service-bg.one {
  background-image: url("/wp-content/uploads/placeholder-1.jpg");
}
.service-bg.two {
  background-image: url("/wp-content/uploads/placeholder-1.jpg");
}
.service-bg.three {
  background-image: url("/wp-content/uploads/placeholder-1.jpg");
}

.color-overlay {
  min-height: 280px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(35, 31, 32, 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/uploads/swap-image-r.png");
}
.swapping-wrapper.image-l {
  background-image: url("/wp-content/uploads/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;
  }
}

.floating-form {
  background-color: rgba(159, 52, 49, 0.7);
  color: #ffffff;
  padding: 1rem;
}
.floating-form .form-inner {
  border: 1px solid #ffffff;
  padding: 2rem;
}
@media (min-width: 992px) {
  .floating-form {
    margin-top: -41rem;
  }
}

.overlap {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  text-align: center;
}
.overlap img {
  min-width: 1400px;
  width: 100%;
  pointer-events: none;
}
.overlap.hang {
  position: absolute;
}
@media (max-width: 992px) {
  .overlap.hang {
    margin-top: 0px;
    background-color: rgba(172, 172, 172, 0);
  }
}
@media (min-width: 992px) {
  .overlap.hang {
    margin-top: 0px;
  }
}
@media (min-width: 1200px) {
  .overlap.hang {
    margin-top: -35px;
  }
}
@media (min-width: 1400px) {
  .overlap.hang {
    margin-top: -10px;
  }
}

.home-content-bg {
  background-image: url("/wp-content/uploads/home-mid.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  padding-top: 7%;
  padding-bottom: 4%;
}

.home-content-bg-landing {
  background-image: url("/wp-content/uploads/AdobeStock_219080416-scaled.jpeg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  padding-top: 10%;
  padding-bottom: 8%;
}

/*---
Home Bottom Blocks
---*/
.home-bot {
  background-image: url("/wp-content/uploads/home-bot.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  min-height: 240px;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (max-width: 992px) {
  .landing-bot .container {
    padding: 0rem;
  }
  .landing-bot .left-block {
    background-color: #f1f2f2;
  }
}
@media (min-width: 992px) {
  .landing-bot {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f1f2f2+0,f1f2f2+50,ffffff+51,ffffff+100 */
    background: #f1f2f2; /* Old browsers */
    background: -moz-linear-gradient(left, #f1f2f2 0%, #f1f2f2 49.9%, white 50%, white 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #f1f2f2 0%, #f1f2f2 49.9%, white 50%, white 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #f1f2f2 0%, #f1f2f2 49.9%, white 50%, white 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f1f2f2", endColorstr="#ffffff",GradientType=1 ); /* IE6-9 */
  }
}
.landing-bot ul li::marker {
  color: #9F3431;
}

/*---
Internal Hero Content Block
---*/
.internal-head {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  min-height: 310px;
  padding-top: 40px;
  padding-bottom: 40px;
}

/*---
Internal Content Blocks
---*/
/*---
Internal Bottom Blocks
---*/
/*---
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;
  border-bottom: 1px solid #ffffff;
  background-color: transparent;
  color: #ffffff;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder, .gform_wrapper textarea::placeholder {
  color: #ffffff;
}

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 .gform_footer input.button {
  font-size: 19px !important;
  font-weight: 700;
  text-transform: uppercase;
  background-color: transparent;
  border-radius: 0px;
  border: none;
  white-space: normal;
  margin-right: 0px !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;
  background-color: #ffffff;
  color: #9F3431;
  padding: 10px 25px 8px;
}
.gform_wrapper .gform_footer input.button:hover {
  background-color: #9F3431;
  color: #ffffff;
}

/* 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;
  }
}
/*---
Custom Site Styles by Developer
---*/
/*--- Buttons ---*/
.btn {
  font-size: 19px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  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;
}
.btn.primary-btn {
  color: #ffffff;
  padding: 10px 25px;
  background-color: #9F3431;
}
.btn.primary-btn:hover {
  background-color: #ffffff;
  color: #9F3431;
}
.btn.secondary-btn {
  color: #ffffff;
  padding: 10px 25px;
  background-color: #231F20;
}
.btn.secondary-btn:hover {
  background-color: #ffffff;
  color: #231F20;
}
.btn.white-btn {
  background-color: #ffffff;
  color: #9F3431;
  padding: 10px 25px;
}
.btn.white-btn:hover {
  color: #ffffff;
  background-color: #9F3431;
}

/*------*/
.bg-gradient {
  background-color: black !important;
  opacity: 0.8;
}

.sub-normal {
  font-size: 24px;
  font-weight: 400;
  font-style: normal !important;
}

.font-weight-normal {
  font-weight: normal !important;
}

@media (min-width: 1200px) {
  .first-content .container-max {
    max-width: 1175px !important;
  }
}
.first-content .primary {
  color: #a32f2f;
}
.first-content .box-shadows {
  box-shadow: 0px -3px 15px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px -3px 15px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px -3px 15px 0px rgba(0, 0, 0, 0.25);
}
.first-content .bg-gradient {
  background-color: black !important;
  opacity: 0.75;
}
.first-content .bg-services {
  background-color: rgba(172, 172, 172, 0.25);
}
.first-content .bg-services h2 {
  font-size: 1.15em;
  color: #a32f2f;
  font-style: italic;
  font-weight: 600;
}
.first-content .bg-services h1 {
  font-size: 1.4em;
  color: #a32f2f;
  font-style: normal;
  font-weight: 700;
}
.first-content .bg-services ul li::marker {
  color: #a32f2f;
}

.lp-row3 {
  padding-top: 85px;
  padding-bottom: 20px;
}

.color-red {
  color: #a32f2f;
  text-decoration: underline;
}
.color-red:hover {
  text-decoration: underline;
}

.padding-right-section {
  padding-top: 4%;
  padding-right: 3%;
  padding-left: 13%;
  padding-bottom: 5%;
}

@media (max-width: 768px) {
  .padding-right-section {
    padding-top: 4%;
    padding-right: 3%;
    padding-left: 8%;
    padding-bottom: 5%;
  }
}
.padding-left-section {
  padding-top: 4%;
  padding-left: 3%;
  padding-right: 13%;
  padding-bottom: 5%;
}

@media (max-width: 768px) {
  .padding-left-section {
    padding-top: 4%;
    padding-right: 3%;
    padding-left: 8%;
    padding-bottom: 5%;
  }
}

/*# sourceMappingURL=style.css.map */
