/**
 * Beauvast / Tablet stylesheet
 *
 * @category    Beauvast
 * @author      Rob Homan
 * @copyright   Copyright (c) 2018 Rob Homan
 */
@media all and (max-width: 1023px) {
  html {
    font-size: 90%;
  }
  /* header
	*******************************************************************************************************************/
  #header {
    border-bottom: 1px solid #cccccc;
  }
  #header .header__section.header__section--branding {
    padding: 15px 0;
  }
  /* nav
	*******************************************************************************************************************/
  #nav {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    transition: all 500ms ease-in-out;
  }
  #nav .nav__items {
    flex-direction: column;
  }
  #nav .nav__items .nav__item {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  #nav .nav__items .nav__item a {
    font-size: 1.3em;
    padding: 15px 0;
  }
  #nav .nav__items .nav__item a span {
    position: relative;
  }
  html.nav-open #nav {
    max-height: 400px;
    opacity: 1;
    visibility: visible;
  }
  /* padded
	*******************************************************************************************************************/
  .padded-xl {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .padded-lg {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  /* slideshow
	*******************************************************************************************************************/
  #slideshow__items .slideshow__item {
    padding-top: 56.52%;
  }
  #slideshow__items .slideshow__item__content__description {
    display: none;
    visibility: hidden;
  }
  /* short story
	*******************************************************************************************************************/
  #short-story #short-story__image {
    padding-right: 15px;
  }
  #short-story #short-story__text {
    padding-left: 15px;
  }
  /* room tiles
	*******************************************************************************************************************/
  .room-tiles .room-tile {
    width: 33.333%;
  }
  /* room
	*******************************************************************************************************************/
  .room .room__header .room__header__media .room__header__media__hero {
    flex: 0 0 40%;
  }
  .room .room__header .room__header__media .room__header__media__gallery {
    flex: 0 0 60%;
  }
  .room .room__header .room__header__media .room__header__media__gallery .room__header__media__gallery__item:nth-child(6) .image .caption {
    display: block;
    visibility: visible;
  }
  .room .room__header .room__header__media .room__header__media__gallery .room__header__media__gallery__item:nth-child(n+7) {
    display: none;
    visibility: hidden;
  }
  /* flickity
	*******************************************************************************************************************/
  .carousel .carousel__item {
    width: 33.333%;
  }
  /* footer
	*******************************************************************************************************************/
  #footer {
    padding: 30px 0;
  }
  #footer__nav {
    padding-bottom: 15px;
  }
  #footer__nav ul {
    justify-content: center;
  }
  #footer__social {
    justify-content: center;
  }
}
/*# sourceMappingURL=tablet.css.map */