/*  
Theme Name: Club and County Parent Foundation V2
Theme URL: http://clubandcounty.com
Description: Club and County Wordpress theme by clubandcounty.com
Version: 2.0
Author: Lairdesign & Club and County
Author URL: http://clubandcounty.com

*/

/*	Resets
	------	*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, 
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figure, figcaption, hgroup, 
menu, footer, header, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}

article, aside, canvas, figure, figure img, figcaption, hgroup,
footer, header, nav, section, audio, video {
	display: block;
}

/*	Typography presets
	------------------	*/

body { font: 12px/18px "proxima-nova",sans-serif; }
h1 { line-height: 36px; letter-spacing: -1px; margin-bottom: 18px; }
h2 { line-height: 26px; margin-bottom: 18px; }
h3 { line-height: 18px; margin-bottom: 18px; }
h4 { line-height: 18px; margin-bottom: 18px; }
ul, ol { line-height: 18px; margin-bottom: 18px; }
li { margin: 0 0 0 20px; }

/*	Images
	------------------	*/

a img { border: 0; }
img { max-width: 100%; }


/*	Clearfix
	------------------	*/
	
.cf:before, .cf:after { content: " "; /* 1 */ display: table; /* 2 */ }
.cf:after { clear: both; }
.cf { *zoom: 1; }

/*	Selection Colours
	------------------	*/

::selection 	 	{background: rgb(255,255,158);}
::-moz-selection 	{background: rgb(255,255,158);}
img::selection 		{background: transparent;}
img::-moz-selection	{background: transparent;}
body {-webkit-tap-highlight-color: rgb(255,255,158);}

/*	Typography
	------------------	*/

h1, h2, h3, h4 {
	font-weight: normal;
	color: #005fb6;
}

h2 {
	font-size: 30px;
}

.single h2 {
	font-size: 40px;
	line-height: 44px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 16px;
}

body p {
	 font-size: 14px;
	 line-height: 20px;
	 margin-bottom: 20px;
}

/*	Links
	------------------	*/

a {
	color: #005fb6;
	font-weight: bold;
	-webkit-transition: color 0.25s ease-in-out;
	-moz-transition: color 0.25s ease-in-out;
	-ms-transition: color 0.25s ease-in-out;
	-o-transition: color 0.25s ease-in-out;
	transition: color 0.25s ease-in-out;
}

a:hover {
	text-decoration: underline;
}

/*	Main HTML Elements
	------------------	*/

body {
	background: #FFF;
	color: #000;
	-webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
	font-family: "proxima-nova",sans-serif;
}

#main {
	padding: 20px 0;
	background-color: #FFF;
}

#main .row {
    margin-bottom: 0;
}


/*	Header
	------------------	*/

#header {
	color: #FFF;
	background-color: #005fb6;
}

#logo {
	color: #FFF;
	margin: 0;
}

#logo img {
    float: left;
    margin: 1em 0;
}

#logo h1 {
    font-size: 2em;
    letter-spacing: -0.25px;
    margin: 8px 0 10px 0;
    color: #fbbd18;
}

#logo h1 a {
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: -0.02em;
}

.desc {
	font-weight: normal;
	color: #84b1da;
	font-size: 1.5em;
	margin: 0;
}

/*	Main Navigation
	------------------	*/

#nav {
	background-color: #004b86;
	font-size: 12px;
}

#nav ul {
	margin: 0;
}

#nav li {
	list-style-type: none;
	float: left;
	margin: 0;
}

#nav .wrap {
	padding-top: 0;
	padding-bottom: 0;
	background-color: #004b86;
}

#nav a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	padding: 13px 15px;
	display: block;
	border: none;
	font-size: 1.1666666666666667em;
}

#nav a:hover,
body.home #nav .current_page_item a:hover {
	color: #c7d5e1;
	color: rgba(255,255,255,0.8);
	background-color: #004377;
}

#nav .current_page_item a,
#nav .current_page_ancestor a,
#nav .current_page_parent a {
	background-color: #003864;
	color: #FFF;
}

body.home #nav .current_page_item a {
	background-color: transparent;
}

/*	Secondary Navigation
	----------------------	*/

#secondary-nav {
	background-color: #003864;
	font-size: 12px;
	text-transform: capitalize;
	padding: 5px 0;
	z-index: 10;
	position: relative;
}

#secondary-nav .wrap {
	padding-top: 5px;
	padding-bottom: 5px;
}

#secondary-nav ul {
	margin: 0;
}

#secondary-nav li {
	float: left;
	margin: 6px 0;
	color: #FFF;
	list-style: none;
}

#secondary-nav li strong {
	margin-right: 10px;
}

#secondary-nav .menu-quicklinks-container li {
	margin-right: 0;
}

#secondary-nav .menu-quicklinks-container ul {
	float: none !important;
}

#secondary-nav li:last-child a {
	border: none;
}

#secondary-nav a {
	color: rgba(255,255,255,0.5);
	border-right: 1px solid rgba(255,255,255,0.1);
	padding: 0 10px;
	font-weight: bold;
	text-decoration: none;
}

#secondary-nav li:first-child a {
    padding-left: 1em;
}

#secondary-nav a:hover {
	color: #FFF;
}


/*	Aux Navigation
	------------------	*/

/*#aux-nav {
    display: none;
}*/

/*	Aux Navigation
	------------------	*/
#aux-nav {
    background-color: #004377;
    font-size: 11px;
    padding: 1em;
    z-index: 10;
    position: relative;
	display: block;
}

#aux-nav ul {
	margin: 0;
}

#aux-nav li {
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
	list-style: none;
}

#aux-nav i {
    font-size: 2em;
    vertical-align: bottom;
    margin-right: 5px;
}

#aux-nav i.fa.fa-search {
    font-size: 14px !important;
}

#aux-nav ul.social-links {
	float: left;
	margin: 0;
	padding: 0;
}

#aux-nav ul#menu-social-links li {
    margin-right: 5px;
}

#aux-nav a {
	color: rgba(255,255,255,0.75);
	text-decoration: none;
}

#aux-nav a:hover {
	color: rgba(255,255,255,1);
}

.menu-header-contacts-container {
    float: right;
}




/*	Mobile Navigation
	------------------	*/

#mobile_nav {
  display: block;
}

#mobile_nav li {
  text-align: center;
}

#mobile_nav li.home {
  width: 20%;
}

#mobile_nav li.fixtures {
  width: 50%;
}

#mobile_nav li.menu {
  width: 30%;
  text-align: left;
}

#mobile_nav li.menu a {
  background: url(img/mobile_menu.png) no-repeat 20% center;
  display: block;
  padding-left: 47%;
}

#mobile_nav a {
  font-size: 13px;
  display: block;
  padding: 15px 2%;
}

#mobile_nav a:hover,
#mobile_nav a:focus,
#mobile_nav a:active,
#mobile_nav li.menu a:hover,
#mobile_nav li.menu a:focus,
#mobile_nav li.menu a:active {
  background-color: #333;
  color: #FFF;
}

#mobile_nav_dropdown {
  background-color: #333;
  width: 100%;
  display: none;
}

#mobile_nav_dropdown .col1 {
  width: 47%;
  float: left;
  margin-right: 6%;
}

#mobile_nav_dropdown .col2 {
  width: 47%;
  float: right;
}

#mobile_nav_dropdown li {
  list-style: none;
  margin: 0;
  font-size: 12px;
}

#mobile_nav_dropdown a {
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
    padding: 10px 0;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

#mobile_nav_dropdown a:hover,
#mobile_nav_dropdown a:focus,
#mobile_nav_dropdown a:active {
  color: #ffe716;
}


/*	Advertisements
	------------------	*/

body div#wooslider-id-1, body div#wooslider-id-1 p {
    margin-bottom: 0 !important;
}

.wooslider {
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
}

.advertisement {
	width: 960px;
	margin: 0 auto;
	height: auto;
}

.slide-content p, .slide-content {
    margin: 0 !important;
    padding: 0 !important;
}


/*	Wordpress Elements
	------------------	*/

.aligncenter {
    margin: 0 auto;
    display: block;
}

.alignleft {
	float: left;
	margin: 0 25px 25px 0;
}

.alignright {
	float: right;
	margin: 0 0 25px 25px;
}

.breadcrumbs {
	color: #777;
	font-size: 14px;
	float: none;
	margin: 0 0 15px;
	display: block;
}

.breadcrumbs a  {
	color: #777;
	font-weight: normal;
	text-decoration: none;
}

.breadcrumbs a:hover {
	border-bottom: 1px solid #777;
}

.breadcrumbs p {
	margin: 0;
}

.archive article {
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 25px;
    padding-bottom: 25px;
    overflow: hidden;
}

.archive article .meta {
    font-size: 11px !important;
    margin-bottom: 15px;
}

.archive article .meta p {
    margin: 0;
    font-size: 1.0909090909090908em;
}

address {
	line-height: 0.8em;
	margin-bottom: 1em;
	font-style: normal;
}

/*	Fixtures and results - Homepage
	------------------	*/

#fixtures_results select {
  width:100%;
  margin-bottom:10px;
}

.home .fixlist, .home .fixlist li {
	margin: 0 !important;
	list-style-type: none;
}

.home .comp {
	background-color: #ddd;
	text-align: center;
	font-weight: bold;
	padding: 8px 5px;
	font-size: 12px;
	display: block;
}

.home .comp p, .home .fix p { 
	margin: 0; 
}

.home .fix { 
	background-color: #efefef; 
	text-align: center;
	padding: 8px 5%;
	display: block;
	width: 90%;
	border-bottom: 1px solid #f2f1e4;
}

.home .fix:last-child {
	border-bottom: none;
}

.home .date {
	font-size: 11px;
	color: #888;
	text-align: left;
	width: 20%;
}

.home .team1 {
	width: 35%;
	text-align: right;
}

.home .versus {
	width: 10%;
	text-align: center;
}

.home .team2 {
	width: 35%;	
	text-align: left;
}

.home .date, .home .team1, .home .versus, .home .team2 {
	float: left;
}

.home .date p, .home .team1 p, .home .versus p, .home .team2 p {
	width: 100%;
}

#fixtures_results .s480  {
  display:none;
}  	

/*	Fixtures and results - Main Page
	------------------	*/

h3.fix_res_date {
    background: none repeat scroll 0 0 #ddd;
    border-bottom: 0 none;
    clear: both;
    color: #888;
    display: block;
    font-size: 13px;
    margin: 0;
    padding: 5px 10px;
}

.home h3.fix_res_date {
    background-color: #DDDDDD;
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding: 6px 5px;
    text-align: center;
    color:#000;
}

li.fixture-result {
    background-color: #f8f8f8;
    border-bottom: 1px solid #FFFFFF;
    float: left;
    font-size: 13px;
    font-weight: bold;
    list-style-type: none;
    margin: 0;
    padding: 7px 0;
    position: relative;
    width: 100%;
}

.home li.fixture-result {
  font-size:11px;
  font-weight:normal;
}

li.fixture-result a {
    text-decoration: none;
}
.more_info {
    color: #666666;
    font-size: 11px;
    font-weight: normal;
    line-height: 16px;
    text-align: center;
    width: 100%;
    clear:both;
}
.more_info a {
    color: #666666;
    font-weight: normal;
}
.home_team {
    float: left;
    text-align: right;
    width: 50%;
    white-space:nowrap;    
}
.away_team {
    float: right;
    width: 50%;
    white-space:nowrap;  
}
.home_team .details {
    padding: 0 7px 0 0;
}
.away_team .details {
    padding: 0 0 0 7px;
}
.vrs {
    left: 50%;
    margin-left: -0.2em;
    position: absolute;
    width: 0.4em;
    z-index: 11;
}

.data_loader {
  display:none;
}

.data_data {
	margin-top: 20px;
}

.data_data h2 {
	font-size: 20px;
	font-weight: normal;
}

.loader_con {
  height:12px;
}

#fixtures_results .loader_con {
  margin-bottom:10px;
}

.loader_con p {
  margin:0;
}

.res-fix-full {
	float:right !important;
  width:700px;
}

.res-fix-full ul {
	clear: both;
	overflow: hidden;
}

#sidebar-fix-res {
  margin:14px 0 0 0;
}

#sidebar-fix-res h2 {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	border-bottom: 2px solid #DBDBDB;
	margin-bottom: 0;
	padding-bottom: 6px;
}

ul.fix-res {
  margin:0 0 30px 0;
}

ul.fix-res li {
  border-bottom:0;
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 18px;
	border-bottom: 1px solid #E8E8E8;  
}

ul.fix-res li a {
	text-decoration: none;
	color: #777;
	display: block;
	padding: 7px 0;
}

ul.fix-res li a:hover {
	color: #333;
}

.fix_res_filter {
  float:right;
}

/*	Fixtures Dropdown 
		------------------	*/

#fixtures_nav_dropdown {
  background-color: #333;
  width: 100%;
}

#fixtures_nav_dropdown .col1 {
  width: 47%;
  float: left;
  margin-right: 6%;
}

#fixtures_nav_dropdown .col2 {
  width: 47%;
  float: right;
}

#fixtures_nav_dropdown li {
  list-style: none;
  margin: 0;
  font-size: 12px;
}

#fixtures_nav_dropdown a:hover,
#fixtures_nav_dropdown a:focus,
#fixtures_nav_dropdown a:active {
  color: #ffe716;
}


#fixtures_nav_dropdown p {
  font-weight: bold;
  font-size: 13px;
  margin: 10px 0 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #777;
  color: #FFF;
}

#fixtures_nav_dropdown a {
  color: #FFF;
  font-weight: normal;
  text-decoration: none;
  padding: 10px 0;
  display: block;
  border-bottom: 1px solid #555;
}

/*	Main Content
	------------------	*/

#featured_news {
	border-bottom: 2px solid #DBDBDB;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

#featured_news img {
    margin-bottom: 16px;
    min-width: 100%;
   /* margin-top: -50px;*/
}

#featured_news h2 {
	margin: 0 0 10px;
	font-size: 32px;
	line-height: 36px;
}

#featured_news h2 a {
	text-decoration: none;
	font-weight: normal;
}

#featured_news .meta p {
	color: #666;
	margin-bottom: 14px;
	font-weight: normal;
	margin-bottom: 0;
	font-size: 13px;
}

#featured_news .meta a {
	text-decoration: none;
}

#featured_news .meta a:hover {
	text-decoration: underline;
}

.meta span {
	color: #DDD;
	padding: 0 3px;
}

.meta a {
	color: #666;
}

#featured_news .extract {
	font-size: 14px;
	line-height: 22px;
}

#featured_news .extract p:last-child,
#recent_news .extract p:last-child {
	margin-bottom: 0 !important;
}

.page-template-news-php article {
	border-bottom: 1px solid #EEEEEE;
	margin-bottom: 25px;
	padding-bottom: 25px;
	overflow: hidden;
}

#recent_news article p:last-child,
.page-template-news-php article p:last-child {

}

#recent_news article {
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 20px;
    padding: 20px 0;
    overflow: hidden;
}

#recent_news h3 {
	font-size: 20px;
	margin-bottom: 8px;
}

#recent_news p {

}

#recent_news img,
.page-template-news-php article img {
	margin: 0 0 1em;
}

#featured_news .crop-img {
    max-height: 300px;
    overflow: hidden;
    margin-bottom: 1em;
}

article p:last-child {
	margin-bottom: 0;
}

.page-template-news-php article h3 {
	font-size: 26px;
	line-height: 28px;
	margin-bottom: 18px;
}

#recent_news h3 a,
.page-template-news-php article h3 a {
	text-decoration: none;
	font-weight: normal;
}

#recent_news h3 a:hover,
.page-template-news-php article h3 a:hover {
}

#recent_news .meta,
.page-template-news-php article .meta {
	font-size: 11px;
	margin-bottom: 15px;
}

.page-template-news-php article .meta p {
	margin: 10px 0 15px;
	font-size: 13px;
}

#recent_news .meta p {
	margin: 0;
	font-size: 12px;
}


#recent_news .meta a,
.page-template-news-php article .meta a {
	text-decoration: none;
}

#recent_news .meta a:hover,
.page-template-news-php article .meta a:hover {
	text-decoration: underline;
}

.more_news {
    margin: 1em 0 0 0;
}

.page-title {
	margin-bottom: 40px;
	border-bottom: 1px solid #EEE;
}

.page-title h2 {
	float: left;
	color: #333;
}

#aside {
	float: left;
	margin-right: 24px;
	width: 252px;
}

.page #aside {
	width: 160px;
}

/*	Tabs
	------------------	*/

.tab_wrap {
	margin-bottom: 20px;
  	width: 100%;
}

.tab_wrap ul {
	font-size: 11px;
}

ul.tabs,
ul.tabs_social {
  padding: 0;
  margin: 0;
}

ul.tabs li,
ul.tabs_social li {
  display: block;
  float: left;
  padding: 0;
  margin: 0;
  border-bottom: none;
	width: 50%;
	text-align: center;
}

ul.tabs li a,
ul.tabs_social li a {
  display: block;
  padding: 10px 15px;
  margin: 0 1px 0 0;
  font-size: 12px;
  color: #aaa;
  text-decoration:none;
  background: #EFEFEF;   
}

ul.tabs li a:hover,
ul.tabs_social li a:hover {
  color: #333;
	background: #c7d5e1;
}

ul.tabs li a.selected,
ul.tabs_social li a.selected {
  font-weight: bold;
  color: #fff;
  border-bottom: 0;
  margin-bottom: -1px;
  background: #333;    
}

.tab-content,
.tab-content_social {
	clear: both;
}


/*	Sidebar
	------------------	*/

#sidebar .sidebar-module {
	background-color: #F1F1F1;
}

#sidebar .sidebar-module h2 {
	background-color: #005fb6;
	color: #FFF;
	padding: 12px 1em;
	display: block;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.sidebar-module h3 {
    font-size: 1em;
    margin-bottom: 0.5em;
}

#sidebar .sidebar-module ul {
	padding: 1.16666666666667em;
	font-size: 13px;
}

#sidebar .sidebar-module ul li {
	list-style: disc;
	margin: 0 0 0.25em 1.5em;
	padding: 0;
}

#sidebar .sidebar-module ul li:last-child {
	margin-bottom: 0;
}

#sidebar .sidebar-module li a {

}

#sidebar h2 {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: 6px;
}

#sidebar ul {
	margin: 0 0 20px;
}

#sidebar li {
	list-style: none;
	margin: 0;
	padding: 8px 0;
	line-height: 18px;
}

.meta {
	color: #888;
}

#sidebar .meta {
	font-size: 11px;
	font-weight: normal;
	color: #888;
}

#sidebar li:last-child a {
	border: none;
}

#sidebar li a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
	display: block;
}

#sidebar li a:hover {
	text-decoration: underline;
}

#sidebar ul.children li a {
	border-bottom: 1px solid #E8E8E8;
	font-size: 11px;
	font-weight: bold;
	padding-left: 20px;
	color: #999;
}

.textwidget h3,
.sidebar h3 {
    font-size: 1em;
    font-weight: bold;
    border-bottom: 1px solid;
}

.home .sidebar div {
    margin-top: 20px;
}

.home .sidebar div:first-child {
    margin-top: 0;
}

#archives ul {
	margin-bottom: 0;
}

#archives li {
	padding: 7px 0;
}

/*	Lotto Styles
	------------------	*/

.lotto-box {
    margin-bottom: 10px;
    padding: 1em;
}

.lottery-boxes {
    border: 1px solid #eaeaea;
    padding: 1em;
    text-align: center;
    background: #fafafa;
}

.lotto-box ul li {
    list-style: none;
    border-bottom: 1px solid #eaeaea;
    margin: 0;
    padding: 5px 0;
}

p.next-wk-jp {
    background-color: #435464;
    color: #fff;
    text-align: center;
    font-weight: bold;
    margin-bottom: 0;
}

p.lotto-no span {
    padding: 4px 7px;
    color: #fff;
    display: inline-block;
    min-width: 14px;
    text-align: center;
    width: 28px;
    border-radius: 50%;
    margin: 0;
    background: radial-gradient(circle at 10px 10px, #8e7abf, #262F38);
    font-size: 11px;
    font-weight: bold;
}

p.lotto-no.bonus span {
    background-color: #768591;
    color: #262F38;
}


/*	Footer Styles
	------------------	*/

.slider-container {
    padding: 30px 0 0 0;
    margin-bottom: -30px;
}

#footer {
	padding: 20px 0;
	background-color: #005fb6;
	color: #DDD;
	text-align: left;
}

#footer p {
    color: #FFF;
    font-size: 1em;
}

#footer a {
	color: #DDD;
}

.county-board-info ul, .social-media ul {
  list-style: none;
  color: #fff;
}

.county-board-info ul li {
  margin-left: 0 !important;
}

#footer .county-board-info li {
    margin: 0;
    display: inline;
    list-style: none;
}

.ulster-gaa-news {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    margin-top: 1em;
    padding-top: 2em;
}

.county-board-info h4,
.social-media h4,
.ulster-gaa-news h4 {
	color:#fff;
} 

#footer h4 {
  font-size: 16px;
  color: #fff !important;
}

.ulster-gaa-news ul li .desc {
  font-size: 11px;
}

.ulster-gaa-news ul li .title {
  font-size: 14px;
  margin-bottom: 6px;
}

.ulster-gaa-news ul li {
  list-style: none;
  padding: 10px 0;
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.social-media ul li {
    list-style: none;
    margin: 0;
    padding: 0 0 20px 0;
    font-size: 14px;
    display: inline;
}

.social-media ul li i.fa {
  font-size: 30px;
  padding-right: 10px;
}

.social-media ul li i.fa.fa-envelope {
    font-size: 26px;
}

.social-media ul li a {
  text-decoration: none;
  color: #fff !important;
}

.social-media ul li span {
  vertical-align: super;
}

.ulster-gaa-news ul li a {
  color: #fff !important;
  text-decoration: none;
}

.ulster-gaa-news ul li .desc span {
  font-weight: 800;
  text-transform: uppercase;
}

/*	Single Styles
	------------------	*/

.single .post header {
	margin-bottom: 25px;
}

.single .post {
	border-bottom: 2px solid #DBDBDB;
	margin-bottom: 25px;
	padding-bottom: 25px;
	overflow: hidden;
}

.single .post .meta p {
	margin: 0;
	font-size: 13px;
}

.single .post .meta {
	margin: 0 0 1em;
}

#related_posts h3 a {
	font-size: 14px;
	text-decoration: none;
	margin-bottom: 6px;
	line-height: 16px;
}

#related_posts article:last-child {
	margin-right: 0;
}

#related_posts img {
	margin-bottom: 8px;
}

#related_posts article .meta {
	color: #666;
}

.wp-paginate li,
.wp-paginate .title {
	color: #777 !important;
	margin: 0;
	font-weight: bold !important;
}

.wp-paginate .current {
	color: #777 !important;
	font-weight: bold !important;
	background: #e3e3e3 !important;
	border-color: #e3e3e3 !important;
}

.wp-paginate a {
	background: #FFF !important;
	border-color: #e3e3e3 !important;
	color: #888 !important;
	font-weight: normal !important;
}

.wp-paginate a:hover {
	background-color: #EFEFEF !important;
}

/*	Responsive Video Styles
	------------------------	*/

#video_playlist li {
	margin: 0 0 10px;
	list-style: none;
}

#video_playlist li a {
	color: #777;
	text-decoration: none;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom: 20px;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*	Cookie Plugin Over Writes
	--------------------------	*/

#cookie-compliance-bottom-overlay {
	background-color: #333 !important;
}

#cookie-compliance-bottom-overlay a#cookie-compliance-submit {
	border: none !important;
	background-color: #72b750 !important;
	font-size: 12px !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none !important;
	right: 13em !important;
}

#cookie-compliance-bottom-overlay a#cookie-compliance-cancel {
	background-color: #cb4f4f !important;
	border: none !important;
	font-size: 12px !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none !important;
}

#cookie-compliance-bottom-overlay div {
	margin: 11px auto !important;
}

#cookie-compliance-bottom-overlay {
	height: 40px !important;
}


/*	Tables
	------------------	*/

table {
    border-collapse: collapse;
    /* border-left: 1px solid #eaeaea; */
    font-size: 12px;
    width: 100%;
    margin-bottom: 3em;
}
  
  th.team-name-fw {
      width: 100%;
  }

  #fixtures_results_main table {
      table-layout: fixed;
  }
  
  th {
      border-bottom: 2px solid #eaeaea;
      color: #333;
      padding: 10px;
      text-align: left;
      width: 30%;
      font-size: 1.1666666666666667em;
  }
  
  td {
    background-color: #fff;
    border-bottom: 1px solid #eaeaea;
   /* border-right: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;*/
    line-height: 1.5em;
    padding: 10px;
  }
  
  tr:nth-child(odd) td {
      background-color: #fafafa;
  }
  
  #filter-nav {
      height: 37px;
  }
  
  /*	Contact Form Styles
  		------------------	*/
  
  div.wpcf7-validation-errors {
	  border: 2px solid #B90E0A;
	  background-color: #B90E0A;
	  color: #fff;
	  font-weight: bold;
  }
  
  span.wpcf7-not-valid-tip {
      color: #B90E0A;
      font-size: 1em;
      display: block;
  }
  
  #desktop_nav, #secondary-nav {
	  display: none;
  }
  
  #gaa, #ulstergaa, #antrimgaa, #county, #provincial, #lgfa { display: none; }
  
  

  /*	Other Styles
  	--------------------------	*/

  #fb-root {
      display: none;
  }

  .fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
      width: 100% !important;
  }

  iframe {
  	width: 100% !important;
  }

  .home #tnt_pagination {
  	display: none;
  }

  .home div.imgboxblack {
  	-moz-box-shadow: none;
  	-webkit-box-shadow: none;
  	box-shadow: none;
  }

  .home .imgboxouter:first-child {
  	margin-top: 0;
  }

  .hide-for-small-only {
    display: none;
  }

  .s480  {
    display:none;
  }  

/* Medium and up */
@media screen and (min-width: 40em) {
	
	#aux-nav ul#menu-social-links li {
		margin-right: 15px;
	}
	
	#mobile_nav,
	#mobile_nav_dropdown,
	#fixtures_nav_dropdown {
		display: none;
	}
	
	/*#aux-nav {
	    display: none;
	}*/
	
	.slider-container { 
	  padding: 50px 0 0 0;
	  margin-bottom: -30px;
	}
	
	#gaa, #ulstergaa, #antrimgaa, #county, #provincial, #lgfa { display: block; }
	
    #desktop_nav, #secondary-nav {
  	  display: block;
    }
	
    #mobile_nav {
  	  display: none;
    }
	
    .hide-for-small-only {
  	  display: inline-block;
    }
	
	#logo h1 {
		font-size: 22px;
	}	
	
	div#content.res-fix-full {
	    width: 73%;
	}
	
	div#header .wrap {
	    width: 90%;
	}
	
	div#main {
	    width: 100%;
	}
	
	.wrap {
		width: 93%;
		padding: 20px 28px;
	}
	
	#content, .home #content {
	    width: 48%;
		margin-right: 1%;
	}
	
	body #aside {
	    float: left;
	    margin-right: 24px;
	    width: 34%;
		margin-right: 1%;
	}
	
	body #aux {
	    float: left;
	    width: 16%;
	}
	
	
	#nav .wrap {
	    width: 93%;
	}

	#search {
		display: none;
	}
	
	#corporate_partners img {
		width: 120px;
	}
	
	#recent_news {
		margin-bottom: 20px;
	}
	
	#video_playlist {
		width: 50%;
	}
	
	#featured_news img {
		min-width: 100%;
	}
	
}
	  
/* Large and up */
@media screen and (min-width: 64em) {
  	
	/*	Aux Navigation
		------------------	*/
	#aux-nav {
	    background-color: #004377;
	    font-size: 11px;
	    padding: 1em;
	    z-index: 10;
	    position: relative;
		display: block;
	}
	
	#aux-nav ul {
		margin: 0;
	}

	#aux-nav li {
		margin: 0 10px 0 0;
		padding: 0;
		float: left;
		list-style: none;
	}

	#aux-nav i {
	    font-size: 1.6363636363636365em;
	    vertical-align: bottom;
	    margin-right: 5px;
	}

	#aux-nav ul.social-links {
		float: left;
		margin: 0;
		padding: 0;
	}

	#aux-nav ul#menu-social-links li {
		margin-right: 15px;
	}
	
	#aux-nav a {
		color: rgba(255,255,255,0.75);
		text-decoration: none;
	}

	#aux-nav a:hover {
		color: rgba(255,255,255,1);
	}
	
	.menu-header-contacts-container {
	    float: right;
	}
	
	#logo h1 {
	    font-size: 3em;
	    letter-spacing: -0.25px;
	    margin: 1.4em 0 0;
	}
	
    #mobile_nav,
    #mobile_nav_dropdown,
    #fixtures_nav_dropdown {
    	display: none !important;
    }
  
    #filter-nav {
        width: 100%;
        float: left;
    }
  
    #fixtures_results_main ul.tabs {
      width: 100%;
      float:right;
    }
  
    .loader_con {
      clear:both;
    }
	
	.social-media ul li {
	    display: block;
	}
  
}

  .acf-map {
	  width: 100%;
	  height: 250px;
	  border: #ccc solid 1px;
	  margin: 20px 0;
  }

  /* fixes potential theme css conflict */
  .acf-map img {
	  max-width: inherit !important;
}