/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

#cfx-header input[type='text'][name='vin']{
    height: auto;
}

.cgh-container-account-toggle img {
  max-width:inherit;
}

/* Align Name & Email fields since URL is removed in Comment Box */
#comment-input input, #s, .comment-form input {
  min-width: 49.5%;
}

/* =Theme customization starts here
-------------------------------------------------------------- */




html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}



article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

/* Customize color for clickable links in breadcrumbs */
#wrapper .fusion-page-title-bar .fusion-breadcrumbs a {
    color: #3777bc;
}


#wrapper .fusion-page-title-bar .fusion-breadcrumbs a:hover {
    color: #2c5f96;
}

body,
button,
input,
select,
textarea {
	color: #2b2b2b;
	font-family: Lato, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

body {
	background: #f5f5f5;

}

a {
	color: #0088cc;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

a:active,
a:hover {
	color: #0088cc;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	/*clear: both;*/
	font-weight: 700;
	margin: 36px 0 12px;
}

/*h1 {
	font-size: 26px;
	line-height: 1.3846153846;
}

h2 {
	font-size: 24px;
	line-height: 1;
	margin-bottom: 15px!important;
}

h3 {
	font-size: 20px;
	line-height: 1.0909090909;
	font-weight: normal !important;
	margin-bottom: 15px !important;
}

h4 {
	font-size: 20px;
	line-height: 1.2;
}

h5 {
	font-size: 18px;
	line-height: 1.3333333333;
}

h6 {
	font-size: 16px;
	line-height: 1.5;
}*/

address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
	font-weight: 700;
}

cite,
dfn,
em,
i {
	font-style: italic;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

p {
	margin-bottom: 24px;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	color: #767676;
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2631578947;
	margin-bottom: 24px;
}

blockquote cite,
blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

ul,
ol {
	list-style: none;
	margin: 0 0 24px 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 0 20px;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}

td {
	border-width: 0 1px 1px 0;
}

del {
	color: #767676;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}

/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */
::selection {
	background: #0088cc;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #0088cc;
	color: #fff;
	text-shadow: none;
}


/**
 * 2.0 Repeatable Patterns
 * -----------------------------------------------------------------------------
 */

/* Input fields */

input,
textarea {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	color: #2b2b2b;
	padding: 8px 10px 7px;
}

textarea {
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid rgba(0, 0, 0, 0.3);
	outline: 0;
}

/* Buttons */

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #0088cc;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	padding: 10px 30px 11px;
	text-transform: uppercase;
	vertical-align: bottom;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color: #0088cc;
	color: #fff;
}

button:active,
.button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: #55d737;
}

.search-field {
	width: 100%;
}

.search-submit {
	display: none;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: #939393;
}

:-moz-placeholder {
	color: #939393;
}

::-moz-placeholder {
	color: #939393;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #939393;
}

/* Responsive images. Fluid images for posts, comments, and widgets */

.comment-content img,
.entry-content img,
.entry-summary img,
#site-header img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/**
 * Make sure images with WordPress-added height and width attributes are
 * scaled correctly.
 */

.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
#site-header img {
	height: auto;
}

img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
	height: auto;
	max-width: 100%;
}

/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object,
video {
	margin-bottom: 24px;
	max-width: 100%;
}

iframe {margin-bottom: 0!important;}

p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
	margin-bottom: 0;
}

/* Alignment */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
	margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}

blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
	margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}

.site-content blockquote.alignleft,
.site-content blockquote.alignright {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 17px;
	width: 50%;
}

.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
	margin-bottom: 17px;
}

.wp-caption {
	margin-bottom: 24px;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption {
	color: #767676;
}

.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
}

div.wp-caption .wp-caption-text {
	padding-right: 10px;
}

div.wp-caption.alignright img[class*="wp-image-"],
div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
	padding-right: 0;
}

.wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Assistive text */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	text-transform: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

.hide {
	display: none;
}

/* Clearing floats */

.footer-sidebar:before,
.footer-sidebar:after,
.hentry:before,
.hentry:after,
.gallery:before,
.gallery:after,
.slider-direction-nav:before,
.slider-direction-nav:after,
.contributor-info:before,
.contributor-info:after,
.search-box:before,
.search-box:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: "";
	display: table;
}

.footer-sidebar:after,
.hentry:after,
.gallery:after,
.slider-direction-nav:after,
.contributor-info:after,
.search-box:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}

/* Genericons */

.bypostauthor > article .fn:before,
.comment-edit-link:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.contributor-posts-link:before,
.menu-toggle:before,
.search-toggle:before,
.slider-direction-nav a:before,
.widget_twentyfourteen_ephemera .widget-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	text-decoration: inherit;
	vertical-align: text-bottom;
}

/* Separators */

.site-content span + .entry-date:before,
.full-size-link:before,
.parent-post-link:before,
span + .byline:before,
span + .comments-link:before,
span + .edit-link:before,
.widget_twentyfourteen_ephemera .entry-title:after {
	content: "\0020\007c\0020";
}


/**
 * 3.0 Basic Structure
 * -----------------------------------------------------------------------------
 */

.site {
	background-color: #fff;
	max-width: 1260px;
	position: relative;
}

.main-content {
	width: 100%;
}


/**
 * 4.0 Header
 * -----------------------------------------------------------------------------
 */

/* Ensure that there is no gap between the header and
	 the admin bar for WordPress versions before 3.8. */
#wpadminbar {
	min-height: 32px;
}

#site-header {
	position: relative;
	z-index: 3;
}

.site-header {
	background-color: #000;
	max-width: 1260px;
	position: relative;
	width: 100%;
	z-index: 4;
}

.header-main {
	min-height: 48px;
	padding: 0 10px;
}

.site-title {
	float: left;
	font-size: 18px;
	font-weight: 700;
	line-height: 48px;
	margin: 0;

	/* Nav-toggle width + search-toggle width - gutter = 86px */
	max-width: -webkit-calc(100% - 86px);
	max-width:         calc(100% - 86px);
}

.site-title a,
.site-title a:hover {
	color: #fff;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


/*Remove double line next to Related Posts and Comments title */
.related-posts .title-sep.sep-double {
    display:none;
}
.comment-respond .fusion-title .title-sep.sep-double, .comments-container .fusion-title .title-sep.sep-double {
    display:none;
}

/* NEW JOOMLA FOOTER */

footer.new * {box-sizing: border-box;}

footer.new {
    background: none repeat scroll 0 0 #43474f;
    border-top: 5px solid #999;
    color: #fff;
    font-size: 12px;
    padding: 30px 0;
	}

	footer.new {
		width: 100%;
		}

	footer.new .footer-container {
		margin-left: auto;
		margin-right: auto;
		padding-left: 15px;
		padding-right: 15px;
		}


			@media (min-width:768px){
				footer.new .footer-container{
					width: 750px;
					}
				}

			@media (min-width:992px){
				footer.new .footer-container{
					width: 970px;
					}
				}

			@media (min-width:1200px){
				footer.new .footer-container{
					width: 1200px;
					}
				}



	footer.new .sprite, footer.new .sprite-before:before, footer.new .sprite-after:after {
		background: url("https://www.carfax.com/templates/carfax/images/sprites/sprite.png") no-repeat scroll left top rgba(0, 0, 0, 0);
		}

	footer.new .logo {
		background-position: 0 -55px;
		display: block;
		height: 34px;
		margin-bottom: 30px;
		text-indent: -9999px;
		width: 177px;
		}

	footer.new a, footer.new a:visited {
		color: #ccc;
		font-family: "Roboto",sans-serif;
    	font-weight: 300;
		}

	footer.new .content {
		overflow: hidden;
		}




	footer.new .clearfix:after, footer.new .container:after, footer.new .container-fluid:after, footer.new .row:after {
		clear: both;
		}

	footer.new .clearfix:before, footer.new .clearfix:after, footer.new .container:before, footer.new .container:after, footer.new .container-fluid:before, footer.new .container-fluid:after, footer.new .row:before, footer.new .row:after {
		content: " ";
		display: table;
		}


		footer.new .row {
			margin-left: -15px;
			margin-right: -15px;
			}



			footer.new .col-xs-1, footer.new .col-xs-2, footer.new .col-xs-3, footer.new .col-xs-4, footer.new .col-xs-5, footer.new .col-xs-6, footer.new .col-xs-7, footer.new .col-xs-8, footer.new .col-xs-9, footer.new .col-xs-10, footer.new .col-xs-11, footer.new .col-xs-12 {
				float: left;
				}


			footer.new .col-xs-1,
			footer.new .col-sm-1,
			footer.new .col-md-1,
			footer.new .col-lg-1,
			footer.new .col-xs-2,
			footer.new .col-sm-2,
			footer.new .col-md-2,
			footer.new .col-lg-2,
			footer.new .col-xs-3,
			footer.new .col-sm-3,
			footer.new .col-md-3,
			footer.new .col-lg-3,
			footer.new .col-xs-4,
			footer.new .col-sm-4,
			footer.new .col-md-4,
			footer.new .col-lg-4,
			footer.new .col-xs-5,
			footer.new .col-sm-5,
			footer.new .col-md-5,
			footer.new .col-lg-5,
			footer.new .col-xs-6,
			footer.new .col-sm-6,
			footer.new .col-md-6,
			footer.new .col-lg-6,
			footer.new .col-xs-7,
			footer.new .col-sm-7,
			footer.new .col-md-7,
			footer.new .col-lg-7,
			footer.new .col-xs-8,
			footer.new .col-sm-8,
			footer.new .col-md-8,
			footer.new .col-lg-8,
			footer.new .col-xs-9,
			footer.new .col-sm-9,
			footer.new .col-md-9,
			footer.new .col-lg-9,
			footer.new .col-xs-10,
			footer.new .col-sm-10,
			footer.new .col-md-10,
			footer.new .col-lg-10,
			footer.new .col-xs-11,
			footer.new .col-sm-11,
			footer.new .col-md-11,
			footer.new .col-lg-11,
			footer.new .col-xs-12,
			footer.new .col-sm-12,
			footer.new .col-md-12,
			footer.new .col-lg-12 {
				min-height: 1px;
				padding-left: 15px;
				padding-right: 15px;
				position: relative;
				}

				footer.new .col-xs-12 {
					width: 100%;
					}

				@media (min-width: 1200px) {
					footer.new .col-lg-6 {
    					width: 50%;
						}
					}

				@media (min-width: 768px) {
					footer.new .col-sm-4 {
						width: 33.3333%;
						}
					}

				@media (max-width:767px) {
					.hidden-xs {
						display: none!important;
						}
					}

		footer.new .links {
			overflow: hidden;
			}

		footer.new nav {
			border-right: 1px solid #666;
			margin-bottom: -999px;
			padding-bottom: 999px;
			}

		footer.new, footer.new nav {
			display: block;
			}





		footer.new nav ul {
			display: inline-block;
			list-style-type: none;
			margin: 0;
			padding: 0;
			}

			footer.new li {
				float: none;
				line-height: 12px;
				margin-bottom: 6px;
				padding-right: 20px;
				}

				footer.new a {
    				color: #ccc;
					}

					footer.new a:hover {
						color: inherit;
    					text-decoration: none;
						}




	footer.new .social .sprite {
		display: block;
		float: left;
		height: 38px;
		margin-right: 20px;
		text-indent: -9999px;
		transition: all 0.2s ease 0s;
		width: 38px;
		}

		footer.new .facebook {
			background-position: 0 -122px;
			}

		footer.new .google {
			background-position: -45px -122px;
			}

		footer.new .twitter {
			background-position: -90px -122px;
			}

		footer.new .pinterest {
			background-position: -135px -122px;
			}

		footer.new .linkedin {
			background-position: -180px -122px;
			}

		footer.new .social .sprite:hover {
    		opacity: 0.7;
			}

	footer.new .custom p {
		color: #fff;
		font-size: 12px;
		font-weight: 300;
		margin-bottom: 0;
		margin-top: 16px;
		}


@media only screen and (max-width: 1199px) {

    footer.new nav:last-of-type {
        border: 0;
    	}

    footer.new .social {
        margin-top: 40px;
    	}
}
