/*!
Theme Name: Faber Rentals
Theme URI: http://underscores.me/
Author: Net22
Author URI: https://net22.gr
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: faber-rentals
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Faber Rentals is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

a {
	text-decoration: none;
}
p {
	font-size:16px;
	line-height:24px;
}
ul,
ol {
	list-style-type: none;
}

strong {
	font-weight: 700;
}

body {
	font-family: "poppins", sans-serif;
}

.section-title {
	color: #004a9f;
	font-weight: 500;
	font-size: 50px;
}

#page {
	overflow: hidden;
}

.cpt-archive__container {
	display: flex;
	width: 1300px;
	max-width: 100%;
	margin: 80px auto;
	column-gap: 35px;
	grid-column-gap: 35px;
}

.cpt-archive__filters {
	box-shadow: 0px 0px 45px -10px rgba(0, 0, 0, 0.1);
	padding: 20px;
	border-radius: 5px;
}

.cpt-archive__filters-container {
	flex: 1;
}

.cpt-archive__filters-container h3 {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 25px;
}

.cpt-archive__filters-container hr {
	border-color: #c1c4c7;
	margin-bottom: 20px;
}

.cpt-archive__filters-list .cpt__filter-item a {
	display: flex;
	padding: 10px 0;
	border-bottom: 1px solid #e0e0e0;
	color: #1a1a1a;
	transition: all ease-in-out 250ms;
}

.cpt-archive__filters-list .cpt__filter-item a:hover {
	color: #CA0114;
}

.cpt-archive__filters-list .cpt__filter-item:last-child a {
	border-bottom: none;
}

.cpt-archive__filters-list .filter-active a {
	color: #CA0114;
	font-weight: 700;
}

.cpt-loop {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	row-gap: 40px;
	column-gap: 40px;
	grid-row-gap: 40px;
	grid-column-gap: 40px;
}

.cpt-loop__container {
	flex: 3;
}

.cpt-loop__single {
	border: 2px solid #c1c4c7;
	padding: 15px;
	border-radius: 5px;
	transition: all ease-in-out 250ms;
	position:relative;
}

.cpt-loop__single > h5 {
	color: #4d4f5c;
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 5px;
	line-height: 1;
}

.cpt-loop__single > h4 {
	color: #1a1a1a;
	font-size: 18px;
}

.cpt-loop__single-thumbnail {
	display: flex;
	width: 100%;
	height: 150px;
	margin: 20px 0 0;
}

.cpt-loop__single-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cpt-loop__single .our-fleet__card-icons {
	padding: 15px 0;
	margin: 15px 0;
	border-top: 1px solid #e8e9ec;
	border-bottom: 1px solid #e8e9ec;
}

.cpt-loop__single .our-fleet__card-icons-single p {
	color: #1a1a1a;
}

.cpt-loop__single .our-fleet__card-icons-single svg path {
	fill: #1a1a1a;
}

.cpt-loop__single-footer h6 {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 5px;
}

.cpt-loop__single-footer-row {
	display: flex;
	/* 	align-items: center; */
	align-items: flex-end;
	justify-content: space-between;
}

.cpt-loop__single-footer-row .pd {
	color: #4d4f5c;
	opacity: 0.5;
	font-size: 14px;
}

.cpt-loop__single-footer-row .price {
	font-size: 17px;
	font-weight: 700;
}

.cpt-loop__single-footer-row button {
	display: flex;
	background-color: #c1c4c7;
	color: #fff;
	padding: 5px 15px;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 5px;
	transition: all ease-in-out 200ms;
	outline:none;
	box-shadow:none;
	border:none;
	cursor:pointer;
}

.cpt-loop__single:hover {
	border-color: #CA0114;
}


.cta-primary {
	color: #1a1a1a;
	text-transform: uppercase;
	border: 1px solid #c1c4c7;
	padding: 5px 20px;
	border-radius: 5px;
	transition: all ease-in-out 250ms;
	font-size: 15px;
}

.cta-primary:hover {
	background-color: #c1c4c7;
	color: #fff;
}

.icon {
	display: flex;
}

.icon svg {
	width: 100%;
	height: 100%;
}

.color-red {
	color: #CA0114;
}

.single-page__main {
	max-width: 100%;
	width: 1150px;
	margin: 80px auto;
}

.faq__single-title {
	background-color: #c1c4c7;
	color: #fff;
	padding: 20px;
	cursor: pointer;
}

.faq__single-title h3 {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	font-size: 18px;
	font-weight: 400;
}

.faq__single-title h3 span {
	display: flex;
	width: 20px;
	height: 20px;
	transition: all ease-in-out 250ms;
	transform-origin: center center;
}

.faq__single-title h3 span svg {
	width: 100%;
	height: 100%;
}

.faq__single-title h3 span svg path {
	fill: #fff;
}

.faq__single-answer {
	border: 1px solid #cfcfcf;
	border-top: none;
	padding: 0 20px;
	transition: all ease-in-out 250ms;
	height: 0;
	overflow: hidden;
}

.faq__group-title {
	font-size: 30px;
	margin: 60px 0 25px;
	color: #1a1a1a;
}

.faq__single-active {
	padding: 20px;
	height: 100%;
}

.chevron-active span {
	transform: rotate(180deg);
}

.page-header {
	display: flex;
	justify-content: space-between;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 90;
}

.page-header__navigation {
	padding: 32px 7.8vw 31px 0;
	height: fit-content;
	flex: 1;
	justify-content: flex-end;
	display: flex;
	border-bottom: 1px solid transparent;
	transition: all ease-in-out 250ms;
	align-items: center;
	column-gap: 40px;
}

.page-header__navigation nav ul {
	display: flex;
	column-gap: 20px;
	grid-column-gap: 20px;
}

.page-header__navigation nav ul li a {
	color: #000;
	font-size: 16px;
	text-transform: uppercase;
	transition: all ease-in-out 250ms;
	font-weight: 400;
}

.page-header__navigation nav ul .current-menu-item a {
	font-weight: 600;
}
.mobile--lang-next {
	display:none;
}

.page-header__logo img {
	width:118px;
}

.site-footer__col-logo img {
	width: 100%;
	width:130px;
}

/* .page-header__scrolled .page-header__navigation {
background-color: #fff;
box-shadow: 0px 10px 35px -3px rgba(0, 0, 0, 0.1);
} */

.site-footer {
	background-color: #141313;
	color: #fff;
	padding: 100px 0 20px;
}

.site-footer__cols {
	display: flex;
	justify-content: space-between;
	max-width: 100%;
	width: 1300px;
	margin: auto;
}

.site-footer__col-logo {
	position: relative;
}

.site-footer__col-logo .footer__social {
	position: absolute;
	bottom: 75px;
	left: 0;
	width: 100%;
	display: flex;
	column-gap: 10px;
	grid-column-gap: 10px;
	align-items: center;
	justify-content: center;
}

.site-footer__col-logo .footer__social a {
	display: flex;
	align-items: center;
}

.site-footer__col-logo .footer__social a svg path {
	transition: all ease-in-out 250ms;
}

.site-footer__col-logo .footer__social .sep {
	width: 1px;
	background-color: #fff;
	height: 50px;
}

.site-footer__col h5 {
	font-size: 25px;
	font-weight: 500;
	margin-bottom: 20px;
}

.site-footer__col a {
	color: #fff;
	font-weight: 400;
	transition: all ease-in-out 250ms;
}

.site-footer__col a:hover {
	color: #CA0114;
}

.site-footer__col a:hover svg path {
	fill: #CA0114;
}

.site-footer__ul li {
	font-weight: 700;
	margin-bottom: 10px;
}

.site-footer__ul li a {
	line-height: 2;
}

.site-footer__ul .mark {
	font-size: 12px;
	font-weight: 400;
}

.site-footer nav li {
	margin-bottom: 10px;
}

.bottom-bar {
	display: flex;
	justify-content: center;
	text-align:center;
	padding: 8px 0;
	max-width: 100%;
	width: 1250px;
	margin: auto;
}

.bottom-bar p,
.bottom-bar a {
	color: #fff;
	font-size: 14px;
}

.bottom-bar__container {
	background-color: #CA0114;
}

.page-template-homepage .site-footer {
	margin-top: 200px;
}

.header-slider__container {
	position: relative;
}

.header-slider__single {
	min-height: 100vh !important;
	position: relative;
	overflow: hidden;
}

.header-slider__single .header-slider__inner-img {
	position: absolute;
	bottom: 100px;
	left: -45px;
	z-index: 3;
	width: 775px;
	object-fit: cover;
}

@media screen and (min-width: 1921px) {
	.header-slider__single .header-slider__inner-img {
		left: 0;
		bottom: 200px;
		width: 1000px;
	}
}

.header-slider__single .circle {
	position: absolute;
	z-index: 2;
	display: flex;
	opacity: 0;
}

.header-slider__single .circle svg {
	width: 100%;
	height: 100%;
}

.header-slider__single .circle-blue {
	bottom: 100px;
	left: -217px;
}

@media screen and (min-width: 1921px) {
	.header-slider__single .circle-blue {
		bottom: 140px;
		left: -140px;
		transform: scale(1.5);
	}
}

.header-slider__single .circle-red-small {
	bottom: 550px;
	left: 380px;
}

@media screen and (min-width: 1921px) {
	.header-slider__single .circle-red-small {
		bottom: 730px;
		left: 580px;
	}
}

.header-slider__single .circle-red-big {
	bottom: 400px;
	left: 440px;
	width: 125px;
}

@media screen and (min-width: 1921px) {
	.header-slider__single .circle-red-big {
		bottom: 550px;
		left: 640px;
		width: 160px;
	}
}

.header-slider__content {
	position: absolute;
	z-index: 5;
	left: 50%;
	top: 50%;
	transform: translate(0, -50%);
}

@media screen and (min-width: 1920px) {
	.header-slider__content {
		left: 50%;
		top: 50%;
		transform: translate(0, -50%);
	}
}

.header-slider__title {
	font-weight: 500;
	color: #004a9f;
	font-size: 55px;
	line-height: 1.2;
	margin-bottom: 10px;
}

.header-slider__title span {
	color: #004a9f;
}

.header-slider__text {
	font-size: 14px;
	color: #004a9f;
	max-width: 385px;
	font-weight: 500;
	line-height:17px;
}

.header-form {
	padding: 20px;
	background-color: #fff;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	display:flex;
	flex-direction: column;
	row-gap: 20px;
	grid-row-gap: 20px;
}

.header-form__container {
	max-width: 100%;
	width: 475px;
}

.header-form .form__inner {
	display: flex;
	flex-direction: column;
}

.header-form .form__inner label {
	margin: 10px 5px 15px;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	color: #575757;
}

.header-form .form__row {
	display: flex;
	column-gap: 20px;
}

.header-form .form__row-item {
	border: 1px solid #e0e0e0;
	display: flex;
	flex: 1;
	border-radius: 5px;
}

.header-form .form__row-item input {
	flex: 1;
	padding: 15px 10px;
	border-radius: 5px;
	border: none;
	box-shadow: none;
	outline: none;
	width: 100%;
	font-weight: 900;
	font-size: 13px;
	color: #575757;
}

.header-form .form__row-item input::placeholder {
	font-weight: 900;
	font-size: 13px;
	color: #868e96;
}

.header-form .form__row-item span {
	padding: 10px;
	display: flex;
	align-items: center;
	border-left: 1px solid #e0e0e0;
	cursor: pointer;
}

.header-form .form__row input[type="submit"] {
	border: none;
	box-shadow: none;
	background-color: #fff;
	border: 1px solid #c1c4c7;
	display: flex;
	justify-content: center;
	padding: 10px 0;
	flex: 1;
	border-radius: 5px;
	color: #575757;
	font-size: 16px;
	cursor: pointer;
	transition: all ease-in-out 250ms;
}

.header-form .form__row input[type="submit"]:hover {
	color: #fff;
	background-color: #c1c4c7;
}

.header-form__tabs {
	margin-top: 65px;
	display: flex;
	width: 475px;
	column-gap: 15px;
}

.header-form__tabs-single {
	cursor: pointer;
	flex: 1;
	background-color: #fff;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	padding: 10px;
	opacity: 0.5;
}

.header-form__tabs-single h2 {
	font-size: 14px;
	color: #575757;
}

.header-form__tabs-single-active {
	opacity: 1;
}

.header-form-active {
	display: flex;
}

.header-form__archive {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	column-gap: 10px;
}

@media screen and (min-width: 1450px) {
	.archive-form__container {
		width: 800px;
	}
}

@media screen and (max-width:1449px) and (min-width: 1200px) {
	.archive-form__container {
		width: 600px;
	}
}

.archive-form__col {
	flex: 1;
}

.archive-form__col-item {
	position: relative;
	border: 1px solid #e0e0e0;
	border-radius: 5px;
}

.archive-form__col-item select,
.archive-form__col-item input {
	padding: 15px 10px;
	border-radius: 5px;
	border: none;
	box-shadow: none;
	outline: none;
	width: 100%;
	font-weight: 900;
	font-size: 13px;
	color: #868e96;
	cursor: pointer;
}

@media screen and (min-width: 1441px) {
	.archive-form__col-item select,
	.archive-form__col-item input {
		font-size: 13px;
	}
}

.archive-form__col-item select::placeholder,
.archive-form__col-item input::placeholder {
	font-weight: 900;
	font-size: 13px;
	color: #868e96;
}

@media screen and (min-width: 1441px) {
	.archive-form__col-item select::placeholder,
	.archive-form__col-item input::placeholder {
		font-size: 13px;
	}
}

.archive-form__col-item select {
	font-weight: 900;
	font-size: 13px;
	color: #868e96;
	text-transform: uppercase;
	cursor: pointer;
	background:transparent;
}

@media screen and (min-width: 1441px) {
	.archive-form__col-item select {
		font-size: 13px;
	}
}

.archive-form__col-item option {
	font-size: 13px;
	color: #575757;
	text-transform: capitalize;
}

.archive-form__col-item option:first-child {
	display: none;
}

.archive-form__col-item .input-button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	display: flex;
	height: 100%;
	align-items: center;
	padding: 0 10px;
	background: transparent;
}

.archive-form__inner-col {
	display: flex;
	column-gap: 10px;
	grid-column-gap: 10px;
	margin-bottom: 10px;
}

.archive-form__inner-col .time-picker__container {
	width: 100%;
}

.archive-form__inner-col .time-picker__container input {
	width: 100%;
}

.archive-form__submit {
	flex-basis: 100%;
}

.archive-form__submit input[type="submit"] {
	width: 100%;
	/* 	background-color: #c1c4c7; */
	background-color:#ca0114;
	padding: 10px;
	color: #fff;
	border: none;
	outline: none;
	box-shadow: none;
	cursor: pointer;
	border-radius: 5px;
	font-size:16px;
	transition:all ease-in-out 250ms;
}

.archive-form__submit input[type="submit"]:hover {
	background-color:#c1c4c7;
}
.archive-form__inner {
	display: flex;
	flex-direction: column;
}

.archive-form__inner label {
	margin: 10px 5px 5px;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	color: #575757;
}

.archive-form__col-item.drop-off-location .input-button,
.archive-form__col-item.pick-up-location .input-button {
	background-color: #fff;
}

.our-fleet__card {
	display: flex;
	align-items: center;
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	border: 1px solid transparent;
	transition: all ease-in-out 250ms;
	overflow: hidden;
	position:relative;
}

.our-fleet__card:hover {
	border-color: #ca0114;
}

.our-fleet__card-content {
	padding: 10px 20px;
	width: 100%;
}

.our-fleet__card-content h4 {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #d9d9d9;
}

.our-fleet__card-content h4 a {
	font-weight: 700;
	font-size: 18px;
	color: #1a1a1a;
}

.our-fleet__card-icons {
	display: flex;
	column-gap: 30px;
	grid-column-gap: 30px;
	align-items: center;
}

.our-fleet__card-icons-single {
	display: flex;
	align-items: center;
	column-gap: 10px;
	grid-column-gap: 10px;
}

.our-fleet__card-icons-single span {
	display: flex;
	width: 25px;
}

.our-fleet__card-icons-single span svg {
	width: 100%;
}

.our-fleet__card-icons-single p {
	font-size: 13px;
	color: #1a1a1a;
}
.our-fleet__card-icons-single svg path {
	fill:#1a1a1a;
}

.our-fleet__card-image {
	width: 100%;
	max-width: 200px;
	height: 150px;
}

.our-fleet__card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page-intro {
	display: flex;
	align-items: center;
	height: 750px;
	overflow: hidden;
	background-color: #f6f6f6;
}

@media screen and (min-width: 1921px) {
	.page-intro {
		height: 850px;
	}
}

.page-intro__images {
	position: relative;
	width: 1000px;
}

@media screen and (min-width: 1921px) {
	.page-intro__images {
		width: 1200px;
	}
}

.page-intro__thumbnail {
	width: 100%;
}

.page-intro__thumbnail-container {
	display: flex;
	width: 800px;
	height: 800px;
	border-radius: 50%;
	overflow: hidden;
	transform: translate(-245px, 49px);
}

.page-intro__circle {
	position: absolute;
}

.page-intro__circle-small {
	top: 143px;
	left: 450px;
	z-index: 1;
}

.page-intro__circle-big {
	top: 300px;
	left: 550px;
	z-index: 0;
	transform: scale(2);
}

.page-intro__car-image {
	width: 680px;
	position: absolute;
	top: 35%;
	right: 0;
}

.page-intro__content {
	width: 100%;
}

.page-intro__content-text {
	width: 450px;
}

@media screen and (min-width: 1441px) {
	.page-intro__content-text {
		width: 710px;
	}
}

.page-intro__content-text p {
	margin-bottom: 20px;
}

.page-intro__content .section-title {
	margin-bottom: 35px;
}

.choose-us {
	max-width: 100%;
	width: 870px;
	margin: auto;
	display: flex;
	column-gap: 40px;
	grid-column-gap: 40px;
}

.choose-us__container {
	padding: 80px 0;
	position: relative;
}

.choose-us__container .section-title {
	text-align: center;
	margin-bottom: 80px;
}

@media screen and (max-width: 1920px) {
	.choose-us__container .section-title {
		margin-bottom: 50px;
	}
}

.choose-us__container .texture {
	display: flex;
	position: absolute;
	top: 57%;
	left: 41%;
	transform: translate(-50%, -50%);
}

@media screen and (max-width: 1440px) {
	.choose-us__container .texture {
		top: 57%;
		left: 38%;
		transform: translate(-50%, -50%);
	}
}

@media screen and (min-width: 1921px) {
	.choose-us__container .texture {
		top: 57%;
		left: 43%;
		transform: translate(-50%, -50%);
	}
}

.choose-us__container .texture svg {
	width: 100%;
	height: 100%;
}

.choose-us__image {
	flex: 1;
	position: relative;
	z-index: 1;
}

.choose-us__image img {
	width: 100%;
}

.choose-us__content {
	flex: 1;
}

.choose-us__content-list {
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	height: 100%;
}

.choose-us__content-list-item {
	display: flex;
	align-items: center;
	column-gap: 20px;
	grid-column-gap: 20px;
	position: relative;
}

.choose-us__content-list-item::before {
	content: "";
	position: absolute;
	left: -100px;
	width: 90px;
	height: 1px;
	background-color: #c1c4c7;
}

.choose-us__content-list-item:nth-child(2) {
	transform: translateX(90px);
}

.choose-us__content-list-item:nth-child(2)::before {
	left: -190px;
	width: 180px;
}

.choose-us__content-list-image {
	display: flex;
	border: 1px solid #CA0114;
	border-radius: 50%;
	width: 100px;
	min-width: 100px;
	height: 100px;
	justify-content: center;
	align-items: center;
}

.choose-us__content-list-image img {
	width: 35px;
	height: 35px;
}

.choose-us__content-list-text-content h4 {
	font-size: 25px;
	font-weight: 700;
}

.about-us {
	display: flex;
}

.about-us__container {
	background-color: #ebf5ff;
}

.about-us__content {
	flex: 1;
	padding: 65px 13vw 65px 8vw;
}

.about-us__content .section-title {
	margin-bottom: 45px;
}

.about-us__content-text h3,
.about-us__content-text h4,
.about-us__content-text h5,
.about-us__content-text h6 {
	margin-bottom: 15px;
	font-size: 25px;
	font-weight: 700;
}

.about-us__content-text p {
	margin-bottom: 35px;
}

.about-us__content-text p:last-child {
	margin-bottom: 0;
}

.about-us__image {
	flex: 1;
	position: relative;
	max-height: 665px;
}

.about-us__image > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about-us__image .cars {
	width: 100%;
	height: 100%;
	position: relative;
}

.about-us__image .cars img {
	position: absolute;
}

.about-us__image .cars img:nth-child(1) {
	z-index: 1;
	top: 0;
	left: 0;
}

.about-us__image .cars img:last-child {
	z-index: 2;
	bottom: 0;
	right: 0;
}

.about-us__image .cars__container {
	position: absolute;
	left: -250px;
	top: 50%;
	transform: translateY(-50%);
	width: 530px;
	height: 375px;
}

@media screen and (max-width: 1680px) {
	.about-us__image .cars__container {
		left: -200px;
	}
}

.our-fleet {
	max-width: 55%;
	margin: auto;
}

.our-fleet__container {
	padding: 20px 0;
	max-width: 100%;
	width: 1000px;
	margin: auto;
}

.our-fleet__container .section-title {
	text-align: center;
	margin-bottom: 2.8vh;
}

.our-fleet__navigation {
	display: flex;
}

.our-fleet__navigation-item {
	flex: 1;
	display: flex;
	justify-content: center;
}

.our-fleet__navigation-item a {
	color: #1a1a1a;
	border: 1px solid #c1c4c7;
	font-size: 15px;
	text-transform: uppercase;
	padding: 10px 25px;
	border-radius: 5px;
	transition: all ease-in-out 250ms;
}

.our-fleet__navigation-item a:hover {
	background-color: #ca0114;
	color: #fff;
	font-weight: 700;
}

.our-fleet__navigation-item-active {
	background-color: #ca0114;
	color: #fff !important;
	font-weight: 700;
}

.fleet__container {
	margin-top: 60px;
	display: none;
}

.fleet__container-cta {
	display: flex;
	justify-content: center;
	padding: 70px 0 0;
}
.circle-blue svg path {
	fill:#c1c4c7;
}
.fleet__container-cta a {
	color: #1a1a1a;
	padding: 10px 15px;
	border: 1px solid #c1c4c7;
	border-radius: 5px;
	transition: all ease-in-out 250ms;
}

.fleet__container-cta a:hover {
	background-color: #ca0114;
	color: #fff;
	font-weight: 700;
}

.fleet__container-active {
	display: block;
}

.fleet {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	row-gap: 20px;
	grid-row-gap: 20px;
	grid-column-gap: 20px;
	column-gap: 20px;
}

.discover__container {
	position: relative;
	display: flex;
	background-color: #c1c4c7;
	padding: 40px 0;
	margin: 100px 0;
}

.discover__content {
	padding: 0 100px 0 8vw;
	flex-basis: 55%;
	color: #fff;
}

.discover__content h3 {
	font-weight: 500;
	font-size: 50px;
	margin-bottom: 25px;
}

.discover__content-cta {
	margin: 35px 0 0;
	display: flex;
}

.discover__content-cta a {
	color: #fff;
	border: 1px solid #fff;
	padding: 8px 15px;
	border-radius: 5px;
	transition: all ease-in-out 250ms;
}

.discover__content-cta a:hover {
	background-color: #CA0114;
	color: #fff;
}

.discover__image {
	position: absolute;
	right: 10vw;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
	overflow: hidden;
	display: flex;
}

.discover__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.wwo {
	max-width: 100%;
	width: 900px;
	margin: auto;
}

.wwo .section-title {
	text-align: center;
	margin-bottom: 25px;
}

.wwo__container {
	padding: 50px 0;
}

.wwo__ul li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px;
	font-size: 18px;
}

.wwo__ul li::before {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #CA0114;
}

.discover-page__single {
	display: flex;
}

.discover-page__single-image {
	flex: 1.03;
	height: 600px;
}

.discover-page__single-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.discover-page__single-text {
	flex: 1;
	background-color: #c1c4c7;
	color: #fff;
}

.discover-page__single-text h3 {
	font-size: 50px;
	font-weight: 500;
	padding: 70px 100px 30px 100px;
}

.discover-page__single-text-content {
	padding: 0 100px 70px 100px;
}

.discover-page__single:nth-child(odd) {
	flex-direction: row-reverse;
}

.page-template-cars .page-intro__thumbnail {
	object-fit: cover;
	object-position: left;
}

.blog-posts__main {
	padding: 80px 0;
}

.blog-posts__main .section-title {
	margin-bottom: 40px;
	text-align: center;
}

.blog-posts__container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 20px;
	grid-column-gap: 20px;
	row-gap: 20px;
	grid-row-gap: 20px;
	width: 1150px;
	max-width: 100%;
	margin: auto;
}

.post-card__image > a {
	display: flex;
	width: 220px;
	height: 220px;
	border-radius: 50%;
	overflow: hidden;
}

.post-card__image > a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all ease-in-out 250ms;
}

.post-card__single {
	display: flex;
	column-gap: 20px;
	grid-column-gap: 20px;
	padding: 20px;
	box-shadow: 0px 10px 15px -5px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
}

.post-card__single:hover img {
	transform: scale(1.3);
}

.post-card__content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.post-card__content-title {
	font-size: 18px;
	font-weight: 700;
	color: #1a1a1a;
}

.single-post__content {
	width: 1150px;
	max-width: 100%;
	margin: auto;
	padding: 80px 0;
}

.single-post__cta {
	margin-top: 40px;
}

.contact-intro__item {
	display: flex;
	margin-bottom: 50px;
	column-gap: 20px;
	grid-column-gap: 20px;
}

.contact-intro__item:last-child {
	margin-bottom: 0;
}

.contact-intro__content {
	font-weight: 600;
	font-size: 14px;
}

.contact-intro__content h3 {
	color: #CA0114;
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 10px;
}

.contact-intro__content a {
	color: #1a1a1a;
	transition: all ease-in-out 250ms;
	font-weight: 600;
	font-size: 14px;
}

.contact-intro__content a:hover {
	color: #c1c4c7;
}

.contact-intro__ul li span {
	font-weight: 700;
	font-size: 18px;
}

.contact-intro__social .contact-intro__content svg path {
	fill: #1a1a1a;
}

.contact-intro__social .contact-intro__content .sep {
	margin: 0 10px;
	min-height: 20px;
	width: 2px;
	background-color: #1a1a1a;
	display: flex;
}

.contact-intro__social-cta {
	display: flex;
}

.contact-intro__address .contact-intro__ul {
	display: flex;
	align-items: flex-end;
	column-gap: 30px;
	grid-column-gap: 30px;
}

.cf-form {
	width: 500px;
	max-width: 100%;
	margin: auto;
}

.cf-form__container {
	padding: 80px 0;
}

.cf-form__container .section-title {
	text-align: center;
	margin-bottom: 40px;
}

.cf-form__row {
	display: flex;
	column-gap: 20px;
	grid-column-gap: 20px;
}

.cf-form__row input {
	width: 100%;
	padding: 10px 5px;
	border: 1px solid #c1c4c7;
	outline: none;
	border-radius: 5px;
	margin-top: 10px;
}

.cf-form label {
	font-size: 13px;
	font-weight: 700;
	color: #1a1a1a;
	margin-bottom: 20px;
	width: 100%;
}

.cf-form textarea {
	width: 100%;
	border: 1px solid #c1c4c7;
	outline: none;
	border-radius: 5px;
	margin-top: 10px;
	padding: 10px;
}

.cf-form .wpcf7-list-item {
	margin-left: 0;
}

.cf-form .wpcf7-list-item > label {
	display: flex;
	align-items: center;
	column-gap: 8px;
	grid-column-gap: 8px;
	margin-bottom: 0;
	color: #868e96;
	cursor: pointer;
}

.cf-form .cf-submit__container {
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.cf-form .cf-submit__container input[type="checkbox"] {
	width: 20px;
	height: 20px;
}

.cf-form .cf-submit__container label[for="terms"] {
	margin-bottom: 0;
	margin-left: 5px;
	color: #868e96;
	cursor: pointer;
}

.cf-form .cf-submit__container .wpcf7-spinner {
	display: none;
}

.cf-form .cf-submit__container input[type="submit"] {
	background-color: #fff;
	color: #1a1a1a;
	border: 1px solid #c1c4c7;
	border-radius: 5px;
	padding: 10px 20px;
	transition: all ease-in-out 250ms;
	font-weight: 700;
	cursor:pointer;
}

.cf-form .cf-submit__container input[type="submit"]:hover {
	background-color: #c1c4c7;
	color: #fff;
}

.hidden-coords {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	z-index: -100;
}

.cpt-single__icons {
	display: flex;
	grid-column-gap: 50px;
}

.cpt-single__icons-single {
	display: flex;
	column-gap: 8px;
	grid-column-gap: 8px;
}

.cpt-single__icons-single .icon {
	width: 25px;
}

.cpt-single__icons-single .icon svg path {
	fill: #1a1a1a;
}

.cpt-single__icons-single .icon-ppl {
	width: 35px;
}

.cpt-intro__content {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: 100%;
}

.cpt-intro__thumbnail-container {
	display: flex;
	width: 500px;
	max-height: 350px;
	margin-top: 20px;
}

.cpt-intro__thumbnail-container img {
	width: 100%;
	object-fit: contain;
	mix-blend-mode: darken;
}

.cpt-single__main .section-title {
	text-align: center;
	margin: 40px 0;
}

.cpt-single__main > .section-title {
	text-align: center;
	margin: 0;
	padding-top:40px;
	color:#fff;
	background:#c1c4c7;
}

.cpt-single__form .cpt-upper-form {
	width: 1080px;
	max-width: 100%;
	margin: auto;
	display: flex;
	flex-direction: column;
	row-gap: 20px;
	grid-row-gap: 20px;
}

.cpt-single__form .cpt-upper-form__container {
	background-color: #c1c4c7;
	padding: 40px 0;
}

.cpt-single__form .cpt-upper-form__row {
	display: flex;
	column-gap: 20px;
	grid-column-gap: 20px;
}

.cpt-single__form .cpt-upper-form__row > div {
	flex: 1;
	background-color: #fff;
	padding: 20px;
	border-radius: 10px;
}

.cpt-single__form .cpt-upper-form__row h4 {
	color: #CA0114;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.cpt-single__form .cpt-upper-form__inner-row {
	display: flex;
	column-gap: 20px;
	grid-column-gap: 20px;
	margin-bottom: 15px;
}

.cpt-single__form .cpt-upper-form__inner-row:last-child {
	margin-bottom: 0;
}

.cpt-single__form .cpt-upper-form__inner-row .cpt-upper-form__inner-row-item > div {
	position: relative;
	border: 1px solid #e0e0e0;
	border-radius: 5px;
}

.cpt-single__form .cpt-upper-form__inner-row > div select,
.cpt-single__form .cpt-upper-form__inner-row > div input {
	width: 100%;
	padding: 10px 5px;
	border: none;
	outline: none;
	font-size: 13px;
	color: #868e96;
	text-transform: uppercase;
}

.cpt-single__form .cpt-upper-form__inner-row > div select::placeholder,
.cpt-single__form .cpt-upper-form__inner-row > div input::placeholder {
	font-size: 13px;
	color: #868e96;
	text-transform: uppercase;
}

@media screen and (min-width: 1441px) {
	.cpt-single__form .cpt-upper-form__inner-row > div select::placeholder,
	.cpt-single__form .cpt-upper-form__inner-row > div input::placeholder {
		font-size: 13px;
	}
}

.cpt-single__form .cpt-upper-form__inner-row > div select {
	font-size: 13px;
	color: #868e96;
	text-transform: uppercase;
	cursor: pointer;
	padding: 10px 1px;
	background:transparent;
}

.cpt-single__form .cpt-upper-form__inner-row > div option {
	font-size: 13px;
	color: #575757;
	text-transform: capitalize;
}

.cpt-single__form .cpt-upper-form__inner-row > div option:first-child {
	display: none;
}

.cpt-single__form .cpt-upper-form__inner-row > div span {
	display: flex;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	height: 100%;
	align-items: center;
	width: 30px;
	justify-content: center;
	background: #fff;
}

.cpt-single__form .cpt-upper-form .cpt-extras {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	row-gap: 20px;
	grid-row-gap: 20px;
	column-gap: 20px;
	grid-column-gap: 20px;
}

.cpt-single__form .cpt-upper-form .cpt-extras__single {
	border: 1px solid #e0e0e0;
	border-radius: 10px;
	display: flex;
	align-items: center;
	column-gap: 10px;
	grid-column-gap: 10px;
}

.cpt-single__form .cpt-upper-form .cpt-extras__single > label {
	padding: 10px;
	flex: 1;
	cursor: pointer;
	font-size: 13px;
	color: #868e96;
	font-weight: 400;
	text-transform: capitalize;
}

.cpt-single__form .cpt-upper-form .cpt-extras__single > input[type="checkbox"] {
	margin-right: 10px;
	cursor: pointer;
}

.cpt-single__form .cpt-upper-form .cpt-extras__container {
	flex: 4;
}

.cpt-single__form .cpt-upper-form .cpt-price {
	text-align: center;
}

.cpt-single__form .cpt-upper-form .cpt-price p {
	font-size: 14px;
}

.cpt-single__form .cpt-upper-form .cpt-price .total-price {
	font-size: 50px;
	font-weight: 700;
}

.cpt-bottom-form__container {
	background-color: #f6f6f6;
	padding: 40px 0;
}

/* .cpt-bottom-form__container .section-title {
margin: 0 0 40px;
} */

/* Nek */

/* Burger */
.menu-icon {
	background-color: transparent;
	border: none;
	cursor: pointer;
	display: flex;
	padding: 0;
}
.line {
	fill: none;
	stroke: #000;
	stroke-width: 2;
	transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
		stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.line1 {
	stroke-dasharray: 60 207;
	stroke-width: 2;
}
.line2 {
	stroke-dasharray: 60 60;
	stroke-width: 2;
}
.line3 {
	stroke-dasharray: 60 207;
	stroke-width: 2;
}
.opened .line1 {
	stroke-dasharray: 90 207;
	stroke-dashoffset: -134;
	stroke-width: 2;
}
.opened .line2 {
	stroke-dasharray: 1 60;
	stroke-dashoffset: -30;
	stroke-width: 2;
}
.opened .line3 {
	stroke-dasharray: 90 207;
	stroke-dashoffset: -134;
	stroke-width: 2;
}
/* TELOS BURGER */
.page-header__navigation nav ul li a {
	position:relative;
}
.page-header__navigation nav ul li a::after,  .page-header__navigation nav ul li a::before {
	content:'';
	position:absolute;
	left: 50%;
	right: 50%;
	transform: translateX(-50%);
	width:0;
	height:1px;
	background:#000;
	transition:all ease-in-out 250ms;
}
.page-header__navigation nav ul li a::after {
	bottom:-5px;
}
.page-header__navigation nav ul li a::before {
	top:-5px;
}
.page-header__navigation nav ul li a:hover::after, .page-header__navigation nav ul li a:hover::before {
	width:100%;
	transition:all ease-in-out 250ms;
}
.mobile-menu-visible {
	overflow-y: hidden;
}
.cf-submit__container > label {
	display:flex;
	align-items:center;
	gap:10px;
}
.cpt-loop__single-footer {
	margin-top: 10px;
}
.thank-you-page-wrapper {
	min-height: 70vh;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.thank-you-page-inner {
	max-width: 90%;
	margin: auto;
}
.thank-text {
	font-size: 30px;
	margin: 30px 0;
}


.no-page-wrapper {
	min-height: 70vh;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.no-page-inner {
	max-width: 90%;
	margin: auto;
}



@media(min-width:1200px) {
	.burger-wrapper, .mobile-menu-wrapper {
		display:none;
	}
}
@media(max-width:1199px) {
	.site-footer__col-logo {
		padding-bottom:55px;
	}
	.cf-submit__container > label {
		justify-content:center;
	}
	h1, .header-slider__title {
		font-size:42px;
	}
	h2, .section-title {
		font-size:35px;
	}
	h3, .discover__content h3 {
		font-size:30px;
	}
	.choose-us__container {
		padding:60px 0;
	}
	.choose-us__container .texture svg {
		display:none;
	}
	.choose-us {
		flex-direction: column;
		width: 90%;
		justify-content: center;
		align-items: center;
		gap:20px;
	}
	.choose-us__content-list-item {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center;
	}
	.choose-us__content-list-item::before {
		display:none;
	}
	.choose-us__content-list-item:nth-child(2) {
		transform:unset;
	}
	.choose-us__content-list {
		gap:35px;
	}
	.choose-us__content-list-item {
		gap:10px;
	}
	.choose-us__content-list-text {
		margin-top:10px;
	}
	.page-header__navigation {
		display:none;
	}
	.page-header {
		background: #fff;
		padding: 5px 20px 5px 0;
		/* 		box-shadow: 0px 10px 35px -3px rgba(0, 0, 0, 0.1); */
		justify-content:flex-end;
	}
	.page-header__logo {
		position: fixed;
		top: 0;
		left: 0;
	}
	.burger-wrapper {
		align-self: center;
	}
	.page-header__logo img {
		width:90px;
	}
	.header-slider__content {
		position: static;
		transform: unset;
		width: 90%;
		margin: 25px auto 0;
	}
	.header-slider__title, .header-slider__text {
		text-align:center;
	}
	.header-slider__text, .header-form__container {
		margin:auto;
	}
	.header-slider__single .header-slider__inner-img {
		width:70%;
		bottom: 20vh;
	}
	.header-slider__single .circle-red-small {
		bottom:55vh;
	}
	.header-slider__single .circle {
		left:40vw;
	}
	.header-slider__single .circle-red-big {
		bottom:35vh;
	}
	.header-slider__single .circle.circle-blue {
		width: 50%;
		left:-175px;
		bottom:23vh;
	}
	.header-form__tabs {
		width:auto;
		flex-flow: wrap;
		gap: 10px;
		justify-content: center;
		margin-top:40px;
	}
	.header-form__tabs-single {
		flex:unset;
		background-color:#c1c4c7;
	}
	.header-form__tabs-single h2 {
		color:#fff;
	}
	.mobile-menu-wrapper {
		display: none;
		overflow-y: scroll;
		overflow-x: hidden;
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		background: #CA0114;
		z-index: 10;
	}
	.mobile-menu-wrapper::before {
		content: '';
		position: absolute;
		top: 0;
		bottom: -100%;
		left: 0;
		right: -15px;
		background: #181411;
		transform-origin: 0 0;
		transform: skew(-12deg) translateX(0);
		transition: all .275s .1s;
	}
	.mobile-menu-wrapper .current-menu-item a {
		font-weight:600;
	}
	.mobile-nav-bar-menu {
		list-style: none;
		padding: 160px 20px 20px;
		position:relative;
	}
	.mobile-nav-bar-menu li {
		padding-bottom: 15px;
	}
	.mobile-menu-wrapper .mobile-nav-bar-menu a {
		font-size: 22px;
		color: #fff;
		border-bottom: 1px solid #CA0114;
		padding-bottom: 5px;
	}
	.mobile-menu-wrapper .menu-item .sub-menu .menu-item > a {
		font-size:20px;
	}
	.mobile-menu-wrapper .sub-menu {
		padding-top: 15px;
		padding-left:10px;
	}
	.mobile-menu-wrapper .menu-item-has-children > a {
		position:relative;
	}
	.mobile-menu-wrapper .menu-item-has-children > a::after {
		content: "\203A";
		font-size: 28px;
		max-height: 20px;
		display: inline-block;
		transition: 200ms;
		position: absolute;
		top: 6px;
		transform:rotate(90deg);
		right: -30px;
	}
	.mobile-menu-wrapper .menu-item-has-children > a.menu-item-has-chrildren-active::after {
		transition: 200ms;
		transform: rotate(0);
		right: -20px;
		top: -6px;
		color:#CA0114;
	}
	.cars__container {
		display:none;
	}
	.about-us {
		flex-direction: column-reverse;
	}
	.about-us__content {
		padding: 25px;
	}
	.about-us__content .section-title {
		margin-bottom: 20px;
	}
	.about-us__image > img {
		height:60vh;
	}
	.our-fleet__container {
		padding: 60px 0;
		width: 90%;
	}
	.fleet {
		grid-template-columns: 1fr;
	}
	.discover__container {
		flex-direction: column;
	}
	.discover__container {
		flex-direction: column-reverse;
		margin: 0;
		padding: 0 0 25px;
	}
	.discover__image {
		position: static;
		transform: unset;
		border-radius: unset;
	}
	.discover__image img {
		height:60vh;
	}
	.discover__content {
		padding: 25px 25px 0;
	}
	.page-template-homepage .site-footer {
		margin-top:0;
		padding-top:30px;
	}
	.site-footer {
		padding-top:20px;
	}
	.site-footer__cols {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center;
	}
	.bottom-bar {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center;
	}
	.our-fleet__navigation {
		flex-wrap: wrap;
		justify-content: center;
		gap: 12px;
	}
	.our-fleet__navigation-item {
		flex:unset;
	}
	.our-fleet {
		max-width:unset;
	}
	.our-fleet__card {
		flex-direction: column;
	}
	.form__row {
		flex-direction: column;
	}
	.page-intro {
		flex-direction: column;
		gap:25px;
		overflow: visible;
		height: 100%;
	}
	.page-intro__circle {
		display:none;
	}
	.page-intro {
		flex-direction: column;
		gap: 25px;
		overflow: visible;
		height: 100%;
		align-items:flex-start;
	}
	.page-intro__thumbnail-container {
		width: 100vw;
		height: 45vh;
		border-radius: unset;
		overflow: visible;
		transform: unset;
	}
	.page-intro__thumbnail {
		object-fit:cover;
	}
	.page-intro__content {
		width: 90%;
		margin: auto;
		padding-bottom:30px;
		justify-content: center;
		align-items: center;
	}
	.single-page__main {
		width: 90%;
		margin:50px auto;
	}
	.page-intro__content-text {
		width:100%;
	}
	.page-template-cars .page-intro__content-text p,
	.page-template-bikes .page-intro__content-text p,
	.page-template-bicycles .page-intro__content-text p {
		text-align:center;
	}
	.page-intro__content  .section-title {
		text-align:center;
	}
	.discover-page__single:nth-child(even), .discover-page__single:nth-child(odd) {
		flex-direction:column;
	}
	.discover-page__single-image {
		height:60vh;
		flex:unset;
	}
	.discover-page__single-text-content, .discover-page__single-text h3 {
		padding:0;
	}
	.discover-page__single-text h3 {
		font-size:32px;
	}
	.discover-page__single-text {
		padding:25px;
	}
	.contact-page__intro {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.contact-intro__address .contact-intro__ul {
		flex-direction: column;
		align-items: flex-start;
	}
	.contact-intro__address .contact-intro__ul li {
		margin-top:10px;
	}
	.contact-intro__item {
		min-width:285px;
	}
	.cf-form__container {
		padding: 55px 0;
	}
	.cf-form__row, .cf-submit__container {
		flex-direction: column;
	}
	.cf-submit__container {
		gap: 10px;
	}
	.header-form.header-form__archive {
		flex-direction: column;
		padding: 20px 15px;
	}
	.archive-form__inner-col {
		flex-direction: column;
	}
	.cpt-archive__container {
		flex-direction: column;
		gap: 50px;
		width: 90%;
		margin:20px auto 80px;
	}
	.cpt-loop {
		grid-template-columns: repeat(2, 1fr);
	}
	.blog-posts__container {
		grid-template-columns: 1fr;
		gap: 50px;
		width: 90%;
	}
	.post-card__single {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align:center;
		gap: 25px;
	}
	.post-card__content {
		gap: 15px;
	}
	.blog-posts__main {
		padding-top:40px;
	}
	.wwo__container {
		width: 90%;
		margin: auto;
	}
	.faq__single-title {
		padding:10px;
	}
	.faq__group-title {
		font-size:24px;
	}
	.single-post__content {
		width: 90%;
		padding-top: 40px;
	}
	.section-sub-title {
		text-align:center;
	}
	.cpt-single__icons {
		gap:25px;
		flex-wrap:wrap;
		justify-content: center;
	}
	.cpt-single__form .cpt-upper-form__row {
		flex-direction: column;
		gap:20px;
	}
	.cpt-single__form .cpt-upper-form__inner-row {
		flex-direction: column;
		gap: 15px;
		margin-bottom:15px;
	}
	.cpt-single__form .cpt-upper-form {
		width:90%;
	}
	.cpt-single__form .cpt-upper-form .cpt-extras {
		grid-template-columns: 1fr;
		gap:15px;
	}
	.cf-form .cf-submit__container {
		text-align:center;
		gap:15px;
	}
	.cpt-intro__thumbnail-container {
		width:100%;
	}
	.header-form .form__inner label {
		margin:10px 5px;
	}
	.header-form {
		gap:0;
	}
	.header-form .form__row input[type="submit"] {
		margin-top:10px;
	}
	.choose-us__image img {
		max-width:65%;
	}
	.choose-us__image {
		display: flex;
		justify-content: center;
	}
	.site-footer__ul li, .site-footer nav li {
		margin-bottom:0;
	}
	.site-footer__col h5 {
		margin:10px 0;
	}
	.site-footer__col-support {
		display:none;
	}
	.about-us__content .section-title, .about-us__content-text h3, .discover__content h3, .discover-page__single-text h3, .single-page__main h3, .single-page__main ul  {
		text-align:center;
	}
	.discover-page__single-text h3, .single-page__main h3 {
		margin-bottom:10px;
	}
	/* 	.about-us__content-text p, .discover__content-text p, .page-intro__content-text p, .discover-page__single-text-content p, .single-post__content p, .single-page__main p  {
	text-align:justify;
} */
	.single-post__cta {
		display:flex;
	}
	.discover__content .discover__content-cta, .single-post__cta {
		justify-content:center;
	}
	.cpt-archive__filters-list .cpt__filter-item a {
		border:none;
		padding:5px 10px;
	}
	.cpt-archive__filters-list {
		display: flex;
		flex-flow: wrap;
		gap:10px;
	}
	.cpt__filter-item {
		flex-basis:calc(50% - 10px);
		border:1px solid #000;
	}
	.archive-form__inner-col {
		margin-bottom:0;
	}
	.archive-form__submit {
		margin-top:10px;
	}
	.cf-form label {
		margin-bottom:12px;
	}
	.thank-text {
		font-size:24px;
		margin:20px 0;
	}
	.header-slider__container .header-form {
		box-shadow: 0px 3px 6px rgba(0,0,0,.16);
	}
}
@media(max-width:991px) {
	h1, .header-slider__title {
		font-size:35px;
	}
	h2, .section-title {
		font-size:28px;
	}
	h3, .discover__content h3 {
		font-size:25px;
	}
	.choose-us__content-list-text-content h4, h4 {
		font-size:22px;
	}
}
@media(max-width:767px) {
	.cpt-loop {
		grid-template-columns: 1fr;
	}
	.cpt-loop__single-thumbnail {
		height:unset;
	}
}
@media(max-width:575px) {
	.header-slider__single .header-slider__inner-img {
		width:95%;
		bottom:25vh;
	}
	.header-slider__single .circle.circle-blue {
		width: 80%;
		left: -155px;
	}
	.header-slider__single .circle {
		left: 45vw;
	}
	.header-slider__single .header-slider__inner-img {
		left:-10px;
	}
	.cf-form {
		width: 90%;
	}
}
@media(max-height:500px) {
	.page-intro__thumbnail-container {
		height:100vh;
	}
	.header-slider__inner-img, .header-slider__single .circle {
		display:none!important;
	}
}
@media(min-width:1200px) and (max-width:1500px) {
	.page-intro {
		gap:80px;
	}
	.page-intro__images {
		width:calc(50% - 40px);
	}
	.page-intro__content {
		width:calc(50% - 40px);
	}
}
form .picker__holder {
	max-width:210px;
}
.cpt-archive__container:target {
	padding-top:116px;
}
.insurance-info-box {
	display:none;
	position: absolute;
	bottom: 45px;
	right: 0;
	left: 0;
	z-index: 5;
	background: #fff;
	padding: 10px;
	width: 100%;
	border-radius: 10px;
	border: 1px solid #e0e0e0;
}
.insurance-info-box p {
	font-size: 12px;
	line-height: 1.3;
	position:relative;
}
.insurance-info-box p::before {
	content: '';
	border-style: solid;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #CA0114;
	width: 0;
	height: 0;
	transform: rotate(90deg);
	right: 15px;
	display: inline-block;
	bottom: -26px;
	position: absolute;
	left: 6px;
}
.insurance-button::before {
	content: "(?)";
	color: #868e96;
	font-weight: 400;
	font-size:12px;
}
.insurance-button {
	cursor: pointer;
	position: relative;
	left: 12px;
	top: -1px;
}
.cpt-extras .cpt-extras__single {
	position:relative;
}
.blog_controls {
	margin: 125px auto 0;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 90%;
}
.page-nav-container {
	display: flex;
	gap: 10px;
	align-items: center;
}
.page-numbers {
	font-size: 15px;
	color: #141313;
}
.page-numbers.current {
	color: #CA0114;
	font-weight: 800;
}
@media(max-width:991px) {
	.blog_controls {
		margin: 70px auto 0;
	}
}
.is-on-offer-box {
	display:none;
}
.is-on-offer .is-on-offer-box {
	display:block;
	position: absolute;
	top: -1px;
	right: -1px;
}
.is-on-offer .is-on-offer-box span {
	background: #CA0114;
	color: #fff;
	padding: 5px 10px;
	border-bottom-left-radius: 5px;
	border-top-right-radius: 5px;
	transition: all ease-in-out 250ms;
	font-size:12px;
}
.cpt-loop__single:hover.is-on-offer .is-on-offer-box span,
.our-fleet__card:hover.is-on-offer .is-on-offer-box span {
	background: #CA0114;
}
.single-cpt_is-on-offer {
	margin-bottom:10px;
}
.single-cpt_is-on-offer span {
	padding: 7px 15px;
	background: #CA0114;
	color: #fff;
	display: block;
	max-width: max-content;
	border-radius: 5px;
	font-size: 13px;
}
@media(max-width:1199px) {
	.single-cpt_is-on-offer span {
		max-width:unset;
	}
	.header-slider__container .header-slider {
		display: none;
	}
	.header-slider__content {
		margin-top: 100px;
	}
	.site-footer__col-logo .footer__social {
		bottom:15px;
	}
}
.cpt-upper-form__inner-row-item {
	flex:1;
}
.cpt-upper-form__inner-row-item label {
	display: block;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	color: #868e96;
	margin: 0 0 5px 5px;
}
.drop-hidden, .pick-hidden {
	display:none;
}
.after-price-check-error {
	display:none;
	text-align:center;
}
.input-button {
	cursor:pointer;
}
.pick-up-location .input-button,
.drop-off-location .input-button {
	pointer-events:none;
}
.grecaptcha-badge {
	visibility: hidden;
}
.hidden-coords {
	display:none;
}
.cpt-loop__no-price {
	display:none;
	font-size: 14px;
	font-weight: 500;
	max-width: 65%;
	min-height: 53px;
	display: flex;
	align-items: flex-end;
}
.cpt__no-price {
	display: none;
}
.cpt__no-price p {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	min-height: 100%;
}

.disabled {
	pointer-events: none;
	background-color: #c1c4c7 !important;
}

@media screen and ( min-width: 1180px ) {
	body.page-template-bikes .picker__holder,
	body.page-template-bicycles .picker__holder,
	body.page-template-cars .picker__holder {
		min-width: 400px;
		max-width: 400px;
	}
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
	.cpt-single__icons p {
		font-size: 14px;
	}

	.cpt-single__icons {
		gap: 35px;
	}
}
.g-recaptcha {
	display: flex;
	justify-content: flex-end;
}
.cpt-bottom-form__container label[for="my-message"] {
	display:block;
}
.verify-captcha {
	font-size: 14px;
	color: red;
	margin-top: 10px;
	display: block;
	text-align: center;
}
.cpt-extras select {
	background-color: transparent;
	border: 1px solid #e0e0e0;
	border-radius: 10px;
	display: block;
	width: 100%;
	padding: 10px;
	cursor:pointer;
}
.contact-intro__icon svg path, .contact-intro__icon svg ellipse, .contact-intro__icon svg circle {
	stroke: #fff;
	fill: #fff;
}
.archive-form__age {
	flex-basis: 100%;
}
.archive-form__age select {
	font-weight: 900;
	font-size: 13px;
	color: #868e96;
	text-transform: uppercase;
	cursor: pointer;
	background: transparent;
	padding: 15px 10px;
	border-radius: 5px;
	border: none;
	box-shadow: none;
	outline: none;
	width: 100%;
	font-weight: 900;
	font-size: 13px;
	display:block;
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	width:100%;
	color: #868e96;
	cursor: pointer;
}
.cf-form__row #driver-age {
	border: 1px solid #c1c4c7;
	outline: none;
	border-radius: 5px;
	color: #000;
	font-weight: 400;
	font-size: 13px;
	text-transform: uppercase;
	cursor: pointer;
	padding: 10px;
	background: transparent;
	width: 100%;
}
/**/
.archive-form__age select, .picker__year,.picker__weekday,.picker__day--outfocus {
	color: #575757!important;
}
.picker--focused .picker__day--disabled, .picker__day--disabled, .picker__day--disabled:hover {
	color: #555!important;
}
.picker__day--highlighted {
	border-color: #e3db47!important;
}
.picker--focused .picker__day--selected, .picker__day--selected, .picker__day--selected:hover {
	background: #000!important;
	color: #e3db47!important;
}
.picker--focused .picker__list-item--selected, .picker__list-item--selected, .picker__list-item--selected:hover {
	background: #000!important;
	color: #e3db47!important;
}
.picker__list-item--highlighted, .picker__list-item:hover {

}
.cf-form .wpcf7-list-item > label{
	color: #575757!important;
}
.archive-form__col-item select, .archive-form__col-item input{
	color: #575757!important;	
}
.cf-form label.extra_info{
	color:#E3DB47;

}
.cpt--single__form--cols h3.section-title{
	color:#fff200;
	text-shadow: unset;
}
@media(min-width:1025px){
	.cpt-upper-form.my_price{
		margin-top:130px;
	}
}
/**/
@media(min-width:1200px) {
	.archive-form__inner > [for="driver-age"] {
		margin-top:0 !important;
	}
}
.flight--number-el > label,
.flight--number-el > div {
	display:none;
}



/*Languages*/
header .lang-wrapper .current--lang {
	border-color:#fff;
	color:#fff;
}
header .lang-wrapper .current--lang .icon svg path {
	stroke:#fff;
}
header .lang-wrapper .current--lang > span.content {
	border-color:#fff;
}

.lang-wrapper {
	position:relative;
	background-color: rgba(255, 255, 255, 0.2);
}
.lang-wrapper .lang-show {
	position: absolute;
	top: calc(100% + 10px);
	left: 0;
	width: 100%;
	border: 1px solid #000;
	/*border-radius: 5px;*/
	overflow: hidden;
	display: none;
	flex-direction: column;
}
.lang-wrapper .lang-show a {
	font-weight: 600;
	font-size: 13px;
	color: #000;
	line-height: 1;
	text-transform: uppercase;
	padding: 8px 10px;
	justify-content: center;
	display: flex;
	background-color:#fff;
}
.lang-wrapper .lang-show a:hover {
	color:#000;
	background-color: #fff;
	border-color:#fff;
}

.lang-wrapper .current--lang {
	font-weight: 600;
	font-size: 13px;
	line-height: 1;
	cursor: pointer;
	color: #4f6f81;
	display: flex;
	padding-inline: 12px;
	/*border-radius: 5px;*/
	overflow: hidden;
	border: 1px solid #4f6f81;
	align-items: center;
	column-gap:12px;
	text-transform:uppercase;
}
.lang-wrapper .current--lang > span {
	display:block;
	padding-block:12px;
}
.lang-wrapper .current--lang > span.content {
	border-left:1px dashed #fff;
	padding-left:12px;
	display: flex;
	align-items: center;
	column-gap: 6px;
}
@media(max-width:1199px) {
	.mobile--lang-next {
		display: block;
		position: absolute;
		right: 80px;
		font-weight: 600;
		font-size: 13px;
		line-height: 1;
		color: #F0E400;
		text-transform: uppercase;
		border: 1px solid #F0E400;
		padding: 6px 12px;
	}
}
/*# sourceMappingURL=style.css.map */