/*
Theme Name: Bahamas
Theme URI: https://www.emmepubblicita.com/
Author: Web Agency Emmè
Author URI: https://www.emmepubblicita.com/
Description: Starter Theme Wordpress
Version: 2.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bahamas

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

/* ! Reset */
body, html{ font-size: 16px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif; box-sizing: border-box;margin: 0;padding: 0;}
*,*:before,*:after{ box-sizing: border-box; }
h1,h2,h3,h4,h5,h6, p, ol, ul{margin: 0;padding: 0;}
ol,ul{padding-left: 20px;}
img{height: auto;}
a{text-decoration: none;}
hr{border:none; border-bottom: 1px solid #000}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  line-height: 1.46;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  color: var(--site-text-color);
  font-family: var(--body-font);
  overflow-x: hidden;
}

h1,h2,h3,h4,h5,h6,.main-title,.sub-title,.title, .tit, .h1, .has-h-1-font-size, .h2, .has-h-2-font-size, .h3, .has-h-3-font-size, .h4, .has-h-4-font-size, .h5, .has-h-5-font-size, .h6, .has-h-6-font-size{
  line-height: 1.2;
  color: var(--site-title-color);
  font-family: var(--heading-font);
  font-weight: 700;
  position: relative;
}

/* ! Title System */
h1, h2, h3, h4, h5, h6, p, ol, ul{margin-bottom: 1rem;}

h1, .main-title, .h1, .has-h-1-font-size {font-size: 36px;  }
h2, .sub-title, .h2, .has-h-2-font-size{font-size: 34px;}
h3, .title, .h3, .has-h-3-font-size{font-size: 28px;}
h4, .tit, .h4, .has-h-4-font-size{font-size: 24px;}
h5, .h5, .has-h-5-font-size{font-size: 20px;}
h6, .h6, .has-h-6-font-size{font-size: 18px;}


@media (max-width: 768px) {
  h1, .main-title, .h1, .has-h-1-font-size {font-size: 34px; }
  h2, .sub-title, .h2, .has-h-2-font-size{font-size: 30px;}
  h3, .title, .h3, .has-h-3-font-size{font-size: 26px;}
  h4, .tit, .h4, .has-h-4-font-size{font-size: 22px;}
  h5, .h5, .has-h-5-font-size{font-size: 18px; }
  h6, .h6, .has-h-6-font-size{font-size: 16px; }
}



/* Link color */
a { color: var(--link-color); }
a:hover { color: var(--link-color-hover); text-decoration: none; }

.clearfix, .cleared {
  clear: both;
}

ul {
  list-style-position: outside;
  padding-left: 20px;
}

.center{
  text-align: center;
}


.btn, .form .btn, .wp-block-buttons .wp-block-button a.wp-block-button__link, input[type="submit"], .vrcentercoupon .btn, .vrcdivsearch .vrcsfentrysubmit input.vrcdetbooksubmit, .vrcdivsearch .button {
  font-size: 15px;
  font-weight: 700;
  display: inline-block;
  color: #ffffff;
  transition: all .3s ease-in-out;
  background-color: var(--link-color);
  border-radius: 10px;
  border: 2px solid transparent;
  padding: 13px 30px;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.wp-block-buttons .wp-block-button.is-style-outline a.wp-block-button__link {
  background-color: transparent;
  color: #fff;
  border-color: inherit;
}

.btn:hover, .form .btn:hover, .wp-block-buttons .wp-block-button a.wp-block-button__link:hover, .wp-block-buttons .wp-block-button.is-style-outline a.wp-block-button__link:hover, input[type="submit"]:hover {
  background: #5E6A6D;
  border-color: #5E6A6D;
  color: #fff;
}



input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], input[type="date"], textarea, select,
.vrctextarea, .vrcdivcustomfield select, .vrc-oconfirm-middlep input[type="text"], .vrc-searchmod-wrap-horizontal form .vrcsfentrycont select{
  border: 1px solid #d0c8bc;
  background-color: #fff;
  padding: 0 15px;
  height: 44px;
  box-sizing: border-box;
  width: 100%;
  border-radius: 10px;
  font-family: var(--body-font);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

textarea, .vrctextarea {
  height: 80px;
  line-height: 1.6;
  padding: 10px;
}

select {
  background-image: url('data:image/svg+xml,<svg width="17" height="16" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.5 6L8.5 10L12.5 6" stroke="%231E1E1E" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position-x: calc(100% - 15px);
  background-position-y: 15px;
}

input:focus, textarea:focus {
  outline: none;
}

input[type="search"] {
  width: auto;
}

.form .field {
  margin-bottom: 20px;
}

span.wpcf7-list-item {
  display: inline-block;
  margin: 0;
}

.wpcf7-spinner {
  position: absolute;
}

.wpcf7-form-control-wrap.privacy label,
.wpcf7-form-control.wpcf7-acceptance {
  font-size: 17px;

}

.wpcf7-not-valid-tip{
  z-index: 1;
  font-size: 10px;
  text-align: left;
  position: absolute;
  bottom: -12px;
  left: 15px;
  background: transparent;
  right: 15px;
  box-sizing: border-box;
  padding: 0.5px;
}

.privacy{
	margin: 10px 0;
  font-weight: 400;
  color: var(--site-text-color);

}

.privacy a {
  color: var(--site-text-color);
  text-decoration: underline;
}

.privacy .wpcf7-not-valid-tip {
  position: relative;
  top: 0;
  bottom: 0;
  left: auto;
  right: auto;
  text-align: inherit; 
}
.wpcf7-form-control-wrap label {
  font-weight: 400;
  color: var(--site-text-color);
}

.wpcf7-not-valid {
  border: 1px solid red !important;
  display: inline-block;
}

.wpcf7-form-control.wpcf7-acceptance.wpcf7-not-valid {
  border: none !important;
}

.wpcf7-response-output {
  max-width: 868px;
  margin: 30px auto 0 !important;
  border: none !important;
  color: red;
  text-align: center;
}

label, .vrchaveacoupon {
  color: var(--site-title-color);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  display: block;
  margin: 0 0 5px;
  font-weight: 600;
  line-height: normal;
}



.dis, .privacy label {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.privacy label a {
  color: #000;
}



.wpcf7-not-valid {
  border: 1px solid red !important;
  display: inline-block;
}

/* Per Webkit (Chrome, Safari, Edge) */
::-webkit-input-placeholder {
  color: rgba(51, 40, 30);
  opacity: 0.5;
}

/* Per Mozilla Firefox */
::-moz-placeholder {
  color: rgba(51, 40, 30);
  opacity: 0.5;
}

/* Per Internet Explorer 10-11 */
:-ms-input-placeholder {
  color: rgba(51, 40, 30);
  opacity: 0.5;
}

/* Per Microsoft Edge (Legacy) */
::-ms-input-placeholder {
  color: rgba(51, 40, 30);
  opacity: 0.5;
}

/* Per i browser più moderni */
::placeholder {
  color: rgba(51, 40, 30);
  opacity: 0.5;
}



.header {
  position: sticky;
  z-index: 100;
  top:0;
}

.admin-bar .header{
  top:32px;
}

.page-template-menu-trasparent .header {
  background: transparent !important;
  position: fixed;
  left: 0;
  right: 0;
}

.scroll-down .header{
  background: #fff !important;
}


#logo {
  position: relative;
  z-index: 250;
}

#logo img {
  padding: 20px 0;
  height: 70px;
  width: auto;
  display: block;
  box-sizing: content-box;
}


.logo-white {
    display: none !important;
}

/* Nel template trasparente, prima dello scroll mostra il logo bianco */
.page-template-menu-trasparent #logo .logo-normal {
    display: none;
}

.page-template-menu-trasparent #logo .logo-white {
    display: block !important;
}

/* Quando scrolli, torna sempre il logo normale */
body.scroll-down #logo .logo-normal {
    display: block;
}

body.scroll-down #logo .logo-white {
    display: none !important;
}



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


.navigator {
  margin-left: auto;
  margin-right: 40px;
}

.navigator .menu {
  margin: 0;
  padding: 0;
  z-index: 110;
  position: relative;
}
.navigator .menu li {
	display:inline-block;
  	position: relative;
	
}
.navigator .menu li a {
  padding: 0 20px;
  line-height: 40px;
  color: var(--site-title-color);
  display: block;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
}


.page-template-menu-trasparent:not(.scroll-down) .navigator .menu li a { 
  color: #fff;
}

.navigator .menu li a:hover {
  color: var(--link-color-hover);
}



.navigator .menu ul {
  display:none;
  position: absolute;
  padding: 0;
  left:0;
  width: 200px;
  transition: all 0.6s cubic-bezier(.215, .61, .355, 1);
  box-shadow: 0 9px 68px 0 rgba(38, 43, 43, 0.1);
  background: #fff;
  top: 40px;
}
.navigator .menu li:hover ul,
.navigator .menu li:focus-within ul {
  display:block;
  z-index: 300;
}
.navigator .menu ul li { 
  width: 100%;
  display:block;	
}

.navigator .menu ul li a {
  line-height: 20px;
  display: block;
  padding: 10px 20px;
  font-size: 15px;
  color: var(--site-title-color) !important;
  text-align: left;
}

.navigator .menu ul li a:hover{
  background-color: #ccc;
}

.navigator .menu > li.menu-item-has-children > a {
  position: relative;
  padding-right: 28px;
}

.navigator .menu > li.menu-item-has-children > a::after {
  content: " ";
  width: 30px;
  height: 30px;
  background-size: 30px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: rotate(90deg);
  margin-top: -15px;
  background-size: 100%;
  background-image: url('data:image/svg+xml;utf8,<svg width="50px" height="50px" viewBox="0 0 50 50" xmlns="http://www.w3.org/2000/svg"><path fill="black" d="M22.7 34.7l-1.4-1.4 8.3-8.3-8.3-8.3 1.4-1.4 9.7 9.7z"/></svg>');
}


.page-template-menu-trasparent:not(.scroll-down) .menu > li.menu-item-has-children > a::after{
	background-image: url('data:image/svg+xml;utf8,<svg width="50px" height="50px" viewBox="0 0 50 50" xmlns="http://www.w3.org/2000/svg"><path fill="white" d="M22.7 34.7l-1.4-1.4 8.3-8.3-8.3-8.3 1.4-1.4 9.7 9.7z"/></svg>');
}


.footer {
  padding-top: 60px;
  padding-bottom: 40px;
  color: #fff;
}

.footer h4, .footer .tit {
  font-size: 21px;
  margin: 0 0 15px;
  text-transform: uppercase;
  color: #fff;
}

.footer a {
  color: #fff;
}

.footer a:hover, 
.credit a:hover {
  color: #eee;
}

.footer ul {
  padding-left: 10px;
}

.credit {
  color: #fff;
  text-align: center;
  padding: 15px 0 10px;
  font-size: 11px;
}

.credit a{
  color: #fff;
}

.credit p {
  margin: 0;
}

.contenuto img {
  max-width: 100%;
  height: auto;
  display: block;
}


.call{
  display: none;
}


.page-hero {
  padding: 150px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  position: relative;
}
.page-hero .main-title {
  margin: 0;
}

.wp-block-group {
  scroll-margin-top: 100px;
}


.social {
  display: flex;
  gap: 10px;
}
.social svg {
  width: 24px;
  height: 24px;
}



.slide-home-container {
  position: relative;
}
.slide-home-container .widget.widget_mod_vikrentcar_search {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 10px;
  padding: 5px 0;
}



.vrc-goback-block.vrc-modifica-date-orari a {
  color: #fff;
}
.vrc-goback-block.vrc-modifica-date-orari {
  display: flex;
  justify-content: flex-end;
}
.btn.vrc-pref-color-btn-secondary {
  background: var(--link-color-hover);
  color: var(--link-color) !important;
}


.vrc-customfield-label {
  display: flex !important;
  align-items: flex-end !important;
}
.vrcdivcustomfield.vrc-oconfirm-cfield-entry-checkbox {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.vrc-oconfirm-summary-car-wrapper, .vrcrentforlocs, .vrc-oconfirm-summary-total-wrapper, .vrccustomfields, .vrc-coupon-outer, .vrc-showprc-prices-inner .vrc-showprc-price-row,
.vrc-search-results-block.vrc-search-results-block-list .car_result, .vrc-itinerary-summary, .vrc-oconfirm-paym-block, .vrc-enterpin-block, .vrc-paycontainer-pos, .vrc-order-details-top-element, .vrc-order-details-top-car, .vrc-order-details-costs-wrap, .emme-vrc-insurance-row, .emme-vrc-start-kit-row {
  background: #fff;
  border: none;
  box-shadow: 0 5px 20px rgba(0,0,0,.05);
  border-radius:10px;
}

.emme-vrc-insurance-row {
  border: none !important;
}

.vrc-order-details-top-car img{
	height:200px;
	width:auto;
}

.vrc-oconfirm-footer {
  align-items: flex-end;
  margin-top: 20px;
}


.vrcentercoupon {
  display: flex;
  gap: 20px;
  align-items: center;
}
.vrcentercoupon .vrchaveacoupon {
  text-align: left;
  margin: 0;
  padding: 0;
}
.vrcinfocarcontainer .vrc-summary-car-img img {
  border-radius: 10px;
  height: 100%;
  max-height: 400px;
  object-fit: cover;
}

.vrc-summary-car-img {
  padding-bottom: 0;
  padding-top: 5px;
}



.vrc-showprc-options-wrap .vrc-showprc-options-inner {
  border: none;
  padding: 0;
  display: grid;
  gap: 20px 20px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.vrc-showprc-options-wrap .vrc-showprc-option-row {
  background: #fff;
  border: none;
  box-shadow: 0 5px 20px rgba(0,0,0,.05);
  border-radius: 10px;
  padding: 20px;
  flex-direction: column;
  gap: 17px;
}
.vrc-showprc-option-row .vrc-showprc-option-cell-info {
  align-items: flex-start;
}
.vrc-showprc-option-row .vrc-showprc-option-cell-price {
  align-items: center;
}
.vrc-showprc-option-row .vrc-showprc-option-img img {
  max-width: 120px;
}


.vrc-showprc-right.car_img_box img {
  border-radius: 10px;
  max-height: 400px;
  object-fit: cover;
}


.vrc-search-results-block.vrc-search-results-block-list {
  display: flex;
  gap: 20px;
  flex-direction: column;
}

.vrcstepsbarcont .vrc-stepbar {
  border-radius: 10px 0px 0px 10px;
  box-shadow: 0 5px 20px rgba(0,0,0,.05);
}
.vrcdivsearch {
  background: #fff;
  box-shadow: 0 5px 20px rgba(0,0,0,.05);
  border-radius: 10px;
}


body .vrc-searchmod-wrap-horizontal .vrcsfentrylabsel .vrcsfentrydate {
  border: 1px solid #d0c8bc;
  border-radius: 10px !important;
}

body .vrc-searchmod-wrap-horizontal form .vrcsfentrycont select {
  border: 1px solid #d0c8bc;
  border-radius: 10px !important;
}

body .vrc-searchmod-wrap-horizontal > form .vrc-searchmod-section-pickup {
  gap: 10px;
}

body .vrc-searchmod-wrap-horizontal form .vrcsfentrycont:first-child .vrcsfentryselect {
  border: none;
}


.vrc-cdetails-cost {
  background: #fff;
  border-radius: 10px;
}
.vrccaldivcont {
  background: #fff;
  border-radius: 10px;
}

.vrccal tr td {
  border-radius: 4px;
}
.vrc-cdetails-cmainimg img {
  object-fit: cover;
  border-radius: 10px;
}



.car_moreimages img, .cardetails_moreimages img {
  border-radius: 0;
  background: transparent;
}
.car_moreimages a, .cardetails_moreimages a {
  display: block;
}
.cardetails_moreimages, .car_moreimages {
}
.vrc-cdetails-cmainimg {
  float: none;
  width: 100%;
}

.vrc-cdetails-infocar .vrc-car-name {
  font-size: 35px;
  margin-bottom: 7px;
}




.cardetails_moreimages a {
  display: none;
}
.cardetails_moreimages a:nth-child(1),.cardetails_moreimages a:nth-child(2), .cardetails_moreimages a:nth-child(3),.cardetails_moreimages a:nth-child(4){
  display: block;
}



.vrc-cdetails-img {
  display: grid;
  grid-template-columns: repeat(2,1fr);
}
.cardetails_moreimages {
  display: grid;
  grid-template-columns: repeat(2,1fr);
}
.cardetails_moreimages img {
  width: 100%;
  max-height: 448px;
  height: 100%;
}
.vrc-cdetails-img {
  margin-bottom: 50px;
}



.cardetails_moreimages {
  margin: 0;
}
.cardetails_moreimages a img {
  margin: 0;
  display: block;
}
.vrc-cdetails-cmainimg img {
  border-radius: 10px 0px 0px 10px;
  height: 100%;
  max-height: 896px;
}
.cardetails_moreimages a:nth-child(2) img {
  border-radius: 0 10px 0px 0px;
}
.cardetails_moreimages a:nth-child(4) img {
  border-radius: 0 0 10px 0px;
}



.vrc-cdetails-custom-wrapper {
  display: flex;
  gap: 60px;
  align-items: flex-start;
}

.vrc-showprc-form .car_moreimages {
  display: none;
}
.vrc-cardetails-book-wrap {
  position: sticky;
  top: 160px;
}



.vrc-cardetails-book-wrap .vrcdivsearch .vrcsfentrylabsel .vrcsfentrydate,
.wp-block-vikrentcar-gutenberg-shortcodes .vrcdivsearch .vrcsfentrylabsel .vrcsfentrydate{
  border-radius: 10px;
}
.vrc-cardetails-book-wrap .vrcdivsearch .vrcsfentrycont .vrcsfentryselect select,
.wp-block-vikrentcar-gutenberg-shortcodes .vrcdivsearch .vrcsfentrycont .vrcsfentryselect select {
  border-radius: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none !important;
  background: url('data:image/svg+xml,<svg width="17" height="16" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.5 6L8.5 10L12.5 6" stroke="%231E1E1E" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position-x: calc(100% - 15px);
  background-position-y: 8px;
}

.vrc-cardetails-book-wrap .vrcsfentrytime,
.wp-block-vikrentcar-gutenberg-shortcodes .vrcsfentrytime {
  width: 100%;
}
.vrc-cardetails-book-wrap .vrcdivsearch .vrcsfentrycont select,
.wp-block-vikrentcar-gutenberg-shortcodes .vrcdivsearch .vrcsfentrycont select {
  height: 35px;
  width: 100%;
  border: 1px solid #eee;
  background-position-y: 8px;
}
.vrc-cardetails-book-wrap .vrcsfentrylabsel,
.wp-block-vikrentcar-gutenberg-shortcodes .vrcsfentrylabsel {
  width: 100%;
  margin: 10px 0 !important;
}



.emme-vrc-rate-choice .emme-vrc-rate-card {
  background: #fff;
  border: none;
  box-shadow: 0 5px 20px rgba(0,0,0,.05);
  border-radius: 10px;
  padding-top: 0;
}
.emme-vrc-rate-card.emme-vrc-rate-card-active {
  border: 2px solid;
}
#emme-rate-flexible {
  visibility: hidden;
}
.emme-vrc-rate-choice-grid input[type="radio"] {
  visibility: hidden;
}


.emme-vrc-rate-choice .emme-vrc-rate-card-title {
  background: #e67e00;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  padding: 4px 0 2px;
  width: 140px;
  font-weight: 400;
  display: block;
  font-size: 15px;
  margin-bottom: 8px;
}
.emme-vrc-rate-card[for="emme-rate-best-price"] .emme-vrc-rate-card-title {
  background: #009610;
}
.emme-vrc-rate-choice {
  margin-top: 40px !important;
}



.offer__gallery__button--more-photos {
  position: absolute;
  right: 20px;
  bottom: 20px;
  background: #fff;
  display: flex;
  align-items: center;
  border-radius: 5px;
  padding: 6px 13px;
  pointer-events: none;
}
.cardetails_moreimages {
  position: relative;
}
.new-button--white.offer-common-btn.py-2.px-3.md-font {
  display: flex;
  align-items: center;
  gap: 4px;
  line-height: 1;
}
.new-button--white.offer-common-btn.py-2.px-3.md-font svg {
  margin-top: -2px;
}


.paypal-button-container {
  margin: auto !important;
}

.vrc-leave-deposit {
  font-weight: bold;
}
.paypal-buttons-context-iframe {
  max-width: 600px;
}



.vrc-showprc-container {
  align-items: flex-start;
}
.vrc-showprc-right.car_img_box {
  position: sticky;
  top: 160px;
}

.vrc-car-result-dailycost {
  display: none;
}



.emme-vrc-rate-card-price:before {
  content: "Totale: ";
}




[data-vrc-expl]::before{
	display:none;
}
[data-vrc-expl]::after {
  position: relative;
  color: #000;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  visibility: visible;
  opacity: 1;
  background: transparent;
  width: 100%;
  text-align: left;
  padding: 0;
  transform: none !important;
  margin: 0 !important;
}
.vrc-expl {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}
.vrc-showprc-car-carats {
  display: none;
}
.vrc-car-result-characteristics .vrccarcarat img {
  height: 20px;
  object-fit: contain;
}
.vrc-showprc-pricecost.emme-vrc-insurance-cost {
  margin-top: 14px;
}

.vrc-car-carats {
  display: none;
}

.warn.emme-vrc-bank-transfer-message {
  display: flex;
  align-items: first baseline;
  gap: 10px;
}


.vrcdownloadpdf {
  margin: 20px 10px;
}
.vrcdownloadpdf a {
  color: var(--link-color);
}



.wp-block-polylang-language-switcher {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.wp-block-polylang-language-switcher img {
  width: 27px !important;
  height: 16px !important;
  object-fit: contain;
}


.home .vrc-searchmod-section-datetimes .vrcsfentrytime {
  display: none;
}


/*--------------------------------------------------------------
# Breakpoint (1024px)
--------------------------------------------------------------*/

@media screen and (max-width: 1024px) {

  body {
    padding-bottom: 51.2px;
}
	
.call {
  background: #fff;
  position: fixed;
  bottom: 0;
  z-index: 99999;
  left: 0;
  right: 0;
	box-shadow:0px 0px 12px #aaa;
  padding: 5px;
  box-sizing: border-box;
  display: block;
}
	
 .call .widget {
  display: flex;
  justify-content: right;
  align-items: center;
}
  
.call a {
  text-align: center;
  display: block;
  height: 40px;
  width: 40px;
  border-radius: 4px;
  margin: 3px 18px 3px 0;
  line-height: 60px;
  font-size:0;
}

.call span {
  margin-left: 10px;
  margin-right: auto;
  font-size: 14px;
  text-align: left;
  color: #1d1d1d;
  text-transform: uppercase;
  line-height: 16px;
}
	
	.call svg{
		color:#fff;
	}

	
.top-bar{
  display:none;
}	
  
.resmenu {
  display: block;
  order: 3;
}

.header-widget{
margin-left:auto; 
margin-right:40px;
}
  
  
    .navigator {
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    transform: translateX(100%);
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    bottom: 0;
    padding-top: 80px;
    background-color: #fff;
    z-index: 200;
    margin:0;
    overflow: scroll;
    padding-left: 40px;
    padding-right: 40px;
  }

  .visible {
    overflow: hidden;
  }

  .visible .navigator {
    transform: translateX(0%);
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
  }

  .navigator .menu {
    display: block;
    width: 100%;
    margin: 40px auto 0;
    position: relative;
  }

  .navigator .menu li {
    display: block;
  }

  .navigator .menu li a {
    line-height: 55px;
    background-color: transparent;
    color: var(--site-title-color) !important;
    font-size: 23px;
  }
	
 .navigator .menu .sub-menu {
    position: relative;
    width: 100%;
    opacity: 1;
    top: auto !important;
    visibility: visible;
    box-shadow: none;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    margin: 0;
	padding: 0px;
    display: block;
  }

  .navigator .menu .open-dropdown .sub-menu {
    max-height: 980px;
  }

  .menu > li.menu-item-has-children.open-dropdown > a::after{
	transform: rotate(-90deg);
  }
	
	  .page-template-menu-trasparent:not(.scroll-down, .visible) #nav-icon2 span {
	background: #fff;
  }
	
	
	
	
	
.visible #logo .logo-white {
  display: none !important;
}
.visible #logo .logo-normal {
  display: block;
}
	
	
	
}

/*--------------------------------------------------------------
# Breakpoint (768px)
--------------------------------------------------------------*/

@media screen and (max-width: 768px) {

  .header-widget .wp-block-buttons{ display:none; }


.slide-home-container .widget.widget_mod_vikrentcar_search {
  position: relative;
  left: 0px;
  right: 0px;
  max-width: 100%;
  padding: 20px;
  bottom: 24px;
}
.home .vrcdivsearch.vrcdivsearchmodule.vrc-searchmod-wrap-horizontal {
  background: transparent !important;
  box-shadow: none;
}

.vrc-cdetails-custom-wrapper {
  flex-wrap: wrap;
}




.vrc-showprc-option-row .vrc-showprc-option-cell-info {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.vrc-showprc-options-wrap .vrc-showprc-option-row {
  display: block;
  text-align: center;
}
.vrc-showprc-option-row .vrc-showprc-option-img img {
  max-width: 100%;
}

.pagina {
  overflow: hidden;
}

.vrc-cardetails-book-wrap {
  position: relative;
  top: auto;
}
	
.vrc-showprc-right.car_img_box {
  position: relative;
  top: auto;
}

}






.vrc-enterpin-block {
  display: none;
}