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

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

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

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 "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 9.375em "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 5.625em "Much Too Loud Regular", arial, sans-serif;
    text-transform: uppercase;
	letter-spacing: .0625em;
	line-height: 1em;
    color: #000;
	margin: 0 0 25px 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.875em "Bloomsbury Sans", arial, sans-serif;
    line-height: 1em;
    color: #000;
	margin: 0 0 10px 0;
	padding: 0;
	position: relative;
	z-index: 1;
}

h3.star {
	margin: 0 0 50px 0;
	padding: 0;
}

h3.star::after {
	width: 26px;
	height: 25px;
	margin: 0;
	padding: 0 0 0 25px;
	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 25px 0 0;
	content: "";
    display: inline-block;
    background: url(images/lonestar_star.svg) no-repeat left center;
    background-size: 26px 25px;
}

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

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

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

#back_top {
	width: 40px;
	height: 40px;
	position: fixed;
	right: -90px;
	bottom: 130px;
	cursor: pointer;
	background-color: #e31088;
	border-radius: 50%;
	opacity: 1;
	transition: all .25s ease-in-out;
}

#back_top.sticky {
	right: 50px;
}

#back_top:hover {
	opacity: .75;
}

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

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

#f_left a:hover, #f_left a:visited:hover {
	color: #e31088;
}

#f_logo {
    width: 100%;
    max-width: 215px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
	transform: translate(-50%,-50%);
	opacity: 1;
    transition: all .25s ease-in-out;
}

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

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

#f_right {
    font: normal .875em "Bloomsbury Sans", arial, sans-serif;
    text-transform: uppercase;
	color: #000;
	margin: 0;
    padding: 0;
	position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
	text-align: right;
}

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

#f_right a:hover, #f_right a:visited:hover {
	color: #e31088;
}

#f_social {
	margin: 0 0 5px 0;
	padding: 0;
}

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

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

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

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

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

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

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

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

#header {
    width: 90%;
    height: 12px;
    margin: 0 auto;
    padding: 0 5%;
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    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: 100vh;
	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_bottom::before {
	content: '';
	width: 100%;
	height: 400px;
	background-color: #fff;
	mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
	mask-size: 100% 400px;
    -webkit-mask-size: 100% 400px;
	mask-position: 100%;
    -webkit-mask-position: 100%;
	mask-image: radial-gradient(
        ellipse 50% 400px at 50% 0%,
        transparent 100%, 
        #000 100%
    );
    -webkit-mask-image: radial-gradient(
        ellipse 50% 400px at 50% 0%, 
        transparent 100%, 
        #000 100%
    );
	position: absolute;
	bottom: 0;
	left: 0;
}*/

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

#home_about_top_inner {
    width: 100%;
    max-width: 1200px;
    height: inherit;
    margin: 0 auto;
    padding: 0;
    position: relative;
	display: flex;
	gap: 100px;
	align-items: center;
}

#home_about_top_left {
	width: 50%;
	max-width: 600px;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
}

#home_about_top_left h2 {
	margin: 0;
}

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

#home_contact {
	width: 90%;
	margin: 0 0 100px 0;
	padding: 50px 5% 100px 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: 50px 0 0 0;
	padding: 0;
	position: relative;
	display: flex;
	justify-content: center;
	gap: 50px;
	flex-wrap: wrap;
}

#home_fullmenu {
	width: 90%;
	margin: 0 0 100px 0;
	padding: 50px 5% 100px 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 100px 0;
	padding: 50px 5% 100px 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 100px 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::before {
	content: '';
	width: 100%;
	height: 400px;
	background-color: #f4bcd7;
	mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
	mask-size: 100% 400px;
    -webkit-mask-size: 100% 400px;
	mask-position: 100%;
    -webkit-mask-position: 100%;
	mask-image: radial-gradient(
        ellipse 50% 400px at 50% 0%,
        transparent 100%, 
        #000 100%
    );
    -webkit-mask-image: radial-gradient(
        ellipse 50% 400px at 50% 0%, 
        transparent 100%, 
        #000 100%
    );
	position: absolute;
	bottom: 0;
	left: 0;
}*/

#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: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}

#home_locations {
	width: 90%;
	height: 600px;
	margin: 0 0 100px 0;
	padding: 50px 5% 100px 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_container {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	display: flex;
	justify-content: space-between;
}

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

#main {
	width: 90%;
	margin: 0;
	padding: 100px 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_container {
	display: none;
}

#treats {
	width: 85%;
	max-width: 1000px;
	font: normal 1.125em "Bloomsbury Sans", arial, sans-serif;
    line-height: 1.5em;
    color: #000;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	column-count: 2;
	column-gap: 100px;
}

/* Classes */

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

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

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

.flavors_image {
	width: 150px;
	margin: 0 auto 25px 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: 300px;
	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: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 100;
	display: none;
}

.flavors_popup_image {
	width: 50px;
	margin: 0 auto 15px 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 15px 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 15px 0;
	padding: 0;
}

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

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

.ghost:hover {
	color: #fff;
	background-color: #f4bcd7;
    border: 1px solid #f4bcd7;
}

.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;
}

.ghost_popup:hover {
	color: #e31088;
	background-color: #fff;
    border: 1px solid #fff;
}

.locations {
	text-align: left;
}

.locations:nth-child(2n) {
	text-align: center;
}

.locations:nth-child(3n) {
	text-align: right;
}

.menu {
	cursor: pointer;
}

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

.menu ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
}

.menu ul li a {
	font: normal 1em "Bloomsbury Sans", arial, sans-serif;
    text-transform: uppercase;
	text-decoration: none;
    color: #000;
	margin: 0;
	padding: 0;
    cursor: pointer;
	transition: all .25s ease-in-out;
    display: inline-block;
}
	
.menu ul li a:hover {
	color: #e31088;
	cursor: pointer;
}

.menu_container {
	width: 100%;
    margin: 0;
	padding: 0;
}

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

.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/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 1.125em "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: 2px solid #f4bcd7 !important;
	border-radius: 0 !important;
    cursor: pointer !important;
	transition: all .25s ease-in-out !important;
    box-sizing: border-box !important;
    display: inline-block !important;
}

.gform_footer input[type="submit"]:hover {
    color: #fff !important;
	background-color: #f4bcd7 !important;
    border: 2px solid #f4bcd7 !important;
}

.gform_required_legend {
	display: none !important;
}

.gform_wrapper {
	width: 50% !important;
	max-width: 600px !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: 50px 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: 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.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 25px 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 25px 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: 10px 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: 10px 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;
}

#sb_instagram #sbi_load .sbi_load_btn:hover,
#sb_instagram .sbi_follow_btn a:hover {
    color: #f4bcd7 !important;
	background-color: #000 !important;
    border: 2px solid #000 !important;
}

.sbi_photo_wrap {
    border: 2px solid #0e99c4 !important;
}

/* Animated Hamburger */

.hamburger {
	display: none;
}

}

/* End */