/*
Theme Name: BlankSlate Child theme of blankslate
Theme URI: 
Description: Child theme of blankslate theme for the BlankSlate theme
Author: <a href="https://opencollective.com/blankslate#section-contributors">Bryan Hadaway</a>
Author URI: 
Template: blankslate
Version: 2024.2
*/

/* Generated by Orbisius Child Theme Creator (https://orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Tue, 05 Nov 2024 21:40:46 +0000 */ 
/* The plugin now uses the recommended approach for loading the css files.*/

/* ---------------------------------- */
/* ------ Site Specific Styles ------ */
/* ---------------------------------- */

/* Variables */

:root {
    --red: #ED2425;
    --blue: #2276C8;
    --copy: #858585;
    --copy-light: #737373;
    --gray: #A09F9F;
}

/* Resets */

html * {
    box-sizing: border-box;
}

a,
a:hover,
a:visited,
a:active {
    color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0;
}

p {
    margin: 0;
}

img {
    max-width: 100%;
}

/* Elements */

body {
    background: #e4e4e4;
}

main {
    background: white;
}

hero {
    display: block;
}

/* Text Classes */

html * {
    font-family: "Noto Sans", sans-serif;
    color: black;
}

p {
    font-size: 1.25rem;
    line-height: 1.7;
}

p.small {
    font-size: 1rem;
}

h1 {
    font-size: 4rem;
    font-weight: bold;
}

h2 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #281b12 !important;
}

h3 {}

@media only screen and (max-width: 800px) {
    h1 {
        font-size: 2.75rem;
        line-height: 1.2;
    }

    h2 {
        font-size: 2.5rem;
        line-height: 1.2;
    }

    .button.cta {
        width: 100% !important;
    }

    h3 {}

    p {}

    p.large {}
}

@media only screen and (max-width: 499px) {
    hero.landing-page .flex-wrapper .flex-item:first-of-type {
        padding: 1rem !important;
    }

    h1 {
        font-size: 2rem;
        line-height: 1.4;
    }
        
    h2 {
        font-size: 1.75rem;
    }
    input[type="submit"] {
        width: 100% !important;
    }
    .amenity-label {
        height: 65px !important;
    }
}

/* Wrappers */

.site-wrapper {
    max-width: 1920px;
    margin: 0 auto;
}

.block-wrapper {
    padding: clamp(4rem, 9vw, 9rem) clamp(2rem, 10vw, 10rem) 0 clamp(2rem, 10vw, 10rem);
}

.block-wrapper-reverse {
    padding: 0 clamp(2rem, 10vw, 10rem) clamp(4rem, 10vw, 10rem) clamp(2rem, 10vw, 10rem);
}

.block-wrapper-full {
    padding: clamp(4rem, 7vw, 7rem) clamp(2rem, 10vw, 10rem);
}

.block-wrapper-thin {
    padding: 2rem clamp(2rem, 10vw, 10rem);
}

.block-wrapper-inner {
    padding: 4rem;
}

.block-wrapper-horizontal {
    padding: 0 clamp(2rem, 9vw, 9rem) 0 clamp(2rem, 9vw, 9rem);
}

.block-wrapper-vertical {
    padding: clamp(4rem, 9vw, 9rem) 0 clamp(4rem, 9vw, 9rem) 0;
}

/* Stacks */

.stack-xtra-small>*+* {
    margin-block-start: 0.5rem;
}

.stack-small>*+* {
    margin-block-start: 1rem;
}

.stack>*+* {
    margin-block-start: 2rem;
}

.stack-medium>*+* {
    margin-block-start: 3rem;
}

.stack-large>*+* {
    margin-block-start: 4rem;
}

.stack-xtra-large>*+* {
    margin-block-start: 6rem;
}

.stack-xtra-xtra-large>*+* {
    margin-block-start: 8rem;
}

/* Max Width */

.max-1440 {
    display: block;
    margin: 0 auto;
    max-width: 1440px;
}

.max-1280 {
    display: block;
    margin: 0 auto;
    max-width: 1280px;
}

.max-1080 {
    display: block;
    margin: 0 auto;
    max-width: 1080px;
}

.max-800 {
    display: block;
    margin: 0 auto;
    max-width: 800px;
}

.max-450 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 450px;
}

/* Utility Classes */

.bg-image {
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.vertical-center {
    display: flex;
    align-items: center;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.position-relative {
    position: relative;
}

.overflow-hidden {
    overflow: hidden;
}

.self-centered {
    margin-left: auto;
    margin-right: auto;
}

.margin-fix {
    margin-block-start: 3.5rem;
}

.short-rule {
    height: 4px;
    width: 36px;
    background: var(--blue);
}

.align-center {
    display: flex;
    align-items: center;
}

.emergency-red {
    color: var(--red);
}

/* Buttons */

.button {
    display: grid;
    place-items: center;
    width: 250px;
    height: 75px;
    max-width: 100%;
    color: white;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer !important;
}

.button.small {}

/* Flexbox */

.flex-wrapper,
.interior-flex-wrapper {
    display: flex;
    flex-wrap: wrap;
    column-gap: 6rem;
    row-gap: 3rem;
}

.flex-item,
.interior-flex-item {
    flex: 1 0 320px;
    max-width: 100%;
}

.flex-auto {
    flex: 0 0 auto;
}

.flex-one {
    flex: 1 !important;
}

.column-small {
    flex: 1 0 500px;
}

.column-large {
    flex: 1 0 750px;
}

.large-gaps {
    column-gap: 6rem;
}

.small-gaps {
    column-gap: 3rem;
}

.blue-rule-full {
    width: 100%;
    height: 10px;
    background: var(--blue);
}

/* Colors */


.bg-dark {
    background-color: #222;
}

.bg-white {
    background-color: white;
}

/* Landing Page Styles */

hero {
   aspect-ratio: 16/5;
   width: 100%;
   display: flex;
   justify-content: center;
   align-items: center;
   background-color: #222;
}

hero * {
    color: white;
}

.button.cta {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 75px;   
    background-color:#281b12;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer !important;
}

.amenities.flex-wrapper {
    display: flex;
    flex-wrap: wrap;
    column-gap: 1rem;
    row-gap: 2rem;
    justify-content: center;
    align-items: center;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

.amenity-label {
    font-size: 1.25rem;
    color: #222;
    background-color: #c7a077; 
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    padding-left: 1rem;
    padding-right: 1rem;
    line-height: 1.3;
}

footer {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #c7a077;
    color: #281b12;
    height: 150px;
    margin-top: 0;
}

footer * {
    color: #281b12;
    font-weight: bold;
} 

.envira-gallery-wrap,
.envira-gallery-public {
   margin: 0 auto 0px auto !important;
}

#image-gallery .caption {
    display: none !important;
}

hero .flex-wrapper {
    column-gap: 0rem;
    row-gap: 0rem;
    width: 100%;
}

hero .flex-wrapper .flex-item:first-of-type {
    flex: 1 0 1070px;
    max-width: 100%;
}

hero .flex-wrapper .flex-item:last-of-type {
    flex: 1 0 250px;
    max-width: 100%;
}

.cta-form {
    background-color: #c7a077;
    padding: 2rem;
}

.site-intro {
    background: rgba(0, 0, 0, 0.3);
    padding: 2rem;
}

input,
textarea {
    border: none !important;
    border-radius: 0 !important;
}

input[type="submit"] {
    background-color: #281b12 !important;
    color: white !important;   
    border-radius: 0 !important;
    width: 150px !important;
    height: 50px !important;
    font-size: 1rem !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
}

h2.gform_title {
    margin-bottom: 1.5rem;
    margin-left: -3px;
}

.gform_confirmation_message {
    color: black;
}

.logo {
    width: 400px;
    max-width: 100%;
}