/* IMPORT THE FRAMEWORK */
/* /////////////// VARIABLES /////////////// */
/* COLOUR PALETTE */
/* PRIMARY NAV */
/* LINKS */
/* /////////////// MIXIN FUNCTIONS /////////////// */
/*  LINEAR GRADIENTS  */
/*  BREAKPOINTS  */
/*  VISUAL STYLES  */
/*  LAYOUT FRAMEWORK  */
form {
  position: relative; }

input[type=submit] {
  display: inline-block;
  zoom: 1; }

.warning {
  display: block; }

input[type=text], textarea {
  box-sizing: border-box; }

input[type=submit] {
  text-align: center; }

.hidden {
  display: none; }

/*  COLUMN FRAMEWORK  */
form:before, form:after {
  content: "";
  display: table; }
form:after {
  clear: both; }

/* LOOP TO CREATE A CLASS FOR EACH COLUMN WIDTH */
/* --------------------------------- */
/* /////// SITE SPECIFIC STYLES //// */
/* --------------------------------- */
input[type=submit] {
  text-transform: uppercase; }

/* BUTTON */
input[type=submit] {
  padding: 0.8em 1.5em;
  background-color: #0080c6;
  font-size: 1em;
  color: #FFF;
  cursor: pointer; }
  input[type=submit]:hover {
    background-color: #2ad9ff; }
  input[type=submit]:active {
    background-color: #007690; }

/* CONTENT */
/* SITE SPECIFIC */
/* FORMS */
input[type=text], textarea {
  width: 100%;
  background: #EBEBEB;
  color: #8f8f8f;
  padding: 0.8em 0.5em 0.8em 3.5em;
  margin-bottom: 0.8em;
  font-size: 1em; }

input[type=text]:hover, textarea:hover {
  background: whitesmoke; }

input[type=text]:focus, textarea:focus {
  background: #e5e5e5; }

/* --------------------------------- */
/* /////// END SITE STYLES ///////// */
/* --------------------------------- */
/* FORM */
form {
  margin: 1.5em 0; }

fieldset {
  width: 100%;
  float: left; }

/* FORM STYLE */
textarea {
  height: 300px;
  margin: 0 0 0px 0px;
  border: none; }

input[type=submit] {
  clear: both;
  font-size: 1em;
  padding: 0.8em 1.2em;
  color: #FFF;
  margin: 20px 0px; }

/* HIDDEN FORM FEILDS */
/* ERROR & MESSAGE NOTIFICATIONS */
label.error {
  color: #f7495d;
  font-size: 0.9em; }

.warning {
  background-color: #f7495d;
  background-image: url("../images/global/error.png");
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 24px;
  color: #fff;
  font-size: 0.9em;
  padding: 0.5em 1em 0.5em 3em; }

/* RESULTS / CONFIRMATION */
#resultsHolder {
  display: none; }

#loader {
  display: none;
  vertical-align: top;
  margin: 1.5em 0 0 1em; }

#confirmation {
  clear: both;
  background: url("../images/global/confirm.png") no-repeat left top;
  padding: 0px 0px 20px 43px;
  margin-top: 0px; }

.contact-form #name, .contact-form #email, .contact-form #phone, .contact-form #mobile, .contact-form #guests, .contact-form #bdate, .contact-form #btime, .contact-form #enquiry {
  background-image: url("../images/global/form-icons.png");
  background-repeat: no-repeat; }

.contact-form #name {
  background-position: 8px 8px; }

.contact-form #email {
  background-position: 8px -55px; }

.contact-form #phone {
  background-position: 8px -185px; }

.contact-form #guests {
  background-position: 8px -505px; }

.contact-form #bdate {
  background-position: 8px -605px; }

.contact-form #btime {
  background-position: 8px -680px; }

.contact-form #enquiry {
  background-position: 8px -765px; }

@media screen and (min-width: 768px) and (max-width: 959px) {
  form {
    width: 100%;
    margin-top: 5%; }

  fieldset {
    width: 100%;
    margin-top: 3%;
    padding: 0; }

  textarea {
    width: 100%;
    margin: 0 0 0px 0px; } }
@media screen and (min-width: 568px) and (max-width: 767px) {
  form {
    width: 100%;
    margin-top: 3%;
    padding: 0 0 10px 0; }

  fieldset {
    width: 100%;
    margin-top: 0;
    padding: 0; } }
@media screen and (min-width: 320px) and (max-width: 567px) {
  form {
    width: 100%;
    margin-top: 3%;
    padding: 0 0 20px 0; }

  fieldset {
    width: 100%;
    margin-top: 0;
    padding: 0; } }
