/*!
Theme Name: Lottery Master
Theme URI: http://underscores.me/
Author: Helen Johnson
Author URI: http://www.swiftpixels.com.au
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lottery
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

lottery is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Linksbl
	## Menus
# Layout
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: 'Hind', helvetica, arial, sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Hind', helvetica, arial, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	padding: 5px 20px 0 20px;
	margin: 0 0 20px 0;
	border: 1px solid #f08c20;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #ffe2bb;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

ul {
	list-style: none;
	margin: 0 0 1.5em 0;
	padding: 0;
}

ol {
	list-style: decimal;
	margin: 0 0 1.5em 0;
	padding: 0 0 0 18px;
}

li {
	margin: 0;
	padding: 0 0 10px 0;
	text-indent: 0;
}
li:last-child {
	padding: 0;
}
#content ul li:before {
	content: "\f101";
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    padding-right: 5px;
    color: #ccc;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
	border: 1px solid #e1e1e1;
}
	table tr th, table tr td {
		border: 1px solid #e1e1e1;
		padding: 8px 10px 8px 10px;
	}
	table tr th {
		background-color: #f5f5f5;
	}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/




/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a, a:visited {
	color: #1B5687;
}
a:hover, a:focus, a:active {
	color: #0a71c7;
}
a:focus {
	outline: thin dotted;
}
a:hover, a:active {
	outline: 0;
}

/* Buttons */
.button a {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #e68f00;
	padding: 10px 15px 7px 15px;
	display: inline-block;
	font-weight: bold;
	font-size: 0.9rem;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	line-height: 1.2em;
}
	.button a:hover {
		background-color: #e65c25;
		color: #fff;
	}

.button-blue a {
	background-color: #0a71c7;
}
	.button-blue a:hover {
		background-color: #1B5687;
		color: #fff;
	}

/*.results-table .button {
	width: 120px;
}*/

.read-more a:before {
	content: "\f061";
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    padding-right: 5px;
    color: #0a71c7;
}
.read-more a {
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.9rem;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	background-color: #1b2a37;
}
	.main-navigation .menu-header-navigation-container {
		width: 1100px;
		margin: 0 auto;
	}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
	padding: 0;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	padding: 5px 8px;
	margin-right: 2px;
	margin-top: 10px;
}
.main-navigation li a {
	background-color: #647A89;
	color: #fff;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
	.main-navigation li a:hover {
		background-color: #d3d7d9;
		color: #1b2a37;
	}
	.main-navigation li.current-menu-item a {
		background-color: #fff;
		color: #1b2a37;
	}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.breadcrumb {
    width: 1140px;
    margin: 0 auto;
    clear: both;
    font-size: 12px;
    padding-top: 20px;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/

/* Header */
.site-header {
	width: 100%;
	position: relative;
	z-index: 9999;
	background-color: #1b2a37;
}
	.site-header .header-area {
		width: 1100px;
		background: transparent;
		margin: 0 auto;
		height: 90px;
		display: flex;
		display: -webkit-flex; /* Safari */
		-webkit-justify-content: space-between; /* Safari 6.1+ */
		flex-direction: row;
		justify-content: space-between;
	}

.site-branding {
	width: 250px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}
	.site-branding a {
		margin: 0;
		padding: 0;
		width: 250px;
		height: 30px;
    	background-size: 250px 30px;
    	background-repeat: no-repeat;
    	display: block;
	}
	.site-branding span {
		margin-left: -999999px;
		overflow: hidden;
	}

.header-widget {
	padding: 0;
	margin: 15px 0 0 0;
}
	.header-widget img {
		height: 60px;
	}

	.header-widget .banner-468 {
		width: 468px;
		height: 60px;
	}
	.header-widget .banner-320 {
		display: none;
		visibility: hidden;
	}

/* Content */

#content {
	clear: both;
}
	.wrap {
		width: 1140px;
		margin: 0 auto;
		clear: both;
	}
	#primary {
		width: 720px;
		float: left;
		margin-left: 20px;
	}
	#secondary {
		width: 340px;
		float: right;
		margin-right: 20px;
		margin-bottom: 40px;
		margin-top: 20px;
	}
	#primary #main {
		margin: 40px 0 0 0;
		padding: 0;
	}
		.home #primary #main {
			margin: 0 0 0 0;
		}
		.page-template-page-brands #primary #main {
			margin: 20px 0 0 0;
		}

#content .full-width {
	margin-bottom: 20px;
}
#content .full-width .feature-grey {
	background-color: #f4f4f4;
	border: 1px solid #e1e1e1;
	-webkit-box-shadow: 4px 4px 5px 0px rgba(207,207,207,0.3);
	-moz-box-shadow: 4px 4px 5px 0px rgba(207,207,207,0.3);
	box-shadow: 4px 4px 5px 0px rgba(207,207,207,0.3);
}
	#content .full-width .content-area {
		width: 1100px;
		margin-left: 20px;
	}
	#content .full-width.no-feature {
		background-color: #fff;
		border: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	#content .full-width .content-area {
		margin-top: 40px;
	}

/* Results */

.results-tables {
	padding: 0 0 40px 0;
}
.results h2 {
	padding: 0;
	margin: 0;
}

.results .ball {
	background-color: #0045bf;
	border-radius: 50%;
	color: #fff;
	font-weight: bold;
	float: left;
	display: block;
	text-align: center;
	width: 50px;
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
	font-size: 1.5rem;
	margin: 0 10px;
	padding-top: 1px;
}
.results .sball {
	background-color: #168070;
}

.results-table-wrap {
	border: 1px solid #d6d6d6;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.results-table {
	display: table;
	width: 100%;
	font-size: 1rem;
	background-color: #e9eef4;
}
.results-table.row-alt {
	background-color: #f1f4f7;
}
	.results-table .table-entry {
		display: table-cell;
		width: 15%;
		line-height: 30px;
		vertical-align: middle;
		padding: 10px 5px;
	}
	.results-table .table-entry.draw {
		width: 10%;
	}
	.results-table .table-entry.numbers {
		width: 20%
	}
	.results-table .table-entry.supps {
		width: 10%;
	}
	.results-table .table-entry .ball {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 1rem;
		padding-top: 1px;
		margin: 0 2px;
	}
	.results-table .table-entry.jackpot .jackpot-text {
		display: none;
	}
.results-table.row-head {
	font-weight: bold;
	font-size: 0.8rem;
	text-transform: uppercase;
	background-color: #1d3d63;
	color: #fff;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
	.results-table.row-head .table-entry {
		line-height: 15px;
		vertical-align: middle;
	}

.results-page .numbers {
	margin-left: -10px;
	margin-bottom: 40px;
}
.results-page .winning-numbers, .results-page .supps {
	float: left;
}
.results-page .numbers-title {
	font-size: 0.8em;
	color: #999;
	padding: 0 0 10px 0;
	margin-left: 10px;
	text-transform: uppercase;
}

.results-disclaimer {
	font-size: 12px;
	text-align: center;
	color: #888;
	padding: 5px 0 0 0;
	margin: 0;
}
	.results-disclaimer a {
		color: #888;
	}

/* Lottery Promos */

.lottery-promos {
	max-width: 1100px;
	margin: 40px 20px;
}

.lottery-promos p {
	margin: 0;
	padding: 0;
}

.feature-promo {
	color: #fff;
	width: 100%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap; 
	flex-wrap: wrap;
}
	.feature-promo .feature-half  {
		flex-grow: 1;
		width: 50%;
		padding: 30px 40px 20px 40px;
	}
	.feature-promo .feature-half-right {
		text-align: center;
		padding-right: 200px;
		padding-left: 0;
		background-image: url("images/lottery-balls-blue.png");
		background-repeat: no-repeat;
		background-position: 200px -90px;
		background-size: 80%;
	}
		.feature-promo .draw {
			font-size: 36px;
			font-weight: bold;
			text-shadow: 2px 2px 2px rgba(0,0,0,0.4);
		}
		.feature-promo .date {
			font-size: 20px;
			padding: 0 0 20px 0;
			color: #ccc
			text-shadow: 2px 2px 2px rgba(0,0,0,0.4);
		}
		.feature-promo .jackpot {
			font-size: 46px;
			font-weight: bold;
			text-shadow: 2px 2px 2px rgba(0,0,0,0.4);
		}
		.feature-promo .message {
			font-size: 20px;
			text-transform: uppercase;
			text-shadow: 2px 2px 2px rgba(0,0,0,0.4);
		}
			.feature-promo .message p {
				margin-bottom: 10px;
			}
		.feature-promo .button {
			margin-top: 20px;
		}
		.feature-promo .button a {
			font-size: 30px;
		}
		.feature-promo .how {
			margin-top: 10px;
		}	
			.feature-promo .how a {
				color: #e68f00;
				text-transform: uppercase;
				text-decoration: none;
				font-weight: bold;
				font-size: 14px;
			}
			.feature-promo .how a:hover {
				color: #e65c25;
			}


.secondary-promos {
	margin-top: 40px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap; 
	flex-wrap: wrap;

}
	.secondary-promos .promo-card {
		width: 188px;
		color: #fff;
		border: 1px solid #000;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		padding: 20px 0;
		text-align: center;
	}
		.lottery-promos .promo-blue {
			background: #0a69cd;
		    background: linear-gradient(#0a69cd, #1e446b);
		    border-color: #082851;
		}
		.feature-promo.promo-blue .feature-half-right {
			background-image: url("images/lottery-balls-blue.png");
		}
		.lottery-promos .promo-green {
			background: #3b9a36;
		    background: linear-gradient(#3b9a36, #2c6b29);
		    border-color: #2b6928;
		}
		.feature-promo.promo-green .feature-half-right {
			background-image: url("images/lottery-balls-yellow.png");
		}
		.lottery-promos .promo-purple {
			background: #664993;
		    background: linear-gradient(#664993, #412769);
		    border-color: #261246;
		}
		.feature-promo.promo-purple .feature-half-right {
			background-image: url("images/lottery-balls-multi.png");
		}
		.lottery-promos .promo-red {
			background: #c23b34;
		    background: linear-gradient(#c23b34, #9a221c);
		    border-color: #7e1c17;
		}
		.feature-promo.promo-red .feature-half-right {
			background-image: url("images/lottery-balls-multi.png");
		}
		.lottery-promos .promo-teal {
			background: #008489;
		    background: linear-gradient(#008489, #006165);
		    border-color: #004d50;
		}
		.feature-promo.promo-teal .feature-half-right {
			background-image: url("images/lottery-balls-multi.png");
		}
		.secondary-promos .draw {
			font-size: 26px;
			font-weight: bold;
			line-height: 1em;
		}
			.secondary-promos .draw span {
				font-size: 14px;
				font-weight: normal;
				text-transform: uppercase;
				display: block;
			}
		.secondary-promos .date {
			font-size: 16px;
			color: #ccc;
			line-height: 2em;
		}
		.secondary-promos .jackpot {
			font-size: 26px;
			font-weight: bold;
			line-height: 2em;
		}
			.secondary-promos .jackpot span {
				font-size: 10px;
				font-weight: normal;
				text-transform: uppercase;
			}

/* Home Feature */

	.results-table .table-entry {
		width: 13%;
	}
	.results-table .table-entry.draw {
		width: 10%;
	}
	.results-table .table-entry.date {
		width: 10%;
	}
	.results-table .table-entry.numbers {
		width: 22%
	}
	.results-table .table-entry.supps {
		width: 10%;
	}
	.results-table .table-entry.dividends {
		width: 8%;
	}
	.results-table .table-entry.jackpot {
		width: 10%;
	}
	.results-table .table-entry.enter {
		width: 12%;
	}
	.results-table .enter a {
		color: #e68f00;
		text-transform: uppercase;
		text-decoration: none;
		font-weight: bold;
	}
		.results-table .enter a:before {
			content: "\f061";
		    font-family: 'FontAwesome';
		    font-style: normal;
		    font-weight: normal;
		    padding-right: 5px;
		    color: #e68f00;
		}
		.results-table .enter a:hover {
			color: #e65c25;
		}

/* Promos */

.promos {
	padding: 0;
	margin: 0;
	width: 100%;
}
	.promos .promo-box {
		width: 100%;
		height: 85px;
		margin: 0 0 20px 0;
		padding: 0;
		display: table;
	}
		.promos .promo-box a {
			width: 340px;
			height: 85px;
			display: block;
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			border-radius: 4px;
			color: #fff;
			text-decoration: none;
			text-align: right;
			padding: 5px 10px;
			font-weight: bold;
			font-size: 1.2rem;
			text-shadow: 2px 2px 2px rgba(0,0,0,0.4);
			display: table-cell;
			vertical-align: bottom;
		}
		.promos .promo-racing a {
			background-color: #396cb0;
			background-image: url("images/button-racing.png");
			background-repeat: no-repeat;
			background-position: 0 0
		}
		.promos .promo-sports a {
			background-color: #ec9941;
			background-image: url("images/button-sports.png");
			background-repeat: no-repeat;
			background-position: 0 0
		}
		.promos .promo-homes a {
			background-color: #992722;
			background-image: url("images/button-homes.png");
			background-repeat: no-repeat;
			background-position: 0 0
		}
		.promos .promo-lotteries a {
			background-color: #70a130;
			background-image: url("images/button-lotteries.png");
			background-repeat: no-repeat;
			background-position: 0 0
		}
			.promos .promo-racing a:hover {
			background-color: #7cb9e2;
			}
			.promos .promo-sports a:hover {
				background-color: #efb247;
			}
			.promos .promo-homes a:hover {
				background-color: #d5453f;
			}
			.promos .promo-lotteries a:hover {
				background-color: #a9da4f;
			}

/* Boxes */

.box {
	border: 1px solid #e1e1e1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 4px 4px 5px 0px rgba(207,207,207,0.3);
	-moz-box-shadow: 4px 4px 5px 0px rgba(207,207,207,0.3);
	box-shadow: 4px 4px 5px 0px rgba(207,207,207,0.3);
	padding: 0 20px 20px 20px;
 	margin: 0 0 20px 0;
}
	.box .heading {
		background-color: #1d3d63;
		padding: 10px 0 0 0;
		margin: 0 -20px 0 -20px;
		-webkit-border-top-left-radius: 4px;
		-webkit-border-top-right-radius: 4px;
		-moz-border-radius-topleft: 4px;
		-moz-border-radius-topright: 4px;
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
	}
	.box .heading h2, .box .heading h4 {
		padding: 0 10px 10px 10px;
		margin: 0;
		font-size: 1.2rem;
		font-weight: bold;
		line-height: 1.2em;
		color: #fff;
	}
		.box .heading h4 {
			font-size: 0.8rem;
			text-transform: uppercase;
		}
		.box .heading h2 a, .box .heading h4 a {
			text-decoration: none;
			color: #fff;
		}

/* Brands */

.brands-index {
	margin-bottom: 40px;
}
.brand-box {
	font-size: 0.9rem;
}
	.brand-box .img {
		max-width: 120px;
		float: right;
		display: block;
		margin: 20px 0 0 20px;
	}
		.brand-box .heading {
			background-color: #eee;
		}
			.brand-box .heading h2 a {
				text-decoration: none;
				color: #1d3d63;
			}

/* Latest Posts */

.latest-news.box {
	padding-bottom: 0;
}
.latest-news .news-post {
	margin: 0 0 20px 0;
}
	.latest-news .news-post .news-img {
		float: left;
		width: 100px;
		height: 100px;
		display: block;
		margin: 0 10px 0 0;
	}
		.latest-news .news-post .news-img img {
			width: 100px;
			height: 100px;
		}
	.latest-news .news-title {
		margin: 0;
		padding: 0;
		clear: none;
	}
		.latest-news .news-post h4 {
			margin: 0;
			padding: 0;
			clear: none;
			font-weight: normal;
			font-size: 1.0rem;
		}
			.latest-news .news-post h4 a {
				text-decoration: none;
			}
	.latest-news .button {
		text-align: center;
		margin-bottom: 20px;
	}

.latest-news .news-post-wrap {
	border-bottom: 1px solid #e1e1e1;
	margin: 0 -20px 20px -20px;
	padding: 20px 20px 0 20px;
	background-color: #f4f4f4;
}

/* Blog Index */

.blog-index {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0 -20px;
}
.post-excerpt {
	width: 340px;
	padding: 0 20px 20px 20px;
 	margin: 20px;
	text-align: center;
	border: 1px solid #e1e1e1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 4px 4px 5px 0px rgba(207,207,207,0.3);
	-moz-box-shadow: 4px 4px 5px 0px rgba(207,207,207,0.3);
	box-shadow: 4px 4px 5px 0px rgba(207,207,207,0.3);
}
.post-excerpt p {
	text-align: left;
}
.post-excerpt h2 {
	padding: 10px 0 10px 0;
	margin: 0;
	font-size: 2em;
	font-weight: 600;
	line-height: 1.2em;
}
.post-excerpt h2 a {
	text-decoration: none;
	color: #333;
}
.post-excerpt .entry-info {
	text-transform: uppercase;
	font-size: 0.9em;
	color: #999;
}
.post-excerpt .news-image {
	width: 338px;
	height: 180px;
	overflow: hidden;
	float: none;
	padding: 0;
	margin: 0 0 0 -20px;
	background-color: #272727;
}
.post-excerpt .news-image img {
	width: 338px;
}
.post-excerpt .news-image, .post-excerpt .news-image img {
	width: 338px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.post-excerpt .news-image-default a {
	width: 338px;
	height: 180px;
	display: block;
	background-image: url("images/news-crypto-default_680x453-2x.jpg");
	background-repeat: no-repeat;
	background-position: middle;
	background-size: 100%;
}

/* Archive Index */

.archive-index .numbers, .archive-index .supps, .results-box .numbers, .results-box .supps {
	text-align: center;
	display: inline-block;
}
	.archive-index .ball, .results-box .ball {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 1rem;
		padding-top: 1px;
		margin: 0 2px;
	}
.archive-index h2 {
	font-size: 1.4em;
	background-color: #eaeef4;
	margin: 0 -20px 20px -20px;
	padding: 20px 10px;
}
.archive-index .draw {
	font-weight: bold;
}
.archive-index .numbers-title {
	text-transform: uppercase;
	font-size: 0.8em;
	color: #999;
	padding: 15px 0 5px 0;
}
.archive-index .button {
	margin-top: 10px;
}

/* Results Box */

.results-box {
	text-align: center;
	border-bottom: 1px solid #e1e1e1;
	margin: 0 -20px;
	padding: 10px 10px 0 10px;
	background-color: #e9eef4;
}
	.results-box.alt {
		background-color: #f1f4f7;
	}
	.results-box .game {
		font-weight: bold;
	}
	.results-box .results-link, .results-box .enter {
		display: inline-block;
	}
	.box .button a, .post-excerpt .button a {
		font-size: 1em;
	}
.results-box-wrap {
	margin-bottom: 20px;
}

/* Pagination */

#pagination {
	padding: 10px 20px 20px 20px;
	text-align: center;
	font-size: 0.8rem;
}
#pagination a.page-numbers, #pagination .current {
	color: #fff;
	background-color: #1B5687;
	padding: 5px 8px 5px 8px;
	margin: 0 2px 0 2px;
}
#pagination .current {
	background-color: #e1e1e1;
	color: #636363;
}
#pagination a.next, #pagination a.prev {
	background-color: transparent;
	padding: 5px 0 5px 0;
}
#pagination .fa {
	max-width: 12px;
	min-width: 12px;
	color: #1B5687;
}

/* Sidebar */

.banner-300 {
	width: 100%;
	height: auto;
	text-align: center;
	border: 1px solid #e1e1e1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 4px 4px 5px 0px rgba(207,207,207,0.3);
	-moz-box-shadow: 4px 4px 5px 0px rgba(207,207,207,0.3);
	box-shadow: 4px 4px 5px 0px rgba(207,207,207,0.3);
	padding: 20px 0 10px 0;
	margin-bottom: 20px;
}

/* Footer */

.site-footer {
	background-color: #1b2a37;
	color: #ccc;
	padding: 20px 0;
	font-size: 0.8em;
}
	.site-footer .footer-area {
		width: 1100px;
		margin: 0 auto;
	}
	.site-footer .footer-area ul {
		padding: 10px 0;
		margin: 0;
	}
	.site-footer .footer-area ul li {
		float: left;
		padding: 0;
		margin: 0 10px 0 0;
	}
	.site-footer .footer-area a {
		color: #d3e1f4;
	}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.cat-links, .tags-links, .edit-link {
	margin: 0 0 10px 0;
	font-size: 0.9em;
}
.cat-links:before {
	content: "\f1ea";
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    padding-right: 5px;
}
.tags-links:before {
	content: "\f02c";
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    padding-right: 5px;
}

.feature-image {
	width: 340px;
	float: right;
	padding: 0;
	margin: 40px 0 10px 20px;
}
.feature-image img {
	width: 340px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## Responsive
--------------------------------------------------------------*/

/* iPad Pro */
@media only screen and (min-device-width : 1024px) and (max-device-width : 1170px) {

	.site-header .header-area {
		width: 100%;
		padding: 0 20px 0 20px;
	}
		.header-widget {
			margin-right: 30px;
		}
	.wrap, .breadcrumb {
		width: 100%;
	}
	#content .full-width .content-area {
		width: 100%;
		margin: 0;
		padding: 20px;
	}
	.site-footer .footer-area {
		width: 100%;
		padding: 0 20px;
	}
	.box {
		width: 315px;
	}
	.post-excerpt {
		width: 300px;
	}
	.post-excerpt .news-image, .post-excerpt .news-image img, .post-excerpt .news-image-default a {
		width: 300px;
	}

	.home-feature .results-tables {
		width: 100%;
	}

	.promos {
		padding: 0;
		margin: 0;
		width: 100%;
	}
		.promos .promo-box {
			height: 100px;
			width: 20%;
			display: block;
			float: left;
			margin: 0 2.5%;
		}
			.promos .promo-box a {
				height: 80px;
				width: 100%;
				display: block;
				-webkit-border-radius: 4px;
				-moz-border-radius: 4px;
				border-radius: 4px;
				color: #fff;
				text-decoration: none;
				text-align: center;
				vertical-align: middle;
				line-height: 80px;
			}
		.home-feature .promos {
		}

	.results-box {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
		.results-box div {
			margin-right: 10px;
			display: flex;
			justify-content: center;
			flex-direction: column;
			text-align: center;
		}

	.latest-news .button {
		margin-bottom: 10px;
	}

}

/* iPad & iPhone X Landscape */

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {

	.site-header .header-area {
		width: 100%;
		padding: 0 20px 0 20px;
	}
		.header-widget {
			margin-right: 100px;
		}
		.header-widget .banner-468 {
			display: none;
			visibility: hidden;
		}
		.header-widget .banner-320 {
			display: block;
			visibility: visible;
			margin-top: -8px;
		}
	.wrap, .breadcrumb {
		width: 100%!important;
	}
	#content .full-width .content-area {
		width: 100%;
		margin: 0;
		padding: 20px;
	}

	.feature-promo {
		text-align: center;
	}
	.feature-promo .feature-half {
		padding: 20px;
	}
	.feature-promo .feature-half-right {
		text-align: center;
		padding-top: 40px;
		padding-right: 100px;
		background-position: 200px 0;
	}

	.secondary-promos {
		-webkit-justify-content: space-evenly;
    	justify-content: space-evenly;
	}

	.site-footer .footer-area {
		width: 100%;
		padding: 0 20px;
	}
	.box {
		width: 315px;
	}

	#primary {
		width: 100%;
		margin: 0;
		padding: 0 20px;
	}
	#primary #main {
		padding: 0;
		margin: 0;
		width: 100%;
	}

	#secondary {
		width: 100%;
		padding: 0 20px;
		margin: 0 0 20px 10px;
	}
		.sidebar-banners {
			display: flex;
			display: -webkit-flex; /* Safari */
			-webkit-justify-content: space-between; /* Safari 6.1+ */
			flex-direction: row;
			justify-content: space-between;
		}
			.sidebar-banners .banner-300 {
				width: 360px;
			}

	.post-excerpt {
		width: 340px;
	}
	.post-excerpt .news-image, .post-excerpt .news-image img, .post-excerpt .news-image-default a {
		width: 340px;
	}

	.home-feature .results-tables {
		width: 100%;
	}
	.results-table .table-entry.draw-numbers {
		width: 20%;
	}

	.promos {
		padding: 0;
		margin: 0;
		width: 100%;
	}
		.promos .promo-box {
			height: 100px;
			width: 20%;
			display: block;
			float: left;
			margin: 0 2.5%;
		}
			.promos .promo-box a {
				height: 80px;
				width: 100%;
				display: block;
				-webkit-border-radius: 4px;
				-moz-border-radius: 4px;
				border-radius: 4px;
				color: #fff;
				text-decoration: none;
				text-align: center;
				vertical-align: middle;
			}
		.home-feature .promos {
		}

	.box .heading {
		text-align: center;
	}
	.latest-news.box {
		width: 100%;
	}

	.latest-news .button {
		margin-bottom: 10px;
	}

}

@media only screen and (min-device-width : 1020px) and (max-device-width : 1024px) {
	.post-excerpt {
		width: 300px;
	}
	.post-excerpt .news-image, .post-excerpt .news-image img, .post-excerpt .news-image-default a {
		width: 300px;
	}
}

/* Smartphones Landscape */

@media only screen and (min-device-width : 480px) and (max-device-width : 768px) {

	.site-header .header-area {
		width: 100%;
		padding: 0 20px 0 20px;
	}
		.site-branding {
			width: 210px!important;
		}
			.site-branding a {
				width: 210px!important;
				height: 25px!important;
				background-size: 210px 25px!important;
			}
		.header-widget {
			margin-right: 80px;
		}
		.header-widget .banner-468 {
			display: none;
			visibility: hidden;
		}
		.header-widget .banner-320 {
			margin-top: -8px;
			display: block;
			visibility: visible;
		}
	.wrap, .breadcrumb {
		width: 100%;
	}
	#content .full-width .content-area {
		width: 100%;
		margin: 0;
		padding: 20px;
	}

	.feature-promo {
		text-align: center;
	}
	.feature-promo .feature-half {
		padding: 20px;
	}
	.feature-promo .feature-half-right {
		text-align: center;
		padding-right: 100px;
		background-position: 200px 0;
	}
	.feature-promo .draw {
		font-size: 30px;
	}
	.feature-promo .jackpot {
		font-size: 34px;
	}
	.feature-promo .message {
		font-size: 16px;
	}

	.site-footer .footer-area {
		width: 100%;
		padding: 0 20px;
	}
	.box {
		width: 315px;
	}

	#primary {
		width: 100%;
		margin: 0;
		padding: 0 20px;
	}
	#primary #main {
		padding: 0;
		margin: 0;
		width: 100%;
	}

	#secondary {
		width: 100%;
		padding: 0 20px;
		margin: 0 0 20px 10px;
	}

	.post-excerpt {
		width: 340px;
	}
	.post-excerpt .news-image, .post-excerpt .news-image img, .post-excerpt .news-image-default a {
		width: 340px;
	}

	.home-feature .results-tables {
		width: 100%;
	}
	.results-table .table-entry.draw-numbers {
		width: 20%;
	}

	.promos {
		padding: 0;
		margin: 0;
		width: 100%;
	}
		.promos .promo-box {
			height: 100px;
			width: 20%;
			display: block;
			float: left;
			margin: 0 2.5%;
		}
			.promos .promo-box a {
				height: 80px;
				width: 100%;
				display: block;
				-webkit-border-radius: 4px;
				-moz-border-radius: 4px;
				border-radius: 4px;
				color: #fff;
				text-decoration: none;
				text-align: center;
				vertical-align: middle;
			}
		.home-feature .promos {
		}

	.box .heading {
		text-align: center;
	}
	.latest-news.box {
		width: 100%;
	}

	.latest-news .button {
		margin-bottom: 10px;
	}

}

/* Smartphones Portrait */

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {

	.site-header .header-area {
		width: 100%;
		padding: 20px 20px 0 20px;
		display: block;
		height: auto;
	}
	.site-branding, .site-branding a {
		width: 200px;
		height: auto;
	}
	.site-branding a {
		background-size: 200px auto;
	}
	.header-area .banner-468 {
		display: none;
		visibility: hidden;
	}
	.header-area .banner-320 {
		margin-top: 20px;
		max-height: 70px;
		display: block;
		visibility: visible;
	}
	.wrap, .breadcrumb {
		width: 100%;
	}
	#content .full-width .content-area {
		width: 100%;
		margin: 0;
		padding: 0 20px;
	}
	.box {
		display: inline-block;
		width: 100%;
		margin-bottom: 20px;
	}

	#primary {
		width: 100%;
		margin: 0;
		padding: 0 20px;
	}
	#primary #main {
		padding: 0;
		margin: 0;
		width: 100%;
	}

	#secondary {
		width: 100%;
		padding: 0 20px;
		margin: 0 0 20px 10px;
	}

	.feature-promo {
		text-align: center;
	}
	.secondary-promos .promo-card {
		width: 100%;
		margin-bottom: 20px;
	}
		.feature-promo .feature-half {
			width: auto;
		}
		.feature-promo .feature-half-right {
			padding-top: 0;
			padding-right: 40px;
			padding-left: 40px;
			background-image: none;
		}
		.feature-promo.promo-blue .feature-half-right, .feature-promo.promo-green .feature-half-right, .feature-promo.promo-purple .feature-half-right, .feature-promo.promo-red .feature-half-right, .feature-promo.promo-teal .feature-half-right {
			background-image: none;
		}
		.feature-promo .draw {
			font-size: 28px;
		}
		.feature-promo .date {
			font-size: 14px;
			padding: 0 0 10px 0;
		}
		.feature-promo .jackpot {
			font-size: 26px;
		}
		.feature-promo .message {
			font-size: 16px;
		}
			.feature-promo .message p {
				margin-bottom: 10px;
			}
		.feature-promo .button {
			margin-top: 10px;
		}
		.feature-promo .button a {
			font-size: 20px;
		}

	.home-feature .results-tables, .results-tables {
		width: 100%;
		margin-bottom: 0;
		padding-bottom: 20px;
	}
		.results-table.row-head {
			display: none;
			visibility: hidden;
		}
		.results-table {
			border-bottom: 1px solid #e1e1e1;
			margin: 0;
			padding: 10px 10px 0 10px;
			text-align: center;
			font-size: 1rem;
		}
		.results-table .table-entry {
			display: block;
			width: 100%!important;
			text-align: center;
			clear: both;
		}
		.results-table .table-entry .ball {

		}

		.results-table .game {
			font-weight: bold;
			padding: 0;
			line-height: 1.5;
		}
		.results-table .table-entry.date {
			padding: 0;
		}

		.results-table .table-entry.numbers, .results-table .table-entry.supps {
			text-align: center;
			display: inline-block;
			padding: 0;
			margin: 0 0 5px 0;

		}
		.results-table .ball {
			display: inline-block;
			float: none;
		}

		.results-table .table-entry.jackpot {
			padding: 0;
			margin: 0;
			font-weight: bold;
		}
			.results-table .table-entry.jackpot .jackpot-text {
				display: inline-block;
				font-weight: normal;
				padding-right: 5px;
			}
		.results-table .enter {
			display: inline-block;
			padding-top: 0;
		}
		.home-feature .results-table .button, .results-table .button {
			max-width: 200px;
			display: inline-block;
			margin-bottom: 10px;
		}

		.results-table .button a {
			font-size: 0.8em;
		}

	.promos {
		float: none;
		width: 100%;
	}
		.promos .promo-box, .promos .promo-box a {
			width: 100%;
			display: inline-block;
			line-height: 85px;
			text-align: center;
		}

	.page-content, .entry-content, .entry-summary {
		margin: 0;
	}

	h1 {
		margin: 0.67em 0 0 0;
		line-height: 1.2em;
	}

	.hentry {
		margin: 0;
	}

	.blog-index {
		margin: 20px 0 0 0;
		width: 100%;
	}
	.post-excerpt {
		width: 100%;
		margin: 0 0 20px 0;
		padding: 0;
	}
		.post-excerpt h2, .post-excerpt .entry-info, .post-excerpt p {
			padding: 0 20px;
		}
		.post-excerpt .read-more {
			margin-bottom: 20px;
		}

	.posts-page .entry-content p {
		margin-bottom: 0;
	}

	.feature-image, .feature-image img {
		width: 100%;
		height: auto;
		float: none;
		margin: 10px 0 0 0;
	}

	.post-excerpt .news-image {
		width: 100%;
		margin: 0 0 20px 0;
	}
	.post-excerpt .news-image img {
		width: 100%;
		margin: 0;
	}

	.site-footer .footer-area {
		width: 100%;
		padding: 0 20px;
	}

}