/*
Theme Name:  Listeo ChildTheme
Theme URI: http://listeo.pro
Author: Purethemes
Author URI: http://themeforest.net/user/purethemes
Description: Directory WordPress Theme by Purethemes
Version: 1.0
License: ThemeForest
License URI: http://themeforest.net/licenses
Text Domain: listeo
Domain Path: /languages/
Tags: light, responsive-layout, post-formats, theme-options, translation-ready, two-columns
Template:  listeo
*/

/* Navigation */

.left-side {
  float: left;
  width: 100%;
  display: inline-block;
}

/*#navigation.style-1 ul li {
  margin: 0 15px;
}*/

#logo {
  display: inline-block;
  margin-top: -10px;
}

#logo {
  margin-right: 80px;
}

@media only screen and (max-width: 1024px) {
  #logo {
    position: relative;
    padding-top: 5px;
    padding-bottom: 15px;
    width: calc(100% - 160px);
    text-align: left;
  }
}

#navigation ul {
  list-style: none;
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
    padding-top: 0px;
  padding-top: 10px;
}

#navigation.style-1 ul li a {
  transition: 0.4s;
  border-radius: 8px;
  font-size: 2rem;
	color: #333;
}

#navigation.style-1 > ul > li:hover > a {
  background: #e3f6f3;
  color: #333;
}

#navigation.style-1 > ul > li.current-menu-ancestor > a, #navigation.style-1 > ul > li.current-menu-item > a, #navigation.style-1 > ul > li:hover > a {
  background: #e3f6f3;
  color: #333;
}

#navigation ul li a::after, #navigation ul ul li a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  opacity: 0.9;
  font-size: 12px;
  color: #ff003e ;
}

#navigation ul ul {
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
}

#navigation ul ul li {
  width: 350px;
}

#navigation ul li:hover ul a, #navigation ul ul a {
  line-height: 2.0em !important;
  padding: 3px 0px 3px 15px !important;
  text-align: left;
}

/* Mobile Navi */
.mmenu-trigger {
  height: 50px;
  width: 50px;
  display: none;
  position: relative;
  margin: 0 0 20px 0;
  background-color: #fff;
  border-radius: 4px;
  cursor: pointer;
  float: right;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 5px;
  background-color: #49624f;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.mobile-nav-header {
  background: #fff;
  width: 100%;
  height: 90px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 25px;
}

.menu-logo a img {
  max-height: 85px;
  width: auto;
}

.hamburger {
  padding: 0;
  top: 25px;
  left: 13px;
  transform: scale(0.67);
  -moz-transform: scale(0.70) translateY(4px);
  position: relative;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.mobile-navigation-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 100001;
  opacity: 0;
  transition: 0.4s;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(-100%);
  overflow-y: auto;
}

.menu-icon-toggle {
  display: block;
  width: 41px;
  height: 41px;
  z-index: 9;
  position: absolute;
  right: 22px;
  top: 15px;
  background: #49624f;
  border-radius: 4px;
  padding: 10px;
  transition: 0.2s;
}

#mobile-nav li a {
  display: block;
  padding: 10px;
  font-weight: 600;
  font-size: 2.4rem;
}

.mobile-navigation-list li a:hover {
  color: #ff003e;
}

#mobile-nav li a {
  display: block;
  padding: 10px;
  font-weight: 600;
  font-size: 2.4rem;
  color: #333;
}

#mobile-nav .open-submenu > .sub-menu {
  left: 0;
  top: 0;
  visibility: visible;
  transition: all .5s ease;
  pointer-events: all;
  opacity: 1;
  z-index: 2;
  background: #e3f6f3;
}

.mobile-navigation-list .menu-item-has-children > a::before {
  font-family: 'simple-line-icons';
  font-size: 14px;
  content: "\e606";
  position: absolute;
  right: 8px;
  top: 10px;
  font-weight: 900;
  color: #ff003e;
}

#mobile-nav .sub-menu-back-btn {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  cursor: pointer;
  margin-bottom: 8px;
  padding: 10px 10px 10px 36px;
  font-weight: 600;
  font-size: 2.4rem;
  display: block;
  color: #333;
  transition: 0.3s;
}

.sub-menu-back-btn::before {
  font-family: 'simple-line-icons';
  font-size: 14px;
  content: "\e606";
  position: absolute;
  right: 0;
  top: 10px;
  font-weight: 900;
  content: "\e605" !important;
  left: 13px;
  right: initial;
  color: #ff003e;
}

.mobile-nav-widgets h4, .mobile-nav-widgets h5 {
  color: #333;
  font-size: 2.4rem;
  font-weight: 600;
  margin: 0 0 15px 0;
}

.mobile-nav-widgets .textwidget p {
  color: #333;
}

#listeo_side_social_icons .new-footer-social-icons li a {
  font-size: 2.4rem;
  opacity: 1;
  transition: 0.3s;
}

#listeo_side_social_icons .new-footer-social-icons li a i {
  height: 40px;
  width: 40px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  background: #49624f;
  border-radius: 50px;
}

/* Single Listing */

#titlebar.listing-titlebar span.listing-tag {
  background: #e3f6f3;
}

#titlebar.listing-titlebar span.listing-tag a {
  line-height: 20px;
  letter-spacing: 0;
  color: #ff003e;
  font-size: 1.6rem;
  font-weight: 600;
  margin: 0;
}

#titlebar.listing-titlebar span a i {
  margin-right: 5px;
  color: #ff003e;
}

#titlebar.listing-titlebar h1, #titlebar.listing-titlebar h2 {
  font-size: 2.8rem;
  line-height: 36px;
  margin: 1px 0;
  font-weight: 600;
  color: #49624f;
}

#titlebar.listing-titlebar h1, #titlebar.listing-titlebar h2 {
  font-size: 2.8rem;
  line-height: 36px;
  margin: 1px 0;
  font-weight: 600;
  color: #49624f;
}

#titlebar.listing-titlebar span.listing-tag {
  top: 0;
  margin: 0;
  margin-bottom: 0px;
  background: #c7ede7;
  line-height: 15px;
  font-weight: 500;
  letter-spacing: 0;
  font-size: 14px;
  text-transform: none;
  border: none !important;
  padding: 6px 14px;
  border-radius: 8px;
}

.listing-desc-headline {
  font-size: 2.2rem;
  margin-bottom: 25px;
  margin-top: 45px;
  display: block;
  font-weight: 600;
  color: #49624f;
}

.listing-links li a {
  background: #e3f6f3;
  color: #333;
  font-weight: 600;
  font-size: 1.5rem;
  padding: 10px 16px;
  transition: 0.3s;
  display: inline-block;
  line-height: 17px;
  position: relative;
}

.listing-links li:first-child a {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.listing-links.contact-links li a {
  border-left: 1px solid #fff;
}

.listing-links li:last-child a {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

#singleListingMap-container {
  height: auto;
  position: relative;
  padding-top: 5px;
  display: block;
  margin-bottom: 50px;
}

.boxed-widget h3 {
  font-size: 2.2rem;
  margin-bottom: 0 !important;
  font-weight: 600;
 color: #49624f;
}

.listing-badge.now-open {
  background-color: #49624f;
}

.opening-hours ul li {
  width: 100%;
  font-weight: 600;
  color: #333;
  margin: 2px 0;
  transition: 0.2s;
  cursor: default;
  overflow: hidden;
}

/* Related listings */

.slider-controls {
  position: relative;
  display: inline-flex;
  background: none;
  padding: 7px 3px;
  border-radius: 8px;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}

.slider-controls {
  position: relative;
  display: inline-flex;
  background: none;
  padding: 7px 3px;
  border-radius: 8px;
  margin: 20px auto;
  justify-content: center;
  align-items: center;
}

.listing-item-content span.tag {
  text-transform: none;
  font-size: 13px;
  letter-spacing: 2.5px;
  font-weight: 60;
  background: #ec0039;
  border-radius: 8px;
  padding: 5px 12px;
  line-height: 15px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 11px;
  font-size: 13px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
}

/* Half split */

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  overflow: hidden;
  width: 100%;
  line-height: 48px;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  float: left;
  height: 48px;
  display: block;
  max-width: 200px;
  top: -2px;
  position: relative;
  color: #333;
	font-weight:600;
}

.dropdown-menu > li > a:hover, .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover {
  color: #ff003e;
  background-color: #e3f6f3;
}

.fs-container section.search {
  padding: 45px 40px;
    padding-bottom: 45px;
  background-color: #f7f7f7;
  padding-bottom: 35px;
}

.fs-switcher h1 {
  margin: 0 0 25px 0;
  font-size: 2.4rem;
  font-weight: 600;
  color: #38644d;
}

/* Ausgeblended */

.sort-by label, .sort-by .sort-by-select {
  position: relative;
  display: none;
}

span.like-icon {
  color: #fff;
  font-size: 16px;
  position: absolute;
  z-index: 101;
  right: 30px;
  bottom: 30px;
  cursor: normal;
  background-color: rgba(24, 24, 24, 0.4);
  display: none !important;
  height: 44px;
  width: 44px;
  border-radius: 50%;
  transition: all 0.4s;
}

.leaflet-listing-content .star-rating {
  font-size: 16px;
  margin-top: 1px;
  display: none;
  line-height: 18px;
}

.leaflet-listing-content {
  padding: 4px 2px;
  width: 100%;
  z-index: 50;
  box-sizing: border-box;
  position: relative;
}

.leaflet-listing-item-content span {
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
  color: rgba(255, 255, 255, 0.9);
  line-height: 24px;
  display: block;
}

.listeo-grid-gallery-title .listing-share {
  min-width: 300px;
  margin: 0 !important;
  display: none;
}

.fullwidth-filters .panel-dropdown {
  margin-left: 3px;
  display: none;
}

/* Listing list filter*/

.panel-dropdown > a {
  color: #333;
  font-weight: 600;
  font-size: 15px;
  border-radius: 8px;
  padding: 3px 14px;
  transition: all 0.3s;
  display: inline-block;
}

.panel-dropdown.active > a, .panel-dropdown > a:hover {
  background: #c7ede7;
}

/* diverse */

.alternative-imagebox .img-box {
  height: 285px;
	border-radius: 8px;
}

.listing-item {
  background: #ccc;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
  border-radius: 8px;
  height: 100%;
  display: block;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  height: 285px;
  z-index: 100;
  cursor: pointer;
}

/* Footer */

img.footer-logo {
  max-height: 70px;
  width: auto;
}

.new-footer-social-icons {
  font-size: 24px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

body #footer .new-footer-social-icons li a {
  color: #333;
  display: inline-block;
  opacity: 1;
  transition: 0.2s;
  height: 25px;
  line-height: 25px;
  padding: 0;
  width: 25px;
  text-align: center;
  vertical-align: top;
}

/* CF 7 */

input, input[type="text"], input[type="password"], input[type="email"], input[type="number"], textarea, select {
  height: 51px;
  line-height: 51px;
  padding: 0 20px;
  outline: none;
  font-size: 1.6rem;
  color: #333;
  margin: 0;
  font-weight: 500;
  opacity: 1;
  border-radius: 8px;
} 

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

.wpcf7-form-control.wpcf7-submit {
  padding: 0 20px;
  height: 44px;
  border-radius: 8px;
}

/* Sticky */

.titlesticky{
position: sticky;
position: -webkit-sticky;
top: 3rem;
}
.parent-sticky
.elementor-widget-wrap {
display: block!important;
}
