/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 4.3.4
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
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
Template: Divi
Text Domain: Divi-Child
*/

/* social icons */
.et-social-icons {list-style-type:none;}
.et-social-icons li {margin-left:0;}
.et-social-icon a {font-size:28px;}
.et-social-facebook a.icon::before {content:'\e0aa';}
.et-social-twitter a.icon::before {content:'\e0ab';}
.et-social-google-plus a.icon::before {content:'\e0ad';}
.et-social-youtube a.icon::before {content:'\e0ba';}
.et-social-linkedin a.icon::before {content:'\e0b4';}

.align-center {
	text-align: center !important;
}

/* top bar */
#top-header, #footer-bottom {
	background-image: linear-gradient(180deg,#323436 0%,#222425 100%) !important;
}
#top-header .container {
	font-weight: normal;
	width: 95%;
	padding-top: 0;
}
.desktop-only {
	display: none !important;
}
.mobile-only {
	display: block;
}
#et-info p {
    display: inline-block;
}
.desktop-only p:first-of-type, .mobile-only p:first-of-type {
	margin-right: 15px;
}
.cta {
	text-align: center;
	margin: 5px 0;
	/*float: left;
	font-size: 13px;
	*/
}
.cta span {
	display: inline-block;
}
.cta #cta-text {
	line-height: 30px;
	vertical-align: top;
}
.cta #cta-btn {
	margin-left: 15px;
}
.et-info-phone {
	position: relative;
}
@media only screen and (min-width: 400px) {
	#top-header .container {
		width: 80%;
	}
}
@media only screen and (min-width: 672px) {
	.cta {
		float: left;
	}
	#et-info {
		float: right;
		text-align: right;
		margin: 5px 0;
		padding: 0;
	}
	#et-info p {
		line-height: 30px;
		padding-bottom: 0;
	}
}
@media only screen and (min-width: 981px) {
	.mobile-only {
		display: none !important;
	}
	.desktop-only {
		display: block !important;
	}
}
@media only screen and (min-width: 1040px) {
	#et-info {
		font-size: 15px;
	}
	.cta {
		font-size: 15px;
	}
}

/* main nav */
#top-menu li a {
	font-weight: 500 !important;
}
.current_page_item>a {
	color: #d11b21 !important;
}
@media only screen and (min-width: 981px) and (max-width: 1060px) {
	#et-top-navigation {
		padding-left: 260px !important;
	}
	#logo {
		width: 36%;
	}
}

/* custom buttons */
.et_password_protected_form .et_submit_button {
	font-family: 'Oswald',Helvetica,Arial,Lucida,sans-serif;
	font-weight: 500;
	color: #ffffff !important;
	background-image: linear-gradient(180deg,#d11b21 0%,#aa161b 100%) !important;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
}
.et_button_no_icon .et_pb_button {
	padding: 10px .7em 10px 2em !important;
}
.et_button_no_icon .et_pb_button:hover {
	padding: 10px .7em 10px 2em !important;
}

/* form */
.et_password_protected_form p input {
	border: 1px solid #bbb !important;
	color: #4e4e4e !important;
	background-color: #fff;
}
input.text, input.title, input[type="email"], input[type="password"], input[type="tel"], input[type="text"], select, textarea {
	padding: 6px;
	width: 100%;
}
label {
	font-size: 14px;
}
input[type="submit"] {
	cursor: pointer;
	font-family: 'Oswald',Helvetica,Arial,Lucida,sans-serif;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	border: 1px solid #ffffff;
	color: #ffffff;
	padding: 10px;
	background-image: linear-gradient(180deg,#d11b21 0%,#aa161b 100%) !important;
	text-shadow: 0em 0.1em 0.1em rgba(0,0,0,0.4);
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
}
input[type="submit"]:hover {
	background-image: linear-gradient(180deg,#bf141a 0%,#9b0f14 100%) !important;
}
form p:last-of-type {
	text-align: right;
}

/* gallery */
.vehicle-col-container .one_half {
	float: none !important;
	margin-right: 0 !important;
	width: auto !important;
	margin-bottom: 10px !important;
}
.vehicle-col-container p {
	padding-bottom: 0;
}
.t2d_s2pButton {
	margin-top: 25px;
}
.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item {
	margin: 0;
}
.et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1) {
	clear: none !important;
}
@media only screen and (min-width: 641px) {
	.vehicle-col-container .one_half {
		float: left !important;
		width: 48% !important;
		margin-right: 4% !important;
	}
}
@media only screen and (max-width: 980px) {
	.et_pb_column .et_pb_grid_item:nth-child(n) {
		width: 25% !important;
		margin: 0 !important;
	}
	.et_pb_column .et_pb_grid_item:nth-child(3n+1), .et_pb_column .et_pb_grid_item:nth-child(2n+1) {
		clear: none !important;
	}
}
@media only screen and (max-width: 640px) {
	.et_pb_column .et_pb_grid_item:nth-child(n) {
		width: 33.3333% !important;
	}
}

/* blurbs */
.et_pb_blurb_content {
	max-width: 100%;
	width: 80%;
	margin: 0 auto;
}
@media only screen and (min-width: 981px) {
	.et_pb_blurb_content {
		max-width: 650px;
		margin: 0 auto 0 80px;
	}
}

/* service ads */
@media only screen and (min-width: 641px) {
	.et_pb_column_new {
		width: 31% !important;
		margin-right: 3.33%;
	}
}

/* service page */
#schedule-appointment-header .header-content {
	background-color: rgba(0,0,0,0.5);
	padding: 10px 10px 40px 10px;
}

/* contact page */
@media only screen and (min-width: 481px) {
	.one_half {
		float: left !important;
		width: 48% !important;
		margin-right: 4% !important;
	}
	.one_half.et_column_last {
		margin-right: 0 !important;
	}
}

/* pop-up window */
.pum-content>p>div {
	float: left;
}
@media only screen and (max-width: 540px) {
	.pum-container {
		max-width: 250px !important;
	}
	.pum-content>p>div {
		float: none;
	}
}

/* widgets */
.t2d_modalOverlay {
	z-index: 999999 !important;
}
.home-widget-bar {
	background-image: linear-gradient(180deg,#d11b21 0%,#aa161b 100%) !important;
	border-width: 2px 1px;
	border-color: #ffffff;
	border-style: solid;
}
.home-widget-bar a {
	display: inline-block;
}
.home-widget-bar img {
	padding-top: 7px;
}
.t2d_col1 img {
	width: auto !important;
	max-width: none !important;
}
.t2d_modal-large.t2d_fadein {
	top: 20% !important;
}
.text2drive_livechat_contents img {
	position: relative !important;
	bottom: 0 !important;
}
#home-slide-appt img {
	border: 2px solid #ffffff;
	margin-top: 20px;
}
#t2d_textmeWidget-t2d_demo_textme_sales img {
	cursor: pointer;
}

/* pricing page */
.super {
	font-size: 40%;
	vertical-align: baseline;
	position: relative;
	top: -1.5em;
}
.et_pb_tabs_controls li {
	text-align: center;
}
.price-callout p {
    font-size: 11px;
    line-height: 1.4;
}
.price-callout h2 {
    color: #d71920;
    font-weight: bold;
    font-size: 58px;
    text-align: center;
}
.price-title-subtext {
    color: #666;
    font-weight: normal;
    font-size: 50%;
}
.pricing-inactive-feature {
    line-height: 2.1;
    font-size: 14px;
}
.vc_separator {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.vc_sep_holder {
    height: 1px;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 10%;
}
.vc_sep_holder .vc_sep_line {
    height: 1px;
    border-top: 1px solid #d71920;
    display: block;
    position: relative;
    top: 1px;
    width: 100%;
}
.sep_title {
    line-height: 1em;
	padding: 0 15px;
	font-size: 18px;
	color: #000000;
    margin: 0;
    word-wrap: break-word;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}
.et_pb_tab_content h4 {
	margin-bottom: 15px;
}
.et_pb_tabs_controls li:last-of-type {
	border-right: none;
}
.pricing-form>p {
	color: #000000 !important;
	font-size: 18px !important;
	text-align: left !important;
	font-weight: normal !important;
}
.pricing-form .col-fourth {
	float: left;
	width: 22.8%;
	margin-right: 2.9%;
	border: 1px solid #e8e8e8;
	padding: 25px 15px;
}
.pricing-form .col-third {
	float: left;
	width: 29.3%;
	margin-right: 2%;
	margin-left: 2%;
	border: 1px solid #e8e8e8;
	padding: 25px 15px;
}
.pricing-form .col-fourth.last {
	margin-right: 0;
}
.pricing-form label {
    font-size: 14px;
	display: inline-block;
	color: #666;
	cursor: pointer;
}
.pricing-form input[type="checkbox"] {
    display: block;
    margin: 0 auto 15px auto;
    width: 25px;
    height: 25px;
    cursor: pointer;
}
.pricing-form span {
    display: block;
    margin: 0;
    margin-bottom: 0px;
    text-align: center;
}
.pricing-form span.wpcf7-list-item-label {
    /*font-size: 20px;*/
    font-weight: bold;
	color: #000000;
}
.pricing-form .col-third span.wpcf7-list-item-label {
    font-size: 20px;
}
.pricing-form .col-fourth span.wpcf7-list-item-label {
    font-size: 18px;
}
.pricing-form p {
    font-weight: bold;
    color: #d71920;
    font-size: 30px;
}
.pricing-form span.price-title-subtext {
    display: inline;
    font-weight: normal;
    color: #666666;
    font-size: 18px;
}
.monthly-cost {
    margin: 25px 0;
    border-bottom: 3px solid #d71920;
}
.monthly-cost .fleft {
	float: left;
}
.monthly-cost .fright {
	float: right;
}
.monthly-cost span {
	display: inline;
}
.monthly-cost label {
    font-weight: bold;
    font-size: 26px;
    cursor: auto;
    line-height: 55px;
	color: #000000;
}
.monthly-cost input[type="text"] {
    width: 65px;
    display: inline;
    border: none;
    font-size: 30px;
    font-weight: 700;
    color: #d71920;
}
@media only screen and (max-width: 980px) {
	.pricing-form .col-fourth {
		width: 50%;
		margin-right: 0;
	}
	.price-callout p {
		text-align: center;
	}
	.four-tabs.et_pb_tabs_0.et_pb_tabs .et_pb_tabs_controls li {
		width: 50% !important;
	}
}
@media only screen and (max-width: 767px) {
	.et_pb_tabs_0.et_pb_tabs .et_pb_tabs_controls li, .four-tabs.et_pb_tabs_0.et_pb_tabs .et_pb_tabs_controls li {
		width: 100% !important;
	}
	.et_pb_tabs_controls li a {
		display: inline-block;
	}
	.et_pb_tabs_0.et_pb_tabs p {
		margin-bottom: 15px;
	}
	.pricing-form span.wpcf7-list-item-label {
		font-size: 18px;
	}
	.pricing-form .col-third {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}
}
@media only screen and (max-width: 640px) {
	.pricing-form .col-fourth {
		float: none;
		width: 100%;
	}
}

/* footer */
#footer-widgets .footer-widget li {padding-left:0;}
#footer-widgets .footer-widget li::before {display:none;}
#footer-widgets .footer-widget a, #footer-widgets .footer-widget li a {
	color: #d11b21;
}
#footer-widgets .footer-widget li a:hover {
	color: #aa161b !important;
}
#footer-info {
	float: none;
	text-align: center;
}