/*
Theme Name: CampMW
Template: twentytwentyfive
*/

html, body {
  overscroll-behavior: none;
}

body {
  background-color: #f5ede4 !important;
  background-color: #f7f0ec !important;


}

header{
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  box-sizing: border-box;
  z-index: 9999;
}

.wp-block-post {
  background: white;
  border-radius: 12px;
  padding: 20px 24px;
  border: 0.5px solid rgba(139,32,32,0.12);
  margin-bottom: 80px;
}


.wp-site-blocks {
  display: block;
}

.character-sidebar {
  width: 200px;
  min-width: 200px;
  position: sticky;
  top: 0;
  height: 100vh;
  padding: 24px 16px;
}

.wp-block-query {
  flex: 1;
  max-width: 720px;
  padding: 32px 24px;
}


.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
}

.mwheaderwrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  background: #f7f0ec;
  border-bottom: 1px solid rgba(139,32,32,0.12);
  max-width: 1200px;
  margin: 0 auto;
}


.site-logo img {
  display: block;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 12px;
}

.nav-link {
  font-family: Georgia, serif;
  font-size: 14px;
  color: #3a2a1a;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
}

.nav-link:hover {
  color: #8B2020;
}

.nav-divider {
  color: rgba(139,32,32,0.3);
  font-size: 14px;
}

.post-count {
  background: #8B2020;
  color: white;
  font-size: 10px;
  border-radius: 20px;
  font-family: Georgia, serif;
  width: 20px;
  height: 15px;
  padding: 0px;
  text-align: center;
  margin: 0 0 5px 0;
  line-height: 15px;
}








                    /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

                /* Document
                ========================================================================== */

                /**
                * 1. Correct the line height in all browsers.
                * 2. Prevent adjustments of font size after orientation changes in iOS.
                */

                html {
                line-height: 1.15; /* 1 */
                -webkit-text-size-adjust: 100%; /* 2 */
                }

                /* Sections
                ========================================================================== */

                /**
                * Remove the margin in all browsers.
                */

                body {
                margin: 0;
                }

                /**
                * Render the `main` element consistently in IE.
                */

                main {
                display: block;
                }

                /**
                * Correct the font size and margin on `h1` elements within `section` and
                * `article` contexts in Chrome, Firefox, and Safari.
                */

                h1 {
                font-size: 2em;
                margin: 0.67em 0;
                }

                /* Grouping content
                ========================================================================== */

                /**
                * 1. Add the correct box sizing in Firefox.
                * 2. Show the overflow in Edge and IE.
                */

                hr {
                box-sizing: content-box; /* 1 */
                height: 0; /* 1 */
                overflow: visible; /* 2 */
                }

                /**
                * 1. Correct the inheritance and scaling of font size in all browsers.
                * 2. Correct the odd `em` font sizing in all browsers.
                */

                pre {
                font-family: monospace, monospace; /* 1 */
                font-size: 1em; /* 2 */
                }

                /* Text-level semantics
                ========================================================================== */

                /**
                * Remove the gray background on active links in IE 10.
                */

                a {
                background-color: transparent;
                }

                /**
                * 1. Remove the bottom border in Chrome 57-
                * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
                */

                abbr[title] {
                border-bottom: none; /* 1 */
                text-decoration: underline; /* 2 */
                text-decoration: underline dotted; /* 2 */
                }

                /**
                * Add the correct font weight in Chrome, Edge, and Safari.
                */

                b,
                strong {
                font-weight: bolder;
                }

                /**
                * 1. Correct the inheritance and scaling of font size in all browsers.
                * 2. Correct the odd `em` font sizing in all browsers.
                */

                code,
                kbd,
                samp {
                font-family: monospace, monospace; /* 1 */
                font-size: 1em; /* 2 */
                }

                /**
                * Add the correct font size in all browsers.
                */

                small {
                font-size: 80%;
                }

                /**
                * Prevent `sub` and `sup` elements from affecting the line height in
                * all browsers.
                */

                sub,
                sup {
                font-size: 75%;
                line-height: 0;
                position: relative;
                vertical-align: baseline;
                }

                sub {
                bottom: -0.25em;
                }

                sup {
                top: -0.5em;
                }

                /* Embedded content
                ========================================================================== */

                /**
                * Remove the border on images inside links in IE 10.
                */

                img {
                border-style: none;
                }

                /* Forms
                ========================================================================== */

                /**
                * 1. Change the font styles in all browsers.
                * 2. Remove the margin in Firefox and Safari.
                */

                button,
                input,
                optgroup,
                select,
                textarea {
                font-family: inherit; /* 1 */
                font-size: 100%; /* 1 */
                line-height: 1.15; /* 1 */
                margin: 0; /* 2 */
                }

                /**
                * Show the overflow in IE.
                * 1. Show the overflow in Edge.
                */

                button,
                input { /* 1 */
                overflow: visible;
                }

                /**
                * Remove the inheritance of text transform in Edge, Firefox, and IE.
                * 1. Remove the inheritance of text transform in Firefox.
                */

                button,
                select { /* 1 */
                text-transform: none;
                }

                /**
                * Correct the inability to style clickable types in iOS and Safari.
                */

                button,
                [type="button"],
                [type="reset"],
                [type="submit"] {
                -webkit-appearance: button;
                }

                /**
                * Remove the inner border and padding in Firefox.
                */

                button::-moz-focus-inner,
                [type="button"]::-moz-focus-inner,
                [type="reset"]::-moz-focus-inner,
                [type="submit"]::-moz-focus-inner {
                border-style: none;
                padding: 0;
                }

                /**
                * Restore the focus styles unset by the previous rule.
                */

                button:-moz-focusring,
                [type="button"]:-moz-focusring,
                [type="reset"]:-moz-focusring,
                [type="submit"]:-moz-focusring {
                outline: 1px dotted ButtonText;
                }

                /**
                * Correct the padding in Firefox.
                */

                fieldset {
                padding: 0.35em 0.75em 0.625em;
                }

                /**
                * 1. Correct the text wrapping in Edge and IE.
                * 2. Correct the color inheritance from `fieldset` elements in IE.
                * 3. Remove the padding so developers are not caught out when they zero out
                *    `fieldset` elements in all browsers.
                */

                legend {
                box-sizing: border-box; /* 1 */
                color: inherit; /* 2 */
                display: table; /* 1 */
                max-width: 100%; /* 1 */
                padding: 0; /* 3 */
                white-space: normal; /* 1 */
                }

                /**
                * Add the correct vertical alignment in Chrome, Firefox, and Opera.
                */

                progress {
                vertical-align: baseline;
                }

                /**
                * Remove the default vertical scrollbar in IE 10+.
                */

                textarea {
                overflow: auto;
                }

                /**
                * 1. Add the correct box sizing in IE 10.
                * 2. Remove the padding in IE 10.
                */

                [type="checkbox"],
                [type="radio"] {
                box-sizing: border-box; /* 1 */
                padding: 0; /* 2 */
                }

                /**
                * Correct the cursor style of increment and decrement buttons in Chrome.
                */

                [type="number"]::-webkit-inner-spin-button,
                [type="number"]::-webkit-outer-spin-button {
                height: auto;
                }

                /**
                * 1. Correct the odd appearance in Chrome and Safari.
                * 2. Correct the outline style in Safari.
                */

                [type="search"] {
                -webkit-appearance: textfield; /* 1 */
                outline-offset: -2px; /* 2 */
                }

                /**
                * Remove the inner padding in Chrome and Safari on macOS.
                */

                [type="search"]::-webkit-search-decoration {
                -webkit-appearance: none;
                }

                /**
                * 1. Correct the inability to style clickable types in iOS and Safari.
                * 2. Change font properties to `inherit` in Safari.
                */

                ::-webkit-file-upload-button {
                -webkit-appearance: button; /* 1 */
                font: inherit; /* 2 */
                }

                /* Interactive
                ========================================================================== */

                /*
                * Add the correct display in Edge, IE 10+, and Firefox.
                */

                details {
                display: block;
                }

                /*
                * Add the correct display in all browsers.
                */

                summary {
                display: list-item;
                }

                /* Misc
                ========================================================================== */

                /**
                * Add the correct display in IE 10+.
                */

                template {
                display: none;
                }

                /**
                * Add the correct display in IE 10.
                */

                [hidden] {
                display: none;
                }


        body{
            background-color: #f7f0ec;
        }

        .mw_main{
            width: 100%;
            position: relative;
            max-width: 2000px;
            height: calc(100vh - 66px);
            margin: 66px auto 0 auto;
        }

        .mw_wrapper {
          display: flex;
          position: relative;
          width: 100%;
          height: calc(100vh - 66px);;
          align-items: center;
          box-sizing: border-box;
        }

        .mw_progressbar-wrapper{
            width:100%;
            height: 4px;
            position: absolute;
            top: 0;
            left: 0;
        }

        .mw_progressbar{
            width:34%;
            height: 4px;
            background-color: #8d0606;
        }

        .mw_house{
            width: 100%;
height: auto;
max-height: 95vh;
        }

        .mw_banner-logo{
            display: block;
            height: 100px;
            background: no-repeat center url("MW_Logo.png");
            background-size: contain;
            width: 100px;

        }



        .mw_logo{
          height: 50px;
          width: 50px;
          display: block;
          z-index: 10;
          transform: rotate(-10deg) scale(0.75);
          transition: transform 0.4s ease-in-out;
          cursor: pointer;
        }
        .mw_logo circle{
            fill:#8d0606;
        }
        .mw_logo line{
            stroke:#f7f0ec;
            fill:none;
            stroke-linecap:round;
            stroke-miterlimit:10;
            stroke-width:5px;
        }
        .mw_logo:hover{
          transform: rotate(10deg) scale(0.8);
        }
        .mw_logo:hover circle{
          fill: #068d8d;
        }



        .mw_text{
            width: 40%;
            height: auto;
            max-height: 95vh;
            padding: 30px 0 30px 30px;
            background: #fff;
            border-radius: 10px;
            box-shadow: 0px 0px 40px #00000024;
            margin: 0 5% 0 0;
            max-height: 90%;
            box-sizing: border-box;
            display: flex;
flex-direction: column;
        }

h1,h2, p{
        font-family: 'Noto Serif', serif;
}

.mw_button_container{
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

button{
    border: none;
padding: 10px;
background: #8d0606;
color: #fff;
border-radius: 5px;
font-family: sans-serif;
font-size: 0.8rem;
cursor: pointer;
width: 100%;
}
.mw_button_container button{
width: 100%;
}
button:hover,
button:focus{
box-shadow: 0 3px 5px #797979;
background-color: #068d8d;
}

.mw_inactive_btn{
    color: #8d0606;
    border: 1px solid #8d0606;
    background: transparent;
}
.mw_inactive_btn:hover{
    color: #fff;
    border: 1px solid #068d8d;
}

tr:nth-child(even) {background: #CCC}
tr:nth-child(odd) {background: #FFF}

/* SVG styles */

.st0{fill:transparent;cursor: pointer;}
.st0:hover{fill: #068d8d;}
.mw_home-img{pointer-events: none;}
#mw_home_inside{opacity:0;transition: opacity 0.4s ease-in-out;}
#mw_home_inside:hover,
#mw_home_inside.mw_home-active
{
    opacity:1;
}
.mw_inside_mask{
    fill: #f7f0ec;
}
.mw_pois-item{
    opacity:0;
    fill: #068d8d;
    cursor: pointer;
}
.mw_pois-item:hover,
.mw_pois-item:focus,
.mw_poi-active{
    opacity:1;
    cursor: pointer;
    outline: none;
}

.mw_tooltip{
    position: absolute;
    display: none;
    background-color: #000000c4;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    pointer-events: none;
    font-family: sans-serif;
    font-size: 0.8rem;
    max-width: 100px;
    text-align: center;
}

    .mw_dialog-header{
        display: flex;
    }
    .mw_dialog-breadcrumb{
        width: 100%;
        border-bottom: 1px solid #ececec;
        font-family: sans-serif;
        font-size: 0.8rem;
    }
    .mw_dialog-breadcrumb a,
    h1,
    h1 a{
        display: inline-block;
        font-family: sans-serif;
        font-size: 0.8rem;
        color: #8d0606;
        text-decoration: none;
    }
    h1{
        margin-top: 0;
    }
    .mw_dialog-breadcrumbseperator{
        display: none;
    }
    .mw_dialog-breadcrumbitem{

    }
    .mw_dialog-avatarimg{
        width: 70px;
        height: 70px;
        flex-shrink: 0;
        flex-grow: 0;
        margin-top: -55px;
        z-index: 10;
    }
    .mw_dialog-avatarimg img{
        width: 100%;
        height: auto;
    }

    .mw_stats{
        display: block;
        width: 200px;
        opacity: 0.7;
        position: fixed;
        bottom: 5px;
right: 15px;
text-align: right;
font-family: sans-serif;
font-size: 0.8rem;
    }

    .mw_copyright{
        display: block;
        width: 300px;
        opacity: 0.7;
        position: fixed;
        bottom: 5px;
left: 15px;
text-align: left;
font-family: sans-serif;
font-size: 0.8rem;
    }

    .mw_copyright a{
        color: #8d0606;
        text-decoration: none;
    }

    .mw_img {
  width: 100%;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 5px;
  background-color: #DED8D4;;
  margin: 10px 0;
  position: relative;
  overflow:hidden;
}

.mw_img_ar1-1{
    padding-top: 100%; /* 1:1 Aspect Ratio */
}

.mw_img_ar4-3{
    padding-top: 75%; /* 4:3 Aspect Ratio */
}

.mw_img_ar16-9{
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
}
.mw_img_ar9-16{
  padding-top: 177%; /* 9:16 Aspect Ratio */
}

.mw_slide p a,
.mw_changeslide{
    color: #8d0606;
font-weight: bold;
font-family: sans-serif;
text-decoration: none;
}
.mw_slide p a:hover{
    color: #068d8d;
}




.mw_img::after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 3px solid #8d060626;
  border-top-color: #8d0606;
  border-radius: 50%;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -25px 0 0 -25px;
  box-sizing: border-box;
}

@keyframes spin {
  to {
      transform: rotate(360deg);
      -webkit-transform: rotate(360deg);
  }
}

.mw_img img{
    width: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 1;
}

.mw_img-link{
    cursor: zoom-in;
}

.mw_fl{
    display: flex;
}
.mw_barwrapper{
    width: 120px;
display: block;
background-color: #eaeaea;
border-radius: 5px;
}
.mw_bar{
    width: 90%;
    background: #8d0607;
    margin: 2px;
    border-radius: 0.4rem;
    height: auto;
    color: #fff;
    font-size: 0.55rem;
    line-height: 0.8rem;
    padding-left: 10px;
    box-sizing: border-box;
    font-weight: normal;
    font-family: sans-serif;
}
table {
  width: 100%;
    border-collapse: collapse;
    border: 0;
    border-radius: 5px;
overflow: hidden;
    margin: 10px 0;
}
tr:nth-child(odd) {
    background: #f9f2f1;
}
tr:nth-child(even) {
    background: #f2e0df;
}


td{
    padding: 3px 5px;
}

table td,
p{
    vertical-align: top;
    font-family: sans-serif;
    font-size: 0.85rem;
}
ul{
  margin: 0;
  padding: 0 0 0 1rem;
font-family: sans-serif;
font-size: 0.85rem;
}
tr td:first-child {
  font-weight: bold;
      width: 30%;
}

blockquote{
    padding: 10px;
    margin: 20px 0 0 0;
    border-left: 3px solid #8d0606;
    font-family: sans-serif;
    font-size: 0.85rem;
}
.mw_pv{
    padding: 10px 0;
}


.mw_dialog-content{
    height: 100%;
overflow: scroll;
padding:0 30px 0 0;
}


.mw_housecontainer {
  width: 60%;
  height: auto;
  max-height: 100vh;
  overflow: scroll;
}


.mw_mobile_hidecontent{
    display: none;
width: 30px;
height: 20px;
margin: 0 10px 0 0;
background-color: transparent;
box-shadow: none;
padding: 0;
}
.mw_mobile_hidecontent:hover,
.mw_mobile_hidecontent:focus{
    background-color: transparent;
    box-shadow: none;
}



.mw_arrow {
    width: 0.8rem;
  height: 0.8rem;
  display: inline-block;
  position: relative;
  margin: 0 1rem 0 0;
  transform: scale(2);
}
.mw_arrow span {
    top: 0.4rem;
  position: absolute;
  width: 0.5rem;
  height: 0.15rem;
  background-color: #8d0606;
  display: inline-block;
  transition: all 0.2s ease;
}
.mw_arrow span:first-of-type {
  left: 0;
  transform: rotate(45deg);
}
.mw_arrow span:last-of-type {
  right: 0;
  transform: rotate(-45deg);
}
.mw_arrow.active span:first-of-type {
  transform: rotate(-45deg);
}
.mw_arrow.active span:last-of-type {
  transform: rotate(45deg);
}



.mw_text_small{
    font-size: 0.7rem;
}


.mw_collapsed-content,
.mw_hidden-van{
    display: none;
}


.mw_col-clothes{
    display:flex
}
.mw_col-clothesleft{
    width: 50%;flex-shrink: 0;
}
.mw_col-clothesright
{
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-around;
    fornt-family: sans-serif;
}
.mw_clothes-winter{
    display:none;
}





.mw-skills__progressbar {
  background-color: #f5f5f5;
  padding: 0;
  margin: 0 0 12px 0;
  font-family: sans-serif;
  cursor: pointer;
  border-radius: 5px;
overflow: hidden;
}
.mw-skills__progresspercentage {
  background-color: #8d0607;
  width: 80%;
  padding: 2px 8px;
  color: #fff;
  font-size: 0.8em;
}
.mw-skills__progresstext {
  font-size: 0.8em;
  color: #fff;
}
.mw-skills__progressyears {
    float: right;
      color: #b4b4b4;
      font-size: 0.6rem;
      text-transform: uppercase;
      margin: 0 8px 0 0;
      line-height: 18px;
}
.mw-skills__details {
  font-size: 0.8em;
  line-height: 1.2em;
  overflow: hidden;
  padding: 10px;
  display: none;
}
.mw-skills__arrow {
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #fff;
  display: inline-block;
  margin: 0 5px 0 0;
  -webkit-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.mw-skills__progressbar.mw-skills--active .mw-skills__arrow {
  transform: rotate(90deg);
}


    @media only screen and (max-width: 900px) {

    body.page-template-adventure-shack{
        height: 100vh;
overflow: hidden;
    }

     .mw_wrapper {
  display: block;
  overflow:scroll;
  touch-action: manipulation;
}

.mw_housecontainer {
  width: 100vw;
  height: 100vh;
}

.mw_house {
  width: 100%;
  height: auto;
  max-height: 95vh;
  min-width: 500px;
  min-height: 500px;
  overflow: auto;
}

.mw_text {
  width: 100%;
  height: auto;
  max-height: calc(100vh - 110px);
  padding: 30px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 40px #00000024;
  margin: 0;
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
}

.mw_dialog-content {
  padding: 0;
}

.mw_mobile_hidecontent{
    display: inline-block;
}
    }











    /* Full height layout */
.stream-layout {
  display: flex !important;
  align-items: flex-start !important;
  min-height: 100vh;
}

/* Sticky sidebar */

.site-sidebar {
  position: fixed;
  top: 80px; /* header height */
  width: 240px;
  height: calc(100vh - 80px);
  overflow-y: auto;
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  z-index: 9;
}

/* Scrollable content */
.site-content {
  flex: 1 !important;
  min-height: 100vh;
  padding: 100px 0;
  margin-left: 280px !important;
}

/* Character image */
.sidebar-character {
  width: 185px;
  display: block;
}

/* Sidebar nav */
.sidebar-nav {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  text-align: center;
}

.sidebar-nav a {
  font-family: Georgia, serif;
  font-size: 14px;
  color: #3a2a1a;
  text-decoration: none;
}

.sidebar-nav a:hover {
  color: #8B2020;
}

.stream-layout {
  max-width: 1100px !important;
  margin: 0 auto !important;
}

.post-bubble {
  position: relative;
}

.post-triangle {
  position: absolute;
  left: -42px;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 20px solid white;
  pointer-events: none;
}


@media only screen and (max-width: 800px) {
    .sidebar-character {
      width: 150px;
    }

    .site-content {
      margin-left: 200px !important;
    }
}

@media only screen and (max-width: 580px) {
    .sidebar-character {
      width: 180px;
    }

    .site-content {
      margin-left: 0px !important;
    }

    .site-sidebar {
      position: relative;
      top: 60px; /* header height */
      width: 100%;
      height: auto;
      padding: 0;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 24px;
      z-index: 9;
    }

    .stream-layout {
      display: block !important;
    }

    .post-triangle {
        display: none;
      }
}




.entry-content p {
  font-size: 17px;
  line-height: 1.75;
  font-weight: 400;
  max-width: 680px;
  color: #2a1a0a;
}

.wp-block-post-title a {
  font-family: Georgia, serif;
  font-size: 28px;
  color: #1a0a00;
}









/* Base typography */
body {
  font-family: Georgia, serif;
  font-size: 17px;
  line-height: 1.75;
  color: #2a1a0a;
  font-weight: 400;
}

/* Post bubble */
.post-bubble {
  padding: 32px 40px;
  margin-bottom: 32px;
}

/* Post title */
.wp-block-post-title {
  font-family: Georgia, serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 16px;
  letter-spacing: -0.3px;
}

.wp-block-post-title a {
  color: #1a0a00;
  text-decoration: none;
}

.wp-block-post-title a:hover {
  color: #8B2020;
}

/* Post content */
.entry-content p {
  font-size: 17px;
  line-height: 1.8;
  color: #3a2a1a;
  max-width: 640px;
  margin-bottom: 1.2em;
}

/* Images full width */
.entry-content figure {
  max-width: 100%;
  margin: 24px 0;
}

/* Sidebar nav */
.sidebar-nav a {
  font-family: Georgia, serif;
  font-size: 13px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #8B2020;
}

/* Post date subtle */
.wp-block-post-date {
  font-size: 12px;
  color: #a09080;
  font-family: Georgia, serif;
  margin-bottom: 12px;
  display: block;
}



body.page-template-adventure-shack {
  font-family: Georgia, serif;
  font-size: 17px;
  line-height: 1.75;
  color: #2a1a0a;
}

body.page-template-adventure-shack h2 {
  font-family: Georgia, serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.3px;
  color: #1a0a00;
}

body.page-template-adventure-shack p {
  font-size: 17px;
  line-height: 1.8;
  color: #3a2a1a;
  margin-bottom: 1.2em;
}

body.page-template-adventure-shack a {
  color: #8B2020;
  text-decoration: none;
}

body.page-template-adventure-shack a:hover {
  color: #068d8d;
}

body.page-template-adventure-shack table td,
body.page-template-adventure-shack ul,
body.page-template-adventure-shack blockquote {
  font-family: Georgia, serif;
  font-size: 16px;
  line-height: 1.7;
}

body.page-template-adventure-shack .mw_bar {
  font-family: sans-serif;
  font-size: 13px;
  line-height: 1.4;
  height: auto;
  padding-left: 10px;
}

body.page-template-adventure-shack .mw_dialog-breadcrumb,
body.page-template-adventure-shack .mw_dialog-breadcrumb a,
body.page-template-adventure-shack h1,
body.page-template-adventure-shack h1 a {
  font-family: Georgia, serif;
  font-size: 14px;
  line-height: 1.5;
}

body.page-template-adventure-shack button {
  font-family: Georgia, serif;
  font-size: 15px;
  padding: 12px 16px;
  line-height: 1.4;
}


.mw_mail_btn {
  background: none;
  color: #8d0606;
  border: 1px solid #8d0606;
  border: none;
  padding: 10px;
  background: #efefef;
  color: #fff;
  border-radius: 5px;
  font-family: sans-serif;
  font-size: 0.8rem;
  cursor: pointer;
  width: 100%;
  font-family: Georgia, serif;
  font-size: 15px;
  padding: 12px 16px;
  line-height: 1.4;
  text-align: center;
  color: #fff;
}




/* Form container */
.ff-el-group {
  margin-bottom: 24px;
}

/* Labels */
.ff-el-input--label label {
  font-family: Georgia, serif;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #a09080;
  display: block;
  margin-bottom: 8px;
  font-weight: 400;
}

/* Hide asterisk */
.asterisk-right label::after {
  display: none;
}

/* Required star subtle */
.ff-el-is-required label::after {
  content: " *";
  display: inline;
  color: #8B2020;
  font-size: 11px;
}

/* Inputs and textarea */
.ff-el-form-control {
  width: 100%;
  box-sizing: border-box;
  background: white;
  border: 0.5px solid rgba(139,32,32,0.2);
  border-radius: 8px;
  padding: 12px 16px;
  font-family: Georgia, serif;
  font-size: 16px;
  color: #2a1a0a;
  outline: none;
  transition: border-color 0.2s ease;
  -webkit-appearance: none;
}

.ff-el-form-control::placeholder {
  color: #c4b4a4;
  font-style: italic;
}

.ff-el-form-control:focus {
  border-color: rgba(139,32,32,0.5);
  box-shadow: 0 0 0 3px rgba(139,32,32,0.06);
}

/* Textarea */
textarea.ff-el-form-control {
  resize: vertical;
  min-height: 140px;
  line-height: 1.7;
}

/* Name fields side by side */
.ff-t-container {
  display: flex;
  gap: 16px;
}

.ff-t-cell {
  flex: 1;
}

/* Submit button */
.ff-btn-submit {
  width: 100%;
  background: #8B2020;
  color: white;
  border: none;
  border-radius: 8px;
  padding: 16px 24px;
  font-family: Georgia, serif;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.2s ease;
  letter-spacing: 0.02em;
}

.ff-btn-submit:hover {
  background: #6d1818;
}

.ff-btn-submit:active {
  transform: scale(0.99);
}

/* Success message */
.ff-message-success {
  font-family: Georgia, serif;
  font-size: 16px;
  color: #3a2a1a;
  padding: 20px;
  background: white;
  border-radius: 8px;
  border: 0.5px solid rgba(139,32,32,0.2);
  margin-top: 16px;
}

.ff-el-form-control::placeholder {
  color: #3a2a1a;
  font-style: normal;
  font-family: Georgia, serif;
  font-size: 16px;
  opacity: 0.5;
}

.ff-el-form-control:focus::placeholder {
  opacity: 0.2;
}

.ff-el-input--label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
}
