/*
Theme Name:CarForYou
Description:Premium WordPress Theme Developed by webmasterdriver.
Author: webmasterdriver
Theme URI: http://themes.webmasterdriver.net/carforyouwp/
Version:6.0
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 2022 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;
}
#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;
}

@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
    }
}