/*
Theme Name: Titan
Theme URI: http://titanwebmarketingsolutions.com/
Author: J. Mayfield, Senior Developer at Titan Web Marketing Solutions
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: titan

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.
*/

/*--------------------------------------------------------------
## Google Fonts
--------------------------------------------------------------*/



/*--------------------------------------------------------------
## Base Styles
--------------------------------------------------------------*/

body {
	font-size:15px;
	margin:0px;
	overflow-x:hidden;
	color: #000000
}

p, li {
	font-size:21px;
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 26px;
}

a {
	color: inherit;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 21px;
}

a:hover {
	color: inherit;
	font-family: 'Source Sans Pro', sans-serif;
}

h1 {
	font-size:36px;
	font-weight:700;
	font-family: 'Source Sans Pro', sans-serif;
}

h2 {
	font-size:24px;
	font-weight:900;
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 26px;
	margin-top: 0px;
}

h3 {
	font-size:21px;
	font-weight:900;
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 26px;
}

h4 {
	font-size:18px;
	font-weight:700;
	font-family: 'Source Sans Pro', sans-serif;
	color: #ffffff;
	line-height: 26px;
}

img {
	max-width:100%;
	width:100%;
	height:auto
}

.blue {
	color: #133c9d;
}

a.blue.footer {
	font-size: 15px;
}

a.blue:hover {
	color: #133c9d;
}

.white {
	color: #ffffff;
}

.gray {
	color: #58595B;
}

/*--------------------------------------------------------------
## Navigation
--------------------------------------------------------------*/

.navbar-default {
	background-color:inherit;
	border:none;
	font-size:15px;
	float:right
}

.primary-nav {
	padding:0px
}

.navbar-nav li a {
	padding:5px 24px
}

.navbar-default .navbar-nav li a {
	color:#ffffff;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 16px;
}

.navbar-default .navbar-nav li a:hover {
	color:#ffffff;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 16px;
}

.navbar-default .navbar-nav .active a {
	background-color:inherit;
	color:#ffffff;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 16px;
}

.navbar-default .navbar-nav .active a:hover {
	background-color:inherit;
	color:#ffffff;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 16px;
}

.navbar-nav a, .navbar-default .navbar-nav a:hover, .navbar-default .navbar-nav a:focus {
	background-color:inherit;
	color:#ffffff;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 16px;
}

.navbar-nav .active a, .navbar-default .navbar-nav .active a:hover, .navbar-default .navbar-nav .active a:focus {
	background-color:inherit;
	color:#ffffff;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 16px;
}
.social p {
	display: inline;
}
.social img {
	width: 20px;
	height: auto;
	display: inline;
}

.navbar-default .navbar-nav li a {
    position: relative;
    color: #fff;
    text-decoration: none;
    display: inline-block;
}
.navbar-default .navbar-nav li a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
}
.navbar-default .navbar-nav li a:hover:before, .navbar-default .navbar-nav li a:focus:before, .navbar-default .navbar-nav .active a {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.navbar-default .navbar-nav .active a {
	border-bottom: solid 2px #ffffff;
	padding-bottom: 3px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFF;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #F1F2F2;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.navbar-nav li a {
    	padding: 5px 12px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.navbar-nav li a {
    	padding: 5px 10px;
	}
}

@media (max-width: 767px) {
	.navbar-nav li a {
    	padding: 10px 10px;
	}
}

/*--------------------------------------------------------------
## Pages
--------------------------------------------------------------*/

@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

.hvr-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-pop:hover, .hvr-pop:focus, .hvr-pop:active {
  -webkit-animation-name: hvr-pop;
  animation-name: hvr-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.slide {
	background-color: #ffffff;
	border-radius: 30px;
	padding: 10px 15px;
}

.bottom-slide {
	background-image: url(/images/home-bg.png);
	background-position: top;
	background-size: contain;
	background-repeat: repeat-x;
	padding-top: 20px;
	padding-bottom: 35px;
}

.buttons-blue {
	background-image: url(/images/buttons-bg.png);
    background-repeat: no-repeat;
    padding: 6px 73px 15px;
    background-position: center;
    color: #ffffff;
}
.buttons-blue:hover, .buttons-blue:active, .buttons-blue:focus {
	color: #ffffff;
	text-decoration: none;
}

.buttons-lg {
	background-image: url(/images/buttons-lg.png);
    background-repeat: no-repeat;
    padding: 6px 23px 10px;
    background-position: center;
    color: #ffffff;
}
.buttons-lg:hover, .buttons-blue:active, .buttons-blue:focus {
	color: #ffffff;
	text-decoration: none;
}

.home-buttons {
	background-image: url(/images/home-button.png);
    padding: 15px 10px 6px;
    background-position: center bottom;
    background-repeat: no-repeat;
    -webkit-transition: all .5s ease; /* Safari and Chrome */
  	-moz-transition: all .5s ease; /* Firefox */
  	-o-transition: all .5s ease; /* IE 9 */
  	-ms-transition: all .5s ease; /* Opera */
  	transition: all .5s ease;
}

.about-buttons {
	background-image: url(/images/about-button.png);
    padding: 40px 10px 15px;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.parallax {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment:fixed;
	-webkit-transition: background-image 0.4s;
	-moz-transition: background-image 0.4s;
	-ms-transition: background-image 0.4s;
	-o-transition: background-image 0.4s;
	transition: background-image 0.4s;
	overflow: hidden;
	-webkit-font-smoothing: subpixel-antialiased;
 }


.background-thermal {
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.phone-contact:hover {
	color: #133c9d;
}

@media (max-width: 767px) {
	.background-thermal {
		background-image: none!important;
	}
}


 .buttons-white {
	background-image: url(/images/buttons-wht.png);
    background-repeat: no-repeat;
    padding: 12px 73px 15px;
    background-position: center;
    color: #133c9d;
}
.buttons-white:hover, .buttons-white:active, .buttons-white:focus {
	color: #133c9d;
	text-decoration: none;
}

.hvr-skew-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.hvr-skew-forward:hover, .hvr-skew-forward:focus, .hvr-skew-forward:active {
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
}

.hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

@media (min-width: 1200px) {
	.home-buttons:hover {
		padding-top: 30px;
		text-decoration: none;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.thermal, .finishing {
		margin-top: 5%;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.thermal, .finishing {
		margin-top: 5%;
	}
}

@media (max-width: 767px) {
	.bottom-slide {
		background-image: none;
		background-color: #133c9d;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.home-buttons {
		margin-top: 4%;
	}
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/



/*--------------------------------------------------------------
## Margins on desktop devices
--------------------------------------------------------------*/

@media (max-width:768px) {
	.desktop {
		display: none;
	}
}

/*--------------------------------------------------------------
## Margins on mobile devices
--------------------------------------------------------------*/

@media (max-width:768px) {
	.mobile {

	}
}

/*--------------------------------------------------------------
## Margins on mobile devices
--------------------------------------------------------------*/

@media (max-width:768px) {
	.row
	{
		margin-left:0px;
		margin-right:0px
	}
}

/*--------------------------------------------------------------
## Gravity Forms
--------------------------------------------------------------*/

.company {
	margin-top: -7.4%;
}

.email {
	margin-top: -7.4%!important;
}

body .gform_wrapper .gform_body .gform_fields .gfield input[type=text], body .gform_wrapper .gform_body .gform_fields .gfield textarea {
	border: none;
	border-radius: 30px;
	background-color: #ffffff
}

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
	color: #ffffff;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
}

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_label .gfield_required {
	display: none!important;
}

body .gform_wrapper .gform_footer {
	text-align: right;
}

body .gform_wrapper .gform_footer input[type=submit] {
	color: #133c9d;
	background-image: url(/images/buttons-wht.png);
	padding: 17px 73px 20px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
	border: none;
	margin-right: 2.5%;
}

body #gform_wrapper_3 .gform_footer input[type=submit] {
	color: #ffffff;
	background-image: url(/images/buttons-bg.png);
	padding: 17px 76px 25px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
	border: none;
	margin-right: 2.5%;
}

body #gform_wrapper_3 .gform_body .gform_fields .gfield input[type=text], body #gform_wrapper_3 .gform_body .gform_fields .gfield textarea {
	border: none;
	border-radius: 0px;
	background-color: #f1f2f2;
}

body #gform_wrapper_3 .gform_body .gform_fields .gfield .gfield_label {
	color: #133c9d;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
}


body #gform_wrapper_4 .gform_footer input[type=submit] {
	color: #ffffff;
	background-image: url(/images/buttons-bg.png);
	padding: 17px 76px 25px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
	border: none;
	margin-right: 2.5%;
}

body #gform_wrapper_4 .gform_body .gform_fields .gfield input[type=text], body #gform_wrapper_4 .gform_body .gform_fields .gfield textarea {
	border: none;
	border-radius: 0px;
	background-color: #f1f2f2;
}

body #gform_wrapper_4 .gform_body .gform_fields .gfield .gfield_label {
	color: #133c9d;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
}

body #gform_wrapper_4 .gform_footer  {
justify-content: center;

}


.li-special-list {
padding: 0 0 0 22px;
}

.page-template-lp-php footer {
 display: none;
}
