
body .acsb-trigger {
  background-color: #096F82 !important;
}

:root {
    --auburn: #c35835; 
    --blue: #275f75;
    --light-blue: #5aafb9;
    --black: #555453;
    --green: #a5b95f;
  }
  
  
  /*
  GLOBAL ============================================   */
  .span-black {
    color: #000;
  }
  
  #top #header .av-main-nav > li > a .avia-menu-text, #top #header .av-main-nav > li > a .avia-menu-subtext {
    font-size: 16px;
  }
  
  #top #wrap_all #main .header-banner {
    background-color: rgba(255, 255, 255, 0.0) !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% !important;
    display: table;
    width: 100%;
  }
  
  .html_header_sticky_disabled .container_wrap:first-child, .avia-section.avia-full-stretch, .html_header_transparency .avia-section.avia-builder-el-0 {
    background-size: cover !important;
  }
  
  #top #wrap_all #main .filter-bar {
    background-color: rgba(224, 136, 37, 0.0) !important;
    bottom: 0;
    left: 0;
    padding: 15px 0;
    right: 0;
    width: 100%;
  }
  
  /*
    HOME ============================================   */
  
  #home_restaurant_filter {
    padding: 20px;
    font-size: 12px;
  }
  
  #home_restaurant_filter input[type="text"], #home_restaurant_filter select {
    border: 2px solid #096F82 !important;
    background: #fff !important;
    color: #096F82 !important;
  }
  
  #home_restaurant_filter button {
    padding: 10px 25px;
    background: #096F82;
    color: #fff;
    text-transform: uppercase;
    border: 0px;
    cursor: pointer;
    width: 100%;
  }
  
  /*
    /RESTAURANTS INDEX PAGE ============================================   */
  
  .restaurant_filter_header {
    padding: 20px;
    color: #fff;
    background: #096F82;
    font-size: 21px;
  }
  
  .restaurant_filter_header strong {
    color: #fff;
  }
  
  .restaurant_results_header {
    padding: 20px;
    color: #fff;
    background: #f57f20;
    font-size: 21px;
    border: 0px;
  }
  
  .restaurant_filters {
    background-color: #fff;
    margin: 0 0 20px;
    padding: 20px 20px 1px;
  }
  .restaurant_filters [type="text"],
  .restaurant_filters select {
    margin-bottom: 0 !important;
  }
  .restaurant_filters [type="submit"] {
    padding: 10px 25px;
    background: #096F82;
    color: #fff;
    text-transform: uppercase;
    border: 0px;
    cursor: pointer;
  }
  
  .restaurant_results_header strong {
    color: #fff;
  }
  
  .restaurant_location {
    clear: both;
    background: #fff;
    padding: 20px;
    border-bottom: 1px solid #ccc;
  }
  
  .location_image {
    width: 20%;
    float: left;
  }
  
  .location_image img{
    max-width: 100%;
  }
  
  .location_info {
    width: 43%;
    float: left;
    margin: 0 auto;
  }
  .location_info_padding {
  padding: 0 2.5%;
  }
  
  .location_actions {
  width: 20%;
  float: right;
  text-align: center;
  }
  
  .location_logo {
  border: 1px solid #ccc;
  padding: 20px 5px;
  box-sizing: border-box;
  }
  .location_logo a img {
  max-width: 140px;
  max-height: 70px;
  object-fit: contain;
  }
  
  .location_icons {
  margin-top: 20px;
  }
  
  .location_icons ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  }
  
  .location_icons li {
  display: inline-block;
  line-height: 1;
  max-width: 60px;
  vertical-align: top;
  }
  .location_icons i {
  display: block;
  margin-bottom: 5px;
  text-align: center;
  }
  .location_icons li span{
  font-size: 12px;
  }
  
  
  .location_name a{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 21px;
    color: #000;
  }
  
  .location_divider {
    width: 50px;
    height: 5px;
    background: #f57f20;
    margin: 10px 0;
  }
  
  .location_hood {
    text-transform: uppercase;
    font-weight: 100;
    font-size: 16px;
    color: #000;
  }
  
  .location_info_action {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 13px;
    color: #000;
    padding-top: 20px;
  }
  
  .location_cuisine {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 13px;
    color: #f57f20;
    padding-top: 20px;
  }
  
  /*
    /RESTAURANTS DETAIL PAGE ============================================   */
  
    .restaurant_profile_img {
      padding: 20px 0;
    }
  
    .restaurant_profile_img img {
      width: 100%;
      max-width: 100%;
    }
  
    .restaurant-map-wrapper {
      padding: 3px;
      border: 1px solid #eee;
    }
    .restaurant-address {
      font-size: 12px;
      text-align: center;
      text-transform: uppercase;
    }
    #restaurant-map-canvas {
      min-height: 400px;
    }
  
   .restaurant_profile_name {
     padding: 10px;
     background: #f57f20;
     color: #fff;
     letter-spacing: 2px;
     text-transform: uppercase;
   }
  
   .restaurant_profile_name_left {
     width: 40%;
     text-align: left;
     float: left;
     font-size: 21px;
     font-weight: 700;
   }
  
   .restaurant_profile_name_right {
     width: 40%;
     text-align: right;
     float: right;
     font-size: 14px;
   }
  
   .restaurant_profile_name_right .cuisine_href {
     color: #fff !important;
   }
  
   .restaurant_profile_info_map {
     width: 55%;
     float: left;
   }
   .restaurant_profile_info_details {
     width: 40%;
     float: left;
   }


   .restaurant_profile_info_details_padding{
     padding: 20px;
   }

   @media (max-width: 768px) {
    .restaurant_profile_info_details {
      width: 100%;
      float: none;
      padding: 0;
    } 

    .restaurant_profile_info_details_padding{
      padding: 30px 0px;
    }
   }
  
   .restaurant_profile_info_pricing {
     font-size: 12px;
     color: #f57f20;
     line-height: 14px;
   }
  
   .restaurant_profile_info_name {
     color: #000;
     font-weight: 700;
     font-size: 21px;
     text-transform: uppercase;
     position: relative;
   }
  
   .restaurant_logo_right {
     position: absolute !important;
     right: -40px !important;
     top: 40px !important;
     width: 33.3333%;
   }
  
   .restaurant_logo_right img{
      max-width: 100%;
   }
  
   .restaurant_profile_info_links {
     padding: 18px 0;
     border-top: 1px solid #f57f20 !important;
     border-bottom:  1px solid #f57f20 !important;
     margin: 20px 0;
     min-height: 140px;
   }
  
   .restaurant_profile_info_social_links {
     width: 100px;
     float: right;
   }
  
   .restaurant_profile_info_social_links a{
      font-size: 21px !important;
    }
  
  .restaurant_profile_info_links {
    color: #3e6f8c;
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;
  }

  .restaurant_profile_info_links div {
    padding-bottom: 15px;
  }
  
  .restaurant_profile_info_links a {
    text-decoration: none;
    color: #3e6f8c;
    text-transform: uppercase;
    font-size: 13px;

  }
  
  .restaurant_profile_info_links a:hover {
    text-decoration: none;
    color: #7faecb;
  }
  
  .restaurant_profile_tabs {
    margin: 20px 0;
  }
  
  .restaurant-logo {
      /*position: absolute;*/
    width: 40%;
    max-width: 100px;
      /*    bottom: 10px;
          right: 20px;*/
      float: right;
      /*margin-top: -25px;*/
  }
  
  .restaurant_profile_info_links {
    position: relative;
  }
  .restaurant-logo img {
    max-width: 100%;
  }
  
  .restaurant-offer{
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
  }
  .restaurant-offer:last-child{
    border-bottom: 0px;
  }
  
  .offer-title{
    font-size: 32px;
    text-transform: uppercase;
  }
  .offer-date{
    font-style: italic;
    font-size: 13px;
    font-weight: bold;
  
  }
  .offer-details{
    font-size: 13px;
    line-height: 15px;
  }
  
  /*
    EVENTS INDEX ============================================   */
  
  .event-restaurant-grid {
    margin: 0px;
    padding: 0px;
    list-style: none;
  }
  
  .event-restaurant-grid li {
    width: 33.3333%;
    float: left;
    padding: 5px;
    box-sizing: border-box;
    list-style: none;
    margin: 0px;
  }
  
  .event-restaurant-grid li img {
    max-width: 100%;
    width: 100%;
  }
  
  .event_grid_item {
    width: 33.3333%;
    float: left;
  }
  
  .event_grid_item_pad {
    padding: 10px;
    position: relative;
    width: 100%;
  }
  
  /*.event_grid_item_pad:hover {
    border: 5px solid #f57f20;
  }*/
  
  .event_grid_item_pad .post_title a {
      color: #000;
      font-weight: 800;
      font-size: 14px;
      text-transform: uppercase;
  }
  
  .event_grid_item_pad .post_title a:hover {
    color: #f57f20;
  }
  
  .event_grid_item_pad_info {
    background: rgba(255,255,255,.9);
    padding: 10px;
    position: absolute;
    bottom: 15px;
    line-height: 20px;
    width: 100%;
    z-index: 2;
    color: #000;
    font-size: 13px;
    text-transform: uppercase;
  }
  
  .event_grid_item_pad_info .title_line {
    max-width:40px;
    background: #f57f20;
    height: 5px;
    margin: 10px 0;
  }
  
  .event_grid_item_pad_image {
    width: 100%;
  }
  .event_grid_item_pad_image img {
    width: 100%;
  }
  
  
  /*
    EVENTS INDEX ============================================   */
  .event_info {
  
  }
  
  .event_info_left {
    width: 31%;
    float: left;
  }
  
  .event_info_left img {
    width: 100%;
  }
  
  .event_info_middle {
    width: 65%;
    margin: 0 0 0 3%;
    float: left;
    font-size: 13px;
  }
  
  .event_info_middle .post_title {
    margin-bottom: 20px;
    line-height: 20px;
    text-transform: uppercase;
    color: #f57f20;
  }
  
  .event_info_middle .post_title a {
      color: #000;
      font-weight: 800;
      font-size: 18px;
      text-transform: uppercase;
  }
  
  .event_info_middle .post_title a:hover {
    color: #f57f20;
  }
  
  
  /*
    OFFERS INDEX ============================================   */
  .offer_grid_item {
    width: 33.33333%;
    float: left;
  }
  
  .offer_grid_item_pad_info .title_line {
    margin: 10px auto;
    height: 5px;
    width: 100px;
    background: #f57f20;
    font-size: 13px;
  }
  
  .offer_grid_item_pad_info .post_title {
  
  }
  
  .offer_grid_item_pad_info .post_title a {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
  }
  
  .offer_grid_item_pad_info .offer_title {
    font-size: 16px;
    font-weight: 500;
  }
  
  .offer_grid_item_pad_info .offer_detail {
    font-size: 12px;
  }
  
  .offer_grid_item_pad_info {
    border: 5px solid #f57f20 !important;
    text-align: center;
    margin: 10px;
    padding: 20px 0;
    font-size: 14px;
    line-height: 21px;
  }
  
  /* LOCAL  */
  .local_web_link {
    font-size: 12px !important;
  }
  
  .brunch-not-included.listing{
      line-height: 10px;
      color:#f57f20;
      font-size: 13px;
  }
  
  .restaurant_sponsor {
      width: 20%;
      float: left;
      font-size: 7.5px;
      font-style: italic;
  }
  
  .restaurant_sponsor_logo{
      line-height: normal;
      text-align: center;
  }
  
  .restaurant_sponsor_logo img{
      max-width: 132px;
  }
  
  .featured-restaurants .location_info{
      width: 60% !important;
  }
  
  #restaurant_list .restaurant_sponsor_logo img{
      /*height: 100%;*/
  }
  
  .restaurant_sponsor {
      width: 15%;
      float: left;
      font-style: italic;
      margin-top: 10px;
  
  }
  
  .featured-restaurants .restaurant_sponsor{
      width: 20%;
      margin-top: 40px;
  }
  
  #restaurant_list .restaurant_sponsor_logo {
      line-height: normal;
     display: none;
  }
  
  .restaurant_profile_info_details .restaurant_sponsor{
      width: 30.5%;
      float: right;
      margin-top: -48px;
      margin-right: 30px;
  }
  
  .restaurant_sponsor_text{
      text-transform: none;
      font-size: 8px;
      line-height: normal;
  }
  
  .featured-restaurants .restaurant_sponsor_text,
  .restaurant_profile_info_details .restaurant_sponsor_text{
      font-size: 7.5px;
      line-height: normal;
  }
  
  img.sdrw-hover-logo {
      position: fixed;
     bottom:100px;
      right: 0;
      z-index:999;
  
  }
  
  .sorter-wrap {
      float: right;
  }
  
  .sorter-wrap select{
      padding-right: 40px;
      text-transform: uppercase;
      color: #096F82;
      font-weight: bold;
  }
  
  @media screen and (min-width: 320px) and (max-width: 600px){
      .sorter-wrap {
          float: none;
      }
      #top .sorter-wrap select{
          margin-bottom: 10px;
      }
  }
  
  @media screen and (max-width: 500px) {
      .wpgmza_sl_query_div {
          width: 100% !important;
      }
      .wpgmza_sl_query_div #addressInput_1 {
          width: 100% !important;
      }
      .wpgmza_sl_query_div #sl_use_my_location_1 {
          float: right;
          position: absolute;
          right: 0;
      }
  }
  #top div .logo {
    display: flex !important;
  }
  #top div .logo a {
    display: flex !important;
    align-items: center;
  }
  #top div .logo a > img {
    margin-bottom: 12px !important;
    width: 100%;
    height: 100% !important;
    object-fit: contain;
    max-height: 115px !important;
  }
  #top div .logo .logo2 > img {
    margin-right: 20px !important;
  }
  #top div .logo a:first-child {
    width: auto !important;
    order: 1;
  }
  #top div .logo a:first-child > img {
    max-width: 100% !important;
    margin-top: 20px;
  }
  @media (min-width: 768px) {
    #top div .logo a {
      align-items: flex-end;
    }
  }
  
  .restaurant_filter_header a{color:#ffffff !important;}
  
  a.ot-button { background: #da3743;
      color: #fff !important;
      padding: 5px 10px !important;
      text-decoration: none !important; }
  
  .find-restaurant-top a{
        color: #f57f20 !important;
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: -1px;
      }
  
  /* Style for raindrop-featured-card */
  
  .raindrop-featured-card > .image > img {
    width: 100%;
    max-height: 18rem;
    object-fit: cover;
    display: block;
  }
  
  .raindrop-featured-card > .content {
    padding: 2rem 2.5rem;
    min-height: 12rem;
  }
  
  .raindrop-featured-card > .content > .title {
    color: inherit;
    margin-bottom: 1.5rem;
  }
  
  .raindrop-featured-card > .content > .icon > img {
    margin-bottom: 0.5rem;
  }
  
  .raindrop-featured-card > .content > .text {
    line-height: 1.5;
  }
  
  @media (max-width: 768px) {
    .raindrop-featured-card > .image.-hidden {
      display: none;
    }
  }
  /* End style for raindrop-featured-card */
  
  /* Sliders style */
  .avia-content-slider1 section > .entry-content,
  .avia-content-slider2 section > .entry-content,
  .avia-content-slider3 section > .entry-content {
    position: relative;
    color: #fff;
  }
  
  /* Hide title to item slider */
  .avia-content-slider1 section > .entry-title,
  .avia-content-slider2 section > .entry-title,
  .avia-content-slider3 section > .entry-title {
    display: none;
  }
  
  .avia-content-slider3 section > .entry-content > ul,
  .avia-content-slider2 section > .entry-content > ul,
  .avia-content-slider1 section > .entry-content > ul {
    position: absolute;
    bottom: 15%;
    left: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    pointer-events: none;
  }
  
  .avia-content-slider3 section > .entry-content > ul > li,
  .avia-content-slider2 section > .entry-content > ul > li,
  .avia-content-slider1 section > .entry-content > ul > li {
    padding: 0 1.9rem;
    margin: 0;
  }
  
  .avia-content-slider3 section > .entry-content > ul > li > h4,
  .avia-content-slider2 section > .entry-content > ul > li > h4,
  .avia-content-slider1 section > .entry-content > ul > li > h4 {
    color: inherit;
  }
  
  .avia-content-slider3 section > .entry-content > ul > li:last-child,
  .avia-content-slider2 section > .entry-content > ul > li:last-child,
  .avia-content-slider1 section > .entry-content > ul > li:last-child {
    font-size: 12px;
    text-transform: uppercase;
    color: inherit;
    letter-spacing: 2px;
  }
  
  .avia-content-slider1 section > .entry-content > p:first-child > a,
  .avia-content-slider2 section > .entry-content > p:first-child > a,
  .avia-content-slider3 section > .entry-content > p:first-child > a {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
  }
  
  .avia-content-slider1 section > .entry-content > p:first-child > a:hover > img,
  .avia-content-slider2 section > .entry-content > p:first-child > a:hover > img,
  .avia-content-slider3 section > .entry-content > p:first-child > a:hover > img {
    transform: scale(1.1);
  }
  
  .avia-content-slider1 section > .entry-content > p:first-child > a::after,
  .avia-content-slider2 section > .entry-content > p:first-child > a::after,
  .avia-content-slider3 section > .entry-content > p:first-child > a::after {
    content: '';
    position: absolute;
    background-image: linear-gradient(transparent, rgba(35, 31, 32, 0.75));
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  
  .avia-content-slider1 section > .entry-content > p:first-child > a > img,
  .avia-content-slider2 section > .entry-content > p:first-child > a > img,
  .avia-content-slider3 section > .entry-content > p:first-child > a > img {
    width: 100%;
    display: block;
    max-height: 330px;
    object-fit: cover;
    transition: transform 0.4s;
    background-position: center center;
  }
  
  @media (max-width: 768px) {
    .avia-content-slider3 section > .entry-content > ul > li,
    .avia-content-slider2 section > .entry-content > ul > li,
    .avia-content-slider1 section > .entry-content > ul > li {
      padding: 0 0.5rem;
    }
  
    .avia-content-slider3 section > .entry-content > ul > li:last-child,
    .avia-content-slider2 section > .entry-content > ul > li:last-child,
    .avia-content-slider1 section > .entry-content > ul > li:last-child {
      font-size: 10px;
      letter-spacing: 1px;
    }
  }
  
  @media (min-width: 768px) {
    .avia-content-slider3 section > .entry-content > ul > li > h4,
    .avia-content-slider2 section > .entry-content > ul > li > h4,
    .avia-content-slider1 section > .entry-content > ul > li > h4 {
      font-size: 28px;
      margin-bottom: 1rem;
    }
  }
  /* End Sliders style */
  
  /* Slider sponsors styles */
  .avia-content-slider4 section {
    height: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  @media (min-width: 768px) {
    .avia-content-slider4 section {
      height: 10rem;
    }
  }
  /* End Slider sponsors styles */
  
  /* Style for buttons -alt */
  .button-link {
    padding: 2rem;
    background-color: #096F82;
    color: #fff !important;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
  }
  
  @media (max-width: 768px) {
    .button-link {
      display: block;
      padding: 1rem;
    }
  }
  /* End Style for buttons -alt */
  
  /* Style for instagram images */
  /*---------------------------------*/
  .follow-us {
    margin-bottom: 1.5rem;
  }
  
  .follow-us > .icons {
    display: flex;
    width: 100%;
    margin: 0 0 0.85em;
  }
  
  .follow-us > .text > p {
    font-weight: bold;
    letter-spacing: 1px;
  }
  
  @media (max-width: 768px) {
    .follow-us > .text {
      display: flex;
      justify-content: center;
    }
  
    .follow-us > .icons {
      justify-content: center;
    }
  }
  
  @media (min-width: 768px) {
    .follow-us {
      display: flex;
    }
  
    .follow-us > .text {
      flex: 0 0 50%;
      max-width: 50%;
    }
  
    .follow-us > .icons {
      flex: 0 0 50%;
      justify-content: flex-end;
      margin: 0.85em 0;
    }
  }
  /*---------------------------------------*/
  
  .instagram-views {
    display: flex;
    flex-wrap: wrap;
    margin-right: -0.2rem;
    margin-left: -0.2rem;
    margin-bottom: 2rem;
  }
  
  .instagram-views > .item > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  @media (max-width: 767px) {
    .instagram-views {
      margin-right: -0.2rem;
      margin-left: -0.2rem;
    }
  
    .instagram-views > .item {
      flex: 0 0 50%;
      padding: 0.2rem;
    }
  
    .instagram-views > .item:last-child {
      display: none;
    }
  }
  
  @media(min-width: 768px) {
    .instagram-views {
      margin-right: -0.5rem;
      margin-left: -0.5rem;
    }
  
    .instagram-views > .item {
      flex: 0 0 20%;
      padding: 0.5rem;
    }
  }
  /* End Style for instagram images */
  
  
  #top .avia-slideshow-arrows a{color:red}
  #top .avia-slideshow-arrows a.prev-slide{background-image: url(../images/graphic-arrow-left.svg); background-repeat: no-repeat; width: 38px; height: 15px;}
  #top .avia-slideshow-arrows a.next-slide{background-image: url(../images/graphic-arrow-right.svg); background-repeat: no-repeat; width: 38px; height: 15px;}
  #top .avia-slideshow-arrows a:before{visibility: hidden;}
  #top .avia-smallarrow-slider .avia-slideshow-arrows{width: 100px;}
  #top .avia-layerslider .ls-bottom-slidebuttons a {opacity:90!important; margin: 0 6px!important; border:3px solid #fff!important}
  #top .avia-layerslider .ls-bottom-slidebuttons a.ls-nav-active{background: #fff!important;}
  .avia-content-slider4 .avia-slideshow-arrows {position: absolute!important; width:100%!important; top:96px!important}
  .avia-content-slider4 .slide-entry-wrap {padding: 0 100px!important;}
  #gform_wrapper_1{background: #e8e8e6; margin-top: -48px; position: relative; max-height: 51px;}
  #gform_submit_button_1{position: absolute; background-image: url(images/graphic-arrow-right.svg); background-repeat: no-repeat; width: 38px!important; height: 40px!important; right: 0; top: -26px;}
  #input_1_1::-moz-placeholder, #input_1_1::-webkit-input-placeholder, #input_1_1::placeholder{color: #444!important}
  #top #wrap_all .footer-stay-social .gform_footer input[type="submit"]{color: #fff!important}
  .gform_title{font-size:18px!important; font-weight:bold!important; background: #d35027!important; color: #fff!important; padding: 10px 4rem; float: left;}
  #top #wrap_all .footer-stay-social .gform_body ul li .ginput_container input{border: none!important; background: transparent!important; margin-left: 20px!important;
    margin-top: 6px!important;}
  #field_1_3{float: right;padding-right: 0;}
  @media screen and (max-width: 643px) {
    .gform_title{width: 100%}
    #gform_wrapper_1{height: 100px;}
    #gform_submit_button_1 {
      right: 20px;
      top: -28px;
  }
  #top #wrap_all .footer-stay-social .gform_body ul li .ginput_container {
    margin: 4px 0 0 0;
    max-width: 100%;
  }
  }
  @media only screen and (max-width: 989px) and (min-width: 768px){}
  #top #wrap_all .footer-stay-social .gform_footer {
   left: 0;}
  
  /* jes march 20, 2020 */
  
  #homepage_av_section_1, #homepage_av_section_2 { display: none; }
  
  /* Hide search field to location map */
  .wpgmza-store-locator .wpgmza-radius-container,
  .wpgmza-store-locator .wpgmza-radius,
  .wpgmza-store-locator .wpgmza-search {
    display: none;
  }
  
  /* Style to top-banner popup */
  #popmake-15561 {
    padding-right: 73px !important;
  }
  
  /* Social icons align right */
  .social_bookmarks {
    display: flex;
    justify-content: flex-end;
  }
  
  /* offers list component */
  .offer-list {
    transition: height 0.2s;
  }
  .offer-list > label {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .offer-list > label::after {
    content: 'Enroll';
  }
  .offer-list > ul {
    margin: 0;
  }
  .offer-list > ul > li {
    padding: 0 !important;
    width: 100%;
  }
  .offer-list > ul > li > label > span {
    border-top: 1px solid #C9C7BA;
    display: flex;
    line-height: 1rem;
    margin-right: 0;
    padding: 25px;
    transition: all 0.2s;
    position: relative;
  }
  .offer-list > ul > li > label > span::before {
    position: absolute;
    right: 1rem;
  }
  .offer-list > ul > li:last-child > label > span {
    border-bottom: 1px solid #C9C7BA;
  }
  .offer-list > ul > li > label > span::before {
    padding-top: 1.5rem;
  }
  .offer-list > ul > li > label > span > .image > img {
    display: block;
    filter: grayscale(100%);
    max-height: 60px;
    object-fit: contain;
    transition: filter 0.2s;
    width: 100%;
  }
  .offer-list > ul > li > label > span:hover > .image > img {
    filter: grayscale(0%);
  }
  .offer-list > ul > li > label > input:checked + span > .image > img {
    filter: grayscale(0%);
  }
  .offer-list > ul > li > label > span:hover > .image,
  .offer-list > ul > li > label > span > .content {
    opacity: 0.6;
    transition: opacity 0.2s;
  }
  .offer-list > ul > li > label > span:hover > .image,
  .offer-list > ul > li > label > span:hover > .content {
    opacity: 1;
  }
  .offer-list > ul > li > label > span > .image {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .offer-list > ul > li > label > span > .content {
    padding: 0 2.5rem 0 1rem !important;
  }
  .offer-list > ul > li > label > span:hover {
    background-color: rgba(231, 234, 225, 0.2);
    filter: grayscale(0%);
  }
  .offer-list > ul > li > label > input:checked + span > .image,
  .offer-list > ul > li > label > input:checked + span > .content {
    filter: grayscale(0%);
    opacity: 1;
  }
  .list-inline {
    flex-wrap: wrap;
    font-size: 1rem;
    list-style: none !important;
    margin: 0;
    padding: 0;
    display: none;
  }
  .list-inline > li {
    display: inline-block;
    margin: 0 1rem 0.5rem 0 !important;
  }
  /* offers list component end */
  
  .location_icons ul li {
    line-height: 18px;
    padding-bottom: 20px;
    text-align: center;
    margin: 0;
    width: 33.3333%;
    float: right;
  }
  
  .location_icons li a {
    font-weight: 700;
    color: var(--blue);
  }
  
  .location_icons li a[style="color:#f57f20;"] {
    color: #096F82 !important;
  }
  .location_icons a{
  color: #096F82 !important;
  font-size: 13px;
  }
  
  .location_icons a:hover{
  color: #7faecb;
  text-decoration: none;
  }
  
  .location_icons a span{
  font-size: 24px;  
  }
  
  .location_icons .location_name a{
  text-transform: uppercase;
  font-weight: 700;
  font-size: 21px;
  color: #000;
  }

  @media only screen and (max-width: 767px) {
    .location_image {
        display: block;
        float: none;
        width: 100%;
        margin: 0 auto;
    }

    .location_image img {
        max-height: 100px;
        object-fit: contain;
    }

	.location_info {
	    width: 100%;
	    float: none;
	}

    .location_actions {
        float: none;
        width: 100%;
        margin: 30px 0 0;
    }

    .location_icons {
        margin-top: 0;
        border-bottom: 0;
        padding-bottom: 7px;
        margin-bottom: 5px;
    }

    .location_divider {
        margin: 10px auto;
    }
  }

.sdrw-specific-row {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  background-color: #0d6177;
}

.sdrw-specific-row .span-black {
  color: #fff;
}

.sdrw-specific-row a {
  color: #fff;
  text-decoration: underline;
}

.sdrw-specific-row .sdrw-specific-price {
  color: #f57f20;
}

.sdrw-single-reserve .ot-button {
  display: inline-block;
  padding: 16px 10px !important;
  margin: 15px 0 0 0;
  width: 100%;
  text-align: center;
  font-size: 14px;
}

.sdrw-call-to-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0 0;
}

.sdrw-call-to-actions > div {
  width: 50%;
  padding: 5px;
}

.sdrw-call-to-actions a._button {
  background: #da3743;
  color: #fff;
  padding: 5px 10px;
  text-decoration: none;
  display: inline-block;
  padding: 16px 10px;
  margin: 15px 0 0 0;
  width: 100%;
  text-align: center;
  font-size: 14px;
  border: 3px solid #da3743;
  border-radius: 30px;
}

.sdrw-call-to-actions a._button.-transparent {
  background-color: transparent;
  color: #da3743;
  border: 3px solid #da3743;
    border-radius: 30px;
}


/* Resize Neighborhood photos on mobile view */

@media only screen and (max-width: 1024px) {
.avia-content-slider1 section > .entry-content > p:first-child > a > img, .avia-content-slider2 section > .entry-content > p:first-child > a > img, .avia-content-slider3 section > .entry-content > p:first-child > a > img {
max-height: 271px;
}
}
@media only screen and (max-width: 620px) {
.avia-content-slider1 section > .entry-content > p:first-child > a > img, .avia-content-slider2 section > .entry-content > p:first-child > a > img, .avia-content-slider3 section > .entry-content > p:first-child > a > img {
max-height: 191px;
}
}

@media only screen and (max-width: 360px) {
.avia-content-slider1 section > .entry-content > p:first-child > a > img, .avia-content-slider2 section > .entry-content > p:first-child > a > img, .avia-content-slider3 section > .entry-content > p:first-child > a > img {
max-height: 163px;
}
}

#main > div.main_color.av_default_container_wrap.container_wrap.fullsize > div > main > div > div > section:nth-child(2) {
 /*display: none;*/
 padding-top: 20px;
}