/*
Theme Name: Hahndorf Resort
Theme URI: http://staticshift.com.au
Author: Team Static Shift
Description: This theme is build for Hahndorf Resort site.
Version: 1.0
*/

.redirect-arrow{
	display:none !important;
}	
a.button.w-button.white.rooms-availability {
    background: white;
    color: #cb3523;
    border: 2px solid;
}
.cover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;

  width: 100%;
  height: 100%;
  
  .hi {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    
    color: #fff;
    
    font-family: 'Roboto Slab', serif;
    font-size: 24px;
    line-height: 26px;
    text-align: center;
    
    span {
      color: #ff0;
      cursor: pointer;
      text-decoration: underline;
    }
    
    em {
      font-style: normal;
      
      &.hidden {
        display: none;
      }
    }
  }
}
.mrg-top-15px {
	margin-top:15px;
}
.no-bottom-margin .breadcrumbs-wrapper {
	margin-bottom:0px;
}
#qm{
		margin:0px !important;
		margin-top:0px !important
	}
.tv {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;

  width: 100%;
  height: 100%;

  overflow: hidden;
  
  .screen {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;

    margin: auto;

    opacity: 0;
    transition: opacity .5s;

    &.active {
      opacity: 1;
    }
  }
}

.req-label{
	font-weight: normal;
	display: inline-block;
	margin-right: 15px;
}
