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

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

/* Color Values

Blue: #7a9ab7 (122,154,183)
Gray: #63666f (99,102,111)
White: #fff (255,255,255)

*/

/* Fonts */

@font-face {
	font-family: "Brandon Grotesque Bold";
	src: url('fonts/brandon_grotesque_bold.otf') format('opentype');
}

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

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

@font-face {
	font-family: "Conthrax Semibold";
	src: url('fonts/conthrax_semibold.ttf') format('truetype');
}

/* Basic Elements */

a:link, a:visited {
	font: normal 1em "Brandon Grotesque Bold", arial, sans-serif;
	text-decoration: none;
	color: #7a9ab7;
	transition: color .25s ease-in-out;
}
	
a:hover, a:visited:hover {
	text-decoration: none;
	color: #63666f;
}

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 "Brandon Grotesque Regular", arial, sans-serif;
	line-height: 1.5em;
	color: #63666f;
	margin: 0 auto;
	padding: 0;
}

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

h1 {
	font: normal 2.5em "Conthrax Semibold", arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .05em;
	line-height: 1em;
	color: #7a9ab7;
	margin: 0 0 25px 0;
	padding: 0;
}

h2 {
	font: normal 2.5em "Conthrax Semibold", arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .05em;
	line-height: 1em;
	color: #fff;
	margin: 0 0 25px 0;
	padding: 0;
}

h3 {
	font: normal 1.5em "Conthrax Semibold", arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .05em;
	line-height: 1em;
	color: #7a9ab7;
	margin: 0 0 25px 0;
	padding: 0;
}

hr {
	border: none 0; 
	border-top: 2px dotted #7a9ab7;
	height: 3px;
	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 "Brandon Grotesque Bold", 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;
	z-index: 0;
}

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

#f_left {
	font: normal .875em "Brandon Grotesque Regular", arial, sans-serif;
	line-height: 1em;
	color: #63666f;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

#f_left a:link, #f_left a:visited {
	font: normal 1em "Brandon Grotesque Regular", arial, sans-serif;
	text-decoration: none;
	color: #63666f;
	transition: color .25s ease-in-out;
}
	
#f_left a:hover, #f_left a:visited:hover {
	text-decoration: none;
	color: #7a9ab7;
}

#f_logo {
	height: 90px;
	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: 90px;
	margin: 0 auto;
	padding: 0; 
}

#f_right {
	font: normal .875em "Brandon Grotesque Regular", arial, sans-serif;
	line-height: 1em;
	color: #63666f;
	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 "Brandon Grotesque Regular", arial, sans-serif;
	text-decoration: none;
	color: #63666f;
	transition: color .25s ease-in-out;
}
	
#f_right a:hover, #f_right a:visited:hover {
	text-decoration: none;
	color: #7a9ab7;
}

#footer {
	width: 90%;
	height: 90px;
	margin: 0;
	padding: 25px 5%;
	position: relative;
	border-top: 15px solid #7a9ab7;
}

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

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

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

#h_logo {
	width: 100%;
	max-width: 150px;
	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: 150px;
	margin: 0 auto;
	padding: 0;
	transition: all .25s ease-in-out;
}

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

#header {
	width: 90%;
	height: 70px;
	margin: 0 auto;
	padding: 25px 5%;
	position: absolute;
	top: 0;
	left: 0;
	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_how {
	width: 90%;
	margin: 0 0 50px 0;
	padding: 0 5%;
	position: relative;
}

#home_how_inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

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

#home_intro:before {
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	background: linear-gradient(0deg, rgba(255,255,255,0) 65%, rgba(255,255,255,1) 90%);
}

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

#home_intro_logo {
	width: 100%;
	max-width: 300px;
	margin: 0 auto 50px auto;
	padding: 0;
}

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

#home_intro_text {
	width: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 25px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	z-index: 1;
}

#home_intro_title {
	font: normal 2em "Brandon Grotesque Regular", arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .05em;
	line-height: 1em;
	color: #63666f;
	margin: 0 0 50px 0;
	padding: 0;
}

#home_offer {
	width: 90%;
	margin: 0;
	padding: 75px 5%;
	position: relative;
	background: #fff no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border-top: 15px solid #7a9ab7;
	z-index: 0;
}

#home_offer_inner {
	width: 100%;
	max-width: 550px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: center;
}

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

#home_roof {
	width: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

#how_container {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

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

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

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

#main_top:before {
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	background: linear-gradient(0deg, rgba(255,255,255,0) 65%, rgba(255,255,255,1) 90%);
}

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

#main_top_text {
	width: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 100px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	z-index: 1;
}

#main_top_title {
	font: normal 2.5em "Conthrax Semibold", arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .05em;
	line-height: 1em;
	color: #7a9ab7;
	margin: 0;
	padding: 0;
}

#menu {
	cursor: pointer;
}

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

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

#menu ul li a {
	font: normal 1em "Brandon Grotesque Regular", arial, sans-serif;
    text-transform: uppercase;
	letter-spacing: .05em;
	text-decoration: none;
    color: #63666f;
	margin: 0;
	padding: 0 0 40px 0;
    transition: all .25s ease-in-out;
}
	
#menu ul li a:hover {
	text-decoration: none;
    color: #7a9ab7;
    cursor: pointer;
}

#menu ul li:hover > a {
    color: #7a9ab7;
}

#menu ul li > ul {
	width: 150px;
    display: block;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 20px;
    left: 50%;
	transform: translateX(-50%);
	margin: 0;
    padding: 20px;
    background-color: rgba(122,154,183,.9);
    text-align: center;
	z-index: 1;
    transition: all .25s ease-in-out;
}

#menu ul li:hover > ul {
    display: block;
    opacity: 1;
    visibility: visible;
    top: 40px;
}

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

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

#menu ul li > ul li a {
	font: normal .75em "Brandon Grotesque Regular", arial, sans-serif;
    text-transform: uppercase;
	letter-spacing: .05em;
	text-decoration: none;
	color: #fff;
	margin: 0;
	padding: 0;
    display: block;
    transition: all .25s ease-in-out;
}
	
#menu ul li > ul li a:hover {
	text-decoration: none;
    color: #63666f;
    cursor: pointer;
}

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

#mobile_menu_container {
	display: none;
}

#proverbs {
	width: 100%;
	max-width: 600px;
	margin: 75px auto 0 auto;
	padding: 0;
	text-align: center;
}

#proverbs_text {
	font: normal 1.125em "Conthrax Semibold", arial, sans-serif;
	line-height: 1.25em;
	color: #7a9ab7;
	margin: 0;
	padding: 0;
}

#proverbs_verse {
	font: normal 1.125em "Brandon Grotesque Regular", arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .05em;
	line-height: 1.25em;
	color: #63666f;
	margin: 0;
	padding: 0;
}

#roof {
	width: 100%;
	min-width: 1920px;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 0;
}

#social_container {
	margin: 0 0 10px 0;
	padding: 0;
}

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

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

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

#what_team {
	width: 100%;
	max-width: 350px;
	margin: 0 50px 25px 0;
	padding: 0;
	float: left;
}

#what_team img {
	width: 100%;
	height: auto;
	max-width: 350px;
	border: 10px solid #7a9ab7;
	box-sizing: border-box;
}

#window {
	width: 100%;
	max-width: 100px;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 90px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 0;
}

/* Classes */

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

.disclaimer { 
	font: normal .875em "Brandon Grotesque Italic", arial, sans-serif;
	line-height: 1.5em;
	color: #63666f;
	margin: 0;
	padding: 0;
}

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

.ghost_blue {
	font: normal 1em "Brandon Grotesque Bold", arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .05em;
	line-height: 1em;
	color: #fff;
	margin: 0;
	padding: 10px 20px;
	background-color: #7a9ab7;
	border: 1px solid #7a9ab7;
    cursor: pointer;
	transition: all .25s ease-in-out;
    box-sizing: border-box;
    display: inline-block;
}

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

.giving {
	width: 100%;
	margin: 0 0 50px 0;
	padding: 0 0 50px 0;
	border-bottom: 2px dotted #7a9ab7;
	display: flex;
	justify-content: space-between;
}

.giving:nth-child(even) {
	flex-direction: row-reverse;
}

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

.giving_image {
	width: 100%;
	max-width: 350px;
	margin: 0 0 0 50px;
	padding: 0;
}

.giving:nth-child(even) > .giving_image {
	margin: 0 50px 0 0;
}

.giving_image img {
	width: 100%;
	height: auto;
	max-width: 350px;
	border: 10px solid #7a9ab7;
	box-sizing: border-box;
}

.giving_text {
	width: calc(100% - 500px);
	margin: 0 50px 0 0;
	padding: 0;
}

.giving:nth-child(even) > .giving_text {
	margin: 0 0 0 50px;
}

.giving_title {
	font: normal 1.25em "Conthrax Semibold", arial, sans-serif;
	text-transform: uppercase;
	color: #63666f;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 2px solid #7a9ab7;
}

.how {
	width: 100%;
	max-width: 320px;
	margin: 0 0 50px 0;
	padding: 0;
	text-align: center;
}

.how_title {
	font: normal 1em "Conthrax Semibold", arial, sans-serif;
	text-transform: uppercase;
	color: #63666f;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 2px solid #7a9ab7;
}

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

.team {
	width: 100%;
	margin: 0 0 50px 0;
	padding: 0 0 50px 0;
	border-bottom: 2px dotted #7a9ab7;
	display: flex;
	justify-content: space-between;
}

.team:nth-child(even) {
	flex-direction: row-reverse;
}

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

.team_image {
	width: 100%;
	max-width: 350px;
	margin: 0 0 0 50px;
	padding: 0;
}

.team:nth-child(even) > .team_image {
	margin: 0 50px 0 0;
}

.team_image img {
	width: 100%;
	height: auto;
	max-width: 350px;
	border: 10px solid #7a9ab7;
	box-sizing: border-box;
}

.team_name {
	font: normal 1.25em "Conthrax Semibold", arial, sans-serif;
	text-transform: uppercase;
	color: #63666f;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 2px solid #7a9ab7;
}

.team_text {
	width: calc(100% - 500px);
	margin: 0 50px 0 0;
	padding: 0;
}

.team:nth-child(even) > .team_text {
	margin: 0 0 0 50px;
}

.testimonial {
	width: 100%;
	margin: 0 0 50px 0;
	padding: 0 0 50px 0;
	border-bottom: 2px dotted #7a9ab7;
}

.testimonial:nth-child(even) {
	text-align: right;
}

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

.testimonial_name {
	font: normal .875em "Conthrax Semibold", arial, sans-serif;
	text-transform: uppercase;
	color: #63666f;
	margin: 0;
	padding: 0;
}

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

.transaction {
	width: 100%;
	margin: 0 0 50px 0;
	padding: 0 0 50px 0;
	border-bottom: 2px dotted #7a9ab7;
	display: flex;
	justify-content: space-between;
}

.transaction:nth-child(even) {
	flex-direction: row-reverse;
}

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

.transaction_image {
	width: 100%;
	max-width: 350px;
	margin: 0 0 0 50px;
	padding: 0;
}

.transaction:nth-child(even) > .transaction_image {
	margin: 0 50px 0 0;
}

.transaction_image img {
	width: 100%;
	height: auto;
	max-width: 350px;
	border: 10px solid #7a9ab7;
	box-sizing: border-box;
}

.transaction_text {
	width: calc(100% - 500px);
	margin: 0 50px 0 0;
	padding: 0;
}

.transaction:nth-child(even) > .transaction_text {
	margin: 0 0 0 50px;
}

.transaction_title {
	font: normal 1.25em "Conthrax Semibold", arial, sans-serif;
	text-transform: uppercase;
	color: #63666f;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 2px solid #7a9ab7;
}

/* Form */

#gform_wrapper_1 .gfield_label {
    font: normal 1em "Brandon Grotesque Regular", arial, sans-serif !important;
	text-transform: uppercase !important;
	line-height: 1em !important;
	color: #63666f !important;
	margin: 0 0 5px 0 !important;
	padding: 0 !important;
}

#gform_wrapper_1 .gform_wrapper .gfield_required {
    color: #fff !important;
    margin-left: 2px !important;
}

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

.gfield_label {
    font: normal 1em "Brandon Grotesque Regular", arial, sans-serif !important;
	text-transform: uppercase !important;
	line-height: 1em !important;
	color: #7a9ab7 !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 0 25px 0 !important;
	padding: 0 !important;
}

.gform_footer input.button,
.gform_footer input[type="submit"] {
    font: normal 1em "Brandon Grotesque Bold", arial, sans-serif !important;
	text-transform: uppercase !important;
	letter-spacing: .05em !important;
	line-height: 1em !important;
	color: #fff !important;
	margin: 0 !important;
	padding: 10px 20px !important;
	background-color: #7a9ab7 !important;
	border: 1px solid #7a9ab7 !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: #63666f !important;
    border: 1px solid #63666f !important;
	-webkit-appearance: none !important;
	border-radius: 0 !important;
}

.gform_required_legend {
	display: none !important;
}

.gform_wrapper {
	width: 100% !important;
	margin: 0 auto !important;
	text-align: left !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: #7a9ab7 !important;
    margin-left: 2px !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 1em "Brandon Grotesque Bold", arial, sans-serif !important;
	line-height: 1em !important;
	color: #fff !important;
	margin: 0 0 5px 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 "Brandon Grotesque Bold", 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 "Brandon Grotesque Regular", arial, sans-serif !important;
	line-height: 1em !important;
	color: #63666f !important;
    margin: 0 !important;
    padding: 10px !important;
    background-color: rgba(255,255,255,.35) !important;
    border: 2px solid #63666f !important;
    box-sizing: border-box !important;
	-webkit-appearance: none !important;
	border-radius: 5px !important;
}

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

.ginput_container select {
	width: 100% !important;
	font: normal 1em "Brandon Grotesque Regular", arial, sans-serif !important;
	line-height: 1em !important;
    color: #63666f !important;
    margin: 0 !important;
    padding: 10px !important;
    background-color: rgba(255,255,255,.35) !important;
    border: 2px solid #63666f !important;
    box-sizing: border-box !important;
	-webkit-appearance: none !important;
	border-radius: 5px !important;
}

.ginput_container textarea {
	width: 100% !important;
	height: 8em !important;
	font: normal 1em "Brandon Grotesque Regular", arial, sans-serif !important;
	line-height: 1em !important;
    color: #63666f !important;
    margin: 0 !important;
    padding: 10px !important;
    background-color: rgba(255,255,255,.35) !important;
    border: 2px solid #63666f !important;
    box-sizing: border-box !important;
    resize: none !important;
	-webkit-appearance: none !important;
	border-radius: 5px !important;
}

img.gform_ajax_spinner {
	display: none !important;
}

.validation_error {
	display: none !important;
}

.validation_message {
	font: normal .75em "Brandon Grotesque Bold", 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 */