/*
Theme Name: Titan
Theme URI: http://underscores.me/
Author: Titan Web Marketing Solutions, Inc.
Author URI: http://underscores.me/
Description: Description
Version: 1.2.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: titan
Tags:

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 http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Google Fonts
# Typography
# Elements
# Forms
# Links
# Accessibility
# Images
# Galleries
# Custom Helper Classes
# Hover
# Footer
# Margins
# Header
	## Desktop
	## Mobile
# Custom Site Style by Dev
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Raleway:400,700,700i");
@import url("https://fonts.googleapis.com/css?family=Questrial");
.shadow, .gform_wrapper .gform_footer input[type=submit] {
  -webkit-box-shadow: 0px 8px 20px -5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 8px 20px -5px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 8px 20px -5px rgba(0, 0, 0, 0.25);
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: "Questrial", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

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

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 2rem;
  display: inline-block;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

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

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

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body {
  font-size: 10px;
  font-weight: 400;
  font-family: "Questrial", sans-serif;
  color: #454545;
}

p, .tos-list, li {
  font-size: 2rem;
  font-weight: 400;
  font-family: "Questrial", sans-serif;
}

h1 {
  font-size: 5rem;
  font-weight: 400;
  font-family: "Questrial", sans-serif;
  text-transform: uppercase;
}

h2 {
  font-size: 4rem;
  font-weight: 400;
  font-family: "Questrial", sans-serif;
  text-transform: uppercase;
}

h3 {
  font-size: 2.5rem;
  font-weight: 400;
  font-family: "Questrial", sans-serif;
}

.hero-main {
  font-size: 7rem;
  text-transform: uppercase;
  text-align: right;
  display: block;
  line-height: normal;
}

.hero-sub {
  font-size: 2rem;
  text-align: right;
  display: block;
}

nav ul li {
  font-size: inherit;
}

h1, h2, h3, h4, h5, h6, p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/*--------------------------------------------------------------
# Custom Post Author
--------------------------------------------------------------*/
.postauthor {
  background: none repeat scroll 0 0 #F7F7F7;
  border: 2px dashed #DDDDDD;
  overflow: hidden;
  padding: 10px;
  width: 100%;
}

.postauthor img {
  border: 3px solid #DDDDDD;
  float: left;
  margin-right: 15px;
}

.postauthor h4 {
  color: #666666;
  font-size: 20px;
  margin-bottom: 5px;
}

.postauthor p {
  color: #515151;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 12px;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

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

blockquote,
q {
  quotes: "" "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5rem;
}

ul,
ol {
  margin: 0 0 1.5rem 2rem;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5rem 1.5rem;
}

/*--------------------------------------------------------------
# Blogs
--------------------------------------------------------------*/
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 0px;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: inherit;
}

a:hover,
a:focus,
a:active {
  color: inherit;
}

a:focus, :focus {
  outline: none !important;
}

a:hover,
a:active {
  outline: 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Images
--------------------------------------------------------------*/
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  width: auto;
  /* Adhere to container width. */
  max-width: 100%;
}

img.attachment-thumbnail, img.attachment-medium, img.attachment-large, img.attachment-full {
  height: auto;
  /* Make sure images are scaled correctly. */
  width: auto;
  /* Adhere to container width. */
  max-width: 100%;
}

img.alignright {
  float: right;
  margin: 0 0 1.5rem 1.5rem;
}

img.alignleft {
  float: left;
  margin: 0 1.5rem 1.5rem 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Galleries
--------------------------------------------------------------*/
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  margin: 0 0 1.5em;
  padding: 0 0.5rem 0 0.5rem;
  width: 50%;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  display: inline-block;
}

.gallery-item a img {
  display: block;
  -webkit-transition: -webkit-filter 0.2s ease-in;
  transition: -webkit-filter 0.2s ease-in;
  transition: filter 0.2s ease-in;
  transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin-left: auto;
  margin-right: auto;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
  -webkit-filter: opacity(60%);
  filter: opacity(60%);
}

.gallery-caption {
  display: block;
  text-align: left;
  padding: 0 10px 0 0;
  margin-bottom: 0;
}

/* Gallery Columns */
.gallery-item {
  max-width: 25%;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

@media (min-width: 768px) and (max-width: 991px) {
  .gallery-columns-4 .gallery-item {
    max-width: 33%;
  }

  .gallery-columns-5 .gallery-item {
    max-width: 33%;
  }

  .gallery-columns-6 .gallery-item {
    max-width: 33%;
  }
}
@media (max-width: 767px) {
  .gallery-columns-3 .gallery-item {
    max-width: 50%;
  }

  .gallery-columns-4 .gallery-item {
    max-width: 50%;
  }

  .gallery-columns-5 .gallery-item {
    max-width: 50%;
  }

  .gallery-columns-6 .gallery-item {
    max-width: 50%;
  }
}
/*--------------------------------------------------------------
# Custom Helper Classes
--------------------------------------------------------------*/
.white {
  color: #fff;
}

.whitebg {
  background-color: #fff;
}

.gray {
  color: #6D6E71;
}

.graybg {
  background-color: #ECECEC;
}

.ltgraybg {
  background-color: #efefef;
}

.dkgraybg {
  background-color: #454545;
}

.primary {
  color: #bc1944;
}

.primarybg {
  background-color: #bc1944;
}

.pt0 {
  padding-top: 0rem;
}

.pb0 {
  padding-bottom: 0rem;
}

.pt1 {
  padding-top: 1rem;
}

.pb1 {
  padding-bottom: 1rem;
}

.pt2 {
  padding-top: 2rem;
}

.pb2 {
  padding-bottom: 2rem;
}

.pt3 {
  padding-top: 3rem;
}

.pb3 {
  padding-bottom: 3rem;
}

.pt4 {
  padding-top: 4rem;
}

.pb4 {
  padding-bottom: 4rem;
}

.pt5 {
  padding-top: 5rem;
}

.pb5 {
  padding-bottom: 5rem;
}

.mt0 {
  margin-top: 0rem;
}

.mb0 {
  margin-bottom: 0rem;
}

.mt1 {
  margin-top: 1rem;
}

.mb1 {
  margin-bottom: 1rem;
}

.mt2 {
  margin-top: 2rem;
}

.mb2 {
  margin-bottom: 2rem;
}

.mt3 {
  margin-top: 3rem;
}

.mb3 {
  margin-bottom: 3rem;
}

.mt4 {
  margin-top: 4rem;
}

.mb4 {
  margin-bottom: 4rem;
}

.mt5 {
  margin-top: 5rem;
}

.mb5 {
  margin-bottom: 5rem;
}

.nopad {
  padding-left: 0px;
  padding-right: 0px;
}

/*--------------------------------------------------------------
## Hover
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.footer-text {
  font-size: 12px !important;
}

footer {
  margin-top: -4px;
}

.footer-one > div:last-child {
  margin-top: 2rem;
}

.footer-header {
  font-size: 2rem;
  font-weight: 700;
}

.footer-links {
  color: #fff;
  font-size: 16px;
}
.footer-links p {
  font-size: 16px;
}

.foot-bord {
  border-top: solid 2px #fff;
}

footer {
  color: #fff;
}
footer h4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 3px;
}
footer ul {
  list-style: none;
  padding: 11px 0 0;
  margin: 0;
}

/*--------------------------------------------------------------
## Margins
--------------------------------------------------------------*/
.row {
  margin-left: 0;
  margin-right: 0;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
#logo {
  width: 100%;
  max-width: 260px;
}

.form-height {
  height: 41.3px;
}

#searchform {
  padding-top: 7.25px;
  padding-bottom: 7.25px;
  float: right;
}

#searchform .form-group input {
  min-width: 180px;
  font-size: 1.5rem;
  height: auto;
  background-color: transparent;
  text-align: right;
  box-shadow: none;
}

#searchform .search-icon {
  font-size: 1.5rem;
  color: #fff;
  background-color: transparent;
  border: none;
}

#searchform .search-icon:hover {
  color: #bc1944;
  -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;
}

#searchform ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #fff;
}

#searchform :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
  opacity: 1;
}

#searchform ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
  opacity: 1;
}

#searchform :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

.login-section {
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
}

.login-section a {
  color: #fff;
  -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;
}

.login-section a:hover {
  color: #454545;
  text-decoration: none;
}

@media only screen and (max-width: 798px) and (min-width: 768px) {
  #searchform .search-icon {
    padding: 2px 0;
  }
}
/*-------
Desktop
--------*/
@media (min-width: 768px) {
  #searchform .form-group input {
    color: #fff;
    min-width: 182px;
  }

  .navbar-brand {
    height: auto;
  }

  .navbar-nav {
    float: right;
    margin-right: -1.5rem;
  }

  .navbar-default {
    border-color: transparent;
  }

  .navbar {
    border-radius: 0;
    border: none;
    background-color: transparent;
    margin-bottom: 0;
  }

  .menu-social-container {
    display: block;
    float: right;
    width: 50%;
  }

  .container > .navbar-collapse {
    margin-right: -1.5rem;
  }

  .navbar-default .navbar-nav {
    border-color: transparent;
  }

  .navbar-default .navbar-nav li a {
    color: #454545;
    font-size: 2rem;
    -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;
    text-transform: uppercase;
  }

  .navbar-default .navbar-nav li a:focus {
    color: #bc1944;
  }

  .navbar-default .navbar-nav li a:hover {
    color: #bc1944;
  }

  .navbar-default .navbar-nav li.active a, .navbar-default .navbar-nav li.active a:focus, .navbar-default .navbar-nav li.active a:hover {
    background-color: transparent;
    color: #bc1944;
  }

  #menu-item-274 ul.dropdown-menu {
    float: right;
    left: inherit;
    right: 0;
  }
}
.phone-text {
  font-size: 1.5rem;
  color: #fff;
  -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;
}

.phone-text:hover {
  color: #fff;
  text-decoration: none;
}

/*-------
## Mobile
-------*/
@media (max-width: 767px) {
  .phone-text {
    font-size: 2rem;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    display: block;
  }

  .phone-text:hover {
    color: #fff !important;
  }

  .mobile-center {
    text-align: center;
    margin: 0 auto;
    float: none;
  }

  .navbar-brand {
    height: auto;
  }

  .navbar-nav {
    margin: 7.5px 0px;
  }

  .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-left: 0px;
    margin-right: 0px;
  }

  .navbar-header, .navbar-default {
    background-color: transparent;
    border: none;
    margin-bottom: 0;
  }

  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: transparent;
  }

  .menu-social-container {
    text-align: center;
  }

  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: white;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }

  .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    font-size: 1.6rem;
    color: inherit;
    word-wrap: break-word;
    white-space: normal;
    text-align: center;
  }

  .navbar-toggle {
    border: none;
    background: transparent !important;
    position: absolute;
    right: 0;
    top: 8.6rem;
    z-index: 99;
  }

  .navbar-toggle:hover {
    background: transparent !important;
  }

  .navbar-toggle .icon-bar {
    width: 22px;
    transition: all 0.2s;
  }

  .navbar-toggle .top-bar {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform-origin: 10% 10%;
    -ms-transform-origin: 10% 10%;
    -webkit-transform-origin: 10% 10%;
  }

  .navbar-toggle .middle-bar {
    opacity: 0;
  }

  .navbar-toggle .bottom-bar {
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform-origin: 10% 90%;
    -ms-transform-origin: 10% 90%;
    -webkit-transform-origin: 10% 90%;
  }

  .navbar-toggle.collapsed .top-bar {
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
  }

  .navbar-toggle.collapsed .middle-bar {
    opacity: 1;
  }

  .navbar-toggle.collapsed .bottom-bar {
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
  }

  #titan-nav {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    transition: 0.001s;
    text-align: center;
    background-color: #fff;
    width: 100%;
    margin-top: 0;
    border: none;
  }

  .top {
    z-index: 99;
  }

  .login-section {
    color: #fff;
    z-index: 99;
  }

  .login-section a {
    color: #fff;
  }

  .mob-search {
    z-index: 99;
    margin-bottom: 1rem;
  }

  #searchform {
    width: 265px;
    margin: 0 auto;
    display: block;
    float: none;
    margin-bottom: 1rem;
    border-bottom: solid 2px #454545;
    padding-bottom: 0rem;
  }

  #searchform .form-group {
    display: inline-block !important;
  }

  #searchform .form-group input {
    text-align: center;
    box-shadow: none;
  }

  #searchform ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #454545;
  }

  #searchform :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #454545;
    opacity: 1;
  }

  #searchform ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #454545;
    opacity: 1;
  }

  #searchform :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #454545;
  }

  #searchform .search-icon {
    color: #454545;
  }

  .nav-nopad {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-brand {
    float: none;
  }

  #logo {
    display: block;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Custom Site Styles by Developer
--------------------------------------------------------------*/
.solid-btn {
  background-color: #bc1944;
  border: solid 3px #bc1944;
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  border-radius: 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;
}

.solid-btn:hover {
  color: #bc1944;
  background-color: #fff;
}

.tp-btn {
  background-color: transparent;
  border: solid 3px #bc1944;
  font-size: 3rem;
  font-weight: 700;
  color: #bc1944;
  text-transform: uppercase;
  border-radius: 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;
}

.tp-btn:hover {
  background-color: #bc1944;
  color: #fff;
}

.flex {
  display: flex;
}

.flex-row {
  flex-wrap: wrap;
  width: 100%;
}

.center-align {
  align-items: center;
  justify-content: center;
}

.mid-align {
  align-items: center;
}

.end-align {
  justify-content: flex-end;
}

@media (max-width: 767px) {
  .tp-btn, .solid-btn {
    font-size: 2rem;
  }

  .mob-block {
    display: block;
    text-align: center;
  }
}
/*--- Home Page ---*/
.zin {
  z-index: 99;
}

.home-top {
  background-image: url(/wp-content/themes/titan/images/home-topbg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.no-overflow {
  overflow: hidden;
}

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

.family-pic img {
  width: 100%;
  height: auto;
  visibility: hidden;
}

.curve {
  margin-top: -6rem;
}

.video-ph {
  margin-top: -20rem;
  border: solid 1rem #fff;
  -webkit-box-shadow: 0px 30px 82px -40px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 30px 82px -40px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 30px 82px -40px rgba(0, 0, 0, 0.8);
}

.home-bot {
  background-image: url(/wp-content/themes/titan/images/home-bot.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 13rem;
  padding-bottom: 10rem;
}

.home-hp {
  background-image: url(/wp-content/themes/titan/images/home.jpg);
  background-position: center;
  background-repeat: no-repeat;
  height: 375px;
}

@media (min-width: 768px) {
  .ml-auto {
    margin-left: auto;
    display: block;
  }
}
@media (max-width: 767px) {
  .home-top {
    background-image: none;
  }

  .mob-home {
    background-image: url(/wp-content/themes/titan/images/mob-home.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 5.5rem;
    padding-bottom: 15rem;
  }

  .hero-main {
    font-size: 3.5rem;
    text-align: left;
  }

  .hero-sub {
    font-size: 2rem;
    text-align: left;
  }

  .video-ph {
    margin-top: -12rem;
  }
}
/*------*/
/*---  Internal Pages ---*/
.internal-top-box {
  max-width: 550px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4%;
  margin-bottom: 4%;
}

.internal-top-box .internal-top-text .hero-main {
  text-align: left;
  font-size: 5rem;
}

.internal-top-box .internal-top-text .hero-sub {
  text-align: left;
}

.internal-top-box .internal-top-text .tp-btn {
  margin-left: 1.5rem;
}

.top-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.team {
  background-image: url(/wp-content/uploads/team-top.jpg);
}

.about {
  background-image: url(/wp-content/uploads/about.jpg);
}

.testimonials {
  background-image: url(/wp-content/uploads/testimonials-top.jpg);
}

.carriers {
  background-image: url(/wp-content/uploads/carriers-top.jpg);
}

.business {
  background-image: url(/wp-content/uploads/business-top.jpg);
}

.personal {
  background-image: url(/wp-content/uploads/personal-top.jpg);
}

.contact-us {
  background-image: url(/wp-content/uploads/contact-us.jpg);
}

.contact-carrier {
  background-image: url(/wp-content/uploads/contact-carrier.jpg);
}

.consultation {
  background-image: url(/wp-content/uploads/consulation.jpg);
}

.quick-quote {
  background-image: url(/wp-content/uploads/quick-quote.jpg);
}

.auto-quote {
  background-image: url(/wp-content/uploads/auto-quote.jpg);
}

.business-quote {
  background-image: url(/wp-content/uploads/business-quote.jpg);
}

.home-quote {
  background-image: url(/wp-content/uploads/home-quote.jpg);
}

.life-quote {
  background-image: url(/wp-content/uploads/life-quote.jpg);
}

.health-quote {
  background-image: url(/wp-content/uploads/health-quote.jpg);
}

.recreation-quote {
  background-image: url(/wp-content/uploads/recreation-quote.jpg);
}

.payment-top {
  background-image: url(/wp-content/uploads/payment.jpg);
  background-position: right;
}

.report {
  background-image: url(/wp-content/uploads/report.jpg);
}

.update-contact {
  background-image: url(/wp-content/uploads/update-contact.jpg);
}

.proof-of-insurance {
  background-image: url(/wp-content/uploads/proof-of-insurance.jpg);
}

.policy-change {
  background-image: url(/wp-content/uploads/policy-change.jpg);
}

.docs {
  background-image: url(/wp-content/uploads/docs.jpg);
}

.blog {
  background-image: url(/wp-content/uploads/blog-top.jpg);
}

@media (min-width: 992px) and (max-width: 1199px) {
  .internal-top-box {
    max-width: 550px;
    margin-top: 2%;
    margin-bottom: 2%;
  }
}
@media (max-width: 991px) {
  .internal-img {
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3rem;
    padding-right: 3rem;
    width: 100%;
  }

  .internal-top-box {
    margin-top: 3rem;
    margin-bottom: 5rem;
  }

  .internal-top-box .internal-top-text {
    text-align: center;
  }

  .internal-top-box .internal-top-text .hero-main {
    text-align: center;
    font-size: 5rem;
  }

  .internal-top-box .internal-top-text .hero-sub {
    text-align: center;
  }

  .internal-top-box .internal-top-text .tp-btn {
    display: block;
    margin-left: 0;
    margin-top: 3rem;
  }
}
@media (max-width: 767px) {
  .internal-top-box .internal-top-text h1 {
    text-align: center;
    font-size: 3.2rem;
  }
}
/*------*/
/*--- About Page ---*/
.thumbnail {
  border: none;
  border-radius: 0;
}

/*------*/
/*--- Carriers Page ---*/
.carrier-img {
  max-width: 200px;
}

/*------*/
/*--- Blog Page ---*/
.blog-btn {
  font-size: 18px;
}

/*------*/
/*--------------------------------------------------------------
## Custom Gravity Forms Styles by R. Miller
--------------------------------------------------------------*/
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper textarea, .gform_wrapper.gf_browser_chrome select {
  border: solid #bc1944 2px;
  border-radius: 0;
}

.gform_wrapper select {
  background-color: transparent;
  -webkit-appearance: none;
  border-radius: 0px;
}

.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label {
  font-size: 1em !important;
}

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

/* Chrome Width Issue */
.gform_wrapper.gf_browser_chrome .gform_body {
  width: 100% !important;
}

/* Validation Error Messages */
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent !important;
  border: 0px !important;
}

.gform_wrapper .gfield_error .gfield_label, .gform_wrapper .validation_message {
  color: #E20D15 !important;
}

.gform_wrapper div.validation_error {
  color: #E20D15 !important;
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 25px;
  border-top: 2px solid #E20D15 !important;
  border-bottom: 2px solid #E20D15 !important;
}

.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important;
  width: 100% !important;
}

.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 0px !important;
}

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea {
  border: 1px solid #E20D15 !important;
}

.gform_wrapper .gform_footer input[type=submit] {
  background-color: #bc1944;
  border: solid 3px #bc1944;
  font-size: 2rem !important;
  font-weight: 700;
  color: #fff;
  padding: 1rem 2rem;
  text-transform: uppercase;
  border-radius: 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;
}

.gform_wrapper .gform_footer input[type=submit]:hover {
  color: #bc1944;
  background-color: #fff;
}

form.post-password-form {
  text-align: center;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

@media screen and (min-width: 992px) {
  .flexcenter {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1154px) {
  .flexcenterheader {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }

  .navbar {
    padding: 2rem 0;
  }
}
@media screen and (min-width: 768px) {
  .headericons {
    margin-left: 1.5rem;
    display: inline-block;
  }
  .headericons i {
    font-size: 1.5em;
  }

  .flexcenterbutton {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .headericons {
    margin-bottom: 1rem;
  }
  .headericons i {
    font-size: 2em;
  }
}
.lowercase {
  text-transform: none;
}

.h41 {
  height: 41px;
}

.headshot {
  max-height: 333px;
  display: inline-block !important;
}

/*# sourceMappingURL=file:///C:/Users/Zack/OneDrive/Work/Titan/live_sites/crescentSouth/public_html/wp-content/themes/titan/style.css.map */
