/**
 * ---------------------------------------------------
 * Blog Grid Style
 * ---------------------------------------------------
 */
.blog {
	background: #fff;
	padding-top: 50px;
	padding-bottom: 50px;	
}

.blog .post-item {
	background: #f8f8f8;
	border: 1px solid #f1f1f1;
	margin-bottom: 30px;
}

.blog .image-holder {
	position: relative;
}

.blog .image-holder .date {
	position: absolute;
	right: 10px;
	bottom: 10px;
	font-size: 14px;
	font-weight: 600;
	z-index: 999;
}

.blog .image-holder .day {
	width: 60px;
	height: 40px;
	line-height: 40px;
	background: #1AABDD;
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 16px;
}

.blog .image-holder .day:before {
	position: absolute;
	top: 22px;
	left: 24px;
	color: #1AABDD;
	font-family: 'FontAwesome';
	content: '\f0d7';
	font-size: 24px;
}

.blog .image-holder .month {
	width: 60px;
	height: 40px;
	line-height: 40px;
	background: #333;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
}

.blog .text {
	padding: 20px;
}

.blog h3 {
	text-align: left;
	color: #333;
	font-weight: 700;
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.blog h3 a {
	color: #333;
}

.blog h3 a:hover {
	color: #1AABDD;
}

.blog .text ul.status {
	overflow: hidden;
	margin-bottom: 15px;
}

.blog .text ul.status li {
	text-align: left;
	margin-bottom: 15px;
	color: #1AABDD;
	font-size: 13px;
	float: left;
	list-style-type: none;
	margin-right: 15px;
	line-height: 18px;
	margin-bottom: 5px;
	padding-left: 0;
}

.blog .text ul.status li a {
	color: #1AABDD;
}

.blog .text ul.status li i {
	margin-right: 8px;
}

.blog ul.status li:before {
	content: '';
}

.blog ul li {
	position: relative;
	padding-left: 18px;
	margin-bottom: 10px;
	list-style-type: none;
}

.blog ul li:before {
	position: absolute;
	top: 0;
	left: 0;
	font-family: 'FontAwesome';
	content: '\f044';
	color: #333;
}

.blog h1 {
	font-size: 24px;
	color: #1AABDD;
	font-weight: bold;
}

.blog h2 {
	font-size: 20px;
	color: #1AABDD;
	font-weight: bold;;	
}

.blog h3 {
	font-size: 18px;
	color: #333;
	font-weight: bold;
}

.blog h4 {
	font-size: 16px;
	color: #1AABDD;
	font-weight: bold;
}

.blog h5 {
	font-size: 14px;
	color: #1AABDD;
	font-weight: bold;
}

.blog h6 {
	font-size: 12px;
	color: #1AABDD;
	font-weight: bold;
}

.blog p {
	margin-bottom: 15px;
	font-size: 13px;
}

.blog p.button {
	margin-top: 20px;
}

.blog p.button a {
	background: #656464;
	color: #fff;
	padding: 8px 14px 12px;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-box-shadow: inset 0 -5px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0 -5px rgba(0,0,0,0.2);
	box-shadow: inset 0 -5px rgba(0,0,0,0.2);
}

.blog p.button a:hover {
	background: #1AABDD;
	-webkit-box-shadow: inset 0 -5px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0 -5px rgba(0,0,0,0.2);
	box-shadow: inset 0 -5px rgba(0,0,0,0.2);
}

.blog .pagination {
	margin-top: 20px;
}

.blog .pagination ul {
	width: 100%;
	height: auto;
	text-align: center;
}

.blog .pagination ul li {
	display: inline-block;
	color: #333;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-right: 10px;
	padding-left: 0;
}

.blog .pagination ul li:before {
	content: '';
}

.blog .pagination ul li a {
	background: #1AABDD;
	color: #fff;
	display: block;
	font-size: 16px;
}

.blog .pagination ul li a i {
	margin-right: 0;
}

.blog .pagination ul li a:hover {
	background: #333;
}

.blog .pagination ul li a.active {
	background: #333;
}

.blog .gallery-carousel {
	position: relative;
	z-index: 999;
}

.blog .owl-controls {
	position: absolute;
	top: 0px;
	right: 0;
	z-index: 999;
}

.blog .owl-controls .owl-prev,
.blog .owl-controls .owl-next {
	background: #333;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	padding-left: 13px;
	padding-right: 13px;
}

.blog .owl-controls .owl-prev i,
.blog .owl-controls .owl-next i {
	font-size: 16px;
}

.blog .owl-controls .owl-prev:hover,
.blog .owl-controls .owl-next:hover {
	background: #1AABDD;
}

.blog .video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.blog .video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.blog .audio {
	width: 100%;
	height: 100%;
  	margin: 0 auto;
}

/**
 * ---------------------------------------------------
 * Sidebar Style
 * ---------------------------------------------------
 */
.sidebar {
	width: 100%;
}

.widget {
	overflow: hidden;
	margin-bottom: 30px;
}

.widget-search input {
	height: 36px;
	border: 2px solid #afafaf;
	float: left;
	padding-left: 6px;
	padding-right: 6px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.widget-search input:focus {
	border: 2px solid #1AABDD;
}

.widget-search button {
	width: 42px;
	height: 36px;
	float: left;
	border: 2px solid #1AABDD;
	background: #1AABDD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin-left: 5px;
	color: #fff;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.widget-search button:hover {
	background: #333;
	color: #fff;
	border-color: #333;
}

.widget h4 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 6px;
	margin-bottom: 15px;
	border-bottom: 2px solid #1AABDD;
}

.widget ul li {
	display: block;
	float: none;
	color: #333;
	position: relative;
	padding-left: 15px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #afafaf;
	margin-bottom: 10px;
}

.widget ul li:before {
	content: '\f105';
	font-family: 'FontAwesome';
	position: absolute;
	color: #333;
	top: 1px;
	left: 3px;
}

.widget ul li a {
	color: #333;
	font-size: 13px;
}

.widget ul li a:hover {
	color: #1AABDD;
}

.widget ul.tag-cloud li {
	display: inline-block;
	padding-left: 0;
	padding: 4px 10px;
	border: 2px solid #afafaf;
	font-size: 12px;
	margin-right: 5px;
}

.widget ul.tag-cloud li:before {
	content: '';
}

.widget ul.tag-cloud li:hover {
	background: #1AABDD;
	border: 2px solid #1AABDD;
}

.widget ul.tag-cloud li:hover a {
	color: #fff;
}

/**
 * ---------------------------------------------------
 * Author Box Style
 * ---------------------------------------------------
 */
.author-box {
	width: 100%;
	height: auto;
	background: #1AABDD;
	color: #fff;
	text-align: left;
}

.author-box .inner {
	padding: 20px;
	overflow: hidden;
}

.author-thumb {
	width: 15%;
	float: left;
}

.author-thumb img {
	width: 100%;
	height: auto;
	padding-right: 15px;
}

.author-info {
	width: 85%;
	float: left;
}

.author-info h3 {
	color: #fff;
	font-weight: bold;
	text-transform: none;
}

.author-info p {
	color: #fff;
}

.author-info ul li {
	float: left;
	list-style-type: none;
	margin-right: 5px;
	padding-left: 0;
}

.author-info ul li:before {
	content: '';
}

.author-info ul li a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #1AABDD;
	background: #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	text-align: center;
	display: block;
}

.author-info ul li a i {
	margin-right: 0;
}

.author-info ul li a:hover {
	background: #333;
	color: #fff;
}

/**
 * ---------------------------------------------------
 * Comment Style
 * ---------------------------------------------------
 */
.comments {
	margin-top: 40px;
}

.comments h2 {
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
}

.comment-list {
	background: #f8f8f8;
	border: 1px solid #f1f1f1;
	padding: 15px;
}

.comment-list .thumb {
	width: 80px;
	display: table-cell;
	vertical-align: top;
}

.comment-list .thumb img {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.comment-list .text {
	padding: 0;
	display: table-cell;
	vertical-align: top;
}

.comment-list .text .inner {
	margin-left: 10px;
}

.comment-list .text h3 {
	margin-top: 0;
	text-transform: none;
	font-size: 14px;
}

.comment-list .text p,
.comment-list .text span {
	color: #333;
	font-size: 13px;
}

.comment-list .text span.date {
	margin-right: 40px;
}

.comment-list .text span.date i {
	margin-right: 5px;
}

.comment-list .text span.reply a {
	background: #1AABDD;
	color: #fff;
	padding: 4px 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.comment-list .text span.reply a:hover {
	background: #333;
}

.comment-list .parent {
	margin-bottom: 0px;
	overflow: hidden;
}

.comment-list .children .parent {
	margin-bottom: 20px;
}

.comment-list .children .parent-inner {
	background: #fff;
	padding: 15px;
	overflow: hidden;
	margin-left: 60px;
}

.comment-list .children .children .parent-inner {
	background: #fff;
	padding: 15px;
	overflow: hidden;
	margin-left: 120px;
}

.comments ul.comment-list > li, 
.comments ul.children > li {
	list-style-type: none;
	display: block;
	margin-right: 0;
	margin-bottom: 0;
}

.comments ul.comment-list > li {
	border-bottom: 1px dashed #a1a1a1;
	margin-bottom: 20px;
	padding-left: 0;
}

.comments ul.comment-list > li:before,
.comments ul.children > li:before {
	content: '';
}

.comments ul.comment-list > li:last-child {
	border-bottom: 0;
	margin-bottom: 0;
}

.respond {
	background: #f8f8f8;
	border: 1px solid #f1f1f1;
	padding: 15px;
	margin-bottom: 20px;
}

.respond .cform-1 .btn-success {
	background-color: #1AABDD;
	border-color: #1AABDD;
	width: 100%;
	font-size: 16px;
	padding: 10px 20px 16px;
	text-transform: uppercase;
	-webkit-box-shadow: inset 0 -5px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 -5px rgba(0,0,0,.2);
	box-shadow: inset 0 -5px rgba(0,0,0,.2);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.respond .cform-1 .btn-success:hover {
	background: #656464;
	border-color: #656464;
}

.respond .cform-1 .form-control {
	border-radius: 0;
	box-shadow: none;
}

/**
 * ---------------------------------------------------
 * Prev Next Style
 * ---------------------------------------------------
 */
.prev-next-container {
	background: #f8f8f8;
	border: 1px solid #eae7e7;
	padding: 0;
	margin-bottom: 30px;
}

.prev-next-container .inner {
	margin: 0;
}

.prev,
.next {
	background: #f8f8f8;
	padding: 60px 25px 50px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.prev {
	border-right: 1px solid #eae7e7;
}

.prev .inner {
	float: left;
}

.next .inner {
	float: right;
}

.prev:hover,
.next:hover {
	background: #fff;
}

.prev a,
.next a {
	display: table-cell;
	width: 80px;
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
	background: #656464;
	color: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 4px 10px 6px;
	-webkit-box-shadow: inset 0 -5px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0 -5px rgba(0,0,0,0.2);
    box-shadow: inset 0 -5px rgba(0,0,0,0.2);
}

.prev p,
.next p {
	display: table-cell;
	font-size: 14px;
	font-weight: bold;
}

.prev p {
	padding-left: 10px;
}

.next p {
	padding-right: 10px;
}

/**
 * ---------------------------------------------------
 * Under Construction - Version 1 
 * ---------------------------------------------------
 */
.under-construction-v1 {
	width: 100%;
	height: 100%;
	position: relative;
}

.under-construction-v1 img {
	width: 100%;
	height: 100%;
}

.under-construction-v1 .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.7;
}

.under-construction-v1 .inner {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.under-construction-v1 h1 {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 30px;
	text-align: center;
	color: #fff;
	margin-bottom: 25px;
}

.under-construction-v1 p {
	color: #fff;
	text-align: center;
	margin-bottom: 5px;
	font-size: 14px;
}

.under-construction-v1 .newsletter {
	text-align: center;
}

.under-construction-v1 .btn-success {
	display: inline-block;
	background-color: #1AABDD;
	border: 0;
	border-color: #1AABDD;
	font-size: 16px;
	padding: 10px 20px 16px;
	text-transform: uppercase;
	-webkit-box-shadow: inset 0 -5px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 -5px rgba(0,0,0,.2);
	box-shadow: inset 0 -5px rgba(0,0,0,.2);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.under-construction-v1 .btn-success:hover {
	background: #656464;
	border-color: #656464;
}

.under-construction-v1 .form-control {
	border-radius: 0;
	box-shadow: none;
	width: 100%;
	outline: none;
}

/**
 * ---------------------------------------------------
 * Under Construction - Version 2 
 * ---------------------------------------------------
 */
.under-construction-v2 {
	width: 100%;
	height: 100%;
	position: relative;
}

.under-construction-v2 .inner {
	width: 100%;
	margin-top: 200px;
}

.under-construction-v2 h1 {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 30px;
	text-align: center;
	color: #333;
	margin-bottom: 25px;
}

.under-construction-v2 p {
	color: #333;
	text-align: center;
	margin-bottom: 5px;
	font-size: 14px;
}

.under-construction-v2 .newsletter {
	text-align: center;
}

.under-construction-v2 .btn-success {
	display: inline-block;
	background-color: #1AABDD;
	border: 0;
	border-color: #1AABDD;
	font-size: 16px;
	padding: 10px 20px 16px;
	text-transform: uppercase;
	-webkit-box-shadow: inset 0 -5px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 -5px rgba(0,0,0,.2);
	box-shadow: inset 0 -5px rgba(0,0,0,.2);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.under-construction-v2 .btn-success:hover {
	background: #656464;
	border-color: #656464;
}

.under-construction-v2 .form-control {
	border-radius: 0;
	box-shadow: none;
	width: 100%;
	outline: none;
	border-width: 2px;
}






/*Listing Area*/

.lesting-area {
    padding-top: 30px;
    padding-bottom: 60px;
}
.listing-item {
    overflow: hidden;
    border: 1px solid #ddd;
    background: #fff;
    padding: 20px;
    margin-top: 30px;
}

.listing-item-car-condition > .listing-item {
    margin-right: 0!important;
    margin-left: 0!important;
}
.listing-photo {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    height: 182px;
}
.listing-detail {
    overflow: hidden;
}
.listing-text {
    
}
.listing-text h2 {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 15px;
}
.listing-text ul li {
    font-weight: 400;
    border-bottom: 1px dotted #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.listing-text ul li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.listing-price {
    float: right;
}

.listing-price h2 {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 15px;
    text-align: right;
}
.listing-price del {
    color: #b1b1b1;
}
.listing-price a {
    display: inline-block;
    font-weight: 600;
    background: #358fdc;
    color: #fff;
    padding: 10px 20px;
    transition: all 0.4s;
    text-align: right;
    float: right;
}
.listing-price a:hover {
    background: #000;
}
.sidebar {
    margin-top: 30px;
    border: 1px solid #ddd;
    background: #fff;
    padding: 15px;
}
.sidebar h3.top {
    background: #358fdc;
    color: #fff;
    margin-top: 0;
    padding: 5px 10px;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.widget-item {
    margin-bottom: 16px;
}
.widget-item h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 12px;
}
.widget-item input[type='text'] {
    width: 68%;
    height: 36px;
    text-indent: 10px;
    border: 1px solid #ddd;
    margin-bottom: 5px;
}
.widget-item input[type='submit'] {
    font-weight: 600;
    height: 36px;
    border: 1px solid #358fdc;
    background: #358fdc;
    color: #fff;
    padding: 0 10px;
    transition: all 0.4s;
}
.widget-item input[type='submit']:hover {
    background: #000;
    border: 1px solid #000;
}
.widget-item ul li {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px;
}
.widget-item ul li input[type='checkbox'] {
    margin-right: 5px;
}
.widget-item ul li span {
    float: right;
}
.widget-item select {
    width: 100%;
}
.result-button {
    margin-top: 30px;
    text-align: center;
}
.result-button input[type='submit'] {
    font-weight: 600;
    text-transform: uppercase;
    width: 100%;
    padding: 12px;
    background: #358fdc;
    color: #fff;
    transition: all 0.4s;
}
.result-button input[type='submit']:hover {
    background: #000;
}
/*Car-Detail*/

.car-detail {
    padding-top: 30px;
    padding-bottom: 60px;
}
.car-detail-mainbar {
    margin-top: 30px;
}
.car-detail-name {
    overflow: hidden;
    background: #fff;
    border: 1px solid #ddd;
    padding: 15px;
}
.car-detail-name h2 {
    float: left;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    color: #358fdc;
    margin-top: 10px;
}
.car-detail-price {
    text-align: right;
    float: right;
}
.car-detail-price p {
    font-family: 'Quicksand', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #358fdc;
    margin-bottom: 3px;
    padding-top: 5px;
}
.car-detail-price p del {
    color: #999;
}
.star-icon i {
    color: #f3c009;
}
.car-detail-gallery {
    margin-top: 30px;
}
.car-detail-photo {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    height: 370px;
}
.lightbox-item {
    width: 100%;
    height: 100%;
    line-height: 370px;
    text-align: center;
    background: #000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.lightbox-item a {
    font-size: 40px;
    color: #fff;
}
.car-detail-gallery:hover .lightbox-item {
    visibility: visible;
    opacity: 0.6;
}
/*Car Detail-Owl*/

.car-detail-gallery .owl-nav .owl-prev,
.car-detail-gallery .owl-nav .owl-next {
    position: absolute;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 36px;
    top: 50%;
    margin-top: -20px;
    right: 0;
    font-size: 30px;
    background: #358fdc;
    color: #fff;
    -webkit-transition: all 0.4s;
    opacity: 0;
    transition: all 0.4s;
}
.car-detail-gallery .owl-nav .owl-prev {
    left: 0;
}
.car-detail-gallery:hover .owl-nav .owl-prev,
.car-detail-gallery:hover .owl-nav .owl-next {
    opacity: 1;
}
.car-detail-gallery .owl-nav .owl-prev:hover,
.car-detail-gallery .owl-nav .owl-next:hover {
    background: #000;
    color: #fff;
}
.car-info-tab {
    margin-top: 30px;
}
.car-main-tab {
    list-style: none;
    margin: 0;
    padding: 0;
}
.car-main-tab li {
    position: relative;
    display: inline-block;
    margin-right: 20px;
    padding: 10px;
    background: #fff;
    border: 1px solid #ddd;
    border-bottom: 0px;
}
.car-main-tab li:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 0%;
    height: 2px;
    background: #358fdc;
    transition: all 0.3s;
}
.car-main-tab li.active:before {
    width: 100%;
}
.car-main-tab li a {
    font-family: 'Quicksand', sans-serif;
    display: block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #2a2a2a;
}
.car-main-tab li.active a,
.car-main-tab li a:hover {
    color: #358fdc;
}
.car-content {
    background: #fff;
    padding: 15px;
    border: 1px solid #ddd;
}
.car-tab-text h2 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 20px;
}
.features-content ul li {
    display: inline-block;
    font-size: 14px;
    border-bottom: 1px dotted #ddd;
    margin-right: 15px;
    margin-bottom: 15px;
}
.features-content ul li span {
    vertical-align: middle;
    font-size: 26px;
    color: #358fdc;
    margin-right: 10px;
}
.car-tab-pre p {
    line-height: 1.7;
    margin: 0;
}
/*Related-Ads*/

.related-ads {
    margin-top: 50px;
}
.related-ads-headline h2 {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
}
/*car-detail-side*/

.car-detail-sidebar {
    margin-top: 30px;
}
.detail-item {
    background: #fff;
    padding: 15px;
    border: 1px solid #ddd;
    margin-top: 30px;
}
.detail-item:first-child {
    margin-top: 0;
}
.detail-item h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 15px;
}
.car-detail-list table {
    width: 100%;
}
.car-detail-list td {
    border-bottom: 1px dotted #ddd;
    width: 60%;
    padding: 10px 0;
    font-weight: 400;
    color: #2a2a2a;
}
.car-detail-form input[type="text"],
.car-detail-form input[type="submit"] {
    width: 100%;
    height: 36px;
    text-indent: 10px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
}
.car-detail-form textarea {
    width: 100%;
    height: 70px;
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 10px;
}
.car-detail-form input[type="text"]:focus,
.car-detail-form textarea:focus {
    border: 1px solid #358fdc;
}
.car-detail-form input[type="submit"] {
    background: #358fdc;
    color: #fff;
    transition: all 0.4s;
}
.car-detail-form input[type="submit"]:hover {
    background: #000;
}
/*Blog Page*/

.blog-page-area {
    padding-top: 30px;
    padding-bottom: 60px;
}
/*Single-Blog*/

.single-blog {
    padding-top: 30px;
    padding-bottom: 60px;
}
.single-blog-item {
    border: 1px solid #ddd;
    background: #fff;
    padding: 15px;
    margin-top: 30px;
}
.single-blog-photo img {
    max-width: 100%;
    height: auto;
}
.single-blog-text h2 {
    font-size: 26px;
    font-weight: 500;
    margin: 15px 0;
}
.single-blog-text ul li {
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-right: 10px;
    color: #358fdc;
}

.single-blog-text ul li a {
    color: #358fdc;
}
.single-blog-pra {
    margin-top: 15px;
}
.single-blog-pra p {
    line-height: 1.7;
    margin: 0;
}
.single-sidebar {
    border: 1px solid #ddd;
    background: #fff;
    padding: 15px;
    margin-top: 30px;
}
.single-widget {
    margin-top: 30px;
}
.single-widget:first-child {
    margin-top: 0;
}
.single-widget h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 15px;
}
.single-widget input[type='text'] {
    width: 68%;
    height: 36px;
    text-indent: 10px;
    border: 1px solid #ddd;
    margin-bottom: 5px;
}
.single-widget input[type='submit'] {
    font-weight: 600;
    height: 36px;
    border: 1px solid #358fdc;
    background: #358fdc;
    color: #fff;
    padding: 0 10px;
    transition: all 0.4s;
}
.single-widget input[type='submit']:hover {
    background: #000;
}
.categories ul li {
    position: relative;
    text-transform: capitalize;
    margin: 15px 1px;
}
.categories ul li:before {
    position: absolute;
    content: '\f054';
    font-family: Fontawesome;
    top: 3px;
    left: 0;
    font-size: 12px;
    color: #358fdc;
}
.categories ul li a {
    margin-left: 15px;
    font-weight: 400;
    transition: all 0.4s;
}
.categories ul li a:hover {
    color: #358fdc;
}
.recent-post ul li {
    margin-bottom: 15px;
}
.recent-post .recent-photo {
    width: 120px;
    float: left;
    margin-right: 15px;
}
.recent-post .recent-photo img {
    max-width: 100%;
    height: auto;
}
.recent-post .recent-text h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    transition: all 0.4s;
}
.recent-post .recent-text a:hover {
    color: #358fdc;
}
.recent-post .recent-text p {
    margin: 0;
}