/*
Theme Name: Engine Key Ordering System
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: engine-key-ordering-system
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Engine Key Ordering System is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans');
	@font-face{
        font-family:'Open Sans';
        font-style:normal;
        font-weight:400;
        src:local('Open Sans'),
            local('OpenSans'),
            url('https://fonts.gstatic.com/s/opensans/v10/cJZKeOuBrn4kERxqtaUH3bO3LdcAZYWl9Si6vvxL-qU.woff') format('woff');
    }
    
html {
	font-family:'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
	background-color: #F3F3F5 !important;
	color: #414A5C;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	color: #42495B;
	background-color: transparent;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

a:active,
a:visited,
a:hover {
	outline: 0;
	color: #42495B;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #414A5C;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 4px solid #E8E9EB;
	 border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    background: #85BF10;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0), inset 0 15px 17px rgba(255, 255, 255, 0), inset 0 -5px 12px rgba(0, 0, 0, 0.3) !important;
	color: white;
	font-size: 21px !important;
	line-height: 1;
	padding: 14px 25px;
	font-weight: 100;
	text-transform: lowercase;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {

	box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.3), inset 0 15px 17px rgba(0, 0, 0, 0), inset 0 -5px 12px rgba(255, 255, 255, 0);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.3), inset 0 15px 17px rgba(0, 0, 0, 0), inset 0 -5px 12px rgba(255, 255, 255, 0);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
/* 	color: #8D929D; */
	border: none;
	 border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
	font-size: 16px;
	font-style: italic;
	outline: none;
	padding: 8px 25px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #8D929D;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {

}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #42495B;
}

a:visited {
	color: #42495B;
}

a:hover,
a:focus,
a:active {
	color: #42495B;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
.site-main {
	max-width: 1000px;
	margin: 10px auto 40px;
}
.entry-header {
	padding: 0 16px;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/*--------------------------------------------------------------
## Tobstar coding here
--------------------------------------------------------------*/
.site-branding, .entry-content, .site-footer {
	max-width: 1000px;
	margin: 10px auto 40px;
	padding: 0 16px;
}
.site-branding {
	height: 180px;
}
h2.site-description {
	max-width: 1000px;
	margin: 0 auto;
	font-size: 22px;
	padding-top: 6px;
	padding: 6px 16px 0;
}
h2.site-description span {
	font-weight: 100;
	margin-left: 16px;
}
.site-header {
	background-color: #414A5C;
	color: #F3F3F5;
	position: relative;
}
.dark-bar {
	position: absolute;
	width: 100%;
	bottom: 0px;
	height: 128px;
	background-color: #313845;
}
.dark-bar p {
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 6px;
	padding: 6px 16px 0;
	font-size: 14px;
}
h1.site-title {
	margin: 0;
	padding: 20px 0;
}
.order-info {
		min-height: 48px;
		border-bottom: #8D929D solid 1px;

}
.order-info span {
/* 	line-height: 48px; */
	font-size: 15px;
	max-width: 1000px;
	margin: 0px auto;
	display: block;
	padding: 16px;
}
.main-content {
	margin-top: 45px;	
}
#property_search label {
	display: block;
	font-size: 20px;
	line-height: 42px;
}
#se_search_element_id {
	width: 68%;
	margin-right: 14px;
	outline: none;
}

.ac_results {
	list-style: none;
	max-width: 1000px;
	margin: 0px auto;
	margin-top: -80px;
}
ul.ac_results li {
	cursor: pointer;	
}

ul.ac_results li:hover {
	text-decoration: underline;
}
span.ac_match {
	color: red !important;
}
#field_2_1 label {
	font-size: 20px;
	font-weight: normal;
	line-height: 42px;
	margin-top: 0 !important;
}
#field_2_1 input {
	width: 68%;
}
.gform_wrapper #input_2_1, #se_search_element_id {
		color: #8D929D !important;
	border: 4px solid #E8E9EB;
	 border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
	font-size: 21px !important;
	outline: none;
	padding: 8px 25px !important;
	font-style: normal;

}

.gform_wrapper input[type=text] {
/* 		color: #8D929D !important; */
	 border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
	font-size: 16px !important;
	outline: none;
	padding: 4px 8px !important;

}



#label_2_2_1, #label_2_2_0, #label_2_2_2{
	font-size: 20px;
	font-weight: normal;
}
h2.gsection_title {
	font-size: 20px;
	color: #84BB00;
	font-weight: 600 !important;
}
.gform_wrapper {
	margin: 0 !important;
}
.gform_wrapper .gsection {
	border-bottom: none !important;
}


.entry-content {
  overflow: hidden;
	
}

.gsection {
  line-height: 0.5;
}
.gsection .gsection_title {
  display: inline-block;
  position: relative;  
}

.gsection .gsection_title:after {
  content: "";
  position: absolute;
  height: 6px;
  border-bottom: 1px solid #8D929D;
  top: 0;
  width: 900px;
}
.gsection .gsection_title:after {
  left: 100%;
  margin-left: 15px;
}

.gform_wrapper .gfield_radio li label {
	padding-left: 0 !important;
	margin-left: 0 !important;
}

input[type=checkbox]:not(old),
input[type=radio   ]:not(old){
  width   : 24px;
  height   : 24px;
  margin  : 0;
  padding : 0;
  opacity : 0;
  margin-right: 26px;
}

input[type=checkbox]:not(old) + label,
input[type=radio   ]:not(old) + label{
  display      : inline-block;
  margin-left  : -28px;
  padding-left : 28px;
  background   : url('img/checks.png') no-repeat 0 0;
  line-height  : 24px;
}

input[type=checkbox]:not(old):checked + label{
  background-position : 0 -48px;
}

input[type=radio]:not(old):checked + label{
  background-position : 0 -96px;
}
.gform_wrapper .gfield_radio li label {
	margin: 0 0 0 0px !important;
}
.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
	line-height: 1.3 !important;
	margin: 0 4px 0 4px !important;
}
#label_2_42_1, #label_2_25_1 {
	line-height: 1.5 !important;
}
#field_2_25 .gfield_label {
	display: none;
}
body .gform_wrapper label.gfield_label+div.ginput_container {
	margin-top: 0 !important;
}
#field_2_9 .gfield_label {
	display: none;
}
#input_2_9 {
	margin-top: 0 !important;
}

/* product lines */
#field_2_22 label.gfield_label {
		width: 247px !important;

}
.gform_wrapper li.gfield_price label.gfield_label, label.gfield_label {
	font-weight: 700 !important;
	display: inline-block !important;
	width: 200px !important;
}
#field_2_23 label {
	font-weight: 700 !important;
	display: inline-block !important;
		width: 247px !important;
	
}
.gform_wrapper li.gfield_price .ginput_container, #field_2_23 .ginput_container {
	display: inline-block !important;
	
}
.gform_wrapper li.gfield_price {
	margin-bottom: 4px;
}
.gfield_label {
	font-size: 16px !important;
	font-weight: normal !important;
	margin-top: 10px !important;
	line-height: 1 !important;
}
.gform_wrapper span.ginput_quantity_label {
	margin-left: 30px !important;
}
.gform_wrapper span.ginput_product_price, .ginput_total {
	color: #414a5c !important;
}
.ginput_product_price, .ginput_shipping_price, .ginput_total {
	width: 94px !important;
	text-align: right !important;
	display: inline-block;
}
#field_2_37 button {
	font-size: 16px !important;
	padding: 8px 14px;
}
.gform_wrapper ul li.column2 {
	display: inline-block;
	width: 50% !important;
}
.gform_wrapper ul li input.medium {
	width: 100% !important;
}
.gform_wrapper ul #field_2_6, .gform_wrapper ul #field_2_3, .gform_wrapper ul #field_2_41 {
	margin-right: 2% !important;
	width: 48% !important;
}
#field_2_1 label.gfield_label {
	font-size: 20px !important;
	font-weight: normal !important;
}
.gform_wrapper div.gform_card_icon {
	margin-right: 20px !important;
	text-indent: -9000px;
	background-repeat: no-repeat;
	width: 63px !important;
	height: 39px !important;
	float: left;
	margin-bottom: 12px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_amex {
	background-position:0 0 !important;
	background-image: url(img/american-express.png);
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_mastercard {
	background-position:0 0 !important;
	background-image: url(img/mastercard.png);
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_visa {
	background-position:0 0 !important;
	background-image: url(img/visa.png);
}
#field_2_34 label {
	font-weight: 700 !important;
	font-size: 16px !important;
	letter-spacing: normal !important;
	clear: both;
}
form select {
	-moz-appearance: none;
 text-indent: 0.01px;
   text-overflow: '';
box-shadow:none;
text-shadow:none;
  width: 33% !important;
  line-height: 32px;
 border: none;
  border-radius: 2;
height: 32px;
  -webkit-appearance: none;
background-color: white;
padding: 0px 0px 0px 4px;
font-style: italic;
outline: none;
background-repeat: no-repeat;
cursor: pointer;
font-size:16px;
padding-left:8px !important; 
background-image: url(img/down-arrow.png);
background-position: 95% 14px;
background-repeat: no-repeat;
}

/* validation error */
.gform_wrapper .top_label .gfield_error {
/* 	width: 100% !important; */
}
.gform_wrapper .validation_message, .gform_wrapper .gfield_required, .gform_wrapper div.validation_error, .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label, .gform_wrapper li.gfield_error ul.gfield_radio {
	color: red !important;
	
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning, .gform_wrapper div.validation_error {
	background-color: transparent !important;
	border: none !important;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
	margin: 0 !important;
}
.gform_wrapper .gfield_error .gfield_label, .gform_wrapper li.gfield_error ul.gfield_checkbox {
	color: #414A5C !important;
}
.gform_wrapper li.gfield_error input[type=email], .gform_wrapper li.gfield_error input[type=number], .gform_wrapper li.gfield_error input[type=password], .gform_wrapper li.gfield_error input[type=tel], .gform_wrapper li.gfield_error input[type=text], .gform_wrapper li.gfield_error input[type=url], .gform_wrapper li.gfield_error textarea {
	border: none !important;
	background-color: rgba(255, 0, 0, 0.1);
}
.entry-content i {
	margin-bottom: 8px;
	display: block;
	font-size: 13px;
}
.entry-content i.note {
	margin-top: 18px;
}
.site-footer {
	height: 20px;
}
.gfield_html_formatted span {
	font-style: italic;
	font-size: 13px;
	display: block;
	margin-top: -10px;
	margin-bottom: 10px;
}
.keycode label {
	display: none !important;
}
.keycode .gfield_description {
	font-style: italic;
	font-size: 13px !important;
	margin-top: 0px;
}
#field_2_64 .ginput_container {
	display: block !important;
}
#field_2_22 .gfield_description, #field_2_64 .gfield_description, .gfield_description {
	font-style: italic;
	font-size: 13px !important;
	margin-top: 0px;
}
#field_2_71 {
	margin-bottom: 50px;
}
#field_2_22 {
	margin-top: 80px;
}