/*
Theme Name: CANBERRA REGION RUGBY LEAGUE
Description: This is a Custom Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hellobase
*/

html { font-family: sans-serif; -webkit-text-size-adjust: 100%;	-ms-text-size-adjust: 100%; }
body { margin: 0;text-rendering: optimizeLegibility;-webkit-font-smoothing: antialiased; }

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,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

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 http://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. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 15px 0px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 25px;
}

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: 0; /* Extra wide images within figure tags don't overflow the content area. */
}

/*--------------------------------------------------------------
# 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, .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:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	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 {
	 width: 300px;
    height: 38px;
    border: 2px solid #f8bd19;
    border-radius: 20px;
    padding: 5px 40px 5px 10px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    outline: none;
}

select {
	border: 1px solid #ccc;
}

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;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.nav-links
{
	margin-top: 20px;
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #f8bd19;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #000;
	text-decoration: none;
	outline: none;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* 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%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	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;
	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 0 1.5em;
}

/* 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;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## 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, /* Older / Newer Posts Navigation (always hidden) */
.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%;
}

/*--------------------------------------------------------------
## 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;
}

/*--------------------------------------------------------------
## font list
--------------------------------------------------------------*/


@font-face {
	font-family: 'Tahoma';
	src: url('fonts/Tahoma.eot');
	src: url('fonts/Tahoma.eot?#iefix') format('embedded-opentype'),
		url('fonts/Tahoma.woff2') format('woff2'),
		url('fonts/Tahoma.woff') format('woff'),
		url('fonts/Tahoma.ttf') format('truetype'),
		url('fonts/Tahoma.svg#Tahoma') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'pt_sansregular';
    src: url('fonts/pts55f-webfont.eot');
    src: url('fonts/pts55f-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/pts55f-webfont.woff2') format('woff2'),
         url('fonts/pts55f-webfont.woff') format('woff'),
         url('fonts/pts55f-webfont.ttf') format('truetype'),
         url('fonts/pts55f-webfont.svg#pt_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
	font-family: 'Anton';
	src: url('fonts/Anton.eot');
	src: url('fonts/Anton.eot?#iefix') format('embedded-opentype'),
		url('fonts/Anton.woff2') format('woff2'),
		url('fonts/Anton.woff') format('woff'),
		url('fonts/Anton.ttf') format('truetype'),
		url('fonts/Anton.svg#Anton') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Myriad Pro';
	src: url('fonts/MyriadPro-Bold.eot');
	src: url('fonts/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/MyriadPro-Bold.woff2') format('woff2'),
		url('fonts/MyriadPro-Bold.woff') format('woff'),
		url('fonts/MyriadPro-Bold.ttf') format('truetype'),
		url('fonts/MyriadPro-Bold.svg#MyriadPro-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}
/*---------------------------
custom list-------------------*/

html{font-size: 16px;}

body
{
	font-size: 18px;
	background-color: #252525;
    color: #ffffff;
    padding: 0px;
    margin: 0px;
    font-family: 'Tahoma';
    font-weight: 400;
    line-height: 25px;
}
.container
{
	max-width: 1332px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}
.row
{
	margin-left: -15px;
	margin-right: -15px;
}
.col
{
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}
.container:after,
.row:after,
.col:after
{	
	content: '';
	clear: both;
	display: table;
}
.text-center
{
	text-align: center;
}
p
{

	margin-bottom: 20px;
	margin-top: 0px;
}
h1, h2, h3, h4, h5, h6
{
	margin-top: 0px;
	margin-bottom: 20px;
}
h1
{
	font-size: 205px;
	color: #ffffff;
	line-height: 1;
	font-family: 'Anton', sans-serif;
	letter-spacing: -4px;
	text-transform: uppercase;
	font-weight: 400;
}
h1 > small
{
	color: #f8bd19;
	font-size: 100%;
	display: block;
}
h2
{
	font-size: 57px;
	color: #ffffff;
	line-height: 1;
	font-family: 'Anton';
	letter-spacing: 0px;
	font-weight: 400;		
}
h3
{
	font-size: 36px;
	color: #ffffff;
	line-height: 1;
	font-family: 'Anton';
	letter-spacing: 0px;
	text-transform: none;
	font-weight: 400;		
}
h5
{
	font-size: 30px;
	color: #ffffff;
	line-height: 1;
	font-family: 'Anton';
	letter-spacing: 0px;
	text-transform: uppercase;
	font-weight: 400;	
}
h5 > a:hover
{
	color: #fff;
}
.btn-goldring
{
	font-size: 24px;
	line-height: 1;
	color: #f8bd19;
	font-family: 'Anton';
	letter-spacing: 0px;
	text-transform: uppercase;
	font-weight: 400;	
	background-color: #1d3652;
	border: 3px solid #f8bd19;	
	border-radius: 5px;
	display: inline-block;
	padding: 22px 10px 21px 10px;
	text-align: center;
	width: 210px;
}
.btn-goldring:hover
{
	background-color: #f8bd19;
	color: #1d3652;
}
.default-btn
{
    display: inline-block;
    padding: 9px 15px 9px 15px;
    box-shadow: 1px 2px 3px #000;
    margin: 0;
    background-color: #1da037;
    border-radius: 5px;
    background-image: none;
    border: 0px;
    color: #000;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.3;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}
.default-btn:hover
{
	color: #fff;
	background-color: #f8bd19;
}
.tb
{
	display: table;
	height: 100%;
	width: 100%;
}
.tb-cl
{
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}
/*--------------------------------------------------------------
## hero banner set up
--------------------------------------------------------------*/
.header-banner
{
	background-repeat: no-repeat;
	background-position: center top;
}
.home .header-banner
{
	padding-bottom:0px;
	position: relative;
    background-position: bottom center;
}
.home-banner
{
	background-repeat: no-repeat;
	background-position: top center;
}


/*--------------------------------------------------------------
## top bar
--------------------------------------------------------------*/
.top-bar
{
	padding-top: 4px;
	margin-bottom: 4px;
}
.top-bar-innr
{
	overflow: hidden;
}
.top-bar-innr .col
{
	width: 50%;
}
.top-bar-innr .col:last-of-type
{
	text-align: right;
}
.text-plus-minus
{
	background-color: #21c447;	
	padding: 0 0 0 25px;
	position: relative;
	z-index: 99;
}
.text-plus-minus > ul
{
	margin: 0px;
	padding: 28px 0px;
}
.text-plus-minus > ul > li,
.text-plus-minus > ul > li > a,
.text-plus-minus > ul > a,
.text-plus-minus > ul > li > ul > li > a
{
	font-size: 0.875rem;
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
}
.text-plus-minus > ul > li > a:hover,
.text-plus-minus > ul > li > ul > li > a:hover
{
	color: #f8bd19;
}
.text-plus-minus > ul > li:first-of-type
{
	margin-right: 18px;
}
/* .text-plus-minus > ul > li:last-of-type
{
	margin-left: 25px;
} */
.text-plus-minus > ul > li,
.text-plus-minus > ul > li > ul > li
{
	list-style: none;
	display: inline-block;
	vertical-align: top;
}
.text-plus-minus > ul > li > ul
{
	margin-left: 15px;
	padding-left: 0px;
	display: inline-block;
	vertical-align: top;
}
.text-plus-minus > ul > li > ul > li
{
	margin-right: 12px; 
}

.social-topbar
{
	padding-right: 67px;
}
.social-topbar > ul > li
{
	list-style: none;
	display: inline-block;
	vertical-align: top;
	zoom: 1; /* Fix for IE7 */
	*display: inline; /* Fix for IE7 */
	margin-left: -1px;
}

.social-topbar > ul
{	
	margin: 0px;
	padding: 0px;
	position: relative;
	display: inline-block;
}
.social-topbar > ul::before {
	content: "";
    background-color: #21c447;
    height: 100%;
    width: 435%;
    right: 101.9%;
    top: 0;
    position: absolute;
}
.social-topbar > ul::after {
	content: "";
    background-color: #21c447;
    height: 100%;
    width: 62px;
    left: 101.3%;
    top: 0;
    position: absolute;
}
.social-topbar > ul > li > a
{
	font-size: 1.7rem;	
	color: #fff;
	background-color: #21c447;
	height: 55px;
	width: 53px;
	text-align: center;
	display: inline-block;
	padding-top: 10px;
	-webkit-transition: all .25s linear;
	   -moz-transition: all .25s linear;
	    -ms-transition: all .25s linear;
	     -o-transition: all .25s linear;
	        transition: all .25s linear;
}
.social-topbar > ul > li > a:hover
{
	background-color: #242021;
}

/*--------------------------------------------------------------
## mobile menu
--------------------------------------------------------------*/
.desktop-hidden
{
	display: none;
}
.menu-icon
{
	display: none;
	cursor: pointer;
    font-weight: 400;
    font-family: 'Tahoma';
}
.menu-icon .menu-box
{
    width: 35px;
    margin-top: -1px;
}
.menu-icon .menu-box span
{
    width:100%;
    height:5px;
    border-radius: 0px;
    margin-bottom: 6px;
    background:#fff;
    display:block;
    transition:all .5s;
    -webkit-transition:all .5s
}
.menu-icon .menu-box span:last-of-type
{
	margin-bottom: 0px;
}
.menu-icon.active span:nth-child(1) {
    transform: rotate(45deg) translateY(9px) translateX(8px);
    -webkit-transform: rotate(45deg) translateY(9px) translateX(8px);
    -ms-transform: rotate(45deg) translateY(9px) translateX(8px);
    -moz-transform: rotate(45deg) translateY(9px) translateX(8px);
}

.menu-icon.active span:nth-child(2) {
    opacity: 0;
}
.menu-icon.active span:nth-child(3) {
    transform: rotate(-45deg) translateY(-8px) translateX(6px);
    -webkit-transform: rotate(-45deg) translateY(-8px) translateX(6px);
    -ms-transform: rotate(-45deg) translateY(-8px) translateX(6px);
    -moz-transform: rotate(-45deg) translateY(-8px) translateX(6px);
}
/*--------------------------------------------------------------
## header
--------------------------------------------------------------*/
.enumenu_ul
{
	margin: 0px;
	padding: 0px;
	background-color: #242021;
}
.enumenu_ul > li
{
	list-style: none;
	display: inline-block;
	margin-left: 21px;
	position: relative;
}
.enumenu_ul > li > a
{
	display: block;
	font-size: 20px;
	color: #fff;
	letter-spacing: -0.3px;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 400;
	font-family: 'Tahoma';
	padding: 33px 0 36px 0;
	-webkit-transition: all .30s linear;
	   -moz-transition: all .30s linear;
	    -ms-transition: all .30s linear;
	     -o-transition: all .30s linear;
	        transition: all .30s linear;
}
.enumenu_ul > li > a:hover,
.enumenu_ul > li:hover > a,
.enumenu_ul > li.current-menu-item > a
{
	color: #f8bd19;
}
.enumenu_ul > li:hover .sub-menu
{
	display: block;
}
.enumenu_ul > li .sub-menu
{	
	position: absolute;
	top: 100%;
	width: 263px;
	display: none;
	margin: 0px;
	padding: 0px;
	background-color: #242021;
	padding-top: 17px;
	padding-bottom: 10px;
}
.enumenu_ul > li .sub-menu > li
{
	list-style: none;
	display: block;
	margin-bottom: 17px;
	padding-left: 19px;
	padding-right: 15px;
}
.enumenu_ul > li .sub-menu > li > a
{
	font-family: 'Tahoma';
	font-size: 20px;
	color: #bfbfbf;
	letter-spacing: 0px;
	line-height: 1;
}
.enumenu_ul > li .sub-menu > li > a:hover
{
	color: #f8bd19;
}

/*--------------------------------------------------------------
## search bar
--------------------------------------------------------------*/
nav .container
{
	position: relative;
}
nav .container .search-bar
{
	position: absolute;
	top: 100%;
	width: 300px;
	right: 15px;
	display: none;
}
form.search-form
{
	display: inline-block;
	position: relative;
}
.search-bar input[type="search"]
{
    width: 300px;
    height: 38px;
    border: 2px solid #f8bd19;
    border-radius: 20px;
    padding: 5px 40px 5px 10px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    outline: none;
}
form.search-form input[type="submit"],
.search-bar input[type="submit"]
{
	position: absolute;
	top: 0px;
	right: 3px;
	background-image: url(images/search-icon.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    font-size: 0px;
    background-color: transparent;
    border: 0px;
    outline: none;
    width: 33px;
    display: inline-block;
    height: 33px;
    opacity: 1;
    visibility: visible !important;
    vertical-align: top;
    margin-left: -42px;
    margin-top: 2px;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}
form.search-form input[type="submit"]:hover,
.search-bar input[type="submit"]:hover
{
	opacity: 0.7;
}
/*--------------------------------------------------------------
## logo section
--------------------------------------------------------------*/

.logo-section
{
	margin-top: 25px;
}
a.logo
{
	display: inline-block;
}
/*--------------------------------------------------------------
## side menu
--------------------------------------------------------------*/
.side-menu
{
	position: absolute;
	top: 99%;
}
.blog .side-menu
{
	bottom: auto;
	top: 101%;	
}
.blog .side-menu ul
{
	background-position: 75% 84%;
}
.blog .header-banner
{
	position: relative;
}
.side-menu ul
{
	margin: 0px;
	padding: 0px;
	position: relative;
	display: inline-block;
}
.side-menu ul
{
	background-image: url('images/down-arrow-line.png');	
	background-position: bottom right;
	background-repeat: no-repeat;
}
.side-menu ul > li
{
	list-style: none;
	margin-bottom: 9px;
}
.side-menu ul > li > a
{
	font-size: 20px;
	line-height: 1;
	letter-spacing: 0.8px;
	font-family: 'Tahoma';
	color: #fff;
	font-weight: 400;
	text-transform: none;
	padding: 1px 18px 4px 31px;
}
.side-menu ul > li > a:hover
{
	color: #f8bd19;
}
.side-menu ul > li:first-of-type > a
{
	font-weight: bold;
	background-color: #f8bd19;	
}
.side-menu.category ul > li:first-of-type > a{
	font-weight: normal;
	background-color: transparent;	
}
.side-menu ul > li:first-of-type > a:hover
{
	color: #fff;
}
.blog .side-menu ul > li:first-of-type > a
{
	background-color: transparent;	
}
/*--------------------------------------------------------------
## we are riders
--------------------------------------------------------------*/
.we-are-riders
{
	background-position: center center; 
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.we-are-riders::before {
	content: '';
	background-color: #fff;
	opacity: 0.92;
	position: absolute;	
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.we-are-riderslogo
{
	padding-top: 134px;
	padding-bottom: 139px;
	text-align: center;
	position: relative;
	z-index: 99;
}

/*--------------------------------------------------------------
## social feedback
--------------------------------------------------------------*/
.social-feedback
{
	padding-top: 37px;
	padding-bottom: 50px;
}
.social-feedback #aggro-container .aggroItem
{
    width: 30%;
    display: inline-block !important;
    vertical-align: top !important;
    margin: 3px !important;
    border: 0 !important;
    border-radius: 0 !important;
    font-family: 'Tahoma' !important;
    font-weight: 300 !important;
    font-size: 15px !important;
    text-align: left !important;
}
.social-feedback .aggroText
{
	color: #242021;
}
.social-feedback .aggro_count
{
	width: 221px;
	height: 110px;
	margin-bottom: 0px;
	font-family: 'Rajdhani', sans-serif;
	font-size: 19px;
	font-weight: 500;
	padding-top: 21px;
	float: none;
	display: inline-block;
	vertical-align: top;
	margin-top: 31px;
}
.social-feedback .aggro_count .aggro_count_total:before
{
	font-size: 50px;
}
.social-feedback #aggro-container .aggroItem,
.social-feedback #aggro-container .aggroItem:nth-child(5n+0)
{
	width: 32.7%;
}

/*--------------------------------------------------------------
## shop tiles section
--------------------------------------------------------------*/
.shop-tiles
{
	padding-top: 6px;
	padding-bottom: 6px;
}
.tiles-wrap
{
	margin-left: -3px;
	padding-right: -3px;	
}
.tiles-wrap .tiles
{
	padding-left: 3px;
	padding-right: 3px;
}

.shop-tiles .tiles
{
	width: 33.33%;
	float: left;
	height: 431px;
	position: relative;
}
.shop-tiles .tiles:first-of-type
{
	text-align: center;
}
.shop-tiles .tiles:first-of-type > a
{
	background-color: #21c447;
	display: inline;
	display: block;
}
.shop-tiles .tiles > a
{
	height: 100%;
	display: block;
	position: relative;
	z-index: 9;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.shop-tiles .tiles:nth-child(3n+2) > a::before,
.shop-tiles .tiles:nth-child(3n+3) > a::before
{
	content: '';
	position: absolute;
	background-color: #252525;
	opacity: 0.85;
	left: 0px;
	top: 0px;	
	width: 100%;
	height: 100%;
}
.shop-tiles .tiles:nth-child(3n+2) > a:hover::before, 
.shop-tiles .tiles:nth-child(3n+3) > a:hover::before
{
	opacity: 0.95;
}
.shop-tiles .tiles:nth-child(3n+3) > a::before
{
	background-color: #041c38;
	opacity: 0.84;
}
.shop-tiles .tiles > a h3
{
	font-size: 55px;
	color: #fff;
	line-height: 1;
	margin-bottom: 0px;
	padding-top: 15px;
	padding-left: 16px;
	position: relative;
	z-index: 9;
}
.shop-tiles .tiles:nth-child(3n+1) > a h3
{
	padding-top: 0px;
	padding-left: 0px;
}
.shop-tiles .tiles:nth-child(3n+2) > a h3
{
	font-size: 50px;
}
.shop-tiles .tiles:nth-child(3n+3) > a h3
{
	font-size: 55px;	
}
.shop-tiles .tiles:nth-child(3n+3) > a h3 > small
{
	font-size: 38px;
	display: block;
}
.shop-tiles .tiles > a h5
{
	font-size: 22px;
}

/*--------------------------------------------------------------
## footer tab view
--------------------------------------------------------------*/
.footertab-view
{
	position: relative;
	overflow: hidden;
}
.footertab-view::before {
	content: '';
	background-image: url('images/footer-tbright.jpg');
	background-repeat: repeat-x;
	background-position: center top;
	position: absolute;
	top: 0;
	left: 0px;
	width: 100%;
	height: 100%;
}
.footertab-ul
{
	padding: 0px;
	margin: 0px;
	margin-left: 4px;
	position: relative;
	background-color: #242021;
}
.footertab-ul > li
{
	list-style: none;
	float: left;
	width: 25.3%;
	text-align: center;
	height: 190px;
	background-color: #2b2828;
	margin-left: -4px;
	position: relative;
}
.footertab-ul > li:first-of-type::before
{
	content: '';
	background-image: url('images/first.png');
	background-position: center top;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}
.footertab-ul > li:last-of-type::before
{
	content: '';
	background-image: url('images/last.png');
	background-position: center top;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}
.footertab-ul > li:nth-child(4n+2)
{
	background-color: #302d2d;
}
.footertab-ul > li:nth-child(4n+2)::before
{
	content: '';
	background-image: url('images/second.png');
	background-position: center top;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}
.footertab-ul > li:nth-child(4n+3)::before
{
	content: '';
	background-image: url('images/second.png');
	background-position: center top;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}
.footertab-ul > li > a
{
	height: 100%;
	font-size: 30px;
	color: #fff;
	letter-spacing: 0px;
	line-height: 1;
	text-transform: uppercase;
	font-family: 'Anton', sans-serif;
	display: block;
	position: relative;
	z-index: 99;
}
.footertab-ul > li > a:hover
{
	color: #f8bd19;
}
.footertab-ul > li > a small
{
	font-size: 24px;
	display: block;
}
.nrl-logo
{
	padding-top: 62px;
	padding-bottom: 59px;
}


/*--------------------------------------------------------------
## footer partner logo
--------------------------------------------------------------*/
.partner-logos
{
	background-color: #fff;
	text-align: center;
	padding-top: 43px;
	padding-bottom: 37px;
}
.partner-logos h4
{
	font-size: 30px;
	line-height: 1;
	color: #f8bd19;
	letter-spacing: 0.6px;
	font-family: 'Anton', sans-serif;
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 7px;
}
.partner-logos-list
{
	padding: 0px;
	margin: 0px auto;
}
.partner-logos-list > li
{
	list-style: none;
	display: inline-block;
	text-align: center;
	margin-right: 55px;
}
.partner-logos-list > li:last-of-type
{
	margin-right: 0px;
}
.partner-logos-list > li > a
{
	display: block;
}
.partner-logos-list > li > a:hover img
{
	opacity: 0.85;
}


/*--------------------------------------------------------------
## copyright section
--------------------------------------------------------------*/
.copyright-section
{
	background-color: #090909;
	font-family: 'pt_sansregular';
	font-size: 10px;
	color: #fff;
	text-transform: uppercase;
	padding: 11px 0;
}
.copyright-section p
{
	display: inline-block;
	padding-top: 6px;
	margin-top: 0px;
	margin-bottom: 0px;
	letter-spacing: -0.5px;
	float: left;
    line-height: 34px;
}
.copyright-section p a
{
	color: #fff;
	-webkit-transition: all .25s linear;
	   -moz-transition: all .25s linear;
	    -ms-transition: all .25s linear;
	     -o-transition: all .25s linear;
	        transition: all .25s linear;
}
.copyright-section p a:hover
{
	color: #f8bd19;
}
.copyright-section .copylogo
{
	display: inline-block;
	float: right;
}

/*--------------------------------------------------------------
## video section
--------------------------------------------------------------*/
.multimedia #aggro-container .aggroItem
{
    font-family: 'Lato', sans-serif;
    background: transparent !important;
}
.multimedia #aggro-container .aggroItem .aggroPic img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
    width: 100% !important;
}
.multimedia #aggro-container .aggroItem:first-of-type
{
    width: 100% !important;
    margin: 0px 0 6px 0 !important;
    height: 485px;
    border: 3px solid #21c447 !important;
    border-radius: 5px !important;
    box-shadow: 1px 2px 3px #000;
}
.multimedia #aggro-container .aggroItem:last-of-type
{
	border: 3px solid #21c447 !important;
    border-radius: 0px 5px 5px 0px  !important;
    border-left: 0 !important;
    box-shadow: 1px 2px 3px #000;
}
.multimedia #aggro-container .aggroItem:nth-child(7n+2)
{
	border: 3px solid #21c447 !important;
	border-right: 0px !important;
	border-radius: 5px 0px 0px 5px !important;
	box-shadow: 1px 2px 3px #000;
}
.multimedia #aggro-container .aggroItem:first-of-type .aggroText,
.multimedia #aggro-container .aggroItem:first-of-type .aggroDate,
.multimedia .aggroDate,
.multimedia #aggroPagination
{
    display: none !important;
}
.multimedia .aggroText
{
    color: #eee;
    font-size: 11px;
    padding: 0px;
    line-height: 14px;
}
.multimedia #aggro-container .aggroItem
{
    width: 100%;
    border: 0px !important;
    border-top: 3px solid #21c447 !important;
	border-bottom: 3px solid #21c447 !important;
    border-radius: 0px !important;
    margin: 0 0 15px 0px !important;
    background-color: #000 !important;
    min-height: 159px;
    padding-left: 7px;
    padding-right: 7px;
    box-shadow: 1px 2px 3px #000;
}

.multimedia .ytCard .aggroProfile
{
    display: none;
}
.multimedia .aggroText
{
    background-color: transparent !important;
}

.multimedia #aggro-container .aggroItem:nth-child(5n+0),
.multimedia #aggro-container .aggroItem
{
    width: 16.66% !important;
    float: left;
}
.multimedia-innr
{
	margin: 0 0 0 auto;
	width: 865px;
}
.slider-inner
{
	margin: auto;
	width: 865px;
}
.multimedia-innr > h2
{
	font-size: 48px;
	color: #f8bd19;
	background-color: #1d3652;
	text-transform: uppercase;
	padding: 7px 18px 4px 16px;
	margin-left: 17px;
	display: inline-block;
	margin-bottom: 0px;
}

/*--------------------------------------------------------------
## banner section
--------------------------------------------------------------*/
.banner-section
{
	padding-top: 30px;
}
.banner-section  h1
{	
	margin-bottom: 0px;
}	
.banner-section  h5
{
    margin-top: -6px;
    letter-spacing: -1.4px;
    margin-bottom: 2px;
}
.find-local-team > h2
{
	display: inline-block;
	vertical-align: bottom;
	margin-bottom: 0px;	
	width:60%;
}
.find-local-team > form
{
	display: inline-block;
	vertical-align: bottom;
    margin-left: -154px;
    margin-bottom: 7px;
}
.find-local-team > form > .form-group > input[type="text"]
{
	width: 426px;
	height: 38px;
	border: 2px solid #f8bd19;
	border-radius: 20px;
}
.find-local-team > form > .form-group > button
{
	font-size: 15px;
	height: 32px;
	width: 32px;
	background-color: #f8bd19;
	color: #fff;
	border-radius: 100%;
	text-align: center;
    padding: 0;
    border: 0;
    line-height: 16px;	
    margin-left: -40px;
}
ul.banner-btnset
{
	padding: 0px;
	margin: 8px 0 0 0; 
}
ul.banner-btnset > li
{
	list-style: none;
	display: inline-block;
}

/*--------------------------------------------------------------
## multimedia
--------------------------------------------------------------*/
.multimedia-sec
{
	margin-top: 205px;
	padding-bottom: 135px;
}

/*--------------------------------------------------------------
## footer section
--------------------------------------------------------------*/
footer
{
	background-color: #252525;
	padding-top: 13px;
	padding-bottom: 6px;
}
ul#menu-footer-menu
{
	margin: 0px;
	padding: 0px;
}
ul#menu-footer-menu > li
{
	list-style: none;
	display: inline-block;
	vertical-align: top;
	width: 17.7%;
}
ul#menu-footer-menu > li:last-of-type
{
	width: 9%;	
}
ul#menu-footer-menu > li > a
{
	font-size: 18px;
	color: #fff;
	font-family: 'PT Sans', sans-serif;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0px;
	text-transform: uppercase;
}
ul#menu-footer-menu > li > ul.sub-menu
{
	padding: 0px;
	margin: 0px;
}
ul#menu-footer-menu > li > ul.sub-menu > li
{
	list-style: none;
}
ul#menu-footer-menu > li > ul.sub-menu > li > a
{
	font-size: 14px;
	color: #fff;
	font-family: 'PT Sans', sans-serif;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0px;
	text-transform: capitalize;
}
ul#menu-footer-menu > li > ul.sub-menu > li > a:hover
{
	color: #f8bd19;
}

/*--------------------------------------------------------------
## innr page
--------------------------------------------------------------*/
.addthis_toolbox
{
	margin-top: -15px;
}
.banner-section.innr-title
{
	padding-top: 14px;
	padding-bottom: 20px;
}
.innr-title h2
{
	font-size: 80px;
	letter-spacing: -0.4px;
}
.innr-title .logo-section
{
	margin-top: 0px;
	display: inline-block;
    float: right;
}

.content-area
{
	padding-top: 26px;
	padding-bottom: 45px;
}
.content-area h2
{
	font-size: 60px;
	color: 	#21c447;
	margin-bottom: 3px;
	line-height: 55px;
}
.content-area h2.page-title
{
	margin-bottom: 30px;
}
.content-area p a
{
	color: #f81ecc;
}
.content-area p a:hover
{
	color: #fff;
}
table {
	margin: 24px 0 22px 0;
	width: 100%;
}
.single-post table tr td
{
	display: inline-block;
	margin-bottom: 4px;
}
/*table tr td:first-of-type
{
	width: 109px;
}
table tr td:nth-child(3n+2)
{
	width: 73px;
}*/

.tablepress td, .tablepress th {
	color:#000;
}
/*--------------------------------------------------------------
## staff innr page
--------------------------------------------------------------*/
.page-template-template-staff .nrl-logo
{
	padding-top: 24px;
	padding-bottom: 29px;	
}
.page-template-template-staff .nrl-logo a
{
	display: inline-block;
	padding-left: 13px;
}
.staff-section
{
	padding-top: 38px;
	padding-bottom: 38px;
}
.staff-innr .col:first-of-type
{
	width: 73%;
}
.staff-innr .col:last-of-type
{	
	width: 27%;
}
.staff-innr  h5
{
	color: #f8bd19;
	margin-bottom: 7px;
}
.staff-img
{
	width: 14%;
	vertical-align: middle;
}
figure.staff-box
{
	min-height: 128px;
	margin-bottom: 8px;
}

figure.staff-box > figcaption
{
	height: 100%;
	width: 85%;
	display: inline-block;
	vertical-align: middle;
	padding-left: 10px;
}
figure.staff-box > figcaption > h6
{
	font-size: 18px;
	font-weight: bold;
	font-family: 'Tahoma';
	color: #fff;
	margin-bottom: 0px;
}
figure.staff-box > figcaption > p
{
	margin-bottom: 0px;
}

.staff-img,
.staff-archivment
{
	overflow: hidden;
	display: inline-block;
}
.staff-img img,
.staff-archivment img
{
	border-radius: 100%;
}
.staff-archivment
{
	margin-top: 100px;
}
.nfl-staff
{
	margin-top: 23px;
	margin-left: 12px;
}

/*--------------------------------------------------------------
## News listing innr page
--------------------------------------------------------------*/
.news-boxs
{
	padding-top: 77px;
	padding-bottom: 30px;

}
.news-boxs.category {
	display: inline-block;
}
.news-boxs-innr h4
{ 
	font-size: 29px;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Anton', sans-serif;
	font-weight: 400;
	margin-bottom: 6px;
}
ul.news-boxsul 
{
	margin: 0px 0 13px 0;
	padding: 0px;
}
ul.news-boxsul:last-of-type 
{
	margin: 0px 0 0px 0;
}
ul.news-boxsul > li
{
	list-style: none;
	/*display: inline-block;
	width: 33%;*/
	margin-bottom: 8px;
	background-color: #1d3752;
	padding:  19px 10px 10px 24px;	
	min-height: 260px;
	position: relative;
	vertical-align: top;
}
.news-cnt > h5
{
	font-size: 25px;
	text-transform: uppercase;
	font-family: 'Myriad Pro';
}
ul.news-boxsul > li > a
{
	padding: 11px 19px 8px 10px;
	font-size: 29px;
	text-transform: uppercase;
	font-family: 'Myriad Pro';
	color: #fff;
	display: block;
	text-align: right;
	background-color: #21c447;
	left: 0px;
	position: absolute;
	bottom: 0px;
	width: 100%;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
ul.news-boxsul > li > a:hover
{
	background-color: #f8bd19;
}
.nav-previous > a,
.nav-next > a
{
	font-size: 15px;
	text-transform: uppercase;
	color: #f8bd19;
	font-family: 'Anton', sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
}
.nav-previous > a:hover,
.nav-next > a:hover
{
	color: #21c447;
}
.single-tribe_events .tribe-events-event-meta
{
	background: transparent;
}
.tribe-events-meta-group .tribe-events-single-section-title {
    font-size: 17px;
    letter-spacing: 1px;
    font-weight: 100;
}
#tribe-events .tribe-events-button, #tribe-events .tribe-events-button:hover, #tribe_events_filters_wrapper input[type=submit], .tribe-events-button, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover, .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a
{
    background-color: #21c447;
}

h2.wsp-posts-title
{
	margin-bottom: 20px;
}
ul.wsp-pages-list,
ul.wsp-tribe_eventss-list
{
    margin-top: 15px;
    font-family: 'Rajdhani', sans-serif;
    padding-left: 20px;
}
ul.wsp-pages-list > li,
ul.wsp-tribe_eventss-list > li
{
    list-style: none;
}

ul.wsp-posts-list
{
	font-family: 'Rajdhani', sans-serif;
	padding-left: 20px;
}
ul.wsp-posts-list
{
	list-style: none;
}
ul.wsp-posts-list > li > ul.wsp-posts-list
{
    margin-left: 55px;
    margin-top: 10px;
    margin-bottom: 10px;
}
#tribe-events-content .tribe-events-calendar td
{
	height: 120px;	
}
.addthis_toolbox {
    margin-top: 0;
}
.social-feeds-innr .juicer-feed .j-twitter {

	background: #252525!important;
}
.social-feeds-innr .juicer-feed .j-facebook {
    background: #21c447!important;
}
.social-feeds-innr .juicer-feed.modern .j-poster {

	display: none!important;
}
.social-feeds-innr .juicer-feed.modern .j-message {

	color: #FFF!important;
}
.social-feeds-innr .juicer-feed a {
	color: #e517b7!important;
}
.social-feeds-innr .juicer-feed .j-meta li a , .social-feeds-innr .juicer-feed .j-meta nav a{

	color: #FFF!important;
}
.social-feeds-innr .juicer-feed.modern li.feed-item {

	border:none!important;
}
.juicer-feed .j-paginate {

	display: none!important;
}
.juicer-feed .j-stacker>* {

	 padding-left: 5px!important;
    padding-right: 5px!important;
}
.juicer-feed.modern li.feed-item {

    margin-bottom: 10px!important;
    height: 350px;
    overflow-y: scroll;
}
.juicer-feed.slider li.feed-item {

	height: auto!important;
	    margin: 5px!important;
}
.juicer-feed.slider li.feed-item a.j-image img , .juicer-feed.slider .slick-track {

	height: auto!important;
}
.juicer-feed.slider .slick-prev, .juicer-feed.slider .slick-next {

	background: transparent!important;
	max-height: 90px!important;
}
.juicer-feed.slider .slick-prev:before, .juicer-feed.slider .slick-next:before  {

	font-size: 2rem;

}

.multimedia .juicer-feed.night li.feed-item {
	
	border: 3px solid #21c447 !important;
    border-radius: 5px !important;
    box-shadow: 1px 2px 3px #000;
    margin: 0 6px;
    width: 98%!important;

}

.multimedia-innr .thumbnail {

	border: 3px solid #21c447 !important;
    border-radius: 5px!important;
    box-shadow: 1px 2px 3px #000;
    background: #000;
    width: 99%;
    margin: auto;
    margin-left: 0px;
    margin-top: -15px;
}

.multimedia-innr .juicer-feed.slider .j-text  {

		visibility: visible!important;
         opacity: 1!important;
         position: relative!important;
         background: #000!important;
         text-align: left!important;
   	     font-size: 14px;

}

.multimedia-innr .juicer-feed.slider .j-meta {

	display: none!important;

}

.multimedia-innr .juicer-feed.slider {

	max-height: 185px!important;
}

.wsp-pages-title , .wsp-posts-title {
	
		font-size: 20px!important;
       line-height: 30px!important;
}
.wsp-pages-list a ,.wsp-posts-list a {

	color: #FFF!important;
	text-decoration: underline;
}
#mfcplay {
    margin: 50px 0 50px 0;
    border: none;
    padding: 0;
    width: 100%;
    height: 900px;
}

/* Match Center Css */


.widget_match_center .spmatch {
    width: 204px;
    height:105px;
    display: inline-block;
    vertical-align: middle;
    margin:0 6px;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    float: left;
    background-color: #fff;
    border-radius: 2px;
    }
     .widget_match_center .spmatch-title {
        display: block!important;
        height:20px;
        line-height: 16px;
        width: 100%;
        clear: both;
        text-indent: 7px;
        /*border-radius:0;*/
        margin-bottom: 0px;
        border-bottom: 2px solid rgba(255,255,255,0.1);
        background-color: #eeeeee;
    }
    .widget_match_center .spdate {
       font-size: 10px;
        font-family: 'Lato', sans-serif;
        font-weight: bold;
        color: #000;
        display: inline-block;
    }
    .sp-match-link.teamslink {
        display: none;
    }
    .widget_match_center .sp-match-link {
        float: right;
        font-size: 10px;
        background-color: #21c447;
    }
    .widget_match_center .sp-match-link a {
        text-transform: uppercase;
        font-size: 10px;
        background-color:#21c447;
        font-size: 10px;
        color: #fff;
        padding-right: 5px;
    }
    /* Match Center team /score info */
    #mc-game-wrap {
        display: inline;
        float: left;
        margin: 0 5px 0 0;
        overflow: hidden;
        width: 93%;
        height: 105px;
        margin-top: 0px;
        margin-left: 50px;
    }
    #mc-game-content {
        width: 2000px;
    }
    #spnext, #spprev {
        width: 18px;
    height: 72px;
    display: inline-block;
    vertical-align: middle;
    background: transparent;
    cursor: pointer;
    border-radius: 4px;
    }
    #spprev { /* previous arrow */
   float: left;
    margin: 0 3px 0 7px;
    position: absolute;
    width: 20px;
    border-radius: 5px;
    text-align: center;
    font-size: 0px;
    left: 0px;
    height: 105px;
    /*background-color: #21c447;*/
    margin-top: 0px;
    }
    #spnext {
   margin: 0 7px 0 3px;
    position: absolute;
    width: 20px;
    border-radius: 5px;
    text-align: center;
    font-size: 0px;
    right: 0px;
    height: 105px;
   /* background-color: #21c447;*/
    margin-top: 0px;
    }
    #spprev:before, #spnext:before {
          display: inline-block;
          height: 0;
          width: 0;
          margin-top: 43px;
    }
    #spprev:before {
        content: "\f053";
    font: normal normal normal 14px/1 FontAwesome;
    color: #FFF;
    position: absolute;
    top: 4px;
    right: 17px;

    }
    #spnext:before {
    content: "\f054";
    font: normal normal normal 14px/1 FontAwesome;
    color: #FFF;
    position: absolute;
    top: 4px;
    right: 16px;
    }
    .widget_match_center .spteam1, .widget_match_center .spteam2 {
        font-size: 14px;
        color: #000;
        text-indent: 7px;
        font-weight: bold;
        text-align: left;
        padding: 12px 10px;
        font-size: 12px;
        font-family: 'Lato', sans-serif;
        font-weight: bold;
        color: #000;
        list-style: none;
        line-height: 0px;

    }
    .widget_match_center .spteam1 {
			
			margin-top: 12px;
    }
    .widget_match_center .spversus {
        color: #000;
        font-size: 11px;
        line-height: 1px;
        display: none;
    }
    .widget_match_center .spversus:before {
        content:"";
        margin-right: 4%;
        width: 77%;
        height: 1px;
        background: #D1D1D1;
        display: inline-block;
        vertical-align: middle;
    }
    .widget_match_center .spscore {
        position: absolute;
        top: 34px;
        right: 9px;
        text-align: right;
        line-height: 30px;
        font-size: 13px;
        color:#999;
        font-weight: bold;
    }
    .widget_match_center .team2score, .widget_match_center .team1score {
        display: block;
    }
    .widget_match_center .scoredivider {
        display: none;
    }
    .widget_match_center .sp-fix-link a, .widget_match_center .sp-lad-link a, .widget_match_center .sp-stat-link a {
      background-color: #21c447;
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    letter-spacing: -0.2px;
    padding:9px 40px 9px 15px;
    border: 0px;
    border-radius: 2px;
    display: block;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.22);
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.22);

    }


.widget_match_center .sp-match-link img.emoji {

    display:none!important;
}
div#match-center-top {
    /*margin-top:60px;*/
    z-index: 200;
    position: relative;
    clear: both;
}

#match-center .spmatchname {

   display:none;
}

#sp-comp-links1 {

    display: block!important;
    margin-left: 28%;
}
.sp-fix-link , .sp-lad-link , .sp-stat-link {

    float: left;
    text-align: right;
    margin-top: 40px;
    margin: 0 5px;
    margin-top: 25px;
 
}
.sp-fix-link a:hover , .sp-lad-link a:hover , .sp-stat-link a:hover {

        background-color: #f8bd19;
        color: #fff;
}
.sp-fix-link:after , .sp-lad-link:after , .sp-stat-link:after {

    content: "\f054";
    font: normal normal normal 14px/1 FontAwesome;
   color: #FFF;
    position: absolute;
    margin-top: -29px;
    margin-left: -25px;

}
#match-center .spcompname  {

        display: none!important;
        position: relative;
        top: -160px;
        float: left;
        color: #FFF;
        left: 0px;
        font-size: 15px;
        margin-right:10px;
        font-size: 18px;
    color: #2b3977;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
}
.spcompname {

    display: none;
}
.sproundname {

    display: none!important;
    position: relative;
     top: -161px;
    color: #FFF;
    left: auto;
    font-size: 18px;
    color: #2b3977;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
}
.sproundname:before {

    content: " | ";
    position: relative;
    display: none;
}
.comp-name {

    display: none;
}
#mc-game-wrap311 {
    display: inline;
    float: left;
    margin: 0 5px 0 0;
    overflow: hidden;
    width: 94%;
    height: 105px;
    margin-top: 6px;
    margin-left: 25px;
}
#mc-game-content311 {
    width: 8000px;
}

.fixture-sec {

	position: relative;
}
.widget_match_center {

	    min-height: 135px;
	    background: #1d3752;
	    padding: 10px;
	    margin-top: 50px;
	    border-radius: 2px;
}
#selectMe3 {

	position: relative;
    right: 0px;
    float: right;
    height: 40px;
    width: 300px;
    background: #21c447;
    border: none;
    color: #FFF;
}
.fixure-slider {

	clear: both;
	padding-top: 20px;
}
.spladder {
    width: 100%;
    background: #21c447;
    font-size: 13px;
    padding: 10px;
}
 .spladder tr:first-child {
    background: #21c447;
    color: #FFF;
    font-weight: 100;
}
 .spladder tr th:first-child {
    padding-left: 10px;
    font-weight: bold;
    font-size: 12px;
}
.spladder tr th {
    font-weight: bold;
    font-size: 12px;
}
.spladder .sproweven {
    background: #1d3752;
    color: #fff;
}
.spladder .sprowodd {
    background: #1d3752;
    color: #fff;
}
.spladder tr td:first-of-type {

	width: auto;
}
.spladder .sproweven td:first-child, .spladder .sprowodd td:first-child , .spladder th:first-child {
    padding-left: 10px;
}
.spladder td {
    padding: 6px 10px 6px 0;
    /*font-size: 11px;*/
}
.spladder th, .ladder-inner td {
    font-weight: normal;
    text-align: left;
   /* font-size: 11px;*/
}
.ladder {

	    clear: both;
    padding-top: 10px;
}
.group {

	clear: both;
}
/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
   
   
}

.slick-loading .slick-list {
    background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

.slick-slide {
   
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
   
}
.slick-next {
    position: absolute;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    overflow: hidden;
    width: 40px;
    background: none;
    border: none;
    top: 40%;
    color: transparent;
    height: 47px;
    right: 0px;
}
.slick-prev {
    position: absolute;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    overflow: hidden;
    width: 40px;
    background: none;
    border: none;
    top: 40%;
    color: transparent;
    height: 47px;
    left: 0px;
}
.slick-prev:before, .slick-next:before {
    display: block;
    height: 20px;
    width: 20px;
    content: '\f053';
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 21px;
    color: #f8bd19;
    z-index: 99999;
    position: relative;
    background: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 0px 6px;
    font:normal normal normal 40px/1 FontAwesome;
}
.slick-next:before {
    content: "\f054";
}
.slider {

	position: relative;
}
.slick-dots li {

	display: inline-block;
}
.slick-dots li button {

	background: transparent;
	border: none;
	color: transparent;
}
.slick-dots li button:before {

	content: '\f10c';
	 font:normal normal normal 14px/1 FontAwesome;
	 position: relative;
	 color: #f8bd19;

}

.caption {

	position: relative;
    bottom: 65px;
    text-align: left;
    /* left: 20px; */
    background: rgba(0,0,0,0.5);
    height: 60px;

}
.caption h5 {

	padding: 15px;
}

/* End Slider CSS */

.aggro_count_facebook {

	    background: #3B5998;
}
.aggro_count .aggro_count_total {
    font-weight: bold;
    margin-right: 4px;
}
.aggro_count .aggro_count_total:before {
    content: "+ ";
    color: #fff;
    font-family: "FontAwesome" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 34px;
    top: 7px;
    position: relative;
}
.aggro_count_facebook .aggro_count_total:before {
    content:"\f09a";
}
.social-feedback .aggro_count .aggro_count_total:before {
    font-size: 50px;
}
.aggro_count {
    color: #fff !important;
    padding: 5px 15px 15px;
    margin: 0px 3px;
    white-space: nowrap;
}
.aggro_count_twitter {
    background: #00ACED;
}
.aggro_count_twitter .aggro_count_total:before {
    content: "\f099";
}
.inner-bg{
	background-size: cover !important;
	
}
.find-local-team {
    display: inline;
}
.side-menu.category {
    display: inline-block;
    vertical-align: top;
    /*padding-top: 77px;*/
    position: relative;
}

.news-boxsul .post-thumbnail {
    max-width: 200px;
    height: auto;
    display: inline-block;
    vertical-align: top;
}
.news-boxsul {
    margin-bottom: 3%;
}

.post-content {
    display: inline-block;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}
						
						
.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
