/*
Theme Name: 	Cirrus Dining
Theme URI: 		http://www.cirrusdining.com.au
Description: 	Cirrus Dining WordPress Theme
Version: 		2.0
Author: 		Natacha Beaugeais @ The Building Block
Author URI: 	http://www.buildingblock.com.au
*/

/* =============================================================================
   HTML5 Reset
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

[hidden] {
    display: none;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
    font-family: sans-serif;
    color: #000;
}

body {
    margin: 0;
    font-size: 1em;
    line-height: 1;
}

p {
    padding: 7px 0 0 0;
}

h1, h2, h3, h4, h5, h6 {
    text-decoration: none;
    padding: 0;
    color: #000;
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
}

a {
    color: #266E9E;
    text-decoration: none;
}

a:focus {
    outline: 0;
}

a:hover, a:active {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

.clear {
    clear: both;
}

dfn {
    font-style: italic;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px dotted #929090;
    margin: 1em 0;
    padding: 0;
}

ins {
    background: #FF9;
    color: #000;
    text-decoration: none;
}

mark {
    background: #FF0;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

pre, code, kbd, samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

q:before, q:after {
    content: "";
    content: none;
}

small {
    font-size: 90%;
}

blockquote {
    background-color: #EEE;
    border: 1px solid #DDD;
    margin: 10px 0;
    padding: 10px 30px;
    border-radius: 3px;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

ol {
    margin: 15px;
}

dd {
    margin: 0 0 0 40px;
}

nav ul, nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

form {
    margin: 0;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

label {
    cursor: pointer;
}

legend {
    border: 0;
    *margin-left: -7px;
    padding: 0;
    white-space: normal;
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button, input {
    line-height: normal;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: none;
    *overflow: visible;
}

button[disabled], input[disabled] {
    cursor: default;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *width: 13px;
    *height: 13px;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    vertical-align: top;
    resize: vertical;
}

input:valid, textarea:valid {
}

input:invalid, textarea:invalid {
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
}

/* =============================================================================
   General Styles
   ========================================================================== */

/*
font-family:'Museo Sans W01 500';
font-family:'Proxima N W15 Bold';
font-family:'Proxima N W15 Bold It';
font-family:'Proxima N W15 Light';
font-family:'Proxima N W15 Light It';
font-family:'Proxima N W15 Reg';
font-family:'Proxima N W15 Reg It';
font-family:'Proxima N W15 Smbd';
font-family:'Proxima N W15 Smbd It';
*/

html {
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
}

body {
    width: 100%;
    background: #ccc URL(img/cirrus_bgd.svg) top center no-repeat;
    background-size: 848px 2130px;
    font-family: 'Proxima N W15 Reg', Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 18px;
    font-weight: normal;
    color: #000;
    -webkit-font-smoothing: antialiased; /* Antialiased font for great smoothing */
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility; /* Optimise legibility for some CSS3 kerning */
}

hr {
    margin:6px 0 18px 0;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Proxima N W15 Reg', Helvetica, Arial, sans-serif;
    font-size: 22px;
    line-height: 26px;
    letter-spacing:.5px;
    font-weight: normal;
    padding: 0 0 16px 0;
    margin: 0;
    color:#333;
}
h1 {
    font-size: 26px;
    line-height: 30px;
}
h2 {
    font-size: 20px;
    line-height: 24px;
}
h3 {
    font-size: 18px;
    line-height: 22px;
}
article h2 {
    margin: 0 0 10px 0;
    padding: 0;
}

h4,h5,h6 {
    font-size: 16px;
    line-height: 22px;
    letter-spacing:0;
}

a {
    color: #777;
    text-decoration: underline;
}

a:hover {
    color: #000;
    text-decoration: underline;
}

a.more {
    color: #777;
    text-decoration: none;
}

a.more:hover {
    color: #000;
}

p {
    padding: 0 0 16px 0;
    margin: 0;
    font-family: 'Proxima N W15 Reg', Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 20px;
}

strong, b, strong p {
    font-family: 'Proxima N W15 Smbd';
    font-weight: normal;
}

form#form_buy_giftcertificate textarea, form#form_buy_bentleybook textarea, form#form_paynow textarea {
    height: 60px;
    padding: 5px 10px;
    font: 14px/14px 'Museo Sans W01 500';
    background: #999;
    border: 1px solid #666;
}

form#form_buy_giftcertificate input, form#form_buy_bentleybook input, form#form_paynow input,
form#cm_subscribe input {
    width: 370px;
    height: 28px;
    padding: 5px 10px;
    background: #999;
    border: 1px solid #666;
    font: 14px/14px 'Museo Sans W01 500';
}

form#form_buy_giftcertificate input {
    width: 122px;
}

form#cm_subscribe {
    margin-bottom: 10px;
}

form#cm_subscribe input {
    width: 170px;
    margin: 0 8px 0 2px;
    font: 14px/14px 'Museo Sans W01 500';
    height: 16px;
}

form#form_buy_giftcertificate input:focus, form#form_buy_giftcertificate textarea:focus,
form#form_buy_bentleybook input:focus, form#form_buy_bentleybook textarea:focus,
form#form_paynow input:focus, form#form_paynow textarea:focus {
    background: #999;
    outline: 0;
    border: 1px solid #000;
}

form#form_buy_giftcertificate select, form#form_buy_bentleybook select, form#form_paynow select {
    padding: 0;
    height: 28px;
    font: 14px/14px 'Museo Sans W01 500';
    background: #999;
    border: 1px solid #666;
    color: #151515;
}

form#form_buy_giftcertificate select, form#form_buy_bentleybook select {
    width: 120px;
}

form#form_buy_giftcertificate select:focus, form#form_buy_bentleybook select:focus, form#form_paynow select:focus {
    background: #999;
    outline: 0;
    border: 1px solid #000;
    color: #151515;
}

form#cm_subscribe input[type=submit], form#form_buy_giftcertificate input[type=submit], form#form_buy_bentleybook input[type=submit], form#form_paynow input[type=submit], form#form_paynow input[type="reset"] {
    width: 90px;
    height: 20px;
    background: #929090;
    color: #fff;
    border: 0;
    padding: 5px 16px;
    text-transform: uppercase;
    font: 14px/14px 'Museo Sans W01 500';
}

form#cm_subscribe input[type=submit] {
    height: 24px;
    width: auto;
}

form#cm_subscribe input[type=submit]:hover, form#form_buy_giftcertificate input[type=submit]:hover, form#form_buy_bentleybook input[type=submit]:hover, form#form_paynow input[type=submit]:hover, form#form_paynow input[type="reset"]:hover {
    background: #666;
}

form#form_paynow .frm_radio input[type=radio], form#form_paynow .frm_checkbox input[type=checkbox] {
    float: left;
    width: 30px;
}

form#form_paynow .frm_radio label, form#form_paynow .frm_checkbox label {
    float: left;
    color: #000;
    padding-top: 5px;
    font-size: 14px;
}

form#form_paynow {
    padding: 0 0 20px 10px;
}

form#form_buy_giftcertificate, form#form_buy_bentleybook {
    padding-bottom: 20px;
}

form#form_paynow h2 {
    color: #fff;
    font: 14px/14px 'Museo Sans W01 500';
    text-transform: uppercase;
    padding: 0 0 5px 0;
    margin-top: 20px;
    margin-bottom: 0px;
    border-bottom: 2px solid #000;
}

form#form_paynow .orderdetails {
    padding: 10px;
}

form#form_buy_giftcertificate label, form#form_buy_bentleybook label, form#form_paynow label {
    text-transform: uppercase;
}

form#form_buy_giftcertificate label, form#form_buy_bentleybook label {
    padding-bottom: 5px;
}

form#form_paynow .frm_description {
    clear: both;
    padding-top: 5px;
    padding-bottom: 10px;
    font-size: 13px;
    font-family: 'Proxima N W15 Reg';
}

form#form_buy_bentleybook .frm_description {
    padding-bottom: 10px;
    font-size: 13px;
    font-family: 'Proxima N W15 Reg';
}

div#frm_field_122_container label.frm_primary_label {
    display: none;
}

div#frm_field_122_container {
    padding-bottom: 20px;
}

form#form_buy_giftcertificate p.submit {
    padding-left: 12px;
}

div.dollar {
    display: inline;
    width: 12px;
    font-weight: bold;
}

form#form_paynow .frm_toggle_container {
    padding: 0 0 10px 0;
    margin-bottom: 20px;
    background: #151515;
    background: rgba(21, 21, 21, 0.5);
    padding: 12px 14px 4px 14px;
    overflow: auto;
}


#subscribeform .frm_style_formidable-style.with_frm_style .frm_blank_field label, #subscribeform .frm_style_formidable-style.with_frm_style .frm_error {
    color: #404041!important;
}

#subscribeform .frm_forms {
    max-width: 90%!important;
    margin-left:auto;
    margin-right:auto;
    padding-bottom:20px;
}
.frm_error {
    line-height:14px;
    color:#404041!important;
}

.frm_message, .frm_success_style {
    border: 0!important;
    color:#404041!important;
}

/* =============================================================================
   Structure
   ========================================================================== */

/* =============================================================================
   Non-Semantic Classes
   ========================================================================== */

/* Custom Selection Styles */
::selection {
    background: #666;
    color: #FFF;
    text-shadow: none;
}

::-webkit-selection {
    background: #666;
    color: #FFF;
    text-shadow: none;
}

::-moz-selection {
    background: #666;
    color: #FFF;
    text-shadow: none;
}

/* Input focus styles */
input:focus {
    outline: 0;
    border: 1px solid #9a9a9a;
}

/* Gets rid of blue glow on field focus, adds border color instead */

/* =============================================================================
   WordPress Core CSS Styles
   ========================================================================== */

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #FFF;
    border: 1px solid #F0F0F0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }
}

#wrapper {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
}

#pagination {
    clear:both;
    float:right;
}
#pagination span.current,
#pagination a {
    margin:0 2px;
    padding:5px 10px;
    text-decoration:none;
    text-transform:uppercase;
    border: 1px solid #404041;
}
#pagination span.current {
    background:#fff;
    color:#000;
}

header {
    position: relative;
    display: block;
    width: 984px;
    height: 146px;
    padding: 20px 35px 0 55px;
    margin: 0 auto;
    border-bottom: 3px solid #404041;
}

header.woocommerce-products-header {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0 auto;
    border-bottom: 0;
}

#social {
    position: absolute;
    top: 0;
    right: 0;
    width: 204px;
    height: 60px;
    background: URL(img/bookbgd_v3.png) no-repeat;
}

#social div {
    float: left;
}

#social a {
    width:30px;
    height:49px;
}

#social .fab:before {
    font-size:20px;
    color:#444;
}

#social #instagram {
    margin: 11px 5px 0 10px;
}

#social #facebook {
    margin: 10px 4px 0 3px;
}

#social #twitter {
    margin: 12px 0 0 4px;
}

#social #bookonline {
    width: 98px;
    margin:5px 10px 0 10px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Proxima N W15 Smbd', sans-serif;
    font-size:14px;
    line-height:15px;
    letter-spacing:1px;
    text-align:center;
    cursor: pointer;
}

#social #bookonline:hover {
    color: #000;
}

div.logo {
    position: absolute;
    top: 38px;
    left: 40px;
    width: 494px;
    height: 115px;
    background: URL(img/cirrus.svg) no-repeat;
    background-size: 494px 115px;
}

div.logo a {
    display: block;
    width: 494px;
    height: 115px;
}

div.headline {
    float: left;
    width: 450px;
    padding: 57px 0 0 146px;
    font: 14px/20px 'Museo Sans W01 500';
    color: #000;
    text-transform: uppercase;
}

div.headline.last {
    float: right;
    padding-left: 0;
    margin-top: 37px;
    text-align: right;
}

div.headline a {
    text-decoration: none;
    color: #000;
}

.toggle-menu,
.mob-menu {
    display: none;
}

#bookings, #subscribe, #functions {
    position: relative;
    display: none;
    height: auto;
    width: 1074px;
    margin: 0 auto;
    overflow: auto;
}

#subscribefeedback .cm_intro h1 {
    text-transform: uppercase;
}

#subscribefeedback .cm_success, #subscribefeedback .cm_failed {
    color: #fff;
}

#bookingpolicy {
    margin: 12px 0;
    padding: 16px 20px;
    background-color: #999;
}

#bookingpolicy a {
    color: #fff;
    text-decoration: none;
}

#bookingpolicy h1 {
    padding: 8px 0 12px 0;
    text-transform: uppercase;
    font: 13px/13px 'Proxima N W15 Bold';
}

#bookingpolicy form {
    width: 300px;
    height: 16px;
    margin: 0 auto;
}

#bookingpolicy input#policy {
    width: 30px;
    float: left;
}

#bookingpolicy label {
    float: left;
    cursor: default;
}

#bookingform iframe {
    margin-top: 0!important;
}
.dimmi-widget iframe {
    position:static!important;
    width:600px!important;
    height:740px!important;
}

#bookingform, #subscribeform {
    display: none;
    width: 1074px;
    height:510px;
    margin: 12px auto;
    text-align: center;
    overflow: hidden;
}
#bookingform {
    width:600px;
    height:740px;
    margin:0 auto;
}

@media (max-width:679px){
    .dimmi-widget iframe {
        width:300px!important;
    }
    #bookingform {
        height:440px;
        margin: 40px auto 0 auto;
    }
    .dimmi-widget iframe {
        height:440px!important;
    }
}

#reservations #bookingform {
    width: 100%;
}

#reservations #bookingpolicy {
    margin: 0;
    padding: 0;
    background-color: transparent;
}
#reservations #bookingpolicy label,
#reservations #bookingpolicy p {
    padding: 0 0 20px 0;
    margin: 0;
    font-size: 15px;
    line-height: 20px;
}
#reservations #bookingpolicy h1 {
    padding: 0 0 12px 0;
}
#reservations #bookingpolicy input#policy {
    border: 1px solid #000;
    background:#fff;
    padding:5px;
}

/*#reservations #bookingform iframe {
    margin-top: -70px;
}*/
#reservations #bookingform iframe .header {
    background:#fff;
}

.bookonline-link {
    margin:5px 0 10px 0;
    letter-spacing:1px;
    cursor:pointer;
}
.bookonline-link span {
    padding: 4px 10px;
    color: #fff;
    background-color: #404041;
}
.bookonline-link:hover span, .bookonline-link:focus span {
    background-color: #000;
}

#subscribeform, #functionsform {
    background-color: #ccc;
    background-color: rgba(153, 153, 153, .7);
}

#subscribeform form, #functionsform form {
    padding-top: 20px;
    max-width: 320px;
    margin: 0 auto;
}


div.MGLRow {
    padding-bottom: 30px !important;
}

div.MGLRow:last-child {
    padding-bottom: 20px !important;
}

div.MGLField {
    width: auto !important;
}

div.MGLPoweredBy {
    padding-top: 10px !important;
}

div.MGLField input {
    height: 18px;
    padding: 2px 5px !important;
    border: 0 !important;
}

div.MGLField input:focus {
    outline: 0;
    background: #ccc;
}

div.MGLRow input[type="button"], div.MGLRow input[type="reset"], div.MGLRow input[type="submit"] {
    border: 0 !important;
    background: #404041 !important;
    padding: 7px 10px 5px 10px !important;
}

div.MGLRow input[type="button"]:hover, div.MGLRow input[type="reset"]:hover, div.MGLRow input[type="submit"]:hover {
    opacity: .9;
}

div.MGLRow input.hasDatepicker {
    background-position: 2px 3px;
    padding-left: 20px !important;
    width: 131px !important;
}

/* stop Chrome yellow auto-fill background colour */
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 500px white inset;
}

.MGLSuccessMessage {
    padding: 20px 0;
    text-align: center;
}

.MGLSuccessMessage h1 {
    padding: 0;
}

#subscribefeedback {
    padding: 18px 0 0 0;
}

#subscribeform {
    display: block;
    height: auto;
}

.subscribeonline {
    cursor: pointer;
}

.close {
    position: absolute;
    top: 20px;
    right: 8px;
    width: 15px;
    height: 15px;
    cursor: pointer;
    background: URL(img/close_roll.png) no-repeat;
    z-index: 100;
}

.close:hover {
    color: #fff;
    opacity:.9;
}

#banner {
    clear: both;
    display: block;
    position: relative;
    width: 1074px;
    height: 312px;
    margin: 0 auto;
    padding: 8px 0;
}

ul.slides li {
    width: 1074px;
    height: 312px;
    overflow: hidden;
}

.flex-direction-nav .li-prev {
    position: absolute;
    top: 156px;
    left: -25px;
    top: 154px;
    left: 25px;
    width: 20px;
    height: 20px;
    margin: 0;
    cursor: pointer;
}

.flex-direction-nav .li-next {
    position: absolute;
    top: 156px;
    right: -25px;
    top: 154px;
    right: 25px;
    width: 20px;
    height: 20px;
    margin: 0;
    cursor: pointer;
}

#banner .flex-direction-nav .li-next {
    background: url(img/thumbnav_right.png) 0 0 no-repeat;
}

#banner .flex-direction-nav .li-next:hover {
    background: url(img/thumbnav_right_roll.png) 0 0 no-repeat;
}

#banner .flex-direction-nav .li-prev {
    background: url(img/thumbnav_left.png) 0 0 no-repeat;
}

#banner .flex-direction-nav .li-prev:hover {
    background: url(img/thumbnav_left_roll.png) 0 0 no-repeat;
}

#navbar {
    display:block;
    width:1074px;
    height: 42px;
    margin:0 auto 8px auto;
    background: #404041;
}

nav {
    width: 100%;
    padding:0;
    text-align: center;
}

nav.sticky {
    position: fixed;
    top: 0;
}

nav ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

nav ul li {
    display:inline-block;
    font: 15px/15px 'Museo Sans W01 500';
    letter-spacing:1px;
    color: #fff;
    padding: 15px 22px;
    text-transform: uppercase;
    text-align:center;
}

nav ul li a {
    display: block;
    color: #fff;
    text-decoration: none;
}

nav ul li a:hover {
    color: #999;
    text-decoration: none;
}

li.functions-enquiry,
nav ul li.current a {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

ul#bottom {
    display: block;
    width: 450px;
    height: 14px;
    margin: 40px auto 0 auto;
    overflow: auto;
    text-align: center;
}

ul#bottom li {
    float: left;
    width: auto;
    font: 11px/11px 'Proxima N W15 Reg';
    color: #777;
    padding: 0;
    text-transform: uppercase;
}

ul#credit li {
    text-transform: none;
}

ul#bottom li:after {
    content: "\0000a0 \0000a0 \0000a0 |\0000a0 \0000a0 \0000a0";
    color: #999;
}

ul#bottom li.last:after {
    content: "";
}

ul#bottom li a, p.credit a {
    color: #000;
    text-decoration: none;
}

ul#bottom li a:hover, p.credit a:hover {
    color: #fff;
    text-decoration: none;
}

p.credit {
    width: auto;
    padding-top: 4px;
    font: 11px/11px 'Proxima N W15 Reg';
    color: #000;
    text-align: center;
    background: transparent;
}

section {
    clear: both;
    display: block;
    overflow:hidden;
    width: 964px;
    width: 964px;
    margin: 0 auto 8px auto;
    padding: 30px 55px 20px 55px;
    background:rgba(255,255,255,.7);
}

article {
    float: left;
    display: block;
    width: 288px;
    margin-right: 20px;
}

/*article.last {
    width: 248px;
    margin-right: 0;
    margin-left: 20px;
}*/

/* NB MOD - may 2017 - remove twitter feed */
article, article.last {
    margin-top: 0;
    float: right;
    width: 60%;
    margin-right: 5%;
}
/* END NB MOD - may 2017 */

article:first-child {
    float:left;
    width: 250px;
    margin-right: 0;
    margin-left:20px;
}

article.hours {
    margin-right: 42px;
    text-transform: uppercase;
}

article.news, article.reviews {
    position: relative;
    float: right;
    width: 634px;
    padding: 20px 0 0 0;
    margin: 0 0 14px 0;
    border-top: 1px dotted #929090;
}

article.news.first, article.reviews.first {
    border-top: 0;
    padding-top: 0;
}

article.news .content, article.reviews .content {
    float: left;
}

article .date {
    margin:0;
    color:#000;
    font-style:italic;
}

article.reviews .txt {
    float: left;
    width: 420px;
    height: auto;
}

article.news .txt {
    float: left;
    width: 420px;
    height: auto;
    overflow: hidden;
}

article.news .txt.open {
    height: auto;
    overflow: visible;
}

article.news .read-more, article.reviews .read-more,
article.news .readmore, article.reviews .readmore {
    cursor: pointer;
    color: #929090;
    padding: 0 0 12px 0;
}

article.news .read-more:hover, article.reviews .read-more:hover,
article.news .readmore:hover, article.reviews .readmore:hover {
    color: #777;
}

article.news .pic, article.reviews .pic {
    float: right;
    height: auto;
    margin-left: 28px;
    margin-bottom: 16px;
    overflow: hidden;
}

article.last {
    margin-right: 0;
}

article.hours, article.hours a, aside, aside a {
    color: #000;
    text-decoration: none;
}

article.hours a:hover, aside a:hover {
    color: #666;
    text-decoration: none;
}

aside {
    float: left;
    display: block;
    width: 288px;
    margin-right: 35px;
    text-transform: uppercase;
}

aside p.first {
    margin-bottom: 0;
}

article.twocol {
    width: 634px;
    min-height: 200px;
    margin-right: 0;
}

article.twocol div.leftcol, article.twocol div.rightcol {
    float: left;
    display: block;
    width: 288px;
    margin-right: 30px;
}

article.twocol div.rightcol {
    margin-right: 0;
}

article h1 {
    text-transform: uppercase;
}

article h2 {
    font: 18px/24px 'Proxima N W15 Light';
}
article h3 {
    font: 16px/22px 'Proxima N W15 Light';
}

article.reviews a,
article.news a {
    text-decoration:none;
}

ul#subnav {
    font-family: 'Proxima N W15 Reg', Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
}

ul#subnav.news {
    padding-top: 4px;
}

ul#subnav li {
    padding-bottom: 12px;
}

ul#subnav.news li {
    padding-bottom: 4px;
}

ul#subnav li.last {
    padding-bottom: 20px;
}

ul#subnav.news li.last {
    padding-bottom: 16px;
}

ul#subnav li.checkout {
    margin-top: -8px;
}

ul#subnav li a {
    color: #000;
    text-decoration: none;
}

ul#subnav li a:hover {
    color: #777;
}

ul#subnav li.current a {
    color: #777;
}


footer {
    clear: both;
    position: relative;
    display: block;
    width: 964px;
    padding: 22px 55px 30px 55px;
    margin: 0 auto;
    border-top: 3px solid #404041;
    border-bottom: 3px solid #404041;
    color: #b38c65;
    background:rgba(255,255,255,.7);
    font: 16px/20px 'Museo Sans W01 500';
    text-transform: uppercase;
    overflow:auto;
}

footer .left {
    position: relative;
    width: 24%;
}

footer .title {
    float: none;
    color: #000;
    font: 16px/20px 'Museo Sans W01 500';
    padding: 0 0 10px 0;
}

footer p {
    padding:0 0 8px 0;
    font-size:13px;
    line-height:18px;
    letter-spacing:.5px;
    color: #000;
}

footer a {
    text-decoration: none;
    color: #000;
}

footer div.footer-monopolelogo {
    height: 86px;
    margin: 12px 0 0 0;
}

footer div.footer-bentleylogo {
    height: 76px;
    margin: 22px 0 0 0;
}

footer div.footer-bentleylogo img {
    height:48px;
}

footer div.footer-yellowlogo {
    height: 98px;
    margin:0;
}

footer div.footer-cirruslogo {
    height: 79px;
    margin: 19px 0 0 -10px;
}

footer div.footer-cirruslogo img {
    width: 180px;
    height: 42px;
}

footer .cirrus {
    color: #777;
    font: 12px/16px 'Proxima N W15 Reg';
}

footer .cirrus, footer .bentley, footer .yellow, footer .monopole {
    color: #000;
    font: 12px/16px 'Proxima N W15 Reg';
}

footer .cirrus a {
    color: #000;
}

footer a:hover {
    color: #666;
    text-decoration: none;
}

p.credit {
    width: auto;
    max-width: 1074px;
    margin: 0 auto;
    padding-top: 24px;
    font: 12px/16px 'Proxima N W15 Reg';
    color: #000;
    text-align: center;
}

.price {
    font-size: 16px;
    line-height: 16px;
    padding-bottom: 13px;
}

.newline {
    clear: both;
    padding-bottom: 5px;
}

.left {
    float: left;
}

.right {
    float: right;
}

a.nounderline {
    text-decoration: none;
}

.toggle-menu,
.mob-menu {
    display: none;
}

/* =============================================================================
Media Queries
========================================================================== */

@media (max-width: 1100px) {

    .twtr-tweet-text {
        font-size: 14px;
        line-height: 20px;
    }

    header {
        width: 100%;
        max-width: 964px;
        height: 190px;
        padding: 0;
    }

    #social {
        right: 10px;
    }

    div.logo {
        display: block;
        position: relative;
        float: none;
        left: 50%;
        margin-left: -247px;
        top: 30px;
        width: 494px;
        text-align: center;
    }

    div.headline.last {
        clear: both;
        display: block;
        float: none;
        width: 100%;
        margin: 40px 0 0 0;
        padding: 0;
        text-align: center;
    }

    #bookings, #subscribe, #functions {
        width: 100%;
        max-width: 964px;
    }

    #bookings {
        height: auto !important;
    }

    #bookingform, #subscribeform, #functionsform {
        width: 100%;
        max-width: 964px;
    }

    #bookingform iframe {
        width: 100%;
    }

    #bookingpolicy {
        width: 100%;
        padding: 16px 0;
    }

    #bookingpolicy h1 {
        padding: 10px 20px 12px 20px;
    }

    #bookingpolicy p {
        padding: 0 20px 12px 20px;
    }

    #navbar {
        width: 100%;
        max-width: 964px;
    }

    nav,
    section,
    #banner {
        width: 100%;
        max-width: 964px;
        height: auto;
    }

    section {
        padding:0;
    }

    nav ul li {
        padding: 15px 12px;
    }

    aside {
        float: left;
        width: 30%;
        margin-left: 2%;
        margin-right: 2%;
        margin-top: 20px;
    }

    article.twocol,
    article,
    article.last {
        margin-top: 20px;
        float: right;
        width: 60%;
        margin-right: 5%;
    }

    article.last {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    article.twocol {
        margin-top: 20px;
        margin-right: 0;
    }

    article.twocol div.leftcol, article.twocol div.rightcol {
        width: 40%;
        margin-left: 5%;
        margin-right: 5%;
    }

    article.news .pic, article.reviews .pic {
        float: right;
        width: 150px;
    }

    article:first-child {
        float: left;
        width: 250px;
        margin-right: 0;
        margin-left: 20px;
    }

    article.news, article.reviews {
        position: relative;
        float: right;
        width: 530px;
        margin-right: 20px;
    }

    article.news:nth-child(2), article.reviews:nth-child(2) {
        margin-top: 20px;
    }

    article.news .readmore, article.reviews .readmore,
    article.news .txt {
        width: 330px;
    }

    form#form_paynow {
        padding: 0 20px 20px 0;
    }

    ul.slides li {
        width: 100%;
        max-width: 964px;
        height: auto;
    }

    ul.slides li img {
        width: 100%;
        height: auto;
    }

    .flex-direction-nav .li-prev {
        top: 50%;
        left: 25px;
        margin-top: -10px;
    }

    .flex-direction-nav .li-next {
        position: absolute;
        top: 50%;
        right: 25px;
        margin-top: -10px;
    }

}

@media (max-width: 1040px) {

    footer {
        clear: both;
        display: block;
        width: 90%;
        max-width: 964px;
        height: auto;
        padding: 25px 5% 0 5%;
    }

    footer .left {
        width: 33%;
        margin-bottom:20px;
    }

    p.credit {
        clear: both;
    }

}

@media (max-width: 840px) {

    div.logo {
        top: 70px;
    }

    div.headline.last {
        margin: 80px 0 0 0;
    }

    header {
        height: 230px;
    }

    article.news, article.reviews {
        width: 450px;
    }

    article.news .readmore, article.reviews .readmore,
    article.news .txt {
        width: 250px;
    }
}

@media (max-width: 760px) {

    aside,
    article, article.last, article.twocol {
        float: none;
        width: 90%;
        margin-bottom: 30px;
        margin-left: 5%;
    }

    aside h1 {
        padding-bottom: 0;
    }

    article.twocol {
        clear: both;
        padding-top: 0;
    }

    article.twocol div.leftcol, article.twocol div.rightcol {
        float: none;
        width: auto;
        margin-right: 5%;
    }

    article.news, article.reviews {
        clear: both;
        float: none;
        width: 90%;
        height: auto;
        display: block;
        padding: 20px 0 0 0;
        margin: 0 5% 30px 5%;
    }

    article.news .content, article.reviews .content {
        float: none;
    }

    article.news .pic, article.reviews .pic {
        float: none;
        width: 100%;
        height: auto;
        margin: 15px 0 30px 0;
        overflow: hidden;
    }

    article.reviews .pic img,
    article.news .pic img {
        width: 100%;
        height: auto;
    }

    article.reviews .content,
    article.news .content {
        margin-bottom: 20px;
    }

    article.news.first {
        border-top: 1px dotted #929090;
        padding-top: 20px;
    }

    article.reviews .txt,
    article.news .txt {
        float: none;
        width: 100%;
        height: auto;
        overflow: hidden;
        padding: 0;
    }

    article.news .readmore, article.reviews .readmore {
        display: none;
    }

    .left {
        float: none;
        width:100%;
    }

    p.credit {
        padding: 20px;
    }
}

@media (max-width: 840px) {

    #social {
        right: inherit;
        left: 0;
    }

    #navbar {
        height:3px;
    }

    nav ul {
        display: none;
    }

    .toggle-menu {
        display: block;
        position: absolute;
        top: 15px;
        right: 20px;
        width: 80px;
        height: 30px;
        cursor: pointer;
    }

    .mob-menu {
        position: relative;
        clear: both;
        display: none;
        width: 100%;
        margin: 10px 0;
        padding: 10px 0 10px 0;
        background-color: #333;
    }

    .toggle-text {
        float: left;
        font-size: 16px;
        line-height: 16px;
        color:#4a4a41;
    }

    .toggle-bars {
        float: right;
    }

    .icon-bar {
        width: 24px;
        height: 3px;
        background-color: #4a4a41;
        margin: 0 0 3px 0;
        padding: 0;
    }

    .mob-menu li {
        list-style: none;
        border-bottom: 0;
        margin: 0;
        padding: 5px 0;
        text-align: center;
    }

    .mob-menu li a {
        text-decoration: none;
        text-transform: uppercase;
    }
    .mob-menu li.current a,
    .mob-menu li a:hover {
        color:#fff;
    }
}

@media (max-width: 600px) {

    div.logo {
        top: 60px;
    }

    div.headline.last {
        width: 80%;
        margin: 70px auto 0 auto;
    }

    #subscribeform label {
        display: block;
    }

    form#cm_subscribe input {
        margin-bottom: 10px;
    }

    form#form_paynow {
        padding: 0;
    }

    form#form_paynow .frm_form_fields {
        width: 100% !important;
        overflow: hidden !important;
    }

    form#form_paynow fieldset {
        margin: 0;
        padding: 0;
    }

    form#form_paynow .frm_form_field {
        width: 370px !important;
    }

    .frm_top_container {
        margin-top: 10px;
    }

    .with_frm_style .frm_top_container label.frm_primary_label {
        margin-bottom: 5px;
    }

    .frm_form_field.frm_right_half, .frm_form_field.frm_right_third, .frm_form_field.frm_right_two_thirds, .frm_form_field.frm_right_fourth, .frm_form_field.frm_right_fifth, .frm_form_field.frm_right_inline, .frm_form_field.frm_last_half, .frm_form_field.frm_last_third, .frm_form_field.frm_last_two_thirds, .frm_form_field.frm_last_fourth, .frm_form_field.frm_last_fifth, .frm_form_field.frm_last_inline,
    .frm_form_field.frm_left_half, .frm_form_field.frm_left_third, .frm_form_field.frm_left_two_thirds, .frm_form_field.frm_left_fourth, .frm_form_field.frm_left_fifth, .frm_form_field.frm_left_inline, .frm_form_field.frm_first_half, .frm_form_field.frm_first_third, .frm_form_field.frm_first_two_thirds, .frm_form_field.frm_first_fourth, .frm_form_field.frm_first_fifth, .frm_form_field.frm_first_inline {
        clear: both !important;
        float: none !important;
    }

    .frm_form_field.frm_left_third, .frm_form_field.frm_third, .frm_form_field.frm_right_third, .frm_form_field.frm_first_third, .frm_form_field.frm_last_third,
    .frm_form_field.frm_left_half, .frm_form_field.frm_right_half, .frm_form_field.frm_first_half, .frm_form_field.frm_last_half {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    footer .left {
        float: none;
        width:100%;
    }

    footer div.footer-cirruslogo,
    footer div.footer-monopolelogo,
    footer div.footer-yellowlogo,
    footer div.footer-bentleylogo {
        height:auto;
        margin-bottom:14px;
    }
}

@media (max-width: 500px) {

    header {
        height: 200px;
    }

    div.logo {
        width: 300px;
        height: 70px;
        margin-left: -150px;
        background-size: 300px 70px;
    }

    div.logo a {
        width: 300px;
        height: 70px;
        margin: 0;
    }

    div.headline.last {
        margin: 70px auto 0 auto;
    }
}

@media (max-width: 440px) {

    form#form_paynow .frm_form_field {
        width: 320px !important;
    }
}

@media (max-width: 344px) {

    header {
        height: 210px;
    }

    aside {
        margin-top: 0;
        margin-left: 10%;
    }

    article.twocol div.leftcol, article.twocol div.rightcol {
        width: 90%;
    }

    form#form_paynow .frm_form_field {
        width: 274px !important;
    }

    #bookingform iframe {
        margin-top: 0;
    }
}

.twtr-detail {
    margin-bottom: 10px;
}


/* Woocommerce */

#container {
    clear:both;
    display:block;
    width: 964px;
    margin:0 auto;
    padding-bottom:30px;
    overflow:auto;
}

@media (max-width: 1100px) {
    #container {
        width: 100%;
        max-width: 964px;
        height: auto;
    }
}


.woocommerce strong {
    font-weight: 400!important;
    font: 14px/14px 'Museo Sans W01 500'!important;
}

.woocommerce div.product form.cart {
    clear:both;
}

.woocommerce img.alignleft {
    margin: 5px 20px 0 0;
}

.woocommerce-product-details__short-description {
    margin-bottom:20px;
    overflow:hidden;
}

.woocommerce .quantity .qty {
    width: 30px;
    height: 25px;
    padding: 2px 0 0 12px;
    font: 13px/13px 'Museo Sans W01 500';
    text-align: center;
}


.woocommerce div.product p.price, .woocommerce div.product span.price {
    margin-top:15px;
    color: #000;
    font: 18px/18px 'Museo Sans W01 500';
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: none;
    width: auto;
    padding-right:25px;
}

.woocommerce textarea,
.woocommerce input {
    padding: 6px 8px;
    background: #888;
    border: 1px solid #888;
    font: 15px/15px 'Museo Sans W01 500';
}

.woocommerce #billing_city_field,
.woocommerce #billing_state_field,
.woocommerce #billing_postcode_field,
.woocommerce #shipping_city_field,
.woocommerce #shipping_state_field,
.woocommerce #shipping_postcode_field {
    display:inline-block;
    width:32%;
    margin-right:2%;
}
.woocommerce #billing_postcode_field,
.woocommerce #shipping_postcode_field {
    margin-right:0;
}

@media (max-width:599px) {
    .woocommerce #billing_city_field,
    .woocommerce #billing_state_field,
    .woocommerce #billing_postcode_field,
    .woocommerce #shipping_city_field,
    .woocommerce #shipping_state_field,
    .woocommerce #shipping_postcode_field {
        display:block;
        width:100%;
        margin-right:0;
    }
}

.product .nyp label {
    padding-right: .25em;
    font-weight: 400;
    font-size:13px;
    color:#a1a1a1;
    text-transform:uppercase;
}
.product .nyp input.nyp-input {
    text-align: left;
    font-weight: 400;
}
.woocommerce textarea {
    padding: 3px 5px;
    background: #888;
    border: 1px solid #888;
}
.woocommerce input:focus, .woocommerce textarea:focus {
    background: #999;
    outline: 0;
    border: 1px solid #999;
}

.woocommerce form .form-row {
    padding: 0;
}

.addon-name abbr.required {
    display:none;
}

.woocommerce div.product .product_title {
    margin-top:0;
}



.woocommerce .cart-collaterals .cart_totals h2,
.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3,
.woocommerce-additional-fields h3,
.woocommerce h3#order_review_heading,
.woocommerce h3#order_payments_heading,
.woocommerce div.product .product_title,
h3.addon-name {
    color: #000;
    font: 15px/15px 'Museo Sans W01 500';
    text-transform: uppercase;
    padding: 0 0 5px 0;
    margin-bottom: 0;
    border-bottom: 1px dotted #929090;
}

.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
    margin: 10px 0 10px 0;
    border-bottom: 0;
}

.woocommerce p.change-cart-note,
.woocommerce p.change-cart-note a {
    color:#000;
}

.woocommerce table.woocommerce-checkout-review-order-table {
    margin-bottom:6px;
}
.woocommerce h3#order_payments_heading {
    margin-top:25px;
}

.woocommerce div.product .product_title {
    font-size: 22px;
    line-height:26px;
}

.woocommerce form .form-row label,
.addon-description, div.addon-description p {
    margin:0;
    padding-top: 5px;
    font-size: 13px;
    font-family: 'Proxima N W15 Reg';
    font-style:normal;
    color:#000;
}

.woocommerce form .form-row label {
    padding-top:0;
    text-transform:uppercase;
}
.woocommerce form .product-addon-gift-voucher-message p.form-row label {
    text-transform:none;
}

.woocommerce form .product-addon-enter-voucher-amount p.form-row {
    margin-top:10px;
}
.woocommerce form .product-addon-enter-voucher-amount p.form-row label {
    display:inline;
}
.woocommerce form .form-row input.input-text.addon-custom-price {
    display: inline;
    width: 80px;
    -moz-appearance: textfield;
}
.woocommerce form .form-row input.input-text.addon-custom-price::-webkit-outer-spin-button,
.woocommerce form .form-row input.input-text.addon-custom-price::-webkit-inner-spin-button {
    /* hide number spinner control */
    -webkit-appearance: none;
    margin: 0;
}

div.addon-description p {
    padding-bottom: 10px;
}

div.product-addon {
    margin-bottom:2em;
}
.woo-note {
    text-transform:none;
}
.woo-note {
    line-height: 18px;
}
.woo-note a {
    white-space: nowrap;
}

.woocommerce a.button,
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    line-height: 1;
    color: #fff;
    text-transform:uppercase;
    border-radius:0;
    background-color: #b38c65;
    outline:none;
}
.woocommerce a.button:hover, .woocommerce a.button:focus,
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt:focus, .woocommerce a.button.alt:focus, .woocommerce button.button.alt:focus, .woocommerce input.button.alt:focus {
    background-color: #9c8a5b;
}


.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 1em 2em 1em 3.5em;
    margin: 0 25px 2em 0;
    position: relative;
    background-color: rgba(255,255,255,.9);
    color: #b38c65;
    border: 1px solid #b38c65;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
}

.woocommerce-info::before, .woocommerce-message::before, .woocommerce-error::before {
    color: #b38c65;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message,
.woocommerce-error li, .woocommerce-info li, .woocommerce-message li {
    font-size: 15px;
    font-family: 'Proxima N W15 Reg';
    color: #b38c65;
}
.woocommerce-error li, .woocommerce-info li, .woocommerce-message li {
    padding-bottom:5px;
}
.woocommerce-error li:last-child, .woocommerce-info li:last-child, .woocommerce-message li:last-child {
    padding-bottom:0;
}

.product #product-addons-total {
    display:none!important;
}

dl.product-addon-totals {
    margin-bottom:2em;
}
dl.product-addon-totals dt {
    width: auto;
    font-size: 14px;
}
dl.product-addon-totals dd {
    margin:0 0 0 10px;
    font-size: 14px;
}
dl.product-addon-totals dd strong {
    font-weight: normal;
}

#add_payment_method table.cart td, #add_payment_method table.cart th, .woocommerce-cart table.cart td, .woocommerce-cart table.cart th, .woocommerce-checkout table.cart td, .woocommerce-checkout table.cart th {
    font: 14px/18px 'Museo Sans W01 500';
    font-weight: 400;
}
.woocommerce-cart table.cart td.product-name {
    text-align:left!important;
}

.woocommerce-page table.shop_table_responsive tr td.product-name::before {
    content: "";
}

.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
    font-weight: 400;
}

/* woo checkout */

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: none;
    width: auto;
}


.woocommerce-cart .cart-collaterals .cart_totals {
    overflow:hidden;
}
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce table.shop_table.woocommerce-cart-form__contents,
.woocommerce-checkout-review-order,
.woocommerce-additional-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper,
.woocommerce-billing-fields__field-wrapper {
    overflow:hidden;
    margin-top:0;
    padding:10px 15px 20px 15px;
    border-radius:0;
}

.woocommerce-billing-fields__field-wrapper {
    background-color:rgba(255,255,255,.9);
}

.woocommerce-cart .cart-collaterals .cart_totals table {
    padding:10px 15px 10px 15px;
}
.woocommerce-cart .cart-collaterals .cart_totals table th {
    width: 75%;
}
.woocommerce-cart .cart-collaterals .cart_totals table td {
    width: 25%;
}
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table td {
    text-align:right;
}

@media (max-width:768px) {
    .woocommerce-cart .cart-collaterals .cart_totals table th {
        width: inherit;
    }
    .woocommerce-cart .cart-collaterals .cart_totals table td {
        width: inherit;
    }
    .woocommerce-cart .cart-collaterals .cart_totals table th,
    .woocommerce-cart .cart-collaterals .cart_totals table td {
        text-align: right;
    }
}

#add_payment_method table.cart .product-thumbnail, .woocommerce-cart table.cart .product-thumbnail, .woocommerce-checkout table.cart .product-thumbnail {
    min-width: 0;
    width: 0;
}

.woocommerce-checkout-review-order {
    border:0;
    padding:0;
}

.woocommerce table.woocommerce-checkout-review-order-table {
    padding:15px 0;
}

#payment.woocommerce-checkout-payment {
    background-color:rgba(255,255,255,.9);
}


/*.woocommerce-additional-fields, */
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2 {
    margin-bottom: 40px;
}


.woocommerce form .form-row .required {
    color: #a1a1a1;
    font-weight: 400;
    border: 0;
    text-decoration: none;
}


.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
    outline:none;
}

.select2-container--default .select2-selection--single {
    color:#222;
    background-color: #999;
    border: 1px solid #999;
    border-radius: 0;
    font: 13px/13px 'Museo Sans W01 500';
}
.select2-container--default .select2-selection--single:focus {
    background-color: #999;
    border: 1px solid #999;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #222;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #222 transparent transparent transparent;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #222 transparent;
}

.select2-dropdown {
    background-color: #999;
    border: 1px solid #999;
    border-radius: 0;
}

.select2-container .select2-results__option {
    color: #222;
    font: 13px/13px 'Museo Sans W01 500';
    outline:none;
}

.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[data-selected=true] {
    background-color: #888;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #b38c65;
    color: #222;
    outline:none;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #999;
    background-color: #999;
    color:#222;
    font: 13px/13px 'Museo Sans W01 500';
}

.woocommerce textarea::-webkit-input-placeholder,
.woocommerce input[type=text]::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #222;
}

.woocommerce textarea::-moz-placeholder,
.woocommerce input[type=text]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #909;
    opacity:  1;
}

.woocommerce textarea::-moz-placeholder,
.woocommerce input[type=text]::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #909;
    opacity:  1;
}

.woocommerce textarea::-ms-input-placeholder,
.woocommerce input[type=text]:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #909;
}

.woocommerce textarea::-ms-input-placeholder,
.woocommerce input[type=text]::-ms-input-placeholder { /* Microsoft Edge */
    color:    #909;
}


.woocommerce table.woocommerce-checkout-review-order-table {
    background-color:rgba(255,255,255,.9);
    border-radius:0;
    border:0;
}

.woocommerce table.woocommerce-checkout-review-order-table th,
.woocommerce table.woocommerce-checkout-review-order-table td {
    font: 14px/18px 'Museo Sans W01 500';
    color:#000;
}

.woocommerce table.woocommerce-cart-form__contents td.product-name dl.variation dd {
    text-align:left!important;
}
/* hide product add-on summaries on checkout page */
.woocommerce table.woocommerce-cart-form__contents td.product-name dl.variation dt,

.woocommerce table.woocommerce-checkout-review-order-table tr.cart_item td.product-name dl.variation dt,
.woocommerce table.shop_table small.includes_tax {
    display:none;
}
.woocommerce table.woocommerce-checkout-review-order-table tr.cart_item td.product-name dl.variation dd p {
    padding-bottom:0px;
}



#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
    border-top: 0;
}


#add_payment_method .cart-collaterals .cart_totals table tr td,
#add_payment_method .cart-collaterals .cart_totals table tr th,
.woocommerce-cart .cart-collaterals .cart_totals table tr td,
.woocommerce-cart .cart-collaterals .cart_totals table tr th,
.woocommerce-checkout .cart-collaterals .cart_totals table tr td,
.woocommerce-checkout .cart-collaterals .cart_totals table tr th,

.woocommerce table.shop_table thead th,
.woocommerce table.woocommerce-checkout-review-order-table strong,
.woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    font-weight: 400;
    font: 14px/14px 'Museo Sans W01 500';
    text-transform:uppercase;
    color: #b38c65;
}

.woocommerce table.shop_table thead th,
.woocommerce table.shop_table tfoot th {
    padding-top:11px;
}
.woocommerce table.shop_table thead th {
    color:#222;
}

.woocommerce table.shop_table thead {
    display:none;
}


#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: transparent;
    border-radius: 0;
}

.woocommerce-checkout #payment,
.woocommerce-checkout .checkout .shipping_address {
    background-color:rgba(255,255,255,.9);
}

.woocommerce-checkout #payment ul.payment_methods {
    border-bottom: 0;
}

#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
    margin-top:20px;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    font-size: .92em;
    border-radius: 0;
    line-height: 1.5;
    background-color: #fff;
    color: #222;

    font-size:inherit;
    background-color: transparent;
    color: #fff;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid #fff;
    border: 1em solid transparent;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}

input#wc-braintree-paypal-test-amount,
label[for=wc-braintree-paypal-test-amount],
input#wc-braintree-credit-card-test-amount,
label[for=wc-braintree-credit-card-test-amount] {
    display:none!important;
}

.woocommerce #wc_braintree_paypal_container button {
    background-color:#b8a471!important;
    padding:5px 10px!important;
    outline:none!important;
}

.paypal-button.paypal-style-checkout.paypal-size-small .paypal-button-content {
    height: 24px !important;
    max-height: 24px !important;
    padding-left: 0!important;
    padding-right: 0!important;
    margin-left: 0!important;
    margin-top: 0!important;
    margin-right: 0!important;
    width: 130px;
    border-radius: 0!important;
    font: 14px/14px 'Museo Sans W01 500'!important;
    font-size:14px!important;
    text-align:center!important;
}

.paypal-button.paypal-style-checkout.paypal-size-small .paypal-button-content {
    font-size:14px!important;
    text-transform:uppercase!important;
}


.paypal-button.paypal-style-checkout.paypal-color-blue .paypal-button-content {
    background: transparent!important;
    text-shadow: none!important;
    color: white;
}

.paypal-button.paypal-style-checkout.paypal-size-small .paypal-button-tag-content {
    display:none!important;
}

.paypal-button.paypal-style-checkout .paypal-button-content img {
    display:none!important;
}

.paypal-button.paypal-style-checkout.paypal-size-small .paypal-button-content {
    /*width:208px!important;
    padding-left:10px!important;*/
    text-align:center!important;
}
.paypal-button.paypal-style-checkout.paypal-size-small .paypal-button-content span:after {
    content: " WITH PAYPAL";
}

.woocommerce #payment div.payment_method_braintree_credit_card .wc-braintree-hosted-field {
    border: 1px solid #666!important;
    border-radius: 0!important;
    background-color: #666!important;
}

.woocommerce-notice,
label[for=payment_method_braintree_paypal],
label[for=payment_method_braintree_credit_card],
.payment_method_braintree_credit_card p,
.woocommerce-thankyou-order-details,
.woocommerce-thankyou-order-details p {
    font-weight: 400;
    font: 14px/18px 'Museo Sans W01 500';
}

.woocommerce-notice strong,
.woocommerce-thankyou-order-details strong {
    font: 14px/18px 'Museo Sans W01 500';
    font-weight: 400;
}


.woocommerce input.button {
    padding: .618em 1em;
    font: 14px/18px 'Museo Sans W01 500';
    font-weight: 400;
    border-radius: 0;
    color: #222;
    background-color: #999;
    text-transform:uppercase;
}
.woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
    opacity: 1;
    background-color: #a1a1a1;
}

/* Cart page */

.woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
    opacity: 1;
}
body.woocommerce-cart #wc_braintree_paypal_container {
    display:none!important;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: none;
    width: 100%;
}

.woocommerce .woocommerce-checkout-review-order-table tr.shipping,
.woocommerce .woocommerce-checkout-review-order-table tr.cart-subtotal {
    display:none!important;
}

.woocommerce-checkout #payment ul.payment_methods li.payment_method_paypal {
    background: url(img/PayPal.png) 115px top no-repeat;
    background-size: 100px;
}

label[for=payment_method_paypal] {
    font-weight: 400;
    font: 14px/18px 'Museo Sans W01 500';
}

label[for=payment_method_paypal] img {
    display:none!important;
}

.woocommerce #wc_braintree_paypal_container button {
    color:#fff!important;
    text-decoration:none!important;
    text-transform:uppercase!important;
}
#bt-pp-name, #bt-pp-email {
    color: #000 !important;
}
#braintree-paypal-loggedin {
    background-position: 0 50% 20px 50%!important;
}

.product-addon-gift-voucher-message textarea {
    height:65px !important;
}

#textarea_feedback p {
    padding:0;
}