html.ccm-toolbar-visible header .nav-menu {
  top: 48px;
}

html {
    height: 100%;
    /*background: url(../img/smoky-mountains.jpg) no-repeat center top/cover fixed;*/
    background: #eff3ed;
}
body {
    background:none;
}

main {
    background: #eff3ed;
    border: 10px solid #eff3ed;
    border-radius: 4px;
    /*border-image: url(../img/border.png) 10 round;*/
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
}
main.row {
  margin-top: 200px;
}
#CabinPageLst {
    width: auto;
    max-width: 100%;
}
a.button {
    text-decoration: none;
}
footer {
    font-weight: bold;
    font-size: small;
    color: #2f2825;
    padding: 1em;
}

footer a, footer a:hover {
    color: #2f2825;
}
footer a:hover {
    text-shadow: 0px 0px 8px rgba(255,255,255,0.76), 0px 0px 8px rgba(255,255,255,0.76);
}

h1,h2,h3,h4,h6 {
    color: #2F2825;
    font-weight: bold;
}
.qqresults h3,.qqresults h2, h5 {
    color: #234099;
    border-bottom: 1px solid #234099;
    margin-top: 2em;
    font-size: 1.5em;
    font-family: Georgia, serif;
    font-weight: normal;
}
h1 {
    font-size: 32px;
}

.primary-menu {
    font-size: 1.21em;
    font-weight: bold;
    margin-top: 55px;
}

.nav-menu .primary-menu > ul > li > a {
  color: #fff;
}

.nav-menu .primary-menu .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    border-color: #fff transparent transparent;
}

.nav-menu .primary-menu .submenu {
  border-radius: 6px;
}

.secondary-menu {
    font-size: 0.78em;
}

.is-dropdown-submenu {
    background-color: #eff3ed;
    border: none;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    z-index: 100;
    min-width: 240px;
}
@media screen and (max-width:39em) {
    .is-dropdown-submenu {
        position: relative;
    }
}

.primary-menu .menu a {
    padding-left: .4rem;
    padding-right: .4rem;
}

.primary-menu a:hover, .primary-menu a:hover:after, .secondary-menu a:hover, .secondary-menu a:hover:after {
    /*text-shadow: 0px 0px 8px rgba(255,255,255,0.76), 0px 0px 8px rgba(255,255,255,0.76);*/
    filter: drop-shadow(-2px 2px 4px rgba(255,255,255,0.76)) drop-shadow(2px -2px 4px rgba(255,255,255,0.76))
}

.primary-menu ul {
    justify-content: space-between;
}

.button.primary {
    background-color: #3f9ccd;
}

.button.secondary {
    background-color: #98b390;
    color: #fff;
}

a {
    text-decoration: underline;
}
a:hover {
    color:black;
}

.ccm-image-slider-text {
    background-color: #898989;
    background-color: rgba(0,0,0,0.5);
    width: 100% !important;
    top: auto !important;
    bottom: 0;
}
.ccm-image-slider-text h2 {
    color: white;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 3rem;
    margin: 0;
    text-align: center;
}
.home-page-cabins a {
    background-color: #534741;
    display: block;
    line-height: 2.5rem;
    color: white;
    text-decoration: none;
    text-align: center;
    margin-bottom: 1rem;
}
.home-page-cabins a:hover {
    background-color: #998675;
}
.cabin-highlight {
  background-color: #fff;
  padding: 30px;
  margin: 5px;
  border-radius: 8px;
}
.menu-toggle button {
    line-height: 3em;
    font-weight: bold;
    width: 100%;
    color: #fff;
    filter: drop-shadow(-2px 2px 4px rgba(0,0,0,0.76)) drop-shadow(2px -2px 4px rgba(0,0,0,0.76));
}
.no-js .menu, .rslides_nav, .ccm-image-slider-text {
    display: none;
}
.rslides_nav {
    background-image: url(/application/images/arrows.png) !important;
}

#reserve table tbody,
#reserve tbody tr {
    background-color: transparent;
    border-width: 0;
}
#reserve tbody td:nth-child(even) {
    font-weight: bold;
}
.esignature .form-error {
    margin-top: 0.5rem;
}
@media screen and (min-width:40em) {
    .no-js .menu-toggle {
        display: none;
    }
    .no-js .menu {
        display: flex;
    }
    .rslides_nav, .ccm-image-slider-text {
        display: block;
    }
}

.guest-comment .ccm-rating i {
    font-size: 32px;
    color: yellow;
}
.small {
    font-size: small;
}
.text-muted {
    color: #83694B;
}
label.control-label {
    display: inline-block;
    font-size: 1em;
}
#booknow {
    background-color: #eff3ed;
    border: solid 1px #519bca;
    margin: auto;
    border-radius: 6px;
}
#booknow h3, #booknow label {
    color: #2f2825;
}
#booknow h3 {
    padding-top: 10px;
}
/*#booknow .button.primary {
    background-color: white;
    color: #519bca
}*/

@media screen and (max-width:639px) {
    #booknow {
        margin-top: -7.25rem;
    }
}

.row {
    max-width: 92.5rem;
}
header.row {
    max-width: 92.5rem;
}
.rslides > li {
    max-height: 600px;
}

.picker__holder {
    overflow: hidden;
    display: none;
}

.picker--opened .picker__holder {
    overflow: auto;
    display: block;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #444 !important;
}
