/* Woodnotes Mobile */

@media only screen and (min-width: 0px) and (max-width: 799px) {

/* Color Values

Gold: #cd8c00 (205,140,0)
Green: #5d643d (93,100,61)
Off-white: #e2c398 (226,195,152)
Orange: #cc6118 (204,97,24))
White: #fff

*/

/* Fonts */

@font-face {
	font-family: "Gotham Book";
	src: url('fonts/gotham_book.ttf') format('truetype');
}

@font-face {
	font-family: "Gotham Medium";
	src: url('fonts/gotham_medium.ttf') format('truetype');
}

@font-face {
	font-family: "Old Brighton Typewriter";
	src: url('fonts/old_brighton_typewriter.otf') format('opentype');
}

/* Basic Elements */

a:link, a:visited {
	font: normal 1em "Gotham Book", arial, sans-serif;
	text-decoration: none;
	color: #fff;
}

a, a:active, a:focus, a:link, a:visited, :focus, :visited {
	outline: none;
}

html, body {
	overflow-x: hidden;
}

body { 
	font: normal 16px "Gotham Book", arial, sans-serif;
	line-height: 1.5em;
	color: #fff;
	margin: 0 auto;
	padding: 0;
}

em {
	font-style: italic;
}

h1 {
	font: normal 2.5em "Old Brighton Typewriter", times, serif;
	line-height: 1.25em;
	color: #fff;
	margin: 0 0 5% 0;
	padding: 0;
}

h2 {
	font: normal 2.5em "Old Brighton Typewriter", times, serif;
	line-height: 1.25em;
	color: #5d643d;
	margin: 0 0 5% 0;
	padding: 0;
	text-align: center;
}

h3 {
	font: normal 1.75em "Old Brighton Typewriter", times, serif;
	line-height: 1.25em;
	color: #fff;
	margin: 0 0 5% 0;
	padding: 0;
}

hr {
	border: none 0; 
	border-top: 1px solid #5d643d;
	height: 1px;
	margin: 10% 0;
	padding: 0;
}

img {
	border: none;
	display: block;
	outline: none;
}

li {
	margin: 0 0 5% 5%;
	padding: 0 0 0 5%;
}

li:last-child {
	margin: 0 0 0 5%;
	padding: 0 0 0 5%;
}

ol {
	margin: 0 0 5% 5%;
	padding: 0;
}

ol:last-child {
	margin: 0 0 0 5%;
	padding: 0;
}

p {
	margin: 0 0 5% 0;
	padding: 0;
}

p:last-child {
	margin: 0;
	padding: 0;
}

strong {
	font: normal 1em "Gotham Medium", arial, sans-serif;
}
	
ul {
	list-style-type: disc;
	margin: 0 0 5% 5%;
	padding: 0;
}

ul:last-child {
	list-style-type: disc;
	margin: 0 0 0 5%;
	padding: 0;
}
	
/* Specific Elements */

#blog_container {
	width: 100%;
	margin: 0;
	padding: 5% 0;
}

#body_container {
	width: 100%;
    margin: 0 auto;
	padding: 0;
	text-align: left;
    position: relative;
	background-color: #e2c398;
	right: 0;
	transition: right .5s;
	box-shadow: 5px 0px 10px rgba(0,0,0,.5);
}

#branch {
	width: 100%;
	max-width: 800px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: -75px;
	bottom: 0;
	transform: translateY(-50%);
}

#branch img {
	width: 100%;
	height: auto;
	max-width: 800px;
	margin: 0;
	padding: 0;
}

#f_center {
	margin: 0 auto 7.5% auto;
	padding: 0;
	text-align: center;
}

#f_left {
	font: normal .75em "Old Brighton Typewriter", times, serif;
	line-height: 1em;
	color: #cc6118;
	margin: 0 auto 5% auto;
	padding: 0;
	text-align: center;
}

#f_logo {
	height: 50px;
	margin: 0;
	padding: 0;
}

#f_logo img {
	width: auto;
	height: 100%;
	max-height: 50px;
	margin: 0 auto;
	padding: 0; 
}

#f_right {
	font: normal .75em "Old Brighton Typewriter", times, serif;
	line-height: 1em;
	color: #cc6118;
	margin: 0;
	padding: 0;
	text-align: center;
}

#f_right a:link, #f_right a:visited {
	font: normal 1em "Old Brighton Typewriter", times, serif;
	text-decoration: none;
	color: #cc6118;
	transition: color .25s ease-in-out;
}

#footer {
	width: 90%;
	margin: 0;
	padding: 10% 5%;
	position: relative;
	background-color: #e2c398;
}

#footer_inner {
	width: 100%;
	height: inherit;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#h_left {
	width: 100%;
	max-width: 275px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

#h_logo {
	width: 100%;
	max-width: 275px;
	margin: 0;
	padding: 0;
}

#h_logo img {
	width: 100%;
	height: auto;
	max-width: 275px;
	margin: 0 auto;
	padding: 0;
}

#h_right {
	width: calc(100% - 420px);
	max-width: 780px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	text-align: right;
}

#header {
	width: 90%;
	height: 75px;
	margin: 0 auto;
	padding: 25px 5%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #e2c398;
	z-index: 1;
}

#header_inner {
	width: 100%;
	max-width: 1200px;
	height: inherit;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#home_about {
	width: 90%;
	margin: 0 auto;
	padding: 10% 5% 50% 5%;
	position: relative;
}

#home_about_inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#home_about_text {
	width: 100%;
	max-width: 600px;
	margin: 0;
	padding: 0;
}

#home_blog {
	width: 90%;
	margin: 0 auto;
	padding: 10% 5%;
	position: relative;
	background-color: #cd8c00;
}

#home_blog_inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#home_blog_text {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#home_cabins {
	width: 90%;
	margin: 0 auto;
	padding: 57.5% 5% 10% 5%;
	position: relative;background: #e2c398 no-repeat center top;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}

#home_cabins_inner {
	width: 100%;
	max-width: 1200px;
	height: inherit;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#home_cabins_text {
	width: 100%;
	margin: 0;
	padding: 0;
}

#home_contact {
	width: 90%;
	margin: 0 auto;
	padding: 10% 5%;
	position: relative;
	background: #e2c398 no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#home_contact:before {
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	background-color: rgba(93,100,61,.5);
}

#home_contact_inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#home_contact_text {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#home_intro {
	width: 90%;
	height: 75vh;
	margin: 0 auto;
	padding: 0 5%;
	position: relative;
	background: #e2c398 no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: 0;
}

#home_intro_inner {
	width: 100%;
	max-width: 1200px;
	height: inherit;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#home_intro_text {
	width: 75%;
	margin: 0;
	padding: 0;
	position: absolute;
	top: calc(50% + 60px);
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}

#main {
	width: 90%;
	margin: 0 auto;
	padding: 10% 5%;
}

#main_inner {
	width: 100%;
	max-width: 1200px;
	height: inherit;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#main_top {
	width: 90%;
	height: 400px;
	margin: 0 auto;
	padding: 0 5%;
	position: relative;
	background: #e2c398 no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: 0;
}

#menu_container {
	display: none;
}

#mobile_logo {
	width: 200px;
	margin: 25px auto 10% auto;
	padding: 0;
}

#mobile_logo img {
	width: 100%;
	height: auto;
	max-height: 200px;
	margin: 0 auto;
	padding: 0;
}

#mobile_mark {
	width: 75px;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

#mobile_mark img {
	width: 100%;
	height: auto;
	max-height: 75px;
	margin: 0 auto;
	padding: 0;
}

#mobile_menu {
	width: 75%;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

#mobile_menu ul {
	margin: 0;
	padding: 0;
	text-align: center;
}

#mobile_menu ul li {
	list-style: none;
	position: relative;
	margin: 0 0 25% 0;
	padding: 0;
}

#mobile_menu ul li:last-child {
	margin: 0;
	padding: 0;
}

#mobile_menu ul li a {
	font: normal 1.125em "Old Brighton Typewriter", times, serif;
	text-decoration: none;
	color: #5d643d;
	margin: 0;
	padding: 5% 0;
}

#mobile_menu_container {
	width: 300px;
	height: 100%;
	position: fixed;
	z-index: 0;
	top: 0;
	right: -300px;
	margin: 0;
	padding: 0;
	background-color: #e2c398;
	overflow-x: hidden;
    transition: right .5s;
}

#social_container {
	margin: 0 auto;
	padding: 0;
}

#social_container a:link, #social_container a:visited {
	font: normal 1em "Gotham Book", arial, sans-serif;
	text-decoration: none;
	color: #fff;
}

/* Classes */

.blog {
	width: 100%;
	margin: 0 0 10% 0;
	padding: 0 0 10% 0;
	border-bottom: 1px dotted #fff;
}

.blog:last-child {
	margin: 0;
	padding: 0;
	border-bottom: none;
}

.blog_excerpt {
	font: normal .75em "Gotham Book", arial, sans-serif;
	line-height: 1.5em;
	color: #fff;
	margin: 0;
	padding: 0;
}

.blog_image {
	width: 100%;
	max-width: 210px;
	margin: 0 auto 10% auto;
	padding: 0;
}

.blog_image img {
	width: 100%;
	height: auto;
	max-width: 210px;
	margin: 0;
	padding: 0;
}

.blog_text {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
}

.blog_title {
	font: normal 1em "Old Brighton Typewriter", times, serif;
	line-height: 1em;
	color: #fff;
	margin: 0 0 5% 0;
	padding: 0;
}

.clear::after {
    content: "";
    display: table;
    clear: both;
}

.fab {
	font-size: 24px;
	margin: 0 5px;
	padding: 0;
}

.fas {
	font-size: 24px;
	margin: 0 5px;
	padding: 0;
}

.ghost_orange {
	font: normal .875em "Gotham Medium", arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	line-height: 1em;
	color: #fff;
	margin: 0;
	padding: 10px 20px;
	background-color: transparent;
	border: 1px solid #cc6118;
    box-sizing: border-box;
    display: inline-block;
}

.pdf {
	font: normal .875em "Gotham Medium", arial, sans-serif;
	margin: 0;
	padding: 0 0 0 25px;
	background: url(images/woodnotes_pdf_icon.svg) no-repeat left center;
	background-size: 15px 9px;
	text-align: left;
}

/* Form */

.clear-multi {
    display: flex;
    justify-content: space-between;
}

.gfield_label {
    display: none !important;
}

.gform_body ul {
	list-style-type: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.gform_body ul li {
	margin: 0 0 5% 0 !important;
	padding: 0 !important;
}

.gform_footer input.button,
.gform_footer input[type="submit"] {
    width: auto !important;
	font: normal .875em "Gotham Medium", arial, sans-serif !important;
	text-transform: uppercase !important;
	letter-spacing: .1em !important;
	line-height: 1em !important;
	color: #fff !important;
	margin: 0 auto !important;
	padding: 10px 20px !important;
	background-color: #cc6118 !important;
	border: 1px solid #cc6118 !important;
    box-sizing: border-box !important;
    display: inline-block !important;
	-webkit-appearance: none !important;
	border-radius: 0 !important;
}

.gform_wrapper {
	width: 100% !important;
	margin: 0 auto 5% auto !important;
	text-align: center !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    margin: 0 !important;
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-top: 4px !important;
}

.gform_wrapper .gfield_required {
    color: #cc6118 !important;
    margin-left: 4px !important;
}

.gform_wrapper .gform_footer {
	margin: 5% 0 0 0 !important;
	padding: 0 !important;
	clear: none !important;
}

.gform_wrapper.gravity-theme .ginput_complex label {
	font: normal .75em "Gotham Medium", arial, sans-serif !important;
	line-height: 1em !important;
	color: #cc6118 !important;
	margin: 0 0 5% 0 !important;
	padding: 0 !important;
	display: none !important;
}

.gform_wrapper .gform_validation_errors {
    width: 100% !important;
    margin: 0 0 25px 0 !important;
    padding: 12px 20px 10px 48px !important;
	background: transparent !important;
    border-radius: 0px !important;
    border: 1px solid #a50000 !important;
    box-shadow: none !important;
    position: relative !important;
}

.gform_wrapper .gform_validation_errors > h2 {
    font: normal .875em "Gotham Medium", arial, sans-serif !important;
	text-transform: uppercase !important;
	color: #a50000 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.gform_wrapper.gravity-theme fieldset {
	border: none !important;
	display: block !important;
	margin: 0 !important;
}

.ginput_container input {
	width: 100% !important;
	font: normal 1em "Gotham Book", arial, sans-serif !important;
	line-height: 1em !important;
	color: #5d643d !important;
    margin: 0 !important;
    padding: 10px !important;
    background-color: #fff;
    border: 1px solid #5d643d !important;
    box-sizing: border-box !important;
	-webkit-appearance: none !important;
	border-radius: 0 !important;
}

.ginput_container input[type="radio"],
.ginput_container input[type="radio"] {
	width: 13px !important;
	font: normal 1em "Gotham Book", arial, sans-serif !important;
	line-height: 1em !important;
	color: #5d643d !important;
    margin: 0 10px 0 0 !important;
    padding: 0 !important;
}

.ginput_container select {
	width: 100% !important;
	font: normal 1em "Gotham Book", arial, sans-serif !important;
	line-height: 1em !important;
    color: #5d643d !important;
    margin: 0 !important;
    padding: 10px !important;
    background-color: #fff;
    border: 1px solid #5d643d !important;
    box-sizing: border-box !important;
	-webkit-appearance: none !important;
	border-radius: 0 !important;
}

.ginput_container textarea {
	width: 100% !important;
	font: normal 1em "Gotham Book", arial, sans-serif !important;
	line-height: 1em !important;
    color: #5d643d !important;
    margin: 0 !important;
    padding: 10px !important;
    background-color: #fff;
    border: 1px solid #5d643d !important;
    box-sizing: border-box !important;
    resize: none !important;
	-webkit-appearance: none !important;
	border-radius: 0 !important;
}

img.gform_ajax_spinner {
	display: none !important;
}

.validation_error {
	display: none !important;
}

.validation_message {
	font: normal .875em "Gotham Medium", arial, sans-serif !important;
	text-transform: uppercase !important;
	color: #a50000 !important;
	margin: 5px 0 10px 0 !important;
	padding: 0 !important;
	text-align: left !important;
	background-color: transparent !important;
	border: none !important;
}

/* Animated Hamburger */

.hamburger {
	margin: 0;
	padding: 0;
	display: inline-block;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	overflow: visible;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	z-index: 10;
}

.hamburger-box {
	width: 24px;
	height: 16px;
	display: inline-block;
}

.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	width: 24px;
	height: 2px;
	background-color: #5d643d;
	border-radius: 4px;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
	content: "";
	display: block;
}

.hamburger-inner::before {
	top: -7px;
}

.hamburger-inner::after {
	bottom: -7px;
}

/* Squeeze */

.hamburger--squeeze .hamburger-inner {
	transition-duration: 0.075s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
	transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
	transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
	transform: rotate(45deg);
	transition-delay: 0.12s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
	transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(-90deg);
	transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

}

/* End */