﻿/*
Theme Name:         Auto-rent
Text Domain:        autorent-child
Theme URI:          http://studio-fs.com
Description:        none.
Version:            1.0
Author:             Vladimir
Template:						autorent
Author URI:         http://themeforest.net/user/studio-fs
License:            GPL v2
License URI:        http://www.gnu.org/licenses/gpl-2.0.html
Tags:               one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
*/
.powered-by-google {
	display: none;
}
.google-business-reviews-rating .rating .number + .all-stars {
	z-index: 0;
}
div.essentials-filters-content.autopart_category .item {
	background: transparent;
}
div.autopart_category .item .info_wrap {
	background: #fff;
}
div.essentials .tab-content .tab-pane .vechicle {
	box-shadow: none !important;
}
.callback_modal#callback_page form p {
	line-height: 0;
}
.callback_modal#callback_page input {
	margin-bottom: 0;
}
.callback_modal#callback_page textarea {
	margin-bottom: 15px;
}
.grecaptcha-badge {
	display: none !important;
}
.tm_mega-questions {
	position: relative;
	text-align: left;
	min-width: 255px;
	border: 1px solid #ccd0d4;
	box-shadow: 0 1px 1px rgba(0,0,0,.04);
	background: #fff;
	cursor: pointer;
	padding: 6px 4px;
	font-weight: 900;
	margin-bottom: -1px;
}
.tm_mega-questions:before {
	content: '\f107';
  font-family: FontAwesome;
	color: inherit;
	position: relative;
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
}
.tm_mega-questions.active:before {
	content: "\f106";
}
.tm_mega-answer {
	padding: 8px;
}

.wls-reviews_inner {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.wls-reviews_inner .wls-review_item img {
	max-width: 100%;
}
/*.wls-reviews_inner .wls-review_item {
	width: calc(33.3333% - 20px);
}*/
.wls-reviews_inner .wls-review_item .image_wrap a img {
	height: auto;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transition: all .25s ease-in-out;
}
.wls-reviews_inner .wls-review_item .image_wrap:hover a img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transition: all .25s ease-in-out;
}
.wls-reviews_inner .wls-review_item:not(:last-of-child) {
	margin-right: 30px;
}

.wls-reviews_inner .wls-review_item .image_wrap {
	position: relative;
	transition: all .25s ease-in-out;
	overflow: hidden;
	text-align: center;
	margin-bottom: 10px;
}
.wls-reviews_inner .fs_main_content .wls-base_reviews .rating,
.wls-reviews_inner .wls-review_item .rating {
	text-align: center;
	margin-bottom: -6px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 0;
	left: 0;
	min-height: 15px;
	width: 100%;
	display: block !important;
}
.wls-reviews_inner .fs_main_content .wls-base_reviews .rating svg,
.wls-reviews_inner .wls-review_item .rating svg {
	width: 15px;
}
.wls-reviews_inner .fs_main_content .wls-base_reviews .rating .big,
.wls-reviews_inner .wls-review_item .rating .big {
	color: #ffb100;
	font-size: 18px;
	font-weight: 900;
	margin-right: 10px;
}
.wls-reviews_inner .fs_main_content .wls-base_reviews .wls-reviews_all {
	color: #777;
}
/*.wls-reviews_inner .wls-review_item .comment_bottom {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}*/
.wls-reviews_inner .wls-review_item .comment_bottom .comment_author {
	font-weight: bold;
}
.wls-reviews_inner .wls-review_item .comment_bottom .comment_date {
	font-style: italic;
}
.wls-reviews_inner .wls-review_item .title {
	min-height: 70px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-content: flex-start;
	align-items: center;
	font-size: 25px;
	font-family: 'RobotoRegular', sans-serif;
	color: #333;
	line-height: 32px;
	text-align: center;
	position: relative;
}
.wls-reviews_inner .wls-review_item .title a {
	color: inherit;
}

/*
* Review page
*/
@media (min-width: 768px) {
	.wls-reviews_inner .fs_main_content .wls-review_item {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-align-content: flex-start;
		-ms-flex-line-pack: start;
		align-content: flex-start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.wls-reviews_inner .fs_main_content .wls-review_item .image_wrap {
		min-width: 35%;
		max-width: 35%;
	}
	.wls-reviews_inner .fs_main_content .wls-review_item .wls_right_part {
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
		-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		-webkit-align-self: auto;
		-ms-flex-item-align: auto;
		align-self: auto;
		margin-left: 15px;
	}
	.wls-reviews_inner .fs_main_content .wls-review_item .title {
		justify-content: flex-start;
	}
	.wls-reviews_inner .fs_main_content .wls-base_reviews .rating,
	.wls-reviews_inner .fs_main_content .wls-review_item .rating {
		text-align: left;
	}
	.wls-reviews_inner .fs_main_content .wls-review_item .title {
		min-height: auto;
	}
}

.reservation .tab-pane .check_radio>label {
	position: absolute;
	right: 13px;
	bottom: 20px;
	background: #fff;
}

.reservation .tab-pane .check_radio input[type=checkbox]:checked+label:before,
.reservation .tab-pane .check_radio input[type=radio]:checked+label:before {
	margin-left: 1px;
}

.reservation .tab-pane .check_radio>label:after {
	content: attr(data-description);
	box-sizing: border-box;
	display: block;
	background: #00a15a;
	font-size: 10px;
	color: #fff;
	padding: 2px 5px;
	word-wrap: normal;
	white-space: nowrap;
	line-height: 13px;
	position: absolute;
	right: -28px;
	bottom: 30px;
	border-radius: 2px;
	opacity: 0;
	transition: all 0.25s ease-in-out;
}
.reservation .tab-pane .check_radio>label:hover:after {
	opacity: 1;
	transition: all 0.25s ease-in-out;
}

.reservation .location.reservation-step select {
	display: none;
}

.wls-reviews_inner .wls-review_item .comment_content {
	height: 20px;
	width: calc(100% - 10px);
	position: relative;
	overflow: hidden;
}
.wls-reviews_inner .wls-review_item .comment_content.full {
	height: auto;
}
.page-template-autorent-reviews .wls-reviews_inner .wls-review_item .comment_content,
.page-template-autorent-reviews .wls-reviews_inner .wls-review_item .comment_bottom {
	font-size: 18px;
}

.wls-reviews_inner .wls-review_item a {
	color: #00a15a;
}
/*.wls-reviews_inner .wls-review_item .comment_content:after {
	content: '...';
}*/

footer#footer .footer-top .widget ul li:not(:last-child):after {
	margin-left: 8px;
	top: 5px;
}
html:lang(uk-UA) footer#footer .footer-top .widget ul li:not(:last-child):after {
	margin-left: 10px;
}
html:lang(en-UA) footer#footer .footer-top .widget ul li:not(:last-child):after {
	margin-left: 20px;
}
footer#footer .footer-top .header-logo a img {
	max-width: 100%;
}
footer .copyright {
	color: #fff;
	zoom: 80%;
}

div.autopart_category .item .image_wrap a img,
div.shop_page .item .image_wrap a img,
section.autopart_category .item .image_wrap a img,
section.shop_page .item .image_wrap a img {
	height: auto;
	min-width: 100%;
}

@media (min-width: 1200px) {
	footer#footer .footer-social-area {
		width: 110%;
	}
	div.autopart_category .item .image_wrap a img,
	div.shop_page .item .image_wrap a img,
	section.autopart_category .item .image_wrap a img,
	section.shop_page .item .image_wrap a img {
		height: auto;
    max-height: 165px;
	}
}

@media only screen and (max-width: 720px) {
	footer#footer .footer-top .col-xs-3.col-sm-2 {
	    width: 100%;
	}
	.bottom_review_widget {
		margin: 20px 0;
	}
}


@media (min-width: 320px) and (max-width: 992px) {
	.reservation .tab-pane .check_radio>label {
		right: 3px;
	}
}
@media (min-width: 320px) and (max-width: 640px) {
	.youtube {
		height: 310px !important;
	}
	.wls-reviews_inner {
		display: block;
	}
	.wls-reviews_inner .wls-review_item {
		width: 100%;
	}
	.wls-reviews_inner .wls-review_item img {
		min-width: 100%;
	}
	.order.autopark_page .justify-content_wrapper {
		display: block;
	}
	.order.autopark_page .car_location,
	.order.autopark_page .calendar-input,
	.order.autopark_page .time {
		width: 100%;
		margin-top: 5px;
	}
	.order.autopark_page .select .slct {
		margin-right: 0;
	}
	div.home_slider .swiper-slide img,
	section.home_slider .swiper-slide img {
		height: auto !important;
	}
}

#notsubmit form input[type=date], #notsubmit form input[type=datetime], #notsubmit form input[type=email], #notsubmit form input[type=phone], #notsubmit form input[type=tel], #notsubmit form input[type=text], #notsubmit form select, #quick_order form input[type=date], #quick_order form input[type=datetime], #quick_order form input[type=email], #quick_order form input[type=phone], #quick_order form input[type=tel], #quick_order form input[type=text], #quick_order form select, #submitt form input[type=date], #submitt form input[type=datetime], #submitt form input[type=email], #submitt form input[type=phone], #submitt form input[type=tel], #submitt form input[type=text], #submitt form select, .callback_modal form input[type=date], .callback_modal form input[type=datetime], .callback_modal form input[type=email], .callback_modal form input[type=phone], .callback_modal form input[type=tel], .callback_modal form input[type=text], .callback_modal form select {
	line-height: 34px;
}
.error_border {
	border: 2px solid #ff0000 !important;
}
div.error_wrapper {
	width: 100%;
	height: 1px;
}
span.error {
	line-height: 1 !important;
	left: 50%;
	transform: translateX(-50%);
}
div.order .calendar-input span.error, section.order .calendar-input span.error {
	bottom: -25px !important;
}
div.order .final_step .checkbox-input.check_radio a, section.order .final_step .checkbox-input.check_radio a {
	color: #00a15a;
	text-decoration: underline;
	transition: all .25s ease-in-out;
}
div.order .final_step .checkbox-input.check_radio a:hover, section.order .final_step .checkbox-input.check_radio a:hover {
	color: #333;
	text-decoration: none;
	transition: all .25s ease-in-out;
}

section.header_scroll .location.reservation-step .select-box {
	display: block;
}
section.header_scroll .location.reservation-step .select-box > input {
	display: block;
}
section.header_scroll .location.reservation-step .select-box > .select-box i.fs_triangle,
section.header_scroll .location.reservation-step .select-box > .select-box input {
	display: none;
}

div.home_slider .swiper-slide img,
section.home_slider .swiper-slide img {
	height: 64px;
}
div.home_slider .swiper-slide .title,
section.home_slider .swiper-slide .title {
	font-size: 14px;
}
.section_title div.h2 a,
.section_title h2 a {
	color: inherit;
}
/*
* Cabrio
*/
div.autopark .filter li.body_type label[for=fx_cabrio],
section.autopark .filter li.body_type label[for=fx_cabrio] {
	background: url('img/cabrio.svg') no-repeat;
	background-size: cover;
	background-position: 0;
}
div.autopark .filter li.body_type label[for=fx_cabrio].active,
section.autopark .filter li.body_type label[for=fx_cabrio].active {
	background: url('img/cabrio_green.svg') no-repeat;
	background-size: cover;
	background-position: 0;
}

div.autopark .filter li.body_type label[for=fx_coupe],
section.autopark .filter li.body_type label[for=fx_coupe] {
	background: url('img/coupe.svg') no-repeat;
	background-size: cover;
	background-position: 0;
}
div.autopark .filter li.body_type label[for=fx_coupe].active,
section.autopark .filter li.body_type label[for=fx_coupe].active {
	background: url('img/coupe_green.svg') no-repeat;
	background-size: cover;
	background-position: 0;
}

div.autopark .filter li.body_type .top span:not(:last-child),
section.autopark .filter li.body_type .top span:not(:last-child) {
	margin-right: 13px;
}

div.autopark .filter li.body_type .top, section.autopark .filter li.body_type .top {
	text-align: right;
	padding-right: 27px;
}

div.autopark .filter li.body_type .bottom span:not(:last-child),
section.autopark .filter li.body_type .bottom span:not(:last-child) {
	margin-right: 13px;
}

@media only screen and (max-width: 320px) {
	div.autopark .filter ul li.body_type .top,
	section.autopark .filter ul li.body_type .top {
		padding-right: 9%;
	}
	div.autopark .filter ul li.body_type .top span:not(:last-child),
	section.autopark .filter ul li.body_type .top span:not(:last-child) {
		margin-right: 1.5%;
	}
	div.autopark .filter ul li.body_type .bottom span:not(:last-child),
	section.autopark .filter ul li.body_type .bottom span:not(:last-child) {
		margin-right: 2%;
	}
}
@media only screen and (max-width: 414px) {
	div.autopark .filter ul li.body_type .top,
	section.autopark .filter ul li.body_type .top {
		padding-right: 13%;
	}
	div.autopark .filter ul li.body_type .top span:not(:last-child),
	section.autopark .filter ul li.body_type .top span:not(:last-child) {
		margin-right: 6%;
	}
	div.autopark .filter ul li.body_type .bottom span:not(:last-child),
	section.autopark .filter ul li.body_type .bottom span:not(:last-child) {
		margin-right: 6%;
	}
}
@media only screen and (max-width: 1200px) {
	div.autopark .filter ul li.body_type .top,
	section.autopark .filter ul li.body_type .top {
		padding-right: 18px;
	}
	div.autopark .filter ul li.body_type .top span:not(:last-child),
	section.autopark .filter ul li.body_type .top span:not(:last-child) {
		margin-right: 7px;
	}
	div.autopark .filter ul li.body_type .bottom span:not(:last-child),
	section.autopark .filter ul li.body_type .bottom span:not(:last-child) {
		margin-right: 1px;
	}
}
/*fixed menu*/
.fixed_menu_area .catalog_item a img {
	display: none;
}
.fixed_menu_area .cars_menu,
div.car_menu_area .cars_menu,
section.car_menu_area .cars_menu {
	width: 100%;
}

@media only screen and (min-width: 1921px) {
	div.order .car_location,
	section.order .car_location {
		width: 50%;
	}
	
	div.order .calendar-input,
	section.order .calendar-input,
	div.order .time,
	section.order .time {
		width: 25%;
	}
	.select .slct {
		line-height: 43px;
	}

	div.order form input,
	div.order form textarea,
	section.order form input,
	section.order form textarea {
		line-height: 43px;
	}

	div.autopart_category .item .image_wrap a img,
	div.shop_page .item .image_wrap a img,
	section.autopart_category .item .image_wrap a img,
	section.shop_page .item .image_wrap a img {
		max-height: 222px;
	}
	div.e404,section.e404{
		height: calc(100vh - 280px);
		display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	}
}