/*
Theme Name: Limo Service Booking
Theme URI: https://limoservicebooking.com
Author: Maksim Mikulich
Author URI: https://t.me/mxmklch
Description: limo service booking
Version: 5.1.3.0
Tested up to: 5.8.1
Requires PHP: 5.6
License: MIT License
License URI: https://github.com/crftwrk/bootscore/blob/main/LICENSE
Text Domain: limoservicebooking
Tags: featured-images, threaded-comments, translation-ready
*/

/*--------------------------------------------------------------
1. Temporary
--------------------------------------------------------------*/

/* scroll-behaviour: smooth not supportet by Safari. 
jQuery smooth scroll script will be removed when Safari supports it */
html {
  scroll-behavior: auto !important;
}

/* Checks and select fallback for webkit browsers. Doesn't compile correctly? */
.form-check-input, .form-select, .form-range {
  -webkit-appearance: none;
  -moz-appearance: none;
}

/*
Remove autop (WP 5.7 bug near shortcode)
https://wordpress.org/support/topic/how-to-stop-wp-from-adding-p-tag-automatically/
*/
p:empty:before {
  content: none;
}

/* To Top Button Fallback (done by classes) */
.top-button {
  position: fixed;
  z-index: 1020;
}

/* Dropdown Search (replaced by Collapse component in 5.1.0.0. Fallback to old headers) */
@media (max-width: 782px) {
  .logged-in.admin-bar .dropdown-search {
    top: 100px !important;
  }
}

@media (min-width: 783px) {
  .logged-in.admin-bar .dropdown-search {
    top: 86px !important;
  }
}

.dropdown-search.dropdown-menu[data-bs-popper] {
  top: 54px;
}

.dropdown-search .searchform {
  opacity: 0;
  transition: opacity 0.8s;
  transition-delay: 0.3s;
}

.dropdown-search.show .searchform {
  opacity: 1;
}

@media (max-width: 991px) {
  .btn-dropdown.right {
    padding-right: 0;
    border: none;
  }

  #dropdown-search:hover {
    color: currentColor;
    background-color: transparent;
    border-color: transparent;
  }

  #dropdown-search:focus {
    box-shadow: none;
  }
}
/* Dropdown Search Fallback End */

/* Offcanvas Backdrop */
.offcanvas-backdrop.fade {
  transition: opacity 0.4s ease-in-out;
}

.offcanvas-backdrop {
  cursor: pointer;
}
/* Offcanvas Backdrop END */

/*--------------------------------------------------------------
2. Header
--------------------------------------------------------------*/

@media (max-width: 782px) {
  #wpadminbar {
    position: fixed;
  }

  .logged-in.admin-bar .fixed-top,
  .logged-in.admin-bar .offcanvas:not(.offcanvas-bottom),
  .logged-in.admin-bar .modal {
    top: 46px;
  }

  .logged-in.admin-bar .modal-fullscreen {
    height: calc(100% - 46px);
  }
}

@media (min-width: 783px) {
  .logged-in.admin-bar .fixed-top,
  .logged-in.admin-bar .offcanvas:not(.offcanvas-bottom),
  .logged-in.admin-bar .modal {
    top: 32px;
  }

  .logged-in.admin-bar .modal-fullscreen {
    height: calc(100% - 32px);
  }
}

#nav-main .menu-item:last-child .nav-link {
  padding-right: 0;
}

/*--------------------------------------------------------------
3. Body
--------------------------------------------------------------*/

body {
  position: relative;
  word-break: break-word;
}

::-moz-selection {
  text-shadow: none;
}

::selection {
  text-shadow: none;
}

#content {
  min-height: 600px;
}

/*--------------------------------------------------------------
4. Alerts
--------------------------------------------------------------*/

.alert.alert-danger,
.alert.alert-warning,
.alert.alert-info,
.alert.alert-success {
  padding-left: 3.25rem;
}

.alert::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  left: 1.25rem;
  top: 50%;
  transform: translate(0, -50%);
}

.alert-danger::before {
  content: '\f071';
}

.alert-warning::before {
  content: '\f06a';
}

.alert-info::before {
  content: '\f05a';
}

.alert-success::before {
  content: '\f058';
}

/*--------------------------------------------------------------
5. Breadcrumb
--------------------------------------------------------------*/

@media (max-width: 991px) {
  .breadcrumb {
    display: block !important;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    scrollbar-width: none;
  }

  .breadcrumb::-webkit-scrollbar {
    display: none;
  }
}

/*--------------------------------------------------------------
6. To Top Button
--------------------------------------------------------------*/

.top-button {
  right: 5%;
  bottom: 30px;
  opacity: 0;
  transition: opacity 1s;
}

.top-button.visible {
  opacity: 1;
}

/*--------------------------------------------------------------
7. Single Post
--------------------------------------------------------------*/

img {
  height: auto;
  max-width: 100%;
}

.wp-post-image {
  width: 100%;
}

.page-image img,
.post-image img {
  width: 100%;
  object-fit: contain;
  height: auto;
}

.featured-full-width-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

[rel='prev']:before {
  content: '« ';
}

[rel='next']:after {
  content: ' »';
}

/*--------------------------------------------------------------
8. Comments
--------------------------------------------------------------*/

ul.comment-list {
  list-style: none;
  padding: 0;
}

ul.comment-list li {
  list-style: none;
}

.avatar {
  width: 80px;
}

.comment-list ul.children {
  padding-left: 96px;
}

@media (max-width: 991px) {
  .comment-list ul.children ul.children {
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .comment-list ul.children ul.children ul.children {
    padding-left: 0;
  }
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
}

#cancel-comment-reply-link {
  margin-left: 1rem;
}

/* 
    Adding width to comment. 
    When using <pre> in comment, comment-content will not crashed
*/

.comment-content {
  width: calc(100% - 96px);
}

/*--------------------------------------------------------------
9. Archive
--------------------------------------------------------------*/

@media (max-width: 767px) {
  .card-img-left img {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
    width: 100%;
    height: auto;
  }
}

@media (min-width: 768px) {
  .card-img-left img {
    border-top-left-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
    object-fit: cover;
    height: 100%;
    width: 100%;
  }
}

@media (max-width: 991px) {
  .card-img-left-md img {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
    width: 100%;
    height: auto;
  }
}

@media (min-width: 992px) {
  .card-img-left-md img {
    border-top-left-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
    object-fit: cover;
    height: 100%;
    width: 100%;
  }
}

/*--------------------------------------------------------------
10. Widgets
--------------------------------------------------------------*/

.widget-area ul,
.bootscore-footer ul {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}

.widget-area ul li ul li {
  padding: 0 1rem;
}

#footer-menu li a {
  padding-left: 0;
}

/*--------------------------------------------------------------
11. Utilities
--------------------------------------------------------------*/

/* 
Add width-100 class to element to stretch it to the entire width 
of the screen when element is in .container.
https://bootscore.me/documentation/width-height-classes/
*/

/* Hide horizontal scrollbars on Windows Chrome & Firefox */

body {
  overflow-x: hidden;
}

.width-100 {
  position: relative;
  width: 100vw;
  margin-left: -50vw;
  left: 50%;
}

/* 
Hide racaptcha v3 badge 
*/

.grecaptcha-badge {
  display: none !important;
}

/* 
Clear
*/

.clear-both {
  clear: both;
}

/* 
z-index
*/

.zi-1000 {
  z-index: 1000 !important;
}

.zi-1020 {
  z-index: 1020 !important;
}

.zi-1030 {
  z-index: 1030 !important;
}

.zi-1040 {
  z-index: 1040 !important;
}

.zi-1050 {
  z-index: 1050 !important;
}

.zi-1060 {
  z-index: 1060 !important;
}

.zi-1070 {
  z-index: 1070 !important;
}

.zi-n1 {
  z-index: -1 !important;
}

/*
Cursor
*/

.cursor-pointer {
  cursor: pointer;
}

/*
Focus
*/

.focus-none {
  box-shadow: none !important;
  outline: 0 !important;
}

/* 
Hover 
*/

.hover {
  transition: filter 0.3s;
}

.hover:hover {
  filter: brightness(0.95);
}

/*--------------------------------------------------------------
12. Colors
--------------------------------------------------------------*/

::selection {
  color: #fff;
  background-color: #617993;
}

::-moz-selection {
  color: #fff;
  background-color: #617993;
}

pre {
  background-color: var(--bs-light);
}

:focus {
  outline: none !important;
  outline: -webkit-focus-ring-color none !important;
  outline-color: -webkit-focus-ring-color none !important;
  outline-style: none !important;
  outline-width: 0 !important;
}

/*--------------------------------------------------------------
13. HTML Markups (Theme Unit Test Data)
--------------------------------------------------------------*/

/*
pre
*/

pre {
  padding: 1rem;
  border-radius: 0.25rem;
}

img {
  height: auto;
  max-width: 100%;
}

iframe {
  max-width: 100%;
}

pre {
  max-width: 100%;
  border-radius: 0.25rem;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*='wp-image-'] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  overflow: auto;
  padding: 0.5rem;
  font-size: 1rem;
  background: rgba(0, 0, 0, 0.5);
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

@font-face {
	font-family: 'Futura PT';
	src: url('/wp-content/themes/limoservicebooking/fonts/FuturaPT/FuturaPT-Book.eot');
	src: local('Futura PT Book'), local('FuturaPT-Book'),
		url('/wp-content/themes/limoservicebooking/fonts/FuturaPT/FuturaPT-Book.eot?#iefix') format('embedded-opentype'),
		url('/wp-content/themes/limoservicebooking/fonts/FuturaPT/FuturaPT-Book.woff') format('woff'),
		url('/wp-content/themes/limoservicebooking/fonts/FuturaPT/FuturaPT-Book.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Futura PT';
	src: url('/wp-content/themes/limoservicebooking/fonts/FuturaPT/FuturaPT-Bold.eot');
	src: local('Futura PT Bold'), local('FuturaPT-Bold'),
		url('/wp-content/themes/limoservicebooking/fonts/FuturaPT/FuturaPT-Bold.eot?#iefix') format('embedded-opentype'),
		url('/wp-content/themes/limoservicebooking/fonts/FuturaPT/FuturaPT-Bold.woff') format('woff'),
		url('/wp-content/themes/limoservicebooking/fonts/FuturaPT/FuturaPT-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Futura PT';
	src: url('/wp-content/themes/limoservicebooking/fonts/FuturaPT/FuturaPT-Demi.eot');
	src: local('Futura PT Demi'), local('FuturaPT-Demi'),
		url('/wp-content/themes/limoservicebooking/fonts/FuturaPT/FuturaPT-Demi.eot?#iefix') format('embedded-opentype'),
		url('/wp-content/themes/limoservicebooking/fonts/FuturaPT/FuturaPT-Demi.woff') format('woff'),
		url('/wp-content/themes/limoservicebooking/fonts/FuturaPT/FuturaPT-Demi.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Futura PT';
	src: url('/wp-content/themes/limoservicebooking/fonts/FuturaPT/FuturaPT-Medium.eot');
	src: local('Futura PT Medium'), local('FuturaPT-Medium'),
		url('/wp-content/themes/limoservicebooking/fonts/FuturaPT/FuturaPT-Medium.eot?#iefix') format('embedded-opentype'),
		url('/wp-content/themes/limoservicebooking/fonts/FuturaPT/FuturaPT-Medium.woff') format('woff'),
		url('/wp-content/themes/limoservicebooking/fonts/FuturaPT/FuturaPT-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
html, body {font-family:'Futura PT',sans-serif!important;color:#2a3643!important;}

a, button, input {-webkit-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}
body a:hover {color:#617993;}

header, section, footer {position:relative;}
header {z-index: 3;top: 0;background-color: #fff;position: sticky;}

.container {max-width: 1220px!important;}
section .btn-primary {border-color:#2a3643;background-color:#2a3643;color:#fff;font-size: 1rem;padding: .75rem 2.5rem;}
section .btn-primary:hover {border-color:#617993;background-color:#617993;}

section .alert-info {color: #617993;background-color: #f2f2f2;border-color: #f2f2f2;}

.breadcrumbs {width:100%;margin-top:2rem;margin-bottom:1rem;}
.breadcrumbs a {display: block;color: #2a3643;text-decoration:none;}
.breadcrumbs ul {justify-content: center;list-style:none;padding:0;margin:0;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-align-content: flex-start;-ms-flex-line-pack: start;align-content: flex-start;font-family: Barlow, sans-serif;font-weight: 600;font-size: 13px;line-height: 16px;letter-spacing: .06em;text-transform: uppercase;}
.breadcrumbs li {position: relative;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;}
.breadcrumbs li:not(:last-child) {margin-right: 12px;}
.breadcrumbs li:not(:last-child):after {content: '/';margin-left: 11px;color: #2a3643;}
.breadcrumbs li:last-child, .breadcrumbs li:last-child a {color:#617993;}

.offcanvas-header span.h5 {color:#fff;}
.header-top {background-color:#eef3f7;color:#617993;padding:.5rem 0;z-index: 3;position: sticky;top: 0;}
.header-bottom {position:relative;}
.site-header .contacts {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;justify-content: center;-webkit-justify-content: center;}
.site-header .contacts a {font-size:1.2rem;font-weight: 700;color:#617993;text-decoration:none;margin-left:3rem;display: flex;flex-wrap: nowrap;align-items: center;}
.site-header .contacts a:hover {color:#405c7b;}
.site-header .contacts a:first-child {margin-left:0;}
.site-header .contacts .icon {width: 1rem;margin-right: 0.5rem;}
.logo {height:42px;}
.header-buttons {margin-left:1rem;}
.site .btn-primary {border-color:#617993;background-color:#617993;color:#eef3f7;border-radius:0;font-size:0.875rem;font-weight: 500;font-size: 1.5rem;border-radius: 2.25rem;}
.site .btn-primary:hover {border-color: #405c7b;background-color: #405c7b;}
.site .btn-secondary {border-color:#f9ebe0;background-color:#f9ebe0;color:#b2815a;border-radius: 0;font-size:0.875rem;font-weight: 500;border-radius: 2.25rem;}
.site .btn-secondary:hover {border-color:#f6d9c3;background-color:#f6d9c3;color:#b2815a;}
.site .btn-secondary:disabled, .site .btn-secondary.disabled {border-color:#f9ebe0;background-color:#f9ebe0;color:#f6d9c3;}
section .wpcf7 .wpcf7-submit {font-size: 1rem;padding: .75rem 2.5rem;}
section .btn-primary:disabled, section .btn-primary.disabled {border-color:#617993;background-color:#617993;color:#eef3f7;opacity: 0.5;}

.site-header .btn-primary, .site-header .btn-secondary {padding: 0.45rem 1.75rem;font-size:1.5rem;}

.site-header .navbar-nav {justify-content: space-between;width: -webkit-fit-content;font-size:1rem;}
.site-header .navbar-nav .nav-link {color:#2a3643;font-weight: 500;}
.site-header .navbar-nav .nav-item {position:relative;display: flex;justify-content: space-between;align-items: center;flex-wrap: nowrap;}
.site-header .navbar-nav .nav-item:not(.d-lg-none):not(:nth-last-of-type(3)):after {content:'/';position:relative;display: block;color:#eef3f7;width: 14px;text-align: center;height: 20px;}
.site-header .navbar-nav .nav-link:hover, .site-header .navbar-nav .nav-item .nav-link.active {color:#617993;}
.site-header .contacts a:hover {color:#0f1822;}
.site-header .navbar-nav .reviews-link a{font-weight: 800;text-transform: uppercase;}

section h1 {font-weight:bold;font-size: 2.5rem;}
section h2 {font-weight:bold;font-size: 1.85rem;}
section .title {color:#2c3845;margin-bottom:20px;font-weight: 600;}
section .title.white {color:#fff;}
section .title span {color:#b2815a;position:relative;background-color: #f9ebe0;padding: 0 0.625rem;line-height: 1;border-radius: 1.25rem;}
section .title.white span {color:#2c3845;background-color: #fff;}

/* top */
.top {background-color:#fff;color:#2a3643;background-image: url('/wp-content/uploads/2024/04/palms-top-background.png');background-repeat: no-repeat;background-position: top center;background-size: contain;}
.top h1 {font-weight:bold;font-size:3.375rem;margin-bottom: 0;text-transform: uppercase;line-height: 3.125rem;box-shadow: 0px -20px 60px 9px #fff;background: white;z-index: 1;position: relative;width: fit-content;margin: auto;}
.top span {display: block;margin-bottom:1rem;color: #2a3643;font-size:1.125rem;position: relative;z-index: 2;}
.top h1 span {display: block;color:#627992;font-size:3.15rem;}
/*.top .top-bck {padding:6.5rem 0 1rem;position:relative;text-align: center;}*/
.top .top-bck {padding:2rem 0;padding-bottom:0;position: relative;}
.top .top-bck figure {margin: 0 auto; margin-top: -115px;pointer-events: none;}
.top .top-bck figure img {width: 100%;}
.top-buttons {margin-top: 2.5rem;margin-bottom: -6rem;z-index: 1;position: relative;}
.top-buttons .btn {padding:1rem 3.5rem;font-size:1.8rem;font-weight: 500;display: inline-flex;border-radius: 2.25rem;}
/*.top-buttons .btn.btn-primary {background-color: #eef3f7;border-color: #eef3f7;color:#617993;}
.top-buttons .btn.btn-primary:hover {background-color: #dceaf5;border-color: #dceaf5;color:#617993;}*/
.top .top-buttons a::after {content:'→';font-family: 'Futura PT',sans-serif;font-weight:300;display: block;position: relative;margin-left:1rem;bottom: -2px;right: 0;-webkit-transition: right 0.5s ease;-o-transition: right 0.5s ease;transition: right 0.5s ease;}
.top .top-buttons a:hover::after {right: -0.25rem;}

.reviews-buttons {position: relative;width: 100%;display: flex;flex-wrap: nowrap;gap: 2rem;justify-content: center;align-items: center;margin-bottom: 2rem;}
.stars-reviews {width: 10rem;}
.btn-reviews {width: 5rem;transform:rotate(0deg);-webkit-transition: transform 0.5s ease;-o-transition: transform 0.5s ease;transition: transform 0.5s ease;}
/*
.btn-reviews {position: absolute;top:20%;right:1.65rem;width: 5rem;z-index: 1;transform:rotate(0deg);-webkit-transition: transform 0.5s ease;-o-transition: transform 0.5s ease;transition: transform 0.5s ease;}
*/
.btn-reviews:hover {cursor: pointer;transform:rotate(5deg);}
.btn-reviews a {display: block;position: relative;}
.relative {position: relative;}
.btn-check:checked+.btn-secondary:focus, .btn-check:active+.btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show>.btn-secondary.dropdown-toggle:focus {box-shadow: none!important;}
.btn-check:focus+.btn, .btn:focus {box-shadow: none!important;}

/* trip */
.trip {padding-bottom:20px;padding-top:35px;background-color: #eef3f7;}
.trip-item {position:relative;margin-bottom:25px;overflow:hidden;z-index: 0;background-color: #627993;border-radius: 1.25rem;}
.trip-list {
  display: grid;
grid-template-columns: 40% 19% repeat(auto-fill, 19%);
grid-template-rows: repeat(auto-fill, auto);
grid-gap: 1%;
justify-content: space-between;
}
.trip-list > div:first-child {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}
.trip-list a {text-decoration:none;color:#fff;}
.trip-list a .trip-item .trip-item-img {
  -webkit-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;
}
.trip-list a:hover .trip-item .trip-item-img {
  filter: grayscale(0);opacity: 1;
}
.trip-list a:hover .trip-item .trip-item-title {
  left: -100%;
}
.trip-list a p {color:#2a3643;}
.trip-list a p:last-child {margin-bottom: 2rem;}
.trip-item-title {position:absolute;bottom:0;z-index:2;left:0;padding:1rem 1.05rem;width:100%;-webkit-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}
.trip-item-title h3 {font-weight:600;font-size:1.15rem;display: block;width: 100%;justify-content: space-between;}
.trip-list a:hover {color:#fff;}
.trip-list a:hover .trip-item:after {height:60%;}
.trip-list a:hover .trip-item-title h3 {color: #f6d9c3;}
.trip-item-img {max-height:220px;height:220px;display: flex;flex-wrap: wrap;filter: grayscale(1);opacity: 0.5;pointer-events: none;}
.trip-item-img img {object-fit: cover;height: 100%;width: 100%;}

.last-item .trip-item-title {position: relative;padding: 0;}
.last-item a {color:#2a3643;/*padding: 1rem;*/display: block;/*background-color: #f9ebe0;margin-top: -1rem;*/}
.last-item a:hover {color:#617993;/*background-color: #f6d9c3;*/}
.last-item p {margin-bottom: 0!important;color:#2a3643!important;}
.last-item .trip-item-title h3 {display: inline-flex;}
.last-item .trip-item {/*background-color: #b2815a;*/}


/* advantages */
.advantages {background-color:#fff;padding:3.5rem 0;}
.advantages-list {align-items: stretch;height:100%;}
.advantages-list .col-xl-6 {display:flex;}
.advantage-item {width: 100%;background-color:#eef3f7;margin-bottom:25px;display:flex;align-items: center;padding: 1.25rem 4rem;align-content: center;border-radius: 1.25rem;}
.advantage-icon {min-width:3.75rem;margin-right:1.25rem;-webkit-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}
.advantage-icon img {border-radius: 0;}
.advantage-item:hover .advantage-icon {transform: translate(0, -0.5rem);}
.advantage-text h3 {font-weight:600;color:#617993;font-size:1.2rem;margin-bottom:.75rem;}
.advantage-text p {width:100%;margin-bottom:0;}

/* New advantages */
.advantages-new .title {text-align: center;margin-bottom: 2rem;}
.advantages-new .advantage-item {flex-wrap: wrap;padding:0;background-color: #fff;justify-content: center;}
.advantages-new .advantage-icon {margin-right: 0;-webkit-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}
.advantages-new .advantage-icon img {border-radius: 0;}
.advantages-new .advantage-item:hover .advantage-icon {transform: translate(0, -0.5rem);}
.advantages-new .advantage-text {display: block;width: 100%;margin-top: 1rem;}
.advantages-new .advantage-text h3 {font-weight: 400;text-align: center;font-size:1rem;color: #2c3845;}
.advantages-new img {border-radius: 1.25rem;position: relative;overflow: hidden;margin-bottom: 2rem;margin-top: 2rem;}

/* Why us */
.why-us {padding:3.5rem 0;}
.why-us figure {pointer-events: none;}
.why-us h3.title.text-center {width: 65%;margin: 0 auto 2rem;}
.why-us .item {position: relative;min-height:20rem;overflow:hidden;border-radius: 1.25rem;background-color: #617993;padding: 1.5rem;height: 100%;display: flex;align-items: center;justify-content: center;text-align: center;}
.why-us .item .front h3, .why-us .item .front p {position: relative;z-index: 1;color: #fff;}
.why-us .item .front figure {position: absolute;left:0;top:0;width: 100%;height: 100%;object-fit: cover;margin: 0;background-color: #eef3f7;opacity: 0.15;}
.why-us .item .front figure img {width: 100%;height: 100%;object-fit: cover;}
.why-us .item .back {position: absolute;opacity:0;left:0;top:0;padding: 1.5rem;color: #b2815a;background-color: #f9ebe0;;height: 100%;width: 100%;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;-webkit-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}
.why-us .item:hover .back {opacity: 1;z-index: 1;}
.why-us .item .back .btn-primary {border-color: #f6d9c3;background-color: #f6d9c3;color: #b2815a;}
.why-us .item .back .btn-primary:hover {border-color: #f0cbaf;background-color: #f0cbaf;color: #b2815a;}

.fleet-cars {padding:0rem 0 3.5rem}
.fleet-cars .btn-secondary {font-size:1.5rem;}
.fleet-cars .item {background-color: #eef3f7;margin-bottom: 25px;display: flex;align-items: center;padding: 1.25rem;flex-wrap: wrap;align-content: center;border-radius: 1.25rem;}
.fleet-cars .item > * {width: 100%;}
.fleet-cars .fleet-img {width: 60%;margin: 0 auto;position: relative;pointer-events: none;}
.fleet-cars .col-md-6:first-child .item {color: #b2815a;background-color: #f9ebe0;}
.fleet-cars .col-md-6:first-child .item h2 {color: #b2815a;}
.fleet-cars .col-md-6:first-child .item .btn-secondary {border-color: #f6d9c3;background-color: #f6d9c3;color: #b2815a;}
.fleet-cars .col-md-6:first-child .item .btn-secondary:hover {border-color: #f0cbaf;background-color: #f0cbaf;color: #b2815a;}

/* locations */
.locations {background:#fff;padding:2.25rem 0 0;overflow:hidden;}
.locations .columns {display:flex;width:100%;}
.locations .columns .column:first-child {flex-basis:40%;align-self: center;}
.locations .columns .column {flex-basis:60%;align-self: center;}
.locations .title {margin-bottom:.5rem;}
.locations .title + p:first-of-type {font-weight: 500;color: #617993;}
.map-svg {position:relative;}
.locations-list {display:flex;flex-wrap:wrap;margin-bottom: 2rem;z-index: 1;position: relative;}
.locations-item {flex: calc(100% / 13);margin-top:.5rem;}
.locations-item a {text-decoration:none;color:#2a3643;font-size:1.125rem;}
.locations-item a:hover, .locations-item a.hover {color:#617993;text-decoration:underline;filter:none}
#map .st0 {fill:#617993;-webkit-transition: fill 0.5s ease;-o-transition: fill 0.5s ease;transition: fill 0.5s ease;transition: 0.5s;}
#map .st0.hover {fill:#eef3f7; filter: brightness(3.5);}
#map .st1 {fill:#2A3643;pointer-events: none;}
#map {width: 40%;}
.map-main {display: flex;justify-content: center;top: -50px;z-index:0}
.locations-more {flex: 50%;margin-top: .5rem;}
.locations-more a {margin-left:-0.5rem;text-decoration: none;color:#b2815a;font-weight: 500;display: inline-flex;background-color: #f9ebe0;padding: 0 0.5rem;}
.locations-more a::after {content:'→';font-family: 'Futura PT',sans-serif;font-weight:300;display: block;position: relative;margin-left:1rem;bottom: -2px;right: 0;-webkit-transition: right 0.5s ease;-o-transition: right 0.5s ease;transition: right 0.5s ease;}
.locations-more a:hover::after {right: -0.25rem;}

.locations-content {padding:2.25rem 0;}
.locations-content .locations-list {display: flex;margin-top: 2rem;background-color: #eef3f7;color: #2a3643;padding: 2rem;border-radius: 1.25rem;
    flex-direction: column;
    width: 20%;}
.locations-content .locations-list .locations-item {flex-basis: calc(100% / 5);font-size:1.125rem;}
.locations-content #map {max-width: 80%;margin: 0 auto;}
.locations-content .map-svg {text-align: center;width: 65%;}
.locations-container.container {display: flex;flex-direction: row-reverse;flex-wrap: wrap;align-items: flex-start;justify-content: space-between;
}
.locations-content .map-svg svg{position: relative;top: -50px;}

body .tooltip {font-family: 'Futura PT',sans-serif!important;font-weight: 500;}
body .tooltip-inner {color: #b2815a;background-color: #f9ebe0;border-radius: 0;}
body .bs-tooltip-top .tooltip-arrow::before, body .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {border-top-color: #f9ebe0;}

body b, body strong {font-weight: 600;}

/* Usa */
.usa {padding:0;background-color: #eef3f7;}
.usa p {font-weight: 400;font-size: 1.35rem;text-transform: uppercase;margin-bottom: 0.5rem;line-height: 1;}
.usa p:first-child {font-weight: bold;}
.usa p:nth-child(2) {font-weight: 600;}
.usa p:nth-child(3) {font-weight: 500;}
.usa p:last-child {margin-bottom: 0;}

/* popular */
.popular {background:#2a3643 url('/wp-content/themes/limoservicebooking/img/fleet-bg.jpg') no-repeat top center;padding-top:35px;background-size: contain;}
.car-list {align-items: stretch;height: 100%;}
.home .car-list {display: flex;flex-wrap: wrap;}
.home .car-list .item {flex-basis: calc((100% - 6rem) / 3);}
.car-list .slick-dots {top: -3rem;right: 0;text-align: right;pointer-events: none;}
.car-list.slick-dotted.slick-slider {margin-bottom: 0!important;}
.car-list .col-xl-4 {display:flex;flex-wrap: wrap;}
.home .car-list .item {margin: 0 1rem;display: flex!important;height: auto;}
.home .car-list .item.last-item .car-card {align-content: center;justify-content: center;border: 0.5rem solid #f6d9c3;}
.home .car-list .item.last-item .car-card-title {color: #b2815a;text-transform: uppercase;margin-top: 0;margin-bottom: .85rem;}
.home .car-list .slick-track {display: flex;}
.car-card {width: 100%;margin-top:2rem;background-color:#fff;margin-bottom:25px;border-radius:0;padding:1.5rem;overflow: hidden;display:flex;flex-wrap:wrap;position: relative;height: calc(100% - 32px);border-radius: 1.25rem;}
.car-card-img {width: calc(100% + 2rem);margin: -2rem -1rem 0;-webkit-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}
.car-card-img a {display: block;}
.car-card-img img {width:100%;pointer-events: none;}
.car-card:hover .car-card-img {transform: scale(1.1);}

.car-card-purpose {color:#b2815a;font-size: 1.25rem;font-weight: 600;text-transform: uppercase;position: relative;margin-bottom: 2rem;text-align: center;width: 100%;}
.car-card-title {font-size:1.5rem;font-weight:600;line-height:1.65rem;margin-top:.85rem;text-align: center;width: 100%;}
.car-card-title a {text-decoration:none;color:#2a3643;display: inline-block;text-transform: uppercase;}
.car-card .car-card-link {margin-top:1rem;display:flex;justify-content:center;width: 100%;align-items: flex-end;justify-content: space-around;}
.car-card .car-card-link .btn {padding:0.5rem 0rem;width: 50%;font-size: 1.5rem;font-weight: 500;}
.car-card .car-card-link .btn-link {text-decoration: none;color:#2a3643;background-color: #eef3f7;border-radius: 2.25rem;}
.car-card .car-card-link .btn-link:hover {color: #617993;}
.car-card-for {width:100%;}
.car-card-text {font-size:0.875rem;text-align: center;}
.car-card-for-list {width: 100%;min-width: 100%;flex-direction: row;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;padding-bottom: 0;border-bottom: 0;margin-bottom: 0;justify-content: space-around;}
.home .car-card-title {margin-top: .85rem;}
.car-card-for-list > div {width: -webkit-fit-content;flex-basis: auto;flex-wrap: nowrap;flex-direction: row;height: 30px;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.car-card-for-list span {width: auto;display: block;position: relative;padding-left: 10px;font-size: 1rem;font-weight:bold;color:#2a3643;}
.car-card-for-list span:before {content: '';position: absolute;left: 0;top: 6px;width: 12px;height: 12px;background: url('/wp-content/themes/limoservicebooking/img/x.svg') center no-repeat;}
.car-card-for-list span:before {content: none!important;}
.car-card-luggage:after, .car-card-luggage:before, .car-card-seats:after, .car-card-seats:before {content: '';position: absolute;}
.car-card-seats {padding-left: 40px;position: relative;}
.car-card-seats:before {top:0;left:0;width: 30px;height: 30px;background: url('/wp-content/themes/limoservicebooking/img/icon-seats.svg') center no-repeat;background-size: contain;}
.car-card-luggage {padding-left: 40px;position: relative;}
.car-card-luggage:before {top:0;left: 0;width: 30px;height: 30px;background: url('/wp-content/themes/limoservicebooking/img/icon-luggage.svg') center no-repeat;background-size: contain;}
.car-card-toilet img {position: relative;width: auto;height: 30px;}
.popular .btn-link.white {color:#fff;text-decoration: none;display: inline-flex;}
.popular .btn-link.white:hover {color:#f9ebe0;}
.popular .btn-link.white:after {content:'→';font-family: 'Futura PT',sans-serif;font-weight:300;display: block;position: relative;margin-left:1rem;bottom: -2px;right: 0;-webkit-transition: right 0.5s ease;-o-transition: right 0.5s ease;transition: right 0.5s ease;}
.popular .btn-link.white:hover:after {right:-0.25rem;}

/* service */
.service {padding:3.5rem 0;background-color: #fff;}
.service p {width: 100%;margin: 0 auto 1rem;font-size:1.125rem;}
.service p:last-child {margin-bottom: 0!important;}
.service h3 {color:#617993;font-size:1.25rem;margin-top: 2rem;}
.service-list {align-items: stretch;height:100%;}
.service-list .col-xl-6 {display:flex;}
.service-item {width: 100%;background-color:#fff;box-shadow: 0 0 30px rgba(38, 38, 141, .1);margin-bottom:25px;display:flex;align-items: flex-start;border-radius:3px;padding: 1.25rem 2rem;align-content: center;}
.service-item .item-icon {min-width:55px;margin-right:1.25rem;}
.service-item h3 {font-weight:bold;font-size:1.25rem;margin-bottom:.75rem;}
.service-item h3 b {margin-right:1.5rem;color:#2a3643;position:relative;}
.service-item h3 b:after {position: absolute;right: -1rem;top: 0;font-weight: normal;content: '/';font-size: 2rem;line-height: 1.75rem;}
.service-item p {width:100%;margin-bottom:0;}
/* Partners */
.partners-gallery {display:flex;flex-wrap:nowrap;justify-content: space-between;align-content: center;gap: 1rem;}
.partners-gallery .partners_item {flex-basis:auto;}
.partners-gallery .partners_item-image {height: 25px;object-fit: contain;max-width: 200px;}

/* footer */
.limoservicebooking-footer {background-color:#2a3643;color:#617993;}
.limoservicebooking-info {background-color:#2a3643;color:#617993;border-top:1px solid #323e4a;}
.limoservicebooking-footer .contacts {margin: 1rem 0;}
.limoservicebooking-footer .navbar-brand {margin-right:0;}
.limoservicebooking-footer .contacts a {font-size:.95rem;color:#f9ebe0;text-decoration:none;display:flex;flex-wrap: nowrap;}
.limoservicebooking-footer .contacts .icon {width: 1rem;margin-right: 0.5rem;}

.footer_widget .widget-title {font-size:1rem;font-weight:600;border-bottom:1px solid rgba(97,121,147,.2);padding-bottom:.5rem;color:#f9ebe0;}
.footer_widget .menu {margin-bottom:0;padding-left:0;list-style:none;}
.footer_widget .menu .menu-item {font-size:.95rem;}
.footer_widget .menu .menu-item a {text-decoration:none;color:#fff;}
.footer_widget .menu .active a {color:#f9ebe0;}
.footer_widget .menu .menu-item a:hover {color:#617993;}
.footer_widget #menu-locations {display: flex;flex-wrap: wrap;}
.footer_widget #menu-locations li {flex-basis:50%;}


.footer-buttons {gap: 0.5rem;display: flex;flex-wrap: wrap;}
.footer-buttons .btn-primary {background-color: #f9ebe0;border-color: #f9ebe0;color:#2a3643;padding: 0.45rem 1.75rem;font-size: 1.5rem;}
.ssl {width:12rem;margin: 0.5rem auto;}

.page-template:not(.home) .top, .single .top {background-size: 100%;background-position: top center;background-attachment: fixed;}
.page-template:not(.home) .top h1, .single .top h1 {font-weight:bold;text-decoration:none;position:relative;}
.page-template:not(.home) .top h1 span, .single .top h1 span {font-size: inherit;display: inline;}
.page-template:not(.home) .top p, .single .top p {display: block;margin-top:1rem;font-size:1.125rem;}
.page-template:not(.home) .top .top-bck, .single .top .top-bck {padding: 3.5rem 0;position: relative;}

/* Trip page */
.page-template-page-trip .trip-item:after {content:none;}
.page-template-page-trip .trip-item:nth-child(2n) {background-color:#eef3f7;}
.page-template-page-trip .trip-title a {color:#fff;text-decoration:none;}
.page-template-page-trip .trip-title a:hover {color:#f9ebe0;}
.page-template-page-trip .trip-item {padding:2rem 0;margin-bottom:0;background-color: #fff;}
.page-template-page-trip .trip-item .col-md-3 a {display:block;}
.page-template-page-trip .trip-item .trip-title h2 {font-weight: 600;margin-bottom: 0;}
.page-template-page-trip .service p, .trip-template-default .service p {width: 100%;}
.page-template-page-trip .card-link {margin-top:1rem;display:flex;justify-content:center;align-items: flex-end;justify-content: space-around;width: -webkit-fit-content;}
.page-template-page-trip .card-link .btn {padding:0.75rem 1.5rem;font-size: 1.5rem;font-weight: 500;}
.page-template-page-trip .card-link .btn-link {text-decoration: none;color:#2a3643;display: inline-flex;}
.page-template-page-trip .card-link .btn-link:hover {color: #617993;}
.page-template-page-trip .card-link .btn-link:after {content:'→';font-family: 'Futura PT',sans-serif;font-weight:300;display: block;position: relative;margin-left:1rem;bottom: -2px;right: 0;-webkit-transition: right 0.5s ease;-o-transition: right 0.5s ease;transition: right 0.5s ease;}
.page-template-page-trip .card-link .btn-link:hover:after {right:-0.25rem;}
.page-template-page-trip .trip-item .image {position: relative;}
.page-template-page-trip .trip-item .image .trip-title {
  position: absolute;
  bottom:1rem;
  left: 1rem;;
  -webkit-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;
}

.trip-img {position:relative;overflow:hidden;min-height:300px;background-color: #627993;border-radius: 1.25rem;}
.trip-img img {object-fit: cover;height: 300px;width: 100%;opacity: 0.5;filter: grayscale(1);-webkit-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}
.trip-item a:hover .trip-img img {opacity: 1;filter: grayscale(0);}
.page-template-page-trip .trip-item .image a:hover + .trip-title {left: -100%!important;}

.trip-template-default .trip-list {margin-bottom: 2rem;}
.trip-template-default .trip-list .item {margin: 0 1rem;}
.trip-template-default .trip-list a p:last-child {margin-bottom: 0;}
.trip-template-default .trip-list .slick-prev:before, .trip-template-default .trip-list .slick-next:before {color:#2a3643;}
.trip-template-default .trip-list .slick-prev:hover:before, .trip-template-default .trip-list .slick-next:hover:before {color:#617993;}
.trip-template-default .slick-prev, .trip-template-default .slick-next {top:35%;}


/* Fleet page */
.fleet {background:#2a3643 url('/wp-content/themes/limoservicebooking/img/fleet-bg.jpg') no-repeat top center;background-size: contain;}
.fleet-nav {background-color:#eef3f7;margin-bottom:1.5rem;color:#617993;padding:0 1rem;height:60px;display: flex;flex-wrap: nowrap;justify-content: space-between;margin-bottom: 2.5rem;position: sticky;top: 108px;z-index: 1;bottom:0;}
.fleet-nav .fleet-nav-item {text-align: left;color:#212529;width: -webkit-fit-content;background-color:transparent;border:0;text-transform:uppercase;display: flex;flex-wrap: nowrap;align-items: center;justify-content: center;line-height: 1;}
.fleet-nav .fleet-nav-item span {margin-right:.75rem;height: 30px;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;}
.fleet-nav-item img:last-child {display: none;}
.fleet-nav .fleet-nav-item span img {object-fit: contain;height:20px;max-width: -webkit-fit-content;}
.fleet-nav-item.active img, .fleet-nav-item:hover img {display: none;}
.fleet-nav-item.active img:last-child, .fleet-nav-item:hover img:last-child {display: block;}
.fleet-nav .fleet-nav-item:not(:fist-child) {border-left:1px solid #f2f2f2;}
.fleet-nav-item.active b, .fleet-nav-item:hover b {color:#2a3643;}

.car-card-third .car-card-icon {width:30px;}
.car-card-third .car-card-title {font-size: 1rem;font-weight: 600;color: #2a3643;padding-left:10px;margin: 0;line-height: normal;}

.page-template-page-cars .advantages-list {display:none!important;height: auto;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;flex-direction: row;flex-wrap: wrap;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;padding-bottom: .85rem;border-bottom: 1px solid #f2f2f2;margin-bottom: 1rem;justify-content: space-around;}
.page-template-page-cars .advantages-list > div {height: 30px;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.page-template-page-cars .advantages-list .advantages-item-icon img {height: 30px;}
.page-template-page-cars .advantages-list .advantages-item-title {font-size: 1rem;padding-left:10px;margin: 0;line-height: normal;}
.page-template-page-cars .advantages-list .advantages-item:nth-child(3n+4) {margin-top:1rem;}

.page-template-page-cars .car-card-for > div:last-child {border-bottom:0;padding-bottom:0;}
.page-template-page-cars .car-card .car-type {position: relative;width:100%;color:#b2815a;text-align:center;font-size: 1.25rem;margin:0;font-weight: 600;text-transform:uppercase;display: block;}
.page-template-page-cars .car-card {margin-top:0;}
.page-template-page-cars .car-card-img {margin-top: .5rem;}

/* Single Car */
.fleet-single-content {padding: 3.5rem 0;}
.fleet-single-advantages-title, .trip-single-advantages-title {font-size: 1rem;font-weight:600;color: #617993;}
.fleet-single-advantages, .trip-single-advantages {background-color:#eef3f7;padding:1rem 2rem;border-radius: 1.25rem;}
.fleet-single-advantages-list, .trip-single-advantages-list {height: auto;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;flex-direction: row;flex-wrap: wrap;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;padding-bottom: .85rem;border-bottom: 1px solid #f2f2f2;margin-bottom: 1rem;}
.fleet-single-advantages-list {margin-bottom: 0;border:0;}
.fleet-single-advantages-item, .trip-single-advantages-item {margin-top: 1rem;width:calc(100% / 5);height: 30px;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.fleet-single-advantages-item img, .trip-single-advantages-item img {position: relative;width: auto;height: 30px;}
.fleet-single-advantages-item_title, .trip-single-advantages-item_title {font-size: 1rem;font-weight: normal;padding-left:10px;margin: 0;line-height: normal;}
.fleet-single-button {margin-top:1rem;}
.fleet-single-car-type {word-break: normal;width:fit-content;color:#b2815a;background-color:#f9ebe0;margin-bottom: 0.5rem;font-size: 1rem;font-weight: 600;padding:0 1rem;text-transform:uppercase;}
.fleet-single-gallery-display {position:relative;list-style:none;margin: 0;padding: 0;flex-basis: 100%;order: 2;}
.fleet-single-gallery-display_item {position: absolute;top: 0;left: 0;right: 0;bottom: 0;opacity: 0;transition:opacity .8s}
.fleet-single-gallery-display_item {height: 320px;overflow: hidden;display: flex;}
.fleet-single-gallery-display_item img {object-fit:cover;width:100%;height:100%;}
.fleet-single-gallery-display_item.active {position: relative;z-index: 1;opacity:1}
.fleet-single-gallery-display_item-image {width: 100%;max-width: 100%;object-fit: cover;height: 100%;}
.fleet-single-gallery-item_link {display:flex;width: 100%;height: 60px;flex-wrap:nowrap;}
.fleet-single-gallery-list {display: -webkit-box;display: -ms-flexbox;display: flex;margin-left: -.3125rem;margin-right: -.3125rem;margin-top:.625rem;padding: 0;flex-wrap: wrap;display: block;margin: 0;flex-basis: 20%;order: 1;overflow-y: scroll;}
.fleet-single-gallery-item {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;position: relative;width: calc(100% - .625rem);margin-right: .3125rem;margin-left:.3125rem;margin-bottom:.3125rem;}
.fleet-single-gallery-item.active:after {content: '';display: block;position: absolute;z-index: 2;top: 0;right: 0;left: 0;bottom: 0;width: 100%;height: 100%;border: .1875rem solid #617993;box-sizing:border-box}
.fleet-single-gallery-item_image {width: 100%;max-width: 100%;height:auto}
.fleet-single-gallery {position:relative;z-index:0;display: flex;flex-wrap: nowrap;overflow: hidden;height:325px;}
.fleet-single-about-text {font-size:1.125rem;}

/* Single Trip */
.trip-single-content {padding: 3.5rem 0;}
.trip-single-image {position:relative;overflow:hidden;border-radius: 1.25rem;}
.section-fleet__nav {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-ms-flex-wrap: wrap;flex-wrap: wrap;text-transform: uppercase;font-weight: 300;margin-top:.9375rem;list-style:none;padding: 0;}
.section-fleet__nav-item:not(:first-child) {margin-left:.9375rem}
.section-fleet__nav-item:not(:last-child):after {content: '/';display: inline;margin-left:.9375rem}
.section-fleet__nav-item:nth-child(4) {margin-left:0}
.trip-single-button {margin-top:1rem;}
.section-fleet__nav-item_link {font-weight: bold;color: #617993;text-decoration:none;}
.section-fleet__nav-item.active .section-fleet__nav-item_link {color: #2a3643;}
.section-fleet__carousel {padding:0;}
.section-fleet__append {display:none;}
.section-fleet__carousel-item {width:50%;margin:0 auto;list-style:none;position: relative;}
.section-fleet__carousel-item a {color:#617993;text-decoration:none;}
.section-fleet__carousel-item .car-type {word-break: normal;position:absolute;z-index:99;color:#fff;right:0;background-color:#2a3643;font-size: 1rem;font-weight: bold;padding:0 1rem;text-transform:uppercase;border-radius:3px;}
.section-fleet__carousel-item_title {font-weight:bold;margin-top:2rem;position:absolute;right:0;}
.trip-single-about__title {font-weight: 600;}
.trip-single-about_text {font-size:1.125rem;}

.section-fleet .owl-nav {position: absolute;top: 50%;left: 50%;width: 60%;transform: translate(-50%,0%);}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {position:absolute;}
.owl-carousel .owl-nav .owl-prev {left:0;}
.owl-carousel .owl-nav .owl-next {right:0;}
.owl-carousel .owl-nav .owl-prev.disabled, .owl-carousel .owl-nav .owl-next.disabled {opacity:0;}

.owl-carousel, .owl-carousel .owl-item {-webkit-tap-highlight-color: transparent;position: relative}
.owl-carousel {display: none;width: 100%;z-index: 1;}
.owl-carousel .owl-stage {position: relative;-ms-touch-action: pan-Y;touch-action: manipulation;-moz-backface-visibility: hidden}
.owl-carousel .owl-stage:after {content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0}
.owl-carousel .owl-stage-outer {position: relative;overflow: hidden;-webkit-transform: translate3d(0, 0, 0)}
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {-webkit-backface-visibility: hidden;-moz-backface-visibility: hidden;-ms-backface-visibility: hidden;-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0)}
.owl-carousel .owl-item {min-height: 1px;float: left;-webkit-backface-visibility: hidden;-webkit-touch-callout: none;}
.owl-carousel .owl-item img {display: block;width: 100%}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {display: none}
.no-js .owl-carousel, .owl-carousel.owl-loaded {display: block}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {cursor: pointer;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none}
.owl-carousel.owl-loading {opacity: 0;display: block}
.owl-carousel.owl-hidden {opacity: 0}
.owl-carousel.owl-refresh .owl-item {visibility: hidden}
.owl-carousel.owl-drag .owl-item {-ms-touch-action: pan-y;touch-action: pan-y;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none}
.owl-carousel.owl-grab {cursor: move;cursor: grab}
.owl-carousel.owl-rtl {direction: rtl}
.owl-carousel.owl-rtl .owl-item {float: right}
.owl-carousel .animated {animation-duration: 1s;animation-fill-mode: both}
.owl-carousel .owl-animated-in {z-index: 0}
.owl-carousel .owl-animated-out {z-index: 1}
.owl-carousel .fadeOut {animation-name: fadeOut}
@keyframes fadeOut {0% {opacity: 1}100% {opacity: 0}}
.owl-height {transition: height .5s ease-in-out}
.owl-carousel .owl-item .owl-lazy {opacity: 0;transition: opacity .4s ease}
.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {max-height: 0}
.owl-carousel .owl-item img.owl-lazy {transform-style: preserve-3d}
.owl-carousel .owl-video-wrapper {position: relative;height: 100%;background: #000}
.owl-carousel .owl-video-play-icon {position: absolute;height: 80px;width: 80px;left: 50%;top: 50%;margin-left: -40px;margin-top: -40px;background: url(../libs/OwlCarousel/dist/assets/owl.video.play.png) no-repeat;cursor: pointer;z-index: 1;-webkit-backface-visibility: hidden;transition: transform .1s ease}
.owl-carousel .owl-video-play-icon:hover {-ms-transform: scale(1.3, 1.3);transform: scale(1.3, 1.3)}
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {display: none}
.owl-carousel .owl-video-tn {opacity: 0;height: 100%;background-position: center center;background-repeat: no-repeat;background-size: contain;transition: opacity .4s ease}
.owl-carousel .owl-video-frame {position: relative;z-index: 1;height: 100%;width: 100%}

/* About us */
.page-template-page-about .advantage-icon {height:90px;}
.page-template-page-about .advantage-icon img {height:100%;}
.page-template-page-about .advantage-text h3 {margin-bottom:0;font-size:2rem;}
.page-template-page-about .advantages {padding-bottom:10px;}
.page-template-page-about .bg-block h1 {position: relative;display: inline-flex;}
.page-template-page-about .bg-block h1::after {
    content: '';
    position: relative;
    top: 0;
    right: 0;
    background-image: url('/wp-content/plugins/site-reviews/assets/images/stars/default/star-full.svg'), url('/wp-content/plugins/site-reviews/assets/images/stars/default/star-full.svg'), url('/wp-content/plugins/site-reviews/assets/images/stars/default/star-full.svg'), url('/wp-content/plugins/site-reviews/assets/images/stars/default/star-full.svg'), url('/wp-content/plugins/site-reviews/assets/images/stars/default/star-full.svg');
    height: 1rem;
    width: 8rem;
    margin-left: 0.5rem;
    background-size: contain;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: 0px top, 15px top, 30px top, 45px top, 60px top;
}

.page-template-page-about .partners {padding:3.5rem 0;}

.reviews {margin-top:35px;margin-bottom:25px;}
.reviews .title {margin-bottom:.5rem;}
.reviews .btn-link {color:#2a3643;text-decoration: none;display: inline-flex;}
.reviews .btn-link:after {content:'→';font-family: 'Futura PT',sans-serif;font-weight:300;display: block;position: relative;margin-left:1rem;bottom: -2px;right: 0;-webkit-transition: right 0.5s ease;-o-transition: right 0.5s ease;transition: right 0.5s ease;}
.reviews .btn-link:hover:after {right:-0.25rem;}
.reviews .btn-link:hover {color:#627992;}
.reviews-image {width: 30rem;margin: 0 auto 2rem;max-width: 100%;}

.glsr-modal__dialog {border-radius: 1.25rem!important;}
.glsr-modal__content .glsr-review.slick-slide {width: 100%!important;}
.glsr-modal button.glsr-modal__close, .glsr-modal button.glsr-modal__close:focus, .glsr-modal button.glsr-modal__close:hover {margin: 0.5em!important;}
/*
.reviews .glsr-review-form {
  display: flex!important;
  flex-flow: column wrap;
  height: 300px;
  gap: 1rem;
  margin: 0 auto;
}
.glsr-field.glsr-field-textarea {
  flex: 1 0 100%;
  order: 1;
  width: 50%;
}
.glsr-field.glsr-field-rating {
  flex: 1;
  order: 2;
  width: 50%;
}
.glsr-field.glsr-field-text {
  flex: 1;
  order: 3;
  width: 50%;
}
.glsr-field.glsr-field-choice {
  flex: 1;
  order: 4;
  width: 50%;
}
div[data-field="submit-button"] {
  flex: 1;
  order: 5;
  width: 50%;
}
.glsr-textarea {
  height: 90%;
}*/

.pagination {justify-content: start;}
.navigation {margin:0 0 2rem;text-align: left;}
.nav-links span.current, .nav-links a:hover {background-color: #617993;color: #fff;border-radius: 1.25rem;}
.nav-links {display: flex;padding: 0;margin: 0;overflow: hidden;}
.nav-links a, .nav-links span {margin: 0;text-decoration: none;line-height: 1;font-size:.95rem;font-weight:600;min-width: 1em;display: block;border-radius: 1.25rem;color: #2a3643;padding: .75rem 1rem;}

.glsr-default .glsr-review>.glsr-review-avatar img {border-radius:50%;overflow:hidden;}
.glsr .glsr-reviews-wrap {margin-top:2rem;}
.page-template-page-reviews .glsr-default .glsr-review p {font-size:1.125rem;}
div[data-shortcode="site_reviews_form"] {margin-top: 2rem;}
.glsr-default .glsr-review>.glsr-review-date {font-size:.9rem;font-style: normal;}
.glsr-default .glsr-review>.glsr-review-content {background-color:#eef3f7;padding:1rem;position: relative;color: #617993;border-radius: 1.25rem;}
.glsr-default .glsr-review>.glsr-review-content:before {content: '';position: absolute;bottom: 0;left: 2rem;width: 0;height: 0;border: 14px solid transparent;border-top-color: #eef3f7;border-bottom: 0;border-right: 0;margin-left: -7px;margin-bottom: -14px;}
.glsr-default .glsr-review>.glsr-review-content a {color:#2c3845;}
.glsr-default .glsr-review>.glsr-review-author {font-size:0.9rem;font-weight:600;}

.page-template-page-reviews .glsr-default .glsr-review>.glsr-review-content {background-color: transparent;padding: 0;border-radius: 0;}
.page-template-page-reviews .glsr-default .glsr-review>.glsr-review-content:before {content:none;}
/*
body:not(.home):not(.page-template-page-about) .reviews .glsr-default .glsr-reviews {display: flex;flex-wrap: wrap;}
body:not(.home):not(.page-template-page-about) .reviews .glsr-default .glsr-review {width: calc(50% - var(--glsr-gap-xl) / 2);}
*/
.glsr-default button.glsr-button {justify-content: center;}
.home .reviews .glsr-review {margin:0 1rem;}
.home .reviews .slick-prev:before, .home .reviews .slick-next:before {color:#2a3643;}
.home .reviews .slick-prev:hover:before, .home .reviews .slick-next:hover:before {color:#617993;}
.page-template-page-about .reviews .glsr-review {margin:0 1rem;}
.page-template-page-about .reviews .slick-prev:before, .page-template-page-about .reviews .slick-next:before {color:#2a3643;}
.page-template-page-about .reviews .slick-prev:hover:before, .page-template-page-about .reviews .slick-next:hover:before {color:#617993;}
.slick-dotted.slick-slider {margin-bottom: 40px!important;}
.slick-dots {bottom: -40px!important;}
.slick-dots li button:before {height: 3px!important;border-radius:0;font-size: 0!important;background-color: #f2f2f2;opacity: 1!important;-webkit-transition: background-color 0.5s ease;-o-transition: background-color 0.5s ease;transition: background-color 0.5s ease;}
.slick-dots li.slick-active button:before {background-color:#617993;}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {background-color:#617993;}


.about {padding:3.5rem 0;}
.about .col-xl-6.col-lg-6 {position:relative;}
.about .bg-block {background-color:#2a3643;color:#fff;padding:3rem;height: 100%;align-items: center;display: flex;flex-wrap: wrap;border-radius: 1.25rem;}
.about .bg-block h1 {font-size:1.75rem;font-weight: 600;}
.about .bg-block p {margin-bottom:0;font-size:1.125rem;}
.about-image {position:relative;z-index:0;right:0;bottom:0;width:100%;overflow: hidden;}
.about .bg-block img {border-radius: 1.25rem;}

.num {padding:3.5rem 0;}
.num div[class*="col-lg-"] {border-left: 1px solid #2a3643;text-align: center;}
.num p {margin-bottom: 0;}
.num strong {font-size:4rem;line-height: 1;}
.num div[class*="col-lg-"]:first-child {border-left: 0;}

/* Contacts */
.page-template-page-contacts .fform {position: relative;overflow: hidden;}
.page-template-page-contacts .fform form {background-color:#eef3f7;color: #2a3643;padding: 2rem;border-radius: 1.25rem;}
.page-template-page-contacts .fform .form-control {background-color: transparent;color:#2a3643;border: 0;border-bottom: 1px solid rgba(97, 121, 147, 0.25);border-radius: 0;}
.page-template-page-contacts textarea {height: auto;max-height: 90px;}
.page-template-page-contacts .fform .form-control:focus {box-shadow:none;border-color:#2a3643;}
.page-template-page-contacts .fform .form-control::placeholder {color:#2a3643;}

.contacts-form__name_container, .contacts-form__email_container, .contacts-form__phone_container {display: inline-block;width: calc(100% / 3 - 15px);margin: 0;}
.contacts-form__email_container, .contacts-form__phone_container {margin-left: 15px;}
.contacts-form__explanation {text-align:right;margin-top:.5rem;font-size: .85rem;}
.fform .form-switch {margin-bottom: 1rem;}
.form-check-label {font-size:.85rem;}
.wpcf7-list-item {display:block;margin: 0;}
.fform .form-check-input {background-color: #fff;border-color:#fff;}
.fform .form-check-input:checked {background-color: #fff;border-color:#fff;}
.fform .form-switch .form-check-input {background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%232a3643'/%3e%3c/svg%3e");}
.fform .form-switch .form-check-input:checked {background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23617993'/%3e%3c/svg%3e");}
.fform a {color:#2a3643;}
.fform .wpcf7-form-control-wrap {display: block;}
.fform .wpcf7-not-valid-tip {position: absolute;width: -webkit-max-content;font-size: 0.75rem;top:0;right:0;}
/*
.reviews .glsr-default form.glsr-form textarea.glsr-textarea, .reviews .glsr-default form.glsr-form input.glsr-input:not(.wp-block-search__input) {background-color: transparent;color: #2a3643;border: 0;border-bottom: 1px solid rgba(97, 121, 147, 0.25);border-radius: 0;}
.reviews .glsr-default form.glsr-form textarea.glsr-textarea::placeholder, .reviews .glsr-default form.glsr-form input.glsr-input:not(.wp-block-search__input)::placeholder {color:#2a3643;}
.reviews .glsr-default form.glsr-form textarea.glsr-textarea:focus, .reviews .glsr-default form.glsr-form input.glsr-input:not(.wp-block-search__input):focus {box-shadow:none;border-color:#2a3643;background-color: transparent;}
.reviews .glsr-default .glsr-field {display: block;}
.reviews .glsr-default form.glsr-form .glsr-field-error {position: absolute;width: -webkit-max-content;font-size: 0.75rem;top:0;right:0;}
.reviews .glsr-default form.glsr-form {background-color: #eef3f7;
color: #2a3643;
padding: 2rem;border-radius: 1.25rem;}
*/
.contacts-address__list {align-items: stretch;height:100%;display: flex;gap: 1rem;}
.contacts-address__item {width: 100%;background-color:#eef3f7;display:flex;align-items: center;padding: 1.25rem 4rem;align-content: center;margin-bottom: 1rem;border-radius: 1.25rem;}

.contacts-address__list {list-style:none;padding:0;margin: 0;}
.contacts-content {padding: 3.5rem 0;}
.contacts-address__item-icon {margin-right:.75rem;color:#2a3643;font-size:1.5rem;}
.contacts-address__item-icon img {width: 1.5rem;}
.contacts-address__item-title {font-weight:600;}
.contacts-address__item-title span {font-weight:normal;display:block;}
.contacts-address__item a {text-decoration: none;color: #617993;font-weight: 500;}

/* Single Locations */
.main-photo {width:100%;height:340px;position:relative;overflow:hidden;border-radius:3px;}
.main-photo img {position: fixed;z-index: -2;top: 0;bottom: 0;left: 0;overflow: hidden;}
.main-photo-capture {text-transform:uppercase;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:#fff;z-index:2;}
.main-photo-capture .main-photo-capture-small {font-size:1.5rem;font-weight:bold;}
.main-photo-capture h1.title {font-size:4rem;color:#fff;}
.main:after {content:'';width:100%;height:100%;bottom:0;left:0;position:absolute;z-index:1;background: rgb(172, 148, 85);background: -moz-linear-gradient(0deg, rgba(172, 148, 85,1) 0%, rgba(172, 148, 85,0) 100%);background: -webkit-linear-gradient(0deg, rgba(172, 148, 85,1) 0%, rgba(172, 148, 85,0) 100%);background: linear-gradient(0deg, rgba(172, 148, 85,1) 0%, rgba(172, 148, 85,0) 100%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2a3643",endColorstr="#2a3643",GradientType=1);-webkit-transition: height 0.5s ease;-o-transition: height 0.5s ease;transition: height 0.5s ease;}
.quote-content {margin-bottom: 2rem;}
/*
.single-locations .site:before {content:'';width:100%;position:absolute;height:100%;z-index:0;background: rgb(24,24,62);background: -moz-linear-gradient(180deg, rgba(24,24,62,1) 0%, rgba(24,24,62,0) 100%);background: -webkit-linear-gradient(180deg, rgba(24,24,62,1) 0%, rgba(24,24,62,0) 100%);background: linear-gradient(180deg, rgba(24,24,62,1) 0%, rgba(24,24,62,0) 100%);}
*/
header .btn-outline-secondary {color: #617993;border-color: transparent;background-color: #eef3f7;}
header .btn-outline-secondary:hover {color: #fff;background-color: #627992;border-color: #627992;}
header .offcanvas {background-color: #fff;}
header .btn-close {background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232a3643'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center / 1em auto no-repeat;}


/* Transportation Service */
.transportation-service {background:#eef3f7 url('/wp-content/themes/limoservicebooking/img/service-bg.jpg') no-repeat center top;background-size: cover;padding:3.75rem 0;}
.transportation-service .btn {padding: 0.45rem 1.75rem;font-size: 1.5rem;}
.transportation-service .btn-secondary {background-color: #fff;border-color:#fff;color:#617993;}
.transportation-service h2.title {color:#617993;margin-top: 1rem;margin-bottom: 0.5rem;}
.transportation-service p {font-size:1.125rem;}

section .slick-prev, section .slick-next {color:#fff;}
section .slick-prev:before, section .slick-next:before {font-family: 'Futura PT',sans-serif;font-weight: 500;opacity: 1;line-height: 1;font-size:1.75rem;-webkit-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}
section .slick-prev:before {content: '❮';}
section .slick-next:before {content: '❯';}
section .slick-prev:hover:before, section .slick-next:hover:before {color:#617993;}


/* call button in header / display only mobile menu*/
.call-button-block {
	display:none;
    font-size: 12px;
    padding: 6px 12px;
    border: 1px solid #2a3643;
    border-radius: 20px;
    margin-right: 20px;
}
.call-button-block a{
	text-decoration: none;
    color: #627992;
    font-weight: 500;
}
@media (max-width: 991px) {
	.call-button-block{
		display:block;
	} 
	
}


/* xs iPhone */
@media (max-width: 767px) {
  .top {z-index: 0;}
  .top h1 {font-size:2.5rem;line-height: 2.5rem;}
  .top span {font-size: 1.25rem;width: 100%;}
  .top h1 span {font-size: 2.25rem;}
  .top-buttons {display: flex;margin-bottom: -1.5rem;}
  .top-buttons .btn {width: 50%;justify-content: center;padding: 0.8rem 0.8rem;font-size: 1.5rem;}
  .home .btn-reviews {top:0;z-index: 2;}
  .navbar-nav {flex-wrap: wrap;}
	.site-header .navbar-nav {width:100%;font-size:1.25rem;}
	.site-header .navbar-nav .nav-item:not(:last-child):after {content:none;}
  .site-header .navbar-nav a[href="https://limoservicebooking.com/reviews"] {color:#b2815a;}
  .site-header .contacts a {margin-left: 2rem;}
  .header-buttons {display: none;}
  .home .car-list .item {flex-basis: 100%;}
	.header-buttons {margin-left:0;width: 100%;}
  .header-buttons .btn {margin-top: 1rem;width: 100%;}
	header .btn-primary.white {font-size:1.25rem;}
	.advantage-item {padding: 1.25rem 2rem;}
	.service p {width:100%;}
  .trip-list {display: flex;flex-wrap: wrap;}
  .trip-list > div {flex-basis: calc(50% - 0.5rem);}
  .locations-item {flex: calc(100% / 4);}
	.locations .columns {display:block;}
	.map-svg {margin-top: 1rem;}
	footer .col-md-3 {margin-bottom:2rem;}
  .page-template-page-event .top .top-bck, .page-template-page-trip .top .top-bck {padding: 6rem 0 2rem;}
  .fleet {margin-top: 1rem;}
  .why-us h3.title.text-center {width: 100%;}
  .advantages-new .title {margin-top: 1rem;}
  .advantages-new .col-xl-4.col-lg-4 {width: 50%;max-width: 50%;}
	.page-template-page-trip .top h1, .page-template-page-trip .top p {max-width:100%;}
	.page-template-page-trip .top h1 span {z-index:0;}
  .page-template-page-trip .top {background-size: cover;}
  .page-template-page-event .top h1, .page-template-page-event .top p {max-width:100%;}
	.page-template-page-event .top h1 span {z-index:0;}
  .page-template-page-event .top {background-size: cover;}
  .page-template:not(.home) .top, .single .top {background-attachment: initial;}
  .page-template:not(.home) .top .top-bck, .single .top .top-bck {padding-bottom: 0;}
	.trip-img, .trip-single-image, .event-img, .event-single-image {margin-bottom:1rem;}
	.fleet-single-advantages, .trip-single-advantages, .event-single-advantages {padding: 1rem 1.5rem;}
	.section-fleet__carousel-item, .section-fleet .owl-nav {width:100%;}
	.owl-carousel .owl-item img {padding-top:2rem;}
	.fleet-nav .fleet-nav-item span img {height: 20px;}
	.about .bg-block {padding: 2rem;}
	.about-image {right: 0rem;width: 100%;z-index: 0;}
	.main-photo-capture {width: 100%;z-index:0;}
	.main:after, .main:before {z-index:-1;}
	.main-photo img {height:100%;}
	.contacts-address {margin-bottom: 2rem;}
	.site-header .contacts {justify-content: center;-webkit-justify-content: center;}
	.btn-primary {width:100%;}
	footer .col-md-6.col-lg-3, footer .col-md-6.col-lg-2, footer .col-md-6.col-lg-4 {width:50%!important;}
	footer .col-md-3 {text-align: center;}
	.footer_widget #menu-locations li {flex-basis:100%;}
	.partners-gallery {flex-wrap:wrap;}
	.partners-gallery .partners_item {flex-basis:calc(50% - 15px);}
  .partners-gallery .partners_item-image {max-width: 120px;}
  .usa {padding-top:2.5rem;}
  .fleet-nav {height: auto;flex-wrap: wrap;justify-content: space-evenly;}
  .fleet-nav {position: relative;top: initial;z-index: initial;bottom:initial;}
  .fleet-nav .fleet-nav-item {width: 50%;padding: 0.5rem;}
  .btn-reviews {right: 0.65rem;width: 4rem;}
  section .slick-prev {left: -10px;}
  section .slick-next {right: -10px;}
  .transportation-service .mb-0 {margin-bottom: 1rem!important;}
  .fleet-single-gallery-display_item {height:270px;}
  .fleet-single-gallery-item_link {height:50px;}
  .page-template-page-cars .fleet h1.title {text-align: center;}
  .locations-list li {flex-basis: calc(100% / 2);}
  .transportation-service .text-center {width: 100%;}
  .transportation-service .btn {width: 100%;}
  .transportation-service .btn:not(:first-child) {margin-top: 1rem;}
  .locations-content .locations-list .locations-item {flex-basis: calc(100% / 2);}
  .reviews {margin-top: 0;}
  .contacts-address__list {flex-wrap: wrap;}
  .contacts-address__item {margin-bottom: 0;}
  .car-card .car-card-link .btn {padding: 0.75rem 1rem;}
  .popular {background-size: auto;}
  body:not(.home):not(.page-template-page-about) .reviews .glsr-default .glsr-review {flex-basis: 100%;}
  .reviews .glsr-default form.glsr-form {/*padding: 1rem;*/}
  .reviews .glsr-review-form {/*display: flex!important;flex-flow: wrap;height: auto;gap: 1rem;margin: 0 auto;*/}
  /*
  .glsr-field.glsr-field-textarea {flex: 0 0 100%;width: 100%;flex-basis: 100%;}
  .glsr-field.glsr-field-rating {width: 100%;flex-basis: 100%;}
  .glsr-field.glsr-field-text {width: 100%;flex-basis: 100%;}
  .glsr-field.glsr-field-choice {width: 100%;flex-basis: 100%;}
  div[data-field="submit-button"] {width: 100%;flex-basis: 100%;}
  .glsr-textarea {height: auto;}
  */
  .num div[class*="col-lg-"] {border-left: 0;border-top:1px solid #2a3643;padding-top: 1rem;padding-bottom: 1rem;}
  .num div[class*="col-lg-"]:first-child {padding-top: 0;border-top: 0;}
  .fleet-single-gallery {flex-wrap: wrap;height: auto;overflow: visible;}
  .fleet-single-gallery-list {flex-basis: 100%;order: 2;flex-wrap: wrap;overflow: unset;display: flex;margin-top: 1rem;margin-bottom: 1rem;}
  .fleet-single-gallery-display {order: 1;}
  .fleet-single-gallery-item {flex-basis: calc(100% / 6);}
  .fleet-single-advantages-item, .trip-single-advantages-item {width: calc(100% / 2);}
  .why-us .col-md-3 {width: calc(100% / 2);margin-bottom: 1.5rem;}
  .why-us .item {min-height: 25rem;}
  .why-us .item, .why-us .item .back {padding: 1rem;}
  .why-us .btn-primary {padding: .75rem 1.5rem;}
  .limoservicebooking-footer .contacts a {justify-content: center;}
  #map .st0{transition: 0.5s;}
}

@keyframes map-lighting {
	from {filter: brightness(0);}
	to {filter: brightness(3.5);}
}
/* md iPhone */
@media (min-width: 600px) and (max-width: 800px) {
	/*header {background-color:#eee;}*/
	.col-lg-6, footer .col-md-6 {width:50%!important;}
	.service-content {display: flex;flex-wrap: wrap;}
	.page-template-page-trip .trip-item, .page-template-page-event .event-item {width:50%;margin-bottom:1rem;padding: 2rem 1rem;}
	.about .col-xl-6.col-lg-6 {width:100%!important;}
	.about .bg-block {padding: 2rem;}
  .page-template-page-event .top, .page-template-page-trip .top {background-size: auto;background-position: center;}
  .page-template-page-cars .fleet h1.title {text-align: center;}
  .locations-list li {flex-basis: calc(100% / 4);}
  .car-card .car-card-link .btn {padding: 0.75rem 1rem;}
  .advantages-new {padding: 2rem 0;}
}

@media (max-width: 400px){
	.top-buttons .btn {font-size: 1rem;}	
	.reviews .title {margin-bottom: .5rem;font-size: 1.3rem;}
}

@media (min-width: 518px){
	image#Fort_Lauderdale {
		transform: scale(1.3) translate(-22rem, -18rem);
		overflow: visible;
		width: 316px;
		height: 40px !important;
	}
	image#Fort_Myers {
		transform: scale(1.9) translate(-49rem, -36.6rem);
	}
	image#Tampa {
		transform: scale(2) translate(-46rem, -29.5rem);
	}
	image#Orlando {
		transform: scale(1.9) translate(-36rem, -24.6rem);
	}
	image#Naples {
		transform: scale(1.9) translate(-47rem, -40.7rem);
	}
	image#Miami {
		transform: scale(1.9) translate(-46.5rem, -40rem);
	}
	image#Key_West {
		transform: scale(1.9) translate(-48rem, -50.5rem);
	}
	image#Palm_Beach {
		transform: scale(1.9) translate(-45rem, -31.5rem);
	}
}

@media (max-width: 996px){
	.top .top-bck figure {margin: 0 auto; margin-top: -50px;pointer-events: none;}
}

@media (max-width: 517px){
	.top .top-bck figure {margin: 0 auto; margin-top: 0px;pointer-events: none;}
	.site-header .contacts a {margin-left: 0 !important;font-size: 1rem;}
	.site-header .contacts {justify-content: space-between;}
	#map{width: 100%; transform: scale(1.44) translate(-2.5%, 10.5%) !important;}
	#map{margin-bottom: 70px !important;}
	.locations .title + p:first-of-type {font-size: 1.5rem;}
	.main-locations-list .locations-item a{font-size: 0.9rem; font-weight: 900;}
	.header-top-desktop{display:none !important;}
	.header-top-mobile{display:block !important;}
	header{position: relative !important;}
	#map image:not(.map-image):not(#Key_West){filter: brightness(5.5);}
	image#Fort_Lauderdale {transform: translateX(-14rem);}
	image#Miami {transform: translateX(-7rem);}
	image#Palm_Beach {transform: translateX(-12rem);}
	
	#map .st0:nth-child(3){animation: 3s linear 1s infinite alternate map-lighting;}
	#map .st0:nth-child(4){animation: 2s linear 1.5s infinite alternate map-lighting;}
	#map .st0:nth-child(5){animation: 3s linear 3s infinite alternate map-lighting;}
	#map .st0:nth-child(6){animation: 2s linear 2s infinite alternate map-lighting;}
	#map .st0:nth-child(7){animation: 3s linear 2s infinite alternate map-lighting;}
	#map .st0:nth-child(8){animation: 2.5s linear 2.5s infinite alternate map-lighting;}
	#map .st0:nth-child(9){animation: 4s linear 4s infinite alternate map-lighting;}
	#map .st0:nth-child(10){animation: 1.5s linear 1.5s infinite alternate map-lighting;}
}

.header-top-mobile{display:none;}
.main-locations-list .locations-item a{font-weight: 900;}
#map .st0{z-index:2;}

#map{margin-top: 1rem;transform: scale(1.24) translate(-12.5%, 22.5%);margin-bottom: 140px;overflow: visible;}
.locations-item h3{text-decoration: none;color: #2a3643;font-weight: 500;display: inline-flex !important;border-bottom: 2px solid #b2815a;width: 60%;padding-bottom: 0.75rem;}
.locations-item {flex: calc(100% / 1);margin-top: 0.25rem; max-width: 60%;}
.main-locations-list{position: absolute;bottom: 0;margin-bottom: 0;display:flex !important;}

@media (max-width: 495px){
	.car-card .car-card-link .btn {font-size: 1rem;}
	.site-header .contacts a {font-size: 0.9rem;}
}

@media (max-width: 380px){
	.car-card .car-card-link .btn {font-size: 1rem;}
	.site-header .contacts a {font-size: 0.7rem;}
}


/* sm iPad */
@media (min-width: 768px) and (max-width: 991px) {
  /*header {background-color:green!important;}*/
  .top h1 {max-width:100%}
  .top span {width: 100%;}
  .col-lg-6, footer .col-md-6 {width:50%!important;}
  .site-header .navbar-nav {width:100%;font-size:1.25rem;}
	.site-header .navbar-nav .nav-item:not(:last-child):after {content:none;}
	.header-buttons {margin-left:0;margin-top:1rem;}
	header .btn-primary.white {font-size:1.25rem;}
	.col-xl-4 {width:33%!important;}
	.fleet-single-advantages, .trip-single-advantages, .event-single-advantages {padding: 1rem 2rem;}
	.section-fleet__carousel-item {width:80%;}
	.section-fleet .owl-nav {width:90%;}
  .page-template:not(.home) .top, .single .top {background-attachment: initial;}
	.popular .col-xl-4, .fleet .col-xl-4, .page-template-page-about .advantages .col-xl-4 {width:50%!important;}
	.contacts-address {margin-bottom:2rem;}
	.main-photo img {height:100%;}
  .advantages-new {padding: 2rem 0;}
  .transportation-service .btn {width: 100%;}
  .transportation-service .text-center {width:100%;}
  section .slick-prev {left: -10px;}
  section .slick-next {right: -10px;}
  .page-template-page-event .top, .page-template-page-trip .top {background-size: auto;background-position: center top;}
  .page-template-page-cars .fleet h1.title {text-align: center;}
  .top-buttons {margin-bottom: -4rem;}
  .transportation-service .text-center {display: flex;gap:1rem;margin-top: 1rem;}
  .transportation-service .col-xl-4 {width: 100%!important;}
  .partners-gallery {flex-wrap: wrap;}
  .partners-gallery .partners_item {flex-basis: calc(100% / 5);}
  .partners-gallery .partners_item-image {max-width: 150px;}
  .about-image img {height: 100%;object-fit: cover;object-position: 70% 0;}
  .car-card .car-card-link .btn {padding: 0.75rem 1rem;}
}
/* md iPad */
@media (min-width: 992px) and (max-width: 1199px) {
    /*header {background-color:violet!important;}*/
  section .slick-prev {left: -10px;}
  section .slick-next {right: -10px;}
  .page-template-page-event .top, .page-template-page-trip .top {background-size: auto;background-position: center top;}
  .page-template-page-cars .fleet h1.title {text-align: center;}
  .logo {height:30px;}
  .site-header .btn-primary, .site-header .btn-secondary {padding: 0.25rem 1rem;}
  .top span {width: 100%;}
  .header-buttons {margin-left: 1rem;}
  .top-buttons {margin-bottom: -5.5rem;}
  .advantages-new {padding: 2rem 0;}
  .navbar-expand-lg .navbar-nav .nav-link {padding-right: 0!important;padding-left: 0!important;}
}
/* lg */
@media (min-width: 1200px) {
    /*header {background-color:red;}*/
}


/* new acf addon for right column with new form */

#limo_outer {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
.top-col-left {
  flex: 1 1 65%;
  min-width: 0;
}
#limo_inner {
  flex: 1 1 35%;
  min-width: 0;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  #limo_outer {
    flex-direction: column;
  }
  .top-col-left,
  #limo_inner {
    flex: 1 1 100%;
    width: 100%;
  }
}


/* reserve now page for width */


.quote-form {
    max-width: 900px; /* change this number */
    margin: 0 auto;
    padding: 20px;
}


/* review badge image size*/

.top .top-bck .badges-figure {
  margin-top: 8rem !important;
  width: auto;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  pointer-events: auto;
}

.top .top-bck .badges-figure img {
  width: auto !important;
  max-width: 100%;
}

@media (max-width: 767px) {
  .top .top-bck .badges-figure {
    margin-top: 2rem !important;
    max-width: 260px;
	  padding-top: 20px;
  }
}

/* limo image size*/

.limo-photo-reviews {
  width: 80%;
  max-width: 900px;
  margin: 0 auto 2rem;
}

.limo-photo-reviews img {
  width: 100%;
  height: auto;
  display: block;
}