/*
Theme Name: Woodnotes
Theme URI: https://www.woodnotesretreat.com/
Description: A custom template designed by CurlyRed for the Woodnotes <a href="https://www.woodnotesretreat.com/" target="_blank">https://www.woodnotesretreat.com/</a> website.
Version: 1.0
Author: CurlyRed Inc.
Author URI: https://www.curlyred.com/
*/

@media only screen and (min-width: 800px) {

/* 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;
	transition: color .25s ease-in-out;
}
	
a:hover, a:visited:hover {
	text-decoration: none;
	color: #5d643d;
}

a, a:active, a:focus, a:link, a:visited, a:hover, a:visited:hover, :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 3em "Old Brighton Typewriter", times, serif;
	line-height: 1.25em;
	color: #fff;
	margin: 0 0 25px 0;
	padding: 0;
}

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

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

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

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

li {
	margin: 0 0 15px 15px;
	padding: 0 0 0 15px;
}

li:last-child {
	margin: 0 0 0 15px;
	padding: 0 0 0 15px;
}

ol {
	margin: 0 0 25px 15px;
	padding: 0;
}

ol:last-child {
	margin: 0 0 0 15px;
	padding: 0;
}

p {
	margin: 0 0 25px 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 25px 15px;
	padding: 0;
}

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

#blog_container {
	width: 100%;
	margin: 0;
	padding: 25px 0 50px 0;
}

#body_container {
	width: 100%;
    margin: 0 auto;
	padding: 0;
	text-align: left;
    position: relative;
	background-color: #e2c398;
	z-index: 0;
}

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

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

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

#f_left {
	font: normal .75em "Old Brighton Typewriter", times, serif;
	line-height: 1em;
	color: #cc6118;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

#f_logo {
	height: 50px;
	margin: 0;
	padding: 0;
	opacity: 1;
	transition: all .25s ease-in-out;
}

#f_logo:hover {
	opacity: .75;
}

#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;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	text-align: right;
}

#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;
}
	
#f_right a:hover, #f_right a:visited:hover {
	text-decoration: none;
	color: #fff;
}

#footer {
	width: 90%;
	height: 50px;
	margin: 0;
	padding: 50px 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: 320px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

#h_logo {
	width: 100%;
	max-width: 320px;
	margin: 0;
	padding: 0;
	opacity: 1;
	transition: all .25s ease-in-out;
}

#h_logo:hover {
	opacity: .75;
}

#h_logo img {
	width: 100%;
	height: auto;
	max-width: 320px;
	margin: 0 auto;
	padding: 0;
	transition: all .25s ease-in-out;
}

#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: 85px;
	margin: 0 auto;
	padding: 50px 5%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #e2c398;
	z-index: 1;
	transition: all .25s ease-in-out;
}

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

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

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

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

#home_blog {
	width: 90%;
	margin: 0 auto;
	padding: 75px 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: 50%;
	max-width: 600px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#home_cabins {
	width: 90%;
	height: calc(100vh - 100px);
	max-height: 900px;
	margin: 0 auto;
	padding: 50px 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_cabins_inner {
	width: 100%;
	max-width: 1200px;
	height: inherit;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#home_cabins_text {
	width: 50%;
	max-width: 600px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 35%;
	right: 50px;
	transform: translateY(-50%);
}

#home_contact {
	width: 90%;
	margin: 0 auto;
	padding: 100px 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: 50%;
	max-width: 600px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#home_intro {
	width: 90%;
	height: 700px;
	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 {
	margin: 0;
	padding: 0;
	position: absolute;
	top: calc(50% + 120px);
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}

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

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

#main_top {
	width: 90%;
	height: 600px;
	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 {
	cursor: pointer;
}

#menu ul {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
}

#menu ul li {
	max-width: 100px;
	line-height: 1em;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

#menu ul li a {
	font: normal 1em "Old Brighton Typewriter", times, serif;
    text-decoration: none;
    color: #5d643d;
	margin: 0;
	padding: 0;
	transition: all .25s ease-in-out;
}
	
#menu ul li a:hover {
	text-decoration: none;
    color: #cc6118;
    cursor: pointer;
}

#menu_container {
	width: 100%;
    margin: 30px 0 0 0;
	padding: 0;
    position: relative;
	transition: all .25s ease-in-out;
}

#mobile_menu_container {
	display: none;
}

#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;
	transition: color .25s ease-in-out;
}
	
#social_container a:hover, #social_container a:visited:hover {
	text-decoration: none;
	color: #cc6118;
}

/* Classes */

.blog {
	width: 100%;
	margin: 0 0 50px 0;
	padding: 0 0 50px 0;
	border-bottom: 1px dotted #fff;
	display: flex;
	justify-content: space-between;
}

.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;
	padding: 0;
}

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

.blog_text {
	width: calc(100% - 260px);
	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 25px 0;
	padding: 0;
}

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

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

.fas {
	font-size: 36px;
	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;
    cursor: pointer;
	transition: all .25s ease-in-out;
    box-sizing: border-box;
    display: inline-block;
}

.ghost_orange:hover {
	color: #fff;
	background-color: #cc6118;
    border: 1px solid #cc6118;
}

.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;
	cursor: pointer;
	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 25px 0 !important;
	padding: 0 !important;
}

.gform_footer input.button,
.gform_footer input[type="submit"] {
    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 !important;
	padding: 10px 20px !important;
	background-color: #cc6118 !important;
	border: 1px solid #cc6118 !important;
    cursor: pointer !important;
	transition: all .25s ease-in-out !important;
    box-sizing: border-box !important;
    display: inline-block !important;
	-webkit-appearance: none !important;
	border-radius: 0 !important;
}

.gform_footer input[type="submit"]:hover {
    color: #fff !important;
	background-color: #cd8c00 !important;
    border: 1px solid #cd8c00 !important;
	-webkit-appearance: none !important;
	border-radius: 0 !important;
}

.gform_wrapper {
	width: 500px !important;
	margin: 0 auto 50px 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: 25px 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 10px 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 {
	display: none;
}

}

/* End */