/*
 To change this license header, choose License Headers in Project Properties.
 To change this template file, choose Tools | Templates
 and open the template in the editor.
 */
/* 
 Created on : 04/12/2018, 12:56:01 PM
 Author     : gregoryharmer
 */
/* Style Guide Colours */
/* App Colours */
/*Text Colours */
/*Common Sizes */
/*fonts*/
/*
 To change this license header, choose License Headers in Project Properties.
 To change this template file, choose Tools | Templates
 and open the template in the editor.
 */
/* 
 Created on : 05/12/2018, 5:26:42 PM
 Author     : gregoryharmer
 */
.woi-footer {
  background-color: rgba(103, 149, 165, 0.95);
  height: 140px; }
  .woi-footer a {
    color: white; }
    .woi-footer a:hover {
      color: rgba(255, 255, 255, 0.8); }
    .woi-footer a:active {
      color: rgba(255, 255, 255, 0.8); }
    .woi-footer a:visited {
      color: white; }
  .woi-footer .woi-footer-left {
    width: 100%;
    display: table-cell; }
    .woi-footer .woi-footer-left .woi-footer-copywrite {
      font-size: 12px; }
    .woi-footer .woi-footer-left .woi-footer-link {
      height: 45px;
      line-height: 45px; }
  .woi-footer .woi-footer-right {
    display: table-cell;
    min-width: 340px;
    text-align: center;
    vertical-align: middle; }
  .woi-footer .socialLinks {
    display: inline-block;
    vertical-align: middle; }
    .woi-footer .socialLinks > a:first-child {
      margin-left: 10px; }
    .woi-footer .socialLinks > * {
      font-size: 35px;
      display: inline-block;
      margin-right: 10px;
      overflow: hidden; }
      .woi-footer .socialLinks > *:hover {
        background-color: white;
        border-radius: 6px; }
    .woi-footer .socialLinks .social-facebook:hover {
      color: #4267b2; }
    .woi-footer .socialLinks .social-twitter:hover {
      color: #4ab3f4; }
    .woi-footer .socialLinks .social-youtube:hover {
      color: #f00; }
    .woi-footer .socialLinks .social-e-mail:hover {
      color: #4267b2; }
    .woi-footer .socialLinks .social-instagram:hover {
      color: #000; }

@media screen and (max-width: 991px) {
  .woi-footer {
    height: auto; }
    .woi-footer .woi-footer-left {
      display: block;
      text-align: center; }
      .woi-footer .woi-footer-left .woi-footer-link {
        height: auto;
        line-height: normal;
        padding: 5px 0; }
      .woi-footer .woi-footer-left .woi-footer-copywrite {
        text-align: center !important; }
        .woi-footer .woi-footer-left .woi-footer-copywrite .socialLinks {
          display: block; }
    .woi-footer .woi-footer-right {
      display: block;
      min-width: auto; }
    .woi-footer .woi-links-store-play, .woi-footer .woi-links-store-app {
      width: 140px; } }

@media screen and (min-width: 992px) {
  .woi-footer .woi-footer-left .woi-footer-link {
    white-space: nowrap; } }
/*
 To change this license header, choose License Headers in Project Properties.
 To change this template file, choose Tools | Templates
 and open the template in the editor.
 */
/* 
 Created on : 05/12/2018, 5:27:23 PM
 Author     : gregoryharmer
 */
.woi-navbar {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background-color: rgba(44, 44, 44, 0.7);
  height: 50px;
  padding: 0 5px;
  border-bottom: 2px solid #212121;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  z-index: 10; }
  .woi-navbar .woi-navbar-logo {
    padding: 5px; }
    .woi-navbar .woi-navbar-logo a {
      background-image: url(../imgs/banner.png);
      width: 200px;
      height: 40px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      display: block; }
  .woi-navbar .woi-navbar-link {
    color: white;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    border-bottom: 2px solid #212121;
    vertical-align: top; }
    .woi-navbar .woi-navbar-link.active {
      background-color: #db4646;
      border-bottom: 2px solid #351012; }
    .woi-navbar .woi-navbar-link:hover {
      color: white;
      text-decoration: none; }
      .woi-navbar .woi-navbar-link:hover:not(.active) {
        background-color: rgba(219, 70, 70, 0.7);
        border-bottom: 2px solid rgba(53, 16, 18, 0.9); }
    .woi-navbar .woi-navbar-link .glyphicons {
      line-height: 50px; }
      .woi-navbar .woi-navbar-link .glyphicons::before {
        padding: 0px 2px; }
  .woi-navbar .woi-navbar-dropdown {
    display: inline-block;
    vertical-align: top; }
    .woi-navbar .woi-navbar-dropdown .woi-navbar-dropdown-contents {
      display: none; }
      .woi-navbar .woi-navbar-dropdown .woi-navbar-dropdown-contents .woi-navbar-link {
        display: block; }
      .woi-navbar .woi-navbar-dropdown .woi-navbar-dropdown-contents .woi-navbar-dropdown-seperator {
        height: 20px; }
  .woi-navbar .woi-navbar-search {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    position: relative; }
    .woi-navbar .woi-navbar-search > input {
      width: 150px;
      margin-top: 5px; }
    .woi-navbar .woi-navbar-search .woi-header-search-filters {
      position: absolute;
      right: 0px;
      z-index: 10;
      background-color: #efefef;
      color: black;
      padding: 5px 10px;
      display: none;
      width: 300px;
      line-height: normal; }
  .woi-navbar .woi-menu-button {
    font-size: 38px;
    display: none; }

.woi-content-backgroud {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1; }
  .woi-content-backgroud div {
    background-color: #2c2c2c;
    height: 100%; }

@media screen and (max-width: 768px) {
  .woi-navbar {
    position: fixed; }
    .woi-navbar .woi-navbar-links {
      position: fixed;
      top: 50px;
      bottom: 0px;
      left: 0px;
      width: 280px;
      float: none !important;
      /*height: 100%; Not working for Chrome for some reason*/
      height: calc(100vh - 50px);
      background-color: rgba(58, 59, 58, 0.85);
      z-index: 200;
      -webkit-backdrop-filter: blur(5px);
      backdrop-filter: blur(5px); }
      .woi-navbar .woi-navbar-links:not(.opened) {
        display: none; }
      .woi-navbar .woi-navbar-links .woi-navbar-link {
        display: block; }
    .woi-navbar .woi-navbar-dropdown {
      display: block; }
      .woi-navbar .woi-navbar-dropdown .woi-navbar-dropdown-contents {
        display: block; }
        .woi-navbar .woi-navbar-dropdown .woi-navbar-dropdown-contents .woi-navbar-link {
          padding-left: 40px; }
      .woi-navbar .woi-navbar-dropdown .woi-navbar-dropdown-seperator {
        display: none; }
    .woi-navbar .woi-navbar-logo {
      float: right; }
    .woi-navbar .woi-menu-button {
      display: inline-block; }
    .woi-navbar .woi-navbar-search {
      display: block; }
      .woi-navbar .woi-navbar-search > input {
        width: 100%; }
      .woi-navbar .woi-navbar-search .woi-header-search-filters {
        width: 100%; } }

@media screen and (min-width: 769px) {
  .woi-navbar .woi-navbar-dropdown {
    position: relative; }
    .woi-navbar .woi-navbar-dropdown:hover .woi-navbar-dropdown-contents {
      display: block;
      position: absolute;
      top: 100%;
      right: 0;
      left: 0;
      background-color: red;
      text-align: center;
      background-color: rgba(44, 44, 44, 0.9);
      border: 2px solid #212121; }
    .woi-navbar .woi-navbar-dropdown:hover > .woi-navbar-link {
      color: white;
      text-decoration: none; }
      .woi-navbar .woi-navbar-dropdown:hover > .woi-navbar-link:not(.active) {
        background-color: #351012; } }

.woi-links-store-play {
  background-image: url(../imgs/download-play-store.png);
  width: 150px;
  height: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block; }

.woi-links-store-app {
  background-image: url(../imgs/download-app-store8b.png);
  width: 150px;
  height: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block; }

.woi-object-link {
  color: white;
  text-decoration: inherit;
  background-color: inherit;
  cursor: pointer; }
  .woi-object-link:hover, .woi-object-link:active, .woi-object-link:focus, .woi-object-link:visited {
    color: white;
    text-decoration: inherit;
    background-color: inherit; }

.atdw_pixel {
  position: absolute;
  top: 0;
  left: 0; }

.woi-object-event {
  color: white;
  padding: 0 5px 10px;
  width: 100%;
  text-align: center;
  display: inline-block;
  cursor: pointer; }
  .woi-object-event .background-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 141.1%;
    position: relative; }
    .woi-object-event .background-image .no-image-title {
      display: none;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      word-wrap: break-word; }
    .woi-object-event .background-image .event-tags {
      position: absolute;
      top: 5px;
      right: 5px; }
      .woi-object-event .background-image .event-tags .event-tag {
        background-color: rgba(219, 70, 70, 0.9);
        font-size: 12px;
        font-weight: bold;
        padding: 2px 20px;
        border-radius: 5px;
        opacity: 0.95; }
  .woi-object-event .chin {
    background-color: #6795a5;
    font-size: 0.8em;
    overflow: hidden;
    text-overflow: ellipsis; }
  .woi-object-event.no-image .no-image-title {
    display: block; }
    .woi-object-event.no-image .chin {
      background-color: #222; }

.woi-list .woi-list-heading.solid {
  background-color: #6795a5;
  padding: 3px;
  margin: 2px 0px 5px; }
  .woi-list .woi-list-horizontal {
    white-space: nowrap;
    overflow-y: auto; }

.woi-list-events {
  /*margin-left: 25px;*/
  margin: 0 5px; }
  .woi-list-events .woi-object-event {
    /*margin-right: 25px;*/ }

.woi-list-nearby .woi-object-nearby-link {
  text-decoration: none; }
  .woi-list-nearby .woi-object-nearby-link:hover {
    text-decoration: none; }
  .woi-list-nearby .woi-object-nearby-item {
    background-color: rgba(34, 34, 34, 0.7);
    font-size: 15px;
    text-align: left;
    color: white; }
  .woi-list-nearby .woi-object-nearby-item .image-container {
    display: table-cell;
    padding: 5px;
    vertical-align: top; }
    .woi-list-nearby .woi-object-nearby-item .image-container .image {
      width: 70px;
      height: 60px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
  .woi-list-nearby .woi-object-nearby-item .details {
    display: table-cell;
    vertical-align: top;
    width: 100%;
    padding: 5px;
    padding-left: 0;
    position: relative;
    background-position: bottom 5px right 5px;
    background-size: 20px 20px;
    background-repeat: no-repeat; }
    .woi-list-nearby .woi-object-nearby-item .details .address {
      font-size: 11px;
      padding-right: 20px; }
  .woi-list-nearby .woi-object-nearby-item.woi-object-nearby-cat-eat .details {
    background-image: url(/imgs/w2d-eat.png); }
  .woi-list-nearby .woi-object-nearby-item.woi-object-nearby-cat-stay .details {
    background-image: url(/imgs/w2d-stay.png); }
  .woi-list-nearby .woi-object-nearby-item.woi-object-nearby-cat-do .details {
    background-image: url(/imgs/w2d-do.png); }

.woi-list-sessions .woi-object-session {
  background-color: #e5e5e5;
  color: black;
  font-size: 15px;
  height: calc(100% - 10px);
  padding: 5px 5px 20px;
  margin-bottom: 10px;
  position: relative;
  cursor: pointer; }
  .woi-list-sessions .woi-object-session .venue {
    font-weight: bold;
    font-size: 16px; }
  .woi-list-sessions .woi-object-session .view {
    position: absolute;
    bottom: 0;
    right: 0; }

.woi-list-resturants .woi-object-resturants {
  font-size: 15px; }
  .woi-list-resturants .woi-object-resturants .image-container {
    padding: 5px;
    vertical-align: top;
    width: 96px; }
    .woi-list-resturants .woi-object-resturants .image-container .image {
      height: 65px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
  .woi-list-resturants .woi-object-resturants .details {
    vertical-align: top;
    padding: 5px;
    padding-left: 0;
    position: relative;
    font-size: 14px;
    max-width: calc(100% - 100px); }
    .woi-list-resturants .woi-object-resturants .details > div {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow-x: hidden; }
  .woi-list-resturants .woi-object-resturants:hover {
    background-color: rgba(0, 0, 0, 0.3); }

.woi-list-coupons .woi-object-coupon {
  background-color: rgba(34, 34, 34, 0.7);
  font-size: 15px;
  margin-bottom: 10px;
  cursor: pointer; }
  .woi-list-coupons .woi-object-coupon .image-container {
    display: table-cell;
    padding: 5px;
    vertical-align: top; }
    .woi-list-coupons .woi-object-coupon .image-container .image {
      min-width: 100px;
      height: 75px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
  .woi-list-coupons .woi-object-coupon .details {
    display: table-cell;
    vertical-align: top;
    width: 100%;
    padding: 5px;
    padding-left: 0;
    position: relative; }
  .woi-list-coupons .woi-object-coupon.coupon-redeemed {
    background-image: url(/imgs/couponRedeemedLarge.png);
    background-size: auto 50px;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-position-x: 95%;
    background-position-y: 90%; }

.woi-venues-list .woi-object-venue {
  background-color: rgba(34, 34, 34, 0.7);
  font-size: 15px; }
  .woi-venues-list .woi-object-venue .image-container {
    display: table-cell;
    padding: 5px;
    vertical-align: top; }
    .woi-venues-list .woi-object-venue .image-container .image {
      min-width: 100px;
      height: 75px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
  .woi-venues-list .woi-object-venue .details {
    display: table-cell;
    vertical-align: top;
    width: 100%;
    padding: 5px;
    padding-left: 0;
    position: relative; }

.woi-list-videos .woi-object-video-preview {
  display: inline-block; }
  .woi-list-videos .woi-object-video-preview .image-container {
    display: table-cell;
    padding: 5px;
    vertical-align: top; }
    .woi-list-videos .woi-object-video-preview .image-container .image {
      min-width: 300px;
      height: 169px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      position: relative; }
      .woi-list-videos .woi-object-video-preview .image-container .image .details {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        min-height: 50px;
        background-color: rgba(0, 0, 0, 0.8); }
        .woi-list-videos .woi-object-video-preview .image-container .image .details .short_desc {
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
  .woi-list-videos .woi-object-video {
    background-color: rgba(34, 34, 34, 0.7);
    font-size: 15px;
    margin-bottom: 10px; }
  .woi-list-videos .woi-object-video .image-container {
    display: table-cell;
    padding: 5px;
    vertical-align: top; }
    .woi-list-videos .woi-object-video .image-container .image {
      min-width: 100px;
      height: 75px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
  .woi-list-videos .woi-object-video .details {
    display: table-cell;
    vertical-align: top;
    width: 100%;
    padding: 5px;
    padding-left: 0;
    position: relative;
    padding-bottom: 25px; }
    .woi-list-videos .woi-object-video .details .extra {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 5px; }
  .woi-list-videos.woi-list-large .woi-object-video-preview .image-container {
    display: table-cell;
    padding: 5px;
    vertical-align: top; }
    .woi-list-videos.woi-list-large .woi-object-video-preview .image-container .image {
      min-width: 220px;
      height: 124px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }

.woi-list-video-cats .woi-object-video-category-preview {
  display: inline-block; }
  .woi-list-video-cats .woi-object-video-category-preview .image-container {
    display: table-cell;
    padding: 5px;
    vertical-align: top; }
    .woi-list-video-cats .woi-object-video-category-preview .image-container .image {
      min-width: 300px;
      height: 169px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      position: relative; }
    .woi-list-video-cats .woi-object-video-category-preview .image-container .image .details {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      min-height: 50px;
      background-color: rgba(0, 0, 0, 0.8); }
      .woi-list-video-cats .woi-object-video-category-preview .image-container .image .details .short_desc {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }

@media screen and (max-width: 990px) {
  .woi-page-events .woi-list-nearby {
    text-align: center; }
    .woi-page-events .woi-list-nearby .woi-object-nearby-item {
      display: inline-block;
      max-width: 300px;
      width: 100%;
      margin: 0px 5px; }
    .woi-page-events .woi-event-extra-container {
      margin-top: -10px; } }

@media screen and (max-width: 414px) {
  .woi-page-events .woi-list-nearby {
    text-align: center; }
    .woi-page-events .woi-list-nearby .woi-object-nearby-item {
      display: block;
      max-width: 100%;
      width: auto;
      margin: 0px 5px; }

  .woi-list-heading {
    background-color: #6795a5;
    padding: 3px;
    margin: 2px 0px 5px; }

  .woi-list-events {
    /*margin-left: 5px;*/ }
    .woi-list-events .woi-object-event {
      /*margin:0 5px;*/ } }
/*
 To change this license header, choose License Headers in Project Properties.
 To change this template file, choose Tools | Templates
 and open the template in the editor.
 */
/* 
 Created on : 07/12/2018, 11:45:11 AM
 Author     : gregoryharmer
 */
.woi-page-events .woi-body {
  min-height: calc(100vh - 190px); }
  .woi-page-events .header nav {
    display: inline-block; }
  .woi-page-events .header .gigGuideButton {
    float: right; }
    .woi-page-events .header .gigGuideButton a {
      color: inherit; }
    .woi-page-events .header .gigGuideButton button {
      margin-top: 8px;
      margin-right: 8px; }
    .woi-page-events .header .gigGuideButton img {
      width: 25px; }
  .woi-page-events .woi-event-background-image-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .woi-page-events .woi-event-background-image-container .woi-event-background-image {
    height: 80vh;
    background-position: center;
    background-size: cover;
    position: relative; }
    .woi-page-events .woi-event-background-image-container .woi-event-background-image .woi-event-background-fade {
      background-image: url(/imgs/bgfade.png);
      height: 100px;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }
  .woi-page-events .woi-content {
    margin-top: 50px; }
  .woi-page-events .woi-event-main {
    width: 100%;
    vertical-align: top;
    background-color: rgba(44, 44, 44, 0.5);
    min-height: calc(100vh - 190px); }
  .woi-page-events .woi-event-main .woi-buttonsbar {
    width: 900px;
    max-width: calc(100vw - 300px);
    text-align: center;
    -webkit-overflow-scrolling: touch; }
  .woi-page-events .woi-event-main > .poster > img {
    max-width: 250px;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.75); }
  .woi-page-events .woi-event-main .poster_details .title {
    text-align: center;
    font-size: 26px;
    font-weight: bold; }
    .woi-page-events .woi-event-main .poster_details .venue {
      text-align: center;
      font-size: 20px; }
    .woi-page-events .woi-event-main .poster_details .price {
      font-weight: bold;
      color: #65aaba; }
    .woi-page-events .woi-event-main .poster_details .date, .woi-page-events .woi-event-main .poster_details .price {
      margin-top: 4px;
      font-size: 13px; }
  .woi-page-events .woi-event-main .details {
    margin: 20px 0; }
    .woi-page-events .woi-event-main .details .description {
      font-size: 15px;
      margin-bottom: 10px; }
    .woi-page-events .woi-event-main .details.closed {
      height: 70px;
      overflow-y: hidden; }
  .woi-page-events .woi-event-main .poster-buttons-inner {
    max-width: 400px;
    margin: 10px auto 0; }
  .woi-page-events .woi-event-extra {
    vertical-align: top;
    width: 300px;
    background-color: rgba(44, 44, 44, 0.8);
    border-left: 2px solid black;
    min-height: calc(100vh - 190px); }
  .woi-page-events .woi-event-extra .nearby {
    border-top: 2px solid black; }
    .woi-page-events .woi-event-extra .nearby .w2d {
      height: 50px;
      position: relative;
      background-size: cover;
      background-position: center;
      margin: 0 auto;
      border-radius: 4px;
      overflow: hidden;
      max-width: 380px;
      min-width: 290px;
      width: 90%; }
    .woi-page-events .woi-event-extra .nearby .w2d .text {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      text-align: center;
      background: rgba(0, 0, 0, 0.2);
      font-weight: 700;
      font-size: 14px;
      color: white;
      padding-top: 5px; }
  .woi-page-events .woi-event-extra .venue {
    border-top: 2px solid black;
    text-align: center; }
    .woi-page-events .woi-event-extra .venue > .image img {
      max-width: 100%; }
    .woi-page-events .woi-event-extra .venue > .title {
      margin-top: 10px;
      font-size: 22px;
      padding: 0 5px; }
    .woi-page-events .woi-event-extra .venue > .address {
      font-size: 14px;
      padding: 0 5px; }
  .woi-page-events .woi-event-extra .map {
    width: 100%;
    height: 300px;
    background-color: rgba(0, 0, 0, 0.2); }
  .woi-page-events .woi-event-extra .category {
    text-align: center; }
  .woi-page-events .woi-event-no-selection {
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    transform: translate(-50%, -50%); }
  .woi-page-events .event-tab {
    display: block; }
  .woi-page-events .woi-tab-container {
    display: none; }
  .woi-page-events .woi-event-nearby-btn {
    display: block;
    margin: 5px;
    text-decoration: none; }
  .woi-page-events .woi-event-nearby-btn:hover {
    text-decoration: none; }
  .woi-page-events .woi-event-nearby-btn .text {
    display: table-cell;
    vertical-align: top;
    text-align: center;
    line-height: 50px;
    width: 100%;
    color: white; }
  .woi-page-events .woi-event-nearby-btn .image-container {
    display: table-cell;
    padding: 2.5px;
    vertical-align: top; }
    .woi-page-events .woi-event-nearby-btn .image-container .image {
      width: 45px;
      height: 45px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
  .woi-page-events .woi-event-nearby-btn.woi-event-nearby-stay {
    background-color: #5a0d84; }
    .woi-page-events .woi-event-nearby-btn.woi-event-nearby-stay .image {
      background-image: url(/imgs/w2d-stay.png); }
  .woi-page-events .woi-event-nearby-btn.woi-event-nearby-eat {
    background-color: #de0047; }
    .woi-page-events .woi-event-nearby-btn.woi-event-nearby-eat .image {
      background-image: url(/imgs/w2d-eat.png); }
  .woi-page-events .woi-event-nearby-btn.woi-event-nearby-do {
    background-color: #69c20e; }
    .woi-page-events .woi-event-nearby-btn.woi-event-nearby-do .image {
      background-image: url(/imgs/w2d-do.png); }

.sessionDetailsDialog .session-map {
  height: 56.25vw;
  width: 100%;
  max-height: 211px; }
  .sessionDetailsDialog > div:not(.session-map) {
    padding: 0 10px; }
  .sessionDetailsDialog .woi-buttonsbar {
    text-align: center;
    font-size: inherit; }
  .sessionDetailsDialog .woi-buttonsbar .woi-button {
    margin: 0 20px; }
    .sessionDetailsDialog .woi-buttonsbar .woi-button .title {
      white-space: normal; }
  .sessionDetailsDialog > .title {
    text-align: center;
    font-size: 26px;
    font-weight: bold; }
  .sessionDetailsDialog > .venue {
    text-align: center;
    font-size: 20px; }
  .sessionDetailsDialog .modal-close-button {
    position: absolute;
    top: 0px;
    right: 0px; }

@media screen and (max-width: 991px) {
  .woi-page-events .woi-event-main {
    min-height: 0; }
    .woi-page-events .woi-event-main .woi-tab-container {
      display: block; }
    .woi-page-events .woi-event-main .woi-buttonsbar {
      width: 100%;
      max-width: 100%; }
    .woi-page-events .woi-event-extra {
      width: 100%;
      min-height: 0; }
    .woi-page-events .woi-event-extra .map {
      height: 100px; }
    .woi-page-events .woi-event-extra .woi-event-extra-container > .venue {
      display: none; }
    .woi-page-events .woi-event-extra .woi-list-resturants {
      max-width: 400px;
      margin: 0 auto; }
    .woi-page-events .woi-event-extra .category {
      display: none; }
    .woi-page-events .event-tab:not(.event-tab-active) {
      display: none; } }
/*
 To change this license header, choose License Headers in Project Properties.
 To change this template file, choose Tools | Templates
 and open the template in the editor.
 */
/*
 Created on : 01/02/2019, 3:01:58 PM
 Author     : Gregory J Harmer <greg@autech.com.au, chaosjmaker@gmail.com>
 */
.woi-page-featured .woi-banner-image {
  background-image: url(../imgs/temp/muo.jpg); }
  .woi-page-featured .woi-banner-image .woi-banner-logo {
    background-image: url(../imgs/banner.png);
    max-width: 80%;
    width: 100%;
    height: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    filter: drop-shadow(6px 6px 1px #000); }
  .woi-page-featured .woi-featured-header {
    background-color: rgba(44, 44, 44, 0.8);
    margin-top: -70px;
    margin-bottom: 10px; }
  .woi-page-featured .woi-featured-header .woi-featured-header-logo-container {
    padding: 0 40px; }
    .woi-page-featured .woi-featured-header .woi-featured-header-logo-container .woi-featured-header-logo {
      margin: -60px auto 0;
      width: 270px;
      height: 270px;
      background-color: rgba(51, 51, 51, 0.94);
      box-shadow: 7px 7px 5px 0px rgba(0, 0, 0, 0.95) !important;
      padding: 5px; }
    .woi-page-featured .woi-featured-header .woi-featured-header-logo-container .woi-featured-header-logo img, .woi-page-featured .woi-featured-header .woi-featured-header-logo-container .woi-featured-header-logo div {
      width: 100%;
      height: 100%;
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat; }
  .woi-page-featured .woi-featured-header .woi-featured-header-details .woi-featured-header-details-title {
    line-height: 70px; }
    .woi-page-featured .woi-featured-header .woi-featured-header-details .woi-featured-header-details-title h2, .woi-page-featured .woi-featured-header .woi-featured-header-details .woi-featured-header-details-title h1 {
      font-weight: bold;
      font-size: 3em;
      line-height: inherit; }
    .woi-page-featured .woi-featured-header .woi-featured-header-details .woi-featured-header-details-title .woi-featured-details-classification {
      background-color: rgba(103, 149, 165, 0.95);
      padding: 5px 20px;
      display: inline; }
    .woi-page-featured .woi-featured-header .woi-featured-header-details .woi-buttonsbar {
      margin: 10px -15px;
      -webkit-overflow-scrolling: touch; }
  .woi-page-featured .woi-featured-header.woi-featured-header-has-logo .woi-featured-header-details {
    max-width: calc(100% - 350px); }
  .woi-page-featured .woi-gigs-list-heading {
    background-color: rgba(103, 149, 165, 1);
    color: white;
    padding: 2px 5px; }
  .woi-page-featured .woi-gigs-list-event {
    color: white;
    background-color: rgba(22, 22, 22, 0.7);
    margin: 5px 0; }
  .woi-page-featured .woi-gigs-list-event .woi-gigs-event-image {
    width: 110px;
    max-width: 110px;
    padding: 5px; }
    .woi-page-featured .woi-gigs-list-event .woi-gigs-event-image .background-image {
      width: 100px;
      height: 100px;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat; }
  .woi-page-featured .woi-gigs-list-event .woi-gigs-event-details {
    padding: 5px; }

.woi-page-venues-map .woi-content {
  padding-top: 50px; }
  .woi-page-venues-map .woi-venues-map {
    min-height: calc(100vh - 190px); }
  .woi-page-venues-map .woi-venues-map-list {
    min-height: calc(100vh - 190px);
    max-height: calc(100vh - 190px);
    width: 400px; }
  .woi-page-venues-map .woi-venues-map-list .woi-venues-list-heading {
    background-color: rgba(103, 149, 165, 1);
    color: white;
    padding: 0px 5px;
    line-height: 30px;
    height: 30px; }
  .woi-page-venues-map .woi-venues-map-list .woi-venues-list {
    overflow-y: auto;
    height: calc(100vh - 220px); }
    .woi-page-venues-map .woi-venues-map-list .woi-venues-list .woi-venues-list-no-result {
      text-align: center;
      line-height: 50px;
      height: 50px; }
  .woi-page-venues-map .woi-venues-list.woi-venues-list-infowindow .woi-object-venue {
    background-color: transparent;
    color: black; }
  .woi-page-venues-map .woi-venues-list:not(.woi-venues-list-infowindow) .woi-object-venue:hover {
    background-color: rgba(0, 0, 0, 0.3); }

@media screen and (max-width: 991px) {
  .woi-page-featured .woi-featured-header {
    margin-top: 0px; }
    .woi-page-featured .woi-featured-header.woi-featured-header-has-logo .woi-featured-header-details {
      max-width: 100%; } }

@media screen and (max-width: 768px) {
  .woi-page-venues-map .woi-venues-map {
    min-height: 100vw; }
    .woi-page-venues-map .woi-venues-map-list {
      width: 100%;
      min-height: calc(200px);
      max-height: none; }
      .woi-page-venues-map .woi-venues-map-list .woi-venues-list {
        min-height: calc(200px);
        height: calc(100vh - 100vw - 80px); }

  .woi-page-featured .woi-featured-header-details-title {
    text-align: center; } }
/*
 To change this license header, choose License Headers in Project Properties.
 To change this template file, choose Tools | Templates
 and open the template in the editor.
 */
/*
 Created on : 04/02/2019, 2:04:47 PM
 Author     : Gregory J Harmer <greg@autech.com.au, chaosjmaker@gmail.com>
 */
.woi-page-search:not(.hasBanners) .woi-body {
  margin-top: 50px; }
  .woi-page-search .woi-featured-banners .banner-image {
    width: 100%;
    max-height: 100%; }
  .woi-page-search .woi-featured-banners .woi-featured-banner-gallery {
    padding-top: 50px; }
  .woi-page-search .woi-featured-banners .woi-featured-banner-gallery-image {
    height: 33vw;
    max-height: 400px;
    min-height: 250px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
  .woi-page-search .woi-search-filters {
    background-color: #424242;
    width: 300px;
    padding: 15px;
    min-height: calc(100vh - 190px - 400px); }
  .woi-page-search .slick-slider.slick-dotted {
    margin-bottom: 0px; }
  .woi-page-search .slick-slider .slick-dots {
    bottom: 0; }
    .woi-page-search .slick-slider .slick-dots li button::before {
      font-size: 10px;
      color: white; }
  .woi-page-search .slick-slider .slick-arrow {
    width: 30px;
    height: 30px; }
    .woi-page-search .slick-slider .slick-arrow.slick-prev {
      left: 15px;
      z-index: 3; }
    .woi-page-search .slick-slider .slick-arrow.slick-next {
      right: 15px; }
    .woi-page-search .slick-slider .slick-arrow::before {
      font-size: 30px; }
  .woi-page-search .slick-slider .slick-slide > div {
    line-height: 0; }
    .woi-page-search .slick-slider .slick-slide .woi-featured-banner-gallery-item img {
      width: 100%;
      max-height: 414px; }
  .woi-page-search .woi-search-searchbox {
    width: 100%;
    background-color: rgba(103, 149, 165, 0.95); }
  .woi-page-search .woi-search-searchbox .woi-search-searchcontainer {
    position: relative;
    padding: 5px;
    display: table; }
    .woi-page-search .woi-search-searchbox .woi-search-searchcontainer .woi-search-searchcontainer-inputbox {
      display: table-cell;
      width: 100%;
      position: relative; }
    .woi-page-search .woi-search-searchbox .woi-search-searchcontainer .woi-search-searchcontainer-inputbox > input {
      width: 100%;
      height: 40px;
      line-height: 40px;
      padding-left: 30px;
      padding-right: 20px;
      display: inline-block; }
    .woi-page-search .woi-search-searchbox .woi-search-searchcontainer .woi-search-searchcontainer-inputbox .icon-search {
      color: #666;
      position: absolute;
      top: 4px;
      left: 0px;
      font-size: 20px; }
    .woi-page-search .woi-search-searchbox .woi-search-searchcontainer .woi-search-searchcontainer-inputbox .icon-clear {
      color: black;
      position: absolute;
      right: 0;
      line-height: 28px;
      cursor: pointer; }
    .woi-page-search .woi-search-searchbox .woi-search-searchcontainer > button {
      width: 140px;
      display: inline-block;
      height: 40px;
      background-color: #db4646;
      border: 0 none;
      color: white;
      cursor: pointer; }
    .woi-page-search .woi-search-searchbox .woi-search-searchcontainer > button:hover {
      background-color: rgba(219, 70, 70, 0.95); }
    .woi-page-search .woi-search-searchbox .woi-search-searchcontainer > button:active {
      background-color: #351012; }
    .woi-page-search .woi-search-searchbox .woi-search-searchcontainer .woi-search-search-filters {
      position: absolute;
      left: 5px;
      right: 5px;
      z-index: 10;
      background-color: #efefef;
      color: black;
      padding: 5px 10px;
      display: none; }

@media screen and (max-width: 1200px) {
  .woi-page-search.hasBanners .woi-search-filters {
    min-height: calc(100vh - 190px - 33vw); } }
/*
 To change this license header, choose License Headers in Project Properties.
 To change this template file, choose Tools | Templates
 and open the template in the editor.
 */
/*
 Created on : 07/02/2019, 3:07:48 PM
 Author     : Gregory J Harmer <greg@autech.com.au, chaosjmaker@gmail.com>
 */
.woi-page-gigs .woi-content .woi-gigs {
  vertical-align: top;
  display: table-cell;
  min-width: 400px;
  max-width: 400px;
  background-color: rgba(44, 44, 44, 0.8);
  border-right: 2px solid black; }
  .woi-page-gigs .woi-event-background-image-container {
    left: 400px; }
  .woi-page-gigs .woi-event-background-image-container .woi-limit-maxwidth {
    max-width: 1200px; }
  .woi-page-gigs .woi-limit-maxwidth {
    max-width: 1600px; }
  .woi-page-gigs .woi-gigs-searchcontainer {
    position: relative;
    padding: 5px;
    display: table;
    background-color: rgba(103, 149, 165, 1);
    margin-bottom: 1px; }
  .woi-page-gigs .woi-gigs-searchcontainer .woi-gigs-searchcontainer-inputbox {
    display: table-cell;
    width: 100%;
    position: relative; }
    .woi-page-gigs .woi-gigs-searchcontainer .woi-gigs-searchcontainer-inputbox > input {
      width: 100%;
      height: 40px;
      line-height: 40px;
      padding-left: 30px;
      padding-right: 20px;
      display: inline-block; }
    .woi-page-gigs .woi-gigs-searchcontainer .woi-gigs-searchcontainer-inputbox .icon-search {
      color: #666;
      position: absolute;
      top: 5px;
      left: 0px;
      font-size: 18px; }
    .woi-page-gigs .woi-gigs-searchcontainer .woi-gigs-searchcontainer-inputbox .icon-clear {
      color: black;
      position: absolute;
      right: 0;
      line-height: 28px;
      cursor: pointer; }
  .woi-page-gigs .woi-gigs-searchcontainer > button {
    width: 100px;
    display: inline-block;
    height: 40px;
    background-color: #db4646;
    border: 0 none;
    color: white;
    cursor: pointer; }
    .woi-page-gigs .woi-gigs-searchcontainer > button:hover {
      background-color: rgba(219, 70, 70, 0.95); }
    .woi-page-gigs .woi-gigs-searchcontainer > button:active {
      background-color: #351012; }
  .woi-page-gigs .woi-gigs-searchcontainer .woi-gigs-search-filters {
    position: absolute;
    left: 5px;
    right: 5px;
    z-index: 10;
    background-color: #efefef;
    color: black;
    padding: 5px 10px;
    display: none; }
  .woi-page-gigs .woi-gigs-no-results {
    text-align: center;
    margin: 5px; }
  .woi-page-gigs .gigGuideButton {
    display: none; }

.woi-gigs-list-event {
  border-bottom: 1px solid black;
  color: white; }
  .woi-gigs-list-event .woi-gigs-event-image {
    width: 102px;
    max-width: 98px;
    padding: 5px; }
  .woi-gigs-list-event .woi-gigs-event-image .background-image {
    width: 92px;
    height: 130px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat; }
  .woi-gigs-list-event .woi-gigs-event-details {
    padding: 5px; }

.woi-gigs-list {
  height: calc(100vh - 240px);
  overflow-y: auto; }
  .woi-gigs-list .woi-gigs-list-heading {
    background-color: rgba(103, 149, 165, 1);
    color: white;
    padding: 2px 5px; }
  .woi-gigs-list > .woi-gigs-list-event-link, .woi-gigs-list > .woi-gigs-list-event {
    padding: 0 5px;
    display: block; }
  .woi-gigs-list .woi-gigs-list-no-events {
    text-align: center;
    padding: 10px 0; }
  .woi-gigs-list.woi-gigs-list-infowindow {
    height: inherit; }
  .woi-gigs-list.woi-gigs-list-infowindow .woi-gigs-list-event {
    color: black;
    border-bottom: 0 none; }

@media screen and (max-width: 1600px) {
  .woi-page-gigs .gigGuideButton {
    display: inline-block; }
    .woi-page-gigs .woi-limit-maxwidth {
      max-width: 1200px; }
    .woi-page-gigs .woi-event-background-image-container {
      left: 0px; }
      .woi-page-gigs .woi-event-background-image-container .woi-limit-maxwidth {
        max-width: 1200px; }
    .woi-page-gigs .woi-content {
      position: relative; }
      .woi-page-gigs .woi-content .woi-gigs {
        position: absolute;
        background-color: rgba(44, 44, 44, 0.95);
        min-width: 320px;
        max-width: 320px;
        display: none;
        z-index: 10;
        left: 0;
        top: 0;
        bottom: 0; }
      .woi-page-gigs .woi-content.woi-gigs-open .woi-gigs {
        display: block; }
        .woi-page-gigs .woi-content.woi-gigs-open .woi-gigs-dismiss-layer {
          left: 320px;
          right: 0;
          top: 0;
          bottom: 0;
          z-index: 12;
          background-color: rgba(44, 44, 44, 0.01);
          position: absolute; } }
/*
 To change this license header, choose License Headers in Project Properties.
 To change this template file, choose Tools | Templates
 and open the template in the editor.
 */
/*
 Created on : 11/01/2019, 3:04:55 PM
 Author     : chaosjmaker
 */
.woi-dialog-disable {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px); }
  .woi-dialog-disable.noblack {
    background-color: transparent;
    -webkit-backdrop-filter: initial;
    backdrop-filter: initial; }

.woi-dialog {
  position: absolute;
  background-color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  color: black; }
  .woi-dialog > .woi-dialog-header {
    width: 100%;
    background-color: #2c2c2c; }
  .woi-dialog > .woi-dialog-header span {
    margin-left: 10px;
    font-size: 18px;
    color: #fff;
    font-weight: 300; }
  .woi-dialog > .woi-dialog-header > div {
    display: table;
    height: 100%;
    width: 100%; }
    .woi-dialog > .woi-dialog-header > div > div {
      display: table-cell;
      vertical-align: middle; }
  .woi-dialog > .woi-dialog-content {
    width: 100%;
    overflow: auto; }
  .woi-dialog > .woi-dialog-content .woi-dialog-content-inner {
    margin: 10px;
    font-size: 14px; }
  .woi-dialog > .woi-dialog-footer {
    width: 100%; }
  .woi-dialog > .woi-dialog-footer .woi-dialog-footer-inner {
    margin: 0 10px;
    text-align: right; }
  .woi-dialog .woi-dialog-close {
    float: right;
    margin-right: 10px;
    height: 24px;
    cursor: pointer; }
  .woi-dialog .woi-dialog-close:hover {
    opacity: 0.8; }

.no-padding .woi-dialog .woi-dialog-content .woi-dialog-content-inner {
  margin: 0px; }

.dark .woi-dialog {
  background-color: #2c2c2c;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  color: white; }
  .dark .woi-dialog > .woi-dialog-header {
    background-color: #6795a5; }
    .dark .woi-dialog > .woi-dialog-header span {
      color: white; }
  .dark .toggle-holder .toggle label {
    background: transparent;
    border: 2px solid #fff; }
    .dark .toggle-holder .toggle .toggle-ball {
      background: white; }

.couponModal .woi-dialog, .accountManageModal .woi-dialog, .surveyModal .woi-dialog {
  border-radius: 20px;
  overflow: hidden; }

.surveyModal .modal-close-button {
  position: absolute;
  top: 0px;
  right: 0px; }
  .surveyModal .header-image {
    text-align: center;
    padding-top: 30px;
    margin-bottom: 1rem; }
  .surveyModal .header-image img {
    width: 80%; }

.woi-page-video {
  margin-top: 50px; }
  .woi-page-video .woi-body {
    min-height: calc(100vh - 190px); }
  .woi-page-video video {
    width: 100% !important;
    height: auto !important; }
  .woi-page-video .videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0; }
  .woi-page-video .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .woi-page-video .video-details {
    padding: 5px 15px; }
  .woi-page-video .video-details .video-title h2 {
    display: inline; }
    .woi-page-video .video-details .video-title .video-release-date {
      float: right;
      display: inline-block;
      line-height: 38px; }
  .woi-page-video .video-details .video-description {
    margin-top: 10px; }

.accountManageModal .modal-close-button {
  position: absolute;
  top: 0px;
  right: 0px; }
  .accountManageModal .header-image {
    text-align: center;
    padding-top: 30px;
    margin-bottom: 1rem; }
  .accountManageModal .header-image img {
    width: 80%; }

.toggle-holder {
  text-align: center; }
  .toggle-holder .toggle {
    display: inline-block;
    vertical-align: middle; }
  .toggle-holder .toggle .text {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    line-height: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: font-weight 0.3s linear; }
    .toggle-holder .toggle .text.left {
      right: 100%;
      margin: 0 10px 0 0;
      font-weight: 700; }
    .toggle-holder .toggle .text.right {
      left: 100%;
      margin: 0 0 0 10px;
      font-weight: 300; }
  .toggle-holder .toggle input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: -1; }
  .toggle-holder .toggle label {
    width: 60px;
    height: 30px;
    border-radius: 15px;
    background: transparent;
    position: relative;
    border: 2px solid #000;
    margin: 0;
    display: block;
    position: relative; }
  .toggle-holder .toggle .toggle-ball {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: black;
    position: absolute;
    top: 1px;
    left: 1px;
    overflow: hidden;
    text-indent: -9999px;
    transition: left 0.3s linear; }
  .toggle-holder .toggle [type="checkbox"]:checked ~ .text.right {
    font-weight: 700; }
  .toggle-holder .toggle [type="checkbox"]:checked ~ .text.left {
    font-weight: 300; }
  .toggle-holder .toggle [type="checkbox"]:checked ~ .toggle-ball {
    left: 30px; }

.nearby-details-container .nearby-details-background {
  max-height: 219px;
  height: 56.25vw;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative; }
  .nearby-details-container .nearby-details-background .nearby-details-category-icon {
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 10px;
    right: 10px; }
  .nearby-details-container .nearby-details-info {
    text-align: center;
    margin: 0 8px; }
  .nearby-details-container .nearby-details-info .nearby-details-title {
    font-size: 18pt;
    font-weight: 400; }
  .nearby-details-container .nearby-details-info .nearby-details-addr {
    font-size: 14px;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    margin-bottom: 10px; }
  .nearby-details-container .nearby-details-info .nearby-details-desc {
    font-size: 14px; }
    .nearby-details-container .nearby-details-info .nearby-details-desc.expanded > span {
      text-overflow: initial !important;
      white-space: normal !important; }
  .nearby-details-container .nearby-details-info .nearby-details-socialbar {
    text-align: left;
    padding-bottom: 20px;
    white-space: nowrap;
    overflow-x: auto; }
    .nearby-details-container .nearby-details-info .nearby-details-socialbar > .nearby-social-item {
      display: inline-block;
      width: 70px;
      vertical-align: top;
      margin: 0 5px;
      color: white;
      text-decoration: none; }
    .nearby-details-container .nearby-details-info .nearby-details-socialbar > .nearby-social-item:hover {
      background-color: rgba(0, 0, 0, 0.3); }
    .nearby-details-container .nearby-details-info .nearby-details-socialbar > .nearby-social-item .nearby-social-item-image {
      width: 50px;
      height: 50px;
      margin: 10px 10px 5px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center; }
    .nearby-details-container .nearby-details-info .nearby-details-socialbar > .nearby-social-item .nearby-social-item-text {
      text-align: center;
      font-size: 12px;
      line-height: 12px;
      padding-bottom: 5px; }
    .nearby-details-container .nearby-details-info .nearby-details-socialbar > .nearby-social-item.nearby-social-item-view-in-maps .nearby-social-item-image > .svg_container > svg {
      width: 50px;
      height: 50px;
      fill: #fff; }
    .nearby-details-container .nearby-details-info .nearby-details-socialbar > .nearby-social-item.nearby-social-item-phone .nearby-social-item-image {
      background-image: url(/imgs/socialPhone@3x.png); }
    .nearby-details-container .nearby-details-info .nearby-details-socialbar > .nearby-social-item.nearby-social-item-website .nearby-social-item-image {
      background-image: url(/imgs/socialWebsite@3x.png); }
    .nearby-details-container .nearby-details-info .nearby-details-socialbar > .nearby-social-item.nearby-social-item-facebook .nearby-social-item-image {
      background-image: url(/imgs/socialFacebook@3x.png); }
    .nearby-details-container .nearby-details-info .nearby-details-socialbar > .nearby-social-item.nearby-social-item-twitter .nearby-social-item-image {
      background-image: url(/imgs/socialTwitter@3x.png); }
    .nearby-details-container .nearby-details-info .nearby-details-socialbar > .nearby-social-item.nearby-social-item-pinterest .nearby-social-item-image {
      background-image: url(/imgs/socialPinterest@3x.png); }
    .nearby-details-container .nearby-details-info .nearby-details-socialbar > .nearby-social-item.nearby-social-item-instagram .nearby-social-item-image {
      background-image: url(/imgs/socialInstagram@3x.png); }
    .nearby-details-container .nearby-details-info .nearby-details-socialbar > .nearby-social-item.nearby-social-item-trip-advisor .nearby-social-item-image {
      background-image: url(/imgs/socialTripAdvisor@3x.png); }
    .nearby-details-container .nearby-details-info .nearby-details-socialbar > .nearby-social-item.nearby-social-item-booking-link .nearby-social-item-image {
      background-image: url(/imgs/socialBookNow@3x.png); }
    .nearby-details-container .nearby-details-info .nearby-details-socialbar > .nearby-social-item.nearby-social-item-wotif .nearby-social-item-image {
      background-image: url(/imgs/socialWotif@3x.png); }
  .nearby-details-container.woi-nearby-cat-stay .nearby-details-category-icon {
    background-image: url(/imgs/w2d-stay.png); }
  .nearby-details-container.woi-nearby-cat-eat .nearby-details-category-icon {
    background-image: url(/imgs/w2d-eat.png); }
  .nearby-details-container.woi-nearby-cat-do .nearby-details-category-icon {
    background-image: url(/imgs/w2d-do.png); }
  .nearby-details-container.woi-filter-option-all .nearby-details-category-icon {
    background-image: url(/imgs/w2d-nearby.png); }

.woi-page-nearby-map .woi-content {
  padding-top: 50px; }
  .woi-page-nearby-map .woi-nearby-map {
    min-height: calc(100vh - 190px); }
  .woi-page-nearby-map .woi-nearby-map-list {
    min-height: calc(100vh - 190px);
    max-height: calc(100vh - 190px);
    width: 400px; }
  .woi-page-nearby-map .woi-nearby-map-list .woi-nearby-list-heading {
    background-color: rgba(103, 149, 165, 1);
    color: white;
    padding: 0px 5px;
    line-height: 30px;
    height: 30px; }
  .woi-page-nearby-map .woi-nearby-map-list .woi-nearby-list > .woi-list-nearby {
    overflow-y: auto;
    height: calc(100vh - 190px - 70px); }
    .woi-page-nearby-map .woi-nearby-map-list .woi-nearby-list > .woi-list-nearby .woi-nearby-list-no-result {
      text-align: center;
      line-height: 50px;
      height: 50px; }
  .woi-page-nearby-map .woi-nearby-list.woi-nearby-list-infowindow .woi-object-venue {
    background-color: transparent;
    color: black; }
  .woi-page-nearby-map .woi-nearby-list:not(.woi-nearby-list-infowindow) .woi-object-venue:hover {
    background-color: rgba(0, 0, 0, 0.3); }
  .woi-page-nearby-map .woi-nearby-filter-btn {
    position: relative;
    margin: 10px;
    height: 50px; }
  .woi-page-nearby-map .woi-nearby-filter-btn .woi-nearby-filter-btn-label {
    color: white;
    line-height: 30px;
    padding: 10px;
    cursor: pointer;
    background-color: #db4747;
    text-align: right; }
    .woi-page-nearby-map .woi-nearby-filter-btn .woi-nearby-filter-btn-label.woi-nearby-cat-do {
      background-color: #69c20e; }
    .woi-page-nearby-map .woi-nearby-filter-btn .woi-nearby-filter-btn-label.woi-nearby-cat-eat {
      background-color: #de0047; }
    .woi-page-nearby-map .woi-nearby-filter-btn .woi-nearby-filter-btn-label.woi-nearby-cat-stay {
      background-color: #5a0d84; }
    .woi-page-nearby-map .woi-nearby-filter-btn .woi-nearby-filter-btn-label > .leftCol {
      float: left;
      font-weight: bold; }
  .woi-page-nearby-map .woi-nearby-filter-btn .woi-nearby-filter-btn-dropdown {
    display: none;
    top: 100%;
    left: 0;
    right: 0;
    position: absolute;
    background-color: #db4747;
    z-index: 1; }
    .woi-page-nearby-map .woi-nearby-filter-btn .woi-nearby-filter-btn-dropdown.open {
      display: block; }
    .woi-page-nearby-map .woi-nearby-filter-btn .woi-nearby-filter-btn-dropdown > div {
      height: 50px;
      line-height: 30px;
      padding: 10px;
      text-align: right;
      font-weight: bold;
      border-top: 1px solid #b92525;
      cursor: pointer; }
    .woi-page-nearby-map .woi-nearby-filter-btn .woi-nearby-filter-btn-dropdown > div:hover {
      background-color: #f77; }
    .woi-page-nearby-map .woi-nearby-filter-btn .woi-nearby-filter-btn-dropdown > div > .bgicon {
      width: 30px;
      height: 30px;
      background-size: contain;
      background-repeat: no-repeat;
      display: inline-block;
      float: left; }
    .woi-page-nearby-map .woi-nearby-filter-btn .woi-nearby-filter-btn-dropdown > div.woi-nearby-cat-stay > .bgicon {
      background-image: url(/imgs/w2d-stay.png); }
    .woi-page-nearby-map .woi-nearby-filter-btn .woi-nearby-filter-btn-dropdown > div.woi-nearby-cat-eat > .bgicon {
      background-image: url(/imgs/w2d-eat.png); }
    .woi-page-nearby-map .woi-nearby-filter-btn .woi-nearby-filter-btn-dropdown > div.woi-nearby-cat-do > .bgicon {
      background-image: url(/imgs/w2d-do.png); }
    .woi-page-nearby-map .woi-nearby-filter-btn .woi-nearby-filter-btn-dropdown > div.woi-filter-option-all > .bgicon {
      background-image: url(/imgs/w2d-nearby.png); }
  .woi-page-nearby-map .donut-chart-block .donut-chart {
    position: relative;
    width: 30px;
    height: 30px;
    margin: 0 auto 2rem;
    border-radius: 100%; }
  .woi-page-nearby-map .donut-chart-block p.center {
    background: white;
    position: absolute;
    text-align: center;
    font-size: 12px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 20px;
    height: 20px;
    margin: auto;
    border-radius: 50%;
    line-height: 20px; }
  .woi-page-nearby-map .donut-chart-block .portion-block {
    border-radius: 50%;
    clip: rect(0px, 30px, 30px, 15px);
    height: 100%;
    position: absolute;
    width: 100%; }
    .woi-page-nearby-map .donut-chart-block .portion-block.nearby-cluster-stay .circle {
      background-color: #5a0d84; }
    .woi-page-nearby-map .donut-chart-block .portion-block.nearby-cluster-eat .circle {
      background-color: #de0047; }
    .woi-page-nearby-map .donut-chart-block .portion-block.nearby-cluster-do .circle {
      background-color: #69c20e; }
  .woi-page-nearby-map .donut-chart-block .circle {
    border-radius: 50%;
    clip: rect(0px, 15px, 30px, 0px);
    height: 100%;
    position: absolute;
    width: 100%;
    font-family: monospace;
    font-size: 1.5rem; }

@media screen and (max-width: 767px) {
  .woi-page-nearby-map .woi-nearby-map {
    min-height: 90vw; }
    .woi-page-nearby-map .woi-nearby-map-list {
      width: 100%;
      min-height: calc(200px);
      max-height: none; }
      .woi-page-nearby-map .woi-nearby-map-list .woi-nearby-list > .woi-list-nearby {
        min-height: calc(130px);
        height: calc(100vh - 90vw - 50px - 70px); }

  .woi-page-nearby-map .woi-nearby-filter-btn .woi-nearby-filter-btn-dropdown > div {
    float: left;
    display: inline-block;
    width: 50%;
    border-left: 1px solid #b92525; }
    .woi-page-nearby-map .woi-nearby-filter-btn .woi-nearby-filter-btn-dropdown > div.woi-filter-option-selected {
      display: none !important; } }

body {
  background-color: #333;
  color: white;
  font-family: 'Nunito Sans', Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  min-width: 320px; }

a, .btn-link {
  color: #75a8b8; }
  a:hover, .btn-link:hover {
    color: rgba(117, 168, 184, 0.8); }
  a:active, .btn-link:active {
    color: rgba(117, 168, 184, 0.8); }
  a:visited, .btn-link:visited {
    color: #75a8b8; }

.woi-limit-maxwidth {
  max-width: 1200px;
  margin: 0 auto; }

.text-bold {
  font-weight: bold; }

.woi-home-searchbox {
  width: 100%;
  max-width: 800px;
  /*height: 130px;*/
  background-color: rgba(103, 149, 165, 0.95);
  margin: -65px auto 0;
  z-index: 10; }

.woi-banner-image {
  height: 60vw;
  max-height: 500px;
  background-size: cover;
  background-position: center center;
  position: relative;
  min-height: 250px; }

.woi-page-home .woi-banner-image {
  background-image: url(../imgs/home-background.jpg); }
  .woi-page-home .woi-banner-image .woi-banner-logo {
    background-image: url(../imgs/banner.png);
    max-width: 80%;
    width: 100%;
    height: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    filter: drop-shadow(6px 6px 1px #000); }
  .woi-page-home .woi-home-searchcontainer {
    position: relative;
    padding: 30px;
    display: table; }
  .woi-page-home .woi-home-searchcontainer .woi-home-searchcontainer-inputbox {
    display: table-cell;
    width: 100%;
    position: relative; }
    .woi-page-home .woi-home-searchcontainer .woi-home-searchcontainer-inputbox > input {
      width: 100%;
      height: 70px;
      line-height: 70px;
      padding-left: 50px;
      padding-right: 20px;
      display: inline-block; }
    .woi-page-home .woi-home-searchcontainer .woi-home-searchcontainer-inputbox .icon-search {
      color: #666;
      position: absolute;
      top: 10px;
      left: 5px;
      font-size: 35px; }
    .woi-page-home .woi-home-searchcontainer .woi-home-searchcontainer-inputbox .icon-clear {
      color: black;
      position: absolute;
      right: 0;
      line-height: 60px;
      cursor: pointer; }
  .woi-page-home .woi-home-searchcontainer > button {
    width: 140px;
    display: inline-block;
    height: 70px;
    background-color: #db4646;
    border: 0 none;
    color: white;
    cursor: pointer; }
    .woi-page-home .woi-home-searchcontainer > button:hover {
      background-color: rgba(219, 70, 70, 0.95); }
    .woi-page-home .woi-home-searchcontainer > button:active {
      background-color: #351012; }
  .woi-page-home .woi-home-searchcontainer .woi-home-search-filters {
    position: absolute;
    left: 30px;
    right: 30px;
    z-index: 10;
    background-color: #efefef;
    color: black;
    padding: 5px 10px;
    display: none; }

.woi-crumbs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 0.5rem;
  list-style: none; }
  .woi-crumbs .woi-crumbs-item a {
    color: white; }
  .woi-crumbs .woi-crumbs-item.active {
    color: #dcdcdc; }
  .woi-crumbs .woi-crumbs-item + .woi-crumbs-item {
    padding-left: 0.5rem; }
    .woi-crumbs .woi-crumbs-item + .woi-crumbs-item:before {
      display: inline-block;
      padding-right: 0.5rem;
      color: #6c757d;
      content: "/"; }

.woi-content {
  position: relative;
  z-index: 5; }

.woi-body {
  min-height: calc(100vh - 140px); }

.lock-layer-full {
  display: none;
  height: 100%;
  width: 100%;
  z-index: 1000;
  left: 0;
  top: 0;
  position: fixed; }
  .lock-layer-full.active {
    display: block; }
  .lock-layer-full:not(.quiet) {
    background-color: rgba(0, 0, 0, 0.7); }
  .lock-layer-full .lock-layer-loader {
    position: fixed;
    top: 50%;
    left: 0;
    right: 0; }
  .lock-layer-full .lock-layer-loader .lock-spinner {
    width: 100px;
    height: 100px;
    margin: 0 auto; }
    .lock-layer-full .lock-layer-loader .lock-spinner .spinner-border {
      width: 70px;
      height: 70px;
      margin: 15px; }
  .lock-layer-full .lock-layer-loader .message {
    text-align: center;
    font-weight: bold; }

.woi-tab-container {
  margin: 10px 0; }
  .woi-tab-container .woi-tab-list {
    border-bottom: 2px solid white;
    /*height: 52px;*/
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
  .woi-tab-container .woi-tab-list .woi-tab-item {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    margin: 0 10px; }
    .woi-tab-container .woi-tab-list .woi-tab-item.active {
      background-color: #db4646; }
    .woi-tab-container .woi-tab-list .woi-tab-item:hover:not(.active) {
      background-color: #351012;
      cursor: pointer; }
  .woi-tab-container .woi-tab-contents-list .woi-tab-item-contents {
    display: none; }
    .woi-tab-container .woi-tab-contents-list .woi-tab-item-contents.active {
      display: block; }

.woi-buttonsbar {
  margin: 10px 0px;
  overflow-x: auto;
  white-space: nowrap; }
  .woi-buttonsbar .woi-button {
    display: inline-block;
    margin: 0 8px;
    width: 90px;
    /*border: 1px solid white;*/
    text-align: center;
    color: white;
    text-decoration: none;
    font-size: 10pt;
    vertical-align: top;
    white-space: normal; }
  .woi-buttonsbar .woi-button .image {
    width: 75px;
    height: 75px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 4px auto 0; }
    .woi-buttonsbar .woi-button .image.woi-svg svg {
      width: 75px;
      height: 75px;
      fill: white; }
  .woi-buttonsbar .woi-button:hover {
    background-color: rgba(0, 0, 0, 0.3); }

.search-settings-container .search-type-selection {
  border-bottom: 2px solid black; }
  .search-settings-container .search-type-selection > a {
    text-align: center;
    height: 40px;
    line-height: 40px;
    cursor: pointer; }
    .search-settings-container .search-type-selection > a.active {
      background-color: #db4646;
      color: white; }
    .search-settings-container .search-type-selection > a:hover {
      color: white;
      text-decoration: none; }
    .search-settings-container .search-type-selection > a:hover:not(.active) {
      background-color: #351012; }
  .search-settings-container .submit-btn {
    background-color: #db4646;
    color: white;
    height: 40px;
    cursor: pointer;
    border: 0 none;
    display: block;
    width: 100%;
    line-height: 40px; }
  .search-settings-container .section-title {
    font-weight: bold; }
  .search-settings-container .section-title .section-alt-action {
    font-weight: normal;
    font-size: 15px;
    cursor: pointer; }
  .search-settings-container .search-prefill-options .search-prefill {
    cursor: pointer; }
    .search-settings-container .search-prefill-options .search-prefill:hover {
      background-color: rgba(0, 0, 0, 0.3); }
  .search-settings-container .search-prefill-options .search-nearby {
    cursor: pointer; }
    .search-settings-container .search-prefill-options .search-nearby:hover {
      background-color: rgba(0, 0, 0, 0.3); }
  .search-settings-container .search-prefill-options .section-title {
    text-align: center; }

.couponDetailsDialog {
  font-size: 15px; }
  .couponDetailsDialog .coupon-header-image-container {
    max-width: 414px;
    max-height: 233px;
    width: 100%;
    height: 56.25vw;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative; }
  .couponDetailsDialog .coupon-header-image-container .coupon-redeemed-block {
    background-image: url(/imgs/couponRedeemedLarge.png);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: auto 90px;
    background-repeat: no-repeat;
    background-position: 95% 95%; }
  .couponDetailsDialog .coupon-header-close-container {
    position: relative; }
  .couponDetailsDialog .coupon-header-close-container .coupon-redeemed-block {
    background-image: url(/imgs/couponRedeemed.png);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: 150px auto;
    background-repeat: no-repeat;
    background-position: 95% center; }
  .couponDetailsDialog .coupon-expiry {
    background-color: #df494b;
    font-size: 14px;
    color: white;
    text-align: right;
    padding: 3px 5px; }
  .couponDetailsDialog .coupon-title {
    font-weight: bolder;
    font-size: 30px; }
  .couponDetailsDialog .coupon-offer-code {
    font-weight: bold; }
  .couponDetailsDialog .coupon-terms {
    font-size: 10px; }
  .couponDetailsDialog .coupon-title, .couponDetailsDialog .coupon-offer-code, .couponDetailsDialog .coupon-details, .couponDetailsDialog .coupon-terms {
    padding: 0 5px; }
  .couponDetailsDialog .coupon-map {
    width: 100%;
    height: 150px; }
  .couponDetailsDialog .open-in-app {
    margin: 30px auto; }

.woi-dialog .modal-close-button {
  color: white;
  background: rgba(0, 0, 0, 0.4);
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 20px;
  margin: 10px; }
  .woi-dialog .modal-close-button img {
    width: 100%; }
  .woi-dialog .woi-dialog-content-inner > *:not(.woi-background-logo) {
    position: relative; }
  .woi-dialog .woi-background-logo {
    width: 250px;
    height: 400px;
    position: absolute;
    bottom: -20px;
    right: -50px;
    background-image: url(/imgs/question_mark_onlyh500.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
    opacity: 0.5; }

.appDetailsDialog {
  position: relative; }
  .appDetailsDialog .modal-close-button {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2; }
  .appDetailsDialog .image-container img {
    max-height: 100%;
    max-width: 366px;
    margin: 40px 40px; }
  .appDetailsDialog .details {
    position: relative;
    z-index: 1; }
  .appDetailsDialog .details > img {
    margin-top: 40px;
    padding-right: 40px;
    width: 100%; }
  .appDetailsDialog .details img {
    max-width: 100%; }
  .appDetailsDialog .details .textContainer {
    font-size: 24px;
    margin-top: 20px; }
  .appDetailsDialog .details .storeButtons {
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
    text-align: center;
    padding-right: 50px; }
    .appDetailsDialog .details .storeButtons a {
      cursor: pointer; }
    .appDetailsDialog .details .storeButtons img {
      max-height: 80px; }

.open-in-app {
  width: 300px;
  margin: 0 auto;
  text-align: center; }
  .open-in-app .open-in-app-button {
    background-color: #3a3a3a;
    color: white;
    font-weight: bold;
    line-height: 50px;
    border-radius: 20px;
    cursor: pointer; }
  .open-in-app .open-in-app-button > * {
    margin: 8px; }
  .open-in-app .open-in-app-button .app-image {
    background-image: url(/imgs/question_mark_onlyh500.png);
    width: 50px;
    height: 50px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 15px;
    margin-right: 15px; }
  .open-in-app .open-in-app-get-app {
    color: inherit;
    font-weight: bold; }
  .open-in-app .open-in-app-get-app:hover, .open-in-app .open-in-app-get-app:focus, .open-in-app .open-in-app-get-app:active {
    color: inherit; }

.btn-woi-red {
  color: #fff;
  background-color: rgba(219, 70, 70, 0.9);
  border-color: rgba(219, 70, 70, 0.9); }
  .btn-woi-red:hover {
    color: #fff;
    background-color: rgba(219, 70, 70, 0.7);
    border-color: rgba(219, 70, 70, 0.9); }
  .btn-woi-red:active {
    color: #fff; }
  .btn-woi-red:visited {
    color: #fff; }
  .btn-woi-red:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: rgba(219, 70, 70, 0.7);
    border-color: rgba(219, 70, 70, 0.9); }
  .btn-woi-red:focus {
    box-shadow: 0 0 0 0.2rem rgba(219, 70, 70, 0.5); }

.btn-woi-blue {
  color: #fff;
  background-color: rgba(103, 149, 165, 0.9);
  border-color: rgba(103, 149, 165, 0.9); }
  .btn-woi-blue:hover {
    color: #fff;
    background-color: rgba(103, 149, 165, 0.7);
    border-color: rgba(103, 149, 165, 0.9); }
  .btn-woi-blue:active {
    color: #fff; }
  .btn-woi-blue:visited {
    color: #fff; }
  .btn-woi-blue:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: rgba(103, 149, 165, 0.7);
    border-color: rgba(103, 149, 165, 0.9); }
  .btn-woi-blue:focus {
    box-shadow: 0 0 0 0.2rem rgba(103, 149, 165, 0.5); }
/*#4267b2*/
.btn-fb-blue {
  color: #fff;
  background-color: #475ea8;
  border-color: #475ea8; }
  .btn-fb-blue:hover {
    color: #fff;
    /*background-color: rgba($color-dusty-red, 0.9);
     border-color: rgba($color-dusty-red, 1);*/ }
  .btn-fb-blue:not(:disabled):not(.disabled):active {
    color: #fff;
    /*background-color: rgba($color-dusty-red, 0.9);
     border-color: rgba($color-dusty-red, 1);*/ }
  .btn-fb-blue:focus {
    box-shadow: 0 0 0 0.2rem rgba(53, 16, 18, 0.5); }
/*#4267b2*/
.btn-apple-white {
  color: #000;
  background-color: #fff;
  border-color: #fff; }
  .btn-apple-white:hover {
    color: #000;
    background-color: #e6e6e6;
    /*background-color: rgba($color-dusty-red, 0.9);
     border-color: rgba($color-dusty-red, 1);*/ }
  .btn-apple-white:not(:disabled):not(.disabled):active {
    color: #000;
    /*background-color: rgba($color-dusty-red, 0.9);
     border-color: rgba($color-dusty-red, 1);*/ }
  .btn-apple-white:focus {
    box-shadow: 0 0 0 0.2rem rgba(53, 16, 18, 0.5); }
  .btn-apple-white:visited {
    color: #000; }

.heart-icon-container svg {
  stroke: #db4545 !important;
  fill: none !important; }
  .heart-icon-container.filled svg {
    fill: #db4545 !important; }

.woi-map-infowindow {
  color: black; }

button .glyphicons::before {
  padding: 4px 6px; }

.share-icons-list {
  text-align: center; }
  .share-icons-list .share-icon-link {
    margin: 0 5px;
    font-size: 40pt; }
  .share-icons-list .share-icon-link.social-facebook {
    color: #4267b2; }
  .share-icons-list .share-icon-link.social-twitter {
    color: #4ab3f4; }
  .share-icons-list .share-icon-link.social-youtube {
    color: #f00; }
  .share-icons-list .share-icon-link.social-e-mail {
    color: #4267b2; }
  .share-icons-list .share-icon-link.social-instagram {
    color: #000; }
  .share-icons-list .share-icon-link:hover {
    opacity: 0.8;
    text-decoration: none; }
  .share-icons-list .share-icon-link:visited, .share-icons-list .share-icon-link:active {
    color: inherit; }

.error-body {
  text-align: center;
  margin-top: 20px; }
  .error-body .error-title {
    font-weight: bold;
    font-size: 30pt; }

.poweredByGoogle {
  text-align: right; }
  .poweredByGoogle img {
    max-height: 18px;
    max-width: 144px; }

@media screen and (max-width: 767px) {
  .woi-page-home .woi-home-searchbox {
    margin-top: 0px; }
    .woi-page-home .woi-home-searchbox .woi-home-searchcontainer-inputbox > input {
      height: 40px;
      line-height: 40px;
      padding-left: 40px; }
      .woi-page-home .woi-home-searchbox .woi-home-searchcontainer-inputbox .icon-search {
        top: 5px;
        left: 5px;
        font-size: 20px; }
      .woi-page-home .woi-home-searchbox .woi-home-searchcontainer-inputbox .icon-clear {
        line-height: 28px; }
    .woi-page-home .woi-home-searchbox .woi-home-searchcontainer {
      padding: 5px; }
      .woi-page-home .woi-home-searchbox .woi-home-searchcontainer > button {
        width: 80px;
        height: 40px; }
    .woi-page-home .woi-home-search-filters {
      display: none; }
    .woi-page-home .woi-banner-image .woi-banner-logo {
      margin-top: 25px; } }
/*# sourceMappingURL=compiled.css.map */