/* 
	Theme Name: The Mighty Wonton custom Marque.
	Theme URI: http://themightywonton.com/
	Version: 1.0
	Author: Miss Celine David
*/

/************************************************
*	NORMALIZE									*
************************************************/
@import url('css/normalize.css'); 

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,img,ins,q,small,strong,sub,sup,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;margin:0;padding:0}article,aside,figure,figure img,figcaption,hgroup,footer,header,nav,section,video,object{display:block}a img{border:0}figure{position:relative}figure img{width:100%}

/* temp */
.nav, .burger, .close-nav, .nav-mobile,
.row.duo {
	display: none !important;
}

.container.first {
	min-height: 1px !important;
}

/************************************************
*	COLOURS										*
************************************************/
/*	Dark Blue: #2e364e
	Light Blue: #57607b
*/

/************************************************
*	Overall  	              					*
************************************************/
html {
	height: 100%;
	min-height: 100%;
	font-size: 100%; /* to make sure IE behaves */
}

body {
	background: #FFF;
	font-family: 'GTWalsheimRegular', Helvetica, Arial, sans-serif;
	font-weight: normal; 
	font-style: normal;
	font-size: 1.12em;
	line-height: 1.35em;
	color: #2e364e;
	height: 100%;
	min-height: 100%;
	margin: 0;
    padding: 0;
	text-align: center;
	letter-spacing: 0.01em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Sticky footer Opera Fix*/
body:before {
	content:"";
	height: 100%;
	float: left;
	width: 0;
	margin-top: -32767px;
}

.wrapper {
	width: 100%;
	min-height: 100%;
	height: auto !important;
	margin: 0 auto -270px;
	background: #FFF;
}

.wrapper.holdstill {
	/*position: fixed;*/
	overflow: hidden;
}

hr {
	border: 0;
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #2e364e;
	opacity: 0.7;
	filter: alpha(opacity=70);
	margin: 20px 0 0 0;
}

.divider hr {
	margin: 0 auto;
	max-width: 100px;
}

strong {
	font-family: 'GTWalsheimMedium', Helvetica, Arial, sans-serif; 
	font-weight: normal; 
	font-style: normal;
}

em {
	font-family: 'GTWalsheimRegularOblique', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
}

p {
	padding-bottom: 30px;
}

img {
	width: 100%;
	height: auto;
}

li.widget { /* remove dots for Wonton widgets */
	list-style: none;
}

:focus { /* for Chrome and Safari */
	outline-style: none;
}

ul, ul li {
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/************************************************
*	CLEARFIX									*
************************************************/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/************************************************
*	Hyperlinks									*
************************************************/
a, a:visited {
	color: #2e364e;
}

a:hover {
	color: #57607b;
}

a img, a:hover img {
	border: 0;
}

/************************************************
*	Grid 						     		    * 
************************************************/
.container {
	margin: 0 80px;
}

.container.first {
	padding-top: 144px;
	min-height: 726px;
}

.content {
	width: 100%;
	max-width: 1040px;
	height: auto;
	margin: 0 auto;
	display: block;
}

.content img {
	padding: 50px 0 80px 0;
}

.thumb img {
	margin: 35px 0 70px 0;
	padding: 0;
}

img.vert {
	max-height: 520px;
	width: auto;
	margin: 0 auto;
	text-align: center;
}

.row {
	width: 85%;
	margin: 0 auto;
	overflow: hidden;
}

.row.collab { /* for team page */
	margin: 0 auto;
	overflow: hidden;
}

.row.duo { /* for home page 2 cols */
	width: 85%;
	margin: 0 auto;
	overflow: hidden;
}

.fullcol {
	float: left;
	min-height: 1px;
	width: 100%;
	margin: 0 auto;
}

.fullcol p {
	margin: 0 auto;
	width: 85%;
}

.collab .fullcol p {
	margin: 0 auto;
	width: 80%;
	padding-bottom: 0;
}

.duo .halfcol p {
	margin: 0 auto;
	width: 90%;
}

.halfcol {
	float: left;
	min-height: 1px;
	width: 47%;
	margin: 0 6% 0 auto;
}

.last {
	margin-right: 0 !important;
}

/************************************************
*	Content 					     		    * 
************************************************/
.header {
	width: 100%;
	background: #FFFFFF;
	position: fixed;
	z-index: 99;
	padding: 50px 0 30px 0;
}

.logo {
	width: 100%;
	float: left;
}

.logo img {
	max-width: 250px;
}

.logo.white {
	width: 250px;
	float: none;
	position: fixed;
	z-index: 99999;
	top: 40px;
    left: 50%;
    margin-left: -125px;
	display: none;
}

.nav {
	width: 40%;
	float: left;
	font-family: 'GTWalsheimMedium', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: .813em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.nav a, .nav a:visited,
.menu-item a, .menu-item a:visited {
	text-decoration: none;
	color: #2e364e;
}

.nav a:hover,
.menu-item a:hover {
	color: #57607b;
}

.nav-mobile {
	display: none;
}

.menu li {
	display: inline-block;
	float: left;
	margin-right: 55px;
	margin-top: 12px;
}

.menu li:last-child {
	margin-right: 0 !important;
}

li.current-menu-item a {
	color: #57607b !important;
}

.burger { 
	position: absolute;
    z-index: 100;
	width: 30px;
	margin-top: 5px;
	cursor: pointer;
	display: none;
	clear: both;
}

.burger span {
	background-color: #2e364e;
	height: 3px;
	margin-bottom: 6px;
	width: 100%;
	display: block;
}

.burger:hover span {
	background-color: #57607b;
}

.burger img {
	display: none;
}

.close-nav {
	position: fixed;
	z-index: 100;
	width: 25px;
	left: 32px;
	top: 35px;
	cursor: pointer;
	display: none;
}

.nav-mobile .logo {
	margin: 32px auto 20px auto;
}

.nav-mobile .menu li {
	font-size: 1.4em;
	margin-bottom: 20px;
	font-family: 'GTWalsheimMedium', Helvetica, Arial, sans-serif;
	font-weight: normal;
    margin-top: 0;
}

.nav-mobile .menu li a, .nav-mobile .menu li a:visited {
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .1em;
}

.centerbox {
	position: relative;
	height: 100%;
	width: 100%;
}

.nav-mobile .menu-main-menu-container {
	position: absolute;
	top: 50%;
	margin-top: -80px;
	width: 100%;
}

/************************************************
*	HOME 						     		    * 
************************************************/
.quote {
	/*font-size: 1.75em;
	line-height: 1.2em;*/
	margin-top: .5em;
	font-family: 'GTWalsheimMedium', Helvetica, Arial, sans-serif;
}

.quote:before {
	content: open-quote;
	width: 100%;
	float: left;
	font-size: 1.2em;
}

.quote:after {
	content: close-quote;
	width: 100%;
	float: left;
	font-size: 1.2em;
}

.quote p {
	padding-bottom: 15px /*25px*/;
	width: 85%;
}

.author {
	margin-top: .3em;
	float: left;
	width: 100%;
	/*font-size: 1.225em;*/
}

.address {
	font-size: 1.225em;
	letter-spacing: 0.07em;
	padding-top: 40px;
}

/************************************************
*	LOCATION 					     		    * 
************************************************/
.row.map {
	margin: 0 auto 40px;
	width: 100%;
	max-width: 850px;
}

.map .fullcol {
	padding: 20px 0 60px 0;
}

.wpgmp_map_container {
	box-shadow: 0 0 rgba(0, 0, 0, 0) !important;
}

.row.distances {
	margin: 0 auto 100px;
	width: 100%;
	max-width: 850px;
	background: #2e364e;
}

.distance-map, .distance-table {
	float: left;
	clear: none;
}

.distance-map {
	width: 40%;
}

.distance-map img {
	padding: 0 !important;
}

.distance-table {
	width: 60%;
}

.distance-table {
	color: #2e364e;
	text-align: left;
}

.distance-header {
	background: #57607b;
	font-family: 'HurmeGeometricSans1-Bold', Helvetica, Arial, sans-serif;
	font-weight: normal;
	padding: 20px 0;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 60px;
}

.distance-row {
	width: 80%;
	margin: 0 auto;
}

.distance-row p {
	margin-bottom: 0;
    padding-bottom: 20px;
    width: 85%;
    display: inline-block;
	float: left;
}

.distance-row:last-child p {
	padding-bottom: 0;
}

.distance-row p:before {
	content: " • ";
	font-size: 1.5em;
    line-height: 1em;
}

.distance-row span {
	margin-bottom: 0;
    padding-bottom: 20px;
    width: 15%;
    display: inline-block;
	float: left;
	line-height: 1.8em;
}


/************************************************
*	REGISTER BUTTON				     		    * 
************************************************/
.register {
	font-family: 'GTWalsheimMedium', Helvetica, Arial, sans-serif;
	font-weight: normal;
	letter-spacing: 0.025em;
}

.header .register {
	/*width: 40%;
	float: right;*/
	font-size: .813em;
	text-align: right;
	position: absolute;
    right: 30px;
}

.content .register {
	width: 305px;
	margin: 0 auto;
	font-size: .875em;
}

.footer .register {
	width: 265px;
	margin: 0 auto;
	font-size: .875em;
}

.register a {
	display: block;
	border: 1px solid #2e364e;
}

.nav-mobile .register a {
	display: block;
	border: 1px solid #2e364e;
}

.header .register a {
	width: 115px;
	padding: 4px 0 5px;
	float: right;
	text-align: center;
}

.content .register a, .footer .register a {
	padding: 5px 0 6px;
}

.register a:hover {
	border: 1px solid #57607b;
}

/************************************************
*	HOME 						     		    * 
************************************************/
.extra-info a {
	text-decoration: underline;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: .875em;
	margin: 0 auto 10px;
	max-width: 220px;
	display: block;
}

/************************************************
*	TEAM 						     		    * 
************************************************/
.member {
	margin-bottom: 55px;
	min-height: 245px;
	color: #2e364e;
	font-size: .7em;
	line-height: 1.65em;
	font-family: 'GTWalsheimMedium', Helvetica, Arial, sans-serif;
    font-weight: normal;
	padding: 0;
}

.member img {
	max-height: 80px !important;
	width: auto !important;
	max-width: auto;
	padding: 0 0 30px !important;
}

/************************************************
*	TYPOGRAPHY 					     		    * 
************************************************/
h1 { 
	font-family: 'GTWalsheimRegular', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 2.3em;
	line-height: 1.1em;
	letter-spacing: 0;
    padding-bottom: .35em;
    margin-bottom: 0.25em;
    display: inline-block;
    clear: both;
}

.duo h1 {
	margin-bottom: 30px;
	border-bottom: none;
}

.duo h1 a {
	border-bottom: 1px solid #2e364e;
}

.duo h1 a:hover {
	border-bottom: 1px solid #57607b;
}

h2 {
	font-family: 'GTWalsheimRegular', Helvetica, Arial, sans-serif; 
	font-size: 1em;
	font-weight: normal;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.team h2 {
	padding-bottom: 20px;
}

h1 a, h2 a {
	text-decoration: none;
}

/************************************************
*	CONTACT										*
************************************************/

/* shows when register form is open */
.contact-details { 
	position: fixed;
	bottom: 2.5em;
	color: #ffffff !important;
	display: none;
	z-index: 99999;
	width: 100%;
}

.contact-details h1 {
	font-size: 1em;
	padding-bottom: 20px;
	margin-bottom: 0;
}

.contact-details p {
	padding-bottom: 0 !important;
}

.contact-details a {
	color: #828aa2 !important;
}

/************************************************
*	GENERIC STYLES 								*
************************************************/
.hidemobile {
	display: block;
}

.showmobile {
	display: none;
}

.pt80 {
	padding-top: 80px;
}

.pt100 {
	padding-top: 100px;
}

.pt40 {
	padding-top: 40px;
}

.pb40 {
	padding-bottom: 40px;
}

.pt30 {
	padding-top: 30px;
}

/************************************************
*	FORM								 		* 
************************************************/
input {
	-webkit-appearance: none; /* for Safari fields */
	-moz-appearance: none;
	appearance: none;
    border-radius: 0; /* for Safari fields */
}

textarea {
	-webkit-appearance: none; /* for Safari fields */
	-moz-appearance: none;
	appearance: none;
    border-radius: 0; /* for Safari fields */
}

/************************************************
*	REGISTER BANNER						 		* 
************************************************/
.registration {
	width: 100%;
	background: #FFFFFF;
	color: #2e364e;
	padding: 75px 0 0;
}

.registration h1 {
	font-family: 'GTWalsheimMedium', Helvetica, Arial, sans-serif;
	border-bottom: none;
	margin-bottom: 16px;
}

.registration .register {
	width: 510px;
	margin: 0 auto 75px;
	font-size: 1.2em;
    line-height: 1em;
}

.registration .register a {
	display: block;
	border: 1px solid #2e364e;
	color: #2e364e;
	padding: 30px 0 33px 0;
}

.registration .register a:hover {
	border: 1px solid #57607b;
}

.registration .register a:hover {
	color: #57607b;
}

.suite {
	background: #f6f2ef;
	font-size: 1.225em;
	line-height: 1.3em;
	letter-spacing: 0.07em;
	padding: 50px 0;
}

.suite p {
	padding: 0;
	width: 90%;
	margin: 0 auto;
}

/************************************************
*	FOOTER								 		* 
************************************************/
/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

.footer, .push { 
	height: 270px;
	clear: both;
	width: 100%;
}

.footer {
	background: #2e364e;
	color: #FFFFFF;
}

.footer-content {
	width: 100%;
	max-width: 1040px;
	margin: 0 auto;
	padding: 80px 0 40px 0;
}

.footer h2 {
	font-family: 'GTWalsheimMedium', Helvetica, Arial, sans-serif; 
	font-weight: normal; 
	font-size: 1em;
	line-height: 1.15em;
	letter-spacing: 0.01em;
	text-transform: none;
	margin: 0;
}

.sponsors {
	width: 510px;
	margin: 0 auto;
	padding: 20px 0;
}

.sponsor-logo {
	float: left;
	clear: none;
	max-width: 70px;
	margin-right: 93px;
}

.sponsor-logo:nth-child(2) {
	max-width: 164px;
}

.sponsor-logo:nth-child(3) {
	max-width: 90px;
}

.sponsor-logo:last-child {
	margin-right: 0 !important;
}

.sponsor-logo span {
	height: 80px;
	vertical-align: middle;
    display: table-cell;
}

.sponsor-logo img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

/************************************************
*	PLUGINS 							 		* 
************************************************/
/* FLEXSLIDER */
.flexslider {
	margin: 0 !important;
	border-radius: 0 !important;
	border: 0 !important;
	height: 100% !important;
	width: 100% !important;
	overflow: hidden !important;
	top: 144px;
}

.flexslider .slides > li { 
	background-position: center;
	height: 100%;
	width: 100%;
	display: none; 
	-webkit-backface-visibility: hidden;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.flexslider-container, 
.flexslider .slides, 
.flex-viewport {
	height: 100%;
}

ul.slides {
	margin: 0;
	padding: 0;
}

.flexslider.loading .slides > li:first-child { opacity: 1 !important; display: none !important; }
.flexslider .slides > li { display: none; }

/* Include a no-js fallback */
.no-js .flexslider .slides > li:first-child {display: block;}

ul.showmobile {
	line-height: 1em;
}

.slides-nav {
	padding-top: 2em;
}

.flex-control-nav {
    bottom: 30px !important;
	z-index: 10;
}

.flex-control-nav li {
	margin: 0 0 0 20px !important;
	text-align: left !important;
	font-weight: normal;
}

.flex-control-paging li a {
	background: none !important; 
	border: 2px solid #fff !important;   
	box-shadow: none !important; 
	text-indent: 0 !important;
	color: transparent !important;
	text-decoration: none !important;
	width: 13px !important;
    height: 13px !important;
}

.flex-control-paging li a:hover {
	color: transparent !important;
	background: rgba(255, 255, 255, 0.6) !important; 
}

.flex-control-paging li a.flex-active {
	background: rgba(255, 255, 255, 1) !important;
	text-decoration: none !important;
}


/* POPUP MAKER */
#popmake-91 {
	border: 0;
	margin-top: -100px;
}

.pum-content.popmake-content {
	padding: 20px 40px 15px;
}

.pum-container .pum-content+.pum-close {
	position: fixed !important;
}

.pum-theme-86 .pum-content, .pum-theme-lightbox .pum-content {
	color: #2e364e !important;
}

.pum-theme-86 .pum-content + .pum-close {
	right: 20px;
	top: 20px;
	background-image: url('images/close-register.png');
	background-size: 100%;
	background-position: center top;
}

.pum-theme-86 .pum-content + .pum-close:hover {
	background-position: center bottom;
}

.pum-theme-86 .pum-title {
    display:none;
}

.pum-theme-86, .pum-theme-lightbox {
	background-color: rgba( 46, 54, 78, 1 ) !important;
}

/* GRAVITY FORMS */
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
	-moz-box-shadow: 0 0 0px 1000px transparent inset;
	box-shadow: 0 0 0px 1000px transparent inset;
}

.gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0 !important;
}

.gform_wrapper {
	margin: 0 !important;
	max-width: 100% !important;
	font-family: 'GTWalsheimRegular', Helvetica, Arial, sans-serif !important; 
	font-weight: normal !important;
	color: #ffffff !important;
}

.gform_ajax_spinner {
    display: none !important;
}

.gform_wrapper input[type=text] {
	padding: 0 0 3px 0 !important;
    text-indent: 0 !important;
    background-color: transparent;
	border-top: 0;
	border-left: 0;
	border-right: 0;
    border-bottom: 1px solid #ffffff;
	font-size: 1.35em !important;
}

input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	
	background: transparent;
	color: #FFFFFF;
	font-family: 'GTWalsheimMedium', Helvetica, Arial, sans-serif;
	font-weight: normal;
	border: none;
	padding: 0;
	border-bottom: 1px solid #fff;
	letter-spacing: .02em;
	width: 110px !important;
	margin-top: 0px !important;
	margin-right: 0px !important;
	position: relative;
    top: 70px;
}

.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 1.5em !important;
}

.gform_button:hover {
	background: transparent !important;
	color: #828aa2 !important;
	border-bottom: 1px solid #828aa2;
}

.ginput_container_text, .ginput_container_email, .ginput_container_phone {
	margin-top: 20px !important;
	margin-bottom: 0 !important;
}

body .gform_wrapper label.gfield_label+div.ginput_container {
    margin-top: 0 !important;
}

.gform_wrapper .gfield_label {
	text-transform: uppercase !important;
	font-weight: normal !important;
	letter-spacing: .1em !important;
	margin: 0 !important;
    padding-right: 5px !important;
	position: relative;
	top: 2px;
}

.gform_wrapper .gfield_required {
	display: none !important;
}

li#field_1_1 .gfield_label,
li#field_1_2 .gfield_label,
li#field_1_3 .gfield_label,
li#field_1_4 .gfield_label,
li#field_1_5 .gfield_label,
li#field_1_6 .gfield_label,
li#field_1_7 .gfield_label,
li#field_1_8 .gfield_label {
	display: none !important;
}

li#field_1_1, li#field_1_2, li#field_1_3, li#field_1_4,
li#field_1_5, li#field_1_6, li#field_1_7, li#field_1_8 {
	float: left;
	clear: none;
	margin-bottom: 15px;
	width: 100% !important;
}

li#field_1_8 {
	margin-bottom: 0 !important;
}

li#field_1_1 input.large,
li#field_1_2 input.large,
li#field_1_3 input.large,
li#field_1_4 input.large,
li#field_1_5 input.large,
li#field_1_6 input.large,
li#field_1_7 input.large,
li#field_1_8 input.large {
	width: 100% !important;
}

.gform_wrapper .gform_footer {
	margin: 20px 0 0 0 !important;
	padding: 0 !important;
	clear: none !important;
	width: 100% !important;
	text-align: center;
}

.gform_wrapper .validation_message {
	font-size: .725em !important;
	color: #ffffff !important;
	font-weight: normal !important;
}

.gform_wrapper li.gfield.gfield_error {
	background: none !important;
	border: 0 !important;
	margin-bottom: 5px !important;
}

.gform_wrapper div.validation_error {
	color: #ffffff !important;
	font-size: .875em !important;
	line-height: 1.5em !important;
	font-weight: normal !important;
	margin-bottom: 20px !important;
	border-top: 0 !important;
	border-bottom: 0 !important;
	padding: 20px 0 0 0 !important;
	width: 100% !important;
	text-align: center !important;
}

.gform_wrapper .gfield_error .gfield_label {
	color: #ffffff !important;
}

.gform_wrapper li.gfield_error input[type=text] {
	border-left: 0 !important;
	border-right: 0 !important;
	border-top: 0 !important;
	border-bottom: 1px solid #ffffff !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
	margin-left: 0 !important;
	width: 100% !important;
	max-width: 100% !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
	max-width: 100% !important;
	width: 100% !important;
	padding: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.gform_wrapper .left_label .gfield_description {
	width: 100% !important;
	padding: 5px 0 0 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}
	
.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
	margin-top: 0 !important;
	margin-bottom: 0px !important;
}

.gform_wrapper li#field_1_3.gfield.gfield_error.gfield_contains_required {
	margin-bottom: 0 !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
	margin-left: 0 !important;
}

.gform_wrapper .gfield_description.validation_message, .gform_wrapper .top_label .gfield_description.validation_message {
	padding: 0 !important;
}

.gform_wrapper .ginput_container+.gfield_description.validation_message {
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}	

.clear_field .gfield_description.validation_message {
	padding-bottom: 0 !important;
}

#field_1_8 label {
	display: none !important;
}

.gforms_confirmation_message {
	border: 1px solid #ffffff !important;
}
 
.gform_confirmation_message_1 {
	line-height: 2.5em !important; 
	font-size: 1.1em !important;
	padding: 30px 0 !important;
	color: #FFF !important;
	text-align: center !important;
}

.gform_wrapper .left_label select.large {
	width: 100% !important;
}

.gform_wrapper.gf_browser_gecko ul.gform_fields li.gfield select,
#input_1_8.large.gfield_select {
	font-size: 1.35em !important;
}

.gform_wrapper select option {
	padding: .125em 0 !important;
}

select {
	background-color: transparent;
	border: none !important;
	border-bottom: 1px solid #FFF !important;
	border-radius: 0 !important;
	padding: 0 0 .1em 0 !important;
		
	-webkit-appearance: none;
	-moz-appearance: none;
	apperance: none;
}

select option {
  color: black;
}

/************************************************
*	MEDIA QUERIES						 		* 
************************************************/
@media only screen and (max-device-width: 1024px) {
	.mobile-arrow {
		display: block;
	}
}

@media screen and (min-width: 769px) {
	.burger, .close-nav, .nav-mobile {
		display: none !important;
	}
}

@media screen and (max-height: 768px) {	
	input[type="submit"] {
		top: 40px;
	}
	
	.contact-details {
		font-size: 0.8em;
    	line-height: 1.15em;
	}
	
	.contact-details h1 {
		padding-bottom: 10px;
	}
	
	.gform_wrapper .gfield_label {
    	font-size: 0.8em !important;
		top: 6px;
	}
	
	.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"] {
		font-size: 1.25em !important;
	}
	
	.pum-content.popmake-content {
		padding: 0 30px 10px;
	}
	
	.gform_wrapper div.validation_error {
		margin-bottom: 5px !important;
	}
}

@media screen and (max-height: 680px) {
	.contact-details h1 {
		display: none;
	}
}

@media screen and (max-height: 640px) {
	#popmake-91 {
		max-width: 340px !important;
	}
	
	.gform_wrapper div.validation_error {
		font-size: 0.8em !important;
	}
	
	.gform_confirmation_message_1 {
		padding: 30px 0 30px !important;
	}
}

@media screen and (max-height: 580px) {
	.contact-details {
		display: none !important;
	}
}

@media screen and (max-height: 525px) {
	.logo.white {
		display: none !important;
	}
}

@media screen and (max-height: 500px) {
	.contact-details h1, 
	.contact-details p {
		display: none;
	}
}

@media screen and (max-height: 330px) {
	.contact-details h2 {
		display: none;
	}
}

/* WIDTH */

@media screen and (max-width: 1300px) {	
	.menu li {
		margin-right: 35px;
	}
}

@media screen and (max-width: 1080px) {
	.header .container {
		margin: 0 50px;
	}
}

@media screen and (max-width: 1065px) {	
	.row {
		width: 67.5%;
	}
}

@media screen and (max-width: 1024px) {
	.header .container {
		margin: 0 40px;
	}
	
	.row {
		width: 72.5%;
	}
	
	.duo .halfcol p {
		width: 100%;
	}
}

@media screen and (max-width: 965px) {
	.nav {
    	font-size: 0.74em;
	}
	
	.menu li {
		margin-right: 20px;

	}
	
	.distance-header {
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 915px) {	
	.row {
		width: 90.5%;
	}
}

@media screen and (max-width: 890px) {
	.member {
		min-height: 275px;
		margin-bottom: 35px;
	}
}

@media screen and (max-width: 875px) {	
	.header .container {
		margin: 0 30px;
	}
	
	.distance-header {
		margin-bottom: 30px;
	}
	
	.distance-row p,
	.distance-row span {
		padding-bottom: 15px;
	}
}

@media screen and (max-width: 850px) {
	
	.distance-row {
    	width: 90%;
	}
	
	.distance-row p {
		width: 83%;
		padding-left: 2%;
	}
}


@media screen and (max-width: 790px) {
	.distance-header {
		margin-bottom: 20px;
	}
	
	.distance-row p,
	.distance-row span {
		padding-bottom: 10px;
	}
}

@media only screen and (max-height: 768px) {
	.container.first {
		min-height: auto;
	}
}

@media only screen and (max-width: 768px) {
	.halfcol {
		margin: 0 auto;
		width: 100%;
	}
	
	.member {
		min-height: 1px;
		padding-bottom: 90px;
	}
	
	.header {
		position: static;
	}
	
	.nav, .header .register {
		display: none;
	}
	
	.nav-mobile {
		opacity: 1;
		position: fixed;
		z-index: 99;
		height: 100%;
		width: 100%;
		overflow: hidden;
		background: #2e364e;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		display: none;
	}
	
	.menu li {
		display: block;
		float: none;
		margin-right: 0;
		margin-top: 4px;
	}
	
	.burger {
		display: block;
	}
	
	.logo {
		width: 100%;
		margin-bottom: 4px;
	}
	
	.nav-mobile .register {
		clear: both;
		float: none;
		width: 100%;
		position: absolute;
		bottom: 30px;
		font-size: .813em;
	}
	
	.nav-mobile .register a {
		float: none;
		margin: 0 auto;
		width: 115px;
		padding: 4px 0 5px;
		text-align: center;
		color: #2e364e;
	}
	
	.nav-mobile .register a:hover {
		color: #57607b;
	}
	
	.flexslider {
		top: 0 !important;
	}
	
	.container.first {
		padding-top: 0;
		min-height: 240px;
	}
	
	.gform_wrapper ul.gform_fields li.gfield.gfield_error + li.gfield.gfield_error {
		margin-top: 0 !important;
	}
	
	.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
		line-height: 1.25em !important;
	}
	
	.duo .halfcol p {
		width: 95%;
	}
	
	.fullcol p {
		width: 100%;
	}
}

@media screen and (max-width: 736px) {	
	.distance-row {
		font-size: .9em;
	}
	
	.distance-row p,
	.distance-row span {
		padding-bottom: 5px;
	}
	
	.distance-row p {
		width: 85%;
		padding-left: 0; 
	}
}

@media screen and (max-width: 680px) {
	.distance-map {
		width: 100%;
	}
	
	.distance-table {
		width: 100%;
		padding-bottom: 35px;
	}
	
	.distance-header {
		margin-bottom: 30px;
	}
	
	.row {
		width: 100%;
	}
	
	.sponsors {
		padding: 20px 0 35px;
		width: 366px;
	}
	
	.sponsor-logo {
		margin-right: 20px;
	}
	
	.wrapper {
		margin-bottom: -261px;
	}
	
	.footer, .push {
		height: 261px;
	}
	
	.footer-content {
		padding: 65px 0 0;
	}
}

@media screen and (max-width: 640px) {
	.gform_wrapper div.validation_error {
		font-size: 0.8em !important;
	}
	
	.pum-content.popmake-content {
		padding: 0 20px 10px !important;
	}
}

@media screen and (max-width: 625px) {
	.container {
		margin: 0 50px;
	}
}

@media screen and (max-width: 580px) {
	.container {
		margin: 0 40px;
	}	
	
	.row {
		width: 100%;
	}
	
	.flex-control-nav {
		bottom: 15px !important;
		right: 15px;
	}
	
	.registration .register {
    	font-size: 1em;
		width: 420px;
	}
	
	.gforms_confirmation_message_1 {
		font-size: 0.9em !important;
	}
}

@media screen and (max-width: 480px) {
	.gform_wrapper .gfield_label {
    	font-size: 0.8em !important;
		top: 6px;
	}
	
	#popmake-91 {
		max-width: 340px !important;
	}
	
	.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type="submit"] {
		margin: 0 !important;
	}
	 
	 h1 {
		 font-size: 2em;
	 }
	 
	 .gform_wrapper.gf_browser_chrome select {
		width: 100% !important;
	}
}

@media screen and (max-height: 480px) {
	.gform_confirmation_message_1 {
		padding: 10px 0 !important;
	}
}

@media screen and (max-width: 466px) {
	.wrapper {
		margin-bottom: -272px;
	}
	
	.footer, .push {
		height: 272px;
	}
	
	.sponsors {
		width: 356px; 
	}
	
	.sponsor-logo {
		max-width: 63px;
	}
	
	.sponsor-logo:nth-child(2) {
		max-width: 157px;
	}
	
	.sponsor-logo:nth-child(3) {
		max-width: 75px;
	}
}

@media screen and (max-width: 425px) {
	img.vert {
		height: auto;
		width: 90%;
	}
	
	.content img {
		width: 90%;
		padding: 10px 0 40px;
	}
	
	.thumb img {
		width: 100% !important;
	}
	
	.logo img {
		max-width: 150px;
	}
	
	.nav-mobile .logo {
		margin: 22px auto 20px auto;
	}
	
	.logo.white {
		top: 25px;
	}
	
	.header {
		padding: 25px 0 12px;
	}
	
	.container, .header .container {
		margin: 0 20px;
	}
	
	.content {
		font-size: 0.9em;
		line-height: 1.3em;
	}
	
	.pb40 {
		padding-bottom: 20px;
	}
	
	.pt80 {
		padding-top: 40px;
	}
	
	.pt100 {
		padding-top: 50px;
	}
	
	h1 {
		margin-bottom: 20px;
	}
	
	.registration h1, .registration p {
		font-size: .9em;
	}
	
	.footer h2 {
		font-size: 0.7em;
	}
	
	.fullcol p {
		width: 100%;
		/*font-size: 0.85em;*/
	}
	
	.collab .fullcol .pb40 {
		padding-bottom: 20px;
	}
	
	.footer-content {
		padding: 40px 0 0 0;
	}
	
	.wrapper {
		margin-bottom: -200px;
	}
	
	.footer, .push {
		height: 200px;
	}
	
	.burger {
		margin-top: 3px;
	}
	
	.close-nav {
		left: 22px;
		top: 21px;
	}
	
	.nav-mobile .menu li {
		font-size: 1.1em;
		margin-bottom: 15px;
	}
	
	.flex-control-paging li a {
		height: 10px !important;
		width: 10px !important;
	}
	
	.registration .register {
		font-size: 0.8em;
    	width: 350px;
	}
	
	.registration .register a {
		padding: 17px 0 20px;
	}
	
	.thumb img {
    	margin: 15px 0 40px;
		padding: 0;
	}
	
	.gform_wrapper div.validation_error {
		margin-bottom: 0 !important;
	}
	
	.registration {
		padding: 45px 0 0;
	}
	
	.registration .register {
		margin-bottom: 35px;
	}
	
	.member {
		padding: 35px 0 60px;
	}
	
	.member img {
    	padding: 0 0 25px !important;
		max-height: 70px !important;
	}
	
	.distance-map img {
		width: 100%;
	}
	
	.map .fullcol {
		padding: 0 0 10px;
	}
	
	.row.distances {
    	margin: 0 auto 40px;
	}
	
	.address { 
		padding-top: 20px;
	}
	
	.address p {
		padding-bottom: 0;
		font-size: 0.85em;
	}
	
	.quote {
		margin-top: 0;
		/*font-size: 1.25em;*/
	}
	
	/*.author {
		font-size: 1.025em;
	} */
	
	.suite {
		font-size: .95em;
	}
}

@media screen and (max-width: 380px) {
	.fullcol p {
		width: 100%;
	}

	#popmake-91 {
		max-width: 300px !important;
	}
	
	.pum-content.popmake-content {
		padding: 0 20px !important;
	}
	
	.gform_wrapper li.gfield.gfield_error,
	.gform_wrapper li.gfield.gfield_error.gfield_contains_required,
	.gform_wrapper div.validation_error {
		margin-bottom: 0 !important;
	}
	
	.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"] {
		font-size: 0.9em !important;
	}
	
	.contact-details {
		font-size: 0.8em;
    	line-height: 1.15em;
	}
	
	.burger, .close-nav {
		width: 25px;
	}
	
	.pum-theme-86 .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close {
		width: 25px;
		height: 25px;
	}
	
	.contact-details h1 {
		padding-bottom: 10px;
	}
	
	.sponsor-logo {
		margin-right: 22px;
	}
	
	.sponsors {
		width: 340px;
	}
	
	li#field_1_1, li#field_1_2, li#field_1_3, li#field_1_4, 
	li#field_1_5, li#field_1_6, li#field_1_7, li#field_1_8  {
		font-size: .8em !important;
	}
}

@media screen and (max-width: 375px) {
	.container, .header .container {
		margin: 0 15px;
	}
	
	.sponsors {
		width: 295px;
	}
	
	.sponsor-logo {
		max-width: 53px;
		margin-right: 15px;
	}
	
	.sponsor-logo:nth-child(2) {
		max-width: 147px;
	}
	.sponsor-logo:nth-child(3) {
		max-width: 65px;
	}
}

@media screen and (max-width: 360px) {
	.content .register {
		width: 90%;
	}
	
	.footer .register {
		width: 86%;
	}
	
	.registration .register {
		font-size: 0.75em;
		width: 290px;
	}
}

@media screen and (max-width: 340px) {	
	.footer, .push {
		height: 198px;
	}
	
	.wrapper {
		margin-bottom: -198px;
	}
}
/************************************************
*	© WWW.THEMIGHTYWONTON.COM					* 
************************************************/