/*!
Theme Name: staywithcar
Theme URI: http://underscores.me/
Author: Evgenii
Author URI: http://Evgenii
Description: Theme for staywithcar.com
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: stay
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.

staywithcar 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/
*/

* {
    box-sizing: border-box;
}

body {
    /*min-width: 380px;*/
    overflow-x: hidden;
    opacity: 1;
    font-size: 14px;
    line-height: 20px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

body.page .site-main {
    padding: 70px 0;
}

body.page .site-main.with_bg {
    padding: 0 0 70px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 20px 0;
    color: #545454;
    text-align: center;
}

.site-main.with_bg h1.entry-title {
    margin: 0;
    color: #fff;
    font-size: 60px;
    line-height: 60px;
}

h1 {
    font-size: 40px;
    line-height: 40px;
}

h2 {
    font-size: 32px;
    text-transform: uppercase;
    line-height: 28px;
}

img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

section {
    padding: 50px 0;
}

section.gray {
    background-color: #f1f1f1;
}

header.site-header {
    background-color: #24272d;
}

nav.main-navigation {
    background-color: #24272d;
    padding: 25px;
    z-index: 100;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.is-sticky nav.main-navigation {
    padding: 7px 25px;
}

footer {
    background: #111;
    padding: 30px 0 30px;
}

.container {
    width: 1280px;
    margin: 0 auto;
    display: block;
}

a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
    color: #ed7d21;
}

a.read_more {
    background-color: #ed7d21;
    padding: 10px 35px;
    border: 1px solid transparent;
    color: #fff;
    margin: 15px 0;
    display: inline-block;
}

a.read_more:hover {
    border: 1px solid #ed7d21;
    background-color: #fff;
    color: #ed7d21;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

ol.breadcrumbs {
    padding: 0;
    margin: 15px 0;
    color: #fff;
    position: relative;
    z-index: 3;
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

ol.breadcrumbs.single-breadcrumbs {
    color: #999;
}

article ol.breadcrumbs li {
    margin: 0 10px;
}

article ul,
article li {
    list-style: inherit;
    list-style-position: inside;
    margin: inherit;
    padding: inherit;
}

.alignleft {
    /*rtl:ignore*/
    float: left;

    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}
.alignright {
    /*rtl:ignore*/
    float: right;

    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}

.d-flex {
    display: flex;
}
.flex-column {
    flex-direction: column;
}
.flex-row {
    flex-direction: row;
}
.flex-wrap {
    flex-wrap: wrap;
}
.align-center {
    align-items: center;
}
.align-start {
    align-items: flex-start;
}
.align-end {
    align-items: flex-end;
}
.justify-center {
    justify-content: center;
}
.justify-start {
    justify-content: flex-start;
}
.justify-end {
    justify-content: flex-end;
}
.justify-between {
    justify-content: space-between;
}

.grid-1 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
}
.grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}
.grid-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
}
.grid-4 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 25px;
}

.hide_mobile {
    display: block;
}
.show_mobile {
    display: none;
}
.hidden {
    display: none !important;
}

.transition {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
    supported by Chrome, Opera and Firefox */
}

li.vrc-step,
li.vbp-step {
    margin: 0;
    list-style: none;
}

ul.menu {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

ul.menu li:not(.wpml-ls-item) {
    flex: 1 0 auto;
}

ul.menu li img {
    margin: 0;
}

ul.menu li.wpml-ls-item {
    flex: 0 1 30px;
}

ul.menu li.menu-item-has-children {
    position: relative;
}

ul.sub-menu {
    position: absolute;
    top: 100%;
    left: -15px;
    width: 150px;
    background-color: #24272d;
    padding: 55px 15px 15px;
    display: flex;
    flex-direction: column;
    z-index: 1;

    opacity: 0;
    visibility: hidden;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

ul.menu li.menu-item-has-children:hover ul.sub-menu {
    visibility: visible;
    opacity: 1;
}

ul.sub-menu > li {
    margin-bottom: 10px;
}

ul.menu a {
    color: #fff;
    text-transform: uppercase;
}

ul.menu .book-now a {
    background-color: #ed7d21;
    padding: 10px 35px;
    border: 1px solid transparent;
}

.mobile-book-now {
    background-color: #ed7d21;
    padding: 10px 35px;
    border: 1px solid transparent;
    color: #fff;
    text-transform: uppercase;
    margin: 0 20px;
}

.mobile-book-now:hover {
    border: 1px solid #ed7d21;
    background-color: #fff;
}

ul.menu a:hover,
ul.menu .current-menu-item a {
    color: #ed7d21;
}

ul.menu .current-menu-item.book-now a {
    color: #fff;
}

ul.menu .book-now a:hover {
    border: 1px solid #ed7d21;
    background-color: #fff;
}

ul.menu .current-menu-item.book-now a:hover {
    color: #ed7d21;
}

section.main_banner {
    padding-top: 0;
}

.banner_info {
    position: relative;
}

.parallax_img {
    min-height: 650px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.with_bg .parallax_img {
    min-height: 350px;
    position: relative;
    margin-bottom: 70px;
}

.with_bg .parallax_img h1 {
    position: relative;
    z-index: 3;
}

.with_bg .parallax_img:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000;
}

.parallax_img h1 {
    font-size: 60px;
    line-height: 60px;
}

.parallax_img h1,
.parallax_img h2 {
    color: #fff;
    text-transform: inherit;
}

.top {
    position: fixed;
    bottom: 20px;
    right: -120px;
    background-color: #ed7d21;
    z-index: 1000;
    border-radius: 10em;
    color: #222;
    font-size: 26px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    opacity: 0.3;
    transition: all 0.3s ease;
    display: none;
}
.top:hover {
    opacity: 1;
    color: #ed7d21;
    background-color: #222;
}

.top.active {
    right: 20px;
}

section.main_slider {
    padding: 0 0 50px;
    overflow: hidden;
}

section.main_slider .vrcmodcarsgridcontainer .owl-stage-outer {
    padding-bottom: 25px;
}

section.main_slider .vrcmodcarsgridcontainer .owl-nav {
    position: absolute;
    left: -50px;
    right: -50px;
    top: 45%;
    display: flex;
    justify-content: space-between;
    z-index: -1;
}

section.main_slider .vrcmodcarsgridcontainer .owl-nav button {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
}

section.main_slider .vrcmodcarsgridcontainer .owl-nav button.disabled {
    cursor: default;
    opacity: 0.5;
}

section.main_slider .vrcmodcarsgridcontainer .owl-nav button span {
    color: #ed7d21;
    font-size: 130px;
}

section.main_slider .vrcmodcarsgridcontainer .owl-dots .owl-dot {
    width: 15px;
    height: 15px;
}

section.main_slider .vrcmodcarsgridcontainer .owl-dots .owl-dot.active {
    background: #ed7d21;
}

section.main_slider .vrcmodcarsgridboxdiv:hover {
    box-shadow: 0 0 7px 1px rgb(0 0 0 / 20%);
}

section.main_slider .vrcmodcarsgrid-item_title {
    font-size: 22px;
}

section.main_slider .vrcmodcarsgridview a {
    font-size: 16px;
    background-color: transparent;
    border: 1px solid #ed7d21;
}

section.main_slider .vrcmodcarsgridview a:hover {
    background-color: #ed7d21;
    color: #fff;
}

.vrcmodcarsgrid-box-cost,
.vrcsrowpricediv {
    font-size: 18px;
    margin: 20px 0;
    color: #000;
    text-align: left;
}

.vrcmodcarsgrid-box-cost {
    text-align: center;
}

body .vrc-car-lastblock {
    border-left: 1px solid #ddd;
    text-align: left;
}

section.main_slider .vrcmodcarsgrid-box-cost .vrcmodcarsgridcarcost {
    font-weight: bold;
    color: #53af53;
}
.vrcsrowpricediv .car_cost {
    font-weight: bold;
    color: #53af53;
    margin-top: 5px;
}

body .booknow,
body .vrclistgoon a,
body .vrclistgoon a:link,
body .vrclistgoon a:visited,
body .vrclistgoon a:active {
    font-size: 16px;
    background: transparent;
    border: 1px solid #ed7d21;
    color: #ed7d21;
}

body .booknow:hover,
body .vrclistgoon a:hover {
    background: #ed7d21;
    color: #fff;
}

body .car_prices .vrhword {
    font-weight: bold;
}

body .vrctableorder .vrctableorderfrow td {
    color: #545454;
    padding: 10px;
    background: #efefef;
}
body .vrc-itinerary-confirmation h4 {
    text-align: left;
}

body .vrcentercoupon input.vrcsubmitcoupon {
    background: #53af53;
    border: 1px solid #53af53;
}

body .vrc-save-order-block {
    text-align: center;
}

body form[name='vrc'] {
    background: #efefef;
    margin-bottom: 10px;
}

body .vrccustomfields {
    padding: 15px 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}

body .vrcdivcustomfield {
    width: 32%;
    margin: 0 0 13px 0;
    flex-basis: inherit;
}

body .vrc-oconfirm-footer {
    padding: 0 30px;
}

body .vrcdivcustomfield.vrc-oconfirm-cfield-entry-checkbox {
    width: 100%;
}

body .vrc-oconfirm-cfield-entry-checkbox > div {
    vertical-align: bottom;
    font-size: 18px;
}

body .vrcdivcustomfield.textarea_wrap {
    width: 100%;
    margin: 0 0 13px 0;
}

body .vrcdivcustomfield.vrccustomfldinfo {
    width: 100%;
    margin: 0 0 13px 0;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid #e2e2e2;
}

body .vrctextarea {
    padding: 10px;
    font-size: 14px;
    width: 100%;
}

body .vrcinput {
    padding: 10px;
    font-size: 14px;
    width: 100%;
}

.vrcdivcustomfield select {
    padding: 10px;
    border: 1px solid #cccccc;
    width: 100%;
}

.vrcinfocarcontainer {
    width: 100%;
    display: flex;
    background: #efefef;
}

.vrcinfocarcontainer > div.vrc-summary-car-img img {
    float: none;
    width: 100%;
}

.vrc-cdetails-cmainimg {
    width: 100%;
}

.vrc-cdetails-cmainimg img {
    float: none;
    width: 100%;
}

.vrcinfocarcontainer > div.vrcrentforlocs {
    order: 1;
}

.vrc-table-container {
    width: 100%;
    display: flex;
    vertical-align: top;
}

.why-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    padding: 70px 0;
}

.why-wrap .why-item {
    width: 33%;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.why-wrap .why-item .why-item_ico i {
    background-color: #ed7d21;
    color: #fff;
    font-size: 34px;
    border-radius: 50%;
    padding: 20px;
}

.why-wrap .why-item .why-item_title {
    margin: 25px 0;
    font-size: 22px;
    font-weight: bold;
}

section.who-we-are {
    padding: 0;
}

.who_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.who_wrap .who_item {
    width: 50%;
    text-align: left;
    padding: 0 70px;
}

.who_wrap .who_item h2 {
    text-align: left;
}

.who_wrap .who_item.image {
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;
}

section.map {
    padding: 0;
    display: flex;
}

section.social {
    background-color: #000;
}

.social_wrap {
    display: flex;
    padding: 0 100px;
    justify-content: center;
    align-items: flex-start;
}

.social_wrap .social_item {
    display: flex;
    align-items: flex-start;
    width: 25%;
    padding: 30px;
    border-right: 1px solid #999;
}

.social_wrap .social_item:last-child {
    border-right: none;
}

.social_wrap .social_item i {
    background-color: transparent;
    color: #ed7d21;
    font-size: 30px;
    border-radius: 50%;
    padding: 0 20px 0 0;
}
.social_wrap .social_item h3 {
    text-align: left;
    color: #999;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 17px;
    margin-top: 0;
}

.social_wrap .social_item a {
    display: block;
    margin: 7px 0;
    font-size: 16px;
    color: #999;
}

.social_wrap .social_item .social_links a {
    display: inline-block;
    margin: 3px;
}

.social_wrap .social_item .social_links a i {
    color: #999;
    font-size: 28px;
    padding: 10px;
}

footer .site-info {
    padding: 0 100px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

footer .site-info .footer_item {
    width: 33%;
    padding: 0 70px;
    color: #999;
    font-size: 18px;
}

footer .site-info .footer_item .widget-title {
    color: #fff;
    text-align: left;
    font-size: 18px;
    text-transform: uppercase;
}

footer ul.menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
footer ul.menu li {
    margin: 0 0 10px 0;
}

footer ul.menu li a {
    font-size: 16px;
    text-transform: capitalize;
    color: #999;
}

footer .copyrights {
    font-size: 15px;
    margin-top: 20px;
    display: inline-block;
    padding-left: 170px;
    color: #999;
    margin: 0;
}

/*=======Accordion=========*/

.accordion_head {
    background-color: #ed7d21;
    color: white;
    cursor: pointer;
    font-size: 18px;
    margin: 0 0 1px 0;
    padding: 20px 11px;
    font-weight: bold;
}
.accordion_body {
    background: transparent;
}
.accordion_body p {
    padding: 18px 5px;
    margin: 0px;
}
.plusminus {
    float: left;
    margin-right: 20px;
    font-size: 26px;
}

/*=======Accordion=========*/

/*=======================VIL RENT CAR================================*/

body .vrcdivsearch {
    width: 100%;
    background: transparent;
    border: none;
}

body.search_next .vrcdivsearch {
    background: #fbfbfb;
    border: 1px solid #eee;
}

body .vrcdivsearch form {
    justify-content: space-between;
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

body .vrc-searchf-section-locations .vrcsfentrycont:first-child,
body .vrc-searchf-section-datetimes .vrcsfentrycont:first-child {
    margin-right: 0;
}

.search_wrap .wrap {
    background: #222;
    border-radius: 4px;
    width: 100%;
    padding: 30px;
    position: relative;
    margin: -200px auto 0;
    color: #fff;
}

body.search_next .search_wrap .wrap {
    margin: 0 auto;
    background: #fff;
    color: #000;
    padding: 60px 30px 30px;
}

body.page .wrap {
    padding: 30px;
    margin: 0 auto;
    background: #fff;
    color: #000;
}

body .vrc-searchf-section-locations {
    flex-wrap: nowrap;
    max-width: inherit;
}

body .wrap select,
select {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23ed7d21' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 0.75rem center !important;
    background-size: 10px 12px !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    padding: 12px 1.75rem 12px 0.75rem !important;
    height: auto !important;
    min-width: 170px;
    max-width: 175px;

    font-size: 12px !important;
    line-height: 1;
    border: 0;
    border-radius: 2px;
    height: 34px;
    width: auto;
    color: #999;
    margin-bottom: 0;
    border: 1px solid #ddd;
    text-transform: uppercase;
}

.vrcsfentrycont #vrccomselph select,
.vrcsfentrycont #vrccomselpm select,
.vrcsfentrycont #vrccomseldh select,
.vrcsfentrycont #vrccomseldm select {
    margin: 0 !important;
}

.vrcsfentrysubmit input[name='search'] {
    text-transform: uppercase;
}

body.search_next .wrap select {
    min-width: 255px;
}

body.search_next .wrap .vrc-sf-time-container {
    border: 1px solid #dddddd;
}

body .vrcdivsearch .vrcsfentrycont input.vrc-search-btn,
body .vrcdivsearch .vrcsfentrysubmit input.vrcdetbooksubmit,
body .vrcdivsearch .button {
    padding: 11px 7px;
    background-color: #ed7d21;
    border: 1px solid #ed7d21;
    color: #fff;
    cursor: pointer;
    -webkit-appearance: none;
}

body .vrcstepsbarcont .vrc-stepbar > li > *:before {
    font-size: 11px;
}

body .vrc-car-name {
    color: #000;
    line-height: 20px;
    margin: 0 0 10px;
    text-align: left;
}

body .vrcdivsearch .vrcsfentrycont input.vrc-search-btn:hover,
body .vrcdivsearch .vrcsfentrysubmit input.vrcdetbooksubmit:hover,
body .vrcdivsearch .button:hover {
    background-color: #fff;
    color: #ed7d21;
}
body .vrcdivsearch .vrcsfentrycont label {
    margin: 0 5px 7px 0;
    font-size: 14px;
    line-height: 20px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
}

body .vrcdivsearch select option {
    padding: 7px;
}

body .vrcdivsearch .vrc-searchf-section-sbmt .vrcsfentrycont {
    margin: 10px 0 0;
    display: flex;
    align-items: center;
}

body .vrcdivsearch .vrcsfentrysubmit .vrcsearch {
    border-radius: 2px !important;
    cursor: pointer;
    transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    padding: 10px 15px !important;
    background-color: #ed7d21;
    box-shadow: none;
    outline: none;
    border: 1px solid transparent;
}

body .vrcdivsearch .vrcsfentrysubmit .vrcsearch:hover {
    background-color: transparent;
    border: 1px solid #ed7d21;
}

body .vrcdivsearch .vrcsfentrysubmit .vrcsearch i {
    color: #fff;
}

body .vrcdivsearch .vrcsfentrysubmit .vrcsearch:hover i {
    color: #ed7d21;
}

.vrc-searchf-section-datetimes {
    display: flex;
}

.vrcdivsearch .vrc-searchf-section-datetimes .vrcsfentrycont {
    margin: 0 20px 10px 0 !important;
}

body .vrcdivsearch .vrc-searchf-section-datetimes .vrcsfentrycont .vrcsfentrylabsel {
    min-width: inherit;
    margin-right: 0;
    display: flex;
    flex-direction: column;
}

body
    .vrcdivsearch
    .vrc-searchf-section-datetimes
    .vrcsfentrycont
    .vrcsfentrylabsel
    .vrcsfentrydate {
    flex: 1;
}

body .vrcdivsearch > form > .vrclocationsbox {
    display: none;
}

.vrcmodcarsgridcont-item {
    margin: 10px;
}

h3.vrc-main-title {
    color: #fff;
    font-size: 40px;
    text-align: center;
    margin: 0 0 20px 0;
    display: none;
}

body .vrcdivsearch i {
    color: #ed7d21;
}

body .vrcstepsbarcont .vrc-stepbar li.vrc-step-complete a {
    color: #53af53;
    font-size: 18px;
}
body .vrcstepsbarcont .vrc-stepbar li.vrc-step-complete > *:before {
    color: #53af53;
    border: 2px solid #53af53;
}
body .vrcstepsbarcont .vrc-stepbar li.vrc-step-complete:hover > *:before {
    background: #53af53;
}

body .vrcstepsbarcont .vrc-stepbar li.vrc-step-next span {
    color: #666;
    font-size: 18px;
}

body .vrcstepsbarcont .vrc-stepbar li.vrc-step-next > *:before {
    color: #666;
    border: 2px solid #666;
}

body .vrcstepsbarcont .vrc-stepbar li.vrc-step-current span {
    color: #ed7d21;
    font-size: 18px;
}
body .vrcstepsbarcont .vrc-stepbar li.vrc-step-current > *:before {
    background: #ed7d21;
    border: 2px solid #ed7d21;
}

body .vrc-itinerary-summary > div > h4 {
    margin-top: 0;
    font-size: 24px;
}

body p.vrcarsfound {
    font-size: 16px;
}

body .vrc-searchfilter-characteristic {
    background: transparent;
}

body .vrcliststartfrom {
    color: #000;
}
body .car_cost {
    color: #53af53;
    font-weight: bold;
}
.vrccal tr:first-child {
    color: #000;
}

.vrccal tr:first-child td {
    font-size: 18px;
}

body .vrccaldivcont {
    border-top: 2px solid #ed7d21;
}

/*.vrccal tr td .vrc-cdetails-cal-pickday{
	color: #53af53;
}*/

.search_wrap h3 {
    color: #fff;
}

body.search_next .search_wrap h3 {
    color: #545454;
}

.vrcdivsearch .vrclocationsbox {
    display: none;
}

select[name='pickuph'],
select[name='pickupm'],
select[name='releaseh'],
select[name='releasem'] {
    border: none !important;
    line-height: 1.2 !important;
    min-width: inherit !important;
}

select[name='pickuph'],
select[name='releaseh'] {
    border-radius: 2px 0 0 2px !important;
}

select[name='pickupm'],
select[name='releasem'] {
    border-radius: 0 2px 2px 0 !important;
}

.vrcsfentrycont .vrctimesep {
    border-radius: 0 !important;
    background: #fff;
    color: #000;
    padding: 8px 0 10px !important;
}

body.page h3.vrcclistheadt {
    display: none;
}

.vrc-car-name .vrc-car-name-category {
    display: none;
}

body .cardetails_moreimages {
    display: flex;
    flex-wrap: wrap;
}

body .car_moreimages a,
body .cardetails_moreimages a {
    width: 25%;
}

.forsale-wrap {
    margin-bottom: 50px;
}

.forsale-sidebar {
    background: #222;
    border-radius: 4px;
    width: 100%;
    padding: 10px 30px 30px;
    margin-bottom: 30px;
    position: relative;
    color: #fff;
}

form.searchandfilter {
    width: 100%;
    display: flex;
    align-items: center;
}

form.searchandfilter ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

form.searchandfilter ul li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-right: 30px;
}

form.searchandfilter ul li.sf-field-reset {
    width: max-content;
    margin-right: 0;
    align-self: flex-end;
}

.searchandfilter h4 {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
}

form.searchandfilter label {
    width: 100%;
}

form.searchandfilter select.sf-input-select {
    max-width: 100%;
    width: 100%;
}

input.search-filter-reset {
    padding: 10px 30px;
    background-color: #ed7d21;
    border: 1px solid #ed7d21;
    color: #fff;
    cursor: pointer;
}

input.search-filter-reset:disabled {
    background: #dddddd;
    color: #5b5b5b;
    border-color: #dddddd;
    pointer-events: none;
}

a.forsale-item {
    border: 1px solid #ddd;
    font-size: 14px;
    color: #999;
    padding: 10px 10px 15px;
}

a.forsale-item:hover {
    box-shadow: 0 0 7px 1px rgb(0 0 0 / 20%);

    -ms-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.forsale-item-img {
    width: 100%;
}

.forsale-item-img img {
    width: 100%;
}

.forsale-item h4 {
    font-size: 22px;
    font-weight: 600;
    color: #000;
}

.forsale-item-price span {
    font-weight: bold;
    color: #53af53;
    font-size: 18px;
    margin: 15px 0;
}

.forsale-item-price span.price-block-title {
    margin-right: 5px;
}

.forsale-item-price span del {
    font-size: 14px;
    color: #999;
    margin-right: 5px;
}

.forsale-item-attr i {
    margin-right: 5px;
}

button.forsale-readmore {
    display: inline-flex;
    font-size: 16px;
    background-color: transparent;
    border: 1px solid #ed7d21;
    text-transform: uppercase;
    font-weight: bold;
    color: #ed7d21;
    padding: 8px 25px;
    margin-top: auto;
    cursor: pointer;
}

button.forsale-readmore:hover {
    background-color: #ed7d21;
    color: #fff;
}

.single-title-wrap .forsale-item-price span {
    font-size: 30px;
}

.single-title-wrap .forsale-item-price span del {
    font-size: 20px;
}

.forsale-single-wrap {
    margin-bottom: 30px;
}

.forsale-single-gallery {
    width: 60%;
    margin-right: 10%;
}

.forsale-single-gallery-main img {
    width: 100%;
}

.forsale-single-gallery-main-all img {
    padding: 1px;
    background-color: #fff;
}

.forsale-single-gallery-main-all img:hover {
    opacity: 0.7;
}

.forsale-single-info {
    flex: 1;
}

.forsale-additional h3 {
    font-size: 24px;
}

.forsale-item-attributes {
    color: #999;
    margin-top: 10px;
    border-top: 1px solid #eee;
    padding: 7px 10px;
    font-size: 20px;
}

.forsale-item-attr {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.attr-title {
    font-weight: bold;
}

body.single-forsale_item form.wpcf7-form {
    width: 100%;
    padding-bottom: 15px;
    background-color: #fff;
    color: #545454;
}

body.single-forsale_item form.wpcf7-form label {
    color: #545454;
}

body.single-forsale_item form.wpcf7-form input:not(.wpcf7-submit),
body.single-forsale_item form.wpcf7-form textarea {
    outline: none;
    border: 1px solid #545454;
}

body.single-forsale_item form.wpcf7-form .wpcf7-submit {
    width: 100%;
}

a.form_whatsapp {
    background-color: #28a745;
    color: #fff;
    text-align: center;
    border: 1px solid #28a745;
    font-size: 20px;
    font-weight: bold;
    padding: 10px;
    margin-top: 10px;
    width: 100%;
    display: block;
}

body.single-forsale_item form.wpcf7-form .ajax-loader {
    display: none;
}

.forsale-additional {
    margin-bottom: 50px;
}

body form.wpcf7-form .or-social-header {
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.socials-form-list a {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin: 0 5px;

    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
}

a.to_form_ancor {
    background-color: #53af53;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    padding: 15px 30px;
    opacity: 1;
    visibility: visible;
}

.to_form_ancor.active {
    position: fixed;
}

.to_form_ancor.invis {
    opacity: 0;
    visibility: hidden;
}

.forsale-form-mobile {
    margin-bottom: 15px;
}

body.page-template-page-for-sale li.book-now,
body.page-template-page-for-sale a.mobile-book-now,
body.page-template-page-for-sale .callme,
body.single-forsale_item li.book-now,
body.single-forsale_item a.mobile-book-now,
body.single-forsale_item .callme,
body.tax-forsale_cat li.book-now,
body.tax-forsale_cat a.mobile-book-now,
body.tax-forsale_cat .callme {
    display: none;
}

.forsale-seo {
    margin: 30px 0;
}

.toggled-text {
    height: 250px;
    overflow: hidden;
}

a.text-toggle {
    color: #fff;
    background-color: #ed7d21;
    border: 1px solid #ed7d21;
    display: block;
    width: max-content;
    margin: 30px auto 0;
    padding: 10px 35px;
}

a.text-toggle:hover {
    color: #ed7d21;
    background-color: #fff;
    border-color: #ed7d21;
}

/*=======================VIL RENT CAR END================================*/

/*=======================CF7 Form================================*/

form.wpcf7-form {
    width: 60%;
    padding: 20px 10px 0px;
    border-radius: 7px;
    margin: 0 auto;
    text-align: left;
    color: #fff;
    background-color: #222;
    box-shadow: 0 0 19px 13px rgb(0 0 0 / 30%);
}

form.wpcf7-form input,
form.wpcf7-form select,
form.wpcf7-form textarea {
    width: 100%;
    padding: 10px;
    min-width: inherit;
    background-color: #fff;
}

form.wpcf7-form input[type='submit'] {
    background-color: #ed7d21;
    border: 1px solid #ed7d21;
    color: #fff;
    margin: 30px auto 10px;
    width: 150px;
    display: block;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

form.wpcf7-form input[type='submit']:hover {
    color: #ed7d21;
    background-color: #fff;
}

form.wpcf7-form h3 {
    text-align: left;
    font-size: 26px;
    color: #fff;
}

form.wpcf7-form label {
    color: #fff;
}

form.wpcf7-form .two_in_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

form.wpcf7-form .two_in_row label {
    width: 48%;
}

form.wpcf7-form .time_in_row {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 20px;
}

form.wpcf7-form .time_in_row > span {
    border: 2px solid transparent;
    width: 50%;
}

form.wpcf7-form input[type='date'] {
    background-image: url('/wp-content/uploads/2021/05/calendar.png');
    background-size: 0;
    -webkit-background-size: 20px;
    background-repeat: no-repeat;
    background-position: 97% center;
}

form.wpcf7-form input[type='date']::-webkit-calendar-picker-indicator {
    opacity: 0;
}

div#ui-datepicker-div {
    z-index: 99 !important;
}

/*=======================CF7 Form End================================*/

/*=======================Mobile menu================================*/

.mobile_header_wrap {
    display: none;
}

.hamburger_menu_wrap {
    height: 29px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: transparent;
    cursor: pointer;
    position: relative;
    align-items: center;
}

.hamburger_menu_wrap .hamburger_item {
    width: 50px;
    height: 5px;
    border-radius: 25px;
    background: #fff;
}

.side_menu_wrap.is-active .side_menu_opa {
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    bottom: 0;
    background-color: #000;
    z-index: 997;
    opacity: 0.7;
}

.side_menu {
    bottom: 0;
    top: 0;
    width: 450px;
    right: -550px;
    position: fixed;
    z-index: 998;
    background-color: #edeee7;
    max-width: 95%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.side_menu_wrap.is-active .side_menu {
    right: 0;
}

.side_menu_wrap.is-active .side_menu li a {
    color: #000;
}

.side_menu_wrap.is-active .side_menu li.current-menu-item a {
    color: #ed7d21;
}

.side_menu_close {
    left: -40px;
    top: 10px;
    position: absolute;
    color: #ed7d21;
    cursor: pointer;
}

.side_menu_close i {
    font-size: 45px;
    color: #edeee7;
}

body.menu-active {
    overflow: hidden;
}

.side_menu_title {
    font-weight: bold;
    padding: 10px 20px;
    display: block;
    color: #000;
    font-size: 34px;
    border-bottom: 1px solid #c5c5c5;
    text-align: center;
}

.side_menu ul {
    margin: 35px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.wpml-ls ul {
    display: flex;
    flex-direction: row;
}

.wpml-ls ul li.wpml-ls-current-language {
    /*border: 1px solid #ed7d21;
	border-radius: 10px;*/
    pointer-events: none;
}

.side_menu ul li {
    text-align: center;
    margin-bottom: 15px;
}

.side_menu ul li a {
    font-weight: 400;
    font-size: 22px;
}

/*=======================Mobile menu================================*/

/*=======================Call Widget================================*/

.callme {
    position: fixed;
    border-radius: 50%;
    right: 2rem;
    bottom: 2rem;
    width: 60px;
    height: 60px;
    z-index: 12;
    transition: all 0.9s ease;
    box-shadow: 0 0 0 #ed7d21;
    animation: callme 2s infinite;
    -webkit-animation: callme 2s ease-out;
    -webkit-animation-iteration-count: infinite;
}

.callme:hover {
    animation: none;
}

.close-ico {
    display: none;
    color: #fff;
    font-size: 32px;
}

.callme.active_widget .close-ico {
    display: block;
}

.callme.active_widget .callme-btn svg {
    display: none;
}

@-webkit-keyframes callme {
    0% {
        -webkit-box-shadow: 0 0 0 0 inherit;
    }
    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}
@keyframes callme {
    0% {
        -moz-box-shadow: 0 0 0 0 inherit;
        box-shadow: 0 0 0 0 inherit;
    }
    70% {
        -moz-box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.callme-btn {
    background: #ed7d21;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    cursor: pointer;
    transition: 0.3s;
}

.callme-list {
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 65px;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
}

.callme-list.show {
    visibility: visible;
    opacity: 1;
}

.callme-list a {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 5px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}

.callme-list a:hover {
    transform: scale(1.05);
}

.callme-list a i {
    color: #fff;
    font-size: 30px;
}

/*=======================Call Widget END================================*/

/*=======================MEDIA================================*/
@media screen and (max-width: 1366px) {
    .social_wrap .social_item .social_links a i {
        padding: 5px;
    }
}

@media screen and (max-width: 1280px) {
    .container {
        width: 1024px;
    }

    form.wpcf7-form {
        width: 80%;
    }

    /*Моб. Меню*/

    .mobile_header_wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .mobile_right {
        display: flex;
        align-items: center;
    }

    .menu-main-menu-container,
    .menu-glavnoe-menyu-container {
        display: none;
    }

    body .vrcdivsearch form {
        justify-content: center;
    }
    body .vrcdivsearch select {
        min-width: inherit;
    }
}

@media screen and (max-width: 1200px) {
    .social_wrap {
        padding: 0 50px;
    }
    footer .site-info .footer_item {
        padding: 0 30px;
    }
    footer .copyrights {
        padding-left: 140px;
    }
    footer .site-info .footer_item.footer_menu {
        padding: 0 30px 0 90px;
    }
    section.main_slider .vrcmodcarsgridcontainer .owl-nav {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .container {
        width: 100%;
        padding: 0 15px;
    }

    .entry-content {
        padding: 0 10px;
    }

    form.wpcf7-form {
        width: 100%;
    }

    .wp-block-columns {
        flex-wrap: wrap;
        margin-bottom: 0;
    }
    .wp-block-column,
    .wp-block-column:not(:only-child) {
        flex-basis: 100% !important;
        padding: 0 0 25px;
    }
    .wp-block-column:not(:first-child) {
        margin-left: 0;
    }

    body.page .wrap,
    .search_wrap .wrap {
        width: 95%;
        padding: 30px 0;
    }
    .social_wrap .social_item {
        padding: 10px;
    }
    body .wrap select,
    select {
        max-width: inherit;
    }
}

@media screen and (max-width: 992px) {
    .social_wrap .social_item {
        padding: 30px;
        width: 50%;
    }
    .social_wrap .social_item:nth-child(2) {
        border-right: none;
    }
    .social_wrap {
        flex-wrap: wrap;
    }

    .parallax_img {
        min-height: 450px;
    }
    body.page .wrap,
    .search_wrap .wrap {
        margin: -40px auto 0;
    }
    .parallax_img h1 {
        font-size: 50px;
    }
    .forsale-single-gallery {
        margin-right: 0;
        width: 100%;
    }
    .forsale-single-info {
        margin-top: 30px;
    }
    .show_mobile {
        display: block;
    }
    .hide_mobile {
        display: none;
    }
    .single-title-wrap {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 768px) {
    .who_wrap {
        flex-direction: column;
    }
    .who_wrap .who_item {
        width: 100%;
    }
    .who_wrap .who_item.image {
        height: 300px;
    }
    .with_bg .parallax_img {
        min-height: 250px;
    }
    body .vrccustomfields {
        padding: 15px;
    }

    footer .site-info .footer_item.logo {
        width: 100%;
    }
    footer .site-info .footer_item {
        width: 50%;
        padding: 0;
    }
    footer .site-info .footer_item.footer_menu {
        padding: 0;
    }
    footer .site-info .footer_item.working_hours {
        text-align: right;
        padding-left: 30px;
    }
    footer .site-info .footer_item.working_hours .widget-title {
        text-align: right;
    }
    footer .copyrights {
        padding-left: 0;
        display: block;
        text-align: center;
        margin-top: 20px;
        padding-top: 10px;
        border-top: 1px solid #999;
    }

    .vrcstepsbarcont .vrc-stepbar {
        flex-wrap: wrap;
    }
    .vrcstepsbarcont .vrc-stepbar > li {
        flex-basis: 100%;
        text-align: left;
        border-bottom: 1px solid #ddd;
    }
    .parallax_img h1 {
        font-size: 40px;
        line-height: 40px;
        margin-top: 0;
    }
    h2 {
        font-size: 28px;
    }
    h3.vrc-main-title {
        font-size: 28px;
    }
    section {
        padding: 20px 0;
    }
    .mobile-book-now {
        padding: 5px 15px;
        margin: 0 10px 0 0;
    }

    .search_wrap .wrap {
        margin: -100px auto 0;
    }
    body .wrap select.vrcf-countryinp {
        min-width: inherit;
        width: 100%;
    }

    body .vrc-searchf-section-locations {
        width: 100%;
        margin: 0;
        flex-wrap: wrap;
    }
    .vrc-searchf-section-locations .vrcsfentrycont select {
        width: 100%;
    }
    body .vrc-searchf-section-locations .vrcsfentrycont {
        flex: 50%;
        margin: 0;
    }
    body .vrcdivsearch .vrcsfentrycont div {
        width: 98% !important;
    }
    body .vrcdivsearch .vrc-searchf-section-sbmt .vrcsfentrycont div {
        width: 100%;
    }
    body .vrc-searchf-section-datetimes {
        width: 70%;
    }
    body.search_next .vrc-searchf-section-datetimes,
    body.page .vrc-searchf-section-datetimes {
        width: 100%;
    }

    body.search_next .vrcdivsearch .vrcsfentrycont div.vrc-sf-time-container,
    body.page .vrcdivsearch .vrcsfentrycont div.vrc-sf-time-container {
        width: 40%;
    }

    body
        .vrcdivsearch
        .vrc-searchf-section-datetimes
        .vrcsfentrycont
        .vrcsfentrylabsel
        .vrcsfentrydate {
        width: 100%;
    }

    .vrcdivsearch .vrc-searchf-section-datetimes .vrcsfentrycont {
        margin: 0 !important;
    }
    body .vrcsfentrycont .vrctimesep {
        align-self: inherit;
    }
    body .vrc-searchf-section-categories {
        width: 30%;
        margin-right: 0;
    }
    body .vrc-searchf-section-categories select {
        width: 100%;
    }
    body .wrap select,
    select {
        padding: 10px 1.75rem 10px 0.75rem !important;
    }
    .vrcsfentrycont .vrctimesep {
        padding: 6px 0 8px !important;
    }
    body .vrc-searchf-section-sbmt {
        width: 100%;
        margin-left: 0;
    }
    body .vrcdivsearch .vrcsfentrycont input.vrc-search-btn,
    body .vrcdivsearch .vrcsfentrysubmit input.vrcdetbooksubmit,
    body .vrcdivsearch .button {
        width: 100%;
    }
    .site-main.with_bg h1.entry-title {
        font-size: 40px;
        line-height: 40px;
    }

    body .vrcinfocarcontainer {
        flex-direction: column;
        flex-wrap: nowrap;
    }
    body .vrcinfocarcontainer > div {
        width: 100%;
        float: none;
    }
    body .vrcdivcustomfield {
        width: 100%;
    }

    body input:not([type='checkbox']),
    body select,
    body textarea {
        -webkit-appearance: none !important;
        -moz-appearance: none !important;
        appearance: none !important;
    }
    form.wpcf7-form input,
    form.wpcf7-form select,
    form.wpcf7-form textarea {
        min-height: 40px;
        -webkit-appearance: none !important;
        -moz-appearance: none !important;
        appearance: none !important;
    }
    body.search_next .search_wrap .wrap {
        padding: 60px 0 30px;
    }

    form.searchandfilter ul {
        flex-wrap: wrap;
    }
    .grid-4 {
        grid-template-columns: 1fr 1fr;
    }
    form.searchandfilter ul li {
        margin-right: 0;
    }
}

@media screen and (max-width: 670px) {
    body .vrc-cdetails-cinfo .vrc-cdetails-img {
        width: 100%;
    }

    .accordion_head {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .plusminus {
        order: -1;
    }
}

@media screen and (max-width: 480px) {
    .why-wrap {
        flex-direction: column;
        padding: 0 0 30px;
    }
    .why-wrap .why-item {
        width: 100%;
        padding: 15px;
    }
    .social_wrap .social_item {
        width: 100%;
        border-bottom: 1px solid #999;
        border-right: none;
    }
    footer .site-info {
        padding: 0 30px;
    }
    nav.main-navigation {
        padding: 25px 10px;
    }

    .side_menu {
        width: 300px;
    }
    .hamburger_menu_wrap .hamburger_item {
        width: 40px;
    }
    nav.main-navigation {
        padding: 15px 0px;
    }
    .is-sticky nav.main-navigation {
        padding: 7px 0;
    }

    body .vrc-searchf-section-datetimes {
        width: 100%;
    }
    body .vrc-searchf-section-categories {
        width: 100%;
    }
    .mobile-logo img {
        width: 170px;
    }
    form.wpcf7-form {
        padding: 20px 7px;
    }

    body .vrcsfentrycont .vrcsfentrydate .hasDatepicker {
        width: 80%;
    }
    .vrcdivcustomfield label {
        font-size: 14px;
    }
    .grid-4 {
        grid-template-columns: 1fr;
    }
    .forsale-sidebar {
        padding: 10px 10px 20px;
    }

    a.forsale-item {
        width: 90%;
        margin: 0 auto;
    }
}

/*=======================MEDIA END================================*/
