<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 Theme Name:   HTML5blank Child
 Theme URI:    n/a
 Description:  HTML5blank Child Theme
 Author:       Marvin Tubelleza
 Author URI:   n/a
 Template:     html5blank
 Version:      1.0.0
 Tags:         n/a
 Text Domain:  html5blank-child
 */

/**
 * @Modified 2017-01-30 MT 98
 * @Modified 2017-05-26 MT 108
 * @Modified 2017-11-06 APS 2230
 * @Modified 2018-01-23 APS 3071
 * @Modified 2018-02-23 APS 3453
 */

/* http://meyerweb.com/eric/tools/css/reset/
 v2.0 | 20110126
 License: none (public domain)
 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Start Editing  */
#altbg {
	display: none !important;
}

/* ------ general style ------*/
body {
	background: url("images/bg-mid-black.jpg") center top no-repeat;
	background-attachment: fixed;
	font: 62.5% Arial, Helvetica, sans-serif;
}

.wrapper {
	margin: 0 auto;
	max-width: 940px;
	position: relative;
	width: 100%;
}

.script-banner-top {
	display: block;
	margin-top: 15px;
	text-align: center;
}

.script-banner-top a {
	display: inline-block;
	margin: 0 5px;
	text-decoration: none;
}

.script-banner-top a {
	display: block;
	width: 100%;
}

.script-banner-top iframe,
.script-banner-top script {
	max-width: 100%;
}

.section {
	margin-bottom: 10px;
}

.block-title {
	background: #930000;
	background-image: linear-gradient(bottom, rgb(124,0,0) 20%, rgb(170,0,0) 72%);
	background-image: -o-linear-gradient(bottom, rgb(124,0,0) 20%, rgb(170,0,0) 72%);
	background-image: -moz-linear-gradient(bottom, rgb(124,0,0) 20%, rgb(170,0,0) 72%);
	background-image: -webkit-linear-gradient(bottom, rgb(124,0,0) 20%, rgb(170,0,0) 72%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.2, rgb(124,0,0)), color-stop(0.72, rgb(170,0,0)));
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	height: 34px;
	line-height: 34px;
	padding-left: 10px;
}

.block-title a {
	color: #fff;
	font-size: 12px;
	padding-right: 15px;
}

.read-more {
	color: #eab922;
}

.section .block-title a:after {
	content: "\f0d7";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #eab922;
	font-size: 15px;
	padding-left: 5px;
}

.section .block-title a:hover {
	color: #eab922;
}

.widget-title {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}

strong {
	font-weight: bold;
}

.ad-section {
	margin: 10px 0;
}

.box-link {
	background-color: transparent;
	height: 100%;
	left: 0;
	position: fixed;
	width: 100%;
}

.custom-cat-box-link {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* z-index: 9999; */
	background-color: transparent;
	pointer-events: auto;
	display: block;
	text-indent: -9999px;
}


/* ------ header ------*/
.header {
	background: none repeat scroll 0 0 #aa0001;
	border-bottom: 2px solid #aa0001;
	margin-bottom: 10px;
}

.header-top {
	border-bottom: 1px solid #b80102;
	box-shadow: 0 0 2px #000000;
}

.logo {
	float: left;
	margin: 12px 0 10px;
}

.header-banner {
	float: right;
	margin: 20px 0 0;
	width: 100%;
	max-width: 350px;
}

.footer-banner{
	width: 100%;
	max-width: 728px;
	margin: 0 auto;
}

.faq-section {
  max-width: 800px;
  margin: 40px auto;
  font-family: sans-serif;
}

.faq-heading {
  font-size: 24px;
  color: white;
  background: #7c0000;
  padding: 12px 20px;
  margin-bottom: 20px;
  background-image: linear-gradient(to top, #7c0000 20%, #aa0000 72%);
}

.faq-item {
  margin-bottom: 10px;
  border-radius: 4px;
  overflow: hidden;
}

.faq-question {
    padding: 12px 16px;
    color: white;
    font-weight: bold;
    cursor: pointer;
    background: #930000;
    background-image: linear-gradient(to top, #7c0000 20%, #aa0000 72%);
    background-image: -o-linear-gradient(bottom, #7c0000 20%, #aa0000 72%);
    background-image: -moz-linear-gradient(bottom, #7c0000 20%, #aa0000 72%);
    background-image: -webkit-linear-gradient(bottom, #7c0000 20%, #aa0000 72%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.2, #7c0000), color-stop(0.72, #aa0000));
}


.faq-answer {
  display: none;
  background-color: #b30000;
  color: white;
  padding: 12px 16px;
  border-top: 1px solid #fff;
}

/* ------ top menu ------- */
#top-menu {
	width: 770px;
	height: 40px;
	float: left;
}

#top-menu ul li {
	font-size: 12px;
	position: relative;
	z-index: 3;
	float: left;
	margin: 0;
	padding: 12px 15px;
}

#top-menu ul li#menu-item-3673:hover {
	background-color: #1b1b1b !important; /*border-bottom: 1px solid #9d9d9d;*/
}

#top-menu ul li a {
	color: #fff;
	margin: 12px 0;
}

#top-menu ul li a:hover {
	color: #fff;
}

#top-menu ul li.menu-item-has-children &gt; a {
	padding-right: 15px;
}

#top-menu ul li.menu-item-has-children &gt; a:after {
	content: "\f0d7";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #FFF;
	font-size: 15px;
	padding-left: 23px;
	line-height: 0.5;
}

#top-menu ul li.first {
	border: none;
}

#top-menu ul.sub-menu {
	position: absolute;
	left: 0;
	z-index: 3;
	display: block;
	visibility: hidden;
	background-color: #1b1b1b; /*padding: 10px 0 0px 0;*/
	-ms-border-bottom-left-radius: 4px;
	-moz-border-bottom-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-o-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-ms-border-bottom-right-radius: 4px;
	-moz-border-bottom-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-o-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	margin-top: 7px;
	padding-top: 8px;
}

#top-menu ul.sub-menu li:hover {
	background-color: #464646
}

#top-menu ul.sub-menu a {

	display: block;
	background: none !important;
	white-space: nowrap;
	margin: 0;
	padding-right: 0 !important;
}

#top-menu ul.sub-menu li {

	margin: 0;
	border-left: none;
	float: none;
	line-height: 2;
}

#top-menu li:hover ul.sub-menu {
	width: 100%;
	visibility: visible;
}

/* main menu */
.main-menu {
	background: #7c0000;
}

.menu-navigation {
	clear: both;
	width: 940px;
	z-index: 100;
}

#navigation ul li {
	float: left;
	font-size: 14px;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
	position: relative;
}

#navigation ul li.current-menu-item {
	background: #1b1b1b;
	color: #fff
}

#navigation ul li a {
	display: block;
	white-space: nowrap;
	color: #fff;
	padding-right: 12px;
}

#navigation ul li:hover {
	color: #fff;
	background-color: #1b1b1b;
}

#navigation ul li.ddhover {
	background-color: #1b1b1b;
	z-index: 5;
}

#navigation ul li.ddhover a.ddhover, #navigation ul li.ddhover a.ddhover:hover {
	color: #fff;
	z-index: 6;
}

#navigation ul li.parent {
	padding: 0 10px;
}

#navigation ul li.menu-item-has-children &gt; a:after {
	content: "\f0d7";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #FFF;
	font-size: 15px;
	padding-left: 5px;
}

.sub-menu li.menu-item-has-children &gt; a:after {
	content: "\f0da" !important;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #FFF;
	font-size: 13px;
	padding-left: 5px;
	position: absolute;
	right: 8px;
}

#navigation ul li.parent a.ddhover {
	color: #fff;
	line-height: 40px; /*border-bottom: 1px solid #9d9d9d;*/
}

#navigation ul.sub-menu {

	position: absolute;
	left: 0;
	z-index: 5;
	display: block;
	visibility: hidden;
	background-color: #1b1b1b;
	border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px; /*padding: 0px 0 4px 0;*/
}

#navigation ul.sub-menu li {

	float: none;
	height: 27px;
	line-height: 27px;
	font-size: 12px;
	font-weight: normal;
	padding: 0 10px !important;
}

#navigation ul.sub-menu a, #navigation ul.sub-menu a:hover {

	color: #fff;
}

#navigation ul li ul li:hover, #navigation ul li ul li.ddhover {
	background-color: #464646;
}

#navigation ul.sub-menu a.ddhover {
	border-bottom: none !important;
	line-height: 27px !important;
}

#navigation ul.sub-menu li.parent &gt; a {

	padding-right: 15px;
}

#navigation ul.sub-menu ul {
	background-color: #464646;
	border-radius: 0 3px 3px 3px;
	-moz-border-radius: 0 3px 3px 3px;
	-webkit-border-radius: 0 3px 3px 3px; /*padding: 0px 0 4px 0;*/
}

#navigation ul.sub-menu ul li:hover, #navigation ul.sub-menu ul li.ddhover {
	background-color: #555;
}

#navigation ul.sub-menu ul li ul {
	background-color: #555;
}

#navigation ul.sub-menu ul li ul li:hover, #navigation ul.sub-menu ul li ul li.ddhover {
	background-color: #666;
	z-index: 1000 !important;
}

#navigation ul li.parent:hover &gt; ul.sub-menu {
	visibility: visible;
}

#navigation ul li.parent:hover &gt; ul.sub-menu li:hover &gt; ul.sub-menu {
	visibility: visible;
	left: 100%;
	top: 0;
}

/* -------- Search Form ---------*/
.header-search-form {
	position: absolute;
	right: 23px;
	top: 9px;
}

.header-search-form input {
	width: 99px;
	padding: 4px 3px;
	border: 0;
	color: #a8a7ac;
	font: 12px Arial, Helvetica, sans-serif;
	vertical-align: middle;
	border-radius: 3px 0 0 3px;
	position: absolute;
	right: 0px;
	line-height: 1.3;
}

.header-search-form button {
	width: 23px;
	height: 23px;
	border: 0;
	position: absolute;
	cursor: pointer;
	background: #FFF;
	text-align: center;
	border-radius: 0 3px 3px 0;
}

/* ------ Main Content ------- */
.content {
	box-sizing: content-box !important;
	float: left;
	padding-right: 9px;
	max-width: 620px;
	width: 100%;
}

.page .main .content {
	font-size: 13px;
	color: #b4b4b4;
}

.page .main .content p {
	margin-bottom: 15px;
}

.page .main .content .section .hentry-meta h1, .search .category-archive .hentry-meta h1 {
	color: #fff;
	padding: 5px 0px 5px 15px;
	font-size: 21px;
	font-weight: bold;
	line-height: 21px;
}

.page .main .content .section .hentry-meta, .search .category-archive .hentry-meta {
	margin-bottom: 20px;
	background: #930000;
	background-image: linear-gradient(bottom, rgb(124,0,0) 20%, rgb(170,0,0) 72%);
	background-image: -o-linear-gradient(bottom, rgb(124,0,0) 20%, rgb(170,0,0) 72%);
	background-image: -moz-linear-gradient(bottom, rgb(124,0,0) 20%, rgb(170,0,0) 72%);
	background-image: -webkit-linear-gradient(bottom, rgb(124,0,0) 20%, rgb(170,0,0) 72%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.2, rgb(124,0,0)), color-stop(0.72, rgb(170,0,0)));
	-ms-border-top-left-radius: 3px;
	-moz-border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-o-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-ms-border-top-right-radius: 3px;
	-moz-border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-o-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
}

.page .hentry-meta a {
	color: #007ac9;
}

.page .hentry-meta a:hover {
	color: #ff5800;
}

.page .hentry-meta-data {
	font-size: 12px;
	color: #323232;
}

.page .hentry-content {
	font-size: 13px;
	line-height: 1.5;
	color: #b4b4b4;
	padding-top: 0;
}

.page .hentry-content a {
	color: #aa0000;
}

.page .hentry-content a:hover {
	color: #eab922;
}

.page .hentry-content iframe {
	max-width: 570px;
	width: 100%;
	margin: 0 auto;
}

.page .side-ad &gt; .content-column {
	width: 100% !important;
}

/* ------ Main Sidebar ------- */
.sidebar {
	box-sizing: content-box !important;
	float: right;
	max-width: 300px;
	padding-left: 10px;
	width: 100%;
}

.sidebar .sidebar-widget &gt; .widget {
	margin-bottom: 10px !important;
}

/* ------ Homepage Flexsliderr ------- */
#homepage-slider.mobile {
	overflow: hidden;
}

#homepage-slider .item-slider {
	background-color: rgba(0, 0, 0, 0.6);
	bottom: 86px;
	padding: 10px;
	position: absolute;
	width: 100%;
}

#homepage-slider .item-slider .post-info {
	float: left;
	max-width: 370px;
	width: 100%;
	color: #FFFFFF;
	font-size: 12px;
}

#homepage-slider .item-slider .ticker-bttn {
	float: right;
	margin: 4px;
}

#homepage-slider .ticker-bttn img {
	width: 151px !important;
}

.slider-separator {
	background: none repeat scroll 0 0 #aa0001;
	height: 15px;
	padding-top: 12px;
	position: relative;
	z-index: 2;
}

.slider-separator hr {
	border-top: 1px solid #b80102;
	border-bottom: 1px solid #7c0000;
	margin: 0;
}

.flexslider#homepage-slider .slides &gt; li {
	position: relative !important;
}

.flexslider#homepage-slider {
	background: none repeat scroll 0 0 #aa0001;
	border: 10px solid #aa0001;
	border-radius: 4px 4px 0 0;
	margin: 0 0 0;
	position: relative;
	height: 262px;
}

.item-slider .post-info h3 {
	color: #eab821;
	font-size: 16px;
	font-weight: bold;
}

.item-slider .post-info h3 a {
	color: #eab821;
}

.item-slider .post-info a:hover {
	color: none;
}

#homepage-slider .item-slider .post-info p {
	margin-bottom: 0;
}

.flexslider#homepage-carousel {
	background: none repeat scroll 0 0 #aa0001;
	border: 10px solid #aa0001;
	border-radius: 0 0 4px 4px;
	margin: 0 0 0;
	z-index: 2;
}

.flexslider#homepage-carousel .slides &gt; li {
	display: none;
	margin-right: 10px !important;
}

.flexslider#homepage-carousel .slides &gt; li:nth-child(1), .flexslider#homepage-carousel .slides &gt; li:nth-child(2), .flexslider#homepage-carousel .slides &gt; li:nth-child(3), .flexslider#homepage-carousel .slides &gt; li:nth-child(4) {
	display: block;
	float: left;
	width: 140px;
}

#homepage-carousel.flexslider .slides &gt; li a h3 {
	color: #ffffff;
	font-size: 11px;
	margin: 5px 0 0;
	text-align: center;
}

.flexslider#homepage-carousel .slides &gt; li img {
	filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
}

#homepage-carousel.flexslider .slides &gt; li a:hover img {
	filter: none;
}

#homepage-carousel.flexslider .slides &gt; li a:hover h3 {
	color: #eab821;
}

/* ------ Crest Section Template ------- */
#crest-main-wrap {
	text-align: center;
}

#crest-main-wrap a {
	margin-right: 4px;
}

#crest-main-wrap a:last-child {
	margin-right: 0;
}

/* ------ Category Section Template ------- */
.category-inn {
	padding: 10px;
	border: 1px solid #aa0000;
	border-radius: 0 0 3px 3px;
}

.category-inn ul li p {
  margin-bottom: 2px !important;
}

.category-item {
	width: 300px;
	float: left;
	background-position: right;
	height: 339px;
}

.category-item-photo {
	margin-bottom: 8px;
}

.category-item-photo a, .category-item-photo img {
	display: block;
}

.category-item-meta {
	color: #999;
	font-size: 10px;
	margin-bottom: 3px;
}

.category-item-meta a {
	color: #999;
}

.category-item-meta a:hover {
	color: #eab922;
}

.category-item h2 {
	font-size: 18px;
	color: #323232;
	margin-bottom: 5px;
	font-weight: bold;
}

.category-item h2 a {
	color: #fff;
}

.category-item h2 a:hover {
	color: #eab922;
}

.category-item p {
	color: #fff;
	font-size: 12px;
}

.category-list {
	width: 280px;
	padding-left: 10px;
	float: right;
}

.mobile.category-list {
    width: 100%;
    padding-left: 0;
}

.mobile.category-list li {
    width: 100%;
}

.category-list li {
	padding: 10px 0;
	margin: -10px 0 10px;
	background-position: bottom;
	width: 259px;
}

.category-list-meta {
	color: #999;
	font-size: 10px;
	margin-bottom: 3px;
}

.category-list-meta a {
	color: #999;
}

.category-list-meta a:hover {
	color: #eab922;
}

.category-list-meta .url {
	color: #323232
}

.category-list-title {
	font-size: 12px;
	font-weight: bold;
}

.mobile.category-list .category-list-title {
	font-weight: normal;
}

.mobile.category-list ul li:first-child .category-list-title {
	font-size: 14px;
	font-weight: bold;
}

.category-list-title a {
	color: #eab922;
}

.category-list-title a:hover {
	color: #fff;
}

/* ------ Choice Widget Template ------- */

.choice {
	padding: 10px 10px 20px 10px;
	margin-bottom: 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #930000;
	background-image: linear-gradient(bottom, rgb(124,0,0) 20%, rgb(170,0,0) 72%);
	background-image: -o-linear-gradient(bottom, rgb(124,0,0) 20%, rgb(170,0,0) 72%);
	background-image: -moz-linear-gradient(bottom, rgb(124,0,0) 20%, rgb(170,0,0) 72%);
	background-image: -webkit-linear-gradient(bottom, rgb(124,0,0) 20%, rgb(170,0,0) 72%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.2, rgb(124,0,0)), color-stop(0.72, rgb(170,0,0)));
}

.choice-inn {
	overflow: hidden;
	border-top: 1px solid #560000;
}

.choice .choice-block-title {
	position: relative;
	border-bottom: 1px solid #c60202;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 6px;
}

.choice .choice-block-title a.previous, .choice .choice-block-title a.next {
	position: absolute;
	width: 18px;
	height: 18px;
}

.choice .choice-block-title a.previous {
	background-color: #7c0000;
	border-radius: 3px 0 0 3px;
	color: #fff;
	font-size: 13px;
	line-height: 1.3;
	padding-right: 2px;
	right: 19px;
	text-align: center;
}

.choice .choice-block-title a.next {
	background-color: #7c0000;
	right: 0;
	border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
	color: #fff;
	line-height: 1.3;
	padding-left: 2px;
	text-align: center;
	font-size: 13px;
}

.choice-item {
	width: 150px !important;
	padding: 12px 12px;
	/*margin: 10px 10px 0 0 !important;*/
	background: url("img/line-faded.png") no-repeat;
	background-position: right;
	height: 220px !important;
}

.choice-item h2 {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

.choice-item h2 a {
	color: #fff;
}

.choice-item h2 a:hover {
	color: #eab922
}

.choice-photo {
	margin-bottom: 8px;
	display: block;
}

.choice-photo img {
	display: block;
	border: 2px solid #c60202;
}

.choice-cat {
	color: #fff;
	margin-bottom: 5px;
}

.choice-cat a {
	color: #fff;
	font-size: 10px;
}

.choice-cat a:hover {
	color: #eab922
}

/* ------ Categories Widget Template ------- */
.categories {
	width: 620px;
	overflow: hidden;
	margin-bottom: 11px;
	border: 1px solid #aa0000;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-right-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

.categories-inn {
	width: 620px;
	background: #930000;
	background-position: top;
	height: 34px;
	background-image: linear-gradient(bottom, rgb(124,0,0) 20%, rgb(170,0,0) 72%);
	background-image: -o-linear-gradient(bottom, rgb(124,0,0) 20%, rgb(170,0,0) 72%);
	background-image: -moz-linear-gradient(bottom, rgb(124,0,0) 20%, rgb(170,0,0) 72%);
	background-image: -webkit-linear-gradient(bottom, rgb(124,0,0) 20%, rgb(170,0,0) 72%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.2, rgb(124,0,0)), color-stop(0.72, rgb(170,0,0)));
}

.catlist {
	float: left;
	margin: 0 0 0 9px;
	width: 144px;
}

.catlist .block-title {
	margin-bottom: 10px;
}

.catlist-item {
	padding: 8px 0;
}

.catlist-item-photo {
	margin-bottom: 8px;
}

.catlist-item-photo, .catlist-item-photo img {
	display: block;
}

.catlist-item-date {
	font-size: 10px;
	color: #999;
	margin-bottom: 3px;
}

.catlist-item h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

.catlist-item p {
	font-size: 12px;
}

.catlist-item a {
	color: #eab922;
}

.catlist-item a:hover {
	color: #fff;
}

.categories .first {
	padding-top: 0;
}

/* -------- Sidebar: Social Widget -------- */
.Social_Widget {
	border: 1px solid #aa0000;
	border-radius: 3px;
	margin-bottom: 10px;
}

.Social_Widget &gt; h3 {
	background: #930000;
	background-image: linear-gradient(bottom, rgb(124,0,0) 20%, rgb(170,0,0) 72%);
	background-image: -o-linear-gradient(bottom, rgb(124,0,0) 20%, rgb(170,0,0) 72%);
	background-image: -moz-linear-gradient(bottom, rgb(124,0,0) 20%, rgb(170,0,0) 72%);
	background-image: -webkit-linear-gradient(bottom, rgb(124,0,0) 20%, rgb(170,0,0) 72%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.2, rgb(124,0,0)), color-stop(0.72, rgb(170,0,0)));
}

.Social_Widget &gt; h3 {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	height: 34px;
	line-height: 34px;
	margin: 0;
	padding-left: 10px;
}

/* -------- Footer -------- */
.footer {
	margin-bottom: 20px;
	margin-top: 10px;
}

/* ------ Footer: Bottom Area ------- */
.bottom-area {
	background: #930000;
	background-image: linear-gradient(bottom, rgb(124,0,0) 20%, rgb(170,0,0) 72%);
	background-image: -o-linear-gradient(bottom, rgb(124,0,0) 20%, rgb(170,0,0) 72%);
	background-image: -moz-linear-gradient(bottom, rgb(124,0,0) 20%, rgb(170,0,0) 72%);
	background-image: -webkit-linear-gradient(bottom, rgb(124,0,0) 20%, rgb(170,0,0) 72%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.2, rgb(124,0,0)), color-stop(0.72, rgb(170,0,0)));
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.bottom-area .column {
	color: #ffffff;
	float: left;
	margin: 32px;
}

.bottom-area #column-1 {
	max-width: 270px;
	width: 100%;
}

.bottom-area #column-2 {
	max-width: 350px;
	width: 100%;
}

.bottom-area #column-3 {
	max-width: 155px;
	width: 100%;
}

.bottom-area .column .widget-title {
	margin-bottom: 10px;
}

.bottom-area #column-1 {
	font-size: 12px;
}

.bottom-area #column-1 a {
	font-weight: bold;
	color: #FFFFFF;
}

.bottom-area #column-2 .widget &gt; div &gt; div {
	display: inline-block;
	margin-bottom: 10px;
	vertical-align: top;
	width: 100px;
	margin-right: 8px;
}

.bottom-area #column-2 .widget &gt; div &gt; div &gt; h2 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}

.bottom-area #column-2 {
	margin: 15px 0 !important;
}

.bottom-area #column-2 ul li {
	margin-bottom: 3px;
}

.bottom-area #column-2 a, .bottom-area #column-3 a {
	color: #eab922;
	font-weight: bold;
}

.bottom-area #column-2 a:hover, .bottom-area #column-3 a:hover {
	text-decoration: underline;
}

.bottom-area #column-2 strong {
	font-weight: bold;
}

.Annual_Archive_Widget select {
	background: #7c0000;
	color: #eab922;
	border: 1px solid #510000;
	font-size: 12px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-right-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

.bottom-area #column-3 .widget_most_popular_tags {
	margin-top: 120px;
}

.bottom-area #column-3 .widget_most_popular_tags ul li {
	margin-bottom: 3px;
}

/* ------ Footer: Footer Menu ------- */
.footer-menu-area {
	margin: 50px 0 20px;
	text-align: center;
}

.footer-menu-area a {
	color: #b4b4b4;
}

.footer-menu-area ul li {
	border-right: 1px solid #b4b4b4;
	display: inline-block;
	font-size: 12px;
	padding-left: 8px;
	padding-right: 10px;
	margin-bottom: 7px;
}

.footer-menu-area ul li:last-child {
	border-right: none;
}

.footer .copyright {
	text-align: center;
	font-weight: bold;
	color: #b4b4b4;
	font-size: 12px;
}

/* ------ Category Archive Tab Section ------- */
.cat-menu-wrap {
	background: #930000;
	background-image: linear-gradient(bottom, rgb(124,0,0) 20%, rgb(170,0,0) 72%);
	background-image: -o-linear-gradient(bottom, rgb(124,0,0) 20%, rgb(170,0,0) 72%);
	background-image: -moz-linear-gradient(bottom, rgb(124,0,0) 20%, rgb(170,0,0) 72%);
	background-image: -webkit-linear-gradient(bottom, rgb(124,0,0) 20%, rgb(170,0,0) 72%);
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.2, rgb(124,0,0)), color-stop(0.72, rgb(170,0,0)) );
	border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
}

.cat-menu-wrap h1, .cat-menu-wrap h2 {
	font-size: 17px;
	font-weight: bold;
}

.cat-menu-wrap ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.cat-menu-wrap ul li {
	float: left;
	padding: 4px 10px;
	cursor: pointer;
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
	color: #fff;
	position: relative;
	padding: 10px 15px;
	transition: all 0.5s ease;
	margin: 0 0 1px 0;
}

.cat-menu-wrap ul li:first-child {
	border-radius: 3px 0 0 0;
	-moz-border-radius: 3px 0 0 0;
	-webkit-border-radius: 3px 0 0 0;
}

.cat-menu-wrap ul li.active {
	cursor: default;
	float: left;
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
	color: #eab922;
	position: relative;
	background: #1b1b1b;
}

.cat-menu-wrap ul li:first-child.active {
	border-radius: 3px 0 0 0;
	-moz-border-radius: 3px 0 0 0;
	-webkit-border-radius: 3px 0 0 0;
}

.cat-menu-wrap ul li:hover {
	color: #eab922;
}

.cat-menu-wrap ul li.active:hover {
	color: #eab922;
}

.cat-content {
	background: #111;
	padding: 15px;
	border-bottom: 1px solid #930000;
	border-right: 1px solid #930000;
	border-left: 1px solid #930000;
	margin: 0 auto;
	border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
}

.cat-content .item {
	color: #fff;
	font-size: 12px;
	display: none;
	position: relative;
}

.cat-content .item.active {
	display: block;
}

.cat-content .item img.featured {
	display: block;
	float: left;
	margin: 0 20px 0 0;
	width: 285px;
}

.cat-content .item span {
	display: block;
	float: left;
	max-width: 280px;
	width: 100%;
	margin: 0 0 45px 0;
}

.cat-content .item .buttons {
	margin: 10px 0 0 0;
	text-align: right;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.cat-content .item .buttons .join-now {
	background: #d6af2c; /* Old browsers */
	background: -moz-linear-gradient(top,  #d6af2c 0%, #f2e572 50%, #e3af1b 52%, #e3af1b 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #d6af2c 0%,#f2e572 50%,#e3af1b 52%,#e3af1b 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #d6af2c 0%,#f2e572 50%,#e3af1b 52%,#e3af1b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6af2c', endColorstr='#e3af1b',GradientType=0 ); /* IE6-9 */
	display: inline-block;
	font-weight: bold;
	font-size: 16px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-right-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	padding: 5px 12px;
	color: #000;
	border: #ffdd00;
	margin: 0 10px 0 0;
}

.cat-content .item .buttons .call-to-action {
	background: #930000;
	background-image: linear-gradient(bottom, rgb(183,40,40) 20%, rgb(144,1,1) 72%);
	background-image: -o-linear-gradient(bottom, rgb(183,40,40) 20%, rgb(144,1,1) 72%);
	background-image: -moz-linear-gradient(bottom, rgb(183,40,40) 20%, rgb(144,1,1) 72%);
	background-image: -webkit-linear-gradient(bottom, rgb(183,40,40) 20%, rgb(144,1,1) 72%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.2, rgb(183,40,40)),color-stop(0.72, rgb(144,1,1)));
	padding: 5px 12px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-right-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
}

.cat-content .item ul {
	list-style-type: disc;
	margin: 0 0 0 20px !important;
}

.cat-content .item ul li a {
	color: #eab922 !important;
	transition: all 0.5s ease;
}

.cat-content .item ul li a:hover {
	color: #930000 !important;
}

.moretag {
	color: #eab922 !important;
	white-space: nowrap;
}

.moretag:hover {
	color: #fff !important;
}

.list .post {
	margin: 0 0 10px 0;
	border-top: 1px solid #930000;
	padding: 20px 0 10px 0;
}

.read-more.custom a:hover {
	color: #eab922 !important;
}

/* ------ Category Archive Loop Section ------- */
.loop {
	margin-top: 5px;
}

.loop .featured-image {
	float: left;
	height: 180px;
	width: 300px;
	margin: 0 20px 0 0;
}

.loop .infobox {
	float: left;
	position: relative;
	width: 300px;
}

.loop .infobox .welcome-bonus {
	background: none repeat scroll 0 0 #282828;
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 7px;
	position: absolute;
	text-align: center;
}

.loop .infobox .welcome-bonus .yellow {
	color: #e7b303;
}

.loop .infobox .read-more {
	background: -moz-linear-gradient(center bottom , rgb(183, 40, 40) 20%, rgb(144, 1, 1) 72%) repeat scroll 0 0 #930000;
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 7px;
	position: relative;
	right: 0;
	bottom: 0;
	text-align: right;
}

.loop .hentry a {
	color: #fff;
}

.loop .hentry h2 {
	color: #323232;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
}

#loop h2 a {
	color: #eab922;
}

#loop h2 a:hover {
	color: #fff;
}

.loop .hentry p {
	color: #fff;
	font-size: 12px;
	line-height: 1.3;
	margin-bottom: 15px;
}

/* ------ Single Category ------- */
.category-archive &gt; .cat-title h2 {
	font-size: 28px;
	color: #FFFFFF;
	font-weight: bold;
}

/* ------ Custom pagination ------- */
.abge-pagination {
  margin: 15px 0 50px;
  text-align: center;
}

.abge-pagination li a, .abge-pagination li a:hover, .abge-pagination li.active a, .abge-pagination li.disabled {
	color: #fff;
	text-decoration: none;
}

.abge-pagination li {
  display: inline-block;
  margin: 30px 1px 0 1px;
}

.abge-pagination li a, .abge-pagination li a:hover, .abge-pagination li.active a, .abge-pagination li.disabled {
	background-color: #282828;
	border-radius: 2px;
	cursor: pointer;
	padding: 9px;
	font-size: 12px;
	font-weight: bold;
}

.abge-pagination li a:hover, .abge-pagination li.active a {
	background-color: #7c0000;
}

.abge-pagination .pageof {
  text-align: center;
  margin-top: 21px;
  color: #FFF;
  font-size: 11px;
}

/* ------ Custom Footer Widget Section ------- */
.custom-footer {
	width: 620px;
	padding: 20px 0;
	border-top: 1px solid #930000;
}

.custom-footer .upper .left-wrap {
	float: left;
	width: 300px;
	color: #fff;
	font-size: 12px;
}

.custom-footer .upper .left-wrap h2 {
	font-size: 17px;
	font-weight: bold;
	display: block;
	margin: 0 0 10px 0;
}

.custom-footer .upper .left-wrap span {
	display: block;
	margin: 0 0 10px 0;
}

.custom-footer .upper .left-wrap .read-more-footer {
	display: block;
	color: #eab922 !important;
	transition: all 0.5s ease;
}

.custom-footer .upper .left-wrap .read-more-footer:hover {
	color: #930000 !important;
}

.custom-footer .upper .right-wrap {
	float: right;
	/* width: 300px; */
}

.custom-footer .upper .right-wrap img {
	display: block;
	width: 300px;
}

.custom-footer .lower {
	display: none;
	color: #fff;
	font-size: 12px;
	margin: 20px 0 0 0;
}

.custom-footer .lower .left-wrap {
	float: left;
	width: 300px;
}

.custom-footer .lower .left-wrap p {
	margin: 0 0 10px 0;
}

.custom-footer .lower .right-wrap {
	float: right;
	/* width: 300px; */
	color: #fff;
	font-size: 12px;
}

.custom-footer .lower .right-wrap .item {
	margin: 0 0 10px 0;
}

.custom-footer .lower .right-wrap .item h2 {
	background: #930000;
	background-image: linear-gradient(bottom, rgb(124,0,0) 20%, rgb(170,0,0) 72%);
	background-image: -o-linear-gradient(bottom, rgb(124,0,0) 20%, rgb(170,0,0) 72%);
	background-image: -moz-linear-gradient(bottom, rgb(124,0,0) 20%, rgb(170,0,0) 72%);
	background-image: -webkit-linear-gradient(bottom, rgb(124,0,0) 20%, rgb(170,0,0) 72%);
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.2, rgb(124,0,0)), color-stop(0.72, rgb(170,0,0)) );
	border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	font-weight: bold;
	padding: 5px 10px;
	display: block;
}

.custom-footer .lower .right-wrap .item span {
	padding: 10px;
	border: 1px solid #930000;
	display: block;
}

.custom-footer .lower .right-wrap .item ul {
	margin: 0 0 0 20px;
	list-style-type: disc;
}

.custom-footer .lower .right-wrap .item a {
	color: #eab922 !important;
	transition: all 0.5s ease;
}

.custom-footer .lower .right-wrap .item h3{
	font-size: 19px;
	padding: 10px 0;
}
.custom-footer .lower .right-wrap .item ol{
	list-style-type: circle;
	padding-left: 20px;
}

.custom-footer .lower .right-wrap .item a:hover {
	color: #930000 !important;
}

/* ------ Single Post Content ------- */
.single .hentry-content {
	width: 460px;
	overflow: hidden;
}

.single-teams .hentry-content {
	width: 100%;
	overflow: hidden;
}

.single-matches .hentry-content {
	width: 100%;
	overflow: hidden;
}

.single .hentry-content {
	max-width: 620px;
	width: 100%;
}

.single .hentry-meta {
	padding-bottom: 0px;
	padding-top: 10px;
}

.single .hentry-meta h1 {
	color: #eab922;
	font-size: 18px;
	line-height: 33px;
	font-weight: bold;
}

.single .hentry-meta a {
	color: #b4b4b4;
}

.single .hentry-meta a:hover {
	color: #eab922;
}

.single .hentry-meta-data {
	font-size: 12px;
	color: #b4b4b4;
}

.single .no-sidebar .hentry-middle {
	width: 620px;
}

.single .wide {
	padding-top: 15px;
}

.single .wide img {
	max-width: 620px;
	display: block;
}

.single .wide embed, .single .wide object {
	max-width: 620px;
}

.single .hentry-content embed, .post .hentry-content object {
	max-width: 460px;
	display: block;
}

/*.single .hentry-content img {
	max-width: 460px;
	z-index: -1;
}*/

.single .hentry-content &gt; p &gt; img {
	max-width: 620px;
	max-height: 400px;
	width: 100%;
}

.single .hentry-content .button-container .button-align img {
	width: auto !important;
}

.single .hentry-content .wp-caption {
	max-width: 460px !important;
}

.three-fourth {
	margin-left: 170px;
	width: 71%;
}

/* ------ Post Content ------- */
.hentry-content {
	font-size: 13px;
	line-height: 1.5;
	color: #b4b4b4;
	padding-top: 5px;
}

.page-template .hentry-content {
	padding-top: 0;
}

.hentry-content h1, .hentry-content h2, .hentry-content h3, .hentry-content h4, .hentry-content h5, .hentry-content h6 {
	font-weight: normal;
	margin-bottom: 15px;
	color: #eab922;
	font-weight: bold
}

.three-fourth h2 {
	color: #fff; !important
}

.hentry-content h1 {
	font-size: 22px;
}

.hentry-content h2 {
	font-size: 16px;
}

.hentry-content h3 {
	font-size: 16px;
}

.hentry-content h4 {
	font-size: 16px;
}

.hentry-content h5 {
	font-size: 16px;
}

.hentry-content h6 {
	font-size: 14px;
}

.hentry-content a {
	color: #fff;
}

.hentry-content a:hover {
	color: #ff5800;
}

.hentry-content p {
	margin-bottom: 15px;
}

.hentry-content ul {
	list-style: square;
	margin: 0 0 15px 13px;
}

.hentry-content ol {
	list-style: decimal;
	margin: 0 0 15px 19px;
}

.hentry-content ul ul, .hentry-content ol ul {
	margin: 0 0 0 0px;
}

.hentry-content ol ol, .hentry-content ul ol {
	margin: 0 0 0 35px;
	list-style: lower-alpha;
}

.hentry-content li {
	margin: 3px 0;
}

.hentry-content blockquote {
	padding: 1px 0 1px 35px;
	background: url("images/blockquote.png") 0 3px no-repeat;
	font-size: 16px;
	font-weight: bold;
}

.hentry-content table {
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}

.hentry-content tr th, .hentry-content thead th {
	color: #888;
	font-weight: bold;
	line-height: 18px;
	padding: 6px 15px;
}

.hentry-content tr td {
	padding: 3px 0px;
}

.hentry-content dl, .hentry-content dd {
	margin-bottom: 15px;
}

.hentry-content dt {
	font-weight: bold;
}

.hentry-content big {
	font-size: 131.25%;
}

.hentry-content pre {
	margin-bottom: 15px;
	padding: 20px;
	background-color: #f7f7f7;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.hentry-content sup, .hentry-content sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
	font-size: 10px;
}

.hentry-content sup {
	bottom: 5px;
}

.hentry-content sub {
	top: 3px;
}

.hentry-content #submit {
	border: none;
	margin: 10px 0 0 0;
	background-color: #323232;
	color: #fff;
	font: bold 14px Arial, Helvetica, sans-serif;
	padding: 10px 15px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor: pointer;
}

.hentry-content #submit:hover {
	background-color: #ff5800;
	color: #fff;
}

.hentry-content .aside, .hentry-content .wide {
	display: none;
}

.button-container {
	background: rgba(0,0,0, .7);
	background-position: bottom;
	height: 50px;
	max-width: 620px;
	width: 100%;
	margin: -90px 0 0 0px;
	z-index: 0;
	position: absolute;
}

.button-align {
	float: right;
	height: 50px;
	margin: 12px;
}

#sm-buttons {
	background: #d6d6d6;
	padding: 5px;
	border-radius: 3px;
	background-image: linear-gradient(bottom, rgb(243,243,243) 20%, rgb(214,214,214) 72%);
	background-image: -o-linear-gradient(bottom, rgb(243,243,243) 20%, rgb(214,214,214) 72%);
	background-image: -moz-linear-gradient(bottom, rgb(243,243,243) 20%, rgb(214,214,214) 72%);
	background-image: -webkit-linear-gradient(bottom, rgb(243,243,243) 20%, rgb(214,214,214) 72%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.2, rgb(243,243,243)), color-stop(0.72, rgb(214,214,214)));
}

/* ------ Post Content: See Also Section ------- */
.yuzo_related_post {
	border: 1px solid #aa0000;
	border-radius: 4px 4px 0 0;
	padding: 0;
}

.yuzo_related_post .yuzo__title {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#aa0001+0,a01919+42,910000+82 */
	background: #aa0001; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FhMDAwMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQyJSIgc3RvcC1jb2xvcj0iI2EwMTkxOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgyJSIgc3RvcC1jb2xvcj0iIzkxMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  #aa0001 0%, #a01919 42%, #910000 82%); /* FF3.6-15 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aa0001), color-stop(42%,#a01919), color-stop(82%,#910000)); /* Chrome4-9,Safari4-5 */
	background: -webkit-linear-gradient(top,  #aa0001 0%,#a01919 42%,#910000 82%); /* Chrome10-25,Safari5.1-6 */
	background: -o-linear-gradient(top,  #aa0001 0%,#a01919 42%,#910000 82%); /* Opera 11.10-11.50 */
	background: -ms-linear-gradient(top,  #aa0001 0%,#a01919 42%,#910000 82%); /* IE10 preview */
	background: linear-gradient(to bottom,  #aa0001 0%,#a01919 42%,#910000 82%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aa0001', endColorstr='#910000',GradientType=0 ); /* IE6-8 */
	padding: 5px 15px;
	border-radius: 3px 3px 0 0;
	margin: 0;
}

.yuzo_related_post .yuzo__title h3 {
	color: #FFFFFF;
}

/* ------ Post Content: Prev and Next Navigation ------- */
.post-navigation a h2 {
	color: #999 !important;
	font-size: 12px;
}

.post-navigation a h2 span {
	font-weight: normal;
}

.nav-previous {
	text-align: left;
	padding-left: 12px;
	width: 300px;
	float: left;
	position: relative;
}

.nav-previous::before {
	content: "\f0d9";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #FFFFFF;
	font-size: 15px;
	/* padding-left: 5px; */
	position: absolute;
	left: 0;
	top: 15px;
}

.nav-next {
	text-align: right;
	padding-right: 12px;
	width: 300px;
	float: right;
	position: relative;
}

.nav-next::after {
	content: "\f0da";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #FFFFFF;
	font-size: 15px;
	/* padding-left: 5px; */
	position: absolute;
	right: 0;
	top: 15px;
}

.nav-previous:hover::before, .nav-next:hover::after {
	color: #eab922;
}

/* ------ Contact Us Page ------- */
.contact-us-form {
	background: #3b3b3b;
	background-image: linear-gradient(bottom, rgb(19,19,19) 20%, rgb(59,59,59) 72%);
	background-image: -o-linear-gradient(bottom, rgb(19,19,19) 20%, rgb(59,59,59) 72%);
	background-image: -moz-linear-gradient(bottom, rgb(19,19,19) 20%, rgb(59,59,59) 72%);
	background-image: -webkit-linear-gradient(bottom, rgb(19,19,19) 20%, rgb(59,59,59) 72%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.2, rgb(19,19,19)), color-stop(0.72, rgb(59,59,59)));
	border: 1px solid #3b3b3b;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-right-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	padding: 20px;
}

.contact-us-form input, .contact-us-form textarea {
	border: none;
}

.contact-us-form label {
	text-align: right;
	font-weight: normal !important;
	color: #FFFFFF;
}

.contact-us-form ul li {
	margin-bottom: 30px !important;
}

.contact-us-form input.button {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d1ab2a+0,eeda6d+47,d4a512+56 */
	background: #d1ab2a; /* Old browsers */
	background: -moz-linear-gradient(top,  #d1ab2a 0%, #eeda6d 47%, #d4a512 56%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #d1ab2a 0%,#eeda6d 47%,#d4a512 56%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #d1ab2a 0%,#eeda6d 47%,#d4a512 56%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1ab2a', endColorstr='#d4a512',GradientType=0 ); /* IE6-9 */
	color: #000000;
	font-weight: bold;
	padding: 9px 18px;
	border-radius: 3px;
}

.contact-us-form .validation_error {
	background: #FFDFE0;
	text-align: center;
}

.contact-us-form .left_label .gfield_description, .contact-us-form .right_label .gfield_description {
	width: 100%;
	text-align: center;
}

.contact-us-form div.validation_error {
	width: 100%;
}

.contact-us-form .left_label .gfield_description, .contact-us-form .left_label .instruction, .contact-us-form .right_label .gfield_description, .contact-us-form .right_label .instruction {
	margin-left: 0 !important;
}

.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	max-width: 100% !important;
}

.gform_wrapper .contact-us-form li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: rgba(255, 223, 224, 1);
}

/* -------- Search Page -----------*/
.search .list &gt; .post {
	border-top: 1px dotted #eee;
	margin: 0 0 10px 0 !important;
	/*padding: 20px 0 10px 0;*/
}

/* -------- Menu Mobile -----------*/
.mobile-navigation {
	display: none;
}

/* ------- Hide This For Desktop ---------- */
.mobile-content {
	display: none;
}

.ma5-menu-panel:not(#menu-navigation) li.has-sub:first-child .ma5-btn-enter {
	top: 50px;
}

/* -------- Mobile Header ----------- */
.header-middle .mobile-content #column-1 {
	float: left;
	width: 10%;
	text-align: center;
	padding: 15px 0 0 0;
}

.header-middle .mobile-content #column-2 {
	display: inline;
	width: 80%;
	text-align: center;
}

.mobile-content .logo {
	margin: 12px 0 9px;
}
.header-middle .mobile-content #column-2 a img {
	width: 100%;
	max-width: 200px;
}

.header-middle .mobile-content #column-3 {
	float: right;
	width: 10%;
	text-align: center;
	padding: 16px 0 0 0;
}

.header-middle .mobile-content #column-3 .fa-search {
	font-size: 25px;
	color: #FFFFFF;
}

.mobile-header-banner {
	text-align: center;
	padding: 10px;
}

.ma5-menu-header &gt; a:hover {
	color: #7c0000;
}

.ma5-close-bar &gt; a:hover {
	color: #aa0001;
}

/* ------- Mobile Search Box ------- */
.mobile-search-box {
	display: none;
	margin: 10px;
}

.mobile-search-box input {
	border: 1px solid #fff;
	box-sizing: border-box;
	font-size: 15px;
	max-width: 940px;
	padding: 5px;
	width: 100%;
}

.mobile-search-box button {
	display: none;
}

/* -------  Hot Icon Animation -------  */
.with-hot-icon:after {
	content: url('img/hot.png');
	position: absolute;
	top: 0;
	right: 0;
}

#navigation .with-hot-icon:after {
	top: -10px;
}

@-webkit-keyframes blinkme {
0%   { opacity: 1; }
49% { opacity: 1; }
50% { opacity: 0; }
99% { opacity: 0; }
100% {opacity: 1; }
}

@-moz-keyframes blinkme {
0%   { opacity: 1; }
49% { opacity: 1; }
50% { opacity: 0; }
99% { opacity: 0; }
100% {opacity: 1; }
}

@keyframes blinkme {
0%   { opacity: 1; }
49% { opacity: 1; }
50% { opacity: 0; }
99% { opacity: 0; }
100% {opacity: 1; }
}

.with-hot-icon:after {
	-webkit-animation-name: blinkme;
	-moz-animation-name: blinkme;
	-o-animation-name: blinkme;
	-ms-animation-name: blinkme;
	animation-name: blinkme;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	-ms-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}


/* AddThis */
.one_fourth .custom_addthis_toolbox {
	display: block !important;
}

.one_fourth .custom_addthis_toolbox &gt; a {
  display: inline-block !important;
  width: 160px !important;
}

.one_fourth .addthis_toolbox {
	display: none;
}

/* Tags Template Page */
.page-template-page-tags h4 {
	font-weight: bold;
	text-transform: uppercase;
}

.page-template-page-tags.hentry-content {
	width: 620px;
	overflow: hidden;
}

.page-template-page-tags .hentry-content .tags {
	max-width: 640px;
	width: 100%;
	margin: 0 auto;
}

.page-template-page-tags .hentry-content ul {
	list-style: none;
	margin: 0 0 15px 0;
}

.page-template-page-tags .hentry-content ul li {
	color: #898989;
}

.page-template-page-tags .hentry-content .column {
	width: 140px;
	float: left;
	margin-right: 15px;
}
.fb-comments {
	background-color:#000000 !important;
}


/*Slider Auto-fit*/


.flexslider#homepage-slider {
    border-bottom: 0;
}

.flexslider .slides {
    height: 100%;
}

.flexslider#homepage-slider .slides&gt;li {
    height: 100%;
}


.flexslider .slides img {
    height: 100% !important;
    object-fit: cover;
    object-position: center;
}


#homepage-slider .item-slider {
    bottom: 0;
}


.flexslider#homepage-carousel .slides&gt;li img {
    object-fit: cover;
    max-height: 79px;
}

.fbcb_leave_cmnt_label {
    padding: 15px 0px 0px 8px;
}

.ad-section .widget_text {
	margin-bottom: 20px;
}


.sports-odd-main .sidebar-widget{
    padding-top: 15px;
}

.sports-odd-main .title-wrapper{
    background: #930000;
    background-image: linear-gradient(bottom,#7c0000 20%,#a00 72%);
    background-image: -o-linear-gradient(bottom,#7c0000 20%,#a00 72%);
    background-image: -moz-linear-gradient(bottom,#7c0000 20%,#a00 72%);
    background-image: -webkit-linear-gradient(bottom,#7c0000 20%,#a00 72%);
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.2,#7c0000),color-stop(0.72,#a00));
    border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    text-align: center;
    max-width: 940px;
    width: 100%;
    margin: 0 auto;
}

.sports-odd-main .title-wrapper h2{
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    padding: 10px 15px;
    margin: 0;
}

.sports-odd-main .login-wrapper{
	text-align: center;
	margin-bottom: 20px;
}

.sports-odd-main .login-inner-wrapper{
	max-width: 250px;
	margin: 0 auto;
    margin-top: 15px;
}
.sports-odd-main .login-btn:hover{
    background: #fff;
}
.sports-odd-main .login-btn {
    display: inline-block;
    text-transform: uppercase;
    color: #222;
    border: 1px solid #fff;
    padding: 5px 30px;
    font-size: 14px;
    margin: 0 0 0 10px;
    font-family: 'UbuntuMedium', sans-serif;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background: #e3e3e3;
    background: -moz-linear-gradient(top, #e3e3e3 0%, #a1a1a1 100%);
    background: -webkit-linear-gradient(top, #e3e3e3 0%,#a1a1a1 100%);
    background: linear-gradient(to bottom, #e3e3e3 0%,#a1a1a1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3e3e3', endColorstr='#a1a1a1',GradientType=0);
}
.sports-odd-main .join-btn:hover {
    background: #ffdd00;
}
.sports-odd-main .join-btn {
    display: inline-block;
    text-transform: uppercase;
    color: #222222;
    border: 1px solid #ffdd00;
    background: #ffdd00;
    padding: 5px 15px;
    font-size: 14px;
    margin: 0 0 0 5px;
    font-family: 'UbuntuMedium', sans-serif;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background: #f7ce39;
    background: -moz-linear-gradient(top, #f7ce39 0%, #ff9b05 100%);
    background: -webkit-linear-gradient(top, #f7ce39 0%,#ff9b05 100%);
    background: linear-gradient(to bottom, #f7ce39 0%,#ff9b05 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7ce39', endColorstr='#ff9b05',GradientType=0);
}

.sports-odd-main .cl-btn{
	font-size: 12px;
    color: #b5b5b5;
    margin-top: 7px;
    display: inline-block;
}

.sports-odd-main .cl-btn:hover{
	color: #fff;
}

.sports-odd-main .iframe-wrapper{
	text-align: center;
}

.sports-odd-main .bet-wrapper{
    text-align: center;
    margin-top: 30px;
    margin-bottom: 100px;
}

.sports-odd-main .bet-wrapper a:hover img{
	filter: brightness(1.3);
}

.sports-odd-main .wrapper-sports{
    position: relative;
}
.sports-odd-main .iframe-wrapper a{
	display: inline-block;
}
.sports-odd-main .iframe-wrapper iframe{
	pointer-events: none;
}
.live-scores-main .title-wrapper{
    background: #930000;
    background-image: linear-gradient(bottom,#7c0000 20%,#a00 72%);
    background-image: -o-linear-gradient(bottom,#7c0000 20%,#a00 72%);
    background-image: -moz-linear-gradient(bottom,#7c0000 20%,#a00 72%);
    background-image: -webkit-linear-gradient(bottom,#7c0000 20%,#a00 72%);
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.2,#7c0000),color-stop(0.72,#a00));
    border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    text-align: center;
    max-width: 940px;
    width: 100%;
    margin: 0 auto;
}
.live-scores-main .title-wrapper h2{
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    padding: 10px 15px;
    margin: 0;
    text-transform: uppercase;
}
.live-scores-main .iframe-wrapper{
	text-align: center;
	max-width: 940px;
    width: 100%;
    margin: 15px auto;
}
.live-scores-top-menu {
	height: 26px;
    width: auto;
    float: left;

    -webkit-animation-name: blinkme;
	-moz-animation-name: blinkme;
	-o-animation-name: blinkme;
	-ms-animation-name: blinkme;
	animation-name: blinkme;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	-ms-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.live-scores-top-menu a {
	display: block;
    background: #7c0000;
    padding: 6px 15px;
    font-size: 12px;
    color: #ffe000;
}
.live-scores-icn {
	width: 6px;
    height: 6px;
    background-color: #ffe000;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 3px;
}
.init-mobi-overlay {
	position: fixed;
	background-color: rgba(0,0,0,.6);
	width: 100%;
	height: 100%;
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1999999999;
    text-align: center;
}
.init-mobi-overlay img {
	top: 50%;
    position: absolute;
    margin-left: -70px;
}
.init-mobi-updateapp-overlay {
	position: fixed;
	background-color: rgba(0,0,0,.6);
	width: 100%;
	height: 100%;
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1999999999;
    text-align: center;
}
.init-mobi-updateapp-overlay img {
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.mobile-on .mobile-only {
    display: block;
}

.mobile-off .mobile-only {
    display: none;
}

.mobile-on .desktop-only {
    display: none;
}

.mobile-off .desktop-only {
    display: block;
}

.catlist-load-1,
.catlist-load-2,
.catlist-load-3,
.catlist-load-4,
.catlist-nomore-1,
.catlist-nomore-2,
.catlist-nomore-3,
.catlist-nomore-4{
    margin: 0 0 10px;
    color: #fff;
    font-size: smaller;
    font-weight: bold;
    cursor: pointer;
}

.catlist-load-1:hover,
.catlist-load-2:hover,
.catlist-load-3:hover,
.catlist-load-4:hover{
	color: #eab922;
}

.catlist-nomore-1,
.catlist-nomore-2,
.catlist-nomore-3,
.catlist-nomore-4{
	display: none;
	pointer-events: none;
	color: #676767;
}

#gtranslate_ddown_wrapper {
	text-align: right;
    margin-bottom: 10px;
}

#gtranslate_selector {
	display: none;
}

.sidebar-widget .side-banner {
	margin-bottom: 10px !important;
}

.ad-section .after-content-banner,
.fifa-ad-section .after-content-banner {
	margin-bottom: 20px;
}

.mobile-content .mobile-banner {
	/*margin-bottom: 10px;*/
}

/* CONTACT US MAIL FORM */
.gfield_label {
	float: left;
    width: 29%;
    padding-right: 16px;
    margin-bottom: 16px;
}

.ginput_container {
	display: inline-block;
    margin-left: 10px;
}

.gfield_required {
	color: #790000;
}

.gform_wrapper input {
	font-size: inherit;
    padding: 5px 4px;
    letter-spacing: normal;
}

.gform_wrapper textarea.medium {
    height: 160px;
    width: 100%;
}

.gform_footer {
	padding: 16px 0 10px;
    margin-left: 29%;
    width: 70%;
}

#crest-main-wrap .crest-image img {
    height: auto;
    width: 100px;
}

.fixedContent {
    margin-bottom: 20px;
}

.dropdownIcon {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.dropdownIcon img {
    width: 65px;
    height: 65px;
    cursor: pointer;
}

.dropdownContent {
    display: none;
    margin-bottom: 20px;
}</pre></body></html>