/**
  Theme Name: OBDM
*/


/***********************************************************************************/
/*                                   Reset Browser                                 */
/***********************************************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	-webkit-text-size-adjust: none;
}
* { 
	-webkit-tap-highlight-color: rgba(0,0,0,0); 
}
*:hover,
*:focus { 
	-webkit-tap-highlight-color: rgba(0,0,0,0); 
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
:focus {/* remember to define focus styles! */
	outline: 1px dotted #000;
}
input[type="submit"]:hover {
	cursor: pointer;
}
textarea { 
	overflow: auto; 
	resize: none;
}
.clear { 
	clear: both; 
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}


/***********************************************************************************/
/*                                  Main Elements                                  */
/***********************************************************************************/
a {
	color: #00709f;
	font-weight: normal;
	text-decoration: none;
	outline: none;   /* Remove dashed frame for IE8,FF  */ 
}
a:hover {
	color: #00709f;
	text-decoration: none;
	outline: none !important;
}
a:focus {
	outline: 1px dotted #000;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}
dl {
	margin: 0 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Arial;
	font-style: italic;
	font-weight: normal;
	margin: 0;
	padding:0 30px 0 49px;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
h1,
h1 a {
	color: #000;
	font-size: 28px;	
	font-weight: normal;
    font-family: 'BebasNeueRegular';		
	line-height: 30px;
	padding: 0 0 4px;
	text-shadow: 1px 1px 1px #fff;
}
h2,
h2 a {
	color: #000;
	font-size: 24px;	
	font-weight: normal;
    font-family: 'BebasNeueRegular';		
	line-height: 25px;
	padding: 0 0 2px;
	text-shadow: 1px 1px 1px #fff;
}
h3,
h3 a {
	color: #000;
	font-size: 20px;	
	font-weight: normal;
    font-family: 'BebasNeueRegular';		
	line-height: 21px;
	padding: 0;
	text-shadow: 1px 1px 1px #fff;
}
h4,
h4 a {
	color: #000;
	font-size: 18px;	
	font-weight: normal;
    font-family: 'BebasNeueRegular';		
	line-height: 19px;
	padding: 0;
	text-shadow: 1px 1px 1px #fff;
}
h5,
h5 a {
	color: #000;
	font-size: 14px;	
	font-weight: bold;
	font-family: Arial;			
	line-height: 16px;
	padding: 0;
}
h6,
h6 a {
	color: #000;
	font-size: 10px;	
	font-weight: normal;		
	line-height: 12px;
	padding: 0;
}
p {
	padding: 0 0 10px;
}
.content {
	position: relative;
}
.content img {
	max-width: 100%;
	height: auto;
	margin: 10px 0 30px;	
}
.content img.alignleft {
	margin-right: 30px;
	margin-bottom: 4px;	
	float: left;
}
.content img.alignright {
	margin-left: 30px;
	margin-bottom: 4px;
	float: right;
}
.content img.alignnone {
	margin-left: 0;
	margin-right: 0;	
	float: none;
}
.content img.aligncenter {
	margin-left: auto;
	margin-right: auto;	
	float: none;
	display: block;
}
.content table {
	margin: 20px 0;
	background: #fff;
}
.content table caption {
	color: #111;
	font-weight: bold;
	padding: 15px 0;
}
.content table th {
	padding: 10px 14px;
	border: 1px solid #f1f1f1;
	background: #f1f1f1;
	color: #111;
}
.content table td {
	padding: 10px 14px;
	border: 1px solid #f1f1f1;
}
.content ol,
.content ul {
	padding: 6px 0 18px;
}
.content ol li,
.content ul li {
	list-style: disc;
	line-height: 18px;
	padding: 1px 4px 0 0;
	margin: 0 0 0 15px;
}
.content label {
	display: block;
	padding: 0 0 4px;
}
.content input[type="text"],
.content input[type="password"],
.content select,
.content textarea {
	background: #fff;
	border: none;
	color: #000;
	line-height: 20px;	
}
.content input[type="text"],
.content input[type="password"] {
	padding: 4px 10px 4px;
	margin: 6px 0;
	width: 240px;	
	height: 20px;
	border: 1px solid #fafafa;	
}
.content select {
	padding: 4px 10px 4px;
	margin: 6px 10px 6px 0;
	line-height: 20px;
	border: none;
}
.content textarea {
	padding: 4px 10px 4px;
	margin: 6px 0;
	width: 240px;
	height: 80px;
	border: 1px solid #fafafa;	
}
.content input[type="submit"] {
	text-align: center;
	padding: 4px 28px;
	margin: 6px 0;
	color: #111;
	font-size: 11px;
	line-height: 20px;	
}
.em-events-search input {
	display: block;
}



/***********************************************************************************/
/*                             Fonts				                               */
/***********************************************************************************/
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/BebasNeueRegular/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeueRegular/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeueRegular/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeueRegular/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeueRegular/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ashburylight';
    src: url('fonts/ashburylight/ashburylig-webfont.eot');
    src: url('fonts/ashburylight/ashburylig-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ashburylight/ashburylig-webfont.woff') format('woff'),
         url('fonts/ashburylight/ashburylig-webfont.ttf') format('truetype'),
         url('fonts/ashburylight/ashburylig-webfont.svg#ashburylight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gnuolaneregular';
    src: url('fonts/gnuolaneregular/gnuolane-webfont.eot');
    src: url('fonts/gnuolaneregular/gnuolane-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gnuolaneregular/gnuolane-webfont.woff') format('woff'),
         url('fonts/gnuolaneregular/gnuolane-webfont.ttf') format('truetype'),
         url('fonts/gnuolaneregular/gnuolane-webfont.svg#gnuolaneregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


		
/***********************************************************************************/
/*                             Layout & Composition                                */
/***********************************************************************************/
body {
	color: #000;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	line-height: 17px;
	background: #fff url(images/body.jpg) repeat-y center 0;
	width: 100%;
	text-align: left;
	min-width: 1140px;
}
input,
select,
textarea {
	color: #000;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	line-height: 17px;
}
input[type="text"]:focus,
input[type="password"]:focus {
	outline: 1px dotted #000;
}



/***********************************************************************************/
/*                             header				                               */
/***********************************************************************************/
.header {
	background: url(images/header-texture.png) repeat-x 50% 0;
	padding: 16px 0 10px 0;
	height: 147px;
}
.head {
	width: 681px;
	margin: 0 auto;
	padding: 0 0 0 310px;
	position: relative;
	z-index: 999;
}
.logo {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.logo img {
	display: block;
}
.open_hour {
	color: #efe733;
	font-size: 24px;
    font-family: 'BebasNeueRegular';
    line-height: 28px;	
    text-shadow: -1px -1px 1px #212125;
    float: left;
    margin: 47px 0 0 58px;
	width: 360px;
	margin-top: 0;
	height: 73px;
	position: relative;    
}
.open_hour_in {
	position: absolute;
	bottom: 0;
	left: 0;
}
.search_box {
	float: right;
	position: relative;
	margin: 47px 39px 0 0;
}
.search_box input[type="text"] {
	color: #787878;
	font-size: 20px;
    font-family: 'BebasNeueRegular';
    line-height: 20px;
    height: 24px;		
    width: 192px;
    padding: 2px 7px;
    border: none;
    background: url(images/search_text.jpg) no-repeat 0 0; 
}
.search_box input[type="submit"] {
	position: absolute;
	top: 0;
	left: 206px;
	width: 25px;
	height: 26px;
	border: none;
	background: url(images/search_submit.png) no-repeat 0 0; 	
}
.top_nav {
	float: right;
	padding: 11px 0 0 0;
}
.top_nav ul li {
	margin: 0 8px;
	float: left;
	position: relative;
	display: inline-block;
	z-index: 9999;
}
.top_nav > ul > li:hover > a,
.top_nav > ul > li.current-menu-item > a,
.top_nav > ul > li.current-menu-ancestor > a {
	background: #efe733;
	-webkit-box-shadow: -1px 2px 5px rgba(2, 2, 2, 0.5);
	-moz-box-shadow:    -1px 2px 5px rgba(2, 2, 2, 0.5);
	box-shadow:         -1px 2px 5px rgba(2, 2, 2, 0.5);	
}
.top_nav ul li a {
	display: table-cell;
	vertical-align: bottom;
	color: #000;
	font-size: 22px;
    font-family: 'BebasNeueRegular';
    line-height: 18px;	
    text-transform: uppercase;
    text-shadow: 0px -1px 1px rgba(255, 255, 255, 0.6);
	height: 36px;    
    padding: 18px 7px 8px;
    text-decoration: none;
}
.top_nav ul li ul {
	position: absolute;
	top: 62px;
	left: 0;	
	display: none;
	width: 150px;
	-webkit-box-shadow: -1px 2px 5px rgba(2, 2, 2, 0.5);
	-moz-box-shadow:    -1px 2px 5px rgba(2, 2, 2, 0.5);
	box-shadow:         -1px 2px 5px rgba(2, 2, 2, 0.5);	
}
.top_nav ul li:hover ul {
	display: block;
}
.top_nav ul li ul li {
	padding: 0;
	float: none;
	margin: 0;
	width: 100%;
}
.top_nav ul li ul li a {
	display: block;
	color: #555;
	font-size: 14px;
	font-family: Arial, Tahoma, Helvetica, sans-serif;	
	line-height: 16px;
	text-transform: none;
	height: auto;
	padding: 7px 8px;
	background: #fff;
	vertical-align: top;
}
.top_nav ul li ul li.current-menu-item a,
.top_nav ul li ul li:hover a {
	color: #000;
	background: #ff6643;
}



/***********************************************************************************/
/*                             Wrapper				                               */
/***********************************************************************************/
.wrapper {
	width: 919px;
	padding: 25px 22px 7px;
	margin: 81px auto 0;
	background: url(images/wrapper.jpg) repeat 0 0;
}
.section {
	padding: 0 0 40px 0;
	clear: both;
}
h3.sec_title {
	padding: 10px 18px;
	color: #0292cd;
	font-size: 34px;
    font-family: 'gnuolaneregular';	
	line-height: 30px;
	text-transform: uppercase;
	background: url(images/sep.png) repeat-x 0 100%;	
	text-shadow: 1px 1px 1px #fff;
}




/***********************************************************************************/
/*                             Featured				                               */
/***********************************************************************************/
.featured .text {
	width: 300px;
	float: left;
	color: #000;
	font-size: 14px;
	line-height: 16px;
}
.featured .text a {
	text-decoration: underline;
}
.featured h3.title {
	color: #00709f;
	font-size: 35px;
    font-family: 'ashburylight';	
	line-height: 39px;
	padding: 10px 13px 18px;
	background: url(images/sep.png) repeat-x 0 100%;
}
.featured .excerpt {
	padding: 18px 18px 0;
}
.featured .image {
	width: 595px;
	float: right;
}
.featured .image img {
	display: block;
	max-width: 100%;
	height: auto;
}



/***********************************************************************************/
/*                             Explore Stalls		                               */
/***********************************************************************************/
.explore_stalls {
	width: 617px;
	float: left;
}
.explore_stalls ul li {
	float: left;
	margin: 0 10px 8px 0;
}
.explore_stalls ul li.no_mr {
	margin-right: 0;
}
.explore_stalls ul li a {
	display: block;
	color: #000;
	font-size: 16px;
    font-family: 'gnuolaneregular';		
    line-height: 19px;
    text-decoration: none;
    position: relative;
    width: 137px;
}
.explore_stalls ul li a img {
	display: block;
}
.explore_stalls ul li a span {
	display: block;
	height: 32px;
	padding: 4px 3px 8px;
	overflow: hidden;
	text-transform: uppercase;
}
.explore_stalls ul li a:hover span {
	background: #efe733;
}
.explore_stalls ul li a span.hover {
	display: block;
	padding: 0;
	position: absolute;
	top: 0;
	left: -10000px;
	width: 100%;
	height: 137px;
	background: url(images/yellow_hover.png) repeat 0 0;
} 
.explore_stalls ul li a:hover span.hover {
	left: 0;
}
.explore_stalls_in {
	padding: 16px 18px; 
}



/***********************************************************************************/
/*                             What's on    		                               */
/***********************************************************************************/
.events_list {
	width: 276px;
	float: right;
	padding: 0 0 3px;
}
.events_list ul li {
	padding: 8px 18px 6px;
	background: url(images/sep.png) repeat-x 0 0;
}
.events_list ul li.first {
	background-image: none;
}
.events_list_in .date {
	width: 40px;
	float: left;
	text-align: center;
	text-transform: uppercase;
	color: #000;
	font-size: 38px;
    font-family: 'gnuolaneregular';		
    line-height: 40px;	
}
.events_list_in .date span {
	display: block;
	font-size: 26px;
	line-height: 24px;
}
.events_list_in .datail {
	width: 186px;
	float: right;
	font-size: 14px;
	line-height: 16px;
}
.events_list_in .datail h4.title,
.events_list_in .datail h4.title a {
	color: #000;
	font-size: 22px;
    font-family: 'gnuolaneregular';		
    line-height: 23px;		
    padding: 0 0 3px 0;
}
.events_list_in .datail h4.title a:hover {
	text-decoration: underline;
}
.events_list a.more {
	display: block;
	padding: 6px 18px;
	color: #0288bf;
	font-size: 12px;
	line-height: 14px;
	text-decoration: underline;
}



/***********************************************************************************/
/*                             Market news    		                               */
/***********************************************************************************/
.market_news {
	width: 276px;
	float: right;	
}
.market_news_in {
	padding: 10px 0 0 0;
}
.market_news ul li {
	padding: 5px 18px;
}
.market_news ul li a.title {
	color: #000;
	font-size: 20px;
    font-family: 'BebasNeueRegular';	
	line-height: 19px;
}
.market_news a.more {
	display: block;
	padding: 6px 18px;
	color: #0288bf;
	font-size: 12px;
	line-height: 14px;
	text-decoration: underline;
}
.events_list a:hover,
.market_news a:hover {
	text-decoration: underline;	
}
.market_news a.more:hover,
.events_list a.more:hover,
.widget .contact a:hover {
	text-decoration: none;
}



/***********************************************************************************/
/*                             Our location			                               */
/***********************************************************************************/
.our_location {
	width: 459px;
	float: left;
}
.our_location_in {
	padding: 16px 18px; 	
}
.our_location_in img {
	display: block;
	max-width: 100%;
	height: auto;
}



/***********************************************************************************/
/*                             Notice				                               */
/***********************************************************************************/
.notice {
	width: 437px;	
	float: right;
	color: #fff;
	font-size: 38px;
    font-family: 'gnuolaneregular';		
    line-height: 36px;	
    text-transform: uppercase;	
}
.notice_box {
	/*	
	width: 409px;
	height: 220px;
	background: url(images/notice_box.png) no-repeat 50% 50%;
	*/
	position: relative;
}
.notice_in {
	padding: 16px 0 0 14px;
}
.notice_left {
	width: 152px;
	height: 172px;
	position: absolute;
	left: 26px;
	top: 24px;
	text-align: center;
}
.notice_right {
	width: 152px;
	height: 172px;
	position: absolute;
	right: 26px;
	top: 24px;
	text-align: center;
}
.notice_left div,
.notice_right div {
	height: 172px;	
	display: table-cell;
	vertical-align: middle;
}



/***********************************************************************************/
/*                             Social				                               */
/***********************************************************************************/
.social {
	width: 459px;
	float: left;
	background: url(images/sep.png) repeat-x 0 0;	
	color: #0292cd;
	font-size: 34px;
    font-family: 'gnuolaneregular';	
	line-height: 30px;
	text-transform: uppercase;	
	text-shadow: 1px 1px 1px #fff;	
	padding: 9px 0 0;
}
.social_in {
	background: url(images/sep.png) repeat-x 0 100%;	
	padding: 0 0 9px 18px;	
}
.sidebar .social_in {
	background-image: none;
	padding: 0;
}
.sidebar .social_in a.first {
	margin-left: 18px;
	clear: both;
}
.social h3.sec_title {
	display: inline-block;
	margin: 0 17px 0 0;
	padding: 0;
	background-image: none;
}
.sidebar .social h3.sec_title {
	background: url(images/sep.png) repeat-x 0 100%;	
	display: block;
	padding: 10px 18px;
	margin: 0 0 16px 0;
}
.social a {
	display: inline-block;
	margin: 0 0 0 11px;
	vertical-align: top;
}
.social a img {
	display: block;
}



/***********************************************************************************/
/*                             Subscribe			                               */
/***********************************************************************************/
.subscribe {
	width: 437px;	
	float: right;	
	background: url(images/sep.png) repeat-x 0 0;	
	padding: 9px 0 0;	
}
.sidebar .subscribe {
       width:100%;
}
.subscribe_in {
	background: url(images/sep.png) repeat-x 0 100%;	
	padding: 0 0 9px 18px;		
}
.subscribe span {
	display: inline-block;
	margin: 0 17px 0 0;
	float: left;
	color: #0292cd;
	font-size: 34px;
    font-family: 'gnuolaneregular';	
	line-height: 30px;
	text-transform: uppercase;	
	text-shadow: 1px 1px 1px #fff;		
}
.subscribe_box {
	float: left;
	position: relative;
	margin: 0;
	padding: 3px 0 0 0;
	height: 26px;
}
.subscribe_box input[type="text"] {
	color: #787878;
	font-size: 20px;
    font-family: 'BebasNeueRegular';
    line-height: 20px;
    height: 24px;		
    width: 192px;
    padding: 2px 7px;
    border: none;
    background: url(images/search_text.jpg) no-repeat 0 0; 
}
.subscribe_box input[type="submit"] {
	position: absolute;
	top: 0;
	left: 206px;
	width: 25px;
	height: 26px;
	border: none;
	background: url(images/search_submit.png) no-repeat 0 0; 	
}



/***********************************************************************************/
/*                             Footer widgets		                               */
/***********************************************************************************/
.f_widgets {
	padding: 25px 18px 22px 18px;
	color: #000;
	font-size: 14px;
	line-height: 16px;
}
.f_widgets a {
	color: #000;
	text-decoration: underline;
}
.f_widgets p {
	padding: 0 0 10px 0;
}
.f_widget {
	width: 294px;
	float: left;
}
.winners {
	text-transform: uppercase;
}
.winners .winner {
	padding: 0 0 10px 0;
}
.winners .thumb {
	width: 41px;
	float: left;
	text-align: right;
}
.winners .text {
	width: 190px;
	padding: 0 0 0 6px;
	float: left;
}
.f_links {
	width: 147px;
	float: left;
}
.f_widgets ul li {
	padding: 3px 0 4px;
	width: 50%;
	float: left;
}
.f_widgets a {
	color: #0292cd;
	text-decoration: underline;
}
a.stallholder_area {
	color: #c30080;
	font-size: 24px;
    font-family: 'gnuolaneregular';	
	line-height: 30px;
	text-transform: uppercase;
	text-decoration: underline;	
	padding: 14px 0 0 0;
}
.h_42 {
	height: 42px;
}



/***********************************************************************************/
/*                             Footer 				                               */
/***********************************************************************************/
/*
.footer {
	background: url(images/footer.png) no-repeat 50% 0; 	
	margin: -19px 0 0 0;
	height: 200px;
}
.foot {
	width: 581px;
	margin: 0 auto;
	color: #fffc00;
	font-size: 34px;
    font-family: 'BebasNeueRegular';	
	line-height: 32px;
	padding: 65px 0 0 382px;
	text-shadow: 1px 1px 0 #000;
}
*/
.footer {
	background: url(images/footer-texture.png) repeat 50% 0; 	
	margin: -19px 0 0 0;
	height: 200px;
}
.footer-content {
	margin: 0 auto;
	width: 1000px;
}
.foot {
	width: 640px;
	/* margin: 0 auto; */
	color: #fffc00;
	font-size: 34px;
    font-family: 'BebasNeueRegular';	
	line-height: 32px;
	padding: 65px 0 0 40px;
	text-shadow: 1px 1px 0 #000;
	float:left;
}
.footer-logo {
	width: 319px;
	height: 200px;
	background-image: url(images/footer-logo.png);
	/* padding: 65px 0 0 382px; */
	text-shadow: 1px 1px 0 #000;
	float:left;
}



/***********************************************************************************/
/*                             Breadcrumb			                               */
/***********************************************************************************/
.breadcrumb {
	padding: 0 0 8px 18px;
}
.breadcrumb a,
.breadcrumb span {
	display: inline-block;
	color: #000;
	font-size: 12px;
	line-height: 14px;
}
.breadcrumb a {
	text-decoration: none;
}
.breadcrumb a:hover {
	text-decoration: underline;
}
.breadcrumb span {
	padding: 0 5px;
}



/***********************************************************************************/
/*                             Content				                               */
/***********************************************************************************/
.content {
	width: 623px;
	float: left;
	padding: 0 0 22px 0;
	background: url(images/sep.png) repeat-x 0 100%;		
}
.content_in {
	padding: 6px 0 0 18px;
}
.content .flexslider ol, 
.content .flexslider ul {
	padding: 0;
	margin: 0;
}
.content .flexslider li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.content .flexslider .slides img {
	margin: 0;
}
#slider {
	padding: 0 0 18px 0;
}
#carousel {
	padding: 0 0 16px 0;
}
.content #carousel .slides li {
	margin: 0 8px 0 0;
	cursor: pointer;
}
.meta {
	padding: 0 0 16px 0;
}
.social_links {
	padding: 0 0 10px 0;
}
.social_links a {
	display: inline-block;
	margin: 0 3px 0 0;
	width: 24px;
	height: 24px;
}
.social_links a.facebook {
	background: url(images/social_links/facebook.png) no-repeat 0 0;
}
.social_links a.pinterest {
	background: url(images/social_links/pinterest.png) no-repeat 0 0;
}
.social_links a.twitter {
	background: url(images/social_links/twitter.png) no-repeat 0 0;
}
.social_links a.blog {
	background: url(images/social_links/blogger.png) no-repeat 0 0;
}
.social_links a.youtube {
	background: url(images/social_links/youtube.png) no-repeat 0 0;
}
.social_links a.instagram {
	background: url(http://obdm.com.au/wp-content/uploads/2016/10/Instagram-32x32-trans.png) no-repeat 0 0;
    background-size: contain;
}


/***********************************************************************************/
/*                             Slider				                               */
/***********************************************************************************/ 
/* Browser Resets */
.flex-container a:active,.flexslider a:active,.flex-container a:focus,.flexslider a:focus {
    outline: 1px dotted #000;
}
.slides,.flex-control-nav,.flex-direction-nav {
    margin:0;
    padding:0;
    list-style:none;
}
 /* FlexSlider Necessary Styles*********************************/
 .flexslider {
    margin:0;
    padding:0;
}
.flexslider .slides > li {
    display:none;
    -webkit-backface-visibility:hidden;
}
 /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
    width:100%;
    display:block;
}
.flex-pauseplay span {
    text-transform:capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
    content:".";
    display:block;
    clear:both;
    visibility:hidden;
    line-height:0;
    height:0;
}
 html[xmlns] .slides {
    display:block;
}
 * html .slides {
    height:1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
    display:block;
}
/* FlexSlider Default Theme*********************************/
.flexslider {
    margin:0;
    border:none;
    position:relative;
    zoom:1;
}
.flex-viewport {
    max-height:2000px;
    -webkit-transition:all 1s ease;
    -moz-transition:all 1s ease;
    transition:all 1s ease;
}
.loading .flex-viewport {
    max-height:300px;
}
.flexslider .slides {
    zoom:1;
}
.carousel li {
    margin-right:5px}
/* Direction Nav */
.flex-direction-nav a {
    width:30px;
    height:30px;
    margin:-20px 0 0;
    display:block;
    /*background:url(../images/bg_direction_nav.png) no-repeat 0 0;*/
    position:absolute;
    top:50%;
    cursor:pointer;
    text-indent:-9999px;
    opacity:0;
    -webkit-transition:all .3s ease;
}
.flex-direction-nav .flex-next {
    background-position:100% 0;
    right:-36px;
}
.flex-direction-nav .flex-prev {
    left:-36px;
}
.flexslider:hover .flex-next {
    opacity:0.8;
    right:5px;
}
.flexslider:hover .flex-prev {
    opacity:0.8;
    left:5px;
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
    opacity:1;
}
.flex-direction-nav .disabled {
    opacity:.3!important;
    filter:alpha(opacity=30);
    cursor:default;
}
/* Control Nav */
.flex-control-nav {
    width:100%;
    position:absolute;
    bottom:-40px;
    text-align:center;
}
.flex-control-nav li {
    margin:0 6px;
    display:inline-block;
    zoom:1;
    *display:inline;
}
.flex-control-paging li a {
    width:11px;
    height:11px;
    display:block;
    background:#666;
    background:rgba(0,0,0,0.5);
    cursor:pointer;
    text-indent:-9999px;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    -o-border-radius:20px;
    border-radius:20px;
    box-shadow:inset 0 0 3px rgba(0,0,0,0.3);
}
.flex-control-paging li a:hover {
    background:#333;
    background:rgba(0,0,0,0.7);
}
.flex-control-paging li a.flex-active {
    background:#000;
    background:rgba(0,0,0,0.9);
    cursor:default;
}
.flex-control-thumbs {
    margin:5px 0 0;
    position:static;
    overflow:hidden;
}
.flex-control-thumbs li {
    width:25%;
    float:left;
    margin:0;
}
.flex-control-thumbs img {
    width:100%;
    display:block;
    opacity:.7;
    cursor:pointer;
}
.flex-control-thumbs img:hover {
    opacity:1;
}
.flex-control-thumbs .active {
    opacity:1;
    cursor:default;
}



/***********************************************************************************/
/*                             Category				                               */
/***********************************************************************************/ 
.list {
	padding: 0 0 22px;
    width: 623px;
    float: left;
}
.cat_img {
	padding: 16px 0 26px 18px;
	background: url(images/sep.png) repeat-x 0 100%;	
}
.cat_img img {
        width: 100%;
        height:auto;
}
body .switchable_list_ul {
	padding: 0 0 0 0;
}
body .switchable_list_ul li {
	background: url(images/sep.png) repeat-x 0 100%;
	padding: 16px 0 16px 18px;	
}
body .switchable_list_ul li p {
	padding: 0 0 13px 0;
}
.list_ul {
	padding: 10px 0 0 0;
}
.list_ul li {
	color: #000;
	font-size: 12px;
	line-height: 17px;
	padding: 5px 0 5px 18px;
}
.list_ul li .thumb {
	float: left;
	width: 185px;
	padding: 0 20px 0 0;
}
.list_ul li .thumb img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0;
}
.list_ul li .text {
	float: left;
	width: 374px;
	padding: 0;
}
.list_ul li .text.no_thumb {
	float: none;
	width: auto;
}
.list_ul li a {
	color: #0288bf;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
}
.list_ul li a:hover {
	text-decoration: underline;
}
.list_ul li p {
	padding: 0 0 0 0;
}
.list_ul li .title {
	color: #000;
	font-size: 23px;
    font-family: 'gnuolaneregular';	
	line-height: 25px;
	text-decoration: none;
	display: block;
}
.list_ul li .cat,
.list_ul li .cat a {
	color: #825399;
	font-size: 20px;
    font-family: 'gnuolaneregular';	
	line-height: 21px;
	text-decoration: none;	
	display: block;	
}
h3#cat_title {
	background-image: none !important;
	float: left;
}
.tools {
	float: right;
	padding: 15px 0 0 0;
}
.sortby {
	float: left;
}
.sortby select {
	color: #787878;
	font-size: 20px;
    font-family: 'BebasNeueRegular';	
    line-height: 24px;
    border: none;
    background: #fff;
    text-transform: none;
    padding: 0 0 0 7px;
}
.switch_view {
	float: left;
	padding: 2px 0 0 10px;
}
.grid_view li {
	width: 185px;
	float: left;
	padding: 16px 0 16px 0;
	margin: 0 7px 0 0;
}
.grid_view li.first {
	clear: both;
}
.grid_view li.last {
	margin-right: 0;
}
.grid_view li .thumb {
	padding: 0 0 12px;
	float: none;
}
.grid_view li .text {
	padding: 0;
	width: auto;
	float: none;
}
.switch_view span {
	margin: 0 0 0 2px;
	cursor: pointer;
}
.switch_view span,
.switch_view small {
	display: block;
	float: left;
	width: 26px;
	height: 25px;
	text-align: center;
	background: url(images/switch_view.png) no-repeat 100% 50%;
}
.switch_view span.sv_current {
	background-position: 0 50%;
}
.switch_view span#list_view small {
	background: url(images/list_view.png) no-repeat 50% 50%;
}
.switch_view span#grid_view small {
	background: url(images/grid_view.png) no-repeat 50% 50%;
}
.wp_pagenavi {
	padding: 20px 18px;
}
.wp_pagenavi a {
	display: inline-block;
	padding: 5px 11px 1px;
	margin: 0 8px 0 0;
	font-size: 20px;
    font-family: 'BebasNeueRegular';	
    line-height: 24px;	
}
.wp_pagenavi a.current,
.wp_pagenavi a:hover {
	color: #fff;
	background: #00709F;
}



/***********************************************************************************/
/*                             Category				                               */
/***********************************************************************************/ 
.sidebar {
	width: 276px;
	float: right;
}
.widget {
	clear: both;
	padding: 0 0 16px 0;
	background: url(images/sep.png) repeat-x 0 100%;	
	color: #000;
	font-size: 14px;
	line-height: 16px;
}
.widget:last-child {
	background-image: none;
}
.sidebar img {
	max-width: 100%;
	height: auto;
}
.sidebar .widget > div {
	width: auto;
	float: none;
}
.sidebar .our_location,
.sidebar .social {
	width: auto;
	float: none;
}
.sidebar .our_location_in {
	padding-bottom: 0;
}
.sidebar .subscribe,
.sidebar .subscribe_in,
.sidebar .subscribe_box,
.sidebar .social {
	padding-top: 0;
	padding-bottom: 0;
}
.sidebar .subscribe,
.sidebar .subscribe_in,
.sidebar .social {
	background-image: none;
}
.sidebar .widget .subscribe_in {
	padding-top: 12px;
}
.widget .contact {
	padding: 20px 18px 16px 18px;
}
.widget .contact a {
	color: #000;
	text-decoration: underline;
}
.widget .contact a.stallholder_area {
	color: #C30080;
}

/* =ADDED
----------------------------------------------- */
.events_list_in .list_ul .datail {
	width: 545px;
	float: right;
	font-size: 14px;
	line-height: 16px;
}

.events .cat_img {
	margin-top: 20px;
}

.list.events h4.title {
	margin-top: 10px;
}


.enhanced_metas {
	width: 276px;
	float: right;
}
.enhanced_metas_in {
	padding: 16px 18px 6px;
	background: url(images/sep.png) repeat-x 0 100%;	
}
.related_posts li .text {
	width: 674px;
}
.container > .market_news {
	clear: right;
}
.deli {
	display: none;
}



*+html .top_nav ul li a {
	display: block;
}
*+html .top_nav ul li ul li {
	float: left;
	clear: both;
}
*+html .social h3.sec_title {
	float: left;
}
form#ws-plugin--s2member-profile table {
	background: transparent;
}

.single-obdm_news h1#cat_title,
.post-type-archive-obdm_news h1#cat_title {
	background: url(images/sep.png) repeat-x 0 100% !important;	
        float: none !important;	
}
h2.single_title {
	color: #000;
	font-size: 23px;
    font-family: 'gnuolaneregular';	
	line-height: 25px;
	text-decoration: none;	
	padding: 16px 0 0 18px;
}

h1.main_title {
	background: url("images/sep.png") repeat-x scroll 0 100% transparent;
    color: #0292CD;
    font-family: 'gnuolaneregular';
    font-size: 34px;
    line-height: 30px;
    padding: 10px 18px;
    text-shadow: 1px 1px 1px #FFFFFF;
    text-transform: uppercase;	
    float: none;
}
h1#stall_main_title {
background-image: none !important;
    float: left;	
}
.rsBullets {
	display: none;
}


















#slider .rsFullscreenBtn {
	display: none;
}
#slider .royalSlider,
#slider .rsOverflow,
#slider .rsThumbs,
#slider .rsSlide,
#slider .rsDefaultInv .rsThumb.rsNavSelected {
	background: transparent;
}
#slider .royalSlider img {
	margin: 0 !important;
}
#slider .rsOverflow {

}



.flex-control-thumbs li { width:100px; padding-right:10px !important; }

.gform_wrapper .gsection .gfield_label, .gform_wrapper h2.gsection_title, .gform_wrapper h3.gform_title {
    font-size: 1.5em;
    font-weight: 500;
}

span.tribe-events-divider {
    display: none !important;
}