/*
Theme Name: SuperDave's Super Theme
Theme URI: https://superdavesauto.ca
Template: wp-bootstrap-starter
Author: Websavers Inc.
Author URI: https://websavers.ca/
Description:  The Superest theme ever built for Super Dave's Auto, hastily created with love in Dartmouth <3
Version: 0.0.1
License: GNU General Public License v2 or later
License URI: LICENSE
text-domain: superdave-supertheme
*/
body {
	font-family: 'Lato', sans-serif;
}

@media (min-width: 1200px) {
	.container {
		width: 1200px;
		max-width: 1400px !important;
	}
}
#content.site-content {
  padding:0px;
}

.entry-header {
	display:none;
}

.four-cars-box {
	height:200px;
}

.blue-form-button {
	font-family: Lato;
font-style: normal;
font-weight: normal;
font-size: 22px;
line-height: 26px;
text-align: center;
color: #FFFFFF;
background-color: #1380cc;
border-radius: 2px;
	padding:15px 33px;
	transition:0.3s;
}
.blue-form-button:hover {
    background-color: #23a0f8;
	transition:0.3s;
	color:white;
}
.how-does-it-work-icon {
	height:130px;
}
.our-reviews-logo {
	height:90px;
}

#main-page-owl-carousel .carousel-name {
color:black;
font-family: Lato;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 17px;	
	display:inline-block;
}
#main-page-owl-carousel .carousel-stars {
	display:inline-block;
	margin-left:15px;
}
#main-page-owl-carousel .carousel-stars  img {
	margin-right:3px;
	height:15px;
	width:15px;
}
#main-page-owl-carousel .carousel-date {
	color:#b3b3b3;
	font-family: Lato;
font-style: normal;
font-weight: normal;
font-size: 11px;
line-height: 26px;
	float:right;
}
#main-page-owl-carousel .carousel-review-text {
	margin-top:15px;
	color:black;
	font-family: Lato;
font-style: normal;
font-weight: 300;
font-size: 13px;
line-height: 20px;
}
#main-page-owl-carousel .owl-carousel .owl-item {
	opacity:0.2;
	
	
}
#main-page-owl-carousel .owl-carousel .owl-item.active {
	opacity:1;
	
}
.white .sa_owl_theme .owl-nav .owl-prev {
	background: url(/wp-content/uploads/2019/07/slider-arrow-left.png) no-repeat center center !important; 
	    margin-left: -50px;
} 
.white .sa_owl_theme .owl-nav .owl-next {
	background: url(/wp-content/uploads/2019/07/slider-arrow-left.png) no-repeat center center !important; 
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	    margin-right: -50px;
} 
.white .sa_owl_theme .owl-nav .owl-prev:hover,
.white .sa_owl_theme .owl-nav .owl-next:hover {
	background-color:transparent !important;
	filter: opacity(25%) !important;
	border:none !important;
}
.white .sa_owl_theme .owl-nav .owl-prev:focus,
.white .sa_owl_theme .owl-nav .owl-next:focus {
	outline:none;
}
.big-gray-title p {
	margin-bottom: 0px;
}
.header-fixed {
	position: fixed !important;
    background-color: rgba(255,255,255, 0.9);
    z-index: 10;
    width: 100%;
    left: 0;
}
.header-block {
		position: relative !important;
    background-color: rgba(255,255,255, 0.9);
    z-index: 10;
    width: 100%;
    left: 0;
}
#form-step-1-popup .form-radio {
	display:flex;
	justify-content: space-between;
}
#form-step-1 .form-radio {
	display:flex;
	justify-content: space-between;
}
#contact_popup {
	    overflow-y: auto !important;
    height: 90vh;
	padding:0 5%;
}
#contact_popup::-webkit-scrollbar {
    width: 10px;
}

#contact_popup::-webkit-scrollbar-track {
   background-color:#F2F2F2;
    border-radius: 0px;
}

#contact_popup::-webkit-scrollbar-thumb {
    border-radius: 0px;
	background-color:#BDBDBD;
}
#contact_popup::-webkit-scrollbar-thumb:hover {
	background-color: #A9A9A9;
}
#contact_popup .form-radio {
	display: flex;
	margin-top:15px;
}

#fancybox-content .form-radio label {
	width:49% !important;
}
#form-step-1 .form-radio label {
	width:24%;
}
#fancybox-content {
	    max-width: 555px !important;
    margin: 0 auto;
	padding: 0px 0 30px 0 !important;
	    padding: 5% !important;
}
#fancybox-content h1 {
	font-family: Lato;
font-style: normal;
font-weight: normal;
font-size: 36px;
line-height: 52px;
text-align: center;
	color:#333333;
}
#fancybox-content h2 {
font-family: Lato;
font-style: normal;
font-weight: normal;
font-size: 18px;
	color:#949494;
	    text-align: center;
}
#fancybox-wrap {
	top:20px !important;
	left: 0 !important;
    right: 0 !important;
    margin: 0 auto !important;
}
#fancybox-content .mainpage-form-input {
    background: #FFFFFF !important;
    border: 1px solid #E1E1E1;
    box-sizing: border-box;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.05) !important;
    border-radius: 2px !important;
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 32px;
    padding: 15px 25px;
    height: 60px !important;
	width: 100%;
	    margin: 10px 0;
}
#form-step-1-popup label {
	font-family: Lato;
font-style: normal;
font-weight: normal;
font-size: 22px;
line-height: 32px;
text-align: center;
color: #333333;
background: #FFFFFF;
border: 1px solid #E1E1E1;
box-sizing: border-box;
box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.05);
border-radius: 2px;
padding: 15px 0px !important;
transition:0.3s;
height:65px;
margin: 0 !important;
}
#form-step-1-popup label:hover {
	cursor:pointer;
}
#form-step-1-popup .form-radio input {
	display:none;
}
#form-step-1-popup .form-radio input[type="radio"]:checked + label {
border-top: 1px solid #1487D8;
border-left: 1px solid #1487D8;
border-right: 1px solid #1487D8;
border-bottom: 4px solid #1487D8;
box-sizing: border-box;
box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.05);
border-radius: 2px;
	color: #1487D8;
	transition:0.3s;
}
#form-step-1 label {
	font-family: Lato;
font-style: normal;
font-weight: normal;
font-size: 22px;
line-height: 32px;
text-align: center;
color: #333333;
background: #FFFFFF;
border: 1px solid #E1E1E1;
box-sizing: border-box;
box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.05);
border-radius: 2px;
padding: 15px 0px !important;
transition:0.3s;
height:65px;
margin: 0 !important;
}
#form-step-1 label:hover {
	cursor:pointer;
}
#form-step-1 .form-radio input {
	display:none;
}
#contact_popup .mainpage-form-submit-button input {
	    border: none;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 25px 0px;
	width:100%;
}
.mainpage-form-submit-button {
	margin-bottom:50px;
}
input[type="date"]::-webkit-calendar-picker-indicator {
	color: transparent;
  background: none;
  z-index: 1;
	
}
input[type="date"]::-webkit-calendar-picker-indicator:hover {
	cursor:pointer;
}
input[type="date"]:after {
color: transparent;
    background: none;
    display: block;
    font-family: 'FontAwesome';
    content: '\f073';
    width: auto;
    height: auto;
    margin-left: -20px;
    color: #1380cc;
}
::placeholder {
	color: #BDBDBD !important;
}
#form-step-1 .form-radio input[type="radio"]:checked + label {
border-top: 1px solid #1487D8;
border-left: 1px solid #1487D8;
border-right: 1px solid #1487D8;
border-bottom: 4px solid #1487D8;
box-sizing: border-box;
box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.05);
border-radius: 2px;
	color: #1487D8;
	transition:0.3s;
}
#nf-form-2-cont {
}
.step-2-input {
	    background: #FFFFFF !important;
    border: 1px solid #E1E1E1;
    box-sizing: border-box;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.05) !important;
    border-radius: 2px !important;
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 32px;
    padding: 15px 25px;
    height: 60px !important;
	width:80%;
}
.step-2-input-select {
	    background: #FFFFFF !important;
    border: 1px solid #E1E1E1;
    box-sizing: border-box;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.05) !important;
    border-radius: 2px !important;
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 32px;
    padding: 15px 25px;
    height: 60px !important;
	width:80%;
}
.step-2-checkbox {
	width: 30px;
height: 30px;
background: #FFFFFF !important;
border: 1px solid #DEDEDE !important;
box-sizing: border-box;
border-radius: 2px;
}
#step-2-gender-radio-1, #step-2-gender-radio-2, #step-2-gender-radio-3   {
	font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    color: #333333;
    background: #FFFFFF;
    border: 1px solid #E1E1E1;
    box-sizing: border-box;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.05);
    border-radius: 2px;
    padding: 15px 45px !important;
    transition: 0.3s;
    height: 65px;
    margin: 0 !important;
}
#fancybox-content>div {
	overflow:hidden !important;
}
.mainPageContactForm .mainpage-form-input {
	background: #FFFFFF !important;
border: 1px solid #E1E1E1;
box-sizing: border-box;
box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.05) !important;
border-radius: 2px !important;
font-family: Lato;
font-style: normal;
font-weight: normal;
font-size: 22px;
line-height: 32px;
padding:15px 25px;
	    height: 60px !important;
}
.mainPageContactForm .mainpage-form-input::placeholder {
		color:lightgray;
}
.mainPageContactForm .mainpage-form-input {

}
.mainPageContactForm .mainpage-form-input input {
	background: #1380cc !important;
border-radius: 2px !important;
	font-family: Lato;
font-style: normal;
font-weight: bold;
font-size: 24px;
line-height: 29px;
padding:20px 195px;
text-align: center;
color: #FFFFFF;
	height:75px !important;
	text-transform:uppercase;
	margin-top: 10px;
}
.firstpage-form-4-fields {
display: block;
    justify-content: space-between;
		margin-top:10px;
}
.firstpage-form-4-fields input {
	width:49.3%;
	margin-top:20px;
}
.firstpage-form-4-fields input:nth-child(1) {
	margin-right:12px;
}
.firstpage-form-4-fields input:nth-child(3) {
	margin-right:12px;
}
.mainPageContactForm .submit-wrap input:hover {
	background: #23a0f8 !important;
	color: #FFFFFF !important;
}
.firstpage-form-4-fields input {
	
}
.form_box {
  width: 300px;
  margin: 40px auto;
}
.form_box label {
  font-size: 13px;
  font-weight: bold;
  color: #444444;
  display: block;
}
.form_box input {
  display: block;
  border: 2px solid #cfcfcf;
  font-size: 14px;
  color: #444444;
  padding: 7px 7px 8px;
  width: 250px;
  margin-bottom: 20px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.form_box input:focus {
  outline: none;
  border-color: #07a6e6;
}
.form_box .btn_submit {
  border: none;
  width: 180px;
  text-align: center;
  background: #07a6e6;
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
  height: 35px;
  line-height: 28px;
  padding: 0;
}
.form_box .btn_submit:hover {
  background: #009ac2;
}
.form_box .btn_submit:active {
  box-shadow: inset 0 2px 2px rgba(0,0,0,0.2);
}
.form_box .btn_submit.disabled,
.form_box .btn_submit.disabled:hover {
  background: #afdde6;
  cursor: default;
}
label.form-radio-label {
  cursor: pointer;
}
label.form-radio-label input {
  top: 0;
  left: 0;
}
label.form-radio-label span {
  padding: 7px 14px;
  border: 2px solid #EEE;
  display: inline-block;
  color: #009BA2;
  border-radius: 3px;
  text-transform: uppercase;
}
label.form-radio-label input:checked + span {
  border-color: #009BA2;
}
.mainpage-form-submit-button {
text-align:center;	
	margin-top:30px;
}

.mainpage-form-submit-button #submitOne {
	border:none;
	text-align: center;
font-weight: bold;
font-size: 24px;
line-height: 29px;
	text-transform:uppercase;
color: #FFFFFF;
	padding:25px 195px;
}
.home-status-own-fields {
	display:none;
}
.previous-residence-fields {
	display:none;
}
.previous-employment-fields {
	display:none;
}
.previous-employment-status-unemployed-fields {
		display:none;
}
.down-payment-fields {
	display:none;
}
.trade-in-fields {
	display:none;
}
.step-2-radio input {
	display:none;
}
.step-2-radio label:hover {
	cursor:pointer;
}
.step-2-radio label {
	padding: 15px 45px;
}
.step-2-radio input:checked + span {
  border-color: #009BA2;
}
.step-2-radio input[type="radio"]:checked + label {
border-top: 1px solid #1487D8 !important;
border-left: 1px solid #1487D8 !important;
border-right: 1px solid #1487D8 !important;
border-bottom: 4px solid #1487D8 !important;
box-sizing: border-box !important;
box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.05) !important;
border-radius: 2px !important;
	color: #1487D8 !important;
	transition:0.3s !important;
}
.step-2-left-desc {
	display:inline-block;
	width:20%;
	text-align:right;
	margin-top:20px;
	padding-right:20px;
	font-family: Lato;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 23px;
	color: #999999;
	
}
.step-2-right-value {
	display:inline-block;
	width:79%;
	margin-top:20px;
}
.previous-residence-fields {
	display:none;
}
.step-2-submit-button input {
	border:none !important;
}
.step-2-gray-line {
    border-right: 1px solid lightgray;
    width: 40px !important;
	height:100% !important;
}

.step-2-step-radio-status {
		background: url("/wp-content/uploads/2019/08/act.png");
    display: block;
    text-align: center;
    height: 31px;
    width: 31px;
    background-repeat: no-repeat;
    margin: 0 auto;
    margin-top: 23px;
    margin-bottom: -10px;
	filter:grayscale(100);
}
.step-2-step-radio-status-on {
	filter:grayscale(0);
}
#step-2-title-additional {
	color: #1487D8;
}
.step-2-title {
	font-family: Lato;
font-style: normal;
font-weight: normal;
font-size: 36px;
line-height: 43px;
	color: #999999;
	margin-top:15px;
}
#previous-residence-title {
	width:100%;
	margin-top:20px;
}

#form-step-4 label {
	font-family: Lato;
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 27px;
margin-left:20px;
color: #000000;
vertical-align: top;
}
.credit-form-desc {
color: #999999;
    font-family: "Lato", Sans-serif;
    font-size: 18px;
    line-height: 27px;
	margin-top:60px;
	margin-bottom:20px;
}
#step-2-authorization-checkbox-2 {
	margin-bottom:50px;
}
#electronic-signature-input {
	margin-bottom:40px;
}

.employment-status-unemployed-fields {
	display:none;
}
.previous-employment-status-employed-fields {
	display:none;
}
.previous-employment-status-unemployed-fields {
	display:none;
}
#previous-employment-title {
	display:none;
}
.previous-employment-status-dropdown {
	display:none;
}
#previous-employment-title {
	margin-top:20px;
}
.home-status-own-fields {
	display:none;
}
.down-payment-fields {
	display:none;
}
.trade-in-fields {
	display:none;
}
#form-step-6 label {
	font-family: Lato;
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 27px;
margin-left:20px;
color: #000000;
vertical-align: top;
}
#step-6-checkbox-2-wrap {
	margin-top:20px;
}
.step-2-2-fields, .step-2-3-fields, .step-2-4-fields, .step-2-5-fields {
	display:none;
}

.step-2-left-column {
	overflow:hidden;
	margin-bottom: -23px;
}
#step-2-thank-you-button {
	    display: block;
    width: 130px;
    margin: 0 auto;
    margin-top: 50px;
}
#step-2-thank-you-button:hover {
	text-decoration:none !important;
}
#fancybox-close {
	    right: 15px !important;
    top: 15px !important;
    background: url(/wp-content/uploads/2019/08/fancyClose.png) !important;
    background-repeat: no-repeat !important;
}
#fancybox-wrap {
	     height: auto !important;
    position: fixed !important;
    padding: 0px !important;
}
#fancybox-close:hover {
	opacity: 0.6;
}
#site-2-footer {
	display:flex;
	    justify-content: space-between;
}
.step-2-footer-cols {
	display:inline-block;
	width:auto;
}
.step-2-footer-col-1 {
	width:10%;
}
.step-2-footer-col-2 {
	width:12%;
}
.step-2-footer-col-1 img {
	margin-top:-25px;
}
.step-2-footer-col-2 img {
	margin-top:-25px;
}
.step-2-footer-col-6 {
	padding-top:17px;
}
.step-2-footer-area {
	height:10px;
}
#mainpage-header {
	display: flex;
    justify-content: space-between;
}
.header-address {
display: flex;
    justify-content: space-between;
	padding-top:25px;
}
.header-address img {
	margin-right:5px;
}
.header-phone-mail {
	display: flex;
    justify-content: space-between;
	padding-top:25px;
}
.header-phone-mail img {
	margin-right:5px;
}
.header-address-first {
	margin-right:70px;
}
.header-phone-mail-first {
	margin-right:70px;
}
.footer-text-wrap {
	padding-top:10px;
}
.footer-privacy {
padding-top:15px;	
}
.red-button {
	background: #E00A12;
box-shadow: 0px 9px 19px rgba(77, 0, 3, 0.3) !important;
border-radius: 2px;
	font-family: Lato;
font-style: normal;
font-weight: bold;
font-size: 22px;
line-height: 26px;
text-align: center;
color: #FFFFFF;
	padding: 20px 45px;
	text-transform:uppercase;
	transition:0.3s;
}
.red-button:hover {
	color:white;
	background-color: #fb383f;
	transition:0.3s;
}
.fancybox-active { overflow: hidden }
.header-phone-mail-second a {
	color: #212529;
}

.header-phone-mail-second a:hover {
	color: #1487d8;;
}

.header-phone-mail-first a {
	color: #212529;
}

.header-phone-mail-first a:hover {
	color: #1487d8;
}
.header-address-second a {
		color: #212529;
}
.header-address-second a:hover {
		color: #1487d8;

}
.header-address-first a {
		color: #212529;
}
.header-address-first a:hover {
		color: #1487d8;

}
.footer-text-wrap a {
		color: #212529;
}
.footer-text-wrap a:hover {
		color: #1487d8;

}
#email-send-me-offers-checkbox {
width:auto;	
}
.mainpage-form-offers-checkbox {
	    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 32px;
}
.page-id-459 #contact_popup {
	    overflow-y: unset !important;
    height: auto !important;
}
#mainpage-offers-wrap, #mainpage-popup-offers-wrap {
	display:none;
}
.one-row-form #form-step-1-page {
	max-width: 551px;
	margin:0 auto;
}
.one-row-form .firstpage-form-4-fields input {
	width:100%;
}
@media screen and (max-width: 1120px) {
	.mainPageContactForm .mainpage-form-input {
		width: 49.2%;
	}
}

@media screen and (max-width: 1024px) { 

	.header-address-first {
		    margin-right: 50px;
	}
	.header-phone-mail-first {
		    margin-right: 50px;
	}
}

@media screen and (max-width: 992px) {
	.mainPageContactForm .mainpage-form-input {
		width: 100%;
	}
	#mainpage-header {
		justify-content: space-around;
	}
	.header-address {
		    padding-top: 15px;
		display: inline-block;
	}
	.header-phone-mail {
		    padding-top: 15px;
		display: inline-block;
	}
	#site-2-footer {
		display:block;
	}
	.step-2-footer-cols {
		    display: block;
    text-align: center;
    width: auto !important;
		margin-top:20px;
	}
	.blue-form-button {
		padding:15px 5px;
	}
	.four-cars-box {
		height:130px;
	}
	.firstpage-form-4-fields input {
		width:100%;
	}
	.form-radio label {
		font-size:16px !important;
	}
	.footer-text-wrap {
		font-size:12px;
	}
	
}
@media screen and (max-width: 767px) {

	#mainpage-red-button {
		text-align:center;
	}
	.form-radio {
		display:block !important;
	}
	.form-radio label {
		width:49.3% !important;
	}
	.step-2-gray-line {
		width:50% !important;
	}
	.step-2-input {
		width:100%;
	}
	.footer-text-wrap {
		    font-size: 15px;
    text-align: center;
	}
	#mainpage-footer {
		text-align:center;
	}
	.four-cars-box {
		height:auto;
	}
	.blue-form-button {
		padding:15px 30px;
	}
	#contact_popup .mainpage-form-submit-button input {
		    padding: 25px 20%;
	}
	#contact_popup {
		height:75vh;
	}
	#fancybox-content {

	
	}
	.fancybox-active body {
overflow: hidden !important;
	position:fixed;
		width:100%;
}
	#fancybox-wrap {
		height:auto !important;

	}
	#fancybox-close {
		right: 1% !important;
	}
	#fancybox-content>div {

	}
	#fancybox-overlay {
		overflow: hidden;
	}
	.header-fixed {
		position:absolute !important;
	}
}
@media screen and (max-width: 600px) {
	#mainpage-header {
		display:block;
	}
	.mainpage-header-logo {
		display:block;
		text-align:center;
	}
	.header-address {
		display:block;
		text-align:center;
	}
	.header-phone-mail {
		display:block;
		text-align:center;
		padding-top:0px;
	}
	.header-address-first, .header-phone-mail-first {
		margin-right:0px;
	}
	.header-phone-mail-first, .header-phone-mail-second {
		display:inline-block;
		margin-left:5px;
		margin-right:5px;
	}
	.header-phone-mail-first {
	vertical-align: middle; 
	}
	.mainpage-header-logo img {
		width:70px;
	}
	.mainpage-form-submit-button #submitOne {
		padding:25px 20%;
	}
	#step-2-gender-radio-1 {
		width:100% !important;
	}
}

@media screen and (max-width: 400px) { 
		#step-2-gender-radio-1, #step-2-gender-radio-2, #step-2-gender-radio-3 {
		font-size: 5vw;
	}
	#form-step-1 .form-radio label {
		width:100% !important;;
	}
	#contact_popup .form-radio {
		margin-top:0px;
	}
	#fancybox-content .form-radio label {
		width:100% !important;
	}
	#contact_popup .mainpage-form-submit-button input {
		padding:25px 0;
		width:100% !important;
	}
}


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


button.selectButton {
font-family: Lato;
font-style: normal;
font-weight: 400;
font-size: 22px;
line-height: 25px;
text-align: center;
color: #FFF;
background-color: #1380cc;
border-radius: 2px;
padding: 15px 20px;
transition: 0.3s;
width: 100%;
}

@media screen and (max-width: 600px) {
	
	#wpforms-1095-field_1 {
		text-align: center;
	}
	.red-button {
    font-size: 2em !important;
    padding: 20px 15px !important;
	}
}
.wpforms-form .wpforms-submit-container {
	text-align: center;
}
div.wpforms-container-full .wpforms-form .wpforms-field-sublabel {
	margin: 0px 0px 5px 0px !important;
	color: #777777;
}

header#masthead {
	background-color: #ffffff;
}

.modal-header {display: none;}
div.modal {background-color: rgba(0,0,0,0.3) !important;}
.modal-dialog {top: 150px; min-width: 35%;}


#frm_field_19_container label {
	font-family: Lato;
font-style: normal;
font-weight: 400;
font-size: 22px;
line-height: 65px;
text-align: center;
color: #000000;
background-color: #d6d6d6;
border-radius: 2px;
transition: 0.3s;
	width: 100% !important;
	display: inline-block !important;
}



#field_urn3f_label {
	font-size: 1.6em;
	text-align: center;
}
#frm_field_19_container {
	text-align: center;
}

.lead-entry-table {
  border-collapse: collapse;
}

.lead-entry-table, .lead-entry-table th, .lead-entry-table td {
	border: solid 1px #000;
}

.lead-entry-table tr {
	height: 50px;
}

.lead-entry-table td, .lead-entry-table th {
	padding: 10px;
}

.lead-entry-table tr:nth-child(even) {background: #fff}
.lead-entry-table tr:nth-child(odd) {background: #ddd}

.modal.fade .modal-dialog {
    -webkit-transform: scale(0.1) !important;
    -moz-transform: scale(0.1) !important;
    -ms-transform: scale(0.1) !important;
    transform: scale(0.1) !important;
    opacity: 0 !important;
    -webkit-transition: all 0.3s !important;
    -moz-transition: all 0.3s !important;
    transition: all 0.3s !important;
}

.modal.fade.show .modal-dialog {
    -webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
	top: 300px;
    transform: scale(1) !important;
    -webkit-transform: translate3d(0, -200px, 0) !important;
    transform: translate3d(0, -200px, 0) !important;
    opacity: 1 !important;
}
.paymentButtonFields input {
	margin: 3px 0 0 -20px !important;
	width: 255px !important;
	height: 60px !important;
	position: fixed !important;
	opacity: 0;
}

.paymentButtonFields label {
}
.paymentButtonFields label:hover, .paymentButtonFields label.wsSelected {
	background-color: #1380cc !important;
	color: #fff !important;
}
.frm_submit {text-align: center !important;}

/*
.frm_button_submit, .frm_prev_page {
	padding: 10px 40px 10px 40px !important;
	background-color: #eaeaea !important;
}
.frm_button_submit:hover, .frm_prev_page:hover {
	background-color: #1380cc !important;
	color: #fff !important;
}
*/
#car-selection {
	text-align: center;
}
@media screen and (max-width: 600px) {
	
	#frm_field_19_container label {
		font-size: 16px;
	}
	.red-button {
    font-size: 2em !important;
    padding: 20px 15px !important;
	}
}

.modal-body h2.apply {
	text-align: center;
	color: #1380cc;
}

#vehicle-section {
	text-align: center !important;
}


#frm_field_119-line2_container, #frm_field_32-line2_container, #frm_field_42-line2_container {
	display: none !important;
}

#frm_form_3_container .frm_page_num_1 .frm_button_submit {
	display: none !important;
}

#frm_field_154_container {display: none;}

@media screen and (max-width: 320px) {
	
	#frm_field_19_container label {
		font-size: 13px;
	}
}

.site-content .container {
	margin-left: 20px;
	margin-right: 20px;
	padding-left: 0px;
	padding-right: 0px;
	max-width: 1200px !important;
}
