/*
Theme Name: bruneltheme
Theme URI: 
Author: Tim Jukes 
Author URI: 
Description: 
Version: 1.0
Tags: 
Text Domain: 
*/

/**
 * Table of Contents:
 *
 *  1.0	- 	Reset & Plugins
 *  2.0	- 	Typography
 *  3.0	- 	Tables
 *  4.0	- 	Forms
 
 *  5.0	- 	Navigation + Footer
 *  6.0	- 	Common Styles

 *  7.0	- 	Specific sections
 *			
 *  8.0	- 	Icons
 *  9.0	- 	Colours
 * 10.0 - 	Print
 * 11.0	-	Useful extras
 * -----------------------------------------------------------------------------
 */




/**
 * 1.0 Reset & Plugins
 * -----------------------------------------------------------------------------
 */

/*
(LOADED BY FUNCTIONS.PHP)
@import url('css/reset.css');
@import url('css/plugins.css');
*/

  
/**
 * 2.0 Typography
 * -----------------------------------------------------------------------------
 */

/*
font-family:'Gill Sans Nova W01';
font-family:'Gill Sans Nova W04'; (CONDENSED)
*/

body{
	font-family:'Gill Sans Nova W01', 'Gill Sans', sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 1.5; /* Baseline grid of 21px */
}


input, textarea, input[type="text"], input[type="email"], input[type="password"]{
	font-family:'Gill Sans Nova W01', 'Gill Sans', sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 14px;
	line-height: 1.5; /* Baseline grid of 21px */
}


h1, h2, h3, h4, #support_badge, .read_more,
.submit, .button, input[type="submit"],
.loop-pagination
{
	font-family:'Gill Sans Nova W04', 'Gill Sans Condensed', sans-serif;
	text-transform: uppercase;
	font-weight: 500;
}


/* ------  header styles  */

/* headers - default */

h1, h2, h3, h4, h5{	 
	margin: 0;
	padding: 0;
	letter-spacing: 0.05em;
}

h1{
	font-size: 2.8571em; /* 40px */ line-height: 1.0500em; /* 42px */
	margin-bottom: 1.0500em;
	
	font-weight: 600;
	
}

h1 a, h2 a, h3 a, h4 a{
	font-weight: inherit;
}

h2{
	font-size: 24px;
	line-height: 28px;
	letter-spacing: 0.05em;
}

h3{
	font-size: 24px;
	line-height: 28px;
}

h4{
	font-size: 21px;
	line-height: 28px;
}

h5, h6{
	font-size: 18px;
	line-height: 21px;
}

h2.block_title,h2.navblock_title{
	font-size: 24px;
	line-height: 28px;
	border-bottom: 1px solid #000;
	padding-bottom: 14px;
}

h2.navblock_title{
	border-bottom: none;
}

.post_type_head{
	font-size: 20px;
	line-height: 28px;
}

.woocommerce ul.products li.product h3{
	font-size: 24px;
	line-height: 28px;
}




.main_menu a{
	font-family:'Gill Sans Nova W04', 'Gill Sans Condensed', sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	letter-spacing: 0.01em;
}

.main_menu .sub-menu a{
	font-size: 18px;
}

h2{
	font-size: 48px;
	line-height: 52px;
}

#footer h3{
	font-size: 24px;
	line-height: 28px;
	
	margin-bottom: 15px;
	font-weight: 200;
}

.single_event_info h2{
	font-size: 36px;
	line-height: 36px;
	margin-bottom: 36px;
}

.single_event_info h3{
	font-size:24px;
	line-height: 28px;
	margin-bottom: 0;
}

.single_event_info p{
	margin: 0;
}

#mast_intro_text p{
	font-size: 18px;
	line-height: 21px;
	font-weight: 300;
}

ul{
	padding-left: 1.5em;
}

#footer p, footer ul{
	font-size: 14px;
	line-height: 21px;
}

#footer #copyright{
	font-size: 12px;
}


.single_post_content_block li
,.page_content li
{
	list-style: disc;
	margin-left: 0;
	padding-left: 0;
}

.flexslider ul li{
	list-style: none;
}

/*
.single_post_content_block p, 
.single_post_content_block ul,
.single_post_content_block ol,
.single_post_content_block dl,
.product-desc p, 
.product-desc ul, 
.product-desc ol, 
.product-desc dl 
*/

p, ul, ol, dl
{
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 24px;
}

.entry-meta, .entry_author{
	font-size: 16px;
	line-height: 24px;
	margin: 0;
}


blockquote, blockquote p{
	font-style: italic;
	padding-left: 0;
	margin-left: 0;
}




#support_badge{
	text-align: center;
	font-size: 34px;
	line-height: 34px;
	transform: rotate(25deg);
	font-weight: 300;
	letter-spacing: 0.05em;
}

#support_badge span{
	padding-top: 47px;
	display: block;
	
}

#copyright{
	font-size: 12px;
	font-weight: 200;
}

.read_more{
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.075em;
}


#primary-navigation  #wpmenucartli {
	font-weight: 200;
}

.woocommerce div.product p.price, .woocommerce div.product span.price{
	font-size: 21px;
}

.cart_totals  h2, .woocommerce h2{
	font-size: 21px;
	line-height: 21px;
	margin-bottom: 7px;
}

.woocommerce h3{
	font-size: 18px;
	line-height: 21px;
	margin-bottom: 7px;
}

.loop-pagination{
	font-size: 24px;
	line-height: 28px;
	text-align: center;
}

/**
 * 3.0 Tables
 * -----------------------------------------------------------------------------
 */

.em-calendar{
	width: 100%;
}

.em-calendar thead td{
	padding: 10px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.em-calendar tbody td{
	padding: 14px 0;
}

.woocommerce ul.products li.product .price{
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
}

/**
 * 4.0 Forms
 * -----------------------------------------------------------------------------
 */

.submit, .button, input[type="submit"]
{
	/* text-transform: uppercase; */
	font-weight: normal;
	border: none;
	background: none;
	cursor: pointer;
	text-align: left;
	/* text-transform: lowercase; */
	padding: 0 10px 0 10px;
	/* letter-spacing: 0.1em; */
	vertical-align: middle;
	text-decoration: none;
	height: 29px;
	line-height: 29px;
	font-size: 13px;
	margin-top: 0;
	display: block;
	text-align: center;
	overflow: hidden;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
    -webkit-border-radius:none;
    border-radius: 0;
	
}

fieldset{
	border: none;
	padding: 0;
	margin: 0;
}

.i_text, .i_textarea, input[type="text"], textarea{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
    -webkit-appearance: none;
    -webkit-border-radius:none;
    border-radius: 0;
}



.i_text, .i_textarea,
textarea, input[type="text"], input[type="email"], input[type="password"],
input.input-text
{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
    -webkit-appearance: none;
    -webkit-border-radius:none;
    border-radius: 0;
	-webkit-appearance: none;
	border: 1px solid #000;
	width: 100%;
	float: left;
	padding: 8px 5px;
	outline: none;
}

.oneline_form{
	width: 100%;
	overflow: hidden;
	position: relative;
	margin: 0;
	padding: 0;
}


.oneline_form .submit, .oneline_form .i_text, .dc-download-code input{
	width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
    -webkit-appearance: none;
    -webkit-border-radius:none;
	font-size: 14px !important;
	line-height: 32px !important;
	height: 32px !important;
	border: 0 !important;
	border: none !important;
}

.oneline_form .i_text{
	text-indent: 5px;
}

.oneline_input_holder{
	width: 75%;
	float: left;
	overflow: hidden;
	margin: 0;
	padding: 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
    -webkit-appearance: none;
    -webkit-border-radius:none;
	position: relative;
	border: none;
}

.oneline_submit_holder{
	width: 25%;
	float: left;
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: relative;
}

#mc_embed_signup{
	margin-top: 21px;
}











#main{
	overflow: hidden;
	display: block;
	width: 100%;
	float: left;
	clear: both;
}









/*  WOOCOMERCE OVERRIDES */

.woocommerce a.button, 
.woocommerce  button.button, 
.woocommerce input.button, 
.woocommerce #review_form #submit,
.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce #content input.button.alt, .woocommerce-page a.button.alt, .woocommerce-page button.button.alt, .woocommerce-page input.button.alt, .woocommerce-page #respond input#submit.alt, .woocommerce-page #content input.button.alt
{ 
	font-family:'Gill Sans Nova W04', 'Gill Sans Condensed', sans-serif;
	
	background:black;
	color: #fff;
	border: none;
	text-shadow: none; 
	box-shadow: none;
	text-transform: uppercase;
	font-weight: normal;
	 -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
    -webkit-border-radius:none;
    letter-spacing: 0.075em;
    padding: 0 20px;
}

.woocommerce a.button:hover, 
.woocommerce  button.button:hover, 
.woocommerce input.button:hover, 
.woocommerce #review_form #submit:hover,
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover, 
.woocommerce #respond input#submit.alt:hover, 
.woocommerce #content input.button.alt:hover, 
.woocommerce-page a.button.alt:hover, 
.woocommerce-page button.button.alt:hover, 
.woocommerce-page input.button.alt:hover, 
.woocommerce-page #respond input#submit.alt:hover, 
.woocommerce-page #content input.button.alt:hover
{
	background: #E84810;
	color: #000;	
} 

.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled]{
	padding-top: 0;
	padding-bottom: 0;
}



.read_more{
	height: 32px; 
	
	line-height: 30px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
 
 .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce #content input.button, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce-page #respond input#submit, .woocommerce-page #content input.button{
	 height: 29px;
	 line-height: 28px;
	 padding: 0 15px;
	 font-size: 16px;
 }
 
 .woocommerce .quantity .qty{
	 padding-top: 3px;
	 padding-bottom: 3px;
 }
 
 #ml_ajax_msg{
	 width: 100%;
	 text-align: center;
 }

.dc-download-code p{
	display: block;
	clear: both;
	overflow: hidden;
}

.woocommerce-cart #shipping_note{
	width: 40%;
	float: left;
}
.woocommerce a.added_to_cart{
	width: 100%;
}
.woocommerce #respond input#submit.loading::after, .woocommerce a.button.loading::after, .woocommerce button.button.loading::after, .woocommerce input.button.loading::after{
	top:-0.1em;
}

.woocommerce-shipping-fields #shipping_note{
	clear: both;
	display: block;
	padding-top: 36px;
}

.cart-collaterals{
	position: relative;
}

.wc-proceed-to-checkout .continue_shopping{
	position: absolute;
	left: 0;
}

.page_content .wc_payment_methods, .page_content ul.wc_payment_methods li{
	list-style: none;
}

/**
 * 5.0 Navigation + Footer
 * -----------------------------------------------------------------------------
 */



/* STICK FOOTER TO BOTTOM */

* { margin:0; padding:0; } 

html, body, #wrap { height: 100%; }

body > #wrap {height: auto; min-height: 100%;}

#container { 
	padding-bottom: 240px; /* must be same height as the footer */
}  

#footer { 
    position: relative;
	margin-top: -240px; 
	height: 240px;
	clear:both;
	overflow: hidden;
} 


/* END STICK FOOTER TO BOTTOM */


#copyright{
	position: absolute;
	bottom: 5px;
	z-index: 20;
}

#footer h3,
.timeoutbadge{
	margin-top: 50px;
	display: block;
}

.footer_base_links, .footer_base_links li{
	margin-left: 0;
	padding-left: 0;
}



#site_title{
	width: 50%;
	max-width: 400px;
	min-width: 300px;
	margin: auto;
	display: block;
	float: none;
	position: relative;
	z-index: 3000;
	margin-top: 30px;
}

#site-header{
	position: absolute;
	z-index: 3000;
	width: 100%;
}

#mast_strip{
	width: 100%;
	position: relative;
	z-index: 0;
	
}

#mast_opening_info{
	position: absolute;
	top:90px;
	left: 20px;
	max-width: 20%;
	z-index: 3000;

}

#header_social{
	position: absolute;
	top:40px;
	left: 20px;
	width: 150px;
	margin: 0;
	padding: 0;
}

#footer_social{
	margin-top: 21px;
}

#mast_intro_text{
	text-align: center;
	margin: auto;
	max-width: 600px;
	padding: 40px 30px;
/*
	position: absolute;
	top:300px;
	left: 50%;
	margin-left: -250px;
*/
}

#support_badge{
	width: 150px;
	height: 150px;
	border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius:50%;
position: absolute;
right: 30px;
top:30px;
}


#navbar{
	position: absolute;
	top:220px;
	z-index: 4000;
	width: 100%;
	left: 0;
}

#navbar ul{

	line-height: 1.5em;
}



/*
.main_menu li{
	margin: 0 10px;
	padding: 0;
	display: inline-block;	
}
*/




#main_menu{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align:justify;
	-ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
    font-size:0;
	padding: 0 100px;
}

#main_menu:after{
	content:' '; 
	display:inline-block; 
	width: 100%; 
	height: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	font-size: 0;
	line-height: 0;
	zoom:1;
}

#main_menu li{
	display:inline-block;
	/* display:inline; */
	padding: 0;
	margin: 0;
	vertical-align: top;
	list-style: none;
	position: relative;
}

#main_menu li a{
/* 	padding: 8px 20px 8px 20px; */
	display: block;	
	text-decoration: none;
	/* margin-left: -10px; */
}

#main_menu li > a{
	padding-bottom: 5px;
	padding-top: 5px;
}

#main_menu ul.sub-menu{
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 0;
	z-index: 800;
	position: absolute;
	width: 200px;
	left: -10px;
	 visibility: hidden;
	 opacity: 0;	
	text-align: left;
}
	
#main_menu .right_dropdown ul.sub-menu{
	left: auto;
	right: -20px;	
}
	




#main_menu li:hover ul.sub-menu{
	margin-top: 0;
	opacity: 1;
 visibility: visible;
}


#main_menu ul.sub-menu li{
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	display: block;
}

#main_menu  ul.sub-menu li a{
	padding: 7px 15px 10px 10px;
	display: block;
	margin-left: 0;
	margin-right: 0;
	
}

#main_menu  ul.sub-menu li.last a{
	padding-bottom: 14px;
}

#main_menu  .menu-item-has-children > a:after {
/* content:'\25b8'; */ /* right arrow */
content:'\25bc'; /* right arrow */
font-size: 0.5em;
margin-left: 0.5em;
position: relative;
top:-0.25em;
}


.breadcrumb_strip{
	margin: 0;
	padding:6px 0;
	margin-bottom: 40px;
}


#primary-navigation  #wpmenucartli{
	position: absolute;
	right: 40px;
	top:85px;
	line-height: 32px;
	font-size: 14px;
}

#breadcrumbs{
	margin: 0;
	padding: 0;
}



.paging_bar{
	overflow: hidden;
	padding: 30px 2px;
}

.paging_bar .page-numbers{
	padding: 10px;
	display: inline-block;
	text-decoration: none;
	
}

span.page-numbers{
	font-weight: 700;
}

.paging_bar ul{
font-size: 16px;
}


body #click-menu.click-menu-active #RMX{
	color: #ffffff !important;
	top:2px !important;
}

body #click-menu.click-menu-active #RMX:hover{
	color: #000 !important;
}

#click-menu{
	padding: 0 !important;
	margin-left: -14px;
}

#click-menu-label{
/* 	line-height: 40px !important; */
	font-size: 12px !important;
	padding-top: 5px !important;
}

#click-menu.click-menu-active{
	color: #fff !important;
}

#responsive-menu{
	margin-top: 60px !important;
}
/**
 * 6.0 Common Styles
 * -----------------------------------------------------------------------------
 */

#blocks_container{
	margin-top: 40px;
}

.block_content{
	padding: 20px 20px 80px 20px;
	position: relative;
	margin-bottom: 40px;
}

.navblock_content{
	padding: 10px 20px 10px 20px;
	position: relative;
	margin-bottom: 40px;
}

.navblock_col{
	cursor: pointer;
}

.block_content_toedge{
	padding: 0;
}

.block_content .read_more{
	position: absolute;
	bottom: 20px;
	left: 20px;
}

.block_innertext{
	padding: 20px;
	overflow: hidden;
}

.post_type_head{
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	z-index: 10;
}

.post_type_head a{
	padding: 10px 20px;
	display: block;
}

.newslist_block{
	position: relative;
}

.newslist_block .block_content{
	position: relative;
	padding-top: 65px;
}

.cal_block_content{
	padding-bottom: 20px;
}
.twitter_block .block_content{
	padding-top: 47px;
}

.twitter_block_head{
	width: 100%;
}

.twitter_block_head a{
	display: block;
	padding-left: 50px;
}

.postlist{
	margin: 0;
	padding: 0;
}

.postlist li a{
	border-bottom: 1px solid #ccc;
	position: relative;
	display: block;
	padding: 7px 0;
	overflow: hidden;
}

.postlist_date{
	width: 25%;
	overflow: hidden;
	float: left;
}

.postlist_item_title{
	overflow: hidden;
	width: 75%;
	float: left;
}

.read_more{
	padding: 8px 16px;
	border: 1px solid #000;
	text-transform: uppercase;
}

.css-events-list{
	margin-top: 1em;
	width: 100%;
}

.css-events-list table{
	margin-top: 1em;
	width: 100%;
}

.css-events-list th{
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.css-events-list tbody td{
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}

.em-map-balloon-content a{
	display: none;
}

.single_event_image img{
	width: 100%;
	height: auto;
}

.em-locations-map, .em-location-map-container {
	width: 100% !important;	
}


.entry-header{
	display: block;
	clear: both;
	width: 100%;
	float: left;
}

.entry_author{
	padding-top: 8px;
	display: block;
	clear: both;
	padding-bottom: 14px;
	overflow: hidden;
	
}


.page_content{
	position: relative;
}

/**
 * 7.0 Specific sections
 * -----------------------------------------------------------------------------
 */

.map_address{
	float: left;
	width: 50%;
	padding: 0;
	margin: 0;
}
.map_links{
	float: right;
	text-align: right;
	width: 45%;
	padding: 0;
	margin: 0;
}

.map_links a{
	display: block;
	clear: both;
	
}


.single_event_info{
	overflow: hidden;
	padding: 40px 0px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 40px;
}







.woocommerce .products ul, .woocommerce ul.products{
	padding-top: 30px;
}


.woocommerce  .button, .woocommerce  a.button, .woocommerce  input.button{
 	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0 !important;
	font-weight: normal;
 }
 .woocommerce{
	 padding-bottom: 100px;
 }
 
 
 .woocommerce-tabs .tabs{
	 display: none;
 }

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
	text-align: center;
	position: relative;
}

.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3{
	margin-bottom: 0;
}

.woocommerce ul.products li.product .price{
margin-top: 0;
margin-bottom: 16px;
display: block;
clear: both;
}

.woocommerce .products a.button.added:before{
	left:-26px;
	right: auto;
	top:0;
}

.woocommerce ul.products li.product a:hover img, .woocommerce-page ul.products li.product a:hover img{
	opacity: 0.6;
}

.woocommerce ul.products li.product a .product_loop_top{
	background: #000;
	overflow: hidden;
	display: block;
}

.woocommerce div.product div.images img, .woocommerce #content div.product div.images img, .woocommerce-page div.product div.images img, .woocommerce-page #content div.product div.images img{
	box-shadow: none;
}

.woocommerce div.product div.images, .woocommerce #content div.product div.images, .woocommerce-page div.product div.images, .woocommerce-page #content div.product div.images{
	position: relative;
}
 
.product .product_title{
	 text-align: left;
 }
 
 .woocommerce div.product .woocommerce-tabs .panel, .woocommerce #content div.product .woocommerce-tabs .panel, .woocommerce-page div.product .woocommerce-tabs .panel, .woocommerce-page #content div.product .woocommerce-tabs .panel{
	 margin-bottom: 0;
 }
 
 .product .posted_in{
	 display: none;
 }
 
 #shop-carousel li{
	 margin-right: 10px;
 }
 
 .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2,
 .woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-1, .woocommerce-page .col2-set .col-2, .myaccount_address{
	 margin-bottom: 3em;
	 
 }
 
/*
 #coupon_code{
	 width: 150px;
 }
*/
 
 .dc-download-code input[type="text"]{
	width: 70% !important;
}

 .dc-download-code input[type="submit"]{
	width: 30% !important;
}

.product_share_holder{
	padding-top: 40px;
}

.product_share_holder .fb_iframe_widget{
	top: -6px;
}

.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count{

}

.woocommerce .woocommerce-error::before, .woocommerce .woocommerce-info::before, .woocommerce .woocommerce-message::before{
	left: 5px;
}
 
 
 .woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message{
	 padding-left: 2.5em !important;
 }
 
 .woocommerce ul.products li.product a img{
	 margin: 0;
 }

 .woocommerce form td.product-name dl.variation dd {
	 padding-bottom: 0;
	 margin-bottom: 0;
 }
 
 .variation-Category p{
	 margin: 0;
 }
 
 .product-name{
	 font-size: 16px;
 }
 
 .select2-container--default .select2-results>.select2-results__options {
	 clear: both;
 }
 
 
 .single_featured_image{
	 
	 width: auto;
	 height: auto;
	 margin-bottom: 40px;
	 overflow: hidden;
	 display: block;
	 max-width: 600px;
 }
  .single_featured_image img{
  		height: auto;
 	 }
 
 
 
 
 
 
 a.blog_intro_img{
	 display: block;
	 clear: both;
	 float: left;
	 width: 100%;
	 overflow: hidden;
	 margin-bottom: 020px;
	 margin-top: 20px;
 }
 
 
 .cat-links{
	padding-top: 20px;	 
 }
 
 .cat-links ul, .cat-links li{
	 list-style: none !important;
	 margin: 0; 
	 padding: 0;
	 font-size: 14px;
 }
 
 .cat-links li{
	 margin-right: 10px;
 }
 
 
 .ssba{
	 clear: both;
 }

 /**
 * 8.0 Icons
 * -----------------------------------------------------------------------------
 */
 
.icon,
a.icon,
#main_logo,
.loop-pagination .next,
.loop-pagination .prev,
.previous_post_link a, 
.next_post_link a,
.flex-prev,
.flex-next,
.fancybox-close,
.lightbox:hover:after
{
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	text-align: left;
	display: block;
	overflow: hidden;
	background: url(css/images/sprites.png) no-repeat 0 0;
	float: left;
	width: 0;
	height: 0;
	font-family: inherit;
	-webkit-transition: none;
       -moz-transition: none;
        -ms-transition: none;
         -o-transition: none;
            transition: none;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), 
only screen and (min-device-pixel-ratio: 1.5) {
	.icon,
a.icon,
#main_logo,
.loop-pagination .next,
.loop-pagination .prev,
.previous_post_link a, 
.next_post_link a,
.flex-prev,
.flex-next,
.fancybox-close,
.lightbox:hover:after
	
	{
		/* Reference the @2x Sprite */
/* 		background-image: url(css/images/sprites@2x.png); */
		/* Translate the @2x sprite's dimensions back to 1x */
		background-size: 470px 270px; 
	}
}

.social_links{
	list-style: none;
	margin: 0;
	padding: 0;
}


.social_links li{
	margin-right: 3px;
	display: inline;
	display: inline-block;
}

.social_links li .icon, .social_icon{
	width: 28px; height: 28px;
	-webkit-transition: none;
       -moz-transition: none;
        -ms-transition: none;
         -o-transition: none;
            transition: none;
}

.social_links li a {
	color: GhostWhite;
}


.twitter .icon{
background-position: -95px -5px;	
}

.twitter .icon:hover{
	background-position: -95px -45px;	
}

.twitter_block_head .twitter .icon:hover{
	background-position: -95px -5px;
}


.facebook .icon{
background-position: -50px -5px;	
}

.facebook .icon:hover{
	background-position: -50px -45px;	
}


.flickr .icon{
background-position: -5px -5px;	
}

.flickr .icon:hover{
	background-position: -5px -45px;	
}

.wpmenucart-icon-shopping-cart-0:before{
	width: 32px; height: 32px;
	
        background-position: -140px -5px;	    
        margin-right: 10px;
}

#wpmenucartli a:hover .wpmenucart-icon-shopping-cart-0:before{
        background-position: -140px -45px;	    
}

.twitter_block_head .twitter .icon{
	position: absolute;
	left: 10px;
}


.previous_post_link a, 
.next_post_link a,
.loop-pagination .prev, 
.loop-pagination .next,
.flex-prev,
.flex-next,
#home_slideshow .flex-prev,
#home_slideshow .flex-next
{
	width: 70px;
	height: 70px;
	border: 1px solid #fff;
	-webkit-border-radius:50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	z-index: 2000;
	display: block;
	top:50%;
	margin-top: -25px;
	border: none;
	
}

.previous_post_link a,
.prev_post_link a,
.loop-pagination .next,
.flex-prev,
#home_slideshow .flex-prev
{
	background-position: -200px -110px;
	position: fixed;
	left: 7px;
		border: none;
}

.flex-prev{
	left: -25px;
	border: 1px solid #ccc;
	width: 50px;
	height: 50px;
	background-position: -350px -150px;
	position:absolute; 
}

.previous_post_link a:hover,
.prev_post_link a:hover,
.flex-prev:hover,
#home_slideshow .flex-prev:hover{
	background-position: -200px -185px;
		border: none;

}

.loop-pagination .prev,
.flex-next,
.next_post_link a,
#home_slideshow .flex-next
{
	background-position: -120px -110px;
		border: none;
	position: fixed;
	right: 7px;
}

.flex-next{
	right: -25px;
	border: 1px solid #ccc;
	width: 50px;
	height: 50px;
	background-position: -290px -150px;
	position:absolute; 
}

.loop-pagination .prev:hover,
.next_post_link a:hover,
.flex-next:hover,
#home_slideshow .flex-next:hover{
	background-position: -120px -185px;
		border: none;

}

.flex-next:hover{
	border: 1.5px solid #E84810;	
	background-position: -290px -210px;
}
.flex-prev:hover{
	border: 1.5px solid #E84810;
	background-position: -350px -210px;
}


.flex-disabled{
	display: none;
}


.loop-pagination .next,
.loop-pagination .prev{
	display: none;
}

.product_cat_list{
	display: none;
}

/**
 * 9.0 Colours
 * -----------------------------------------------------------------------------
 */
 

a{
	text-decoration: none;
	color: #E84810;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

a:hover{
	color: #000;
	text-decoration: underline;
}


#mast_opening_info{
	color: #fff;
}

#mast_strip{
	background-image: url(css/images/header_bg.jpg); /* fallback image - custom image set by page */
	
	background-color: rgb(88,175,227);
	background-color: rgba(88,175,227,0.8);
	background-blend-mode: multiply;
	background-size: cover;
	padding-top: 260px;
	background-position: center center;
	
}

#footer{
	color: #fff;
	background-image: url(css/images/footer_bg.jpg);
	background-color: rgb(12, 39, 55);
	background-color: rgba(12, 39, 55, 0.95);
	background-blend-mode: multiply;
	background-repeat: repeat-x;
}

#navbar{
	background: #fff;
}

#main_menu li a{
	color: #000;
}

#main_menu li a:hover{
	color: #E84810;
}

#navbar, #navbar .sub-menu{
	background: #fff;
}

#navbar .sub-menu{
	-webkit-box-shadow: 0px 4px 4px 0px rgba(71,69,71,0.25);
-moz-box-shadow: 0px 4px 4px 0px rgba(71,69,71,0.25);
box-shadow: 0px 4px 4px 0px rgba(71,69,71,0.25);
}

#main_menu .current-menu-item >a, 
#main_menu .current-menu-item ul > a, 
#main_menu .current-page-ancestor > a, 
#main_menu .current_page_parent > a, 
#main_menu .current_custompost_parent >a{
	color: #E84810;
	text-decoration: none;
}

#mast_intro_text{
	color: #fff;
}

.block_content, .navblock_content, .block_cal, .block_image{
	background: #FCF7F3;
}

.breadcrumb_strip{
	background: #EEEDED;
}

.imgcaption {
	color: #666;
	font-size: 13px;
	line-height: 18px;
	padding-right: 40px;
	display: block;
}

#support_badge{
background: #E84810;
color: #fff;
}

h2.block_title{
	border-color: #E84810;
}

.post_type_head a{
	color: #fff;
	background: #E84810;
}

#copyright{
	color: #999;
}

#copyright a{
	color: #999;
}


.button, .submit, input[type="submit"]{
	background: #000;
	color: #fff;
}

.button:hover, .submit:hover, input[type="submit"]:hover{
	background: #E84810;
}


.read_more{
	border-color: #E84810;
}

.read_more:hover{
	border-color: #000;
	text-decoration: none;
}

.twitter_block_head a{
	background-color: #58AFE3;
}

.post_type_head_news a{
	background-color: #58AFE3;
}

.post_type_head a:hover,
.post_type_head_news a:hover
{
	text-decoration: none;
	background: #000;
}

.block_cal{
	border-bottom: 1px solid #ccc;
}


table.em-calendar td.eventless-today{
	background-color: #fff;
}

table.em-calendar td.eventful-today{
	background-color: #E84810;
	color: #fff;
}

table.em-calendar td.eventful-today a{
	color: #fff;
}


.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price, .woocommerce div.product span.price, .woocommerce div.product p.price, .woocommerce #content div.product span.price, .woocommerce #content div.product p.price, .woocommerce-page div.product span.price, .woocommerce-page div.product p.price, .woocommerce-page #content div.product span.price, .woocommerce-page #content div.product p.price{
	color: #000;
}

.woocommerce .woocommerce-message, .woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce-page .woocommerce-message, .woocommerce-page .woocommerce-error, .woocommerce-page .woocommerce-info{
	box-shadow: none;
	text-shadow: none;
	background: #dbe0e0;

}

.woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select{
	border-color: #000;
}

.woocommerce-checkout #payment{
	background: none;
}

.woocommerce-checkout #payment div.payment_box::after{
	border-color: transparent transparent #fff;
}

.woocommerce-checkout #payment div.payment_box{
	background-color: #fff;
}
.woocommerce div.product .stock{
	color: #000 !important;
}


.woocommerce .woocommerce-message::before{
	color: #000;
0}

.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message, .woocommerce .woocommerce-info::before{
	color: #000;
}

.woocommerce .woocommerce-message, .woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce-page .woocommerce-message, .woocommerce-page .woocommerce-error, .woocommerce-page .woocommerce-info{
	background: none;
}

.woocommerce .woocommerce-message{
	border:none;
	border-bottom: 1px solid #000;
	padding-left: 0;
	padding-right: 150px !important;
}

.woocommerce .woocommerce-message .wc-forward{
	position: absolute;
	right: 10px;
	top:10px;
}

.woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th{
	border-color: #000;
}

.woocommerce .woocommerce-info{
	border-color: #000;
}

#shipping_note{
	padding-top: 15px;
}

.woocommerce-cart table.cart input{
	height: 30px;
	line-height: 30px;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register{
	border-color: #000;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
	font-size: 26px;
	line-height: 30px;
	height: 45px;
	padding: 0 30px;
}

.navblock_content, .block_image{
	-webkit-transition: background-color .25s ease;
	-moz-transition: background-color .25s ease;
	-ms-transition: background-color .25s ease;
	-o-transition: background-color .25s ease;
	transition: background-color .25s ease;
}

.navblock_col:hover .block_image a{
	opacity: 0.8;
}

.navblock_col:hover h2 a{
	color: #333;
}

.navblock_col:hover .navblock_content,
.navblock_col:hover .block_image
{
	background: #EEEDED;
}


.cat-links{
	margin-left: -2px;
}

 .cat-links li{
	 display: inline-block;
 }

 .cat-links li a{
	 padding: 5px 16px 8px;
	 -webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #d6d6d6;
 }
 
 .cat-links li a:hover{
	 text-decoration: none;
	 background: #000;
	 color: #fff;
 }

.entry-meta, .entry_author{
	color: #999;
}

.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled]{
	color: #fff;
}

#mast_opening_info a:hover{
	color: #fff;
}

.block_innertext iframe{
	background-blend-mode: multiply;
}


.block_innertext iframe .timeline-Widget{
	background: none !important;
}

/*
#mast_strip:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(88,175,227, 0.5);
  background-blend-mode: multiply;
 }
*/
/**
 * 10.0 Print
 * -----------------------------------------------------------------------------
 */

@media print {
	body {
		background: none !important; /* Brute force since user agents all print differently. */
		color: #333;
		font-size: 12pt;
	}
}

#primary-navigation  #wpmenucartli a{
	color: #fff;
}
/**
 * 11.0 Useful Extras that need to come at the end
 * -----------------------------------------------------------------------------
 */


/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
   www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden, .screen-reader-text { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard:         
   drupal.org/node/897638 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }

.invisible{
	opacity: 0;
}




#main_menu li.hidden{
	display: none !important;
}