/*
Theme Name: Roots to Sky Sanctuary
Theme URI: https://www.rootstosky.net/
Description: A custom template designed by CurlyRed for Roots to Sky <a href="https://www.rootstosky.net/" target="_blank">www.rootstosky.net</a> website.
Version: 1.0
Author: CurlyRed Inc.
Author URI: http://www.curlyred.com/
*/

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

/* Color Values

Blue: #0098b0 (0,152,176)
Brown: #8c5c34 (140,92,52)
Green: #425832 (66,88,50)
White: #fff (255,255,255)

*/

/* Fonts */

@font-face {
	font-family: "A Little Pot";
	src: url('fonts/alittlepot_regular.ttf') format('truetype');
}

@font-face {
	font-family: "Montserrat Italic";
	src: url('fonts/montserrat_italic.otf') format('opentype');
}

@font-face {
	font-family: "Montserrat Medium Italic";
	src: url('fonts/montserrat_medium_italic.otf') format('opentype');
}

@font-face {
	font-family: "Montserrat Medium";
	src: url('fonts/montserrat_medium.otf') format('opentype');
}

@font-face {
	font-family: "Montserrat Regular";
	src: url('fonts/montserrat_regular.otf') format('opentype');
}

@font-face {
	font-family: "Montserrat Semibold Italic";
	src: url('fonts/montserrat_semibold_italic.otf') format('opentype');
}

@font-face {
	font-family: "Montserrat Semibold";
	src: url('fonts/montserrat_semibold.otf') format('opentype');
}

/* Basic Elements */

a:link, a:visited {
	font: normal 1em "Montserrat Regular", arial, sans-serif;
	text-decoration: none;
	color: #0098b0;
	transition: color .25s ease-in-out;
}
	
a:hover, a:visited:hover {
	text-decoration: none;
	color: #8c5c34;
}

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 18px "Montserrat Regular", arial, sans-serif;
	line-height: 1.75em;
    color: #425832;
	margin: 0 auto;
	padding: 0;
}

br {
	margin: 0;
	padding: 0;
}

em {
    font: normal 1em "Montserrat Italic", arial, sans-serif;
}

h1 {
	font: normal 2.33em "Montserrat Medium", arial, sans-serif;
    line-height: 1.25em;
    color: #425832;
	margin: 0;
	padding: 0;
	text-align: center;
}

h2 {
	font: normal 2.33em "Montserrat Medium", arial, sans-serif;
    line-height: 1.25em;
    color: #0098b0;
	margin: 0 0 25px 0;
	padding: 0;
	text-align: center;
}

h3 {
	font: normal 2em "Montserrat Medium", arial, sans-serif;
    line-height: 1.25em;
    color: #fff;
	margin: 0 0 10px 0;
	padding: 0;
}

h4 {
	font: normal 1.75em "Montserrat Medium", arial, sans-serif;
    line-height: 1.25em;
    color: #0098b0;
	margin: 0 0 25px 0;
	padding: 0;
}

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

hr.dashed {
	border: none 0; 
	border-top: 1px dashed #0098b0;
	height: 1px;
	margin: 50px 0;
	padding: 0;
}

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

li {
	margin: 0 0 5px 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 "Montserrat 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 */

#body_container {
	width: 100%;
    margin: 0 auto;
	padding: 0;
	text-align: left;
    position: relative;
}

#border {
	width: 100%;
	max-width: 1920px;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1px;
	left: 0;
}

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

#contact_map {
    width: 100%;
    height: 400px;
    margin: 0;
    padding: 0;
}

#contact_name {
    font: normal 1.75em "Montserrat Medium", arial, sans-serif;
    line-height: 1.25em;
    color: #0098b0;
	margin: 0 0 10px 0;
	padding: 0;
}

#events_container {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}

#events_image_single {
	width: 100%;
	max-width: 600px;
	margin: 0 50px 10px 0;
	padding: 0;
	float: left;
}

#events_image_single img {
	width: 100%;
	height: auto;
	max-width: 600px;
	margin: 0;
	padding: 0;
	border-radius: 15px;
}

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

#f_left {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
    margin: 0;
	padding: 0;
}

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

#f_logo:hover {
    opacity: .75;
    cursor: pointer;
}

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

#f_right {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
    margin: 0;
	padding: 0;
    text-align: right;
}

#f_social {
    width: 92px;
    height: 24px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

#fellows_container {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 50px;
	justify-content: space-around;
	flex-wrap: wrap;
	position: relative;
}

#fellows_image_single {
	width: 100%;
	max-width: 300px;
	margin: 0 50px 10px 0;
	padding: 0;
	float: left;
}

#fellows_image_single img {
	width: 100%;
	height: auto;
	max-width: 300px;
	margin: 0;
	padding: 0;
	border-radius: 15px;
}

#footer {
	width: 90%;
	height: 75px;
    margin: 0;
	padding: 25px 5%;
    position: relative;
    font: normal .75em "Montserrat Semibold", arial, sans-serif;
    line-height: 1.75em;
    color: #fff;
    background-color: #425832;
}

#footer a:link, #footer a:visited {
	font: normal 1em "Montserrat Semibold", arial, sans-serif;
    color: #fff;
}

#footer a:hover, #footer a:visited:hover {
	color: #0098b0;
}

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

#founders_container {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 50px;
	justify-content: space-around;
	flex-wrap: wrap;
	position: relative;
}

#founders_image_single {
	width: 100%;
	max-width: 300px;
	margin: 0 50px 10px 0;
	padding: 0;
	float: left;
}

#founders_image_single img {
	width: 100%;
	height: auto;
	max-width: 300px;
	margin: 0;
	padding: 0;
	border-radius: 15px;
}

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

#h_logo:hover {
    opacity: .75;
    cursor: pointer;
}

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

#header {
    width: 90%;
    height: 42px;
    margin: 0 auto;
    padding: 25px 5% 0 5%;
	position: fixed;
	top: 0;
    left: 50%;
    transform: translateX(-50%);
	background: #fff;
	box-shadow: 0 0 15px 25px #fff;
	transition: all .25s ease-in-out;
    z-index: 100;
}

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

#home_about {
	width: 90%;
	margin: 0 0 100px 0;
	padding: 100px 5%;
	position: relative;
	color: #fff;
	background-color: #425832;
}

#home_about_inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
	display: flex;
	align-items: center;
	gap: 50px;
}

#home_about_left {
	width: 50%;
	height: auto;
	max-width: 575px;
	margin: 0;
	padding: 0;
	position: relative;
}

#home_about_left::after {
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-shadow: inset 0 0 20px #000;
}

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

#home_about_right {
	width: 50%;
	max-width: 575px;
	margin: 0;
	padding: 0;
	position: relative;
}

#home_instagram {
	width: 100%;
	margin: 0;
	padding: 100px 0 80px 0;
	position: relative;
}

#home_instagram_inner {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

#home_intro {
	width: auto;
	height: 80vh;
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 0;
}

#home_intro img {
	width: auto;
	height: 100%;
	max-height: 1080px;
}

#home_intro li {
	width: 100%;
	height: 80vh;
	margin: 0 auto;
	padding: 0;
	position: relative;
	background: #fff no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display: block;
}

#home_intro ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

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

#home_tagline {
	width: 90%;
	margin: 0;
	padding: 50px 5%;
	position: relative;
}

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

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

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

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

#main_top {
    width: 90%;
    height: 650px;
    overflow: hidden;
    margin: 50px 0 0 0;
    padding: 0 5%;
    position: relative;
	background-size: cover;
    background-position: top center;
}

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

#menu {
	column-count: 3;
	column-gap: 50px;
	cursor: pointer;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu ul li {
	list-style: none;
	line-height: 1.5em;
	margin: 0 0 10px 0;
	padding: 0;
	position: relative;
}

#menu ul li a {
	font: normal 1em "Montserrat Semibold", arial, sans-serif;
    text-transform: uppercase;
	text-decoration: none;
    color: #425832;
	margin: 0;
	padding: 0;
    transition: all .25s ease-in-out;
}
	
#menu ul li a:hover {
	text-decoration: none;
    color: #0098b0;
    cursor: pointer;
}

#menu ul li a.active {
    color: #0098b0;
}

#menu ul li:hover > a {
    color: #0098b0;
}

#menu ul li > ul {
	margin: 0;
    padding: 0;
}

#menu ul li > ul li {
	margin: 0 0 10px 0;
	padding: 0;
}

#menu ul li > ul li:last-child {
	margin: 0 0 10px 10px;;
	padding: 0;
}

#menu ul li > ul li a {
	font: normal .75em "Montserrat Semibold", arial, sans-serif;
    text-transform: uppercase;
	text-decoration: none;
    color: #425832;
	margin: 0;
	padding: 0;
    display: block;
    transition: all .25s ease-in-out;
}
	
#menu ul li > ul li a:hover {
	text-decoration: none;
    color: #0098b0;
    cursor: pointer;
}

#menu_container {
	width: 73.75%;
    max-width: 885px;
	margin: 0;
	padding: 0;
    position: absolute;
	top: -300px;
	right: 50px;
	opacity: 0;
	text-align: right;
	transition: all .45s ease-in-out;
}

#mobile_header {
	display: none;
}

#quicklink_container {
	width: 90%;
	margin: 0;
	padding: 0 5%;
	position: relative;
}

#quicklink_inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	position: relative;
}

#reservations_container {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 50px;
	flex-wrap: wrap;
	position: relative;
}

#social_container {
    width: 128px;
    height: 36px;
    margin: 25px 0 0 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

/* Classes */

.bx-viewport,
.bx-wrapper {
    position: relative;
    width: 100%;
    height: 100% !important;
    top: 0;
    left: 0;
}

.bx-wrapper .bx-viewport {
    border: none !important;
}

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

.divider {
	width: 100%;
	height: 32px;
	margin: 25px 0;
	padding: 0;
	position: relative;
}

.divider_middle {
	width: 10%;
	height: 32px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
    text-align: center;
}

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

.emphasis {
	font: normal 1.125em "Montserrat Medium Italic", arial, sans-serif;
    line-height: 1.75em;
    color: #0098b0;
	margin: 0 0 50px 0;
	padding: 0 0 50px 0;
	border-bottom: 1px dashed #0098b0;
	text-align: center;
}

.events {
	width: 100%;
	margin: 0 0 50px 0;
	padding: 0 0 50px 0;
	display: flex;
	gap: 50px;
	position: relative;
	border-bottom: 1px dashed #0098b0;
}

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

.events_date {
	margin: 0 0 15px 0;
	padding: 0;
}

.events_excerpt {
	margin: 0 0 25px 0;
	padding: 0;
}

.events_image {
	width: 400px;
	margin: 0;
	padding: 0;
	opacity: 1;
	transition: all .25s ease-in-out;
}

.events_image:hover {
	opacity: .75;
}

.events_image img {
	width: 100%;
	height: auto;
	max-width: 400px;
	margin: 0;
	padding: 0;
	border-radius: 15px;
}

.events_text { 
	width: calc(100% - 450px);
	margin: 0;
	padding: 0;
}

.events_title {
	font: normal 1.5em "Montserrat Medium", arial, sans-serif;
    line-height: 1.25em;
    color: #0098b0;
	margin: 0 0 5px 0;
	padding: 0;
}

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

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

.fellows {
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
}

.fellows_image {
	width: 100%;
	max-width: 300px;
	margin: 0 0 10px 0;
	padding: 0;
	opacity: 1;
	transition: all .25s ease-in-out;
}

.fellows_image:hover {
	opacity: .75;
}

.fellows_image img {
	width: 100%;
	height: auto;
	max-width: 300px;
	margin: 0;
	padding: 0;
	border-radius: 15px;
}

.fellows_title {
	font: normal 1.25em "Montserrat Medium", arial, sans-serif;
    line-height: 1.25em;
    color: #0098b0;
	margin: 0;
	padding: 0;
}

.fellows_title a:link, .fellows_title a:visited {
	font: normal 1em "Montserrat Medium", arial, sans-serif;
	text-decoration: none;
	color: #0098b0;
	transition: color .25s ease-in-out;
}
	
.fellows_title a:hover, .fellows_title a:visited:hover {
	text-decoration: none;
	color: #8c5c34;
}

.founders {
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
}

.founders_image {
	width: 100%;
	max-width: 300px;
	margin: 0 0 10px 0;
	padding: 0;
	opacity: 1;
	transition: all .25s ease-in-out;
}

.founders_image:hover {
	opacity: .75;
}

.founders_image img {
	width: 100%;
	height: auto;
	max-width: 300px;
	margin: 0;
	padding: 0;
	border-radius: 15px;
}

.founders_title {
	font: normal 1.25em "Montserrat Medium", arial, sans-serif;
    line-height: 1.25em;
    color: #0098b0;
	margin: 0;
	padding: 0;
}

.founders_title a:link, .founders_title a:visited {
	font: normal 1em "Montserrat Medium", arial, sans-serif;
	text-decoration: none;
	color: #0098b0;
	transition: color .25s ease-in-out;
}
	
.founders_title a:hover, .founders_title a:visited:hover {
	text-decoration: none;
	color: #8c5c34;
}

.ghost {
	font: normal 1em "Montserrat Semibold", arial, sans-serif;
	text-transform: uppercase;
    color: #fff;
	margin: 0;
	padding: 30px 35px 20px 35px;
	cursor: pointer;
	transition: all .25s ease-in-out;
    box-sizing: border-box;
    display: inline-block;
	background: url("images/rootstosky_swoosh.svg") no-repeat center center;
	background-size: contain;
}

.ghost:hover {
	color: #0098b0;
}

.ghost_blue {
	font: normal .75em "Montserrat Semibold", arial, sans-serif;
	text-transform: uppercase;
    color: #0098b0;
	margin: 0;
	padding: 10px 20px;
	background-color: transparent;
	border: 1px solid #0098b0;
    cursor: pointer;
	transition: all .25s ease-in-out;
    box-sizing: border-box;
    display: inline-block;
}

.ghost_blue:hover {
	color: #fff;
	background-color: #0098b0;
    border: 1px solid #0098b0;
}

.image_center_h {
	margin: 0 auto 25px auto;
    padding: 0;
}

.image_center_h img {
	width: 100%;
	height: auto;
	max-width: 500px;
	margin: 0;
	padding: 0;
	border-radius: 15px;
}

.image_center_v {
	margin: 0 auto 25px auto;
    padding: 0;
}

.image_center_v img {
	width: 100%;
	height: auto;
	max-width: 250px;
	margin: 0;
	padding: 0;
	border-radius: 15px;
}

.image_left_h {
	margin: 0 50px 25px 0;
    padding: 0;
	float: left;
}

.image_left_h img {
	width: 100%;
	height: auto;
	max-width: 500px;
	margin: 0;
	padding: 0;
	border-radius: 15px;
}

.image_left_v {
	margin: 0 50px 25px 0;
    padding: 0;
	float: left;
}

.image_left_v img {
	width: 100%;
	height: auto;
	max-width: 250px;
	margin: 0;
	padding: 0;
	border-radius: 15px;
}

.image_right_h {
    margin: 0 0 25px 50px;
    padding: 0;
	float: right;
}

.image_right_h img {
	width: 100%;
	height: auto;
	max-width: 500px;
	margin: 0;
	padding: 0;
	border-radius: 15px;
}

.image_right_v {
    margin: 0 0 25px 50px;
    padding: 0;
	float: right;
}

.image_right_v img {
	width: 100%;
	height: auto;
	max-width: 250px;
	margin: 0;
	padding: 0;
	border-radius: 15px;
}

.pdf {
    font-size: .875em;
    margin: 0 0 5px 0;
    padding: 0;
    cursor: pointer;
}

.pdf::before {
	width: 28px;
	height: 18px;
	content: "";
    display: inline-block;
    background: url(images/rootstosky_pdf_icon.svg) no-repeat left center;
    background-size: 18px 18px;
	vertical-align: middle;
}

.pullquote {
	width: 50%;
	max-width: 575px;
	font: normal 1.125em "Montserrat Medium Italic", arial, sans-serif;
    line-height: 1.75em;
    color: #0098b0;
	margin: 0 25px 0 0;
	padding: 25px 0;
	border-top: 1px dashed #0098b0;
	border-bottom: 1px dashed #0098b0;
	float: left;
}

.quicklink {
	width: 350px;
	height: 350px;
	margin: 0;
	padding: 0;
	text-align: center;
	position: relative;
}

.quicklink_image {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-size: cover;
	background-position: center;
	border-radius: 50%;
	position: relative;
}

.quicklink .quicklink_image::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(66,88,50,.5) url("images/rootstosky_circles_green.svg") no-repeat center center;
	border-radius: 50%;
	transition: all .25s ease-in-out;
}

.quicklink .quicklink_image:hover::before {
    background: rgba(66,88,50,.75) url("images/rootstosky_circles_green.svg") no-repeat center center;
	cursor: pointer;
}

.quicklink:nth-child(2n) .quicklink_image::before {
	background: rgba(140,92,52,.5) url("images/rootstosky_circles_brown.svg") no-repeat center center;
}

.quicklink:nth-child(2n) .quicklink_image:hover::before {
	background: rgba(140,92,52,.75) url("images/rootstosky_circles_brown.svg") no-repeat center center;
	cursor: pointer;
}

.quicklink:nth-child(3n) .quicklink_image::before {
	background: rgba(0,152,176,.5) url("images/rootstosky_circles_blue.svg") no-repeat center center;
}

.quicklink:nth-child(3n) .quicklink_image:hover::before {
	background: rgba(0,152,176,.75) url("images/rootstosky_circles_blue.svg") no-repeat center center;
	cursor: pointer;
}

.quicklink_title {
	width: 90%;
	font: normal 2em "Monserrat Medium", arial, sans-serif;
	line-height: 1.125em;
	color: #fff;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}

.readmore {
	display: none;
	margin: 0 0 25px 0;
	padding: 0;
}

.reservations {
	width: calc((100% - 50px) / 2);
	max-width: 575px;
	margin: 0;
	padding: 0;
	position: relative;
}

.reservations_image {
	width: 100%;
	margin: 0 0 25px 0;
	padding: 0;
}

.reservations_image img {
	width: 100%;
	height: auto;
	max-width: 575px;
	margin: 0;
	padding: 0;
	border-radius: 15px;
}

.reservations_text { 
	font: normal .875em "Montserrat Regular", arial, sans-serif;
	line-height: 1.75em;
    color: #425832;
	margin: 15px 0 0 0;
	padding: 0;
}

.reservations_title {
	font: normal 1.75em "Montserrat Medium", arial, sans-serif;
    line-height: 1.25em;
    color: #0098b0;
	margin: 0 0 15px 0;
	padding: 0;
}

/* Form */

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

.gfield_label {
    font: normal 1.25em "Montserrat Medium", arial, sans-serif !important;
	line-height: 1.25em !important;
	color: #8c5c34 !important;
	margin: 0 0 5px 0 !important;
	padding: 0 !important;
}

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

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

.gform_footer input.button,
.gform_footer input[type="submit"] {
    width: auto !important;
	font: normal 1em "Montserrat Semibold", arial, sans-serif !important;
	text-transform: uppercase !important;
    color: #fff !important;
	margin: 0 !important;
	padding: 30px 35px 20px 35px !important;
	cursor: pointer !important;
	transition: all .25s ease-in-out !important;
    box-sizing: border-box !important;
    display: inline-block !important;
	background: url("images/rootstosky_swoosh.svg") no-repeat center center !important;
	background-size: contain !important;
	border: none !important;
}

.gform_footer input[type="submit"]:hover {
    color: #0098b0 !important;
}

.gform_required_legend {
	display: none !important;
}

.gform_wrapper {
	margin: 0 !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: #8c5c34 !important;
    margin-left: 0px !important;
}

.gform_wrapper .gform_footer {
	margin: 15px 0 0 0 !important;
	padding: 0 !important;
	clear: none !important;
}

.gform_wrapper.gravity-theme .ginput_complex label {
	font: normal 1.25em "Montserrat Medium", arial, sans-serif !important;
	line-height: 1.25em !important;
	color: #a50000 !important;
    margin: 5px 0 0 0 !important;
    padding: 0 0 0 20px !important;
	display: none !important;
}

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

.gform_wrapper .gform_validation_errors > h2 {
    font: normal 1.25em "Montserrat Medium", arial, sans-serif !important;
	line-height: 1.25em !important;
	color: #a50000 !important;
	margin: 0 0 25px 0 !important;
	padding: 0 !important;
}

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

.ginput_container input {
	width: 100% !important;
	font: normal 1em "Montserrat Regular", arial, sans-serif !important;
	line-height: 1.75em !important;
	color: #425832 !important;
    margin: 0 0 10px 0 !important;
    padding: 10px 20px !important;
    background-color: #fff !important;
    border: 1px solid #8c5c34 !important;
    border-radius: 0 !important;
	box-sizing: border-box !important;
}

.ginput_container input[type="checkbox"],
.ginput_container input[type="checkbox"] {
	width: 13px !important;
	font: normal 1em "Montserrat Regular", arial, sans-serif !important;
	line-height: 1.75em !important;
	color: #425832 !important;
    margin: 0 10px 0 0 !important;
    padding: 0 !important;
}

.ginput_container select {
	width: 100% !important;
	font: normal 1em "Montserrat Regular", arial, sans-serif !important;
	line-height: 1.75em !important;
	color: #425832 !important;
    margin: 0 0 10px 0 !important;
    padding: 14px 20px !important;
    background-color: #fff !important;
    border: 1px solid #8c5c34 !important;
    border-radius: 0 !important;
	box-sizing: border-box !important;
}

.ginput_container textarea {
	width: 100% !important;
	font: normal 1em "Montserrat Regular", arial, sans-serif !important;
	line-height: 1.75em !important;
	color: #425832 !important;
    margin: 0 0 10px 0 !important;
    padding: 10px 20px !important;
    background-color: #fff !important;
    border: 1px solid #8c5c34 !important;
    border-radius: 0 !important;
	box-sizing: border-box !important;
    resize: none !important;
}

img.gform_ajax_spinner {
	display: none !important;
}

.grecaptcha-badge {
	visibility: hidden !important;
}

.validation_error {
	display: none !important;
}

.validation_message {
	font: normal .75em "Montserrat Medium", arial, sans-serif !important;
	line-height: 1em !important;
	color: #a50000 !important;
	margin: 0 0 10px 0 !important;
	padding: 0 !important;
	background-color: transparent !important;
	border: none !important;
}

/* Instagram Feed */

#sb_instagram {
	margin: 0 !important;
	padding: 0 !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: 5px;
	right: 0;
	cursor: pointer;
}

.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: #8c5c34;
	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);
}

/* Mobile Animated Hamburger */

.mobile_hamburger {
	display: none;
}

}

/* End */