/*
Theme Name:CarForYou
Description:Premium WordPress Theme Developed by webmasterdriver.
Author: webmasterdriver
Theme URI: https://webmasterdriver.net/carforyou
Version: 8.2
Author URI: https://themeforest.net/user/webmasterdriver
License:GNU General Public License v2 or later
License URI:http://www.gnu.org/licenses/gpl-2.0.html
Description:this theme create on 2017 for WordPress.
Tags: one-column, two-columns, right-sidebar, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: carforyou This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*===========================
 =  Table of CSS

	1.General CSS
	2. Financing Calculatoe
	3. WordPress Default Theme

===========================*/

/*-----------------------------*/
/* 1.General css
/*-----------------------------*/

iframe.mfp-iframe {
	height: 460px;
	width: 100%;
}
.page-template-coming-soon footer, .page-template-coming-soon .brand-section, .page-template-coming-soon header {
	display: none;
}
.page-template-coming-soon header.navbar-fixed-top, .coming-soon-footer {
	display:block !important;
}
.page-template-coming-soon.admin-bar header.navbar-fixed-top {
	top: 30px;
}
#add_model_compare {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 0 21px rgba(0, 0, 0, 0.6);
  display: none;
  min-width: 244px;
  position: fixed;
  padding-bottom:8px;
  right: 0;
  top: 38%;
  z-index: 1;
}
.compare-close {
	float: right;
	font-size: 25px;
	text-align: right;
}
#add_model_compare h2 {
	background: #fa2837 none repeat scroll 0 0;
	color: #fff;
	font-size: 16px;
	line-height: 35px;
	padding: 3px 15px;
	text-align: center;
}
#add_model_compare ul {
	padding:0px;
	margin:0px;
	overflow:hidden;
}
#add_model_compare ul li {
	display: block;
	float: left;
	list-style: outside none none;
}
#add_model_compare ul li.vs_model {
	position:relative;
}section.elementor-section.elementor-top-section.elementor-element.elementor-element-66dc629.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default {
    display: none;
}
#add_model_compare ul li.vs_model::after {
	background: #58595b none repeat scroll 0 0;
	border-radius: 50%;
	color: #fff;
	content: "Vs";
	font-size: 8.77px;
	height: 17px;
	line-height: 17px;
	position: absolute;
	right: -8px;
	text-align: center;
	top: 40%;
	width: 17px;
}
#add_model_compare ul li a {
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #cccccc;
	border-radius: 0;
	float: left;
	height: 75px;
	list-style: outside none none;
	margin: 0 10px;
	padding: 10px;
	text-align: center;
	width: 74px;
}
#add_model_compare ul li img {
	height:100%;
	display:inline-block;
	vertical-align:middle;
}
.compare_now_btn {
  background: #222222 none repeat scroll 0 0;
  color: #ffffff;
  cursor: pointer;
  float: right;
  font-size: 14px;
  line-height: 33px;
  margin: 3px;
  padding: 0 18px;
  text-align: center;
  text-decoration: none;
}
.compare_now_btn:hover {
	background:#fa2837;
	color:#fff;
}
#compare_model_btn.active .compare_close {
	background: #fff url(../images/compare_close.jpg) no-repeat center;
	border: 2px solid #625c59;
	color: #000;
	display: block;
	font-size: 15px;
	height: 15px;
	position: absolute;
	right: -108px;
	top: -132px;
	width: 19px;
	z-index: 22;
}
.compare-close > a, .compare-close > a:hover {
  color: #ffffff;
  cursor: pointer;
}


/*-----------------------------*/
/* 2. Financing Calculatoe
/*-----------------------------*/
.payment_result {
	background: #222222 none repeat scroll 0 0;
	border-radius: 3px;
	color: #ffffff;
	opacity: 0;
	height:0;
	transform: scale(0.2) translateY(-100px);
	transition: all 0.3s linear 0s;
}
.payment_result.active {
	height: auto;
	opacity: 1;
	transform: scale(1) translateY(0px);
	transition: all 0.3s linear 0s;
	padding: 15px 10px;
}
.payment_result.active {
}
.payment_result > p {
	font-size: 14px;
	margin-bottom: 5px;
	line-height:20px;
}
.comment-respond {
	margin-top: 60px;
}
#comment {
	background: #eeeeee none repeat scroll 0 0;
	border: 0 none;
	border-radius: 3px;
	box-shadow: none;
	color: #888888;
	font-size: 15px;
	line-height: 30px;
	padding: 0 15px;
	width:100%;
}
.comment-form-comment > label {
	display: none;
}
.comment-reply-title {
	font-size: 18px;
}
.hiddens{ display:none;}
.inner_pages_content {overflow: hidden;}

input[type="submit"] {
	border: medium none;
	background:#fa2837;
	border-radius: 3px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 800;
	line-height: 30px;
	margin: auto;
	padding: 7px 36px;
	transition: all 0.3s linear 0s;
}
ul.page-numbers {
	clear: both;
}
/*-----------------------------*/

/* 3. WordPress Default Theme Css

/*-----------------------------*/

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto;
}
.screen-reader-text {
	display: none;
}
.fw-wrap-search-form {
	display:none;
}
.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;
}
.sticky .entry-date {
	display: none;
}
.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%;
}
.gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.bypostauthor > article .fn:before {
	margin: 0 2px 0 -2px;
	position: relative;
	top: -1px;
}
.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;
}
#add_model_compare ul li:last-child.vs_model::after {
	content:none;
}

.listing_auto_style2 span.pcd-price {
    color: #fff;
}

/* Chat module css */
.card {
    background: #fff;
    transition: .5s;
    border: 0;
    margin-bottom: 30px;
    border-radius: .55rem;
    position: relative;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
}
.chat-app .people-list {
    width: 280px;
    position: absolute;
    left: 0;
    top: 0;
    padding: 10px;
    z-index: 7
}

.card.chat-app {
    margin-top: 0px;
    box-shadow: 8px 8px 30px 0 #cccccc61!important;
}

.chat-app .chat {
    margin-left: 280px;
    border-left: 1px solid #eaeaea;
}

.people-list {
    -moz-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s
}

.people-list .chat-list li {
    padding: 10px 15px;
    list-style: none;
    border-radius: 3px
}

.people-list .chat-list li:hover {
    background: #efefef;
    cursor: pointer
}

.people-list .chat-list li.active {
    background: #fb3237!important;
}.people-list .chat-list li.active a {    color: #fff;}ul.list-unstyled.chat-list li.clearfix {    background: #cccccca6;}ul.list-unstyled.chat-list li.clearfix .name {    color: #000000d6;}ul.list-unstyled.chat-list li.clearfix.active .name {    color: #fff!important;}

.people-list .chat-list li .name {
    font-size: 15px
}

.people-list .chat-list img {
    width: 45px;
    border-radius: 50%
}

.people-list img {
    float: left;
    border-radius: 50%
}

.no-post-error-mgs {
	font-size: 40px;
}

.people-list .about {
    float: left;
    padding-left: 8px;
	padding-top: 8px;
}

.chat-about h6.m-b-0 {
    margin: 0;
    margin-top: 10px;
}

.people-list .status {
    color: #999;
    font-size: 13px
}

.chat .chat-header {
    padding: 15px 20px;
    border-bottom: 2px solid #f4f7f6
}

.chat .chat-header img {
    float: left;
    border-radius: 40px;
    width: 40px
}

.chat .chat-header .chat-about {
    float: left;
    padding-left: 10px
}

.chat .chat-history {
    padding: 20px;
    border-bottom: 2px solid #fff;
	max-height: 400px;
    overflow-y: scroll;
}

span.unread-message-no {
    margin-left: 13px;
    background: #38ccff;
    padding: 4px 14px;
    border-radius: 16px;
    font-weight: 600;
}

.chat .chat-history ul {
    padding: 0
}

.chat .chat-history ul li {
    list-style: none;
    margin-bottom: 30px
}

.chat .chat-history ul li:last-child {
    margin-bottom: 0px
}

.chat .chat-history .message-data {
    margin-bottom: 15px
}

.chat .chat-history .message-data img {
    border-radius: 40px;
    width: 40px
}

.chat .chat-history .message-data-time {
    color: #434651;
    padding-left: 6px;
    padding-right: 6px;
}

.chat .chat-history .message {
    color: #444;
    padding: 18px 20px;
    line-height: 26px;
    font-size: 16px;
    border-radius: 7px;
    display: inline-block;
    position: relative
}

.chat .chat-history .message:after {
    bottom: 100%;
    left: 7%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px
}

.chat .chat-history .my-message {
    background: #efefef
}

button#CarforyouSaveChatMgs {
    background: #fa2837;
    color: #fff;
    border: none;
    padding: 10px;
    font-size: 16px;
    box-shadow: 8px 8px 30px 0 #cccccc87;
    border-radius: 3px;
}

.chat .chat-history .my-message:after {
    bottom: 100%;
    left: 30px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #efefef;
    border-width: 10px;
    margin-left: -10px
}

.chat .chat-history .other-message {
    background: #e8f1f3;
    text-align: right
}

.chat .chat-history .other-message:after {
    border-bottom-color: #e8f1f3;
    left: 80%
}

.chat .chat-message {
    padding: 20px
}

.online,
.offline,
.me {
    margin-right: 2px;
    font-size: 8px;
    vertical-align: middle
}

.online {
    color: #86c541
}

.offline {
    color: #e47297
}

.me {
    color: #1d8ecd
}

.float-right {
    float: right
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

span.input-group-text.send-btn-icon {
    position: relative;
    top: 33px;
    left: 10px;
}

button.OlomoMessageSendBtn {
    background: #232323;
    color: #fff;
    border: 0;
    padding: 13px 15px;
    border-radius: 3px;
    box-shadow: 8px 8px 30px 0 #ccc;
    font-weight: 600;
}

#plist .list-unstyled {
    overflow-y: auto;
    height: 540px;
	margin-bottom: 0;
}

 .chat .chat-history .message {
    word-break: break-all;
}

#ads_manage .col-sm-3.col-md-3 {
    border: 1px #cbc4c4 solid;
    margin: 20px 12px;
    max-width: 250px !important;
    width: 100% !important;
    padding: 24px 0px;
    border-radius: 3px;
}

#ads_manage .col-sm-3.col-md-3 div img {
	    max-width: 100px;
    margin-bottom: 20px;
}

#ads_manage .col-sm-3.col-md-3 div h4 {
	background-color: red;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 2.2em;
    margin-bottom: 20px;text-align: center;
}

#ads_manage .main-wrapper {
	text-align: center;
}
.text-right {
    text-align: right;
}

.font-weight-900 {
	font-weight: 900;
}

p.pcd-pricing.text-right {
    margin-bottom: 3px;
}

.php-error #adminmenuback, .php-error #adminmenuwrap{
     margin-top: 0px !important;
}
.elementor-element.elementor-element-49c8a28b.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded {
    padding: 0;
}
.auto-style-1-tabs .elementor-tabs-wrapper {
    background: #eee;
}
.auto-style-1-tabs .elementor-tab-title.elementor-active {
    background: #fa2837;
}
.auto-style-1-tabs .elementor-tab-title {
    padding: 23px 35px;
    font-weight: 500;
}
.no-bottom-margin {
    margin-bottom: 0!important;
}
.article_tag.auto-post-tags-div {
    padding: 0;
    align-items: center;
    display: flex;
}
.article_tag.auto-post-tags-div a {
    font-size: 13px;
    padding: 2px 26px;
    margin: 5px;
    background: #fa2837 none repeat scroll 0 0;
    color: #fff;
    border: none;
    border-radius: 3px;
    font-weight: 600;
}
.single-post .share-vehicle-details span.share-icons strong {
    font-size: 18px;
}
.single-post .share-vehicle-details span.share-icons a {
	    border-radius: 50%;
    border-style: solid;
    border-width: 1px;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    list-style: outside none none;
    margin: 0 2px;
    text-align: center;
    transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    vertical-align: middle;
    width: 26px;
    font-size: 15px;
}
.single-post .share-vehicle-details p {
    text-align: right;
}
.elementor-tab-title.elementor-tab-mobile-title {
    background: #eee;
    margin-bottom: 3px;
}
table i.fa.fa-check {
    color: #fa2837;
}
.recent-auto-listings.car-location.first-auto-location img.img-responsive {
    width: 80px;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 20px;
}
.car-location.first-auto-location span img {
    margin-left: 10px;
}
.classic_list_style .car-location {
    margin-left: 0px !important;
}
.product_listing_item .car-location {
	margin-left: 0!important;
}
.product-listing-content ul {
  margin: 0 auto 2px!important;
}
.cd-search-wrap .cd-search-autocomplete {
    position: absolute;
    background: #ffffff;
    width: 100%;
    left: 0;
    box-shadow: 0 14px 30px 0 rgba(0, 0, 0, 0.2);
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 400px;
    z-index: 99;
}
.cd-search-autocomplete ul {
    padding-left: 0;
    margin-left: 0;
}
.cd-search-wrap .cd-search-submit {
    cursor: pointer;
    font-size: 15px;
    position: absolute;
    right: 0;
    color: #626262;
    width: 45px;
    background-color: #eceff8;
    height: 100%;
    text-align: center;
    top: 0;
    padding: 0;
    margin: 0;
    border: none;
}
.cd-search-wrap .cd-search-submit {
    position: absolute;
        top: 18%;
    right: 5%;
    border: none;
    background: none;
    padding: 11px;
    color: #db2d2e;
    transition: all 0.1s ease-in-out;
}
.cd-search-wrap .cd-search-autocomplete-input {
    background: transparent;
    border: 1px solid #eceff8;
    padding-left: 15px;
    box-shadow: none;
    padding-right: 15px;
    width: calc( 100% - 45px );
    height: 45px;
    color: #999999;
}
.cd-search-wrap .cd-search-autocomplete-list li {
    width: auto;
    display: block;
    border-bottom: 1px solid #ece9e9;
    margin: 0;
    padding: 0;
    transition: all 0.3s ease-in-out;
}
.cd-search-wrap .cd-search-autocomplete-list li a {
    vertical-align: top;
    padding: 10px 15px;
    display: block;
}
.cd-search-autocomplete li a {
    display: inline-block;
    font-size: 14px;
    color: #999999;
    font-weight: normal;
}
.cd-search-wrap .cd-search-autocomplete-list li .search-result-image {
    display: table-cell;
    width: 36px !important;
    float: none;
}
.cd-search-wrap .cd-search-autocomplete-list li .search-result-name {
    color: #999999;
    line-height: 1.5;
    transition: all 0.3s ease-in-out;
}
.cd-search-wrap .cd-search-autocomplete-list li .search-result-name {
    display: table-cell;
    vertical-align: middle;
    padding-left: 16px;
}
.sidebar_widget .cd-search-wrap ul li a:after {
	content:none;
}
.payment-price.form-control {
    cursor: default!important;
}

.all-brands-grid-view div img {
    max-width: 100px;
    margin-bottom: 20px;
}
.all-brands-grid-view .col-sm-3.col-md-3 {
    border: 1px #cbc4c4 solid;
    margin: 20px 12px;
    max-width: 250px !important;
    width: 100% !important;
    padding: 24px 0px;
    border-radius: 3px;text-align: center;align-items: center;
    display: flex;
}
.all-brands-grid-view div h4 {
    background-color: red;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 2.2em;
    margin-bottom: 20px;
}
.brands-showcase-item img {
    height: 70px!important;object-fit: contain;
}
.auto_modal_new {
    margin-bottom: 11px;
}
div#filediv ul.jFiler-items-list.jFiler-items-grid {
    display: inline-flex;
}
#dynamic-grid-view .product-listing-content a.btn {
    display: none;
}
.car-location.first-auto-location span img {
    width: 80px !important;
}
.sidebar_widget .recent_post_img img {
    max-width: 100%;
    height: 80px!important;
    max-height: 80px;
    object-fit: cover!important;
}
.sorting-select.select::before {
    font-size: 12px;
    padding: 7px 0;
    right: 13px;
    color: #555555;
}
.form-group.select.sorting-select::before {
    color: #878787;
    content: "";
    cursor: pointer;
    font-family: fontawesome;
    font-size: 12px;
    padding: 12px 0;
    pointer-events: none;
    position: absolute;
    right: 11px;
    top: -5px;
}
.sidebar_widget h2.wp-block-heading {
    font-size: 18px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}
button.wp-block-search__button.wp-element-button {
    background: #fa2837 none repeat scroll 0 0;
    color: #fff;
    border: none;
    border-radius: 3px;
    padding: 10px 18px !important;
    display: block;
}
label.wp-block-search__label {
    display: none;
}
.jFiler-item-thumb img {
    width: 150px;
    height: 150px;
    object-fit: cover;
}
.RemoveBookMarkDiv button.wiahliat_auto_btn {
    color: red;
    border-color: red;
}
.wp-block-group h2.wp-block-heading {
    font-size: 18px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}

@media only screen and (min-width: 1200px) {
	.upload_newlogo{
		width: 79%!important;
	}
}

@media only screen and (max-width: 767px) {
    .chat-app .people-list {
        height: 465px;
        width: 100%;
        overflow-x: auto;
        background: #fff;
        left: -400px;
        display: none
    }
    .chat-app .people-list.open {
        left: 0
    }
    .chat-app .chat {
        margin: 0
    }
    .chat-app .chat .chat-header {
        border-radius: 0.55rem 0.55rem 0 0
    }
    .chat-app .chat-history {
        height: 300px;
        overflow-x: auto
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .chat-app .chat-list {
        height: 450px;
        overflow-x: auto
    }
    .chat-app .chat-history {
        height: 500px;
        overflow-x: auto
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    .chat-app .chat-list {
        height: 480px;
        overflow-x: auto
    }
    .chat-app .chat-history {
        height: calc(100vh - 350px);
        overflow-x: auto
    }
}


