/*
Theme Name: Carman Inc. - Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 3.0.82
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Template: Divi
Tags: responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
html, body {
	overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
	padding-bottom: 0;
}
/**placeholders**/
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #838383;
	font-size: 14px;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #838383;
	font-size: 14px;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #838383;
	font-size: 14px;
}
:-moz-placeholder { /* Firefox 18- */
	color: #838383;
	font-size: 14px;
}
/**header**/
body.home #page-container {
	padding-top: 0 !important
}
body.home #main-header:not(.et-fixed-header) {
	background-color: transparent;
	box-shadow: none;
	-webkit-box-shadow:none;
}
#main-header.et-fixed-header {
	padding-top: 10px;
	padding-bottom: 10px;
}
#main-header .container {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}
/**homepage slider**/
#homepage-slider .et_pb_slide {
	padding-left: 0;
	padding-right: 0;
	height: 480px
}
#homepage-slider .et_pb_container {
	max-width: 100%;
}
#homepage-slider .et_pb_slide_description::before,
#homepage-slider .et_pb_slide_description::after {	
	content: '';
	display: block;
	clear: both;

	margin-left: auto;
	margin-right: 0;
	position: absolute;
}
#homepage-slider .et_pb_slide_description::before {
	max-width: 290px;

	left: 0;
	right: -70px;
	top: 0;
	bottom: 0;

	background: #333333;
	background: -moz-linear-gradient(top, #333333 0%, #292929 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #333333), color-stop(100%, #292929));
	background: -webkit-linear-gradient(top, #333333 0%, #292929 100%);
	background: -o-linear-gradient(top, #333333 0%, #292929 100%);
	background: -ms-linear-gradient(top, #333333 0%, #292929 100%);
	background: linear-gradient(to bottom, #333333 0%, #292929 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#292929', GradientType=0 );

	transform: skewX(230deg);
	-webkit-transform: skewX(230deg);
}
#homepage-slider .et_pb_slide_description::after {
	left: -20px;
	right: -35px;
	top: 15px;
	bottom: 15px;

	background: #af2a23;

	transform: skewX(220deg);
	-webkit-transform: skewX(220deg);

	box-shadow: -7px 6px 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: -7px 6px 3px rgba(0, 0, 0, 0.3);
}
#homepage-slider .et_pb_slide_content {
	position: relative;
	z-index: 1;
	line-height: 1.4;
	padding-bottom: 5px;
}
/**CTA Row**/
#cta-section a {
	color: inherit;
}
/** footer **/
#main-footer .container {
	max-width: 1400px;
	width: 100%;
	padding-left: 20px;
	padding-right: 20px
}
#footer-widgets {
	padding-top: 30px;
	padding-bottom: 30px;
}
.footer-widget {
	padding-left: 10px;
	padding-right: 10px;
}
.footer-widget:not(:first-child) {
	font-weight: 700;
}
.footer-widget h4,
.footer-widget .widget_nav_menu {
	font-family: 'ProximaNova';
}
.footer-widget:first-child .et_pb_widget:first-child {
	margin-bottom: 20px;
}
#main-footer .footer-widget h4 {
	margin-bottom: 20px
}
#footer-widgets .footer-widget li {
	padding-left: 0;
}
#footer-widgets .footer-widget li:before {
	display: none;
}
#footer-info {
	text-align: center;
	float: none;
}
/** Gravity Forms **/
body .gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0;
	margin-top: 0;
	margin-bottom: 15px;
}
#page-container .gform_wrapper .top_label div.ginput_container {
	margin-top: 0;
}
#page-container .gform_wrapper ul.gform_fields li.gfield .ginput_container_name span {
	padding-top: 0;
}
#page-container .gform_wrapper li.hidden_label input {
	margin-top: 0;
}
#page-container .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text],
#page-container .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
	margin-bottom: 0
}
#page-container .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
#page-container .gform_wrapper textarea {
	border-radius: 5px;
	padding: 2px 10px;
}
#page-container .gform_wrapper .gform_footer {
	padding: 0;
	margin: 0;
}
#page-container .gform_wrapper .gform_footer input[type=submit] {
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	background: #ac1600;
    border: 1px solid #ac1600;
    border-radius: 5px;
    padding: 2px 10px;
}
#page-container .gform_wrapper .gform_footer input[type=submit]:hover,
#page-container .gform_wrapper .gform_footer input[type=submit]:focus {
	background-color: rgba(172,22,0,0.7)
}
/**media queries **/
@media screen and (min-width: 641px) {
	#page-container .gform_wrapper li.gfield.gf_left_half  {
		padding-right: 11px;
	}
	#page-container .gform_wrapper li.gfield.gf_right_half  {
		padding-right: 0;
		padding-left: 11px;
	}
}
@media screen and (min-width: 768px) {
	#homepage-slider .et_pb_slide {
		height: 750px
	}
}
@media screen and (min-width: 981px) {
	.footer-widget:nth-child(2) .et_pb_widget {
		float: none;
		max-width: 140px;
	    margin-left: auto;
	    margin-right: auto;
	}
}
@media screen and (min-width: 1281px) {
	#homepage-slider .et_pb_slide {
		height: 840px
	}
}
@media screen and (max-width: 1199px) {
	#info-section .et_pb_promo {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media screen and (max-width: 1199px) and (min-width: 981px) {
	#main-header #logo {
    	max-height: 30%;
	}
	#cta-section > .et_pb_row,
	#info-section {
		width: 100%
	}
	#info-section .et_pb_cta_0.et_pb_promo .et_pb_promo_description {
		margin-bottom: 2px;
	}
}
@media screen and (max-width: 980px) {
	.footer-widget:not(:last-child) {
		padding-bottom: 30px;
	}
	.footer-widget::before,
	.footer-widget::after {
		content: '';
		display: table;
		clear: both;
	}
}
@media screen and (max-width: 767px) {
	#page-container #homepage-slider .et-hide-mobile {
		display: block !important;
	}
	#page-container #homepage-slider .et_pb_slide_description {
		top: auto !important;
		bottom: 20px !important
	}
	#page-container #homepage-slider .et_pb_slide_description::before,
	#page-container #homepage-slider .et_pb_slide_description::after {
		transform: none;
		-webkit-transform: none;
		left: 20px;
		right: 20px;
	}
	#info-section {
		width: 90%;
	}
	#page-container #info-section .et_pb_button.et_pb_promo_button {
		font-size: 18px
	}
	 #main-footer #footer-widgets {
		padding-bottom: 0;
	}
	#page-container #main-footer #footer-widgets .footer-widget {
		float: none;
		max-width: 400px;
		margin-left: auto !important;
		margin-right: auto !important;
		text-align: center;
	}
	.footer-widget .et_pb_widget {
		float: none;
	}
	#page-container .gform_wrapper .ginput_container span:not(.ginput_price) {
    	margin-bottom: 15px;
    }
    #footer-info a {
    	display: block;
    }
    #footer-info span {
    	display: none;
    }
}
@media screen and (max-width: 767px) and (orientation:portrait) {
	.et_pb_row {
		width: 95%
	}
	h2 {
		font-size: 30px !important
	}
}