/* 
	Theme Name: Celine custom Gracie Barra SG
	Theme URI: http://graciebarra.com.sg/
	Version: 1.0
	Author: Miss Celine David
*/

/************************************************
*	NORMALIZE									*
************************************************/
/*
	Refer to css/normalize
*/

/************************************************
*	1140PX	 					     		    * 
************************************************/
/*
	Refer to css/1140
*/

/************************************************
*	OVERALL										*
************************************************/

.hidetemp {
	display: none !important;
}

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

body {
	background: #ffffff;
	font-family: "museo-sans", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 100;
	font-size: .9em;
	line-height: 1.5em;
	color: #000000;
	height: 100%;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.wrapper {
	width: 100%;
	margin: 0 auto -50px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

.home .wrapper,
.page-id-2 .wrapper {
	margin-bottom: 0;
}

/*.wrapper.stay, .footer.stay {
	visibility: hidden;
}*/

p {
	padding-bottom: 1em;
	width: 95%;
	margin: 0;
}

.error404 p {
	width: 100%;
}

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

strong {
	font-weight: 500;
	font-style: normal;
}

em {
	font-style: italic;
}

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

hr {
	border: 0;
	background-color: #000;
	height: 3px;
	margin: 0 0 1.5em;
}

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

/************************************************
*	CLEARFIX									*
************************************************/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	font-size: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

/************************************************
*	HYPERLINKS									*
************************************************/
a,
a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #981B1E;
}

a img {
	border: 0;
}

/************************************************
*	NAVIGATION					     		    * 
************************************************/
.nav {
	height: 50px;
	background: #000;
	/*background: rgba(0, 0, 0, 0.9);*/
	width: 100%;
	margin: 0 auto;
	line-height: 1em;
	position: fixed;
	z-index: 11;
}

.menu a,
.menu a:visited {
	color: #FFFFFF;
}

.menu a:hover,
.current-menu-item a,
.current-post-ancestor a {
	color: #981B1E !important;
}

ul.menu {
	text-align: center;
	color: #FFFFFF;
	font-weight: 300;
	font-size: .9em;
	letter-spacing: .175em;
	text-transform: uppercase;
}

.menu li {
	display: inline-block;
	position: relative;
	top: 2px;
	padding: 0 .5em;
}

.menu li.menu-item-27 {
	top: 0;
}

.menu li.menu-item-1195 {
	padding-right: 2.5em;
}

.menu-image-not-hovered img {
	/* home menu image */
	max-width: 35px !important;
}

.nav .container {
	padding: 0;
	margin: 0 auto !important;
	height: 100%;
	min-height: 100%;
}

.nav .row {
	height: 100%;
	min-height: 100%;
}

.nav .twelvecol {
	position: relative;
	display: table !important;
	height: 100%;
	min-height: 100%;
}

.sub-menu {
	position: absolute;
	left: -0.5em;
	padding-bottom: .5em;
	opacity: 0;
}

.sub-menu li {
	display: block;
	text-align: left;
	padding: 0 1em .75em;
	min-width: 145px;
	background: #000;
	/*background: rgba(0, 0, 0, 0.9);*/
}

.sub-menu li.menu-item-71 {
	padding-top: 24px;
}

.sub-menu .current-menu-item a {
	color: #FFF !important;
}

.sub-menu .current-menu-item a:hover {
	color: #981B1E !important;
}

.menubox {
	display: none;
	position: fixed;
	z-index: 999;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000;
	font-size: 1.15em;
}

.burger {
	display: none;
	position: fixed;
	color: #FFF;
	right: 4%;
	height: 50px;
	z-index: 1000;
	cursor: pointer;
	font-weight: 300;
	font-size: .9em;
	letter-spacing: .175em;
	text-transform: uppercase;
}

.burgerbox {
	display: table !important;
	height: 100%;
	min-height: 100%;
}

.burgercenter {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	min-height: 100%;
}

.burger span {
	display: none;
}

.burger p {
	display: block !important;
	padding-bottom: 0 !important;
}

.burger.active {
	position: fixed;
}

.burger.active span {
	display: block;
}

.burger.active p {
	display: none !important;
}

.burger:hover {
	color: #981B1E;
}

.menucontent {
	height: 100%;
	min-height: 100%;
	width: 100%;
	position: relative;
	display: table;
}

.call {
	position: absolute;
	top: 1.35em;
	right: 2.5em;
	font-weight: 500;
	color: #666666;
}

.call a,
.call a:visited {
	color: #666666;
}

.call a:hover {
	color: #981B1E;
}

/************************************************
*	LAYOUT	 					     		    * 
************************************************/
.container {
	width: 96%;
	max-width: 1140px;
	padding: 0 2%;
	margin: 0 auto;
	display: block;
	height: auto;
}

.container.main {
	padding: 8em 0 3em;
}

.content {
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
}

.bigbox {
	position: absolute;
	display: table;
	height: 100%;
	min-height: 100%;
	width: 100%;
	z-index: 2;
	top: 0;
}

.centerbox {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	min-height: 100%;
}

/************************************************
*	HOME 								 		* 
************************************************/
.logo {
	width: 100%;
	text-align: center;
}

.logo img {
	max-width: 200px;
	padding: 4.5em 0 1em;
}

/************************************************
*	ABOUT 								 		* 
************************************************/
.page-id-6 .container.main {
	padding: 5em 0 3em;
}

.blackbox {
	background: #000;
	padding: 4em 0;
	color: #FFF;
}

.blackbox .eightcol p {
	max-width: 750px;
}

.padbot2 {
	padding-bottom: 2em;
}

.padtop5 {
	padding-top: 5em;
}

.padbot35 {
	padding-bottom: 3.5em;
}

.pic {
	max-width: 300px;
	margin: 0 auto;
	padding: 3em 0 2.5em;
}

.page-id-6 .tencol {
	display: flex;
	flex-wrap: wrap;
}

.page-id-6 .tencol .halfcol:first-child {
	width: 100%;
	margin: 0 0 2em;
}

.halfcol {
	/* instructors */
	width: 47.5%;
	margin-right: 5%;
	float: left;
}

.page-id-6 .tencol .halfcol p {
	max-width: 85%;
}

.halfcol:nth-child(2n+2) {
	margin-right: 0;
}

/************************************************
*	PRICING								 		* 
************************************************/
.prices {
	padding-bottom: 4em;
}

.table-title {
	font-weight: 500;
	letter-spacing: .02em;
	clear: both;
	border-top: 3px solid #000;
	border-bottom: 1px solid #000;
	text-transform: uppercase;
	padding-top: .25em;
	padding-bottom: .4em;
}

.element {
	clear: both;
	border-bottom: 1px solid #000;
}

.col1 {
	line-height: 1.25em;
	float: left;
	padding: 0.75em 3% 0.75em 0;
	width: 25.5%;
	text-transform: uppercase;
}

.col2 {
	line-height: 1.25em;
	float: left;
	padding: 0.75em 2% 0.75em 0;
	width: 22.5%;
}

.col3 {
	line-height: 1.25em;
	float: left;
	padding: 0.75em 2% 0.75em 0;
	width: 22.5%;
}

.col4 {
	line-height: 1.25em;
	float: left;
	padding: 0.75em 0 0.75em 0;
	width: 22.5%;
}

.col1b {
	line-height: 1.25em;
	float: left;
	padding: 0.75em 2% 0.75em 0;
	width: 51%;
	text-transform: uppercase;
}

.col2b {
	line-height: 1.25em;
	float: left;
	padding: 0.75em 2% 0.75em 0;
	width: 22.5%;
}

.col3b {
	line-height: 1.25em;
	float: left;
	padding: 0.75em 0 0.75em 0;
	width: 22.5%;
}

.table-title .col1,
.table-title .col2,
.table-title .col3,
.table-title .col4,
.table-title .col1b,
.table-title .col2b,
.table-title .col3b {
	padding-bottom: .5em
}

.notes p {
	padding-bottom: 0;
}

/************************************************
*	GALLERY								 		* 
************************************************/
.album {
	border-top: 3px solid #000;
	text-transform: uppercase;
	padding-top: 1em;
}

ul.album-pics {
	display: block;
	clear: both;
	padding-bottom: 3em;
}

.album-pics li {
	float: left;
	display: inline-block;
	width: 18.4%;
	margin-right: 2%;
	margin-bottom: 1.2em;
}

.album-pics li:nth-child(5n+5) {
	margin-right: 0;
}

.date {
	font-size: .8em;
	letter-spacing: .1em;
	padding-bottom: 1em;
}

.single hr {
	margin-bottom: 2.5em;
}

/************************************************
*	NEWS 								 		* 
************************************************/
.single h1 {
	padding-bottom: .25em;
}

.single .eightcol a {
	text-decoration: underline;
}

.single p {
	width: 100% !important;
}

.snippet {
	width: 23.5%;
	margin-right: 2%;
	float: left;
	min-height: 320px;
}

.snippet:nth-child(4n+4) {
	margin-right: 0;
}

.snippet a {
	text-decoration: underline;
}

.share {
	float: left;
}

.share img {
	max-width: 16px;
	margin-right: 10px;
}

.news-nav {
	float: right;
	position: relative;
	top: -2px;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: .8em;
	font-weight: 300;
}

.backnext {
	margin: 0;
	float: left;
}

.backnext a {
	text-decoration: none !important;
}

.backnext span {
	color: #999;
}

.separate {
	float: left;
	padding: 0 .5em;
}

.single hr.sharebreak {
	margin-bottom: 1em;
	margin-top: 1.5em;
}

/************************************************
*	CONTACT								 		* 
************************************************/
.page-id-12 .container.main {
	padding: 5em 0 3em;
}

.icon {
	margin-right: 12px;
	float: left;
}

.icon img {
	max-width: 31px;
}

.address {
	font-size: 1.1em;
	line-height: 1.55em;
}

.address a {
	text-decoration: underline;
}

/* MAP */
.wpgmp_map_container {
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
}

/************************************************
*   FORM                                        * 
************************************************/
input,
input[type="button"] {
	-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 */
}

/* GRAVITY FORMS */
.gform_wrapper {
	margin: 0 !important;
}

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

.gform_wrapper div.ginput_container {
	margin-top: 0 !important;
}

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

.gform_wrapper textarea.large {
	width: 100% !important;
	height: 120px !important;

}

.gform_wrapper textarea,
.gform_wrapper input[type=text]],
.gform_wrapper input[type=email],
.gform_wrapper input[type=tel] {
	padding: .25em 0 .35em !important;
	border-top: 3px solid #000 !important;
	border-left: 0 !important;
	border-right: 0 !important;
	border-bottom: 0 !important;
}

.gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_legacy_markup_wrapper textarea {
	padding: 5 0 !important;
	border-top: 3px solid #000000 !important;
	border-left: 0 !important;
	border-right: 0 !important;
	border-bottom: 0 !important;
}

.gform_wrapper textarea {
	border-top: 3px solid #000;
	border-bottom: 3px solid #000 !important;
}

.gform_wrapper .gform_footer {
	padding: 0 !important;
	margin-top: 10px !important;
}

input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;

	background: #000;
	color: #FFF;
	border: 0;
	padding: 4px 0;
}

.gform_button {
	text-transform: uppercase !important;
	font-weight: 700 !important;
	color: #981B1E !important;
	letter-spacing: .1em;
	background: none !important;
}

.gform_button:hover {
	color: #000 !important;
}

.gform_wrapper div.validation_error {
	color: #981B1E !important;
	line-height: 1.4em;
	font-size: .813em !important;
	font-weight: 100 !important;
	margin-bottom: 1em !important;
	border-top: 0 !important;
	border-bottom: 0 !important;
	padding: 0 !important;
	text-align: left !important;
}

.gform_wrapper li.gfield.gfield_error {
	background-color: transparent !important;
	margin-bottom: 0 !important;
	border-top: 0 !important;
	border-bottom: 0 !important;
	padding-bottom: 0 !important;
	padding-top: 0 !important;
}

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	border-top: 3px solid #000 !important;
}

.gform_wrapper .validation_message {
	color: #981B1E !important;
	font-weight: 100 !important;
}

.gform_wrapper .field_description_below .gfield_description {
	padding-top: 0 !important;
}

body.page-id-14 li#field_2_6 {
	/* trial - remarks field */

}

body.page-id-14 .gform_wrapper textarea.large {
	height: 80px !important;
	padding: 2px 1% !important;
}

body.page-id-14 .gform_wrapper textarea.large {
	text-align: center !important;
}

/************************************************
*   TRIAL                                        * 
************************************************/
body.page-id-14 {
	background: #000;
}

body.page-id-14 p {
	color: #FFF !important;
	padding-top: .5em;

}

.page-id-14 .gform_wrapper ul li.gfield {
	margin-top: 20px !important;
}

.page-id-14 .gform_wrapper input[type=text],
.page-id-14 .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	border-top: 0 !important;
	text-align: center !important;
}

.page-id-14 .gform_button:hover {
	color: #FFF !important;
	text-align: center !important;
}

.page-id-14 .gform_wrapper div.validation_error,
.page-id-14 .gform_wrapper .validation_message {
	font-weight: 300 !important;
	text-align: center !important;
}

.page-id-14 .gform_wrapper .field_description_below .gfield_description {
	padding-top: 5px !important;
	text-align: center !important;
}

.page-id-14 .gform_wrapper .gform_footer {
	margin-top: 32px !important;
	text-align: center !important;
}

.page-id-14 #gform_confirmation_wrapper_2.gform_confirmation_wrapper {
	color: #FFF !important;
	text-align: center !important;
}

/************************************************
*	FOOTER								 		* 
************************************************/
.footer,
.push {
	height: 50px;
}

.home .footer,
.home .push,
.page-id-2 .footer,
.page-id-2 .push {
	display: none !important;
}

.footer {
	background: #000;
	color: #FFFFFF;
	width: 100%;
	margin: 0 auto;
	line-height: 1em;
	font-weight: 300;
	font-size: .7em;
	letter-spacing: .225em;
	text-transform: uppercase;
}

.footer .container {
	padding: 0;
	margin: 0 auto !important;
	height: 100%;
	min-height: 100%;
	max-width: 100%;
}

.footer .row {
	height: 100%;
	min-height: 100%;
}

.footer .sixcol {
	position: relative;
	display: table !important;
	height: 100%;
	min-height: 100%;
}

.credits {
	color: #555555;
	text-align: right;
	font-weight: 700;
}

.credits.show {
	display: none;
}

.credits a,
.credits a:visited {
	color: #555555;
}

.credits a:hover {
	color: #777777;
}

/************************************************
*	TYPOGRAPHY							 		* 
************************************************/
h1 {
	text-transform: uppercase;
	font-weight: 700;
	font-style: normal;
	font-size: 1.4em;
	letter-spacing: 0.12em;
	padding-bottom: 1em;
	color: #981B1E;
}

.prices h1 {
	padding-bottom: .75em;
}

h2 {
	text-transform: uppercase;
	font-style: normal;
	letter-spacing: 0.075em;
	padding-bottom: .15em;
	color: #981B1E;
	font-size: 1.15em;
	font-weight: 300;
}

h2 a,
h2 a:visited {
	color: #981B1E;
	text-decoration: none !important;
}

h2 a:hover {
	color: #000;
	text-decoration: none !important;
}

.halfcol h2 {
	padding-bottom: 1em;
}

h3 {
	font-weight: 700;
	padding-bottom: 1.5em;
}

.bigtext {
	font-size: 1.25em;
	line-height: 1.5em;
	font-weight: 300;
}

.bigtext p {
	width: 90%;
}

.wp-caption-text {
	padding-top: .5em;
}

.wp-caption {
	width: 100% !important;
	max-width: 100%;
}

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

.showmobile {
	display: none;
}

.centertext {
	text-align: center;
}

.centertext p {
	margin: 0 auto;
}

.clearboth {
	display: block;
	clear: both;
}

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

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

.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;
	cursor: pointer;
}

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

.flexslider.gen .slides li {
	min-height: 500px;
}

.flexslider.home .slides li {
	min-height: 100vh;
}

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

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

.flex-control-nav li {
	margin: 0 8px !important;
}

.flex-control-paging li a {
	width: 13px !important;
	height: 13px !important;
	background: #FFF !important;
	background: rgba(255, 255, 255, 1) !important;
}

.flex-control-paging li a.flex-active {
	background: #981B1E !important;
	background: rgba(152, 27, 30, 1) !important;
}

/* BOOKING CALENDAR */
.bookacti-form-field-name-submit input[type="submit"],
.bookacti-form-field-name-submit input[type="button"],
.bookacti-login-field-submit-button input[type="button"] {
	padding: 1em !important;
	box-sizing: border-box !important;
	width: 100% !important;
	clear: both !important;
	font-weight: 500 !important;
	text-transform: uppercase;
	background: #000;
	color: #fff;
	border: 0;
}

.bookacti-form-field-name-submit input[type="submit"]:hover,
.bookacti-form-field-name-submit input[type="button"]:hover,
.bookacti-login-field-submit-button input[type="button"]:hover {
	background: #981B1E;
}

.bookacti-form-field-name-submit {
	margin-bottom: 40px;
}

.bookacti-picked-events-list-title {
	text-transform: uppercase;
	letter-spacing: 0.075em;
	padding-bottom: .15em;
	padding-top: 20px;
	color: #981B1E;
	font-size: 1.15em;
	font-weight: 500;
	border-top: 3px solid #000;
}

.bookacti-picked-events {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 3px solid #000;
}

.bookacti-booking-event-title,
.fc-event {
	font-weight: 500;
}

.bookacti-calendar .fc-widget-header thead tr {
	background: #000;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
}

.bookacti-calendar .fc-slats .fc-time {
	text-transform: uppercase;
	background: #000;
	font-weight: 500;
	color: #fff;
}

.bookacti-user-booking-list-table thead {
	background-color: #000;
	color: #fff;
	text-transform: uppercase;
}

.bookacti-user-booking-list-table th.bookacti-column-booking_id,
.bookacti-user-booking-list-table th.bookacti-column-quantity,
.bookacti-user-booking-list-table tr.bookacti-single-booking td.bookacti-column-booking_id,
.bookacti-user-booking-list-table tr.bookacti-single-booking td.bookacti-column-quantity {
	display: none;
}

.bookacti-login-field-login-type {
	padding-top: 20px;
}

.bookacti-custom-radio-button input:checked+label {
	background: #000;
	color: #fff;
}

.bookacti-custom-radio-button label {
	border-radius: 0;
	border: 0;
	box-shadow: none;
	background: #eee;
	font-weight: 300;
}

.bookacti-custom-radio-button input:checked+label:hover {
	background: #981B1E;
	box-shadow: 0;
}

.bookacti-custom-radio-button label:hover {
	background: #ddd;
	box-shadow: 0;
}

.bookacti-user-data-fields {
	padding-bottom: 40px;
	border-bottom: 3px solid #000;
}

.bookacti-form-field-label {
	text-transform: uppercase;
	font-weight: 500;
}

.bookacti-required-field-indicator {
	display: none;
}

.bookacti-form-field-content input {
	border: 1px solid #000;
	padding: 5px;
}

input.bookacti-login-button {
	margin-top: 20px;
	max-width: 330px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border: 0;
	border-radius: 0;
}

.ui-widget-header {
	background: transparent;
	color: #981B1E;
	text-transform: uppercase;
	font-weight: 300;
}

.ui-dialog.bookacti-dialog .ui-dialog-title {
	margin: 1em 0 0;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 0;
	background: transparent;
	color: #fff;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover {
	border: 0;
	background: #000;
}

.ui-dialog.bookacti-dialog .ui-dialog-buttonpane button {
	background: #000;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	border: 1px solid #000;
	padding: 5px;
}

.ui-dialog.bookacti-dialog .ui-dialog-buttonpane button.ui-state-hover {
	background: #981B1E;
}

.page-id-1570 .container.main .row {
	text-align: center;
}

.page-id-1570 .post-password-form label {
	margin-right: 5px;
}

.page-id-1570 .post-password-form label input {
	border: 1px solid #000;
	padding: 5px;
}

.page-id-1570 .post-password-form input[type="submit"] {
	padding: 6px 12px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
}

a.account-but {
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	background: #000;
	padding: 10px;
	margin-right: 10px;
	margin-top: 10px;
	display: inline-block;
	text-align: center;
	min-width: 130px;
}

a.account-but:hover {
	background: #981B1E;
}

/*Create account form*/
.ur-frontend-form.signup-booking {
	background: transparent !important;
	padding: 30px 0 !important;
	margin: 30px 0 50px !important;
	border-left: 0 !important;
	border-right: 0 !important;
	border-top: 3px solid #000 !important;
	border-bottom: 3px solid #000 !important;
}

.ur-frontend-form.signup-booking .ur-form-row .ur-form-grid label.ur-label {
	font-weight: 500 !important;
	text-transform: uppercase !important;
	color: #000000 !important;
}

.ur-frontend-form.ur-frontend-form--flat.signup-booking form .ur-form-row .ur-form-grid input {
	border: 1px solid #000 !important;
	color: #000000 !important;
}

.ur-frontend-form.signup-booking .ur-form-row .ur-form-grid label.user-registration-error {
	border-top: 0 !important;
	color: #666 !important;
}

.ur-frontend-form.signup-booking .ur-submit-button {
	margin-right: 0 !important;
	font-weight: 500 !important;
	color: #fff !important;
	background: #000 !important;
	min-width: 130px;
}

.ur-frontend-form.signup-booking .ur-submit-button:hover {
	background: #981B1E !important;
}

/************************************************
*	MEDIA QUERIES						 		* 
************************************************/
@media screen and (max-height: 320px) {
	.call {
		display: none !important;
	}
}

@media screen and (max-height: 300px) {
	.logo img {
		max-width: 160px;
	}
}

@media screen and (max-width: 1024px) {
	body {
		-webkit-text-size-adjust: none;
	}

	.marginbot {
		margin-bottom: 11px;
	}

	.call {
		right: 1.5em;
	}
}

@media screen and (max-width: 980px) {
	.snippet {
		width: 32%;
		margin-right: 2%;
	}

	.snippet:nth-child(4n+4) {
		margin-right: 2%;
	}

	.snippet:nth-child(3n+3) {
		margin-right: 0;
	}
}

@media screen and (max-width: 950px) {
	.call {
		display: none;
	}

	.pic {
		max-width: 250px;
	}

	.menu li.menu-item-1195 {
		padding-right: 1.5em;
	}
}

@media screen and (max-width: 880px) {
	.flexslider.gen .slides li {
		min-height: 400px;
	}

	.album-pics li {
		width: 23.5%;
	}

	.album-pics li:nth-child(5n+5) {
		margin-right: 2%;
	}

	.album-pics li:nth-child(4n+4) {
		margin-right: 0;
	}
}

@media screen and (max-width: 775px) {
	.menu li {
		padding: 0 .25em;
	}

	.halfcol {
		width: 100%;
		margin-right: 0 !important;
	}

	.menu li.menu-item-1195 {
		padding-right: 1em;
	}
}

@media screen and (min-width: 737px) {
	.wrapper.stay {
		overflow: visible;
		position: static;
	}

	.menubox {
		display: none !important;
	}
}

@media screen and (max-width: 736px) {
	.hidemobile {
		display: none;
	}

	.showmobile {
		display: block;
	}

	.burger {
		display: block;
	}

	ul.menu {
		padding: 0 4%;
	}

	.nav li {
		display: none;
		padding: 0;
	}

	.menubox li {
		display: block;
		padding: 0 0 .75em;
	}

	.nav li.menu-item-27,
	.menubox li.menu-item-27 {
		display: block !important;
		position: fixed;
		z-index: 1000;
		top: .85em;
		left: 4%;
		padding: 0;
	}

	.menubox li.menu-item-27 {
		top: .75em;
	}

	.menu li.menu-item-1195 {
		padding-right: 0;
	}

	.sub-menu {
		display: none !important;
	}

	.current-menu-item a,
	.current-post-ancestor a {
		font-weight: 500;
	}

	.footer .row .sixcol {
		width: 50%;
		float: left;
		padding: 0;
	}

	.bigtext p {
		width: 80%;
	}

	.container {
		width: 92%;
	}

	.blackbox .eightcol {
		width: 92%;
		margin-left: auto;
		margin-right: auto;
	}

	.social {
		margin-bottom: 4em;
	}

	.snippet {
		width: 48%;
		margin-right: 4%;
	}

	.snippet:nth-child(4n+4),
	.snippet:nth-child(3n+3) {
		margin-right: 4%;
	}

	.snippet:nth-child(2n+2) {
		margin-right: 0;
	}

	.fancybox-close {
		top: 7px !important;
		right: 4% !important;
	}

	.call {
		display: block;
		top: auto;
		right: 0;
		bottom: 1.5em;
		width: 100%;
		text-align: center;
	}

	.nav .call {
		display: none !important;
	}
}

@media screen and (max-device-width: 736px) {
	.burger:hover {
		color: #FFF;
	}

	.wpgmp_map {
		height: 350px !important;
		max-height: 350px !important;
	}
}


@media screen and (max-width: 640px) {

	.gform_wrapper .gform_footer input.button,
	.gform_wrapper .gform_footer input[type=submit] {
		margin-bottom: 0 !important;
	}

	.gform_button {
		text-align: left !important;
	}

	.album-pics li {
		width: 31.3%;
		margin-right: 3%;
	}

	.album-pics li:nth-child(5n+5),
	.album-pics li:nth-child(4n+4) {
		margin-right: 3%;
	}

	.album-pics li:nth-child(3n+3) {
		margin-right: 0;
	}
}

@media screen and (max-width: 560px) {
	a.account-but {
		display: block;
		clear: both;
		width: 100%;
		min-width: 130px;
		margin-right: 0;
	}
}

@media screen and (max-width: 500px) {
	.footer .row .sixcol {
		width: 100%;
	}

	.footer .row .sixcol.last {
		display: none !important;
	}

	.credits.show {
		text-align: left;
		display: block;
		margin-top: .55em;
		padding-left: 1em;
	}

	.col1,
	.col1b,
	.col2,
	.col2b,
	.col3,
	.col3b,
	.col4 {
		font-size: .8em;
	}

	.padbot2 {
		padding-bottom: 1em;
	}

	.blackbox {
		padding: 3em 0 2em;
	}

	.padtop5 {
		padding-top: 3em;
	}

	.pic {
		max-width: 200px;
		margin: 0 auto;
		padding: 1.5em 0 2em;
	}

	.padbot35 {
		padding-bottom: 1.5em;
	}

	.snippet {
		width: 100%;
		margin-right: 0 !important;
		min-height: 1px;
		padding-bottom: 2em;
	}
}

@media screen and (max-device-width: 500px) {

	.col1,
	.col1b,
	.col2,
	.col2b,
	.col3,
	.col3b,
	.col4 {
		font-size: .85em;
	}
}

@media screen and (max-width: 414px) {
	.container {
		padding-left: 6%;
		padding-right: 6%;
		width: 88%;
	}

	.container.main {
		padding-top: 6em;
	}

	.page-id-6 .container.main,
	.page-id-12 .container.main {
		padding: 3em 0 1.5em;
	}

	.burger {
		right: 6%;
	}

	ul.menu {
		padding: 0 6%;
	}

	.nav li.menu-item-27,
	.menubox li.menu-item-27 {
		left: 6%;
	}

	p {
		width: 100%;
	}

	.bigtext {
		font-size: 1.1em;
	}

	.bigtext p {
		width: 90%;
	}

	.blackbox .eightcol p {
		width: 85%;
	}

	.flexslider.gen .slides li {
		min-height: 270px;
	}

	.social {
		margin-bottom: 3em;
	}

	.album-pics li {
		margin-bottom: .8em;
	}

	ul.album-pics {
		padding-bottom: 2em;
	}

	.fancybox-close {
		right: 6% !important;
	}
}

/************************************************
*	© WWW.THEMIGHTYWONTON.COM					* 
************************************************/