/*
Theme Name: westendlettings
Theme URI: https://www.westendlettings.co.uk
Author: westendlettings
Author URI: https://www.westendlettings.co.uk
Description: Custom theme built by Steve Furley 
Version: 900003.2.2
*/

.header-socket-wrapper .header-socket-inner {
  background-color: #32353b;
  padding: 0px 15px;
}

.header-socket-wrapper .header-socket-inner img {
  width: 100%;
  max-width: 600px;
  height: auto;
  margin: 0 auto;
  display: block;
}

.header-sticky-wrapper {
  padding-top: 63px;
}

.header-sticky-wrapper .header-sticky-inner {
  display: block !important;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 9999;
}

.property-banner-status {
  position: absolute;
  top: 0px;
  left: 15px;
  right: 15px;
  background-color: rgba(0, 0, 0, .5);
  color: #ffffff;
  padding: 10px 10px;
  z-index: 1;
  font-weight: 700;
}

.property-banner-status.list-item {
  top: 17px;
  left: 32px;
  right: 32px;
}

@media(max-width:767px) {

  body.page-id-30 div.details *,
  body.page-id-30 div.details .text {
    font-size: 16px;
    line-height: 27px;
  }

  body.page-id-30 div.details>div:first-child a {
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .header-sticky-wrapper .header-sticky-inner .header-sticky-main {
    justify-content: center !important;
  }

  .header-sticky-wrapper .header-sticky-inner #top-menu {
    display: none;
  }

  body.estate-agency-covering-glasgow .testimonials_simple_block .testimonial-slider1 .testimonial .inner .quote {
    max-height: 3000px;
    margin-bottom: 15px;
    padding-bottom: 0px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: max-height 1s ease;
  }

  body.estate-agency-covering-glasgow .testimonials_simple_block .testimonial-slider1 .testimonial .inner .quote.show-less {
    max-height: 270px;
    -webkit-line-clamp: 10;
  }

  body.estate-agency-covering-glasgow .testimonials_simple_block .testimonial-slider1 .testimonial .inner .show-more {
    transform: translateY(-10px);
    display: block;
    width: 100%;
    text-align: right;
    text-decoration: underline;
  }
}

@media(max-width:500px) {
  .header-sticky-wrapper {
    padding-top: 79px;
  }

  .header-sticky-wrapper .header-sticky-inner .header-sticky-main {
    align-items: center;
    flex-direction: column;
    gap: 5px;
    padding: 10px 10px;
  }

  .header-sticky-wrapper .header-sticky-inner .header-sticky-main .top-menu-phone,
  .header-sticky-wrapper .header-sticky-inner .header-sticky-main .top-menu-email {
    padding: 0px !important;
  }

  #mobile-menu ul#menu-header-menu {
    padding: 160px 20px 10px !important;
  }

  #mobile-menu ul#menu-header-menu li a {
    padding: 14px 0 14px 0 !important;
  }

  #mobile-menu .small-menu ul {
    padding: 0 20px 15px 20px !important;
  }

  #mobile-menu .mobile-email {
    margin-bottom: 10px !important;
  }
}