body {
	margin: 0;
	color: #f2f2f2;
    background: black;
    font-family: 'Source Sans Pro', sans-serif;
}

a {
	color: #d4b77c;
	text-decoration: none;
	font-weight: 300;
    transition: all 0.3s ease;
}
a:hover {
    color: #ed1c24;
}
a:focus, a:focus-visible,
:focus, :focus-visible {
    outline: 2px solid #d4b77c;
    box-shadow: 0 0 0 3px #d4b77c;
}
p {
	margin: 0 0 20px;
}

.site-header:before,
.site-header:after,
.site-header .wrap:before,
.site-header .wrap:after {
    display: none;
}

.break {
    display: inline;
}

.top-menu {
    overflow: visible;
}

.top-menu, .bottom-menu {
    padding-left:245px;
}

.middle-content h2 {
    font-size: 30px;
    font-size: 1.8em;
    font-weight: 600;
    margin-bottom: 0.8em;
}




.page-container {
	max-width: 100%;
	overflow: hidden;
}

.header-wrapper, .footer-wrapper {
	position: relative;
	z-index: 2;
}
.header-wrapper {
    margin-bottom: -13em;
    /*background: url(/wp-content/uploads/2016/02/blackvelvet_bg.jpg);*/
    background-size: cover;
    background-position: bottom center;
}
.footer-wrapper {
margin-top: -12em;
}


.header-wrapper:after, 
.footer-wrapper:after {
    content: "";
    display: block;
    min-height: 300px;
    background: black;
    z-index: 1;
    position: absolute;
    box-shadow: 0 0 14em 4em rgba(0, 0, 0, 0.4);
    margin-left: -10%;
    margin-right: -10%;
    width: 120%;
}

.header-wrapper:after {
    bottom: -13%;
    border-bottom-right-radius: 50% 40%;
    border-bottom-left-radius: 50% 40%;
    border-bottom: 0.7em solid #9f0106;
/*    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 20%, rgba(0,0,0,1) 80%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 20%,rgba(0,0,0,1) 80%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 20%,rgba(0,0,0,1) 80%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );*/


}
.footer-wrapper:after {
    top: -14%;
    border-top-right-radius: 50% 40%;
    border-top-left-radius: 50% 40%;
    border-top: 0.7em solid #9f0106;
}


.menu-wrapper {
    position: absolute;
    z-index: 4;
    width: 100%;
    min-height: 10em;
    font-weight:300;
/*    background: rgba(99, 91, 91, 0.54);*/
}
.menu-content {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 6;
    min-width: 1100px;
}
.reservation-panel {
    width: 215px;
    height: 354px;
    position: absolute;
    margin: 0.5em;
}


.panel-container {
    width: 100%;
}

.form-wrapper, .panel-number {
    background: url(/wp-content/themes/genesis-child/assets/images/nh-panel_stripe.png);
    padding: 0 30px 0px;
    text-align: center;
}

.form-detail {
    display: inline-block;
    margin: 10px 1% 0;
    width: 46%;
    max-width: 5.4em;
    position:relative;
}


.form-detail span {
    font-size: 0.7em;
    line-height: 0.6em;
    display: block;
}

.form-dates input, .form-detail select {
    color: #000;
    font-weight: 600;
    font-family: arial, helvetica, sans-serif;
    background: #FFEDC5;
    border: 0.2em solid #CCB077;

}

.form-dates input {
    padding: 5px 10px;
    width: auto;
    text-align: left;
    margin-bottom: 5px;
    max-width: 100%;
}

.form-detail select {
    padding: 0px;
    width: 100%;
    background: #FFEDC5;
    border: 0.2em solid #CCB077;
    border-radius: 0px;
    height: 2.4em;
    max-width: 7em;
    margin: 5px 0;
    font-size:0.6em;
}

.panel-number {
    margin-bottom: -5px;
    padding-bottom: 0;
    padding-top: 5px;
    clear: both;
    font-size: 1.1em;
}

.panel-top {
    background: url(/wp-content/themes/genesis-child/assets/images/nh-panel_top.png);
    height: 60px;
}

.panel-bottom {
    background: url(/wp-content/themes/genesis-child/assets/images/nh-panel_bottom.png);
    height: 60px;
}

.buttonwrapper a {
    float: none;
    padding: 3px 7px;
    background-color: #9E0B0F;
    height: auto;
    display: inline-block;
    color: white;
    border: 0.2em solid #ED1C24;
    margin-top: 10px;
    transition: all 0.3s ease;
    font-size: 13px;
}
























.menu-content li {
    display: inline-block;
    padding: 0 2.5%;
    position: relative;
    transition: all 0.3s ease;
    cursor: pointer;
}

.menu-content li:hover {
    color: #D1A568;
}
.menu-wrapper .top {
	border-bottom: 3px solid #d1a568;
    position: relative;
    z-index: 15;
    height: 110px;
}
img.logo-image {
    vertical-align: middle;
    margin-bottom: -20px;
}

.menu-wrapper .top ul {
    vertical-align: bottom;
    padding: 3.8em 1em 10px 0px;
    width: auto;
    white-space: nowrap;
}

.top-menu li {
	padding: 0 2.6%;
}
.top-menu li:after {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background: #d1a568;
    position: absolute;
    right: -3px;
    top: 50%;
    margin-top: -2px;
    border-radius: 50%;
}

li:last-child:after {
	display: none !important;
}
input.search, 
.right.search input[type="search"] {
    height: 3em;
    top: -1.1em;
    position: relative;
    border: 3px solid #D1A568;
    width: 10em;
    font-size: 0.8em;
    padding: 0.4em;
}


.bottom-menu li {
    font-size: 1.4em;
    position:relative;
}

.bottom-menu li:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 20px;
    background: #705636;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
}

.menu-wrapper .bottom ul {
	vertical-align: top;
	padding: 10px 0;
    width: 1400px;
    white-space: nowrap;
}
img.hha-logo {
    position: absolute;
    left: 50%;
    top: 14.5em;
    margin-left: 360px;
    z-index: 10;
}

.header-content, .footer-content {
    min-height: 280px;
    position: relative;
    z-index: 3;
    padding-top: 0em;
}
.header-text {
    max-width: 1200px;
    margin: 2em auto 10em;
    font-size: 22px;
    font-weight: 300;
    min-height: 0em;
    background: rgba(47, 46, 52, 0.6);
    padding: 1.4em ;
    border: 1px solid #2F2E34;
}

.home .header-text {
    background: transparent;
    padding:0;
    border: 0px solid black;
}

.header-text.no-image {
    max-width: 800px;
}

.header-text .first {
    font-size: 0.9em;
}

.header-text h1,
.header-text h2 {
    color: #d4b77c;
    font-family: 'Alex Brush', cursive;
    font-size: 2.8em;
    font-weight: 300 !important;
    margin: 0 0 5px;
    text-align: center;
}

.button.anchor {
    border: 0;
    text-align: center;
    background: #1C1B1F;
    border-bottom: 2px solid rgba(232, 205, 148, 0);
    color: #DCD0B1 !important;
    width: 95%;
    padding: 0.5em 2.5% !important;
    position: relative;
    right: 0;
}

.button.anchor:first-child {
    margin-top:-0.6em;
}
.button.anchor:last-child {
    border-bottom: 0px solid rgba(232, 205, 148, 0.35);
}


.button.anchor:hover {
    background: #2F2E34;
}
.button.secondary {
    display: inline-block;
    width: auto;
    padding: 10px 25px;
    border: 2px solid #d4b77c;
    font-weight: 400;
    font-size: 1em;
    background: transparent;
    color: #d4b77c !important;
}
.button.secondary:hover {
    border-color: #ed1c24;
    color: #ed1c24 !important;
}

.middle-wrapper {
    background: #960107;
    width: 100%;
    background-image: url('/wp-content/themes/genesis-child/assets/images/red-marble-bgtile.png');
    box-shadow: 0 0 20em 5em rgba(0, 0, 0, 0.6) inset;
    padding: 0 1em 15em;
}
.middle-content {
    width: 100%;
    z-index: 4;
    position: relative;
    text-align: center;
    padding: 5em 0;
    margin: 0 auto;	
    max-width: 1400px;
}

.middle-content a {
    font-weight: 400;
}

.middle-content.inner a  {
    color: #9F0106;
    text-decoration: underline;
}

.content-box {
    background: white;
    color: #9f0106;
    display: inline-block;
    width: 22em;
    vertical-align: middle;
    box-shadow: 1em 1em 2em rgba(0, 0, 0, 0.6), 0 0 0.4em #D8BC81 inset;
    border: 0.6em solid #E8CD94;
    position: relative;
}
ul {
	padding:0;
	margin:0;
	list-style: none;
}
.content-box ul {
}
.content-box.primary li {
	border-bottom:2px solid rgba(215, 186, 126, 0.3);
	padding:10px 0;
	transition: all 0.2s ease-in;
    box-shadow: 2px 2px 3px rgba(0,0,0,0.0);
    border-left: 0px solid rgba(215, 186, 126, 0.15);
    border-right: 0px solid rgba(215, 186, 126, 0.15);
}


.content-box.primary li.highlight  {
    background: rgba(215, 186, 126, 0.25);
    transition: all 0.5s ease-in;
}

/*.content-box.primary li:hover {
    background-color: white;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.15);
    background: rgba(215, 186, 126, 0.1);
//    border-bottom: 2px solid white; 
//    border-left: 5px solid rgba(161, 106, 35, 0.2);
//    border-right: 5px solid rgba(161, 106, 35, 0.2);
    color: #ED1C24;
}*/


.content-box.primary div ul li:first-child {
	padding-top:35px !important;
}
.content-box li:last-child {
	border-bottom: 0px solid #000;
}
/*.content-box li:after {
    margin: 10px 0;
    background-image: -webkit-linear-gradient(left, white, #a00107, #a00107, white);
    content: "";
    height: 3px;
    width: 100%;
    display: block;
}*/

.content-box h3 {
    font-size: 2em;
    font-weight: 600;
    margin: 0;
    line-height: 1em;
}
.content-box span {
	color:black;
}
.content-box p {
    max-width: 80%;
    margin: 15px auto;
    text-align: left;
    font-size: 1.1em;
}
.content-box.secondary a, .content-box.dark a {

    text-decoration: underline;
}
.content-box.primary {
	background: white;
	color: #9f0106;
	display: inline-block;
	width: 32em;
    margin: 0 3%;
}

.content-box.primary div {
    border: 1px solid #E8CD94;
    margin: 0.6em;
    padding: 0;
}
.content-box.secondary div {
    padding-bottom: 30px;
}

.content-box.secondary div img {
	border: 0.3em solid #E8CD94;
	width: 81%;
}

.headline-image {
    display: block;
    height: auto;
    margin: -4em auto -1em;
    position: absolute;
    top: 0;
    width: 92%;
    left: 4%;
}

.headline-image.reasons {
    margin: -5.9em auto -0.5em;
}
.headline-image.weddings {
}

.content-box.half {
	width: 46%;
	margin: 0 1em;
}

.content-box.dark {
    margin-top: 3em;
    background: black;
    border-color: #ed1c24;
    box-shadow: 1em 1em 2em rgba(0, 0, 0, 0.6);
    display: inline-block;
    display: flex;
    padding: 2em 0;
    color: white;
    flex-wrap: wrap;
    max-width: 46em;
    font-size: 16px;
}

.middle-content .bottom {
    display: flex;
    justify-content: center;
}

.footer-content {
    width: 1200px;
    margin: 0 auto;
    max-width: 80%;
}
/*
.header-wrapper, .footer-wrapper {
	position: relative;
	z-index: 2;
    border-radius: 0%;
	width: 140%;
    margin-left: -20%;
    margin-right: -20%;
    background: black;
    box-shadow: 0 0 14em 4em rgba(0, 0, 0, 0.6);
    min-height: 500px;
}
.header-wrapper {
    margin-bottom: -20em;
    padding: 0 0% 3em;
    border-bottom: 0.7em solid #9f0106;
    border-bottom-right-radius: 50% 40%;
    border-bottom-left-radius: 50% 40%;
}
.footer-wrapper {
    margin-top: -18%;
    padding: 3em 0% 0;
    border-top-right-radius: 50% 40%;
    border-top-left-radius: 50% 40%;
    border-top: 0.7em solid #9f0106;
}*/


.content-box .gform_wrapper .gfield_label {
    display: none !important;
}

.content-box .gform_wrapper .gform_footer {
    position: absolute;
    right: 2em;
    bottom: 3em;
    width: 50%;
    text-align: center;
}

.first-column, .last-column {
    display: inline-block;
    text-align: left;
    padding:0 1em 0em;
    width: 50%;
    flex: 2;
}
.content-box.dark.first .first-column {
    width: 100%;
}
.content-box.dark.first .last-column {
    width: 36em;
}

.content-box.dark.first .last-column {
    width: auto;
}

.content-box.dark.first.half {
    flex-direction: row;
}



.content-box.dark p {
    margin-left: 0;
    margin-right:1em;
    max-width: 100%;
}
.content-box.dark .last-column + p {
    margin-top: 0;
}

.content-box.dark h4 {
    margin:0 0 15px;
    font-size: 1.2em;
    font-weight: 300;
}
.dark h3 {
    flex: 1 100%;
    margin-bottom: 1em;
}
/*.first .first-column {
    flex: 1 !important;
}*/
.content-box input, .content-box textarea {
    height: 3em;
    margin-bottom: 0.6em;
/*    border: 0.15em solid #ED1C24;*/
    font-size: 1.1em;
    padding: 0.2em;
    width: auto;
}
.content-box.dark a.button {
    background: #b90108;
    color: white;
    padding: 0.3em 2em;
    border: 0.1em solid white;
    margin: 0.6em 0;
    display: inline-block;
    text-align: center;
    text-decoration: none !important;
    font-weight: 400;
    font-size: 1.4em;
    transition: all 0.3s ease;
}
.content-box.dark a.button:hover {
    background: #ED1C24;
}

.middle-content.inner {
    background: white;
    color: #4E4C5A;
    box-shadow: 1em 1em 2em rgba(0, 0, 0, 0.6), 0 0 0.4em #D8BC81 inset;
    border: 0.6em solid #E8CD94;
    position: relative;
    vertical-align: top;
    padding: 0;
    text-align: left;
    overflow: hidden;
    font-weight: 400;
}
.profiles-container {
    min-height: 300px;
    border-top: 1px solid #D0B98A;
    background: rgba(232,205,148,0.15);
    padding: 2em;
}
div.popmake.active {
    background: white;
    text-align: center;
    color: #4E4C5A;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    padding: 2em;
    border: 0.4em solid #E8CD94;
}
.popmake-overlay {
    background-color: rgba(0,0,0,0.7) !important;
}
.popmake > .popmake-close {
    background-color: rgb(54, 54, 62) !important;
}

select.goog-te-combo {
    float: left !important;
    font-size: 18px !important;
}


.inner-nav-wrapper {
    float: right;
    position: absolute;
    margin-top: -14.5em;
    right: 0;
    z-index: 10;
    width: 100%;
    font-size: 1.2em;
    text-align: right;
    transition: all 0.3s ease;
}


.inner-nav-container {
    margin: 0 auto;
    max-width: 1200px;
    text-align: center;
    position: relative;
}

.inner-main-image { 
    width: 800px; 
    border: 0.2em solid black; 
    box-shadow: 0em 0em 0em 0.4em #2F2E34; 
    border-radius: 0%;
}

#inner-nav{
    transition: all 1s ease;
} 
#inner-nav a, 
#inner-nav a:before {
    transition: all 0.6s ease;
}

#inner-nav {
    width: 12em !important;
    position: absolute !important;
    right: 4em !important;
    left: auto !important;
}

.page #inner-nav.sticky {
    position: fixed !important;
    right: 0 !important;
    top: 120px !important;
    pointer-events: none;

}
/*
.inner-nav-container.sticky {
    width: 100%;
    max-width: 100%;
}*/


#inner-nav a:before
/* #inner-nav.sticky a:hover:before */
{
    content: "";
    width: 0em;
    height: 100%;
    position: absolute;
    left: 0em;
    background: #1C1B1F;
    top: 0;
    color: #1C1B1F;
}
/*
#inner-nav.sticky {
    right: 0px !important;
    margin-right: 0em !important;
}*/

#inner-nav.sticky a {
    margin-bottom:0.2em;
    background: #1C1B1F;
    position: relative;
    border-bottom: 0px solid #000;
    pointer-events: all;
}


#inner-nav.sticky a:before {
    content: "•";
    width: 1em;
    height: 100%;
    position: absolute;
    left: -1em;
    background: #1C1B1F;
    top: 0;
    color: #E8CD94;
    font-size: 1.4em;
}

#inner-nav.sticky a:hover {
    margin-bottom:0.2em;
    background: #1C1B1F !important;
    position: relative;
    right: 0 !important;
}







#reservations-nav {
    position: absolute;
    z-index: 11;
    left: 0;
    top: 0 !important;
}

.button.reservations {
    position: fixed !important;
    width: 180px;
    text-align: center;
    margin-left: -2px !important;
    opacity: 0;
    top: 6em !important;
    display: none;
    border-width: 4px;
}

.button.reservations:hover {
    left: -2px !important;
    transition: all 0.5s ease;
}

.reservations i.fa {
    position: absolute;
    right: -1.8em;
    height: 100%;
    width: 2em;
    background-color: #C3251D;
    top: -4px;
    border: 4px solid #ED1C24;
    vertical-align: middle;
    border-left-width: 0px;
    line-height: 1.8em;
    font-size: 1.6em;
}









.soliloquy-container, 
.envira-gallery-wrap,
.envira-gallery-public {
	margin-bottom: 0 !important;
}


.pt-cv-title a {
    font-weight: 600 !important;
    font-size: 1.2em;
}
.pt-cv-content-item img {
    width: 100% !important;
}
.pt-cv-content-item {
    background: white;
    margin: 0.5%;
    padding: 0em !important;
    box-shadow: 2px 2px 3px rgba(232,205,148,0.4);
    border: 1px solid #E8CD94;
    transition: all 0.3s ease;
}



.pt-cv-title {
    padding: 0.4em 1em 0 !important;
}
.pt-cv-content {
    padding: 0 1em 1em !important;
    font-size: 1em !important;
    line-height: 1.2em !important;
    min-height: 4.6em;
}


.pt-cv-title, 
.pt-cv-content {
    text-align: left !important;
}

.pt-cv-wrapper .btn {
    border: 0.15em solid #75708A !important; 
    font-size: inherit !important;
}

.pt-cv-filter-bar .pt-cv-filter-option.active,
.pt-cv-filter-bar .pt-cv-filter-option {
    font-weight: 400 !important;
}
.pt-cv-content-item .btn {
    border: 0.15em solid #d01a1f !important;
    font-size: inherit !important;
    font-weight:400 !important;
}
.pt-cv-wrapper .btn:hover {
    border-color: #D01A1F;
    font-size: inherit !important;
}
.pt-cv-page {
    text-align: center;
}
@media (min-width: 992px) {
    .pt-cv-wrapper .col-md-4 {
        width: 31.333333% !important;
        display: inline-block;
        float: none !important;
        text-align: left;
    }
}
.pt-cv-clear-pagination {
    margin-bottom: 0px !important;
}
.pt-cv-page {
    opacity: 1 !important;
}


a.post-edit-link {
    display: none;
}


.profile-wrap {
	min-height: 36em;
}

.catering-bg ul {
	margin-bottom: 0;
}

.golden_line {
    border-bottom: 1px solid #D0B98A; 
    overflow:hidden;
}

.padding {
    padding: 2em 2em; 
    overflow: hidden !important; 

}

.clear {
    clear: both;
    overflow: hidden !important; 
}

.ivory-bg {
    background: rgba(232,205,148,0.15);
    box-shadow: 0 0 7px 1px rgba(232, 205, 148, 0.4) inset;
}

.float-list h3, 
.float-list ul, 
.float-list li {
    float: left;
}

.float-list li {
    width: 240px;
}

.float-iframe p {
    float: right;
}

.five-sixths p:last-child, 
.four-sixths p:last-child, 
.one-fourth p:last-child, 
.one-half p:last-child, 
.one-sixth p:last-child, 
.one-third p:last-child, 
.three-fourths p:last-child, 
.three-sixths p:last-child, 
.two-fourths p:last-child, 
.two-sixths p:last-child, 
.two-thirds p:last-child {
    margin-bottom:0 !important;
}

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

.entry-content .button.secondary {
    margin: 20px 0;
}





.scrollmagic-pin-spacer {
    right: 0em !important;
}





.envirabox-inner {
    width: 100% !important;
}

.envirabox-skin {
    padding: 0 !important;
}

.envirabox-close, .envirabox-prev span, .envirabox-next span {
    background-image: url("../images/envira-lightbox-sprite.png") !important;
}

.search-results .bsearch_results_page {
    background: white;
    color: #4E4C5A;
    box-shadow: 1em 1em 2em rgba(0, 0, 0, 0.6), 0 0 0.4em #D8BC81 inset;
    border: 0.6em solid #E8CD94;
    position: relative;
    vertical-align: top;
    text-align: left;
    overflow: hidden;
    font-weight: 400;
    max-width: 1400px;
    margin: 0 auto;
    z-index: 10;
    padding: 2em;
}

.search-results .site-inner {
    clear: both;
    padding-top: 0px;
    background: #960107;
    width: 100%;
    background-image: url('/wp-content/themes/genesis-child/assets/images/red-marble-bgtile.png');
    box-shadow: 0 0 20em 5em rgba(0, 0, 0, 0.6) inset;
    padding: 0 1em 15em;
}

.bsearchform input {
    padding: 10px;
    height: 2.8em;
}




.preferred-vendors div {
    line-height:1.4em;
}

.preferred-vendors div h3 {
    margin-top: 20px;
}

.preferred-vendors div p {
    margin-bottom: 5px;
}

.gform_wrapper ul li.gfield, body .gform_wrapper .top_label div.ginput_container {
    margin: 0 !important;
    padding-top: 0;
}



.sidebar li.gfield {
    padding: 0;
    border-width: 0;
}

.gfield input {
    border: 1px solid #ccc !important;
}

.no-label .gfield label.gfield_label {
    display: none !important;
}

@media (min-width: 992px) {
    .pt-cv-wrapper .col-md-6 {
        width: 48% !important;
    }
}
@media only screen and (max-width: 1600px) {
        .content-box.dark {
            max-width: 41em;
            font-size: 1em;
        }
        .content-box.half {
            width: 94%;
        }
    .home .middle-content {
            max-width: none;
            font-size: 0.9em;
        }
        .middle-wrapper {
            padding: 0 2em 11em;
        }.header-text .first {
        font-size: 0.8em;
    }
}

@media only screen and (max-width: 1400px) {
    .page-container {
        font-size: 0.9em;
    }

    .menu-wrapper .bottom ul {
        padding: 0.4em 0;
        text-align: right;
        padding-right: 1em;
        width: 100%;
    }
    .menu-wrapper .top ul {
        width: auto;
    }
    #inner-nav {
        right: 8em !important;
        left: auto !important;
    }
    input.search {
        top: -5px;
        width: 16em;
        border-top: 0;
    }
    .home .header-wrapper {
        margin-bottom: -11em;
    }
    .content-box.primary {
        margin: 0 2%;
    }
    .menu-content {
        min-width: 0;
    } 
    .header-text {
        max-width: 1024px;
        font-size: 19px;
    }
    .header-text .first {
        min-height: 11em;
    }
    }
    img.hha-logo {
        margin-left: 280px;
        max-width: 20%;
    }
    .reservation-panel {
        margin: 0.5em 2em 0 1.5em;
    }

    .middle-content.inner {
        width: 99%;
    }

    .middle-content .bottom {
        max-width: 93%;
        margin: 0 auto;
    }

    input.search {
        width: 14em;
    }
    .button.anchor:first-child {
        margin-top: 1em;
    }

    .title-area {
        font-size: 1.8em;
    }
    .site-title {
        font-size: 1em;
    }
    .menu-wrapper .top {
        height: 5.2em;
    }
    .menu-wrapper .top ul {
        padding: 2.6em 1em 10px 0px;
    }
    .site-header .wrap {
        height: 5em;
    }
    .title-area {
        padding: 0px 0;
        width: auto;
        margin-top: -0.6em;
    }/*
    .header-text {
        margin: -3em auto 10em !important;
    }*/
}
@media only screen and (max-width: 1365px) {
    .page-container {
        font-size: 0.85em;
    }
    .reservation-panel {
        font-size: 0.85em;
        width: 14.05em;
        height: 21em;
        position: absolute;
    }
    .footer-widgets {
        text-align: center;
    }
    .footer-content {
        width: auto;
        max-width: 90%;
    }
    .footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {
        width: 31% !important;
        float: none !important;
        display: inline-block;
        text-align: left;
    }
    img.hha-logo {
        top: 11.5em;
    }
    body {
    font-weight: 400;
    }
}


@media only screen and (max-width: 1200px) {
    .home .middle-content {
        font-size: 0.85em;
    }.middle-content .bottom {
        max-width: 100%;
    }.page-container {
        font-size: 1.3vw;
    }.content-box {
        width: 25em;
    }.content-box.primary {
        width: 31em;
    }.header-text {
        max-width: 80% !important;
        font-size: 1.3em;
    }.reservation-panel {
        display:none;
    }.top-menu, .bottom-menu {
        padding-left: 3em;
    }.header-wrapper {
        margin-bottom: -15em;
    }.middle-wrapper {
        font-size: 0.9em;
    }#inner-nav {
        right: 11em !important;
    }.inner-nav-wrapper {
        margin-top: -16.5em;
    }.float-list li {
        width: 200px;
    }
}


@media only screen and (max-width: 1000px) {
    .title-area {
        padding: 0px 0;
        width: auto;
        margin-top: -0.8em;
    }.header-image .site-title > a {
        width: 19em;
        height: 3.2em;
    }.slide-nav-link {
        background: rgba(0, 0, 0, 0);
        height: 4.4em;
        position: relative;
        margin: 5px;
    }li.right.search {
        display: none;
    }.inner-nav-wrapper {
        display: none;
    }.header-text .first {
        font-size: 1em;
        width: auto;
        padding: 0 2em;
    }.five-sixths, .four-sixths, .one-fourth, .one-half, .one-sixth, .one-third, .three-fourths, .three-sixths, .two-fourths, .two-sixths, .two-thirds {
        float: none;
        width: 100% !important;
        margin: 0 0 2% !important;
    }.site-inner {
        font-size: 18px;
    }.inner-main-image {
        width: 100%;
        border: 0.2em solid black;
        box-shadow: 0em 0em 0em 0.4em #2F2E34;
    }.float-list ul {
        margin-bottom: 2em; 
    }.pt-cv-wrapper .col-sm-6 {
        width: 48%;
    }.page-container {
        font-size: 12px;
    }
    .middle-wrapper .middle-content {
        display: flex;
        flex-flow: wrap;
        justify-content: center;
    }
    .middle-content .content-box {
        order:3;
        margin: 2em 1em 0;
    }.middle-content .bottom {
        order: 4;
        display: flex;
        flex-flow: column;
    }
    .middle-content .content-box.primary {
        order:1;
        margin-top: 0;
        margin-bottom: 3em;
    }.break {
        width: 100%;
        height: 1px;
        order: 2;
        display:block;
    }.middle-content .bottom {
        order: 4;
        display: flex;
        flex-flow: column;
    }
    .inner-image-container {
        padding-top: 3em !important;
    }
    .menu-wrapper {
        position: relative;
        min-height: 5em;
    }
    ul.side-nav a:hover {
        color: white;
    }
}

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

    .content,
    .content-sidebar-sidebar .content,
    .content-sidebar-sidebar .content-sidebar-wrap,
    .sidebar-content-sidebar .content,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .sidebar-primary,
    .sidebar-secondary,
    .sidebar-sidebar-content .content,
    .sidebar-sidebar-content .content-sidebar-wrap,
    .site-header .widget-area,
    .title-area, .content .entry {
        width: 100%;
    }
    .content .entry {
            border: 0px;
            border-bottom:1px solid #E8CD94;
    }
    .middle-content.inner, 
    .search-results .bsearch_results_page {
        background: white;
        color: #4E4C5A;
        box-shadow: 0em 0em 0em rgba(0, 0, 0, 0), 0 0 0.0em #D8BC81 inset;
        border: 0.4em solid #E8CD94;
        width: 95%;
    }
    .middle-wrapper {
        padding: 0 0em 10em;
        box-shadow: 0 0 0em 0em rgba(0, 0, 0, 0) inset;
    }
    .header-wrapper:after, .footer-wrapper:after {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        border-radius: 0px !important;
    }
    .footer-widgets-1 {
        margin-right: 0;
    }

}

@media only screen and (max-width: 768px) {
    .pt-cv-wrapper .col-sm-6 {
        width: 90%;
        float: none;
        margin: 0 auto 2em;
    }
    .page-container {
        font-size: 10px;
    }
    .menu-wrapper .top {
        height: 6.2em;
        border-bottom-width: 2px;
    }
    img.hha-logo {
        margin-left: 12vw;
        max-width: 150px;
        top: 18vw !important;
		display:none!important;
    }
    .header-text {
        max-width: 90% !important;
        margin: 2em auto 13em !important;
        font-size: 14px;
    }
    .home .header-text {
        margin: -1em auto 10em !important;
    }

    .header-text h2 {
        line-height: 0.9em;
        margin-bottom: 0.6em;
        letter-spacing: 0.05em;
    }
    .header-text .first {
        font-size: 1em;
        width: auto;
        padding: 0 0.5em;
    }
    .content-box p {
        font-size: 14px;
    }.headline-image.reasons {
    margin: -4.6em auto -0.5em;
}.content-box.secondary:first-child {
    margin-bottom: 3em;
}.bottom .content-box .first-column,  .bottom .content-box .last-column {
    width: 100% !important;
    max-width: 100%;
    flex: initial !important;
}.content-box .gform_wrapper .gform_footer {
    position: relative;
    right: 0;
    bottom: 0;
    width: auto;
    text-align: left;
}.content-box.dark.last.half .first-column {
    order: 2;
}.first-column, .last-column {
    padding: 0 1em 0em;
}
}



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

.page-container {
    font-size: 10px;
}.top-menu, .bottom-menu {
    padding-left: 5px;
}.slide-nav-link .label {
    padding-left: 8px;
    font-size: 13px;
    font-weight: bold;
    vertical-align: top;
}img.hha-logo {
    left: auto;
    top: 130px !important;
    max-width: 30%;
    right: 8vw;
	display:none;
}.menu-wrapper {
    min-height: 10em;
}.menu-wrapper .top {
    height: auto;
    border-width: 0px;
}.site-header .wrap {
    height: auto;
}.header-image .site-title > a {
    width: 310px;
    height: 55px;
    margin: 0 auto;
    float: none;
    display: block;
}h2.site-description {
    display: none !important;
}.header-text h2 {
    font-size: 2.4em;
    margin: 0.5em 0;
}.header-text {
    padding: 0 10px;
    max-width: 95% !important;
    margin: 2em auto 12em !important;
}.footer-wrapper {
     margin-top: 0em;
}.site-footer {
    padding: 0em 0;
}.middle-wrapper {
    padding: 0 0em 0em;
}.middle-content {
    padding: 2em 0;
}.content-box {
    width: auto;
    box-shadow: 0.4em 0.4em 3px rgba(0, 0, 0, 0.4), 0 0 0.4em #D8BC81 inset;
    border-width: 0.4em;
}.content-box.dark {
    box-shadow: 0.4em 0.4em 3px rgba(0, 0, 0, 0.4);
    padding-bottom: 0;
    width: 91%;
}.content-box.primary {
    width: auto;
    margin: 2em 1em 3em !important;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height: 1;
}.footer-content {
    font-size: 1.4em;
}.creds {
    font-size: 0.8em;
    margin-bottom: 20px;
}.footer-content {
    max-width: 90%;
}.middle-content.inner, .search-results .bsearch_results_page {
    font-size: 14px;
}.search-results .site-inner {
    padding: 0 0em 1em;
}.search-results h1.page-title {
    font-size: 2em;
    margin: 1em 0;
}.breadcrumb {
    padding: 10px;
    font-size: 0.8em;
    width: 100%;
}h3 {
    font-size: 1.2em;
}.padding {
    padding: 10px 15px;
}.inner-image-container {
    min-height: 0 !important;
}.entry-content ol, .entry-content ul {
    margin-left: 15px;
}.entry-content .alignright {
    float:none;
    margin: 5px;
}
}


