/* Lone Star Donuts Mobile */

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

/* Color Values

Black: #000 (0,0,0)
Blue: #0e99c4 (14,153,196)
Blue (Shadow): #0a6e99 (10,110,153)
Green: #0f9649 (15,150,73)
Hot Pink: #e31088 (227,16,136)
Light Pink: #d15c97 (209,92,151)
Light Tan: #efb978 (239,185,120)
Mid Gold: #d98828 (217,136,40)
Mid Pink: #df4f99 (223,79,153)
Pale Pink: #f4bcd7 (244,188,215)
Red: #c52d39 (197,45,57)
Yellow: #e3d81c (227,216,28)
White: #fff (255,255,255)

*/

/* Fonts */

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

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

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

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

@font-face {
	font-family: "Bloomsbury Sans";
	src: url('fonts/bloomsbury_sans.otf') format('opentype');
}

@font-face {
	font-family: "Much Too Loud Regular";
	src: url('fonts/muchtooloud_regular.ttf') format('truetype');
}

/* Basic Elements */

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

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

html, body {
    overflow-x: hidden;
}

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

br {
	margin: 0;
	padding: 0;
}

em {
	font: normal 1em "Avenir Book Oblique", arial, sans-serif;
	line-height: 1.5em;
    color: #000;
	margin: 0;
	padding: 0;
}

h1 {
	font: normal 6em "Much Too Loud Regular", arial, sans-serif;
    text-transform: uppercase;
	letter-spacing: .0625em;
	line-height: 1em;
    color: #000;
	margin: 0;
	padding: 0;
	text-shadow: 5px 5px 0 #fff, -5px 5px 0 #fff, -5px -5px 0 #fff, 5px -5px 0 #fff;
	position: relative;
}

h2 {
	font: normal 4em "Much Too Loud Regular", arial, sans-serif;
    text-transform: uppercase;
	letter-spacing: .0625em;
	line-height: 1em;
    color: #000;
	margin: 0 0 10% 0;
	padding: 0;
	text-shadow: 3px 3px 0 #fff, -3px 3px 0 #fff, -3px -3px 0 #fff, 3px -3px 0 #fff;
	position: relative;
	z-index: 1;
}

h2.donuts_about::after {
	width: 75px;
	height: 75px;
	margin: 0;
	padding: 0;
	content: "";
	background: url(images/lonestar_headers_about.png) no-repeat right center;
    background-size: 75px 75px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	z-index: -1;
}

h2.donuts_about::before {
	width: 75px;
	height: 75px;
	margin: 0;
	padding: 0;
	content: "";
	background: url(images/lonestar_headers_about.png) no-repeat left center;
    background-size: 75px 75px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: -1;
}

h2.donuts_contact::after {
	width: 375px;
	height: 75px;
	margin: 0;
	padding: 0;
	content: "";
	background: url(images/lonestar_headers_contact_r.png) no-repeat right center;
    background-size: 375px 75px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	z-index: -1;
}

h2.donuts_contact::before {
	width: 375px;
	height: 75px;
	margin: 0;
	padding: 0;
	content: "";
	background: url(images/lonestar_headers_contact_l.png) no-repeat left center;
    background-size: 375px 75px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: -1;
}

h2.donuts_follow::after {
	width: 275px;
	height: 75px;
	margin: 0;
	padding: 0;
	content: "";
	background: url(images/lonestar_headers_follow_r.png) no-repeat right center;
    background-size: 275px 75px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	z-index: -1;
}

h2.donuts_follow::before {
	width: 275px;
	height: 75px;
	margin: 0;
	padding: 0;
	content: "";
	background: url(images/lonestar_headers_follow_l.png) no-repeat left center;
    background-size: 275px 75px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: -1;
}

h2.donuts_locations::after {
	width: 75px;
	height: 75px;
	margin: 0;
	padding: 0;
	content: "";
	background: url(images/lonestar_headers_locations_r.png) no-repeat right center;
    background-size: 75px 75px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	z-index: -1;
}

h2.donuts_locations::before {
	width: 75px;
	height: 75px;
	margin: 0;
	padding: 0;
	content: "";
	background: url(images/lonestar_headers_locations_l.png) no-repeat left center;
    background-size: 75px 75px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: -1;
}

h2.donuts_menu::after {
	width: 175px;
	height: 75px;
	margin: 0;
	padding: 0;
	content: "";
	background: url(images/lonestar_headers_menu_r.png) no-repeat right center;
    background-size: 175px 75px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	z-index: -1;
}

h2.donuts_menu::before {
	width: 175px;
	height: 75px;
	margin: 0;
	padding: 0;
	content: "";
	background: url(images/lonestar_headers_menu_l.png) no-repeat left center;
    background-size: 175px 75px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: -1;
}

h3 {
	font: normal 1.5em "Bloomsbury Sans", arial, sans-serif;
    line-height: 1em;
    color: #000;
	margin: 0 0 5% 0;
	padding: 0;
	position: relative;
	z-index: 1;
}

h3.star {
	margin: 0 0 10% 0;
	padding: 0;
}

h3.star::after {
	width: 26px;
	height: 25px;
	margin: 0;
	padding: 0 0 0 10px;
	content: "";
    display: inline-block;
    background: url(images/lonestar_star.svg) no-repeat right center;
    background-size: 26px 25px;
}

h3.star::before {
	width: 26px;
	height: 25px;
	margin: 0;
	padding: 0 10px 0 0;
	content: "";
    display: inline-block;
    background: url(images/lonestar_star.svg) no-repeat left center;
    background-size: 26px 25px;
}

h4 {
	font: normal 1.5em "Bloomsbury Sans", arial, sans-serif;
    line-height: 1em;
    color: #fff;
	margin: 0 0 5% 0;
	padding: 0;
	position: relative;
}

h5 {
	font: normal 1em "Bloomsbury Sans", arial, sans-serif;
    line-height: 1em;
    color: #fff;
	margin: 0 0 5% 0;
	padding: 0;
	position: relative;
}

hr {
	border: none 0; 
	border-top: 1px solid #000;
	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 "Avenir Medium", arial, sans-serif;
	line-height: 1.5em;
    color: #000;
	margin: 0;
	padding: 0;
}
	
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 */

#back_top {
	width: 40px;
	height: 40px;
	position: fixed;
	right: -90px;
	bottom: 50px;
	background-color: #e31088;
	border-radius: 50%;
	transition: all .25s ease-in-out;
	z-index: 100;
}

#back_top.sticky {
	right: 25px;
}

#back_top img {
	width: 100%;
	height: auto;
	max-width: 24px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

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

#f_left {
    font: normal .875em "Bloomsbury Sans", arial, sans-serif;
    text-transform: uppercase;
	color: #000;
	margin: 0 0 7.5% 0;
    padding: 0;
	position: relative;
	text-align: center;
}

#f_left a:link, #f_left a:visited {
	text-decoration: none;
	font: normal 1em "Bloomsbury Sans", arial, sans-serif;
    color: #000;
}

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

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

#f_right {
    font: normal .875em "Bloomsbury Sans", arial, sans-serif;
    text-transform: uppercase;
	color: #000;
	margin: 0;
    padding: 0;
	position: relative;
	text-align: center;
}

#f_right a:link, #f_right a:visited {
	text-decoration: none;
	font: normal 1em "Bloomsbury Sans", arial, sans-serif;
    color: #000;
}

#f_social {
	margin: 0 0 2.5% 0;
	padding: 0;
}

#flavors {
	width: 100%;
	font: normal 1.125em "Bloomsbury Sans", arial, sans-serif;
    line-height: 1.5em;
    color: #000;
	margin: 0 auto;
	padding: 0;
}

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

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

#h_left {
    display: none;
}

#h_logo {
    width: 100%;
    max-width: 225px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 50%;
	transform: translateX(-50%);
}

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

#h_right {
    display: none;
}

#header {
    width: 90%;
    height: 24px;
    margin: 0 auto;
    padding: 25px 5%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
	transition: all .25s ease-in-out;
    z-index: 1;
}

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

#home_about_bottom {
	width: 100%;
	height: calc(100vh - 50px);
	margin: 0;
	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_about_bottom_overlay {
    width: 100%;
    max-width: 1920px;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: -1px;
    left: 0;
}

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

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

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

#home_about_top_left {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
}

#home_about_top_right {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
}

#home_contact {
	width: 90%;
	margin: 0 0 10% 0;
	padding: 10% 5%;
	position: relative;
	text-align: center;
}

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

#home_flavors_container {
	width: 100%;
	margin: 10% 0 0 0;
	padding: 0;
	position: relative;
	display: flex;
	justify-content: center;
	gap: 50px;
	flex-wrap: wrap;
}

#home_fullmenu {
	width: 90%;
	margin: 0 0 10% 0;
	padding: 10% 5%;
	position: relative;
	background-color: #0e99c4;
	text-align: center;
}

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

#home_instagram {
	width: 90%;
	margin: 0 0 10% 0;
	padding: 10% 5%;
	position: relative;
	background-color: #f4bcd7;
	text-align: center;
}

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

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

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

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

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

#home_intro_text {
	width: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 57.5%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}

#home_locations {
	width: 90%;
	margin: 0 0 10% 0;
	padding: 10% 5%;
	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;
	text-align: center;
}

#home_locations::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(209,92,151,.85);
}

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

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

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

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

#main_top {
	width: 100%;
	height: 500px;
	margin: 0;
	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;
}

#mobile_menu {
	margin: 0;
    padding: 0;
}

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

#mobile_menu ul li {
	font: normal 1.125em "Bloomsbury Sans", arial, sans-serif;
    text-transform: uppercase;
	list-style: none;
	margin: 0 0 15% 0;
	padding: 0;
	position: relative;
}

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

#mobile_menu ul li a {
	font: normal 1em "Bloomsbury Sans", arial, sans-serif;
    text-transform: uppercase;
	text-decoration: none;
    color: #fff;
	margin: 0;
	padding: 0;
    display: block;
}

#mobile_menu_container {
	width: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 260px;
	left: 0;
	opacity: 0;
	transition: all .25s ease-in-out;
	z-index: -1;
	text-align: center;
}

#treats {
	width: 100%;
	font: normal 1.125em "Bloomsbury Sans", arial, sans-serif;
    line-height: 1.5em;
    color: #000;
	margin: 0 auto;
	padding: 0;
}

/* Classes */

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

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

.flavors {
	width: calc((100% - 50px) / 2);
	max-width: 225px;
	margin: 0;
	padding: 0;
	text-align: center;
	position: relative;
}

.flavors_image {
	width: 125px;
	margin: 0 auto 5% auto;
	padding: 0;
	cursor: pointer;
	filter: drop-shadow(0 5px 0 rgba(10, 110, 153, 1));
	transition: all .25s ease-in-out;
}

.flavors_image:hover {
	transform: scale(1.25);
	filter: drop-shadow(0 5px 2px rgba(10, 110, 153, 1));
}

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

.flavors_popup {
	width: 80%;
	max-width: 250px;
	margin: 0;
	padding: 25px;
	background-color: #e31088;
	box-shadow: 0 0 5px 5px rgba(10, 110, 153, 1);
	outline: 1px solid #000;
    outline-offset: -5px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 100;
	display: none;
}

.flavors_popup_image {
	width: 50px;
	margin: 0 auto 5% auto;
	padding: 0;
	filter: drop-shadow(0 2px 0 rgba(10, 110, 153, 1));
}

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

.flavors_popup_text {
	margin: 0 0 5% 0;
	padding: 0;
	color: #fff;
}

.flavors_popup_title {
	font: normal 1.25em "Bloomsbury Sans", arial, sans-serif;
	text-transform: uppercase;
    color: #fff;
	margin: 0 0 5% 0;
	padding: 0;
}

.flavors_title {
	font: normal 1em "Bloomsbury Sans", arial, sans-serif;
	text-transform: uppercase;
    color: #000;
	margin: 0;
	padding: 0;
}

.ghost {
	font: normal 1em "Bloomsbury Sans", arial, sans-serif;
	text-transform: uppercase;
    color: #0e99c4;
	margin: 0;
	padding: 10px 20px;
	background-color: transparent;
	border: 1px solid #f4bcd7;
    box-sizing: border-box;
    display: inline-block;
}

.ghost_popup {
	font: normal .875em "Bloomsbury Sans", arial, sans-serif;
	text-transform: uppercase;
    color: #fff;
	margin: 0;
	padding: 5px 15px;
	background-color: transparent;
	border: 1px solid #fff;
    cursor: pointer;
	transition: all .25s ease-in-out;
    box-sizing: border-box;
    display: inline-block;
}

.locations {
	margin: 0 0 7.5% 0;
	padding: 0;
	text-align: center;
}

.locations:last-child {
	margin: 0;
	padding: 0;
}

.menu_container {
	display: none;
}

.otgs-development-site-front-end {
	display: none !important;
}

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

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

/* Form */

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

.gfield_label {
    font: normal 1.875em "Bloomsbury Sans", arial, sans-serif !important;
	text-transform: uppercase !important;
	line-height: 1em !important;
	color: #0e99c4 !important;
	margin: 0 !important;
	padding: 0 !important;
	text-align: left !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 "Bloomsbury Sans", arial, sans-serif !important;
	text-transform: uppercase !important;
    color: #0e99c4 !important;
	margin: 0 !important;
	padding: 10px 20px !important;
	background-color: transparent !important;
	border: 1px solid #f4bcd7 !important;
	border-radius: 0 !important;
    box-sizing: border-box !important;
    display: inline-block !important;
}

.gform_required_legend {
	display: none !important;
}

.gform_wrapper {
	width: 100% !important;
	margin: 0 auto !important;
	padding: 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: #0e99c4 !important;
    margin-left: 0px !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 1.25em "Avenir Medium", arial, sans-serif !important;
	text-transform: uppercase !important;
	line-height: 1em !important;
	color: #a50000 !important;
    margin: 5% 0 0 0 !important;
    padding: 0 0 0 20px !important;
	display: none !important;
}

.gform_wrapper .gform_validation_errors {
    width: 100% !important;
    margin: 5% 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.5em "Avenir Medium", arial, sans-serif !important;
	text-transform: uppercase !important;
	line-height: 1em !important;
	color: #a50000 !important;
	margin: 0 !important;
	padding: 0 !important;
}

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

.ginput_container input {
	width: 100% !important;
	font: normal 1em "Avenir Medium", arial, sans-serif !important;
	line-height: 1.5em !important;
	color: #000 !important;
    margin: 0 !important;
    padding: 15px 10px !important;
    background-color: transparent;
    border: none !important;
	border-bottom: 1px solid #f4bcd7 !important;
    border-radius: 0 !important;
	box-sizing: border-box !important;
	text-align: left !important;
}

.ginput_container input[type="checkbox"],
.ginput_container input[type="checkbox"] {
	width: 13px !important;
	font: normal 1em "Avenir Medium", arial, sans-serif !important;
	line-height: 1.5em !important;
	color: #000 !important;
    margin: 0 10px 0 0 !important;
    padding: 0 !important;
	background-color: transparent;
    border: 1px solid #f4bcd7 !important;
    border-radius: 0 !important;
	box-sizing: border-box !important;
	text-align: left !important;
}

.ginput_container select {
	width: 100% !important;
	font: normal 1em "Avenir Medium", arial, sans-serif !important;
	line-height: 1.5em !important;
	color: #000 !important;
    margin: 0 0 5% 0 !important;
    padding: 15px 10px !important;
    background-color: transparent;
    border: none !important;
	border-bottom: 1px solid #f4bcd7 !important;
    border-radius: 0 !important;
	box-sizing: border-box !important;
	text-align: left !important;
}

.ginput_container textarea {
	width: 100% !important;
	font: normal 1em "Avenir Medium", arial, sans-serif !important;
	line-height: 1.5em !important;
	color: #000 !important;
    margin: 0 !important;
    padding: 15px 10px !important;
    background-color: transparent;
    border: none !important;
	border-bottom: 1px solid #f4bcd7 !important;
    border-radius: 0 !important;
	box-sizing: border-box !important;
    resize: none !important;
	text-align: left !important;
}

img.gform_ajax_spinner {
	display: none !important;
}

.validation_error {
	display: none !important;
}

.validation_message {
	font: normal .75em "Avenir Medium", arial, sans-serif !important;
	text-transform: uppercase !important;
	line-height: 1em !important;
	color: #a50000 !important;
	margin: 5% 0 0 0 !important;
	padding: 0 !important;
	background-color: transparent !important;
	border: none !important;
}

/* Instagram Feed */

#sb_instagram #sbi_load .sbi_load_btn,
#sb_instagram .sbi_follow_btn a {
	width: auto !important;
	font: normal 1em "Bloomsbury Sans", arial, sans-serif !important;
	text-transform: uppercase !important;
    text-decoration: none !important;
	color: #0e99c4 !important;
	margin: 5% 0 0 0 !important;
	padding: 10px 20px !important;
	background-color: transparent !important;
	border: 2px solid #0e99c4 !important;
	border-radius: 0 !important;
    cursor: pointer !important;
	transition: all .25s ease-in-out !important;
    box-sizing: border-box !important;
    display: inline-block !important;
	vertical-align: top !important;
}

.sbi_photo_wrap {
    border: 2px solid #0e99c4 !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: -2px;
	right: 0;
	z-index: 10;
	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: #fff;
	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 {
	background-color: #fff;
	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 {
	background-color: #fff;
	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 */