/*
Theme Name: Titan
Theme URI: https://titanwms.com
Author: Ryan Miller. Front End Developer, Titan Web Marketing Soltuons
Author URI: https://titanwms.com
Description: Custom Wordpress theme developed and designed to work with the latest versions of Wordpress and Bootstrap 4.
Version: 2.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.

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography
# Blogs
# Links
# Accessibility
# Images
# Galleries
# Custom Helper Classes
# Footer
# Margins
# Header
	## Desktop
	## Mobile
# Buttons
# Custom Site Style by Dev
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:400,700|Roboto:300,400,700");
.shadow {
  -webkit-box-shadow: 0px 50px 75px -35px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: 0px 50px 75px -35px rgba(0, 0, 0, 0.9);
  box-shadow: 0px 50px 75px -35px rgba(0, 0, 0, 0.9);
}

.background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: auto;
  margin-right: auto;
}

html {
  scroll-behavior: smooth;
}

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

p, .tos-list, li {
  font-size: 2.4em;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  line-height: 28px;
  color: #472f20;
}

h1 {
  font-size: 48px;
  font-weight: 700;
  font-family: "Roboto Slab", serif;
}

.subtitle {
  font-size: 24px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  color: #fff;
}

h2 {
  font-size: 36px;
  font-weight: 700;
  font-family: "Roboto Slab", serif;
}

h3 {
  font-size: 3em;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}

h4 {
  font-size: 2.6em;
  font-weight: 700;
  font-family: "Roboto Slab", serif;
}

nav ul li {
  font-size: inherit;
}

@media (max-width: 991px) {
  h1 {
    font-size: 32px !important;
  }
}
/*--------------------------------------------------------------
# Blogs
--------------------------------------------------------------*/
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 0px;
}

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

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

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

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

a:hover {
  text-decoration: none;
}

a.button-primary, a:visited.button-primary {
  color: #eeebd2;
  background-color: #c63c2b;
  font-family: "Roboto Slab", serif;
  font-size: 23px;
  font-weight: 700;
  text-transform: capitalize;
  padding: 10px 18px;
  display: inline-block;
  transition: ease-in-out all 0.5s;
  text-align: center;
  line-height: 21px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.3);
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=4, Color="#000000");
}
a.button-primary:hover, a:visited.button-primary:hover {
  transition: ease-in-out all 0.5s;
  color: #fff;
  background: #c63c2b;
  text-decoration: none;
}

a.button-secondary, a:visited.button-secondary {
  color: #c63c2b;
  background-color: #fff;
  font-family: "Roboto Slab", serif;
  font-size: 23px;
  font-weight: 700;
  text-transform: capitalize;
  padding: 10px 18px;
  display: inline-block;
  text-align: center;
  line-height: 21px;
  transition: ease-in-out all 0.5s;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.3);
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=4, Color="#000000");
}
a.button-secondary:hover, a:visited.button-secondary:hover {
  transition: ease-in-out all 0.5s;
  color: #c63c2b;
  background: #f3744a;
  text-decoration: none;
}

.italic {
  font-style: italic;
}

.gray {
  color: #6d6e71;
}

/*--------------------------------------------------------------
# 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: bold;
  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.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;
}

.primary {
  color: #c63c2b;
}

.secondary {
  color: #472f20;
}

.primary-bg {
  background-color: #c63c2b;
}

.secondary-bg {
  background-color: #472f20;
}

.black-bg {
  background-color: #000000;
}

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

.no-overflow {
  overflow: hidden;
}

.orange {
  color: #f3744a;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.footer-text {
  font-size: 13px !important;
  padding-top: 8px;
  color: #fff;
}

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

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.home-title-hero p {
  font-size: 71px !important;
  line-height: 80px !important;
  font-weight: 300 !important;
  font-family: "Roboto Slab", serif !important;
  color: #fff;
}
.home-title-hero p span {
  font-weight: 700 !important;
  text-transform: uppercase;
}

span.slider-icon {
  position: relative;
}

span.slider-icon:after {
  content: " ";
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: -20px;
  right: 6px;
  background-image: url("/wp-content/themes/titan/images/chevron.png");
  background-position: center;
  background-repeat: no-repeat;
}

.bg-boxes {
  background-image: url("/wp-content/themes/titan/images/bg-squares.jpg");
  background-position: center;
  background-attachment: fixed;
  background-repeat: repeat;
  padding-top: 80px;
  padding-bottom: 60px;
}
.bg-boxes h2 {
  padding-bottom: 30px;
}

.border-red {
  border-bottom: Solid 8px #c63c2b;
}

a.home-link-patent, a:visited.home-link-patent {
  color: #c63c2b;
}
a:hover.home-link-patent, a:visited:hover.home-link-patent {
  color: #c63c2b;
  text-decoration: underline;
}

span.register-icon {
  font-size: 20px;
  display: inline-block;
  position: relative;
  top: -13px;
}

.home-row3 {
  background-image: url("/wp-content/themes/titan/images/bg-home-who.png");
  background-position: center;
  background-attachment: fixed;
  background-repeat: repeat;
  padding-top: 80px;
  padding-bottom: 70px;
}

.home-row4 {
  padding-top: 80px;
  padding-bottom: 70px;
}
.home-row5 {
  background: #c63c2b;
  padding-top: 80px;
  padding-bottom: 70px;
}

.home-row6 img {
  width: 100%;
}

.home-row7 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c83c2b+0,c83c2b+50,efebd2+50,efebd2+100 */
  background: #c83c2b url("/wp-content/themes/titan/images/bg-home-row6.jpg");
  background-size: 100%;
  background-position: center;
  background-attachment: fixed;
  background-repeat: repeat;
  padding-top: 80px;
  padding-bottom: 70px;
}
.home-row7 .cont-wrap-left h2,
.home-row7 .cont-wrap-left p {
  color: #fff;
}
.home-row7 .cont-wrap-left h2 {
  padding-bottom: 30px;
}
.home-row7 .cont-wrap-left p {
  padding-bottom: 1px;
}

.cont-wrap-right h2 {
  padding-bottom: 30px;
}
.cont-wrap-right p {
  padding-bottom: 1px;
}

.home-row8 {
  background-image: url("/wp-content/themes/titan/images/bg-home-footer.jpg");
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: repeat;
  padding-top: 90px;
  padding-bottom: 80px;
}

footer {
  background: #6b6b6b;
}

.nav-facebook a .fa-linkedin,
.nav-facebook a .fa-facebook-square, .nav-facebook a:visited .fa-linkedin,
.nav-facebook a:visited .fa-facebook-square {
  color: #c63c2b;
  font-size: 28px;
}
.nav-facebook a:hover .fa-linkedin,
.nav-facebook a:hover .fa-facebook-square, .nav-facebook a:visited:hover .fa-linkedin,
.nav-facebook a:visited:hover .fa-facebook-square {
  color: #6d6e71;
}

.privacy-content-box a, .privacy-content-box a:visited {
  color: #c63c2b;
}
.privacy-content-box a:hover, .privacy-content-box a:visited:hover {
  color: #000000;
  text-decoration: underline;
}

.tech-row1 {
  background-image: url("/wp-content/themes/titan/images/bg-technology-hero.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-top: 45px;
  padding-bottom: 93px;
  z-index: 1;
  position: relative;
  background-size: cover;
}

.tech-2 {
  margin-top: -100px;
  position: relative;
  padding-top: 120px;
}

.tech-3 {
  background: #eeebd2;
  padding-top: 80px;
  padding-bottom: 70px;
  box-shadow: 0px 5px 20px 3px rgba(0, 0, 0, 0.14);
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=-5.26, Color="#000000");
}

.tech-4 {
  padding-top: 80px;
  padding-bottom: 70px;
}
.tech-4 h4 {
  color: #472f20;
  padding-top: 20px;
}

.tech-five {
  background-image: url("/wp-content/themes/titan/images/bg-technology-footer.jpg");
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: repeat;
  padding-top: 90px;
  padding-bottom: 80px;
}

.leadership-row1 {
  background-image: url("/wp-content/themes/titan/images/bg-leadership-hero.png");
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 45px;
  padding-bottom: 93px;
  z-index: 1;
  position: relative;
}

.leadership-2 {
  margin-top: -100px;
  position: relative;
  padding-top: 120px;
}

.team-member-left {
  text-align: center;
}
.team-member-left img {
  border: solid 5px #c63c2b;
  width: 100%;
  box-shadow: 0px 0px 14.11px rgba(0, 0, 0, 0.4);
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color="#000000");
}

.team-member-right .secondary {
  color: #472f20;
  font-size: 24px;
}
.team-member-right h4 {
  padding-top: 35px;
}

.leadership3 {
  background: #F1F2F2;
  background: #f1f2f2;
  box-shadow: 0px 0px 20px 6px rgba(0, 0, 0, 0.27), 0px 10px 33px -17px rgba(0, 0, 0, 0.75);
}

.shadow-container {
  margin-top: -10px;
  z-index: 59;
  position: relative;
}

.leadership4 {
  background: url(/wp-content/themes/titan/images/bg-squares.jpg);
  background-position: top;
  padding-top: 90px;
  padding-bottom: 80px;
}

.ownership-row1 {
  background-image: url("/wp-content/themes/titan/images/bg-ownership-hero.png");
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 45px;
  padding-bottom: 93px;
  z-index: 1;
  position: relative;
}

.ownership-2 {
  background: #c63c2b;
  margin-top: -100px;
  position: relative;
  padding-top: 120px;
}

.owner-bottom {
  background-image: url("/wp-content/themes/titan/images/ownership-bg.jpg");
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: repeat;
  padding-top: 160px;
  padding-bottom: 80px;
  position: relative;
}
.owner-bottom .ownership-slider {
  pointer-events: none;
  margin: 0 auto;
  position: absolute;
  top: -771px;
  left: 0;
  right: 0;
}

.ownership-left img {
  margin-bottom: 38px !important;
}

.ownership-three a, .ownership-three a:visited {
  transition: ease-in-out all 0.5s;
}
.ownership-three a:hover, .ownership-three a:visited:hover {
  transition: ease-in-out all 0.5s;
}
.ownership-three a:hover img, .ownership-three a:visited:hover img {
  transition: ease-in-out all 0.5s;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.licensing-row1 {
  background-image: url("/wp-content/themes/titan/images/bg-licensing-hero.png");
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 45px;
  padding-bottom: 93px;
  z-index: 1;
  position: relative;
}

.licensing-info-single {
  background: #eeebd2;
}
.licensing-info-single .licensing-info-single-wrap {
  width: 100%;
  max-width: 520px;
  float: right;
  margin-right: 80px;
  padding-top: 160px;
  padding-bottom: 60px;
}

.licensing-row2-right {
  background-image: url("/wp-content/themes/titan/images/licensing-right1.jpg");
  background-size: cover;
}
.licensing-row2-right img.img-fluid {
  visibility: hidden;
}

.licensing-row3-right {
  background-image: url("/wp-content/themes/titan/images/licensing-left2.jpg");
  background-size: cover;
}
.licensing-row3-right img.img-fluid {
  visibility: hidden;
}

.licensing-row-top {
  margin-top: -150px;
}

.licen-3-right {
  background: #c63c2b;
  padding-top: 90px;
}
.licen-3-right .licensing-info-single-wrap {
  max-width: 520px;
  width: 100%;
  float: right;
  margin-right: 80px;
  padding-top: 0;
  padding-bottom: 60px;
}

.licensing-four {
  padding-top: 60px;
  padding-bottom: 50px;
}

.terms-contitions-box h2 {
  padding-bottom: 30px;
  margin-bottom: 0;
}
.terms-contitions-box h1, .terms-contitions-box p {
  margin-bottom: 30px;
}

.contact-row1 {
  background-image: url("/wp-content/themes/titan/images/bg-contact.png");
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 45px;
  padding-bottom: 93px;
  z-index: 1;
  position: relative;
}

.contact-row2 {
  padding-top: 40px;
  padding-bottom: 120px;
}

.contact-form-box {
  background-image: url("/wp-content/themes/titan/images/contact-bottom.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  min-height: 500px;
  padding-top: 45px;
  padding-bottom: 80px;
}

.contract-copyrights ul {
  padding: 0;
  list-style: none;
}
.contract-copyrights ul li {
  padding-bottom: 20px;
}

.form-wrap-box {
  background: #f1f2f2;
  max-width: 600px;
  padding: 25px 20px;
  margin: -130px auto -30px;
}
.form-wrap-box .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 8px 11px;
  letter-spacing: normal;
  border-radius: 5px;
}
.form-wrap-box .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.form-wrap-box .gform_wrapper textarea {
  font-size: 18px;
  border-radius: 0;
  border: none;
  background-color: transparent;
  background-color: white;
  border: solid 1px black;
  border-radius: 5px;
  margin-bottom: 10px;
}
.form-wrap-box input#gform_submit_button_3 {
  margin-top: 10px;
}

/*-------
Desktop
--------*/
@media (min-width: 1250px) {
  .ownership-2 {
    background: #c63c2b;
    margin-top: -120px;
    position: relative;
    padding-top: 120px;
  }
}
@media (min-width: 992px) {
  ul#menu-primary-menu {
    float: right !important;
    width: 100%;
    padding-left: 50px;
    padding-top: 10px;
  }

  form#user-form-template-3 {
    margin-top: -130px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 2em;
    font-weight: 400;
    color: #6d6e71;
    padding-left: 5px;
    padding-right: 5px;
  }

  .navbar-brand img {
    width: 100%;
    max-width: 220px;
  }

  .navbar-light .navbar-nav .nav-link {
    color: #000000;
    -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-nav .active > .nav-link,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show,
.navbar-nav .show > .nav-link {
    color: #c63c2b;
  }

  .navbar-nav .nav-link:focus,
.navbar-nav .nav-link:hover {
    color: #c63c2b;
  }

  .dropdown-item {
    padding: 0.25rem 0.45rem;
    background-color: transparent;
    color: #fff;
  }
}
.navbar-nav .dropdown-menu {
  border-radius: 0;
  border: none;
  margin-top: 0;
}

.navbar-nav .show > .nav-link {
  color: #fff !important;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 13px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .home-title-hero p {
    font-size: 60px !important;
    line-height: 62px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-title-hero p {
    font-size: 40px !important;
    line-height: 40px !important;
    font-weight: 300 !important;
    font-family: "Roboto Slab", serif !important;
    color: #fff;
  }
}
@media (min-width: 768px) {
  .home-info-single-wrap.cont-wrap-left {
    padding-right: 90px;
  }
}
/*-------
## Mobile
-------*/
@media (max-width: 1250px) {
  .licensing-info-single .licensing-info-single-wrap {
    width: 100%;
    float: right;
    margin-right: 0;
    padding-top: 160px;
    padding-bottom: 60px;
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  span.slider-icon:after {
    width: 17px;
    height: 30px;
    bottom: -20px;
    right: -1px;
    background-size: contain;
  }

  li#menu-item-30 {
    position: relative;
    max-width: 89px;
  }

  li#menu-item-38 {
    position: absolute;
    bottom: 0;
    left: 100px;
    width: 80px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 44px;
    font-weight: 700;
    line-height: 72px;
    text-align: left;
    padding: 10px 0 10px 20px;
    color: #6d6e71;
    border-bottom: solid 1px #6d6e71;
    border-radius: 0;
  }
  .navbar-expand-lg .navbar-nav .nav-link[title=Linkedin], .navbar-expand-lg .navbar-nav .nav-link[title="Facebook Link"] {
    border-bottom: solid 1px transparent;
  }

  .nav-facebook a .fa-linkedin,
.nav-facebook a:visited .fa-linkedin,
.nav-facebook a .fa-facebook-square,
.nav-facebook a:visited .fa-facebook-square {
    color: #c63c2b;
    font-size: 48px;
  }

  .navbar-light .navbar-nav .nav-link {
    color: #000000;
    text-align: center;
  }

  .navbar-nav .active > .nav-link,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show,
.navbar-nav .show > .nav-link {
    background: #c63c2b;
    color: #fff;
  }

  .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: #fff;
    text-align: center;
  }

  .navbar-brand {
    display: block;
    text-align: center;
    margin: 0 auto;
  }

  .navbar-header {
    width: 100%;
  }

  .nav-phone {
    color: #c63c2b;
    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 {
    margin-top: 0;
    float: right;
    z-index: 99;
  }

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

  /*---- Dropdown Toggle ----*/
  /*---- Dropdown Toggle ----*/
  .navbar-toggler {
    border: none;
  }

  .navbar-toggler:focus, .navbar-toggler:hover {
    outline: none;
  }

  /* Icon 4 */
  #nav-icon4 {
    width: 45px;
    height: 30px;
    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: 5px;
    width: 100%;
    background: #6d6e71;
    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: 15px;
    -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: 30px;
    -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: -3px;
    left: 8px;
  }

  #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: 29px;
    left: 8px;
  }

  a.button-secondary, a:visited.button-secondary,
a.button-primary, a:visited.button-primary {
    line-height: 27px;
  }
}
@media (max-width: 767px) {
  .home-info-single-wrap.cont-wrap-right,
.home-info-single-wrap.cont-wrap-left {
    padding-left: 15px;
    padding-right: 15px;
  }

  span.slider-icon:after {
    right: 3px;
  }

  .home-title-hero p span {
    font-weight: 700 !important;
    font-size: 33px !important;
  }

  .home-title-hero p {
    font-size: 33px !important;
    line-height: 40px !important;
    padding-left: 30px !important;
  }

  .home .bg-boxes {
    padding-top: 45px;
  }

  .bg-boxes {
    padding-top: 105px;
    padding-bottom: 45px;
  }

  .home-row7 {
    padding-top: 0;
    padding-bottom: 0;
    background: #c63c2b;
  }
  .home-row7 .home-info-single {
    background: #c63c2b;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .home-row7 .home-why-box {
    background: #eeebd2;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .team-member-left img {
    width: auto;
    margin-bottom: 40px;
  }

  .leadership-2 {
    padding-top: 120px;
  }

  .ownership-three a.acelltec-logo img {
    margin-top: 30px;
  }

  .licensing-info-single .licensing-info-single-wrap {
    padding-top: 49px;
    padding-bottom: 50px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .licen-3-right {
    padding-top: 0px;
  }

  .team-member-right .secondary {
    display: block;
  }
  .team-member-right .secondary em {
    display: none;
  }
}
/*--------------------------------------------------------------
## Buttons
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Custom Site Styles by Developer
--------------------------------------------------------------*/
/*--- Home Page ---*/
.ltgray-bg {
  background-color: #eeebd2;
}

.machine-nav li.nav-item a.nav-link {
  font-size: 20px;
  font-weight: 700;
  white-space: normal;
  padding: 5px 15px;
  text-transform: uppercase;
  -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: #c63c2b;
  margin: 0 15px;
  background-color: transparent;
  border: solid 2px #c63c2b;
  border-radius: 10px;
  text-align: center;
}
.machine-nav li.nav-item a.nav-link:hover {
  background-color: #c63c2b;
  color: #fff;
}

.machine-nav li.nav-item a.nav-link.active {
  background-color: #ab1b1f;
  color: #ffffff;
}

.machine-nav {
  display: flex;
  justify-content: space-between;
}

.machine-nav li.nav-item#machine-laser {
  width: 38%;
}

@media (max-width: 991px) {
  .machine-nav li.nav-item#machine-laser {
    width: 100%;
  }

  .machine-nav li.nav-item {
    display: block;
    width: 100%;
  }
}
/*------*/
/*--- Sustainability Page ---*/
.sustainability-row1 {
  background-image: url("/wp-content/themes/titan/images/bg-sustainability-hero.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-top: 45px;
  padding-bottom: 93px;
  z-index: 1;
  position: relative;
  background-size: cover;
  text-shadow: 0px 0px 10px #000000;
}

.bordered-image {
  border: 2px solid #c63c2b;
}

.core-element-bg {
  background-image: url("/wp-content/themes/titan/images/core-bg.jpg");
  background-position: center right;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.sustainability-five {
  background-image: url("/wp-content/themes/titan/images/sustainability-5.jpg");
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: repeat;
  position: relative;
  padding-top: 90px;
  padding-bottom: 80px;
  border-top: 2px solid #c63c2b;
}
.sustainability-five h1, .sustainability-five h2, .sustainability-five p {
  z-index: 2;
  position: relative;
}
.sustainability-five:before {
  background-color: rgba(0, 0, 0, 0.7);
  background-size: cover;
  background-position: center;
  opacity: 1;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
}

/*------*/
/*--------------------------------------------------------------
## Custom Gravity Forms Styles by Developer
--------------------------------------------------------------*/
.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;
  background-color: transparent;
  border-bottom: solid 2px #636363;
}

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: 18px !important;
  font-weight: 500;
  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: #c63c2b;
  color: #fff;
  padding: 10px 25px 8px;
}
.gform_wrapper .gform_footer input.button:hover {
  background-color: #fff;
  color: #472f20;
}

.gform_wrapper select {
  min-height: 2.5rem !important;
  padding: 5px 4px !important;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: solid 2px #636363 !important;
  color: #636363 !important;
}

.gform_wrapper.gf_browser_chrome .ginput_complex .ginput_right select, .gform_wrapper.gf_browser_chrome .ginput_complex select {
  margin-top: 6px !important;
}

.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text], .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
  margin-bottom: 0px !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;
  }
}

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