/*=============================================================
Template Name: Hotel Himara - Hotel HTML Template
Author:        Eagle-Themes
Author URI:    http://eagle-themes.com
Version:       1.1.0
===============================================================

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

/* Large devices (desktops, less than 1200px) */

@media (max-width: 1199.98px) {
  /* BOOKING FORMS */
  .booking-form-toggle {
    display: none;
  }
  .horizontal-booking-form .inner .btn-book {
    padding: 10px 10px;
    font-size: 14px;
  }
  .horizontal-booking-form .inner .advanced-form-link {
    font-size: 11px;
  }
  .contact .contact-item h6 {
    font-size: 11px;
  }
  /* ROOMS */
  .room-list-item .room-price .btn.btn-sm {
    padding: 7px 2px;
    font-size: 12px;
  }


}

/* Medium devices (tablets, less than 992px) */

@media (max-width: 991.98px) {
  /* HEADER */
  header {
    height: 55px;
  }
  header .brand {
    padding: 0;
  }
  header .brand .logo img {
    max-height: 55px;
  }
  .mobile-header .toggle-menu-button {
    margin-top: 20px;
  }
  .btn {
    padding: 10px 10px;
    font-size: 13px;
  }
  .btn:not(.btn-collapse) {
    width: 100%;
  }
  .btn.btn-lg {
    padding: 10px 18px;
    font-size: 18px;
  }
  /* SLIDER */
  .horizontal-booking-form {
    position: relative;
    bottom: 0;
    top: 15px;
  }
  .horizontal-booking-form.booking-full-width {
    top: 0;
  }
  .horizontal-booking-form.booking-full-width .form-control {
    margin-bottom: 10px;
  }
  .horizontal-booking-form .inner .form-group {
    margin-right: 0;
  }
  /* SECTIONS */
  section {
    padding: 80px 0;
  }
  main {
    padding: 80px 0;
  }
  .section-title {
    padding-bottom: 30px;
  }
  section.wave-white:before, section.wave-white:after, section.wave-blue:before, section.wave-blue:after {
    display: none;
  }
  section .room-grid-item, section .news-grid-item, section .staff-item, section .offer-item, section .event-item, section .shop-item {
    margin-bottom: 30px;
  }
  .rooms.rooms-over-slider {
    margin-top: 80px;
  }
 section .owl-carousel .owl-dots {
    display: none;
  }
  section .section-title .view-all {
    width: unset;
  }
  section.restaurant .restaurant-menu-item .info {
    padding: 15px;
    font-size: 14px;
  }
  section.services .owl-thumbs {
    margin-top: 15px;
  }
  section.contact .contact-item {
    margin-top: 20px;
    padding: 10px 2px;
  }
  section.contact-v2 .contact-details li:last-child {
    margin-bottom: 50px;
  }
  section.contact .toggle-streetview {
    bottom: 10px;
    top: auto;
    right: auto;
    left: 50%;
    transform: translate(-50%);
  }
  section.info .info-branding {
    margin-top: 50px;
  }
  section.restaurant-menu-item .title span.price span.amount {
    right: 0;
  }
  .testimonials .testimonials-owl {
    padding-left: 0;
  }
  .info-branding .providers {
    margin-bottom: 30px;
  }
  .info-branding h4 {
    font-size: 16px;
  }
  .services-v2 .main-image {
    margin-bottom: 50px;
  }
  .news-grid-item .news-info {
    padding: 15px;
  }
  .news-grid-item .news-info h4 a {
    font-size: 16px;
  }
  .main-wrapper {
    padding-left: 0;
  }
  /* PAGES */
  .room-details-price {
    font-size: 16px;
    margin-top: 0;
  }
  .page-title .inner {
    padding: 20px 0;
  }
  .room-reviews .rating-details .review-summary {
    margin-bottom: 20px;
  }
  .contact-page .google-map {
    margin-top: 0;
    max-width: 100%;
  }
  .error404-fullscreen-page .inner .title {
    font-size: 28px;
  }
  /* ROOMS */
  .room-list-item .room-info {
    padding: 30px 30px;
  }
  .room-list-item .room-price {
    border-left: none;
    padding: 30px;
  }
  .room-list-item figure a:before {
    display: none;
  }
  .room .vertical-booking-form-over-slider {
    margin-top: 0;
  }
  .similar-rooms .room-grid-item {
    margin-bottom: 30px;
  }
  /* FORMS */
  label {
    font-size: 13px;
    margin: 5px 0;
  }
}

/* Small devices (landscape phones, less than 768px) */

@media (max-width: 767.98px) {
  /* HEADER */
  .topbar .top-right-menu .top-menu .language-menu .languages {
    min-width: 105px;
  }

  /* SECTIONS */
  section {
    padding: 60px 0;
  }

  section .places-item {
    margin-bottom: 30px;

  }

  section .section-title .view-all {
    float: none;
    margin-bottom: 20px;
    display: block;
  }

  /* FOOTER */
  footer .footer-widgets .footer-widget {
    margin-bottom: 30px;
  }
  footer .footer-widgets .footer-widget .inner .tripadvisor-banner {
    text-align: left;
  }
  footer .subfooter .copyrights, footer .subfooter .social-media {
    float: none;
    display: block;
    text-align: center;
    margin-top: 15px;
  }

  /* ROOMS */
  .room-block-item .room-info {
    padding: 30px;
  }
  .room-block-item figure a:before {
    display: none;
  }

  /* BLOG */
  .blog-posts .post.post-classic .post-details {
    padding: 0 0;
  }

  .blog-post .entry .post-title a {
    font-size: 22px;
  }

  .blog-posts .post .post-details .post-meta,
  .blog-posts .post .post-details .post-meta a,
  .blog-post .entry .post-meta,
  .blog-post .entry .post-meta a {
    font-size: 11px;
  }

  .blog-posts .post .post-details {
    margin-top: 30px;
  }
  .meta-post .tags,
  .meta-post .share {
    display: block;
    float: none;
    margin-bottom: 30px;
  }

  /* PAGES */
  .restaurant-menu-item {
    border-right: none;
  }

  .shop-details .shop-item-details {
    padding-top: 30px;
  }
}

/* Extra small devices (portrait phones, less than 576px) */

@media (max-width: 575.98px) {
  /* SECTIONS */
  section.restaurant .restaurant-menu-item {
    margin-bottom: 15px;
  }

  section.places .row-eq-height .eq-col {
    height: unset;
    min-height: unset;
  }

  section .places-item {
    height: 250px;
  }

  .panel-dropdown .panel-dropdown-content {
    left: 0;
  }

  .mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout {
    transform: translate3d(-80vw, 0, 0);
  }
  .mm-menu {
    max-width: 80vw;
  }
}
