/*
Theme Name: YOOtheme Child
Theme URI: https://yootheme.com
Template: yootheme
Author: YOOtheme
Author URI: https://yootheme.com
Description: A powerful, flexible and elegant website builder that allows you to create complex pages within minutes and customize every aspect of the theme.
Version: 4.5.13.1744364418
Updated: 2025-04-11 11:40:18

*/
.wb-sidebar {
  position: fixed;
  top: 200px;
  right: -270px;
  /* 250 - 50 = 200px hidden */
  z-index: 10;
  width: 290px;
  transition: right 0.3s ease;
  background: #354f45;
  color: rgba(255, 255, 255, 0.7);
  padding: 10px;
  padding-left: 20px; }
  .wb-sidebar .widget_builderwidget > div:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    padding-bottom: 10px !important; }
  .wb-sidebar .widget_builderwidget > div:not(:first-child) {
    padding-top: 10px !important; }
  .wb-sidebar:hover {
    right: -10px; }
  .wb-sidebar .widget_builderwidget > div > div:first-child .uk-icon {
    left: -10px;
    position: relative; }
  .wb-sidebar .widget_builderwidget > div > div:nth-child(2) {
    padding-left: 0px; }
  .wb-sidebar a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none; }
    .wb-sidebar a:hover {
      color: white; }

.map .uk-container {
  padding: 0 !important; }

#location-map-container {
  position: relative; }
  #location-map-container .map-filter {
    position: absolute;
    z-index: 20;
    top: 100px;
    left: 10px;
    background: white;
    padding: 5px 10px 0px 10px;
    box-shadow: 5px 5px 5px; }
  #location-map-container input.map-type-filter[value="branch"]:checked {
    background-color: #496158;
    color: white; }
  #location-map-container input.map-type-filter[value="airport"]:checked {
    background-color: #da3f2b;
    color: white; }
  #location-map-container input.map-type-filter[value="harbour"]:checked {
    background-color: #black;
    color: white; }

.single-admin-page .tm-page-container .tm-page {
  max-width: unset !important;
  width: 100% !important; }
.single-admin-page .uk-container {
  max-width: unset !important; }

@media (max-width: 959px) {
  .wb-sidebar {
    display: none; } }

/*# sourceMappingURL=style.css.map */
