﻿/* cmsms stylesheet: bandb modified: Saturday, July 9, 2022 10:26:58 AM */

/*
  MOTM Colours
  left-to-right
  #E6F5FA   #C9E9F8   #AEDBF2   #8ECFED
  #71C3E9   #55B5E5   #302784
*/


div#paypal-button-container {
  margin-right:80px;
}

:focus {
  outline: none !important;
}

::-moz-focus-inner {
    border: 0 !important;
}

a {
    color: #000088;
    transition: all 0.2s ease;
}

    a:hover {
        color: #a1e3fd;
        text-decoration: underline;
    }

    a.topnav, ul.footer-links a {
        color: #DDDDDD;
        transition: all 0.2s ease;
    }

    a.menuactive {
        color: #a1e3fd;
    }

    .table-icon { padding-top:15px; }

h1 {
    font-family: 'Sacramento', cursive;
    font-size: 4rem;
    margin-top: 1rem;
    margin-bottom: 0;
}

    h1 a, h1 a:hover {
        color: #5e514d;
    }

h2, h4 {
    font-family: 'Raleway', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.4rem;
    font-weight: bold;
    margin-top: 2rem;
}

h3 {
    font-family: 'Raleway', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.4rem;
    margin-top: 1rem;
    text-transform: uppercase;
}

h5 {
    font-family: 'Sacramento', cursive;
    font-size: 1.8rem;
    margin-top: 0.2rem;
}


#sticky-logo a {
    transition: all 0.3s ease;
    font-family: 'Sacramento', cursive;
    font-size: 0rem;
    line-height: 1rem;
    color: #D2D2D0;
}

.is-stuck #sticky-logo a {
    display: block;
    font-size: 2rem;
    padding-top: 1rem;
}

#sticky-logo {
    float: left;
}

#menu-toggle {
    float: right;
}

.top-bar, .top-bar ul, .is-drilldown-submenu {
    background-color: #5e514d;
    z-index: 999;
}

.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a:after {
    border-color: #DDDDDD transparent transparent;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a:after {
    border-color: transparent #DDDDDD transparent transparent;
}

.divider {
    background: #D2D2D0;
    margin: 1rem 0;
    padding: 0.5rem;
    font-size: 2rem;
}

    .divider a {
        color: #5e514d;
        margin: 0 0.5rem;
    }

        .divider a:hover {
            color: #DDDDDD;
        }

.card-divider {
    background: #5e514d;
    color: #D2D2D0;
}

.button {
    background: #D2D2D0;
    color: #5e514d;
    border-radius: 5px;
}

    .button:hover {
        background: #5e514d;
        color: #D2D2D0;
    }

.divider .button {
    background: #5e514d;
    color: #D2D2D0;
    margin-bottom: 0.2rem;
}

    .divider .button:hover {
        background: #DDDDDD;
        color: #5e514d;
    }

footer {
    background: #5e514d;
    color: #D2D2D0;
}

    footer .column {
        padding: 0 2rem;
    }

    footer h4 {
        margin-top: 1rem;
        color: #D2D2D0;
        font-size: 1rem;
        padding-bottom: 0.2rem;
        border-bottom: 0.5px dotted #D2D2D0;
    }

    footer i {
        margin-right: 0.5rem;
    }

#copyright {
    border-top: 0.5px solid #D2D2D0;
}

    #copyright span {
        margin: 0 1rem;
    }

#content-columns h4 {
    text-align: center;
    font-size: 1.1rem;
    text-transform: uppercase;
}

form {
    padding: 1rem;
}

input.motm_submit, input.motm_submit:link, input.motm_submit:visited {
  background-color: #302784;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #55b5e5;
  color: #c9e9f8;
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  padding: 12px 24px;
  float:left;
  margin-right:20px;
  text-decoration: none;
  margin-bottom: 10px;
}

button.motm_submit {
  background-color: #006aff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 180px;
  border: 1px solid #55b5e5;
  color: #c9e9f8;
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  padding: 12px 24px;
  margin-right: 20px;
  text-decoration: none;
  margin-bottom: 10px;
}

button.motm_disabled {
  background-color: #dddddd;
}

div.gpay-button {
  float:left;
}

div.gpay-button button {
  max-width: 150px;
}
input.motm_submit:hover, button.motm_submit:hover {
  background-color: #55b5e5;
}
.cms_submit, .cms_submit:link, .cms_submit:visited {
  background-color: #5e514d;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #4b8f29;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  padding: 6px 12px;
  text-decoration: none;
  vertical-align:bottom;
}

.paypal_submit, .paypal_submit:link, .paypal_submit:visited {
  background-color: #ffffff;
  background-image: url("/images//paypal.svg");
  background-repeat: no-repeat;
  background-position: center;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #000088;
  width: 180px;
  height: 42px;
  cursor: pointer;
  color: #ffffff;
  vertical-align: middle;
}

div.form-amount input {
  text-align: center;
}
div.form-amount, div.form-amount input {
  font-family: Arial, sans-serif;
  color: #888888;
}

a.paypal {
  background-color: #ffffff;
  background-image: url("/images//paypal.svg");
  background-repeat: no-repeat;
  background-position: center;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #000088;
  padding: 12px 30px 12px 30px;
  cursor: pointer;
  color: #ffffff;
  vertical-align: middle;
}
/* Small only */
@media screen and (max-width: 39.9375em) {
  .is-stuck #sticky-logo {
        font-size: 1.6rem;
        padding-top: 0.5rem;
    }
}

/* Medium and up */
@media screen and (min-width: 40em) {
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
}

/* Large and up */
@media screen and (min-width: 64em) {
}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
}

div.error_message li {
    margin: 0 auto;
}
/* cmsms stylesheet: FormBuilder Default Style modified: Sunday, July 17, 2022 12:40:40 PM */
/* Sample FormBuilder CSS base */
div.formbuilderform label {
    text-align: left;
    font-weight: bold;
    float:left;
}

span.radiolabel {
  text-align: left;
  font-weight: bold;
  margin-right:10px;
}

div.remember {
  text-align: left;
  margin-top: 30px;
  height:50px;
}

span.large input[type=checkbox] {
  width:20px; 
  height:20px;
  margin-right:10px;
}
div.remember label {
  line-height: 28px;
}

div.form50cparent {
  text-align:center;
  width:100%;
}

div.form70c {
  width: 70%;
  margin: 0 auto;
}

div.form50c, div.form50t {
  width: 50%;
  margin: 0 auto;
}

div.form50c table, div.form70c table {
  border: 2px solid #CCCCCC;
}

div.form50c table th, div.form50c table td, div.form70c table th, div.form70c table td {
  text-align: left;
  vertical-align: top;
}

div.form5 { width: 5px; margin-right: 1%; margin-top:1%; float: left; }
div.form10 { width: 9%; margin-right: 1%; float: left; }
div.form15, div.form15M { width: 14%; margin-right: 1%; float: left; }
div.form15R { width: 15%; margin: 0%; float: left; }
div.form20, div.form20M, div.form20N { width: 19%; margin-right: 1%; float: left; }
div.form25 { width: 24%; margin-right: 1%; float: left; }
div.form30 { width: 29%; margin-right: 1%; float: left; }
div.form35 { width: 34%; margin-right: 1%; float: left; }
div.form40, div.form40M { width: 39%; margin-right: 1%; float: left; }
div.form50 { width: 49%; margin-right: 1%; float: left; }
div.form50b { width: 50%; margin: 0; float: left; }
div.form50L { width: 49%; margin-right: 1%; float: left; }
div.form50R { width: 50%; margin: 0%; float: left; }
div.form60 { width: 59%; margin-right: 1%; float: left; }
div.form75 { width: 73%; margin-right:2%; float: left; }
div.form80 { width: 79%; margin-right: 1%; float: left; }

div.left, p.left {
  text-align:left;
}

option.bold {
  font-weight: bold;
  background-color: #eeeeee;
  line-height:22px;
}

form {
    margin-top: 0
}

form, td, th, li {
    font-size: 100%
}

form div {
    margin-bottom: 0
}

fieldset div {
    margin-bottom: 0em;
    margin-left: 0em;
}

fieldset div div {
    margin-top: 0.5em;
    margin-left: 0em
}

fieldset {
    margin-bottom: 1em;
    border: 0px solid #F60;
    padding: 0em
}

fieldset label {
    width: auto;
}

legend {
    color: #FFF;
    background: #F60;
    font-style: italic;
    font-size: 1.2em;
    margin-bottom: 0.5em;
    padding: 0.2em;
    width: auto;
    border: 1px solid #CCC
}

textarea {
  margin: 0.5em 0 0 0;
  width: 100%;
  height: 6em;
  resize:none;
}
/* Apply this class to text/select input fields with shorter labelsto help alignment */
.short-label label {
    float: left;
    width: 10em
}

.short-label fieldset div input, .short-label fieldset div select {
    width: 16em
}

span.error {
    color:red;
    font-weight:bold;
    border:1px solid #CCCCCC;
    background-color:#EEEEEE;
    font-size:12px;
    margin:0px 0px 0px 10px;
    padding:5px;
}

div.paxerror {
  margin:5px 0px 10px 0px;
}

/* Pretty up your Captcha image output */
.captcha {
    margin: 0.5em 0;
    width: 200px;
    text-align: center
}

    .captcha img {
        border: 1px solid #F60;
        margin-bottom: 0.5em
    }

    .captcha input {
        width: 196px;
        margin-top: 0.5em
    }
/* Just a bit more room for the Submit button */
.submit {
    margin-top: 0.5em
}

input[type=text] {
  border: 1px solid #CCCCCC;
  border-radius:0px;
}
    .contactform input.checkbox {
        border: none;
    }

.contactform label {
    display: block;
    float: left;
    width: 150px;
}

    .contactform label.label {
        display: inline;
        float: none;
        width: 50px;
        font-size: 10px;
    }

.contactform textarea {
    background-color: #ffc;
    border: 1px solid #f60;
}

.formbuilderform .message {
    line-height: 16px;
    padding: 0 0 8px 0;
}

div.two-col div.item {
    float: left;
    width: 20%;
}

table.confirm-book {
    border: 1px solid #444444;
}

    table.confirm-book td {
        text-align: left;
    }

div.contact-confirm {
    width: 100%;
    text-align: center;
}

.left-align, td.left {
    text-align: left;
}

div.bookingtime {
    float: left;
    width: 20%;
    text-align: left;
}

    div.bookingtime select {
        width: 60px;
    }

div.clearboth {
    clear: both;
}

table.confirmtable {
  width:100%;
  max-width:600px;
}
table.confirmtable td {
  border: 1px solid #DDDDDD;
  background-color:#ffffff;
  vertical-align:top;
}

table.confirmtable td.largeb {
  font-size:16px;
}

  table.confirmtable td.qrcode {
    margin: 0px;
    padding: 0px;
    width:120px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    text-align: center;
    vertical-align: middle;
  }

table.confirmtable td.qrcode img {
  width:120px;
  height:120px;
}

  table.confirmtable td.head {
    font-weight: bold;
    background-color: #EEEEEE;
  }

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  div.form10, div.form15, div.form20, div.form25, div.form30, div.form35, div.form40, div.form50L, div.form50R, div.form50c, div.form60, div.form75, div.form80, div.form100c {
    width: 100%;
    margin: 0px;
    float: none;
  }
  div.form20M { width: 49%; margin-right: 1px; float: left; }
  div.form20N { width: 34%; margin-right: 1px; float: left; }
  div.form40M { width: 64%; margin-right: 1px; float: left; }

  div.form-promo {
    width: 24%;
  }

}
