/*  
Skin Name: CarNow 2018
Version: 1.0
Description: Skin for Corporate
*/


@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,700');
@import url('https://fonts.googleapis.com/css?family=Nunito:300,300i,400,400i,700');

@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,600');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600');


body,
#main-nav a,
#footer .footer-nav-wrap a {
	font-family: 'Source Sans Pro', sans-serif;
}

h1,
h2,
h3,
h4 {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
}



body {
	font-size: 18px;
	font-weight: 300;
}

li {
	padding: 0;
}


table.pricing_table {
	width: auto;
	margin: 0 auto;
}

table.pricing_table th,
table.pricing_table td {
	font-size: 18px;
	padding: 10px 20px;
	border-bottom: 1px solid #ccc;
}

table.pricing_table th:first-of-type,
table.pricing_table td:first-of-type {
	padding-left: 0;
}

table.pricing_table th:last-of-type,
table.pricing_table td:last-of-type {
	padding-right: 0;
}

table.pricing_table th {
	border-color: #999;
}

.enroll_form .half_col:nth-child(2n+1) {
	clear: none;
}


.contact_form {
	
}

span.wpcf7-list-item {
	display: block;
}

.contact_form > div {
	display: block;
}

.contact_form label {
	display: inline-block;
	width: 150px;
}

.contact_form .your-phoneext input,
.contact_form .your-state input,
.contact_form input.sm_field {
	width: 75px;
}

.contact_form .your-zip input {
	width: 100px;
}

.contact_form select {
	background: #eaf3f7;
	padding: .5em;
	margin: .4em 0;
	border: none;
	height: 38px;
	min-width: 258px;	
}

.contact_form input[type=reset], 
.contact_form input[type=submit], 
.contact_form button {
	background: #42a5ec;
}

textarea, input[type=text], input[type=password], input[type=search], input[type=email], input[type=url], input[type=number], input[type=tel], input[type=date], input[type=datetime], input[type=datetime-local], input[type=month], input[type=time], input[type=week] {
	background-color: #fff;
	border: 1px solid #ccc;
}

textarea:focus, input[type=text]:focus, input[type=password]:focus, input[type=search]:focus, input[type=email]:focus, input[type=url]:focus, input[type=number]:focus, input[type=tel]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=month]:focus, input[type=time]:focus, input[type=week]:focus {
	background-color: #fff;
	border: 1px solid #42a5ec;
}

.wpcf7-form.sent .contact_form {
	display: none;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid {
    border-color: #f00;
    background: #ffe;
}

span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 12px;
    display: block;
    font-weight: bold;
    margin: -10px 0 10px 0;
}

.module-testimonial .testimonial-post .post-image img {
	border-radius: 0;
}

.title_text_bg {
	padding: 20px;
	margin: 50px 0 100px 0;
	background: rgba(255,255,255,.9);
	display: table;
}

.title_text_bg * {
	margin: 0;
}

.nada_form label {
	float: left;
	width: 200px;
	vertical-align: top;
}

textarea.small_comments {
	height: 100px;
	min-height: 0;
}

.nada_form input[type=text], 
.nada_form input[type=password], 
.nada_form input[type=search], 
.nada_form input[type=email],
.nada_form textarea {
	width: calc(100% - 210px);
}


/* blog */

#layout article.post.has-post-date {
	padding-left: 0;
}

#layout article .post-date-wrap {
	position: relative;
	width: auto;
	height: auto;
	border-radius: 0;
	float: none;
}

#layout article .post-date-wrap .post-date {
	background-color: transparent;
	color: #999;
	width: auto;
	height: auto;
	text-align: left;
}

#layout article .post-date-wrap .post-date .day,
#layout article .post-date-wrap .post-date .month,
#layout article .post-date-wrap .post-date .year {
	display: inline;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 300;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
}

#layout article .post-date-wrap .post-date .month:after {
	display: none;
}

#layout article .post-title a {
	color: #42a5ec;
}

#layout article figure.post-image {
	border-radius: 10px;
	overflow: hidden;
}

.twocol_form {
	
}

div.wpcf7-response-output {
	clear: both;
	margin: 20px 0 0 0;
}

.wpcf7-form.sent div {
	display: none;
}

.wpcf7-form.sent div .wpcf7-response-output {
	display: block;
}


.video-wrap {
	margin-bottom: 0;
}

.disp_table {
	display: table;
}

.margin_auto {
	margin-left: auto;
	margin-right: auto;
}


.desktop.button {
	display: inline-block !important;
}

.large_icon,
.large_icon i {
	font-size: 42px !important;
	padding: 0 !important;
}

.blue_icon {
	color: #236cd1 !important;
}


/* desktop screen styles */

@media screen and (min-width: 769px) {

	.twocol_form div {
		width: 48%;
		margin: 0 2% 5px 0;
		float: left;
	}

}


/* mobile screen styles */

@media screen and (max-width: 768px) {
	
	.mobile.button {
		display: inline-block !important;
	}

	.nada_form label,
	.nada_form input[type=text], 
	.nada_form input[type=password], 
	.nada_form input[type=search], 
	.nada_form input[type=email],
	.nada_form textarea {
		float: none;
		width: 100%;
		vertical-align: middle;
	}
	
	h2 {
		font-size: 30px;
	}
	
	h3 {
		font-size: 26px;
	}

	#layout article figure.post-image {
		max-width: 100%;
		float: none;
		margin: 0 0 20px 0;
	}

	textarea,
	input[type="text"],
	input[type="button"],
	input[type="submit"] {
	     -webkit-appearance: none;
	}
	
	.twocol_form input[type=text], .twocol_form input[type=password], .twocol_form input[type=search], .twocol_form input[type=email], .twocol_form input[type=url], .twocol_form input[type=tel] {
		width: 100%;
	}
	
}




a,
.commentlist .bypostauthor > .comment-author cite:before,
.commentwrap .pagenav a,
.widget a,
.woocommerce .cart-collaterals .shipping_calculator h2 a,
.woocommerce-page .cart-collaterals .shipping_calculator h2 a,
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
	color: #263f74;
}
.featured-area,
.pagenav a,
.pagenav span,
.pagenav .prev,
.pagenav .next,
.pagenav a:not(.page-numbers),
.post-date,
.commentlist .comment-reply-link:hover,
#footerwrap,
.woocommerce span.onsale,
.woocommerce-page span.onsale,
#main-nav li:hover a.wpmenucart-contents {
	background: #263f74;
}

#site-logo a {
	width: 210px !important;
	height: 50px;
	background: url(carnow_logo2-blue.png) left top no-repeat;
	text-indent: -300em;
	overflow: hidden;
	display: block;
	background-size: 210px 50px;
}


.pagenav .prev:after,
.pagenav a:not(.page-numbers):first-child:after {
	border-right-color: #263f74;
}
.pagenav .prev:hover:after,
.pagenav a:not(.page-numbers):first-child:hover:after {
	border-right-color: #3749a3;
}
.pagenav .next:after,
.pagenav a:not(.page-numbers):last-child:after {
	border-left-color: #263f74;
}
.pagenav .next:hover:after,
.pagenav a:not(.page-numbers):last-child:hover:after {
	border-left-color: #3749a3;
}
.pagenav a:hover,
.pagenav a.current,
.pagenav span {
	background: #3749a3 !important;
}

#footerwrap,
#footerwrap a {
	color: #eee;
}

footer#footer {
	padding-top: 0;
}

#footer .footer-widgets {
	text-align: center;
	margin: 10px 0;
}

#footer .back-top {
	display: none;
}

#footer .footer-widgets .back-top {
	display: block;
}

#footer .footer-social-widgets {
	display: none;
}



#mobile-menu .social-widget .rss,
#mobile-menu #searchform-wrap,
.footer-text .two {
	display: none;
}


body:not(.mobile_menu_active) #header {
	padding: 10px 0 20px 0;
}


/* general text */

#content,
#sidebar {
	padding: 0;
}

h1,
.page-title {
	padding: 0;
	margin: 20px 0 10px 0;
	color: #263f74;
	font-size: 40pt;
	font-weight: 300;
	letter-spacing: -1px;
	line-height: 1.1em;
	margin-bottom: 50px;
}


h2 {
	padding: 0;
	margin: 30px 0 20px 0;
	font-size: 40pt;
	font-weight: 300;
	letter-spacing: -1px;
	line-height: 1.1em;
	color: #333;
}

h1.page-title,
h2.page-title {
	font-size: 60pt;
	letter-spacing: -3px;
	padding-bottom: 5px;
	margin: 10px 0;
}

h3 {
	padding: 0;
	margin: 10px 0 10px 0;
	color: #333;
	font-size: 40px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1.2em;
}

h4 {
	padding: 0;
	margin: 10px 0 10px 0;
	font-size: 28px;
	font-weight: normal;
	color: #42a5ec;
	text-transform: none;
}

h5 {
	padding: 0;
	margin: 10px 0 10px 0;
	font-size: 18px;
	font-weight: 400;
	color: #666;
	text-transform: uppercase;
}

h1 + h2,
h2 + h3,
h3 + h4 {
	margin-top: -5px;
}
	
.themify_builder_row.title {
	Xpadding: 35px 0 30px 0 !important;
}

.themify_builder_row.title h1 {
	margin: 0;
}


.table_center {
	display: table;
	margin-left: auto;
	margin-right: auto;
}

.round_corners-20 {
	border-radius: 20px;
}


/* portfolio */
.grid_logos.portfolio article * {
	pointer-events: none;
}

.grid_logos.portfolio article.portfolio-post {
	padding: 30px;
}

.grid_logos.portfolio article .post-title {
	color: #fff;
	font-weight: 300;
}

body.page-id-2898 .post-filter { /* customer page */
	display: none !important;
}

.grid_logos.portfolio article:hover .post-image {
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
}

body.page-id-2898 .post-filter { /* customer page */
	display: none !important;
}



/* partners */

body.page-id-2816 .post-filter { /* partners page */
	display: none !important;
}


/* testimonials */
article.testimonial {
	border-bottom: 1px solid #efefef;
	margin-bottom: 50px !important;
	padding-bottom: 30px !important;
}


/* home page */

body.home .row_inner_wrapper,
body.home div.whycarnow {
	max-width: 900px;
	margin: 0 auto;
}

.full_width {
	width: 100%;
}

body.home .home_hero .row_inner,
body.home .home_hero .row_inner_wrapper {
	max-width: none;
	width: 100%;
}

img.home_vsm {
	max-height: 350px;
	width: auto; 
}

.whycarnow h3 {
	padding-bottom: 0;
}

.whycarnow .module h3,
.whycarnow .module p {
	margin-left: 90px;
}

.whycarnow img.icon {
	width: 65px;
	height: auto;
	float: left;
	margin: 0 15px 0 -90px;
}

.whycarnow .col-full.first .module-text {
	margin-bottom: 5px;
}

.carnowfeatures h3.slide-title {
	font-size: 24pt;
	padding-bottom: 0;
}



.themify_builder_slider li {
    height: 100%;
}

.themify_builder_slider .slide-inner-wrap {
	height: 100%;
	display: table;
}

.themify_builder_slider .slide-image {
	margin: 0;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}





/* team */

.teamlist h3 {
	padding: 0;
}



/* navigation */

body:not(.mobile_menu_active) #main-nav {
	margin-top: 5px;
}

#main-nav a {
	text-transform: none;
	font-size: 16px;
	font-weight: 300;
	color: #236cd1;
	padding: 7px 10px 8px 10px;
}


.transparent-header #headerwrap #site-logo a, .transparent-header .social-widget a, .transparent-header #main-nav>li>a,
#main-nav a:hover,
#main-nav > li.current_page_item > a:hover,
#main-nav > li.current_page_item > a {
	color: #42a5ec;
}

#main-nav > li.current_page_item > a::before {
	content: "";
}


/* feature list */

.featurelist {
	line-height: 1.4em;
}

.featurelist h3 {
	font-size: 20pt;
	margin-bottom: 5px;
}

.featurelist p {
	margin-bottom: 15px;
}

.featurelist img.alignleft {
	max-width: 70px;
	height: auto;
}


/* compare */

table.comparison {
	margin: 0 auto;
}

table.comparison th {
	border-bottom: 1px solid #42a5ec;
	font-weight: 300;
}

table.comparison td {
	border-bottom: 1px solid #ccc;
}

table.comparison td {
	font-size: 16pt;
	color: #666;
	font-weight: 300;
}

table.comparison td .fa-check {
	color: #ccc;
}

table.comparison th.carnow {
	font-size: 20pt;
	color: #42a5ec;
	font-weight: 400;
}

table.comparison th,
table.comparison td {
	padding: 7px 40px;
}

table.comparison th:first-of-type,
table.comparison td:first-of-type {
	padding-left: 0;
}

table.comparison th:last-of-type,
table.comparison td:last-of-type {
	padding-right: 0;
}

table.comparison .carnow,
table.comparison td.carnow .fa-check {
	color: #42a5ec;
}

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




/* pricing */

.roundedbox {
	background: #fff;
	font-weight: 300;
	border: 1px solid #ccc;
	padding: 40px 20px 50px 20px !important;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

}

.roundedbox .price-title {
	color: #42a5ec;
	font-size: 24pt;
	line-height: 1.1em;
	margin-bottom: 20px;
}

.roundedbox .price {
	font-size: 40pt;
}

.roundedbox .price span {
	font-size: 22pt;
}


/* enroll form */

.enroll_form .half_col {
	width: 50%;
	float: left;
}

.enroll_form .half_col:nth-child(odd),
.enroll_form .full_col {
	clear: both;
}

.enroll_form select,
.enroll_form textarea,
.enroll_form input {
	width: 90% !important;
}

.enroll_form input.narrow {
	width: 30% !important;
}

.enroll_form select {
	height: 40px;
	background: #fff;
	margin: 6px 0;
	border: 1px solid #ccc;
}

.enroll_form input[type="checkbox"],
.enroll_form input[type="submit"] {
	width: auto !important;
}

.enroll_form input[type="submit"] {
	padding: 10px 30px;
}

@media screen and (max-width: 640px) {
	
	.enroll_form .half_col {
		width: auto;
		float: none;
	}

}


/* Contact Form 7 */

.wpcf7-form.sent .contact_form {
	display: none;
}




/* testimonials */

.testimonial-content-main {
	font-size: 30px;
	line-height: 1.3em;
}

.module-testimonial-slider .testimonial-image img {
	border-radius: 0;
	padding: 20px;
	border: 1px solid #ccc;
	background: #fff;
}

.testimonial-author .person-name {
	margin-top: 20px;
	font-weight: bold;
}

.testimonial-author .person-company {
	font-size: 16px;
}

.testimonial-author .person-company .person-company {
	display: inline-block;
}

.themify_builder_slider_wrap.themify_builder_slider_vertical .carousel-prev, .themify_builder_slider_wrap.themify_builder_slider_vertical .carousel-next {
	background: transparent;
	color: #263f74;
}




/* footer */

#footer-logo {
	display: none;
}

#footerwrap {
	background: #333;
}

#footer .footer-nav-wrap a {
	font-weight: 300;
	letter-spacing: 0;
}

#footer-inner {
	padding-top: 30px;
}


/* links */

a {
	color: #263f74;
}

.js-turn-on-builder,
.edit-button {
	display: none !important;
}




/* mobile screen styles */
@media screen and (max-width: 1000px) {

	#site-logo a {
	    height: 30px;
	    width: 126px;
	    background-size: 126px 30px;
	}
	
	#menu-icon::before {
		font-size: 1.3em;
	}
	
	.themify_builder_row.title {
		padding: 10px 0 15px 0 !important;
	}

}

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

}

