/*
Theme Name: 	Monopole
Theme URI: 		http://www.monopolesydney.com.au
Description: 	Monopole 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:#222;}
	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:#444;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 solid #444;margin:0 0 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 {overflow:auto;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%;
		font-family:'Proxima N W15 Reg', Helvetica, Arial, sans-serif; 
		font-size:15px;
		line-height:20px;
		font-weight:normal; 
		color:#a1a1a1;
		-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 */
		background: #000 URL(img/monopole_bgd.jpg) top center no-repeat;
		background-size:1074px;
		background-attachment: fixed;
	}

	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: #fff;
	}
	h1 {
		font-family: 'Proxima N W15 Light', Helvetica, Arial, sans-serif;
		font-size: 24px;
		line-height: 30px;
	}
	h2 {
		font-family: 'Proxima N W15 Light', Helvetica, Arial, sans-serif;
		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:#a1a1a1;
		text-decoration:underline;
	}
	a:hover {
		color:#fff;
		text-decoration:underline;
	}

	a.read-more,
	a.more {
		color:#fff;
		text-decoration:none;
	}
	a.read-more:hover,
	a.more:hover {
		color:#a1a1a1;
	}
	
	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:3px 5px;
		background: #666;
		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:22px;
		padding:3px 5px;
		background: #666;
		border: 1px solid #666;
		font: 13px/13px '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: 12px/12px '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 #999;
	}
	
	form#form_buy_giftcertificate select, form#form_buy_bentleybook select, form#form_paynow select {
		padding:0px;
		height:22px;
		font-size:13px;
		background: #666;
		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 #999;
		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:#b38c65;
		color:#fff;
		border:0;
		padding:5px 16px;
		text-transform:uppercase;
		font: 13px/13px '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:#ca9e73;
	}
	
	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:#a1a1a1;
		padding-top:5px;
	}
	
	form#form_paynow {
		padding:10px;
	}
	
	form#form_buy_giftcertificate, form#form_buy_bentleybook {
		padding-bottom:20px;
	}
	
	form#form_paynow h2 {
		color:#fff;
		font: 13px/13px 'Museo Sans W01 500';
		text-transform:uppercase;
		padding:0 0 5px 0;
		margin-top: 20px;
		margin-bottom: 0px;
		border-bottom:2px solid #d01a1a;
	}
	
	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:12px;
		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_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_forms {
		max-width: 90%!important;
		margin-left:auto;
		margin-right:auto;
		padding-bottom:20px;
	}
	.frm_error {
		line-height:14px;
	}

	.frm_message, .frm_success_style {
		border: 0!important;
	}

/* =============================================================================
   Non-Semantic Classes
   ========================================================================== */
   
   /* Custom Selection Styles */
   ::selection {background:#D31245;color:#FFF;text-shadow:none;}
   ::-webkit-selection {background:#D31245;color:#FFF;text-shadow:none;}
   ::-moz-selection {background:#D31245;color:#FFF;text-shadow:none;}
   
   /* Input focus styles */
   input:focus {outline:0;border:1px solid #0091BD;} /* 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;
		overflow:hidden;
	}

	#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:70px;
		padding: 20px 35px 10px 55px;
		margin:0 auto;
		border-bottom: 2px solid #b38c65;
	}


	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:70px;
		background:URL(img/bookbgd.png) no-repeat;
	}
	
	#social div {
		float:left;
	}

	#social a {
		width:30px;
		height:49px;
	}

	#social .fab:before {
		font-size:20px;
		color:#ccc;
	}

	#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:6px 10px 0 10px;
		color:#fff;
		text-transform:uppercase;
		font-family: 'Proxima N W15 Smbd';
		line-height:16px;
		text-align:center;
		cursor:pointer;
	}
	#social #bookonline:hover {
		color:#a1a1a1;
	}
	
	div.logo {
		float:left;
		width:222px;
		height:70px;
	}
		
	div.headline {
		float:left;
		padding:57px 0 0 10px;
		font: 14px/14px 'Museo Sans W01 500';
		color:#b38c65;
		text-transform:uppercase;
	}
	div.headline.last {
		float:right;
		text-align:right;
	}
    div.headline a {
        text-decoration: none;
    }

    #header-tel {
        color: #b38c65;
    }

	#bookings, #subscribe {
		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:#151515;
		background-color:rgba(21,21,21,.7);
	}
	#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;
		background-color:transparent;
	}
	#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;
		height:460px;
		width:964px;
		overflow:hidden;
		margin:12px auto;
		text-align:center;
		background-color:#151515;
	}

	#bookingform {
		width:600px;
		height:740px;
		margin:0 auto;
        background-color:transparent;
	}

	@media (max-width:679px){
		.dimmi-widget iframe {
			width:300px!important;
		}
		#bookingform {
			height:440px;
			margin: 40px auto 0 auto;
		}
		.dimmi-widget iframe {
			height:440px!important;
		}
	}

    #subscribeform, #functionsform {
        background-color:#000;
    }

    #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: #b38c65!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;
    }


    #bookingform iframe {
		margin-top: -76px;
	}
	
	#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.png) no-repeat;
		z-index:100;
	}
	.close:hover {
		color:#fff;
		background:URL(img/close_roll.png) no-repeat;
	}
	
	
	#banner {
		clear: both;
		display: block;
		position: relative;
		width: 1074px;
		height: 312px;
		margin: 0 auto;
		padding: 0;
	}

	ul.slides li {
		width: 1074px;
		height: 312px;
		overflow: hidden;
	}

	.flex-direction-nav .li-prev {
		position: absolute;  
		top: 156px;
		left:25px;
		width: 20px; 
		height: 20px; 
		margin: 0;
		cursor:pointer;
	}
	.flex-direction-nav .li-next {
		position: absolute; 
		top: 156px;
		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: #b38c65;
	}

	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';
		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: #666;
		text-decoration:none;
	}
	nav ul li.current a {
		color: #666;
		text-decoration:none;
	}
	
	ul#bottom {
		display:block;
		width: 350px;
		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: #a1a1a1;
		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: #a1a1a1;
		text-decoration:none;
	}
	ul#bottom li a:hover, p.credit a:hover {
		color: #fff;
		text-decoration:none;
	}
	p.credit {
		width:auto;
		padding-top:0;
		padding-bottom:0;
		font: 11px/11px 'Proxima N W15 Reg';
		color: #a1a1a1;
		text-align:center;
	}

	section {
		clear: both;
		display: block;
		overflow:hidden;
		width: 964px;
		margin: 0 auto 8px auto;
		padding: 20px 0 20px 0;
	}
		
	article {
		float:left;
		display:block;
		width:288px;
		margin-right: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;
    }
    article.news, article.reviews {
        position: relative;
        float: right;
        width: 530px;
        margin-right:20px;
    }
	article.news h1, article.reviews h1 {
		font-size:20px;
		line-height:24px;
	}

	article.hours {
		margin-right:42px;
		text-transform:uppercase;
	}
	
	article.news, article.reviews {
		float:right;
		width:634px;
		padding:20px 0 0 0;
		margin:0 0 8px 0;
		border-top: 1px solid #444;
	}
	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:#a1a1a1;
		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;
	}

	body.single-post article.reviews .txt,
	body.single-post article.news .txt {
		margin-bottom: 20px;
	}

	article.news .readmore, article.reviews .readmore {
		cursor:pointer;
		color:#d01a1a;
		width:420px;
		padding:0 0 12px 0;
	}
	article.news .readmore:hover, article.reviews .readmore:hover {
		color:#a1a1a1;
	}
	
	article.news .pic, article.reviews .pic {
		float:right;
		height:auto;
		margin-left:28px;
		margin-bottom:12px;
		overflow:auto;
	}
	
	article.last {
		margin-right:0;
	}
	
	article.hours, article.hours a, aside, aside a {
		color: #b38c65;
		text-decoration:none;
	}
	
	article.hours a:hover, aside a:hover {
		color:#fff;
	}
	
	aside {
		float:left;
		display:block;
		width:288px;
		margin-right:42px;
		margin-bottom:20px;
		text-transform:uppercase;
	}
	aside p.first {
		margin-bottom:0px;
	}
		
	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 a {
		text-decoration:none;
	}
	article h1 {
		text-transform:uppercase;
	}

    .bookonline-link {
        cursor:pointer;
    }
    .bookonline-link span {
        padding: 4px 10px;
        color: #fff;
        background-color: #b38c65;
		letter-spacing:.5px;
    }
    .bookonline-link:hover, .bookonline-link:focus {
        opacity:.9;
    }

	ul#subnav {
		font-family:'Proxima N W15 Reg', Helvetica, Arial, sans-serif; 
		font-size:15px;
		line-height:20px;
		text-transform:uppercase;
	}
	
	ul#subnav.news {
		padding-top:4px;
	}
	
	ul#subnav li {
		padding-bottom:16px;
	}
	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: #959595;
		text-decoration:none;
	}
	ul#subnav li a:hover {
		color: #fff;
	}
	ul#subnav li.current a {
		color: #fff;
	}
	
	
	footer {
    	clear:both;
		position:relative;
		display:block;
		width:960px;
		padding:25px 0 20px 0;
		margin:0 auto 10px auto;
		border-top:2px solid #b38c65;
		border-bottom:2px solid #b38c65;
		color:#b38c65;
		font: 12px/16px 'Museo Sans W01 500';
		text-transform:uppercase;
        overflow:auto;
	}
	footer .title {
		float:none;
		color:#fff;
		font: 12px/16px 'Museo Sans W01 500';
		padding:0 0 10px 0;
	}
    footer .left {
        position: relative;
        width: 23%;
    }
	footer a {
		text-decoration:none;
		color:#b38c65;
	}

footer .title {
    float: none;
    color: #fff;
    font: 15px/18px 'Museo Sans W01 500';
	letter-spacing:.5px;
    padding: 0 0 10px 0;
}

footer p {
    padding:0 0 8px 0;
}

footer a {
    text-decoration: none;
    color: #b38c65;
}

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 -4px;
}

footer div.footer-cirruslogo img {
    width: 180px;
    height: 42px;
}

/*
footer .cirrus p {
    color: #777;
    font: 12px/16px 'Proxima N W15 Reg';
}

footer .cirrus a {
    color: #777;
}

footer .yellow p {
    color:#beab07;
    font: 12px/16px 'Roboto Slab';
}
footer .yellow a {
    color:#beab07;
}

footer .monopole p {
    color:#b38c65;
    font: 12px/16px 'Museo Sans W01 500';
}
footer .monopole a {
    color:#b38c65;
}

footer .bentley p {
    color:#9a9a9a;
    font: 12px/16px 'Proxima N W15 Reg';
}
footer .bentley a {
    color:#9a9a9a;
}
*/

	footer p,
	footer a {
		font-size:12px;
		line-height:17px;
		color:#a1a1a1;
	}
	footer a:hover {
		color: #999;
		text-decoration: none;
	}

	
	p.credit {
		clear:both;
		width:auto;
		padding-top:4px;
        padding-bottom:10px;
		font: 11px/16px 'Proxima N W15 Reg';
		color: #a1a1a1;
		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;
	}
	
	
	.frm_form_field.form-field {
		margin-bottom:10px;
	}

    .mob-menu,
    .toggle-menu {
        display:none;
    }


/* =============================================================================
   Media Queries
   ========================================================================== */


@media (max-width:1100px) {

    #wrapper {
        display: block;
		width: 100%;
        height: 100%;
        margin: 0 auto;
        padding:0;
    }

    footer {
        width: 940px;
        padding: 25px 0 30px 20px;
    }

    /*header,
    nav,
    #bookings,
    #subscribe,
    #banner,
    section {
        margin:0;
    }*/

    .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:0;
        top:60px;
        width:100%;
        text-align:center;
    }

    div.headline {
		width:100%;
	}

    div.headline.last {
        clear:both;
        display:block;
        float: none;
        width:100%;
        margin: 70px 0 0 0;
        padding:0;
        text-align:center;
    }
    div.headline.last > span {
        display:inline-block;
    }

    #bookings, #subscribe, #functions {
        width: 100%;
        max-width:964px;
    }

    #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;
    }

    nav ul {
        display:table;
        text-align: justify;
        min-width: 320px;
    }
    nav ul li {
        font: 15px/15px 'Museo Sans W01 500';
        padding: 15px 12px;
    }

    nav ul li a {
        display: block;
    }

    aside {
        float: left;
        width: 30%;
        margin-left: 2%;
        margin-right: 2%;
    }

    article.twocol,
    article,
    article.last {
        float: right;
        width: 60%;
        margin-right: 5%;
    }

    article.last {
        margin-top:30px;
        margin-bottom:30px;
    }

    article.twocol {
        margin: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.news, article.reviews {
        width: 530px;
        margin-right: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:984px) {
    #wrapper {
        width: 100%;
    }
}

@media (max-width:1040px) {

    footer {
        clear:both;
        display:block;
        width:90%;
        max-width: 964px;
        height: auto;
        padding: 20px 5% 0 5%;
    }

    footer .left {
        width: 33%;
        margin-bottom:20px;
    }

    p.credit {
        clear:both;
    }

}

@media (max-width:840px) {

    #bookings {
        height:auto!important;
    }

    footer .left {
        width:50%;
        float:left;
    }

    article.news, article.reviews {
        width: 450px;
    }

    article.news .readmore, article.reviews .readmore,
    article.news .txt {
        width: 250px;
    }
}


@media (max-width:760px) {

    aside {
        margin-top:10px;
    }

    aside,
    article, article.last, article.twocol {
        float:none;
        width:90%;
        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: 0;
        margin-left: 0;
    }


    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 {
		clear:both;
		border-top: 1px solid #444;
        margin-top:10px;
        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;
    }


    footer {
        clear:both;
        display:block;
        width:90%;
        max-width: 964px;
        height: auto;
        padding: 30px 5% 10px 5%;
    }

    .left {
        float:none;
    }

    p.credit {
        padding:20px;
    }
}


@media (max-width:840px) {

    #social {
        right:inherit;
        left:20px;
    }

	#navbar {
		height:3px;
	}

    nav ul {
        display:none;
    }

    .toggle-menu {
        display:block;
        position:absolute;
        top:10px;
        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:#000;
    }

    .toggle-text {
        float:left;
        font-size:16px;
        line-height:16px;
		color:#fff;
    }
    .toggle-bars {
        float:right;
    }

    .icon-bar {
        width:24px;
        height:3px;
        background-color:#fff;
        margin:0 0 3px 0;
        padding:0;
    }

    .mob-menu li {
        list-style:none;
        border-bottom:0px solid #999;
        margin:0;
        padding:5px 0;
        text-align:center;
    }

    .mob-menu li a {
        text-decoration:none;
        text-transform:uppercase;
    }

    div.headline.last > span {
        display:block;
        line-height:16px;
    }
}


@media (max-width:600px) {

    div.logo {
        top:60px;
    }

    div.headline.last {
        margin: 70px auto 0 auto;
        line-height:16px;
    }

    #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:440px) {

    form#form_paynow .frm_form_field {
        width:320px!important;
    }
}

@media (max-width:344px) {

    .toggle-text {
        display: none;
    }

    article.twocol div.leftcol, article.twocol div.rightcol {
        width: 90%;
    }

    form#form_paynow .frm_form_field {
        width:274px!important;
    }

    #bookingform iframe {
        margin-top: 0;
    }

}


/* 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: #fff;
	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: #666;
	border: 1px solid #666;
	font: 13px/13px '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: #666;
	border: 1px solid #666;
}
.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: #fff;
	font: 13px/13px 'Museo Sans W01 500';
	text-transform: uppercase;
	padding: 0 0 5px 0;
	margin-bottom: 0;
	border-bottom: 1px solid #b38c65;
}

.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:#a1a1a1;
}

.woocommerce table.woocommerce-checkout-review-order-table {
	margin-bottom:6px;
}
.woocommerce h3#order_payments_heading {
	margin-top:25px;
}

.woocommerce div.product .product_title {
	font-family: 'Proxima N W15 Light';
	font-size: 20px;
	line-height: 24px;
}

.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:#a1a1a1;
}

.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 {
	font: 13px/13px 'Museo Sans W01 500';
	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: transparent;
	color: #fff;
	border: 1px solid #a46497;
	list-style: none outside;
	width: auto;
	word-wrap: break-word;
}

.woocommerce-error, .woocommerce-message, .woocommerce-info {
	border-color: #b38c65;
}
.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: 14px;
	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;

	border-radius:0;
	border:1px solid #333;
	padding:10px 15px 20px 15px;
}

.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;
    margin-bottom:20px;
}

.woocommerce table.woocommerce-checkout-review-order-table {
	border:1px solid #666;
	padding:15px 0;
}

#payment.woocommerce-checkout-payment {
	border:1px solid #666;
}


/*.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: #666;
	border: 1px solid #666;
	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 #888;
	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: transparent;
	border-radius: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:#fff;
}

.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 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:#b38c65!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;
    color:#666;
	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: #ccc !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;
}
