/*
Theme Name: Two Bunch Palms 2017
Theme URI: http://funkhaus.us
Description: Theme for Two Bunch Palms.
Author: Funkhaus
Author URI: http://www.funkhaus.us
Version: 1.0

Fonts:
    font-family: 'Circular', sans-serif;
        font-weight: 400;
        font-weight: 500;

    font-family: 'Apercu Mono', monospace;
        font-weight: 400;

Colors:
    Navy Blue: #16345A;
    Hover state Light Blue: #6385B3;
    Light Blue: #A7C1E2;
    White: #ffffff;
    Pink: #FDAB9F;

/*-------------------------------------------------------------- */

/*
 * Fonts
 */
@import url('fonts/fonts.css');

/*
 * Globals
 */
html {
    min-height: 100%;
}
body {
    font-family: 'Circular', sans-serif;
    font-size: 16px;
    color: #16345a;
    margin: 0;
    padding: 0;
    line-height: 1.3;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    letter-spacing: 1px;
    position: relative;

    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    line-height: 1.3;
    font-weight: normal;
}
button {
    appearance: none;
    border: none;
    background-color: transparent;
    cursor: pointer;
    outline: none;
}
::selection {
    color: #ffffff;
    background: #16345a;
}
::-moz-selection {
    color: #ffffff;
    background: #16345a;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 0;
}
.post-edit-link {
    font-size: 10px;
    text-transform: uppercase;
}
.button {
    display: inline-block;
}
.rotated-title {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    font-size: 46px;
    font-family: 'Circular', sans-serif;
    position: absolute;
    -webkit-transform: rotate(-90deg) translate(-100%, 100%);
    transform: rotate(-90deg) translate(-100%, 100%);
    text-align: right;
    padding: 0;
}
.book-now-circle {
    display: inline-block;
}
.download {
    font-family: 'Apercu Mono', monospace;
    font-size: 14px;
    display: inline-block;
    margin: 2em 0;
}
.download + .download {
    margin-left: 30px;
}
.download .svg {
    display: inline-block;
    position: relative;
    top: -2px;
    margin-right: 10px;
    vertical-align: middle;
}
a.bio {
    font-family: 'Apercu Mono', monospace;
    display: inline-block;
    font-size: 12px;
}
a.bio .svg {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
a.bio .svg line,
a.bio .svg circle {
    stroke: #16345a;
}
a.email {
    display: inline-block;
}
a.email .svg {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
small,
.small,
.small-print {
    font-size: 14px;
    font-family: 'Apercu Mono', monospace;
}
.mono,
.apercu {
    font-family: 'Apercu Mono', monospace;
}
strong {
    font-weight: 500;
}

/*
 * Links
 */
a {
    color: #16345a;
    text-decoration: none;
    outline: none;
}
.not-mobile a:hover,
a:focus {
    color: #fdab9f;
    text-decoration: none;
}
a img {
    border: none;
}

/*
 * Page Structure
 */
#container {
    flex: 1;
}
#header-journal {
    height: 30px;
    background-color: #f1f1f1;
    text-align: center;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
}
#header {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    z-index: 100;
    height: 0;
}
.top-panel {
    background-color: #000000;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    text-align: center;
    color: #ffffff;
}
.bottom-panel {
    position: relative;
    margin-top: 100vh;
    z-index: 10;
    background-color: #ffffff;
}
#content {
    overflow: hidden;
}
.footer {
    overflow: hidden;
    position: relative;
    z-index: 0;
}

/*
 * Journal Header
 */
#header-journal .journal-toggle {
    display: inline-block;
    padding: 4px 0;
}
#header-journal .journal-toggle .svg {
    display: block;
    width: 69px;
    margin: auto;
    height: 23px;
}

/*
 * Menus
 */
.menu-panel {
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transform: translateY(-120%);
    transform: translateY(-120%);
    color: #ffffff;
    text-align: center;
    background-color: rgba(22, 52, 90, 0.95);
    overflow-y: auto;

    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

    display: none;
}
.menu-panel .bottom {
    padding: 0 15px;
    margin-top: 10px;
}
.menu a {
    color: #ffffff;
}
.menu-panel .phone {
    font-size: 14px;
    text-align: center;
    font-family: 'Apercu Mono', monospace;
    margin-top: 20px;
}
.menu-panel .phone span {
    font-size: 18px;
    margin: 5px;
    display: block;
}
.menu-panel .phone span a {
    color: white;
}
.menu-panel .address {
    font-size: 14px;
    margin: 5px 10px;
}

/* Menu Opened */
.menu-opened .menu-panel {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.menu-opened #header {
    transform: translateY(-500px);
}
.menu-opened .hamburger .line-1,
.menu-opened .hamburger:focus .line-1 {
    -webkit-transform: translateX(-7px);
    transform: translateX(-7px);
}
.menu-opened .hamburger .line-3,
.menu-opened .hamburger:focus .line-3 {
    -webkit-transform: translateX(7px);
    transform: translateX(7px);
}
.menu-opened.slim-header .hamburger path,
.menu-opened .hamburger path {
    fill: #ffffff;
}
.menu-opened .book-room-header,
.menu-opened .book-spa-header {
    position: fixed;
}
.menu-opened.scrolled-down .book-room-header,
.menu-opened.scrolled-down .book-spa-header {
    position: fixed;
    transform: translate(25px, 30px);
}
.menu-opened .hamburger {
    position: fixed;
}
.menu-opened.scrolled-down .hamburger {
    position: fixed;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
}
.menu-opened .book-room-header rect,
.menu-opened.scrolled-down .book-room-header rect,
.menu-opened .book-spa-header rect,
.menu-opened.scrolled-down .book-spa-header rect {
    fill: transparent;
    stroke: #ffffff;
}
.menu-opened .book-spa-header rect,
.menu-opened.scrolled-down .book-spa-header rect {
    stroke-width: 2px;
}
.menu-opened .book-room-header path,
.menu-opened.scrolled-down .book-room-header path,
.menu-opened .book-spa-header path,
.menu-opened.scrolled-down .book-spa-header path {
    fill: #ffffff;
}

/* hamburger focus */
.hamburger:focus .line-1 {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
}
.hamburger:focus .line-3 {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
}

/* Main Menu */
.main-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 30px;

    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;

    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.main-menu > li {
    margin: 10px 0;
}
.main-menu > li > a {
    font-size: 14px;
    color: #a7c1e2;
    font-family: 'Apercu Mono', monospace;
    cursor: default;
    text-transform: none;
    display: inline-block;
    margin-bottom: 3px;
}
.not-mobile .main-menu > li > a:hover,
.main-menu > li > a:focus {
    color: #a7c1e2;
}
.main-menu .sub-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}
.main-menu .sub-menu a {
    display: inline-block;
    padding: 3px 0;
}
.main-menu .sub-menu .current_page_item a,
.main-menu .sub-menu .current-page-ancestor a,
.not-mobile .main-menu .sub-menu a:hover,
.main-menu .sub-menu a:focus {
    color: #fdab9f;
}
.main-menu .social {
    font-size: 14px;
    text-transform: uppercase;
}
.not-mobile .main-menu .social a:hover,
.main-menu .social a:focus {
    background-position: left bottom;
}

/* Bottom & Fine Print */
.teller-link {
    font-size: 10px;
    color: #ffffff;
    margin: 35px 0;
    display: inline-block;
}
.teller-link p {
    margin-top: 10px;
}
.teller-link:hover path,
.teller-link:focus path {
    fill: #fdab9f;
}
.fine-print {
    font-family: 'Apercu Mono', monospace;
    font-size: 10px;
    margin-bottom: 20px;
}
.fine-print br {
    display: none;
}
.fine-print-menu {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.fine-print-menu li {
    display: inline-block;
}
.fine-print-menu .sep {
    display: inline-block;
    margin: 0 0 0 7px;
}
.fine-print-menu li:last-child .sep {
    display: none;
}
.fine-print-menu a:hover,
.fine-print-menu a:focus {
    color: #fdab9f;
}

/*
 * Header
 */
#tagline {
    display: none;
}
#header .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: top center;
    background-repeat: repeat-x;
    -webkit-transform: translateY(-120%);
    transform: translateY(-120%);
    z-index: 0;
    background-color: #16345a;
}
#logo {
    position: absolute;
    left: 50%;
    top: 25px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
    box-sizing: border-box;
    width: 331px;
    margin: 0;
    font-size: 18px;
}
#logo .svg {
    width: 100%;
    height: auto;
    display: inline-block;
}
.hamburger {
    padding: 20px 13px;
    top: 30px;
    right: 10px;
    position: absolute;
    cursor: pointer;
    z-index: 300;
}
.book-room-header,
.book-spa-header {
    padding: 10px;
    position: absolute;
    top: 40px;
    left: 20px;
    z-index: 300;
}
.book-spa-header {
    left: 170px;
}
.book-room-header .svg {
    display: block;
}
.breadcrumb {
    color: #ffffff;
    font-family: 'Apercu Mono', monospace;
    position: absolute;
    right: 80px;
    top: 14px;
    z-index: 10;
    opacity: 0;
    font-size: 14px;
}

/* Slim header */
.slim-header .logo path,
.slim-header .hamburger path {
    fill: #16345a;
}

/* Scrolled Down */
.scrolled-down #header {
    position: fixed;
    top: 0;
    height: 45px;
}
.scrolled-down #header .background {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.scrolled-down #logo {
    top: 13px;
    width: 220px;
    padding: 0;
}
.scrolled-down .hamburger {
    position: fixed;
    top: 0px;
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
}
.scrolled-down .logo path,
.scrolled-down .hamburger path {
    fill: #ffffff;
}
.scrolled-down .book-room-header,
.scrolled-down .book-spa-header {
    position: fixed;
    top: 0;
    left: -5px;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.scrolled-down .book-spa-header {
    left: 145px;
}
.scrolled-down .book-room-header rect,
.scrolled-down .book-spa-header rect {
    fill: transparent;
    stroke: transparent;
}
.scrolled-down .book-room-header path,
.scrolled-down .book-spa-header path {
    fill: #ffffff;
}
.scrolled-down .breadcrumb {
    opacity: 1;
}

/*
 * Top Panel componet
 */
.top-panel .page-title {
    position: absolute;
    top: 120px;
    left: 60px;
    right: 60px;
    font-size: 120px;
    z-index: 10;
    margin: 0 auto;
}
.top-panel .excerpt {
    position: absolute;
    z-index: 10;
    left: 60px;
    right: 60px;
    max-width: 780px;
    margin: 0 auto;
    bottom: 120px;
    font-size: 24px;
}
.scroll-down {
    color: #ffffff;
    position: absolute;
    left: 50%;
    bottom: 25px;
    text-align: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 15px;
    font-family: 'Apercu Mono', monospace;
    cursor: pointer;
    z-index: 10;
}
.scroll-down:focus {
    color: #fdab9f;
}
.scroll-down:focus .svg * {
    stroke: #fdab9f;
}
.scroll-down .svg {
    display: block;
    margin: 10px auto 0 auto;
}
.top-panel .green-spa {
    position: absolute;
    bottom: 25px;
    right: 30px;
    z-index: 10;
}
.scrolled-up .top-panel {
    position: absolute;
}

/*
 * Stacked image component
 */
.stacked-images {
    width: 50%;
    position: relative;
    padding-right: 70px;
    box-sizing: border-box;
}
.stacked-images .image {
    position: relative;
    width: 100%;
}
.stacked-images .image-2 {
    border: 15px solid #ffffff;
    width: 45%;
    bottom: 0;
    right: 0;
    -webkit-transform: translateX(70px);
    transform: translateX(70px);
    float: right;
    margin-top: -35%;
}
.stacked-images .image img {
    width: 100%;
    height: auto;
    display: block;
}

/*
 * Image pair component
 */
.image-pair {
    width: 50%;
    padding-left: 15px;
    box-sizing: border-box;
    font-size: 0;
    letter-spacing: 0;
}
.image-pair .image {
    width: 50%;
    padding-left: 18px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
}
.image-pair .image img {
    width: 100%;
    height: auto;
    display: block;
}

/*
 * Sections default
 */
.section {
    padding: 65px;
    overflow: hidden;
    text-align: center;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}
.section .col {
    width: calc(50% - 30px);
    float: left;
}
.section .col + .col {
    float: right;
    padding-top: 25px;
}
.section .thumbnail {
    position: relative;
}
.section .thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}
.section .large-rectangle {
    padding-bottom: 120%;
}
.section .small-rectangle {
    padding-bottom: 46%;
}
.section .title {
    font-size: 75px;
    font-family: 'Circular', sans-serif;
    position: relative;
    text-align: right;
    margin: 20px 0;
    line-height: 1.1;
}
.section .excerpt {
    line-height: 1.5;
    margin-left: 30px;
    font-size: 20px;
    letter-spacing: 1px;
    text-align: left;
}
.section .excerpt small {
    font-family: 'Apercu Mono', monospace;
    font-size: 14px;
}
.section .excerpt a {
    text-decoration: underline;
}
.excerpt ul {
    font-size: 14px;
    font-family: 'Apercu Mono', monospace;
    padding: 0;
    margin: 2em 0;
    list-style: none;
}
.excerpt li {
    margin: 0;
    padding: 0px 0px 5px 15px;
    background-image: url(images/dash.svg);
    background-repeat: no-repeat;
    background-position: 0 10px;
    width: 100%;
    box-sizing: border-box;
}

/* Alternating layout */
.section:nth-child(even) .col {
    padding-top: 0;
    float: right;
}
.section:nth-child(even) .col + .col {
    padding-top: 25px;
    float: left;
}
.section:nth-child(even) .title {
    text-align: left;
}
.section:nth-child(even) .excerpt {
    margin-left: 0;
    margin-right: 30px;
}

/* In View Animations */
.out-of-view {
    transform: translateY(200px);
    opacity: 0;
}
.in-view,
.out-of-view.in-view {
    transform: translateY(0);
    opacity: 1;
}

/*
 * Slideshow section
 */
.section-slideshow {
    position: relative;
    min-height: calc(100vh - 40px);
    display: block;
    padding: 0;
    max-width: 100%;
}
.section-slideshow .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;

    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.section-slideshow .meta {
    color: #ffffff;
    text-align: center;
    position: relative;
    z-index: 10;
    display: block;
    max-width: 500px;
}
.section-slideshow .title {
    font-size: 62px;
    margin-bottom: 30px;
    left: auto;
    width: auto;
    text-align: center;
}
.section-slideshow .button {
    position: relative;
    z-index: 10;
    margin: 30px auto;
    display: block;
}

/*
 * Teller slideshow
 */
.section-teller .slide {
    width: 33.33%;
    height: 100%;
    float: left;
    position: relative;
    background-size: cover;
    background-position: center center;

    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.section-teller .meta {
    max-width: 740px;
    padding: 0 30px;
    height: 50%;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
}
.section-teller .overlay {
    mix-blend-mode: multiply;
}
.section-teller .title {
    font-size: 36px;
    margin-bottom: 20px;
}
.section-teller .button {
    background-color: #1023c8;
    border: 2px solid #f7b89d;
    color: #f7b89d;
    transform: none;
    position: static;
    margin: 15px auto;
    padding: 7px 15px;
    line-height: 1;
    font-size: 18px;
    opacity: 0;
    display: inline-block;
}
.section-teller .active .overlay {
    background-color: rgba(16, 35, 200, 0.8);
}
.section-teller .active .button {
    opacity: 1;
}
.section-teller .teller-logo {
    position: absolute;
    z-index: 110;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 30px;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
}
.section-teller .teller-logo .svg {
    width: 170px;
    height: 31.116px;
}
.section-teller .teller-logo p {
    margin: 10px 0;
}
.section-teller .pager {
    display: none;
}
.section-teller .browse {
    display: none;
}

/*
 * Sections Rooms
 */
.section-room .title {
    margin-top: 30%;
    text-align: right;
}
.section-room .button {
    width: 116px;
    margin: 40px auto 0 auto;
    display: block;
}
.section-room .excerpt {
    box-sizing: border-box;
}
.room-types {
    margin: 30px 0;

    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.room-type-tip {
    display: inline-block;
    position: relative;
    font-size: 10px;
    font-family: 'Apercu Mono', monospace;
    margin-left: 30px;
    opacity: 0.25;
    cursor: pointer;
}
.room-type-tip.active {
    opacity: 1;
}
.room-type-tip .tip {
    display: none;
    position: absolute;
    top: 100%;
    left: auto;
    right: 0;
    width: 260px;
    text-align: right;
}
.room-type-tip .ink-dot {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.room-types .book-room {
    cursor: pointer;
}
.room-type-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 90;
    display: none;
}
.room-type-overlay .room-type-tip {
    position: absolute;
    margin-left: 0;
    opacity: 1;
}
.room-type-overlay .tip {
    display: block;
}

/* Alternating layout */
.section-room:nth-child(even) .room-types {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.section-room:nth-child(even) .room-types span {
    margin-left: 0;
    margin-right: 30px;
}
.room-type-tip.left-aligned .tip {
    left: 32px;
    right: auto;
    text-align: left;
}
.section-room:nth-child(even) .book-room {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
}

/*
 * Meetings & Events
 */
.page-meetings-events .section {
    text-align: left;
}

/*
 * Sections events
 */
.section-slide {
    background-position: center center;
    background-size: cover;
    min-height: calc(100vh - 40px);
    color: #ffffff;
    position: relative;
    padding: 100px;
    box-sizing: border-box;
    max-width: 100%;

    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.section-slide .entry {
    z-index: 10;
    font-size: 24px;
    text-align: center;
    max-width: 800px;
}
.section-slide .entry a {
    color: #ffffff;
    text-decoration: underline;
}
.section-slide .entry a:hover,
.section-slide .entry a:focus {
    color: #fdab9f;
}

/*
 * Sections image
 */
.section-image {
    margin: 0 auto;
    padding: 0;
    position: relative;
    max-width: 100%;
}
.section-image img {
    display: block;
    height: auto;
    width: 100%;
}
.section-image .title {
    position: absolute;
    top: 40px;
    left: 65px;
    right: 65px;
    text-align: center;
    z-index: 10;
    color: #ffffff;
    width: auto;
}
.section-hidden {
    display: none;
}

/*
 * Grid & Grid Blocks
 */
.grid {
    margin: 0 50px;
    padding: 65px 0 0 0;
}
.grid-sizer,
.grid-block {
    float: left;
    width: calc(50% - 30px);
    margin-bottom: 65px;
    padding: 0 15px;
    display: block;
}
.grid-block .thumbnail {
    position: relative;
    padding-bottom: 71%;
    height: 0;
}
.grid-block .thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.grid-block .overlay {
    background-color: rgba(47, 69, 119, 0.9);
    opacity: 0;
    mix-blend-mode: multiply;
    z-index: 10;
}
.grid-block .learn-more {
    color: #ffffff;
    font-family: 'Apercu Mono', monospace;
    font-size: 22px;
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;

    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.grid-block .title {
    font-size: 46px;
    margin: 30px 0;
    max-width: 480px;
    line-height: 1.2;
}
.grid-block .excerpt ul {
    max-width: 500px;

    -moz-column-count: 2;
    -moz-column-gap: 30px;
    -webkit-column-count: 2;
    -webkit-column-gap: 30px;
    column-count: 2;
    column-gap: 30px;
}
.grid-block .excerpt ul li {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    -o-column-break-inside: avoid;
    -ms-column-break-inside: avoid;
    column-break-inside: avoid;
}

/* Hover state */
.not-mobile .grid-block:hover,
.grid-block:focus {
    color: #6385b3;
}
.not-mobile .grid-block:hover .learn-more,
.not-mobile .grid-block:hover .overlay,
.grid-block:focus .learn-more,
.grid-block:focus .overlay {
    opacity: 1;
}

/*
 * Gallery (used on Detail Pages)
 */
.gallery {
    font-size: 0;
    letter-spacing: 0;
    margin: 0 auto 45px auto;
    padding: 0;
    position: relative;
}
.gallery > * {
    letter-spacing: 1px;
}
.gallery .gallery-item {
    width: 65%;
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
    cursor: pointer;
}
.gallery .gallery-image {
    background-color: #000000;
    padding-bottom: 66.66%;
    height: 0;
    background-size: cover;
    background-position: center center;
    width: calc(100% - 30px);
}
.gallery .gallery-image img {
    display: none;
}
.gallery .page-title {
    font-weight: 500;
    font-size: 72px;
    position: absolute;
    left: 35px;
    top: 40px;
    right: 35px;
    color: #ffffff;
    z-index: 10;
}
.gallery .caption {
    position: absolute;
    bottom: 20px;
    right: 30px;
    left: 30px;
    font-size: 22px;
    font-family: 'Apercu Mono', monospace;
    z-index: 10;
    text-align: left;
    color: #ffffff;
}
.gallery > p {
    text-align: center;
    font-size: 38px;
    color: #16345a;
    margin: 0 0 30px 0;
}
.gallery .item-0 {
    width: 100%;
    padding-right: 0;
}
.gallery .item-0 .gallery-image {
    width: 100%;
}
.gallery .item-0 .caption {
    font-family: 'Circular', sans-serif;
    text-align: left;
    max-width: 500px;
}
.gallery .item-2,
.gallery .item-3 {
    width: 35%;
}
.gallery .item-2 .gallery-image,
.gallery .item-3 .gallery-image {
    padding-bottom: 123.8%;
    width: 100%;
}
.gallery .item-4 .gallery-image {
    margin-left: 30px;
}
.gallery .item-5,
.gallery .item-6,
.gallery .item-7 {
    width: calc(33.33% - 20px);
    box-sizing: border-box;
    margin: 0 15px;
}
.gallery .item-5 .gallery-image,
.gallery .item-6 .gallery-image,
.gallery .item-7 .gallery-image {
    padding-bottom: 125%;
    width: 100%;
}
.gallery .item-5 {
    margin-left: 0;
}
.gallery .item-7 {
    margin-right: 0;
}

/* Fullscreen gallery */
.gallery-fullscreen {
    position: fixed;
    z-index: 500;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}
.gallery-fullscreen .gallery-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #16345a;
}
.gallery-fullscreen .gallery-image img {
    display: none;
}
.gallery-fullscreen .caption {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    text-align: center;
}
.gallery-fullscreen .browse {
    padding: 20px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 110;
}
.gallery-fullscreen .prev {
    left: 20px;
}
.gallery-fullscreen .next {
    right: 20px;
}
.gallery-fullscreen .browse.disabled {
    display: none;
}
.gallery-fullscreen .close {
    z-index: 110;
    padding: 20px;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
}

/*
 * Home
 */
.home #logo {
    opacity: 0;
}
.home .top-panel {
    background-color: #000000;
    font-size: 16px;

    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.home .top-panel .wrap {
    position: relative;
    z-index: 10;
    text-align: center;
    width: 100%;
    max-width: 750px;
    line-height: 1.5;
    box-sizing: border-box;
    padding: 20px;
}
.home .top-panel .welcome-text {
    font-family: 'Apercu Mono', monospace;
}
.home .top-panel .logo {
    width: 100%;
    height: auto;
    display: block;
}
.home .top-panel p {
    max-width: 450px;
    margin: 1.5em auto;
}
.home.scrolled-down .top-panel p {
    opacity: 0;
}
.home.scrolled-half-vh #logo {
    opacity: 1;
}

/*
 * Spa
 */
.page-spa .bottom-panel {
    padding-top: 60px;
}
.spa-hours.entry {
    max-width: 1280px;
    padding: 0 30px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    line-height: 1.5;
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    mix-blend-mode: multiply;
}
.spa-hours.entry > * {
    padding: 0 130px;
    max-width: 800px;
}
.spa-hours.entry .rotated-title {
    padding: 0;
}
.spa-hours.entry ul {
    list-style: none;
    margin: 60px 0px 30px 0px;
    font-family: 'Apercu Mono', monospace;
}
.spa-hours.entry li {
    width: 40%;
    display: inline-block;
    vertical-align: top;
}
.spa-hours.entry ul p {
    margin: 2em 0;
}
.spa-hours.entry h3 {
    font-size: 16px;
    margin-bottom: 5px;
}
.spa-hours.entry h3 + p {
    margin-top: 0;
}

/* Spa Menu */
.spa-menu {
    position: relative;
    z-index: 10;
    background-color: #dde2e8;
    padding: 60px 0px;
}
.spa-menu > .title {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 65px;
    font-size: 92px;
}
.spa-menu > .entry {
    font-size: 18px;
    max-width: 1280px;
    padding: 0 65px;
    margin: 20px auto;
}
.spa-menu > .entry > * {
    max-width: 800px;
}
.spa-row .title {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 65px;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 65px;
    position: relative;
    cursor: pointer;
}
.spa-row .title .line {
    position: absolute;
    top: 0;
    left: 65px;
    right: 65px;
    height: 5px;
    border-top: 1px solid #7ca3dc;
}
.spa-row .title .arrow {
    position: absolute;
    left: 52px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.spa-row .wrap {
    background-color: #ffffff;
    display: none;
}
.spa-row .entry {
    max-width: 1280px;
    font-size: 16px;
    padding: 0 65px;
    margin: 0 auto 20px auto;
    overflow: hidden;
}
.spa-row .inner {
    position: relative;
    max-width: 800px;
    padding-right: 200px;
    margin-bottom: 20px;
}
.spa-row .entry h3 {
    font-size: 30px;
    line-height: 1.3;
}
.spa-row .entry h3 + p {
    margin-top: 0;
}
.spa-row .entry p {
    margin: 1.5em 0;
}
.spa-row .book-now-circle {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
/* Spa row opened */
.spa-row.opened {
    background-color: #ffffff;
}
.spa-row.opened .title {
    font-size: 46px;
    padding-top: 30px;
}
.spa-row.opened .title .line,
.spa-row.opened .title .arrow {
    opacity: 0;
}

/* Spa package grid */
.spa-packages {
    margin: 45px 0 0 0;
    position: relative;
    z-index: 10;
}
.spa-packages > .title {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 65px;
    font-size: 92px;
}
.spa-packages > .entry {
    font-size: 18px;
    max-width: 1280px;
    padding: 0 65px;
    margin: 20px auto;
}
.spa-packages > .entry > * {
    max-width: 800px;
}
.spa-packages .grid {
    margin-bottom: 0;
    overflow: hidden;
    font-size: 0;
    letter-spacing: 0;
}
.spa-packages .package-block {
    width: calc(33.33% - 30px);
    display: inline-block;
    vertical-align: top;
    float: none;
    font-size: 16px;
    letter-spacing: 1px;
}
.package-block .title {
    font-size: 24px;
    margin-bottom: 20px;
}
.package-block .excerpt {
    font-size: 14px;
    font-family: 'Apercu Mono', monospace;
}
.package-block .excerpt ul {
    font-family: 'Apercu Mono', monospace;
    font-size: 14px;
    list-style: disc;
    margin: 20px 0;

    -moz-column-count: 1;
    -moz-column-gap: 0;
    -webkit-column-count: 1;
    -webkit-column-gap: 0;
    column-count: 1;
    column-gap: 0;
}
.package-block .excerpt li {
    background-image: none;
    padding: 0;
    margin: 2px 15px;
    width: auto;
}
.not-mobile .spa-packages a.package-block:hover,
.spa-packages a.package-block:focus {
    color: #6385b3;
}

/*
 * Wellness Programs (schedule page)
 */
.page-wellness-programs .bottom-panel {
    padding-top: 60px;
    overflow: hidden;
}
.page-wellness-programs .entry {
    padding: 0 30px;
    position: relative;
    line-height: 1.5;
    z-index: 10;
    max-width: 1280px;
    margin: 0 auto;
}
.page-wellness-programs .entry > * {
    padding: 0 130px;
    max-width: 800px;
}
.page-wellness-programs .rotated-title {
    padding: 0;
}
.schedule-menu {
    list-style: none;
    margin: 0;
    padding: 25px 30px;
    text-align: center;
    font-size: 20px;
    background-color: #16345a;
    position: relative;
    z-index: 10;
}
.schedule-menu li {
    display: inline-block;
    margin: 0px;
    padding: 0;
}
.schedule-menu a {
    padding: 5px 18px;
    display: inline-block;
}
.schedule-menu .current_page_item a {
    color: #fdab9f;
}
.page-wellness-programs .schedule {
    position: relative;
    z-index: 10;
    max-width: 1280px;
    margin: 0 auto;
}
.page-wellness-programs .schedule table {
    width: 100%;
    text-align: left;
    border-collapse: collapse;
    border: 0;
    margin: 40px 0;
}
.page-wellness-programs .schedule tr:nth-child(even) {
    background-color: #dde2e8;
}
.page-wellness-programs .schedule th {
    border: 0;
    padding: 15px 0;
    font-weight: 500;
}
.page-wellness-programs .schedule td {
    padding: 15px 15px 15px 0;
    font-family: 'Apercu Mono', monospace;
    font-size: 14px;
    border: 0;
}
.page-wellness-programs .schedule th:first-child,
.page-wellness-programs .schedule td:first-child {
    padding-left: 30px;
}
.page-wellness-programs .schedule th:last-child,
.page-wellness-programs .schedule td:last-child {
    padding-right: 30px;
}
.page-wellness-programs .schedule tfoot {
    color: #7ca3dc;
}
.page-wellness-programs .schedule tfoot span {
    color: #183559;
}

/*
 * Wellness Class detail
 */
#content.wellness-class {
    margin: 120px auto 0 auto;
    max-width: 1280px;
    padding: 0 65px;
    background-position: right top;
    background-size: contain;
    background-repeat: no-repeat;
    mix-blend-mode: multiply;
    position: relative;
    z-index: 10;
}
.wellness-class .title {
    font-size: 72px;
    font-weight: 500;
    margin: 25px 0;
}
.wellness-class .entry {
    font-size: 18px;
    max-width: 800px;
    line-height: 1.5;
}
.wellness-class .entry ul {
    margin: 50px 0;
    font-size: 14px;
    list-style: none;
    padding: 0;
    position: relative;
    font-family: 'Apercu Mono', monospace;

    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.wellness-class .entry li {
    display: inline-block;
    vertical-align: top;
    max-width: 45%;
    box-sizing: border-box;
    padding: 0px 80px 0 0;
}
.wellness-class .entry li:nth-child(3) {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.wellness-class .entry li:last-child {
    width: 130px;
}
.wellness-class .entry li h3 {
    font-family: 'Circular', sans-serif;
    font-size: 16px;
}
.wellness-class .entry .book-now-circle {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.wellness-class .entry h2 {
    font-size: 32px;
    margin: 20px 0;
}
.wellness-class .entry > h3 {
    font-size: 18px;
    color: #747c7d;
}
.wellness-class .entry h4 {
    font-size: 12px;
    color: #727c96;
}
.wellness-class .entry h2 + h4 {
    margin-top: -10px;
}

/*
 * Wellness Instructor
 */
.wellness-instructor .entry {
    font-size: 16px;
}
.wellness-instructor .entry p.apercu {
    font-size: 14px;
    line-height: 1.8;
    margin: 65px 0;
}

/*
 * Page Detail (used for Rooms, Packages and Spa detail pages)
 */
#content.page-detail {
    margin: 120px auto 0 auto;
    max-width: 1280px;
    padding-bottom: 60px;
}
.page-detail .entry {
    padding: 0 30px;
    position: relative;
    line-height: 1.5;
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    mix-blend-mode: multiply;
}
.page-detail .entry > * {
    padding: 0 130px;
    max-width: 800px;
}
.page-detail .entry .gallery {
    padding: 0;
    max-width: 100%;
}
.page-detail .entry img.alignnone {
    width: calc(100% - 130px);
    height: auto;
    display: block;
    margin: 30px 0;
}
.page-detail .rotated-title {
    padding: 0;
}
.page-detail .entry > h2 {
    padding: 0 0 0 130px;
    margin: 45px 0;
    font-size: 36px;
    line-height: 1.3;
    max-width: 100%;
}
.room-detail .page-detail .entry > h2 {
    padding: 0 130px;
    max-width: 800px;
    margin: 30px 0;
}
.page-detail .entry > p {
    margin: 2em 0;
}
.page-detail .room-types {
    display: block;
}
.page-detail .room-type-tip {
    margin-left: 0;
    margin-right: 30px;
}
.page-detail .room-type-tip:last-child {
    margin-right: 0;
}
.room-detail .room-type-tip .tip {
    text-align: left;
    left: 0;
    right: auto;
}
.page-detail .entry ul {
    margin: 30px 0;
    font-family: 'Apercu Mono', monospace;
    position: relative;
    list-style: none;
    font-size: 0;
    letter-spacing: 0;
    padding-right: 20%;

    -moz-column-count: 2;
    -moz-column-gap: 30px;
    -webkit-column-count: 2;
    -webkit-column-gap: 30px;
    column-count: 2;
    column-gap: 30px;
}
.page-detail .entry li {
    width: 100%;
    font-size: 14px;
    letter-spacing: 1px;
    box-sizing: border-box;
    padding: 0px 15px;
    background-image: url(images/dash.svg);
    background-repeat: no-repeat;
    background-position: 0 10px;
    margin: 5px 0;

    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}
.page-detail .entry li:last-child {
    background-image: none;
}
.page-detail .entry .book-now-circle {
    position: absolute;
    top: 50%;
    right: 130px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*
 * Waters & Sustainability
 */
img.circle {
    border-radius: 50%;
}
.section-text {
    display: block;
    font-size: 20px;
}
.section-text h2 {
    font-size: 80px;
    word-break: break-all;
}
.section-text h3 {
    font-size: 36px;
}

/* Grotto */
#section-grotto {
    padding-bottom: 0;
}
#section-grotto .entry {
    text-align: left;
}
#section-grotto .entry p {
    max-width: 60%;
}

/* Solar */
#section-our-solar-fields .data {
    list-style: none;
    margin: 0;
    padding: 0;

    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
#section-our-solar-fields .data li {
    padding: 0;
    font-size: 34px;
    line-height: 1;
    width: auto;
    list-style: none;
    margin: 0 0 60px 0;
    background-image: none;
}
#section-our-solar-fields .data .wide {
    width: 100%;
}
#section-our-solar-fields .data span {
    font-family: 'Apercu Mono', monospace;
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
    color: #6385b3;
}
#section-our-solar-fields .data br {
    display: none;
}

/*
 * Essence
 */
.hours {
    overflow: hidden;
    line-height: 1.8;
}
.hours li {
    font-family: 'Circular', sans-serif;
    padding: 0;
    float: left;
    width: 60%;
    margin-bottom: 30px;
}
.hours li:nth-child(even) {
    width: 40%;
}
.hours h3 {
    font-family: 'Apercu Mono', monospace;
    color: #6385b3;
    margin-top: 5px;
    font-size: 18px;
}
.hours p {
    margin-top: 0;
}
.hours .double {
    width: 100%;
    overflow: hidden;
}

/*
 * Contact
 */
#content.contact {
    max-width: 1280px;
    margin: 120px auto 0 auto;
    padding: 0 65px;
    background-position: right center;
    background-repeat: no-repeat;
    mix-blend-mode: multiply;
    position: relative;
}
.contact .page-title {
    font-size: 75px;
    text-align: center;
    margin-bottom: 70px;
    font-weight: 500;
}
.contact .info {
    position: relative;
}
.contact .wp-post-image {
    width: 50%;
    height: auto;
    display: block;
}
.contact .text {
    width: calc(50% - 50px);
    position: absolute;
    top: 50%;
    right: 0;
    text-align: right;
    transform: translateY(-50%);
}
.contact .address {
    font-size: 37px;
    display: inline-block;
}
.contact .phone {
    margin-top: 4em;
}
.contact .phone span {
    font-size: 18px;
    font-weight: 500;
}
.contact .phone .number {
    font-size: 27px;
    font-family: 'Apercu Mono', monospace;
    font-weight: 400;
}
.contact .entry {
    font-size: 34px;
    margin: 75px 0;
    padding-bottom: 50px;
    background-image: url(images/graphic-palm.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}
.contact .entry ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}
.contact .entry ul li {
    display: inline-block;
    width: 40%;
    vertical-align: top;
}
.contact .entry ul li:nth-child(even) {
    width: 59%;
}
.contact .entry h3 {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 500;
}
.contact .entry h3 + p {
    margin-top: 0;
    font-family: 'Apercu Mono', monospace;
    font-size: 27px;
}
.contact #funkhaus {
    position: absolute;
    bottom: 0;
    right: 65px;
}

/*
 * Careers
 */
#content.careers {
    max-width: 1280px;
    margin: 120px auto 0 auto;
    padding: 0 65px;
    background-position: center right;
    background-repeat: no-repeat;
    mix-blend-mode: multiply;
    position: relative;
}
.careers .page-title {
    font-size: 75px;
    text-align: center;
    margin-bottom: 70px;
    font-weight: 500;
}
.careers .wrap {
    position: relative;
    overflow: hidden;
    padding-bottom: 60px;
}
.careers .wp-post-image {
    width: 50%;
    height: auto;
    padding-right: 30px;
    float: left;
    box-sizing: border-box;
}
.careers .entry {
    width: calc(50% - 50px);
    float: right;
    box-sizing: border-box;
}
.careers .entry h2 {
    font-size: 50px;
    position: relative;
    margin-top: 0;
    margin-bottom: 130px;
}
.careers .entry p {
    margin: 2em 0;
}
.careers .entry .email {
    font-size: 26px;
    margin: 5px 0;
}
.careers .entry .email .svg {
    position: relative;
    top: -2px;
}
.careers .entry .email:hover path,
.careers .entry .email:focus path {
    stroke: #fdab9f;
}
.careers .entry .apercu {
    font-size: 14px;
}

/*
 * Fallback
 */
#content.fallback {
    position: relative;
    max-width: 800px;
    margin: 120px auto 60px auto;
    padding: 0 120px;
    min-height: 400px;
}
.fallback .title {
    left: -30px;
}
.fallback .entry > *:first-child {
    margin-top: 0;
}
.error404 #content {
    min-height: calc(100vh - 400px);
}
.error404 .fallback .page-title {
    font-size: 75px;
    text-align: center;
    margin-bottom: 70px;
    font-weight: 500;
}

/*
 * Footer
 */
.footer .wrap {
    max-width: 1280px;
    margin: 40px auto 0 auto;
    width: 100%;
    overflow: hidden;
}
.footer .contact-block {
    color: #6385b3;
    font-size: 18px;
    font-family: 'Apercu Mono', monospace;
    float: left;
    margin: 0 0 30px 30px;
}
.footer .contact-block img {
    float: left;
}
.footer .contact-block p {
    float: left;
    margin: 30px 0 0 30px;
}
.footer .contact-block span {
    font-size: 28px;
    color: #183559;
    font-family: 'Circular', sans-serif;
}
/*
    .footer .preview {
        float: right;
        position: relative;
        max-width: 600px;
        width: 100%;
        height: 165px;
        background-position: center right;
        background-size: cover;
        background-color: #16345A;
    }
    .footer .preview img {
        display: none;
    }
    .footer .preview h2 {
        position: absolute;
        bottom: 20px;
        left: 30px;
        right: 30px;
        font-size: 30px;
        color: #ffffff;
    }
    */
.footer .footer-teller-link {
    float: right;
    text-align: right;
    padding: 24px 60px;
    font-size: 12px;
    margin-top: 36px;
}
.footer .footer-teller-link .svg {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
.footer .footer-teller-link path {
    fill: #16345a;
}

/*
 * Animations
 */
/* Color */
.entry a,
.section .excerpt a,
.download,
.slide a.meta,
.email,
.bio,
.map,
.grid-block,
.teller-link {
    transition: color 0.4s;
}

/* Background Position */
.sub-menu a {
    transition: background-postion 0.4s;
}

/* Background Color */
.overlay,
.spa-row {
    transition: background-color 0.4s;
}

/* Opacity */
.home .top-panel p,
.button,
.spa-row .title .line,
.spa-row .title .arrow,
.grid-block .learn-more,
.grid-block .overlay,
.browse {
    transition: opacity 0.4s;
}

/* Transform */
.menu-panel {
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
}

/* Everything */
.spa-row .title,
.welcome-text,
.breadcrumb,
.logo,
svg rect,
svg path {
    transition: 0.4s;
}

/* Menu */
.menu a {
    transition: color 0.4s, background-position 0.2s;
}

/* Scrolling header */
#header {
    transition: height 0.4s, transform 0.4s;
}
.hamburger,
.book-room-header,
.book-spa-header {
    -webkit-transition: left 0.4s, -webkit-transform 0.4s;
    transition: left 0.4s, transform 0.4s;
}
#header .background {
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
}

/* When in view animations */
.out-of-view {
    -webkit-transition: -webkit-transform 0.8s, opacity 1s, color 0.4s;
    transition: transform 0.8s, opacity 1s, color 0.4s;
}

/*
 * Wordpress Required
 */
.alignleft {
    display: inline;
    float: left;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 10px auto;
}
.alignright {
    display: inline;
    float: right;
}
img.alignleft {
    margin: 0 10px 10px 0;
}
img.alignright {
    margin: 0 0 10px 10px;
}
img.aligncenter {
    margin: 0 auto 10px auto;
}
.wp-caption {
    color: inherit;
    text-align: center;
    margin: 1.5em 0;
    width: 100% !important;
    -moz-border-radius: 0;
    border-radius: 0;
}
.wp-caption img {
    margin: 0;
    width: 100%;
    height: auto;
}
.wp-caption .wp-caption-text {
    margin: 5px 0;
    font-style: italic;
    text-align: center;
    font-size: 18px;
}
.wp-caption .wp-caption-text span {
    font-family: 'Apercu Mono', monospace;
    font-size: 22px;
    display: block;
    margin: 5px 0;
}

/*
 * Sign up drawer
 */

#signUpTab {
    background-color: transparent;
    position: fixed;
    text-align: center;
    top: 100vh;
    transform: rotate(90deg);
    transform-origin: top right;
    right: 0;
    width: 100vh;
    z-index: 100;
    height: 2rem;
    line-height: 2rem;
}

.scrolled-down #signUpTab {
    background-color: #16345A;
}

@media(max-width: 768px) {
   #signUpTab {
        text-align: right;
        padding-right: 6rem;
    }
    
    .scrolled-down #signUpTab {
        padding-right: 3rem;
    }
}


#drawerBtn {
    color: white;
    text-transform: uppercase;
}

#signUpDrawer {
    height: 100%;
    margin-top: 0;
    max-height: calc(100% - 0px);
    transform: translateX(0px);
    background-color: #16345a;
    position: fixed;
    left: auto;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1000;
    overflow: hidden;
    transition: all .35s;

}

#signUpDrawer .form-body {
    padding: 2rem;
}

#signUpDrawer .form-body p,
#signUpDrawer .form-body h2 {
    color: white;
    text-align: center;
}

#signUpDrawer .form-body h2 {
    text-transform: uppercase;
}

#signUpDrawer .drawerClose {
    text-align: right;
    padding-top: 1rem;
    padding-right: 1rem;
}

#signUpDrawer.drawerOpened {
    width: 400px;
}

#signUpDrawer.drawerClosed {
    width: 0;
}

#signUpDrawer .form-body {
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#signUpDrawer .form-body label {
    color: white;
    display: block;
    width: 100%;
    margin-bottom: .5rem;
}

#revinate_contact_api_form div {
    margin-bottom: 1rem;
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
}

#revinate_contact_api_form div input {
    width: 100%;
    padding: 5px 3px;
}

#revinate_contact_api_form div.two-input {
    justify-content: space-between;
}

#revinate_contact_api_form div.two-input div {
    width: 48%;
    display: flex;
    margin-bottom: 0;
}

#revinate_contact_api_form button {
    color: white;
    font-size: 1.125rem;
    border: 1px solid white;
    width: 100%;
    padding: 1rem

}

