/**
 * Theme Name:  JustRacing
 * Theme URI:   https://michaelnicholls.com.au/
 * Version:     1.0.1
 * Author:      Michael Nicholls
 * Author URI:  https://michaelnicholls.com.au/
**/

/*****************************************
 * 
 * TABLE OF CONTENTS:
 * 
 * #01 - RESET
 * #02 - ELEMENTS
 * #03 - IMAGES & MEDIA
 * #04 - CONTAINER
 * #05 - HEADER
 * #06 - MENUS
 * #07 - MAIN
 * #08 - CONTENT
 * #09 - LOOP META
 * #10 - ENTRY
 * #11 - LOOP NAV
 * #12 - COMMENTS
 * #13 - LOOP PAGINATION
 * #14 - WIDGETS
 * #15 - FOOTER
 * #16 - LAYOUT
 * #17 - POST FORMATS
 * #18 - PLUGINS
 * 
 *****************************************/

/* === #01 - RESET === */


/* === #02 - ELEMENTS === */
body{
	font-size: 14px;
	font-size: 1.4rem;
    color: #000;
}
/* Default Background */
a,
a:visited {
	color: #284c7e;
}
a:hover,
a:focus {
	color: #375f9a;
}
ul{
	margin-top:0px;
	list-style: circle;
}
/* Blockquotes */
blockquote, q{
	position: relative;
	padding: 0 0 0 20px;
	padding: 0 0 0 2rem;
}
blockquote:before,
q:before{
	content: "\f122";
	font-family: "dashicons";
	color: #ccc;
	position: absolute;
	left: 0;
	-webkit-font-smoothing: antialiased;
}
/* Forms */
label{
}
/* Pre, Code */
pre{
	background-color: #eee;
}
code{
	background: #eee;
}

::selection {
  background: #a8d1ff; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #a8d1ff; /* Gecko Browsers */
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	font-style:normal;
	font-weight:400;
}
h1 {
	font-size:1.8em;
}
h2 {
	font-size:1.7em;
}
h3 {
	font-size:1.55em;
}
h4 {
	font-size:1.4em;
}
h5 {
	font-size:1.25em;
	margin:4px 0 10px 0;
}
h6 {
	font-size:1.1em;
}

/* === #03 - IMAGES & MEDIA === */


/* === #04 - CONTAINER === */
#container{
	background: #fff;
	width: 980px;
	margin: 20px auto;
	margin: 2rem auto;
	padding: 0;
}

/* === #05 - HEADER === */
#header{
width:100%;
	padding: 11px 10px;
	height:108px;
	background: #284c7e;
}

.mobilelogo {
    display: inline-block;
    width: 154px;
    margin-left: -60px;
    height: 100%;
}

#nav-mobile {
display:none;
}
#newsticker{
width:100%;
	padding:2px 0px;
	height:26px;
	background: #204164;
}
	#branding{
		max-width: 980px;
	margin: 0px auto;
	margin: 0rem auto;
	padding: 0;
	}
	#branding:after{
		content:".";display:block;height:0;clear:both;visibility:hidden;
	}
		#site-title{
			font-size: 25px;
			font-size: 2.5rem;
			margin-bottom: 10px;
			margin-bottom: 1rem;
		}
			#site-title a{
				font-weight: 800;
				color: #444;
			}
			#site-title a:hover,
			#site-title a:focus{
				color: #444;
				opacity: 0.8;
			}
		#site-description{
			font-size: 17px;
			font-size: 1.7rem;
			margin-bottom: 0;
		}

/* == Custom Header Image == */

/* No text, use as logo */
#site-logo{
	width: 100%;
	padding:5px 0;
}
	#site-logo img.header-image{
		display: block;
	}
/* Text with image, use as banner */
.custom-header.custom-header-image.custom-header-text #header{
	padding: 0;
	border: none;
}
.custom-header.custom-header-image.custom-header-text #branding{
	padding: 20px;
	padding: 2rem;
}
.custom-header.custom-header-image.custom-header-text #header-image-banner img.header-image{
	display: block;
	width: 100%;
	height: auto;
}

/* === #06 - MENUS === */

/* Primary Menu */
#menu-primary{
    background: #375f9a;
	border: none;
	height:36px;
}
	#menu-primary .menu-container{
		border: none;
		max-width: 980px;
	margin: 0px auto;
	margin: 0rem auto;
	}
	/* Menu Search */
	#menu-primary .menu-search .search-toggle{
		color: #fff;
	}
	#menu-primary .search-toggle-active.menu-search button{
		color: #fff;
	}

/* Primary Sub Menu */
#menu-primarysub{
border: none;
height:26px;
}
	#menu-primarysub .menu-container{
		border: none;
	}
		#menu-primarysub li a{
			color: #fff;
			height:26px;
			font-size:12px;
			padding:6px 20px 6px 10px;
		}
		#menu-primarysub li a:hover,
		#menu-primarysub li a:focus{
			color: #e6e6e6;
		}
			#menu-primarysub li li a{
				color: #444;
				background: #fff;
			}
			#menu-primarysub li li a:hover,
			#menu-primarysub li li a:focus{
				color: #000;
			}
			#menu-primarysub .current-menu-item > a,
			#menu-primarysub .current-menu-ancestor > a{
				font-weight: 400;
			}
	/* Menu Search */
	#menu-primarysub .menu-search .search-toggle{
		color: #fff;
	}
	#menu-primarysub .search-toggle-active.menu-search button{
		color: #fff;
	}


/* === #07 - MAIN === */
#main{
	padding: 0px;
	padding: 0rem;
}
#main:after{
	content:".";display:block;height:0;clear:both;visibility:hidden;
}
	.main-wrap:after{
		content:".";display:block;height:0;clear:both;visibility:hidden;
	}

/* === #08 - CONTENT === */
#content{
	width: 100%;
}

.homethumb img {
float:left;
padding-right:12px;
padding-bottom:10px;
}

.homethumbft {
float:left;
width:100%;
}

.homethumbft img {
width:100%;
padding-bottom:5px;
display:block;
}

.postfeat img {
float:right;
padding-left:12px;
padding-bottom:5px;
}

.featbg {
background: url("images/featured.png") no-repeat;
background-position: right top;
border:1px solid #d8d8d8;
margin-bottom:10px;
}

.toppostad {
background: url("images/toppostbg.jpg") no-repeat;
background-position: left top;
height:70px;
max-width:100%;
margin-bottom:10px;
}

.toppostbonus {
font-family: Impact, 'Arial Black', 'Arial', 'sans serif';
	text-transform:uppercase;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 26.3999996185303px;
	text-align:center;
	position:absolute;
color:#fff;
font-size:62px;
margin-left:350px;
margin-top:22px;
}

/* === #09 - LOOP META === */
.loop-meta{
	background: #fff;
	padding: 0px 10px 10px 10px;
	padding: 0rem 1rem 1rem 1rem;
	padding-bottom: 0;
	margin: 0 5px 20px 0;
	margin: 0 0.5rem 2rem 0;
	border: 0px solid #ccc;
}
	.loop-title{
	}
	.loop-description{
	}


/* === #10 - ENTRY === */
.entry{
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding-right: 10px;
	padding-right: 1rem;
	border: 0px solid #ccc;
	background: #fff;
}
.entry:after{
	content:".";display:block;height:0;clear:both;visibility:hidden;
}
/* Entry Wrap */
.entry-wrap{
	-webkit-hyphens:manual;
	-moz-hyphens:manual;
	hyphens:manual;
}
	/* Entry Header */
	.entry-header{
	padding:0px;
	margin:0px;
	}
		/* Entry Title */
		.entry-title{
    font-family: 'Roboto' ,sans-serif;
    font-size: 30px;
    padding: 6px 0;
    font-weight: 700;
    border-bottom: 0px solid #ccc;
    padding-bottom: 0px;
    padding-bottom: 0rem;
    margin-bottom: 20px;
		}

		.hpentry-title {
			padding:0px 0;
		}

		.hpentry-title a{
    color: #204164;
    font-weight: 600;
		font-size:16px;
		}

		.hpentry-title2 a{
    color: #204164;
    font-weight: 600;
		font-size:18px;
			padding:0px 0;
			margin-bottom:-20px;
		}

		.racetitle {
		font-size:16px;
		margin-top:0px;
		margin-bottom:-5px;
		font-weight: 400;
		border-bottom: 0px solid #ccc;
		padding-bottom: 0px;
		padding-bottom: 0rem;
		}
		
		.racetitlehome {
		font-size:18px;
		font-weight: 400;
		}

		.racetitlesb {
		font-size:15px;
		margin-top:0px;
		margin-bottom:-5px;
		font-weight: 400;
		border-bottom: 0px solid #ccc;
		padding-bottom: 0px;
		padding-bottom: 0rem;
		}

		.sticky .entry-title:before{
			content: "\f109";
			color: #444;
			background: #e6e6e6;
			padding: 5px;
			padding: 0.5rem;
			margin-right: 10px;
			margin-right: 1rem;
			font-family: "dashicons";
			font-size: 17px;
			font-size: 1.7rem;
			vertical-align: middle;
			-webkit-font-smoothing: antialiased;
			-webkit-border-radius: 50%;
			-moz-border-radius: 50%;
			border-radius: 50%;
		}
		/* Byline */
		.entry-byline{
			color: #444;
			margin-bottom: 00px;
			margin-bottom: 0rem;
		}
		.entry-footer .entry-byline{
			margin-bottom: 0;
		}
			.entry-byline a{
				color: #444;
			}
			.entry-byline a:hover,
			.entry-byline a:focus{
				color: #000;
			}
			.entry-author:before{
				content: "\f110";
				font-family: "dashicons";
				vertical-align: top;
				margin-right: 5px;
				margin-right: 0.5rem;
				color: #ccc;
				-webkit-font-smoothing: antialiased;
			}
			.entry-permalink:before{
				content: "\f103";
				font-family: "dashicons";
				vertical-align: top;
				margin-right: 5px;
				margin-right: 0.5rem;
				color: #ccc;
				-webkit-font-smoothing: antialiased;
			}
			.entry-published:before{
				content: "\f469";
				font-family: "dashicons";
				vertical-align: top;
				margin-right: 5px;
				margin-right: 0.5rem;
				color: #ccc;
				-webkit-font-smoothing: antialiased;
			}
			.comments-link:empty{
				display: none;
			}
			.comments-link:before{
				content: " | ";
			}
			.comments-link:after{
				content: "\f101";
				font-family: "dashicons";
				vertical-align: middle;
				-webkit-font-smoothing: antialiased;
			}
/* Entry Content, Entry Summary */
	.entry-content,
	.entry-summary{
	}
	.entry-content{
	}
	.entry-summary{
	}
	.entry-summary:after,
	.entry-content:after{
		content:".";display:block;height:0;clear:both;visibility:hidden;
	}
		/* Thumbnail */
		.entry-summary .theme-thumbnail{
			float: right;
			margin: 0 0 00px 20px;
			margin: 0 0 0rem 2rem;
			border: 1px solid #ccc;
			padding: 0px;
			padding: 0rem;
		}
		/* More link */
		.more-link-wrap{
			float:right;
		}

		.more-link-wrap2{
			float:right;
			margin-right:-20px;
		}

		p .more-link-wrap{
			margin-top: 0px;
			margin-top: 0rem;
		}
		.more-link{
			display: inline-block;
			margin-bottom: 8px;
			margin-bottom: 0.8rem;
			border: 1px solid #ccc;
			padding: 2px 10px;
			padding: 0.4rem 1rem;
		}
		
		.more-linksb{
			display: inline-block;
			margin-bottom: 8px;
			margin-bottom: 0.8rem;
			border: 1px solid #ccc;
			padding: 0px 5px;
			padding: 0.0rem 0.5rem;
		}
		p .more-link{
			margin-bottom: 0;
		}
		.more-text:after{
			content: "\f345";
			font-family: "dashicons";
			vertical-align: top;
			margin-left: 10px;
			margin-left: 1rem;
			-webkit-font-smoothing: antialiased;
		}
		.more-textsb:after{
			content: "\f345";
			font-family: "dashicons";
			vertical-align: middle;
			margin-left: 4px;
			margin-left: 0.4rem;
			-webkit-font-smoothing: antialiased;
		}
		/* Page links */
		.wp-link-pages{
		}
		.wp-link-pages .page-numbers,
		.wp-link-pages a{
			color: #ccc;
			padding: 5px 10px;
			padding: 0.5rem 1rem;
			border: 1px solid #eee;
		}
		.wp-link-pages a{
			color: #444;
			border: 1px solid #ccc;
		}
		.wp-link-pages a:hover,
		.wp-link-pages a:focus{
			border: 1px solid #aaa;
		}
/* Entry Footer */
	.entry-footer{
	}
		.post-edit-link{
		}
		.post-edit-link:before{
			content: "\f464";
			font-family: "dashicons";
			vertical-align: top;
			-webkit-font-smoothing: antialiased;
		}
		.post-edit-link:after{
			content:".";display:block;height:0;clear:both;visibility:hidden;
		}
		.entry-meta{
		}
			.entry-meta .entry-terms{
				display: block;
			}
				.entry-meta .entry-terms a{
				}


/* Good and Bad list styles with ticks and crosses */
ul.good {
	list-style-type: none;
	margin-top:15px;
}

li.good {
	list-style-type: none;
	background:url(/wp-content/uploads/tick.png) no-repeat top left;
	padding-left:25px;
	line-height:16px;
	padding-bottom:5px;
	margin-left:-10px;
}

ul.bad {
	list-style-type: none;
	margin-top:15px;
}

li.bad {
	list-style-type: none;
	background:url(/wp-content/uploads/cross.png) no-repeat top left;
	padding-left:25px;
	line-height:16px;
	padding-bottom:5px;
	margin-left:-10px;
}

/* A neutral list with entries that can be both Good and Bad */
ul.neutral {
	list-style-type: none;
}

li.good {
	background:url(/wp-content/uploads/tick.png) no-repeat top left;
}

li.bad {
	background:url(/wp-content/uploads/cross.png) no-repeat top left;
}

.proscons h1 {
	font-size: 18px;
	font-weight:400;
	margin:14px 0 10px 4px;
}

.revpositive {
float:left;
width:300px;
max-width:100%;
margin-right:10px;
}

.revnegative {
float:left;
width:300px;
max-width:100%;
}

.revdetails {
float:left;
width:320px;
min-width:100%;
margin-right:10px;
margin-bottom:10px;
display:inline-block;
}

.fdesc {
padding: 10px 0px;
line-height:18px;
border-bottom:#d1d1d1 1px solid;
}

.rating {
font-size:18px;
padding: 5px 0px;
border-bottom:#d1d1d1 1px solid;
}

.rating img {
padding:0px 2px 0px 2px;
float:right; 
}

.wp-caption-text {
width:300px;
}

.revfboffer { 
	background-color:#30bb9a;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size: 20px;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	text-transform: uppercase;
	font-weight:bold;
	width:100%;
	padding:8px 5px;
	text-align:center;
	text-decoration:none;
}
.revfboffer:hover {
	background-color:#24a681;
}
.revfboffer:active {
	position:relative;
	top:1px;
}
.revimage {
border:0px;
float:left;
min-width:300px;
display:inline-block;
}

.revimage img {
max-width:100%;
margin:0 0 10px 0;
} 

ul.reviewad {
	list-style-type: none;
	font-size: 14px;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	text-shadow: 1px 1px 1px #666;
}

li.reviewad {
	list-style-type: none;
	background:url(https://www.justracing.com.au/images/greyarrow.png) no-repeat;
	padding-left:30px;
	line-height:22px;
	padding-bottom:16px;
	margin-left:-10px;
}


.bmpage {
margin:0 0 14px 0;
}

.bmarea {
width:616px;
max-width:100%;
background:#E8EDFF;
border:2px dashed #D0DAFD;
}

.bmarea p {
padding:10px 10px 0 10px;
}

.bmlogo {
float:left;
padding:10px 10px 0 10px;
max-width:108px;
display:inline-block;
}

.bmtitle {
margin-top:16px;
border-bottom:1px solid #D0DAFD;
margin-right:10px;
min-height:40px;
max-width:496px;
display:inline-block;
}

.bmlink {
float:left;
padding:3px 12px 5px; 4px;
line-height:18px;
}

.bmlink img {
vertical-align:middle
}

.revtitle {
font-size: 22px;
font-weight:400;
font-family: 'Oswald', sans-serif;
border-bottom:1px solid #D0DAFD;
padding-bottom:-10px;
margin: 10px 10px 0px 10px;
min-height:40px;
width:590px;
max-width:590px;
display:inline-block;
}

.bmarea ul{
	width:590px;
	margin-bottom:20px;
	overflow:hidden;
}
.bmarea li{
	line-height:1.4em;
	float:left;
	display:inline;
}
#double li	{ width:50%;}
#triple li	{ width:33.333%; }
#quad li		{ width:25%; }
#six li		{ width:16.666%; }


/* Clear */
.singular .entry-header:after,
.singular .entry-content:after,
.singular .entry-footer:after{
	content:".";display:block;height:0;clear:both;visibility:hidden;
}


/* === #11 - LOOP NAV === */
.loop-nav{
	margin-bottom: 20px;
	margin-bottom: 2rem;
	margin-right:10px;
	padding: 10px;
	padding: 1rem;
	border: 1px solid #f1f1f1;
	background: #fff;
}
.loop-nav:after{
	content:".";display:block;height:0;clear:both;visibility:hidden;
}
	.loop-nav .screen-reader-text{
	}
	.loop-nav .prev{
		padding-left: 30px;
		padding-left: 3rem;
		width: 45%;
		float: left;
		text-align: left;
		position: relative;
	}
	.loop-nav .next{
		padding-right: 30px;
		padding-right: 3rem;
		width: 45%;
		float: right;
		text-align: right;
		position: relative;
	}
		.loop-nav .prev a:before{
			content: "\f340";
			font-family: "dashicons";
			vertical-align: top;
			-webkit-font-smoothing: antialiased;
			position: absolute;
			top: 0;
			left: 0;
		}
		.loop-nav .next a:after{
			content: "\f344";
			font-family: "dashicons";
			vertical-align: top;
			-webkit-font-smoothing: antialiased;
			position: absolute;
			top: 0;
			right: 0;
		}
ul.loop-nav  { 
margin:0;
padding:0;
}
li.loop-nav  { 
margin:0;
padding:0;
}

/* === #12 - COMMENTS === */
#comments-template{
	padding-bottom: 20px;
	padding-bottom: 2rem;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}
	#comments{
	}
	.comments-header{
	}
	.comments-header:after{
		content:".";display:block;height:0;clear:both;visibility:hidden;
	}
		.comments-nav{
			float: right;
		}
			.comments-nav a{
			}
				.comments-nav .prev-comments{
				}
				.comments-nav .prev-comments:before{
					content: "\f340";
					font-family: "dashicons";
					vertical-align: top;
					-webkit-font-smoothing: antialiased;
					margin-right: 10px;
					margin-right: 1rem;
				}
				.comments-nav .next-comments{
				}
				.comments-nav .next-comments:after{
					content: "\f344";
					font-family: "dashicons";
					vertical-align: top;
					-webkit-font-smoothing: antialiased;
					margin-left: 10px;
					margin-left: 1rem;
				}
				.comments-nav .prev-comments .screen-reader-text,
				.comments-nav .next-comments .screen-reader-text{
				}
			.comments-nav .page-numbers{
			}
		#comments-number{
			font-size: 1.2em;
			font-weight: 600;
			margin-bottom: 1rem;
			padding-bottom: 1rem;
			border-bottom: 1px solid #ccc;
		}
	.comment-list{
		list-style: none;
		margin: 0;
	}
		.comment-list .children{
			list-style: none;
			margin: 0 0 0 10px;
			margin: 0 0 0 1rem;
		}
		/* Comment */
		.comment{
		}
		.comment.bypostauthor{
		}
			.comment-wrap{
				border: 1px solid #ccc;
				padding: 10px;
				padding: 1rem;
				margin-bottom: 10px;
				margin-bottom: 1rem;
				background: #fff;
			}
			.comment-wrap:after{
				content:".";display:block;height:0;clear:both;visibility:hidden;
			}
				.comment-meta{
					margin-bottom: 10px;
					margin-bottom: 1rem;
					padding-bottom: 10px;
					padding-bottom: 1rem;
					border-bottom: 1px solid #ccc;
					color:#999;
				}
				.comment-meta:after{
					content:".";display:block;height:0;clear:both;visibility:hidden;
				}
					.comment-meta .avatar{
						float: left;
						margin-right: 10px;
						margin-right: 1rem;
						width: 45px;
						width: 4.5rem;
						height: 45px;
						height: 4.5rem;
					}
					.comment-author{
						margin-bottom: 10px;
						margin-bottom: 1rem;
						color:#444;
						font-style: normal;
						font-weight: 700;
					}
					.comment-published{
					}
					.comment-permalink{
					}
					.comment-edit-link{
					}
					.comment-edit-link:after{
						content: "\f464";
						font-family: "dashicons";
						vertical-align: top;
						-webkit-font-smoothing: antialiased;
					}
				.comment-content{
				}
					.comment-content p{
						margin-bottom: 10px;
						margin-bottom: 1rem;
					}
				.comment-reply-link{
					float: right;
					padding: 0 5px;
					padding: 0 0.5rem;
				}
		/* Pingback */
		.pingback{
			margin-bottom: 10px;
			margin-bottom: 1rem;
			padding: 10px;
			padding: 1rem;
			border: 1px solid #ccc;
		}
			.pingback .comment-meta{
				border: none;
				padding: 0;
				margin: 0;
			}
				.pingback .comment-author{
					font-weight: 400;
				}
					.pingback .comment-author a{
						color: #444;
					}
					.pingback .comment-author a:hover,
					.pingback .comment-author a:focus{
						color: #21759B;
					}
				.pingback .comment-published{
					color: #444;
				}
				.pingback .comment-permalink{
				}
				.pingback .comment-edit-link{
				}
		
	#respond{
		margin-bottom: 10px;
		margin-bottom: 1rem;
		padding: 10px;
		padding: 1rem;
		border: 1px solid #ccc;
		background: #fff;
	}
	#respond:after{
		content:".";display:block;height:0;clear:both;visibility:hidden;
	}
	.comment-list #respond{
		margin-left: 10px;
		margin-left: 1rem;
	}
		#reply-title{
			font-size: 1.2em;
			font-weight: 600;
			margin-bottom: 10px;
			margin-bottom: 1rem;
			padding-bottom: 10px;
			padding-bottom: 1rem;
			border-bottom: 1px solid #ccc;
		}
			#reply-title small,
			#cancel-comment-reply-link{
				float: right;
				font-weight: 400;
			}
		#commentform{
		}
			#commentform p{
				margin-bottom: 0;
			}
			#commentform .required{
				color: #ff0000;
			}
			#commentform label{
			}
			#commentform .logged-in-as{
			}
			#commentform .comment-notes{
			}
			/* Form input */
			#commentform .comment-form-author{
				width: 30%;
				margin-right: 5%;
				float: left;
			}
				#commentform #author{
				}
			#commentform .comment-form-email{
				width: 30%;
				margin-right: 5%;
				float: left;
			}
				#commentform #email{
				}
			#commentform .comment-form-url{
				width: 30%;
				float: left;
			}
			#commentform .comment-form-url:after{
				content:".";display:block;height:0;clear:both;visibility:hidden;
			}
				#commentform #url{
				}
			#commentform .comment-form-comment{
				float: none;
				width: 100%;
				clear: both;
			}
			#respond .comment-form-comment:before,
			#respond .comment-form-comment:after{
				content:".";display:block;height:0;clear:both;visibility:hidden;
			}
				#commentform #comment{
				}
			#commentform .form-allowed-tags{
			}
				#commentform .form-allowed-tags code{
					display: block;
					padding: 10px;
					padding: 1rem;
				}
			#commentform .form-submit{
			}
				#commentform #submit{
					margin-bottom: 0;
					margin-top: 10px;
					margin-top: 1rem;
					float: right
				}
/* Closed Comments */
.comments-closed{
	background: #eee;
	padding: 20px;
	padding: 2rem;
	margin-bottom: 30px;
	margin-bottom: 3rem;
}
.comments-closed.pings-open{
}


/* === #13 - LOOP PAGINATION === */
.loop-pagination{
	margin: 0 20px 25px 0;
	margin: 0 2rem 2.5rem 0;
}
.loop-pagination:before,
.loop-pagination:after{
	content:".";display:block;height:0;clear:both;visibility:hidden;
}
	.loop-pagination .screen-reader-text{
	}
	.loop-pagination .page-numbers{
		color: #444;
		background: #fff;
		border: 1px solid #ccc;
		padding: 5px 10px;
		padding: 0.5rem 1rem;
	}
	.loop-pagination a.page-numbers:hover,
	.loop-pagination a.page-numbers:focus{
		border: 1px solid #aaa;
	}
	.loop-pagination .page-numbers.current{
		color: #ccc;
		border: 1px solid #eee;
	}
	.loop-pagination .page-numbers.dots{
		color: #ccc;
		border: 1px solid #eee;
	}
	.loop-pagination .page-numbers.prev{
	}
	.loop-pagination .page-numbers.next{
	}
	.loop-pagination .page-numbers.prev:before{
		content: "\f340";
		font-family: "dashicons";
		vertical-align: top;
		-webkit-font-smoothing: antialiased;
	}
	.loop-pagination .page-numbers.next:after{
		content: "\f344";
		font-family: "dashicons";
		vertical-align: top;
		-webkit-font-smoothing: antialiased;
	}

/* === #14 - WIDGETS === */
.widget{
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding: 0px;
	padding: 0.0rem;
	border: 0px solid #ccc;
	background: #fff;
}
	.widget-title{
		font-size: 14px;
		line-height: 1.7em;
		font-weight: 700;
		margin-bottom: 15px;
		margin-bottom: 1.5rem;
		padding: 3px 10px;
		padding: 0.3rem 1rem;
		background: #2e5889;
		color: #fff;
	}
/* Calendar widget */
#wp-calendar,
#wp-calendar th,
#wp-calendar tr,
#wp-calendar td{
	text-align: center;
}
/* one level list */
.widget_recent_entries ul,
.widget_archive ul,
.widget_meta ul,
.widget_recent_comments ul,
.widget_rss ul{
	list-style: none;
	margin-left: 0;
	padding-top: 4px;
	padding-top: 0.4rem;
}
.widget_recent_entries ul li,
.widget_archive ul li,
.widget_meta ul li,
.widget_recent_comments ul li,
.widget_rss ul li{
	display: block;
	margin-bottom: 3px;
	margin-bottom: 0.3rem;
	padding-bottom: 4px;
	padding-bottom: 0.4rem;
	border-bottom: 1px solid #ccc;
}
.widget_recent_entries ul li:after,
.widget_archive ul li:after,
.widget_meta ul li:after,
.widget_recent_comments ul li:after,
.widget_rss ul li:after{
	content:".";display:block;height:0;clear:both;visibility:hidden;
}
/* Widget Recent Post + Widget RSS date */
.widget_recent_entries .post-date,
.widget_rss .rss-date{
	color: #6A6A6A;
	display: block;
}
/* Widget RSS */
.widget_rss .widget-title .rsswidget:first-child{
	display: none;
}
.widget_rss .widget-title .rsswidget{
	color: #fff;
}
.widget_rss cite{
	float: right;
}
/* Widget Search */
.widget_search .screen-reader-text{
}
.widget_search .search-field{
	text-align: center;
}
.widget_search .search-submit{
	width: 100%;
	margin-bottom: 0;
	border: none;
	color: #fff;
	background: #444;
}
.widget_search .search-submit:hover,
.widget_search .search-submit:focus{
	background: #333;
	border: none;
}

/* === #15 - FOOTER === */
#footer{
background:#204164;
	padding: 10px 0;
	padding: 1rem 0;
	border-top: 0px solid #ccc;
	width: 100%;
	clear: both;
}
.upperfooter{
background:#2e5889;
	padding: 10px 0;
	padding: 1rem 0;
	width: 100%;
	min-height:40px;
}

.footercontainer{
	max-width: 980px;
	margin: 0px auto;
	margin: 0rem auto;
	padding: 0;
	color:#fff;
}

.upperfootercontainer{
	max-width: 980px;
	margin: 10px auto;
	margin: 1rem auto;
	color:#fff;
	height:100%;
}
	#footer p{
		margin-bottom: 0;
	}
	/* Footer Menu */
	span#footer-links a:after{
		content: " | ";
		color: #fff;
	}

	span#footer-links a{
		color: #fff;
	}

	span#footer-links a:hover{
		color: #f1f1f1;
	}

/* === #16 - LAYOUT === */

/* Layout Default: "sidebar2-content-sidebar1" */
#main{
	padding-right: 0;
}
.main-inner{
	float: right;
	padding-left: 200px;
	padding-left: 20rem;
	width: 100%;
}
.main-wrap{
	float: none;
	margin-right: 250px;
	margin-right: 25rem;
}
.content-entry-wrap{
	padding-right: 10px;
	padding-right: 1rem;
}
#content{
	float: left;
}
#sidebar-primary-wrap{
	float: right;
	margin-right: -250px;
	margin-right: -25rem;
	width: 250px;
	width: 25rem;
	max-width: 100%;
}
#sidebar-secondary-wrap{
	width: 120px;
	width: 12rem;
	margin-right: -120px;
	margin-right: -12rem;
	float: left;
	position: relative;
}

/* Layout "content" */
.layout-content .main-wrap{
	float: none;
	margin-right: 0;
}
.layout-content .main-inner{
	float: none;
	padding-left: 0;
}
/* Layout: "content-sidebar1" */
.layout-content-sidebar1 .main-inner{
	padding-left: 0;
	width: 100%;
}
/* Layout: "sidebar1-content-sidebar2" */
.layout-sidebar1-content-sidebar2 .main-inner{
	float: left;
	padding-left: 0;
	padding-right: 130px;
	padding-right: 13rem;
}
.layout-sidebar1-content-sidebar2 #sidebar-secondary-wrap{
	margin-right: 10px;
	margin-right: 1rem;
	margin-left: -200px;
	margin-left: -20rem;
	float: right;
}
.layout-sidebar1-content-sidebar2 .main-wrap{
	margin-right: 0;
	margin-left: 270px;
	margin-left: 27rem;
}
.layout-sidebar1-content-sidebar2 #content{
	float: right;
}
.layout-sidebar1-content-sidebar2 #sidebar-primary-wrap{
	float: left;
	margin-right: 0;
	margin-left: -270px;
	margin-left: -27rem;
}


/* === #17 POST FORMATS === */

.entry.has-format .post-format-link:before{
	content: "";
	font-family: "dashicons";
	vertical-align: top;
	margin-right: 5px;
	margin-right: 0.5rem;
	color: #21759b;
	-webkit-font-smoothing: antialiased;
}
.entry.has-format .entry-terms.post_format{
	display: none;
}

/* == ASIDE == */
.entry.format-aside .post-format-link:before{
	content: "\f123";
}
/* == AUDIO == */
.entry.format-audio .post-format-link:before{
	content: "\f127";
}
/* == CHAT == */
.entry.format-chat .post-format-link:before{
	content: "\f125";
}
.chat-author cite{
	font-weight: 800;
	font-style: normal;
}
/* == GALLERY == */
.entry.format-gallery .post-format-link:before{
	content: "\f161";
}
/* == IMAGE == */
.entry.format-image .post-format-link:before{
	content: "\f128";
}
/* == LINK == */
.entry.format-link .post-format-link:before{
	content: "\f103";
}
.format-link-title:after{
	content: "\f344";
	margin-left: 10px;
	margin-left: 1rem;
	font-family: "dashicons";
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
}
/* == QUOTE == */
.entry.format-quote .post-format-link:before{
	content: "\f122";
}
/* == STATUS == */
.entry.format-status .post-format-link:before{
	content: "\f130";
}
.status-avatar img{
	height: 50px;
	height: 5rem;
	width: 50px;
	width: 5rem;
	float: left;
	margin: 0 20px 20px 0;
	margin: 0 2rem 2rem 0;
}
/* == VIDEO == */
.entry.format-video .post-format-link:before{
	content: "\f126";
}



/* === #18 PLUGINS === */

/* == JETPACK == */

/* Blog Subscribe Widget */
.jetpack_subscription_widget{
	background: #444;
	color: #999;
	padding: 10px;
	padding: 1rem;
}
.jetpack_subscription_widget .widget-title{
	color: #fff;
	background: transparent;
}
.jetpack_subscription_widget #subscribe-text a{
	color: #fff;
}
.jetpack_subscription_widget input{
	color: #999;
	text-align: center;
	padding: 5px;
	padding: 0.5rem;
	border: none;
	width: 100%;
}
.jetpack_subscription_widget #subscribe-email input{
	width: 100%;
}
.jetpack_subscription_widget p#subscribe-submit{
	margin-bottom: 0;
}
.jetpack_subscription_widget input[type="submit"]{
	color: #fff;
	background: #21759B;
}
.jetpack_subscription_widget input[type="submit"]:hover,
.jetpack_subscription_widget input[type="submit"]:focus{
	color: #444;
	background: #fff;
	border: none;
}

/* Jetpack Comments */
div#commentform{
	max-width: 99%;
}
/* Jetpack Comments Subscribe */
p.comment-subscription-form input{
	margin-bottom: 0;
}
/* Jetpack Widget Top Post (List) */
#sidebar-primary .widget_top-posts ul{
	list-style: none;
	margin-left: 0;
	border-top: 1px solid #ccc;
}
#sidebar-primary .widget_top-posts  ul li a{
	display: block;
	padding: 10px 0;
	padding: 1rem 0;
	border-bottom: 1px solid #ccc;
}
#sidebar-primary .widget_top-posts ul li:after{
	content:".";display:block;height:0;clear:both;visibility:hidden;
}
/* Top Posts (Thumbnail List) */
#sidebar-primary ul.widgets-list-layout{
	
}
#sidebar-primary ul.widgets-list-layout li{
	margin-bottom: 0;
	border-bottom: 1px solid #ccc;
}
#sidebar-primary .widgets-list-layout-blavatar{
	margin: 10px;
	margin: 1rem;
	margin-right: 20px;
	margin-right: 2rem;
	width: 40px;
	width: 4rem;
	height: 40px;
	height: 4rem;
	float: left;
}
#sidebar-primary ul  li .widgets-list-layout-links{
	float: none;
	width: 100%;
}
#sidebar-primary ul  li .widgets-list-layout-links a{
	border-bottom: 0;
	min-height: 60px;
	min-height: 6rem;
	padding-top: 15px;
	padding-top: 1.5rem;
}
/* Top Posts (Grid) */
#sidebar-primary .widget-grid-view-image a img{
	display: block;
}


/* == WOOCOMMERCE == */

html .woocommerce-page .menu-search .search-submit{
	display: none;
}
html .woocommerce-page .menu-search .search-submit{
	padding: 0;
}
html .woocommerce-page .search-toggle-active.menu-search .search-submit{
	display: inline;
	border-radius: none;
	box-shadow: none;
	font-weight: 400;
}
html .woocommerce-page .search-toggle-active.menu-search .search-submit:hover{
	background: transparent;
	display: inline;
	border-radius: none;
	box-shadow: none;
	font-weight: 400;
}
.woocommerce #content .quantity input.qty,
.woocommerce .quantity input.qty,
.woocommerce-page #content .quantity input.qty,
.woocommerce-page .quantity input.qty{
	margin-bottom: 0;
}
.woocommerce-content-entry-wrap{
	padding: 20px;
	padding: 2rem;
	border: 1px solid #ccc;
	margin-right: 20px;
	margin-right: 2rem;
}
.woocommerce-content-entry-wrap .entry{
	border: none;
}
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-error:before,
.woocommerce-page .woocommerce-info:before,
.woocommerce-page .woocommerce-message:before{
	padding-top: 0 !important;
}


/* == THE EVENTS CALENDAR == */
.tribe-events-content-entry-wrap{
	padding: 20px;
	padding: 2rem;
	border: 1px solid #ccc;
	margin-right: 20px;
	margin-right: 2rem;
}
.tribe-events-content-entry-wrap.entry{
	border: none;
}
.tribe-events-list-widget ol{
	margin: 0;
}
.tribe-events-list-widget .entry-title{
	font-size: 17px;
	font-size: 1.7rem;
	margin-bottom: 5px;
	margin-bottom: 0.5rem;
	padding-bottom: 5px;
	padding-bottom: 0.5rem;
}
.sidebar .tribe-events-list-widget ol li{
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

/* == Easy Digital Downloads == */
#edd_checkout_form_wrap legend{
	border: none;
}

.headerad {
float:right;
margin:2px 0;
}

.upcomingtext {
padding:5px 8px;
font-size:12px;
line-height:16px;
}

.upcomingtext h1 {
font-size: 13px;
text-transform:uppercase;
margin-bottom:2px;
font-weight:bold;
}



.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
	margin-top:0px;
}

.clearfix {display: inline-block;}

/* Hides from IE5/Mac \*/
* html .clearfix {height: 1px;}
.clearfix {display: block;}
/* End hide from IE5/Mac */

.clearfixhp:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
	margin-top:0px;
}

.clearfixhp {display: inline-block;}

#the-post-meta {
display:inline-block;
border-top:1px solid #f1f1f1;
border-bottom:1px solid #f1f1f1;
width:100%;
margin-bottom:14px;
}

.post-meta {
float:left;
display:inline-block;
    max-width: 558px;
}

#top-crownbet {
width:100%;
height:auto;
vertical-align: middle;
min-height:36px;
background:url(https://www.justracing.com.au/wp-content/plugins/amp/templates/logos/beteasy2.png) 6px 50% no-repeat #8935c0;
cursor:pointer;
    border-radius: 5px;
margin-bottom:15px;
}

#top-sportsbet {
width:100%;
height:auto;
vertical-align: middle;
min-height:36px;
background:url(https://www.justracing.com.au/wp-content/plugins/amp/templates/logos/sportsbet2.png) 6px 50% no-repeat #20a5e0;
cursor:pointer;
    border-radius: 5px;
margin-bottom:15px;
}

#top-ladbrokes {
width:100%;
height:auto;
vertical-align: middle;
min-height:36px;
background:url(https://www.justracing.com.au/wp-content/plugins/amp/templates/logos/ladbrokes2.png) 6px 50% no-repeat #ee1617;
cursor:pointer;
    border-radius: 5px;
margin-bottom:15px;
}

.topmobtxt {
color:#fff;
font-size:14px;
line-height:20px;
padding:8px 6px 3px 106px;
float:left;
}

.topmobtxtcb {
color:#fff;
font-size:14px;
line-height:20px;
padding:8px 6px 3px 90px;
float:left;
}

.topmobtxtlb {
color:#fff;
font-size:14px;
line-height:20px;
padding:8px 6px 3px 94px;
float:left;
}

.topmobtxt a, .topmobtxt a:hover, .topmobtxt a:visited {
color:#fff;
}

.topmobtxtcb a, .topmobtxtcb a:hover, .topmobtxtcb a:visited {
color:#fff;
}

.topmobtxtlb a, .topmobtxtlb a:hover, .topmobtxtlb a:visited {
color:#fff;
}

.topclaim {
padding:1px 4px 1px 5px;
    border: 1px solid #fff;
    border-radius: 5px;
color:#fff;
font-weight:bold;
 vertical-align: middle;
text-transform:uppercase;
margin:6px 5px 0 0;
line-height:20px;
float:right;
}

/* Hides from IE5/Mac \*/
* html .clearfixhp {height: 1px;}
.clearfixhp {display: block;}
/* End hide from IE5/Mac */

.lsad{display:inline-block;background:#0069ad;height:auto;max-width:740px;margin-right:15px;padding:10px;cursor:pointer;}

.lsad:hover{background:#0079c7;}

.lsadblock{display:flex;}

.lsadimg{margin-right:10px;color:#fff;font-weight:bold;font-size:15px;display:inline;float:left;}

.lsadimg img{height:auto;width:200px;display:inline;float:left;}

.entry-wrap .lsadtxt a{display:inline;color:#fff;font-weight:bold;font-size:15px;float:left;text-shadow: 1px 1px #005389;}
.entry-wrap .lsadtitle a{display:inline;color:#fcd404;font-weight:700;font-size:24px;text-transform:uppercase;line-height:26px;float:left;text-shadow: 1px 1px #005389;}
.entry-wrap .lsadtxt a:hover{text-decoration:none;display:inline;color:#fff;font-weight:bold;font-size:15px;float:left;text-shadow: 1px 1px #005389;}
.entry-wrap .lsadtitle a:hover{text-decoration:none;text-transform:none;display:inline;color:#fcd404;font-weight:700;font-size:24px;text-transform:uppercase;line-height:26px;float:left;text-shadow: 1px 1px #005389;}

.lsright{display:inline;}

.sportsbet_sbad {
width:250px;
height:150px;
background: url("https://www.justracing.com.au/ads/sportsbet.gif") no-repeat 0 0;
margin-bottom:10px;
cursor: pointer;
}

.featuredcaption {
position: absolute;
    bottom: 10px;
    left: 20px;
	padding-right:30px;
	font-size: 1.5em;
	line-height:28px;
	color:#fff;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.6);
}

.thefeaturedimage {
    position: relative;
    display: inline-block;
	margin-bottom:5px;
  }

.sbadtxt {
	font-family: Impact, 'Arial Black', 'Arial', 'sans serif';
	font-size: 34px;
	text-transform:uppercase;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 26.3999996185303px;
	text-align:center;
	padding:60px 0 0 0;
	color:#fcd404;
}

.beteasy_sbad {
width:250px;
height:150px;
background: url("https://www.justracing.com.au/ads/beteasy.gif") no-repeat 0 0;
margin-bottom:10px;
cursor: pointer;
}


.beteasyadtxt {
    font-family: Impact, 'Arial Black', 'Arial', 'sans serif';
    font-size: 34px;
    text-transform: uppercase;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    padding: 54px 0 0 0;
    color: #fff
}

.beteasyadtxt span {
    color: #fff;
    font-size: 26px;
}

.ladbrokes_sbad {
width:250px;
height:150px;
background: url("https://www.justracing.com.au/ads/ladbrokes.gif") no-repeat 0 0;
margin-bottom:10px;
cursor: pointer;
}

.neds_sbad {
width:250px;
height:150px;
background: url("https://www.justracing.com.au/ads/neds.gif") no-repeat 0 0;
margin-bottom:10px;
cursor: pointer;
}
 

.lbadtxt {
	font-family: Impact, 'Arial Black', 'Arial', 'sans serif';
	font-size: 34px;
	text-transform:uppercase;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 26.3999996185303px;
	text-align:center;
	padding:60px 0 0 0;
	color:#fcd404;
}

.sportingbet_sbad {
width:250px;
height:150px;
background: url("https://www.justracing.com.au/ads/sportingbet.gif") no-repeat 0 0;
margin-bottom:10px;
cursor: pointer;
}


.spbadtxt {
	font-family: Impact, 'Arial Black', 'Arial', 'sans serif';
	font-size: 34px;
	text-transform:uppercase;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 26.3999996185303px;
	text-align:center;
	padding:60px 0 0 0;
	color:#fcd404;
}

.luxbet_sbad {
width:250px;
height:150px;
background: url("https://www.justracing.com.au/ads/luxbet.gif") no-repeat 0 0;
margin-bottom:10px;
cursor: pointer;
}


.lbadtxt {
	font-family: Impact, 'Arial Black', 'Arial', 'sans serif';
	font-size: 34px;
	text-transform:uppercase;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 26.3999996185303px;
	text-align:center;
	padding:60px 0 0 0;
	color:#fcd404;
}

.pf_ladbrokes {
width:97px;
height:164px;
background: url("https://www.justracing.com.au/ads/postfooter/ladbrokes.gif") no-repeat 0 0;
margin-bottom:10px;
cursor: pointer;
float:left;
}

.pf_sportingbet {
width:93px;
height:164px;
background: url("https://www.justracing.com.au/ads/postfooter/sportingbet.gif") no-repeat 0 0;
margin-bottom:10px;
cursor: pointer;
float:left;
}

.pf_sportsbet {
width:128px;
height:164px;
background: url("https://www.justracing.com.au/ads/postfooter/sportsbet.gif") no-repeat 0 0;
margin-bottom:10px;
cursor: pointer;
float:left;
}

.pf_luxbet {
width:93px;
height:164px;
background: url("https://www.justracing.com.au/ads/postfooter/luxbet.gif") no-repeat 0 0;
margin-bottom:10px;
cursor: pointer;
float:left;
}

.pf_beteasy {
width:97px;
height:164px;
background: url("https://www.justracing.com.au/ads/postfooter/beteasy.gif") no-repeat 0 0;
margin-bottom:10px;
cursor: pointer;
float:left;
}

.pf_sidetxt {
	font-family: Impact, 'Arial Black', 'Arial', 'sans serif';
	font-size: 36px;
	text-transform:uppercase;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 26.3999996185303px;
	text-align:center;
	padding:72px 0 0 0;
	color:#000;
}

.pf_maintxt {
	font-family: Impact, 'Arial Black', 'Arial', 'sans serif';
	font-size: 48px;
	text-transform:uppercase;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 26.3999996185303px;
	text-align:center;
	padding:70px 0 0 0;
	color:#fff;
}

.ph_ladbrokes {
width:251px;
height:40px;
background: url("https://www.justracing.com.au/ads/postheader/ladbrokes.gif") no-repeat 0 0;
margin-bottom:10px;
cursor: pointer;
float:left;
}

.ph_sportingbet {
width:251px;
height:40px;
background: url("https://www.justracing.com.au/ads/postheader/sportingbet.gif") no-repeat 0 0;
margin-bottom:10px;
cursor: pointer;
float:left;
}

.ph_sportsbet {
width:251px;
height:40px;
background: url("https://www.justracing.com.au/ads/postheader/sportsbet.gif") no-repeat 0 0;
margin-bottom:10px;
cursor: pointer;
float:left;
}

.ph_luxbet {
width:251px;
height:40px;
background: url("https://www.justracing.com.au/ads/postheader/luxbet.gif") no-repeat 0 0;
margin-bottom:10px;
cursor: pointer;
float:left;
}

.ph_beteasy {
width:251px;
height:40px;
background: url("https://www.justracing.com.au/ads/postheader/beteasy.gif") no-repeat 0 0;
margin-bottom:10px;
cursor: pointer;
float:left;
}

.phtxt {
	font-family: Impact, 'Arial Black', 'Arial', 'sans serif';
	font-size: 34px;
	text-transform:uppercase;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 26.3999996185303px;
	text-align:right;
	padding:6px 70px 0 0;
	color:#fff;
}

.venue-information th{background-color:#f7f7f7;font-family:'Open Sans', sans-serif;font-weight:700;font-size:13px;line-height:17px;color:#555;border:1px solid #ccc;border-bottom:1px solid #ccc;width:150px;padding:5px}
.venue-information td{background-color:#fcfcfc;font-family:'Open Sans', sans-serif;font-weight:400;font-size:13px;line-height:17px;color:#555;border:1px solid #ccc;border-bottom:1px solid #ccc;width:165px;padding:5px}

.homeblockl {
width:49.4%;
float:left;
margin-right:6px;
font-size:13px;
}

.homeblockl p {
margin-bottom:0px;
}

.homeblockr {
width:49.4%;
float:left;
font-size:13px;
}

.homeblockr p {
margin-bottom:0px;
}

.blockl {
width:49.4%;
max-width:100%;
float:left;
margin-right:6px;
}

.blockr {
width:49.4%;
max-width:100%;
float:left;
}

.homebox {
border-left:1px solid #ccc;border-right:1px solid #ccc;padding:3px 5px 0px 5px;
}


.bmscreenshot {
margin:0 0 10px 0;
}

.mobileads {
	width: 100%;
	position:fixed;
	z-index:9999;
	bottom: -7px;
	}

.sidebarbox {
margin-bottom:12px;
}

.sbbookmaker {
width:100%;
background:#e5e5e5;
border-bottom:1px solid #fff;
}

.sbbookmaker:hover {
background:#e1e9ff;
}

.sbbookmaker span {
font-size:17px;
line-height:17px;
vertical-align: middle;
font-weight:600;
}

.sbbookmaker img {
padding:4px 6px;
vertical-align: middle;
}

.sbbookmaker2 {
width:100%;
background:#efefef;
border-bottom:1px solid #fff;
}

.sbbookmaker2:hover {
background:#e1e9ff;
}

.sbbookmaker2 span {
font-size:17px;
line-height:17px;
vertical-align: middle;
font-weight:600;
}

.sbbookmaker2 img {
padding:4px 6px;
vertical-align: middle;
}

.homeblock {
max-width:100%;
margin-bottom:0px;
}

.homeblocktitle {
padding:0px 10px;
display:inline-block;
}

.homeblocktitle img {
margin:6px 0 -1px 0;
}

.homeblocktitleright {
float:right;
display:inline-block;
margin-right:5px;
}

.homeblocktitleright img {
padding:10px 0px 0px 1px;
}

.homefb {
padding:4px 10px;cursor:pointer;max-width:100%;background:#30bc9a;
margin-bottom:13px;
}

.homefb:hover {
background: #24a681;
}

.homefbtxt {
text-align:center;
color:#fff;
font: 18px Open Sans, Arial, sans-serif;
text-transform: uppercase;
font-weight:400;
text-shadow: 1px 1px #1d9d79;
}

.homefbtxt span {
color:#fae60d;
font-weight:700;
}

.homeblockmenu {
	}

.bookmakerbet {
padding:4px 8px;
margin-bottom:10px;
cursor:pointer;
max-width:100%;
}

.bookmakerbettxt {
text-align:center;
font: 34px Open Sans, Arial, sans-serif;
text-transform: uppercase;
font-weight:bold;
}

.bookmakerlinks {
padding:4px 8px;
margin-bottom:4px;
cursor:pointer;
max-width:100%;
}

.bookmakerlinkstxt {
text-align:center;
font: 14px Open Sans, Arial, sans-serif;
text-transform: uppercase;
font-weight:bold;
}

#menu-standard { 
    float: left;
	margin:3px 0px 8px 0px;
	display:block;
}

#menu-item:before {
   content:  "\00BB ";
   margin-right:4px;
   list-style:none;
}

#menu-standard li { 
padding:0px;
    margin-right:10px;
    float: left;
	list-style:none;
}

#menu-item li {
display:block;
}

.sharebut {
float:right;display:inline-block;margin-top:8px;
}

.share-buttons{
	list-style: none;
	margin-bottom:0px;
}

.share-buttons li{
	display: inline;
} 

a.site-link {color:#fff;}

h5 .section-heading{padding-right:15px;background:url('images/h2-link.png') no-repeat 100% 50%;color: #204164;font-weight: 600;}
h5 .trending-heading{padding-right:15px;background:url('images/h2-link.png') no-repeat 100% 50%;color: #204164;font-weight: 600;}

.archive-heading h1 {
    padding-right: 15px;
    color: #204164;
    font-weight: 600;
}

.fragment-border-top{border-top:1px dotted #acacac;padding-top:8px;}

.hbl{width:37.5%}
.hbr{width:62.5%}
.hbl{float:left;padding-right:20px;}
.hbr{float:right;margin-bottom:12px;}

.lnl{width:49.5%}
.lnr{width:49.5%}
.lnl p{line-height:18px;}
.lnr p{line-height:18px;}
.lnl{float:left;padding-right:20px;}
.lnr{float:right;margin-bottom:12px;}

.lnthumbnail {
	float: right;	
	max-width: 30px;
	margin-left: 8px;
	margin-top: 0px;
}

.lnthumbnail img {
	display: block;
}

.catthumb {
	float: left;	
	max-width: 40px;
	margin-right: 8px;
	margin-top: 8px;
}

.catthumb img {
	display: block;
}

.sbthumb {
	float: right;	
	max-width: 22px;
	margin-left: 5px;
}

.sbthumb img {
	display: block;
}

.althbr{width:62.5%}
.althbl{width:37.5%}
.althbr{float:left;padding-right:20px;}
.althbl{float:right;margin-bottom:12px;}


.hbtitle p {margin-bottom:10px;padding:0px;font-size:13px;}
.hbtitle h3 {margin-bottom:5px;padding:0px;font-size:14px;font-weight:600;color: #204164;}
.hbtitleft h3{margin-bottom:10px;padding:4px 8px;font-size:14px;line-height:18px;background:#f1f1f1;font-weight:600;color: #204164;}
.sbtitleft {color:#fff;margin-bottom:10px;padding:4px 8px;line-height:18px;background:#2e5889;}

.suggbet {margin-bottom:30px;width:100%;background:#f1f1f1;padding:10px 10px;}
.latestnewsblock {margin-bottom:10px;width:100%;background:#f1f1f1;padding:10px 10px;}
.lntime {display:inline-block;line-height:15px;margin-top:5px;}
.lnthetime {font-weight:bold;font-size:13px;float:left;width:40px;display:inline;}
.lntitle a, a:visited, {color:#284c7e;}
.lntitle a:hover, a:focus {color:#284c7e;}
.lntitle {font-size:13px;float:right;display:inline;padding: 0 0 0 6px;border-left: 3px solid #284c7e;font-weight: 600;}
.lntitle:hover {
    border-left: 3px solid #ffa700;
    padding: 0 0 0 6px;
	}

.tntitle {font-size:13px;display:block;padding-left:15px;background:url('images/h2-link.png') no-repeat 0% 50%}

.theticker {color:#fff;}

.tickericon {font-size:13px;display:block;padding-left:25px;background:url('images/tickericon.png') no-repeat 0% 50%}

.postadsb {width:230px;height:40px;background:#0069ad;float:left;margin-right:5px;margin-bottom:10px;}
.postadsb:hover {background:#000;}
.postadcb {width:230px;height:40px;background:#253b80;float:left;margin-right:5px;margin-bottom:10px;}
.postadcb:hover {background:#000;}
.postadwh {width:230px;height:40px;background:#003056;float:left;margin-right:0px;margin-bottom:10px;}
.postadwh:hover {background:#000;}

.postadsbtxt {
	font-family: Impact, 'Arial Black', 'Arial', 'sans serif';
	font-size: 18px;
	text-transform:uppercase;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 26.3999996185303px;
	text-align:right;
	padding:4px 5px 0 0;
	color:#fcd404;
	display:none;
}
.postadsbtxt:hover {display:block;}

.hpad-sportsbet {
width:100%;min-height:50px;background:url('https://www.justracing.com.au/images/sportsbet.png') no-repeat 2% 50% #0069ad;margin-bottom:15px;
}

.hpad-williamhill {
width:100%;min-height:50px;background:url('https://www.justracing.com.au/images/williamhill.png') no-repeat 2% 50% #253b80;margin-bottom:15px;
}

.hpad-crownbet {
width:100%;min-height:50px;background:url('https://www.justracing.com.au/images/beteasy.png') no-repeat 2% 50% #003056;margin-bottom:15px;
}

.hpad-tomwaterhouse {
width:100%;min-height:50px;background:url('https://www.justracing.com.au/images/tomwaterhouse.png') no-repeat 2% 50% #000200;margin-bottom:15px;
}

.hpad-bet365 {
width:100%;min-height:50px;background:url('https://www.justracing.com.au/images/bet365.png') no-repeat 2% 50% #14805e;margin-bottom:15px;
}

.hpad-ladbrokes {
width:100%;min-height:50px;background:url('https://www.justracing.com.au/images/ladbrokes.png') no-repeat 2% 50% #d32123;margin-bottom:15px;
}

.hpad-bookmaker {
width:100%;min-height:50px;background:url('https://www.justracing.com.au/images/bookmaker.png') no-repeat 2% 50% #1f1e23;margin-bottom:15px;
}

.hpad-betstar {
width:100%;min-height:50px;background:url('https://www.justracing.com.au/images/betstar.png') no-repeat 2% 50% #0c4da2;margin-bottom:15px;
}

.hpad-luxbet {
width:100%;min-height:50px;background:url('https://www.justracing.com.au/images/luxbet.png') no-repeat 2% 50% #323232;margin-bottom:15px;
}

.hpad-unibet {
width:100%;min-height:50px;background:url('https://www.justracing.com.au/images/unibet.png') no-repeat 2% 50% #318000;margin-bottom:15px;
}

.hpad-centrebet {
width:100%;min-height:50px;background:url('https://www.justracing.com.au/images/centrebet.png') no-repeat 2% 50% #000;margin-bottom:15px;
}

.hpadtxtarea {
margin-left:140px;padding:5px 10px; 0px 0px;line-height:20px;font-weight:bold;
}

.hpadtxt {
color:#fff;font-size:14px;
}

.hpadtxt span {
color:#fad804;font-size:14px;text-decoration:none;
}


.sbtc {
line-height:14px;
font-size:12px;
background:#f1f1f1;
padding:6px;
position: relative;
bottom:0px;
margin-top:10px;
margin-bottom:8px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
border:1px solid #e6e6e6;
max-width:100%;
color:#2f4c6c;
display:block;
}

#hover-content {
    display:none;
}

#hover-mesb {display:inline-block;}

#hover-mesb span {width:230px;height:40px;background:url('https://www.justracing.com.au/images/sportsbet.png') no-repeat 50% 50% #0069ad;float:left;margin-right:0px;margin-bottom:10px;}
 
#hover-mesb:hover #hover-content {
    display:block;
	background:#0069ad;
	background-image:none;
	height:40px;
	width:230px;
	text-align:center;
	padding:7px 0;
	font-family: Impact, 'Arial Black', 'Arial', 'sans serif';
	font-size: 28px;
	text-transform:uppercase;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 26.3999996185303px;
	color:#fff;
}

#hover-mecb {display:inline-block;}

#hover-mecb span {width:230px;height:40px;background:url('https://www.justracing.com.au/images/beteasy.png') no-repeat 50% 50% #253b80;float:left;margin-right:0px;margin-bottom:10px;}
 
#hover-mecb:hover #hover-content {
    display:block;
	background:#253b80;
	background-image:none;
	height:40px;
	width:230px;
	text-align:center;
	padding:7px 0;
	font-family: Impact, 'Arial Black', 'Arial', 'sans serif';
	font-size: 28px;
	text-transform:uppercase;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 26.3999996185303px;
	color:#fff;
}

#hover-mewh {display:inline-block;}

#hover-mewh span {width:230px;height:40px;background:url('https://www.justracing.com.au/images/williamhill.png') no-repeat 50% 50% #003056;float:left;margin-right:0px;margin-bottom:10px;}
 
#hover-mewh:hover #hover-content {
    display:block;
	background:#003056;
	background-image:none;
	height:40px;
	width:230px;
	text-align:center;
	padding:7px 0;
	font-family: Impact, 'Arial Black', 'Arial', 'sans serif';
	font-size: 28px;
	text-transform:uppercase;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 26.3999996185303px;
	color:#fff;
}

#twitterimg{display:inline-block;width:32px;height:32px;background:url(images/twitter.png) no-repeat}
#twitterimg:hover{background-position:0 -32px}
#twitterimg span{position:absolute;top:-999em}
#facebookimg{display:inline-block;width:32px;height:32px;background:url(images/facebook.png) no-repeat}
#facebookimg:hover{background-position:0 -32px}
#facebookimg span{position:absolute;top:-999em}

.socialbuts {
float:right;margin:-5px 10px 0 0;height:32px width:120px;
}

.slidingDiv {
height:40px;
background-color: #99CCFF;
padding:5px 20px;
}

.multiodds {
background:#2e5889;
display:inline-block;
height:40px;
width:90px;
color:#fff;
text-align:center;
margin-top:-10px;
font-size:18px;
font-size:30px;
font-family:impact;
padding:8px 0;
text-shadow: 1px 1px #204164;
cursor:pointer;
}

.multibetnow {
background:#fad802;
display:inline-block;
height:40px;
width:140px;
color:#fff;
text-align:center;
margin-left:-5px;
margin-top:-10px;
font-size:30px;
text-transform:uppercase;
font-family:impact;
padding:8px 0;
text-shadow: 1px 1px #f4a81c;
cursor:pointer;
}

.oddssubject {
font-size:11px;
}

#reg-sportsbet {
width:100%;
color:#fff;
height:auto;
background:url(//www.justbetting.com.au/wp-content/themes/smart-mag/images/logos/sportsbet.png) 10px 50% no-repeat #20a5e0;
cursor:pointer;
margin-bottom:6px;
}

.reghere a:hover {
text-decoration:none;
}

.regbut {
display:inline-block;
float:right;
  padding: 0px 20px 0px 20px;
margin:6px 10px 6px 0px;
  text-shadow: 1px 1px 0px #0079c8;
  color: #ffffff;
  font-size: 18px;
  background: #0069ad;
  border: solid #7acbff 1px;
  text-decoration: none;
line-height:30px;
font-family:Roboto,sans-serif;
font-weight:700;
}

.regbut:hover {
  background: #007dce;
  text-decoration: none;
}

.regheading {
display:inline-block;
padding:12px 4px 12px 132px;
font-size:22px;
line-height:20px;
font-family:Roboto,sans-serif;
font-weight:700;
text-transform:uppercase;
}

.regheadingmdt {
display:inline-block;
padding:12px 4px 12px 182px;
font-size:22px;
line-height:20px;
font-family:Roboto,sans-serif;
font-weight:700;
text-transform:uppercase;
}

#fb-sportsbet {
width:100%;
display:inline-block;
color:#fff;
height:auto;
background:url(//www.justracing.com.au/wp-content/themes/justracing/images/logos/sportsbet.png) 10px 50% no-repeat #20a5e0;
cursor:pointer;
margin-bottom:6px;
}

#fb-tab {
width:100%;
display:inline-block;
color:#fff;
height:auto;
background:url(//www.justracing.com.au/wp-content/themes/justracing/images/retina/tab.png) 35px 50% no-repeat #008542;
cursor:pointer;
margin-bottom:6px;
}

.fboffers a:hover {
text-decoration:none;
}

#fb-ladbrokes {
width:100%;
display:inline-block;
color:#fff;
height:auto;
background:url(//www.justracing.com.au/wp-content/themes/justracing/images/logos/ladbrokes.png) 10px 50% no-repeat #ee1617;
cursor:pointer;
margin-bottom:6px;
}

#fb-neds {
width:100%;
display:inline-block;
color:#fff;
height:auto;
background:url(//www.justracing.com.au/wp-content/themes/justracing/images/logos/neds.png) 27px 50% no-repeat #ff7900;
cursor:pointer;
margin-bottom:6px;
}

#fb-beteasy {
width:100%;
display:inline-block;
color:#fff;
height:auto;
background:url(//www.justracing.com.au/wp-content/themes/justracing/images/logos/beteasylrg.png) 34px 50% no-repeat #8935c0;
cursor:pointer;
margin-bottom:6px;
}

#fb-bookmaker {
width:100%;
display:inline-block;
color:#fff;
height:auto;
background:url(//www.justracing.com.au/wp-content/themes/justracing/images/logos/bookmaker.png) 10px 50% no-repeat #231f20;
cursor:pointer;
margin-bottom:6px;
}

#fb-unibet {
width:100%;
display:inline-block;
color:#fff;
height:auto;
background:url(//www.justracing.com.au/wp-content/themes/justracing/images/logos/unibet.png) 10px 50% no-repeat #4e9743;
cursor:pointer;
margin-bottom:6px;
}

#fb-betstar {
width:100%;
display:inline-block;
color:#fff;
height:auto;
background:url(//www.justracing.com.au/wp-content/themes/justracing/images/logos/betstar.png) 26px 50% no-repeat #0651a0;
cursor:pointer;
margin-bottom:6px;
}

#fb-bet365 {
width:100%;
display:inline-block;
color:#fff;
height:auto;
background:url(//www.justracing.com.au/wp-content/themes/justracing/images/logos/bet365.png) 10px 50% no-repeat #007b5d;
cursor:pointer;
margin-bottom:6px;
}

#fb-palmerbet {
width:100%;
display:inline-block;
color:#fff;
height:auto;
background:url(//www.justracing.com.au/wp-content/themes/justracing/images/logos/palmerbet.png) 10px 50% no-repeat #8391c0;
cursor:pointer;
margin-bottom:6px;
}

#fb-madbookie {
width:100%;
display:inline-block;
color:#fff;
height:auto;
background:url(//www.justracing.com.au/wp-content/themes/justracing/images/logos/madbookie.png) 10px 50% no-repeat #282828;
cursor:pointer;
margin-bottom:6px;
}

#fb-sportsbet:hover{
opacity:.9;
}

#fb-tab:hover{
opacity:.9;
}

#fb-ladbrokes:hover{
opacity:.9;
}

#fb-neds:hover{
opacity:.9;
}

#fb-beteasy:hover{
opacity:.9;
}

#fb-bookmaker:hover{
opacity:.9;
}

#fb-unibet:hover{
opacity:.9;
}

#fb-betstar:hover{
opacity:.9;
}

#fb-bet365:hover{
opacity:.9;
}

#fb-palmerbet:hover{
opacity:.9;
}

#fb-madbookie:hover{
opacity:.9;
}

.fbheading {
padding:10px 4px 0 130px;
font-size:22px;
line-height:22px;
font-family:Roboto,sans-serif;
font-weight:700;
text-transform:uppercase;
}

.fbheading span {
    color: #ffe400;
}

.fbdesc {
padding:0 0 6px 130px;}

.fbheadingafl {
padding:10px 150px 0 130px;
font-size:22px;
color:#f8d809;
line-height:22px;
font-family:Roboto,sans-serif;
font-weight:700;
text-transform:uppercase;
}

.fbdescafl {
padding:0 150px 6px 130px;}

.fbdescafl span {
font-weight:bold;
color:#f8d809;
}

.fbheadingorigin {
padding:10px 150px 5px 130px;
font-size:20px;
color:#f8d809;
line-height:20px;
font-family:Roboto,sans-serif;
font-weight:700;
text-transform:uppercase;
}

.fbdescorigin {
line-height:20px;
padding:0 160px 10px 130px;}

.fbdescorigin span {
font-weight:bold;
color:#f8d809;
}

.fbheadingmdt {
padding:10px 4px 0 200px;
font-size:22px;
line-height:22px;
font-family:Roboto,sans-serif;
font-weight:700;
text-transform:uppercase;
    text-decoration: none;
}

.fbdescmdt {
padding:0 0 6px 200px;
line-height:20px;
}


.fbdescmdt span {
font-weight:bold;
color:#f8d809;
}

#noincentives {
      max-width: 650px;
    /* height: 300px; */
     padding: 20px;
    background: #fff;
	border:4px solid #000;
    position: absolute;
    z-index: 1;
     margin: 40px 44px;
}

#noincentives h2 {
text-align:center
}

#noincentives p {
text-align:center
}

.blur {
     -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}

.noselect {
pointer-events: none;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

@media only screen and (min-width :220px) and (max-width :321px){
.topclaim {
display:none;
}
}

@media only screen and (min-width :220px) and (max-width :767px){

#noincentives {
      max-width: 650px;
    /* height: 300px; */
     padding: 10px;
    background: #fff;
	border:4px solid #000;
    position: absolute;
    z-index: 1;
margin:20px;
}

#noincentives h2 {
text-align:center
}

#noincentives p {
text-align:center
}

.post-meta {
float:left;
display:inline-block;
font-size:12px;
line-height:18px;
margin:5px 0;
}

.catthumb {
display:none;
}

.regbut {
display:none;
}

.fbheadingafl {
padding:10px 10px 0 10px;
}

.fbdescafl {
padding:0 10px 6px 10px;}

.fbheadingorigin {
padding:10px 10px 0 10px;
}

.fbdescorigin {
padding:0 10px 6px 10px;}

#fb-sportsbet {
width:100%;
color:#fff;
height:auto;
background:url(//www.justracing.com.au/wp-content/themes/justracing/images/logos/sportsbet.png) 50% 5px no-repeat #20a5e0;
cursor:pointer;
margin-bottom:6px;
}

#fb-tab {
width:100%;
color:#fff;
height:auto;
background:url(//www.justracing.com.au/wp-content/themes/justracing/images/retina/tab.png) 50% 5px no-repeat #008542;
cursor:pointer;
margin-bottom:6px;
}

#fb-ladbrokes {
width:100%;
color:#fff;
height:auto;
background:url(//www.justracing.com.au/wp-content/themes/justracing/images/logos/ladbrokes.png) 50% 5px no-repeat #ee1617;
cursor:pointer;
margin-bottom:6px;
}

#fb-neds {
width:100%;
color:#fff;
height:auto;
background:url(//www.justracing.com.au/wp-content/themes/justracing/images/logos/neds.png) 50% 5px no-repeat #ff7900;
cursor:pointer;
margin-bottom:6px;
}

#fb-beteasy {
width:100%;
color:#fff;
height:auto;
background:url(//www.justracing.com.au/wp-content/themes/justracing/images/logos/beteasy.png) 50% 5px no-repeat #8935c0;
cursor:pointer;
margin-bottom:6px;
}

#fb-bookmaker {
width:100%;
color:#fff;
height:auto;
background:url(//www.justracing.com.au/wp-content/themes/justracing/images/logos/bookmaker.png) 50% 5px no-repeat #231f20;
cursor:pointer;
margin-bottom:6px;
}

#fb-unibet {
width:100%;
color:#fff;
height:auto;
background:url(//www.justracing.com.au/wp-content/themes/justracing/images/logos/unibet.png) 50% 5px no-repeat #4e9743;
cursor:pointer;
margin-bottom:6px;
}

#fb-betstar {
width:100%;
color:#fff;
height:auto;
background:url(//www.justracing.com.au/wp-content/themes/justracing/images/logos/betstar.png) 50% 5px no-repeat #0651a0;
cursor:pointer;
margin-bottom:6px;
}

#fb-bet365 {
width:100%;
color:#fff;
height:auto;
background:url(//www.justracing.com.au/wp-content/themes/justracing/images/logos/bet365.png) 50% 5px no-repeat #007b5d;
cursor:pointer;
margin-bottom:6px;
}

#fb-palmerbet {
width:100%;
color:#fff;
height:auto;
background:url(//www.justracing.com.au/wp-content/themes/justracing/images/logos/palmerbet.png) 50% 5px no-repeat #8391c0;
cursor:pointer;
margin-bottom:6px;
}

#fb-madbookie {
width:100%;
color:#fff;
height:auto;
background:url(//www.justracing.com.au/wp-content/themes/justracing/images/logos/madbookie.png) 50% 5px no-repeat #282828;
cursor:pointer;
margin-bottom:6px;
}

.fbheading {
    padding: 34px 3px 0 3px;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
	font-family:Roboto,sans-serif;
	font-weight:700;
	text-transform:uppercase;
}

.fbdesc {
    text-align: center;
    padding: 2px 5px 6px 5px;
    font-size: 13px;
    line-height:14px;
}

.fbdescmdt {
position:relative;
margin-top:10px;
padding:4px 8px 6px 8px;
}

#sb-sportsbet {
width:100%;
color:#fff;
height:auto;
background:url(//www.justracing.com.au/wp-content/themes/justracing/images/logos/sportsbet.png) 50% 5px no-repeat #20a5e0;
cursor:pointer;
margin-bottom:6px;
}

#sb-sportsbetmdt {
width:100%;
color:#fff;
height:auto;
background:url(//www.justracing.com.au/wp-content/themes/justracing/images/mdt.gif) 50% 5px no-repeat #0069ad;
cursor:pointer;
margin-bottom:6px;
}

#sb-ladbrokes {
width:100%;
color:#fff;
height:auto;
background:url(//www.justracing.com.au/wp-content/themes/justracing/images/logos/ladbrokes.png) 50% 5px no-repeat #ee1617;
cursor:pointer;
margin-bottom:6px;
}

#sb-neds {
width:100%;
color:#fff;
height:auto;
background:url(//www.justracing.com.au/wp-content/themes/justracing/images/logos/neds.png) 50% 5px no-repeat #ff7900;
cursor:pointer;
margin-bottom:6px;
}

#sb-crownbet {
width:100%;
color:#fff;
height:auto;
background:url(//www.justracing.com.au/wp-content/themes/justracing/images/logos/beteasy.png) 50% 5px no-repeat #8935c0;
cursor:pointer;
margin-bottom:6px;
}

#sb-williamhill {
width:100%;
color:#fff;
height:auto;
background:url(//www.justracing.com.au/wp-content/themes/justracing/images/logos/williamhill.png) 50% 5px no-repeat #17345b;
cursor:pointer;
margin-bottom:6px;
}

#sb-tomwaterhouse {
width:100%;
color:#fff;
height:auto;
background:url(//www.justracing.com.au/wp-content/themes/justracing/images/logos/tomwaterhouse.png) 50% 5px no-repeat #212926;
cursor:pointer;
margin-bottom:6px;
}

#sb-luxbet {
width:100%;
color:#fff;
height:auto;
background:url(//www.justracing.com.au/wp-content/themes/justracing/images/logos/luxbet.png) 50% 5px no-repeat #b21e3c;
cursor:pointer;
margin-bottom:6px;
}

#sb-bookmaker {
width:100%;
color:#fff;
height:auto;
background:url(//www.justracing.com.au/wp-content/themes/justracing/images/logos/bookmaker.png) 50% 5px no-repeat #231f20;
cursor:pointer;
margin-bottom:6px;
}

#sb-unibet {
width:100%;
color:#fff;
height:auto;
background:url(//www.justracing.com.au/wp-content/themes/justracing/images/logos/unibet.png) 50% 5px no-repeat #4e9743;
cursor:pointer;
margin-bottom:6px;
}

#sb-centrebet {
width:100%;
color:#fff;
height:auto;
background:url(//www.justracing.com.au/wp-content/themes/justracing/images/logos/centrebet.png) 50% 5px no-repeat #231f20;
cursor:pointer;
margin-bottom:6px;
}

#sb-betstar {
width:100%;
color:#fff;
height:auto;
background:url(//www.justracing.com.au/wp-content/themes/justracing/images/logos/betstar.png) 50% 5px no-repeat #0651a0;
cursor:pointer;
margin-bottom:6px;
}

#sb-bet365 {
width:100%;
color:#fff;
height:auto;
background:url(//www.justracing.com.au/wp-content/themes/justracing/images/logos/bet365.png) 50% 5px no-repeat #007b5d;
cursor:pointer;
margin-bottom:6px;
}

#sb-palmerbet {
width:100%;
color:#fff;
height:auto;
background:url(//www.justracing.com.au/wp-content/themes/justracing/images/logos/palmerbet.png) 50% 5px no-repeat #8391c0;
cursor:pointer;
margin-bottom:6px;
}

.sbheading {
padding:36px 8px 0 8px;
text-align:center;
font-size:18px;
line-height:22px;
font-family:Roboto,sans-serif;
font-weight:700;
text-transform:uppercase;
}

.sbheading span {
color:#ffe400;
}

.sbdesc {
padding:0px 8px 6px 8px;
text-align:center;
font-size:13px;
line-height:18px;
}
}

#fbsb-sportsbet {
width:100%;
color:#fff;
height:auto;
background:url(//www.justracing.com.au/wp-content/themes/justracing/images/logos/sportsbet.png) 5px 5px no-repeat #20a5e0;
cursor:pointer;
margin-bottom:1px;
}

#fbsb-ladbrokes {
width:100%;
color:#fff;
height:auto;
background:url(//www.justracing.com.au/wp-content/themes/justracing/images/logos/ladbrokes.png) 5px 5px no-repeat #ee1617;
cursor:pointer;
margin-bottom:1px;
}

#fbsb-crownbet {
width:100%;
color:#fff;
height:auto;
background:url(//www.justracing.com.au/wp-content/themes/justracing/images/logos/beteasy.png) 8px 5px no-repeat #8935c0;
cursor:pointer;
margin-bottom:1px;
}

#fbsb-williamhill {
width:100%;
color:#fff;
height:auto;
background:url(//www.justracing.com.au/wp-content/themes/justracing/images/logos/williamhill.png) 5px 10px no-repeat #17345b;
cursor:pointer;
margin-bottom:1px;
}

#fbsb-sportsbet:hover{
opacity:.9;
}

#fbsb-ladbrokes:hover{
opacity:.9;
}

#fbsb-crownbet:hover{
opacity:.9;
}

#fbsb-williamhill:hover{
opacity:.9;
}

#fbsb-more {
width:100%;
color:#fff;
height:auto;
background:#231f20;
margin-bottom:10px;
}

.fbsbheading {
padding:10px 4px 0 130px;
font-size:18px;
line-height:22px;
font-family:Roboto,sans-serif;
font-weight:700;
text-transform:uppercase;
}

.fbsbheadingmdt {
padding:10px 4px 0 130px;
font-size:18px;
line-height:22px;
font-family:Roboto,sans-serif;
font-weight:700;
text-transform:uppercase;
}

.fbsbmore {
padding:5px 0px 5px 0px;
text-align:center;
font-size:15px;
line-height:18px;
font-family:Roboto,sans-serif;
font-weight:400;
text-transform:uppercase;
}

.fbsbmore a{
color:#fad803;
}

.fbsbdesc {
padding:4px 8px 6px 8px;
}
.sidr{display:block;position:fixed;top:0;height:100%;z-index:999999;width:260px;overflow-x:hidden;overflow-y:scroll;font-family:"lucida grande",tahoma,verdana,arial,sans-serif;font-size:15px;background:#f8f8f8;color:#333;-webkit-box-shadow: inset 0px 0px 5px 5px #ebebeb;-moz-box-shadow: inset 0px 0px 5px 5px #ebebeb;box-shadow: inset 0px 0px 5px 5px #ebebeb;}.sidr .sidr-inner{padding:0 0 15px}.sidr .sidr-inner>p{margin-left:15px;margin-right:15px}.sidr.right{right:auto;right:-260px;margin:0;}.sidr.left{left:-260px;right:auto;margin:0;}.sidr h1,.sidr h2,.sidr h3,.sidr h4,.sidr h5,.sidr h6{background-image:url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RmZGZkZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background-size:100%;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff),color-stop(100%, #dfdfdf));background-image:-moz-linear-gradient(#ffffff,#dfdfdf);background-image:-webkit-linear-gradient(#ffffff,#dfdfdf);background-image:linear-gradient(#ffffff,#dfdfdf);font-size:11px;font-weight:normal;padding:0 15px;margin:0 0 5px;color:#333;line-height:24px;box-shadow:0 5px 5px 3px rgba(0,0,0,0.2)}.sidr p{font-size:13px;margin:0 0 12px}.sidr p a{color:rgba(51,51,51,0.9)}.sidr>p{margin-left:15px;margin-right:15px}.sidr ul{display:block;margin:0 0 15px;padding:0;border-top:1px solid #dfdfdf;border-bottom:1px solid #fff}.sidr ul li{display:block;margin:0;line-height:38px;border-top:1px solid #fff;border-bottom:1px solid #dfdfdf}.sidr ul li:hover,.sidr ul li.active,.sidr ul li.sidr-class-active{border-top:0;line-height:39px}.sidr ul li:hover>a,.sidr ul li:hover>span,.sidr ul li.active>a,.sidr ul li.active>span,.sidr ul li.sidr-class-active>a,.sidr ul li.sidr-class-active>span{box-shadow:0 0 15px 3px #ebebeb inset}.sidr ul li a,.sidr ul li span{padding:0 15px;display:block;text-decoration:none;color:#333}.sidr ul li ul{border-bottom:0;margin:0}.sidr ul li ul li{line-height:40px;font-size:13px}.sidr ul li ul li:last-child{border-bottom:0}.sidr ul li ul li:hover,.sidr ul li ul li.active,.sidr ul li ul li.sidr-class-active{border-top:0;line-height:41px}.sidr ul li ul li:hover>a,.sidr ul li ul li:hover>span,.sidr ul li ul li.active>a,.sidr ul li ul li.active>span,.sidr ul li ul li.sidr-class-active>a,.sidr ul li ul li.sidr-class-active>span{box-shadow:0 0 15px 3px #ebebeb inset}.sidr ul li ul li a,.sidr ul li ul li span{color:rgba(51,51,51,0.8);padding-left:30px}.sidr form{margin:0 15px}.sidr label{font-size:13px}.sidr input[type="text"],.sidr input[type="password"],.sidr input[type="date"],.sidr input[type="datetime"],.sidr input[type="email"],.sidr input[type="number"],.sidr input[type="search"],.sidr input[type="tel"],.sidr input[type="time"],.sidr input[type="url"],.sidr textarea,.sidr select{width:100%;font-size:13px;padding:5px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 0 10px;border-radius:2px;border:0;background:rgba(0,0,0,0.1);color:rgba(51,51,51,0.6);display:block;clear:both}.sidr input[type=checkbox]{width:auto;display:inline;clear:none}.sidr input[type=button],.sidr input[type=submit]{color:#f8f8f8;background:#333}.sidr input[type=button]:hover,.sidr input[type=submit]:hover{background:rgba(51,51,51,0.9)}

/* ------------------------------------------
  NAV TOGGLE STYLES
--------------------------------------------- */

@font-face {
  font-family: "responsivenav";
  src:url("icons/responsivenav.eot");
  src:url("icons/responsivenav.eot?#iefix") format("embedded-opentype"),
    url("icons/responsivenav.ttf") format("truetype"),
    url("icons/responsivenav.woff") format("woff"),
    url("icons/responsivenav.svg#responsivenav") format("svg");
  font-weight: normal;
  font-style: normal;
}

.sb-toggle-left {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  width: 60px;
  height: 48px;
  float: left;
}

.sb-toggle-left:before {
  color: #fff; /* Edit this to change the icon color */
  font: normal 34px "responsivenav"; /* Edit font-size (28px) to change the icon size */
  text-transform: none;
  text-align: center;
  position: absolute;
  content: "\2261"; /* Hamburger icon */
  text-indent: 0;
  speak: none;
  width: 100%;
  left: 0;
  top: 0;
  padding: 10px 0 0 0;
}

.sb-toggle-right {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  position: relative;
  overflow: hidden;
    background-position: center 4px;
    background-repeat: no-repeat;
    background-image: url("https://www.justracing.com.au/wp-content/themes/justracing/images/retina/freebets.png");
  width: 60px;
  height: 48px;
  float: right;
  padding:7px 0 0 0;
}

.mobclose {
    background: rgba(0, 0, 0, 0.3);
    float: right;
    width: 36px;
    color: #fff;
    font-weight: bold;
    padding: 4px 0px 0px 2px;
    font-size: 20px;
    text-align: center;
    cursor: pointer
}

.sportsbet-offers {
    border-bottom: 2px solid #0770b4;
    margin: 5px 0px 0px 0px;
}

.sportsbet-offers h2 {
    padding: 7px 14px;
    font-size: 13px;
    font-family: Roboto, sans-serif;
    line-height: 13px;
    text-transform: uppercase;
    float: left;
    margin: 0 0 -2px 0;
    font-weight: bold;
    background: #0770b4;
    color: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}


.bookieterms {
    color: #5a5a5a;
    font-size: 8px;
    line-height: 12px;
    text-transform: uppercase;
}

.bookieterms2 {
    color: #5a5a5a;
    font-size: 8px;
	margin:-4px 0 6px 0;
    line-height: 12px;
    text-transform: uppercase;
}

.textalignright {
	text-align:right;
	}