/*  
Theme Name: Ulster Camogie Foundation
Theme URL: http://ulstercamogie.ie
Description: Ulster Camogie Wordpress Template
Version: 2.0
Author: Lairdesign
Author URL: http://lairdesign.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;
}

#primary {
    padding: 1em;
}

#aux-header {
	background-color: #003055;
	color: #1b71b4;
	font-size: 11px;
}

#aux-header .wrap {
	padding-top: 8px;
	padding-bottom: 8px;
}

#aux-header p {
	margin: 0;
}

#aux-header a {
	color: #1b71b4;
	text-decoration: none;
}


/*	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);}

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;
}

h1, h2, h3, h4 {
	font-family: "proxima-nova",sans-serif;
	font-weight: normal;
	color: #005fb6;
}

h1 {
    color: #A99A6F;
    font-weight: bold;
    font-size: 3em;
    line-height: 1.666666666666667em;
    border-bottom: 2px solid #dddddd;
    margin-bottom: 20px;
}

h1 + p, h1 + .post-meta + p {
    color: #444;
    font-size: 1.125em;
    line-height: 1.4444444444444441em;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 16px;
}

body p {
	 margin-bottom: 20px;
}

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;
}

/* Quick Overides */

header {
	background-color: #005fb6; /* Insert Colour */
	color: #FFF;
}

#nav {
	background-color: #004b86;
}

a:hover {
	text-decoration: underline;
}

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

.aligncenter {
	margin: 0 auto;
}

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

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

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

#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;

}

#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;
}

#quicklinks {
	float: left;
	width: 85%;
}

#social_media {
	float: right;
	width: 15%;
}

ul#desktop_nav, #secondary-nav {
    display: none;
}

/*	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(/wp-content/themes/ulster_camogie_02/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
*/

#strip_advert .wrap {
	padding-bottom: 0;
}

#strip_advert img {
	margin: 0 auto;
}

#strip_advert .desktop {
	display: block;
}

#strip_advert .mobile {
	display: none;
}

#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-nav {
    background-color: #004377;
    font-size: 11px;
    padding: 1em;
}

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

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

.breadcrumbs {
    margin-bottom: 0;
    font-size: 0.875em;
}

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

#subnav-fix-res {
	width: 22%;
	padding-right: 3.048780487805%;
	float: left;
}

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

.breadcrumbs p {
	margin: 0;
}

#aux-nav ul {
	margin: 0;
}

#aux-nav .wrap {
	padding-top: 8px;
	padding-bottom: 8px;
}

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

#aux-nav ul.social-links li {
	margin-right: 15px;
}

#aux-nav ul.quicklinks {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}

#aux-nav ul.quicklinks li {
	margin-left: 15px;
}

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

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

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

.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;
}

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

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


.left {
  width: 436px;
  float:left;  
}

.right {
  width: 436px;
  float:right;
}

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;
}

h4.results_title {
  margin:0 0 25px 0;
	font-size: 15px;
	font-weight:bold;
}

.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;
}

ul.fix-res .current a {
	color: #333;
	background: url(/wp-content/themes/ulster_camogie_02/img/current.gif) right center no-repeat;
}

.fix_res_filter {
  float:right;
}

#secondary-nav #page_sidebar {
	float: left;
}

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

#main-content ul {
    margin: 0 1em 1em;
}

#fixtures_results_main ul {
    margin: 0 !important;
}

.home #content {
	display: block;
	float: left;
	margin-right: 24px;
	width: 436px;
}

.page-id-5888 #content {
	width: 100%;
}

.page-id-5888 #sidebar {
	display: none;
}

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

#featured_news img {
    margin-bottom: 0;
    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 h2 a:hover {
}

#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;
    font-size: 0.875em;
}

.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;
}

.post-thum {
	width: 25%;
	float: left;
}

.post-content {
		width: 70%;
	float: right;
}

#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 {
	/*color: #005fb6;*/
}

#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-template-news-php #recent_news img {

}

.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;
}

.tab_container {

}

#sidebar ul.nav_page {
  border-top: 1px solid #E8E8E8;  
  margin-top:36px;
}

#county-logos p {
    text-align: center;
}

.county-crest {
    float: right;
    background-color: #fff;
}

/*
Sidebar Module
*/



#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 .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 {

}

/*
Homepage Fixtures and Results Styles
*/

.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;
}  	

/*
End
*/

#aux {
	float: right;
	width: 160px;
}

#aux .module {
	margin-bottom: 20px;
}

#sitelinks h3 {
	margin-bottom: 0;
}

#sitelinks ul {
	margin: 0;
}

#sitelinks li {
	list-style: none;
	margin: 0;
	padding: 8px 0;
	border-bottom: 1px solid #DBDBDB;
}

#sitelinks li:last-child {
	border-bottom: none;
}

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

#sitelinks a:hover {
	text-decoration: underline;
}

/*#sidebar {
    margin-top: 2em;
}

.home #sidebar {
    margin-top: 0;
}*/

#sidebar h2 {
    font-size: 0.8125em;
    line-height: 1em;
    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;
}

.page-template-fixtures_res_homepage-php #content {
	padding: 0;
	width: 82.825203252033%;
	margin-right: 0 !important;
}



#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: none;
    border-bottom: 1px solid;
    display: inline-block;
}

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

#archives ul {
	margin-bottom: 0;
}

#archives li a {

}

#archives li {
	padding: 7px 0;
}

#advert {
	margin-bottom: 20px;
}

.drop_arrow {
  position:absolute;
  display:none;
  cursor:pointer;  
  width:25px;
  height:29px;
  top:0;
  right:0;
  background: url(/wp-content/themes/ulster_camogie_02/img/down_arrow_02.png) -2px 10px no-repeat;
}

.module h3 {
	font-size: 14px;
	border-top: 1px solid #DBDBDB;
	border-bottom: 1px solid #DBDBDB;
	font-weight: bold;
	display: block;
	padding: 10px 0;
}

#lotto p {
	margin: 0;
	font-size: 13px;
	line-height: 19px;
}

.lotto-results {
	margin: 1em 0;
	padding: 0;
}

.lotto-results li {
	list-style: none;
	background-color: #EEE;
	float: left;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	display: inline-block;
	text-align: center;
	padding: 0.5em 1em;
	font-weight: bold;
	font-size: 14px;
	margin: 0 0.25em;
	background: rgba(241,231,103,1);
	background: -moz-linear-gradient(top, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(241,231,103,1)), color-stop(100%, rgba(254,182,69,1)));
	background: -webkit-linear-gradient(top, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
	background: -o-linear-gradient(top, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
	background: -ms-linear-gradient(top, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
	background: linear-gradient(to bottom, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#feb645', GradientType=0 );
}

#about_text {
	float: left;
	width: 436px;
}

#awards {
	float: right;
	width: 436px;
	padding-top: 15px;
	text-align: right;
}

#awards img,
#awards a {
	margin-left: 20px;
	width: 18%;
}

#awards img:first-child {
	margin-left: 0;
}

img.irish_news_award {
	margin-bottom: 17px;
	width: 25% !important;
}

#corporate_partners {
	background-color: #000;
}

#corporate_partners a {
	margin: 0 60px 5px 0;
}

#corporate_partners img {
	width: 120px; /*129px*/
}

#corporate_partners a:last-child {
	margin-right: 0;
}

#corporate_partners .wrap {
	padding-bottom: 0;
}

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

#footer a {
	color: #DDD;
}

#copyright {
	color: #FFF;
}

#copyright span {
	color: #FFF;
	padding: 0 3px;
}

#copyright a {
	color: #FFF;
	text-decoration: none;
}

#copyright a:hover {
	text-decoration: underline;
}

#site_info {

}

#clubandcounty a {
	background: url(/wp-content/themes/ulster_camogie_02/img/ld.png) no-repeat center center;
	text-indent: -9999px;
	height: 30px;
	display: block;
	width: 128px;
	margin: 0 auto;
	margin-top: 20px;
}

#events {
	margin-bottom: 20px;
}

#block_advert {
	margin-bottom: 20px;
}

#block_advert img {
	min-width: 100%;
}

#block_advert ul,
#block_advert li {
	list-style: none;
	margin: 0;
}


/* Footer Styles*/

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

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


.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;
}

.social-media ul li i.fa {
    font-size: 2em;
}

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

.social-media ul li span {
  vertical-align: super;
  padding-left: 10px;
}

.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 h2 + p {
    font-size: 1.25em;
    line-height: 1.4em;
    margin-bottom: 1em;
}

.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;
}

#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;
}

#fb-root {
    display: none;
}

/* To fill the container and nothing else */

.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;
}

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

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

.slide-excerpt .meta, .slide-excerpt p {
    display: none;
}

li.slide .slider-img {
    overflow: hidden;
    height: auto;
}

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


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

.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;
}

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

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

  #fixtures_results_main table {
      table-layout: fixed;
  }
  
  th {
    background-color: #eee;
    border-bottom: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    color: #333;
    padding: 10px;
    text-align: left;
    width: 30%;
  }
  td {
    background-color: #fff;
    border-bottom: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    line-height: 1.5em;
    padding: 10px;
  }
  
  #filter-nav {
      height: 37px;
  }
  
  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;
  }
  
  #county-links {
      display:none;
  }
  
  #site-sponsor {
	  margin-top: 10px;
  }

/* Typography */

h1 {color: #333;}
h2 {font-size: 20px;}
h3 {font-weight: bold;}

a {color: #a99c75;}
a:hover { color: #01615c; text-decoration: underline; cursor: pointer;}
a:hover, a:focus { color: #01615c;}


/* Header */

header .row, #aux-nav .row, #nav .row, #secondary-nav .row {
    margin-bottom: 0 !important;
}

#aux-nav {
    background-color: #970031;
}

header {
    background-size: cover;
    z-index: 10;
    position: relative;
    padding: 0.8333333333333334em;
	background: #7c0023; /* Old browsers */
	background: -moz-linear-gradient(left, #7c0023 0%, #970031 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #7c0023 0%,#970031 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #7c0023 0%,#970031 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c0023', endColorstr='#970031',GradientType=1 ); /* IE6-9 */
}

#logo .small-9 {
    margin-top: 1em;
}

#wooslider-id-2 img {
    border: 1px solid #a6a6a6 !important;
}

th {
    width: auto;
}

.crests {
    margin-top: 1em;
}

body header h1 a {
    color: #a99c75;
    font-weight: bold;
}

.social-links {
    margin-top: 3px;
}

.menu-header-contacts-container {
    margin-top: 2px;
}

#secondary-nav {
    background-color: #887d5f !important;
    padding: 0 !important;
}

#secondary-nav a {
    color: #fff !important;
}

article.search {
    padding-bottom: 1em;
}

input#searchsubmit {
    background-color: #a99c75;
    border: none;
    color: #fff;
    position: relative;
    left: -3px;
    top: 0;
    height: 24px;
    font-weight: bold;
}

#secondary-nav li {
    padding: 1em 0 !important;
	margin: 0 !important;
}

li.current-page-ancestor {
	background-color: #887d5f;
}

.page-title {
    margin-bottom: 2em;
}

ul.subpages-menu li a {
    display: block;
    background-color: #a99c75;
    color: #fff;
    padding: 10px 1em;
    border-radius: 5px;
}

ul.subpages-menu li a:hover {
    color: white !important;
    background-color: #024844 !important;
    text-decoration: none;
}

ul.subpages-menu li {
    display: inline-block;
    padding: 0;
    margin: 0 1em 0 0;
}

.page-parent ul.subpages-menu {
    list-style: none;
    padding-bottom: 2em;
    border-bottom: 1px solid #eeeeee;
}

.tribe-events-day {
    padding: 0 !important;
}

::selection 	 	{background: rgb(190, 227, 255);}
::-moz-selection 	{background: rgb(190, 227, 255);}
img::selection 		{background: transparent;}
img::-moz-selection	{background: transparent;}

input#s {
    width: 70%;
    height: 24px;
    float: left;
    font-size: 10px;
	margin: 0;
}

.btn {
    padding: 7px;
    background-color: #a99c75;
    border: none;
    color: #fff;
    position: relative;
    left: -3px;
    top: 0;
    height: 24px;
    font-weight: bold;
    width: 30% !important;
}

#sidebar ul li.current_page_item a {
    border-bottom: 1px solid;
    display: inline-block !important;
}

#sidebar ul li.current_page_item a:hover {
	text-decoration: none;
    border-bottom: 1px solid;
    display: inline-block !important;
}

#sidebar ul.children li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border-bottom: 0 !important;
}

#sidebar ul.children {
    margin: 0 !important;
    padding: 0 !important;
}

.page-id-18 h2 a {
    font-size: 12px;
}

#main a:hover {
    color: #887d5f;
}

#logo img {
    width: 70%;
    float: none !important;
    margin: 1em auto;
    display: block;
}

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

#gaa {
    margin-top: 3em;
}

#oneills {
    margin-top: 2.5em;
}

#provincial {
    margin-top: -1em;
}

#county {
    margin-top: 2em;
}

#gaa img, #provincial img, #county img {
	float:right;
}

p {
	color: #444;
}

#nav, #nav .wrap {
    background-color: #a99c75;
    z-index: 10;
    position: relative;
    padding: 0;
}

#related_posts article:nth-child(4) {
	margin-right: 0 !important;
}

.single .post .featured-post-image {
	min-width: 100%;
}

.single .post header + p {
	font-weight: bold;
}

.single .post .meta {
    margin: 15px 0 20px;
}

h1, h2, h3, h4 {
    color: #333;
}

.page-template-mckenna-cup-16 h4 {
	font-weight: bold !important;
	font-size: 1.2em !important;
}

.desc {
    color: #887d5f;
}

.single h2 {
    font-size: 2em;
    line-height: 30px;
    margin-bottom: 15px;
    letter-spacing: -1px;
}

.advertisement {
	display: none;
}


#nav .current_page_item a, #nav .current_page_ancestor a, #nav .current_page_parent a {
    background-color: #887d5f;
}

#nav a {
    color: #fff;
    font-size: 1.166666666666667em;
}

#nav a:hover, body.home #nav .current_page_item a:hover {
    background-color: #887d5f;
}

.uc-hp-module {
    margin-bottom: 14px;
}

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

#sidebar .sidebar-module h2 {
    background-color: #a99c75;
}

#footer {
    padding: 20px 0;
    background-color: #970031;
    background-size: cover;
    color: #fff;
    text-align: center;
}

#nav_sidebar {
    overflow: scroll;
    height: 200px;
    margin-bottom: 3em;
}


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

#footer h4 {
    font-weight: bold;
    margin-bottom: 0.8em;
}

.social-media ul li a:hover span, .ulster-gaa-news a:hover {
    border-bottom: 1px solid #fff;
}

#featured_news {
	border-bottom-width: 1px;
}

#featured_news h2 {
    font-size: 20px;
    line-height: 24px;
}

#featured_news h2 a {
	color: #ffffff;
	font-weight: bold;
}

article h3 a {
    color: #a99c75;
    font-weight: bold;
}

h2.slide-title {
    background-color: #333333;
    padding: 14px;
}

.page-template-news-php .crop-img {
    max-height: 215px;
    overflow: hidden;
    margin-bottom: 1em;
}

.page-template-news-php article img {
    margin: 0 0 1em;
    width: 100%;
}

.single .crop-img {
    max-height: 180px !important;
    overflow: hidden;
    border: 1px solid #ccc;
}

article h2 {
    font-size: 1.3333333333333333em;
    margin-bottom: 0;
    padding-bottom: 0;
}

.page-template-news-php article .meta p {
    margin: 0;
    font-size: 1.0909090909090908em;
}

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

#menu-item-18057 {
	margin-left: -15px !important;
}

#recent_news h3,
article h3 a  {
   font-size: 18px;
   text-decoration: none;
}

#recent_news h3 a,
article h3 a {
	color: #333;
	font-weight: bold;
}

#footer .county-board-info a {
    color: #ffffff;
    text-decoration: none;
}

.county-board-info ul {
    margin-top: 1em;
}

.county-board-info ul li {
    display: inline;
    font-size: 0.875em;
    margin-right: 1em;
}

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

section.footer-sponsors {
    border-top: 1px solid #ccc;
    background-color: #fff;
}

ul#partners {
    text-align: left;
    padding: 1em 0;
}

ul#partners li {
    display: inline-block;
    list-style: none;
    margin-right: 2em;
}

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

#sidebar ul.children li a {
    border-bottom: none;
    font-size: 11px;
    font-weight: bold;
    padding-left: 0;
    color: #333;
}

#sidebar li a {
    text-transform: capitalize;
}

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

#sidebar .sidebar-module {
    margin-bottom: 1em;
}

.home #sidebar .sidebar-module {
    margin-bottom: 1em;
    padding-bottom: 5px;
}

.post-content h3 a {
    line-height: 1.3em;
}

#related_posts h3 {
    font-weight: bold;
}

#main {
	background: #EEE url(/wp-content/themes/ulster_camogie_02/img/saul-body-bg-01.png) center center no-repeat;
	background-size: cover;
	padding-top: 0;
	padding-bottom: 0;
}

#main .wrapper {
    -webkit-box-shadow: 0px 3px 25px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 3px 25px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 3px 25px 0px rgba(0,0,0,0.4);
    background-color: #FFF;
    overflow: hidden;
    padding-top: 1em;
    padding-bottom: 2em;
    margin-bottom: 2em;
}

#secondary-nav {
    background-color: #333;
}

#secondary-nav a {
	color: #fff;
}

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

body .home_team {
  width: 48%;
  float: left;
  text-align: right;
  white-space: inherit;
}

body .vrs {
	width: 4%;
	float:left;
	text-align: center;
}

.vrs {
  left: 48% !important;
  margin-left: 0 !important;
  position: absolute;
  width: 0.4em;
  z-index: 11;
}

body .away_team {
  width: 48%;
  float: right;
  white-space: inherit;
}

body .home_team .details {
  float: left;
  width: 81%;
}

body .away_team .details {
  float: right;
  width: 81%;
}

#footer {
    z-index: 10;
    position: relative;
    text-align: left;
}

body.home .home_team .details {
  float: left;
  width: 67%;
  text-align: center;
}

body.home .away_team .details {
  float: right;
  width: 67%;
  text-align: center;
}

#footer p {
	color: #FFF;
}

img.aligncenter.size-full.wp-image-14722 {
    margin: 0 auto;
    display: block;
}

.viewport {
    height: 50px;
}

#sponsors {
	margin-top: 2em;
}

#sponsors a {
	overflow: hidden;
}

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


ul.fix-res h4 {
    font-weight: bold;
    border-bottom: 1px solid;
    font-size: 1em;
}

.page-template-mysaul article .meta {
    font-size: 11px;
    margin-bottom: 15px;
}


input.wpcf7-form-control {
    width: 100%;
    height: 33px;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    border-color: #ccc;
    height: 152px;
}

.home #sidebar img {
    border: 1px solid #eaeaea;
    margin-bottom: 1em;
    width: 85%;
    margin: 1em auto;
    display: block;
}

#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: #970031;
}

#mobile_nav_dropdown, #fixtures_nav_dropdown {
    background-color: #970031;
}

#mobile_nav_dropdown a:hover, #mobile_nav_dropdown a:focus, #mobile_nav_dropdown a:active, #fixtures_nav_dropdown a:hover, #fixtures_nav_dropdown a:focus, #fixtures_nav_dropdown a:active {
    color: rgba(255,255,255,0.8);
}

ul ul#menu-main-navigation-1 {
    margin: 0;
}

ul.coaching-res {
    list-style: none;
    background-color: #eaeaea;
    padding: 10px;
}

ul.coaching-res li {
    display: inline;
    margin: 0;
    padding-right: 13px;
}

ul.coaching-res li a {
	text-decoration: underline;
}

.page-id-173 a.package-title {
    pointer-events: none;
    cursor: default;
    color: #000;
}

.flexslider {
    border: none !important;
}

.bx-wrapper {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    background: #fff;
}



.hp-sidebar h2 {
    font-size: 1em;
    font-weight: bold;
    border-bottom: 1px solid #000;
}

.sidebar h4 {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 0;
}

.join-parnells {
    padding: 1em;
    text-align: center;
    background: #FEDB16;
    background: -moz-linear-gradient(top, #FEDB16 0%, #887d5f 100%);
    background: -webkit-linear-gradient(top, #FEDB16 0%, #887d5f 100%);
    background: linear-gradient(to bottom, #FEDB16 0%, #887d5f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#887d5f',GradientType=0 );
    border: 1px solid #999;
}

ul.contact-social li {
    list-style: none;
    display: inline;
    padding: 0 1em 0 0;
    margin: 0;
}

hr {
    border-bottom: 1px solid #ccc;
    margin: 1em 0 2em 0;
}

#wpcf7-f4566-o1 .wpcf7-validation-errors {
    border: 2px solid #d20000;
    background-color: #d20000;
    color: white;
}

#wpcf7-f4566-o1 span.wpcf7-not-valid-tip {
    color: #d20000;
	font-size: 0.8em;
	display: block;
	font-weight: bold;
}

#wpcf7-f4566-o1 p {
    font-size: 1em;
    font-weight: bold;
}

/*#child-pg-links {
    display: none;
}*/

.page-parent #child-pg-links {
    display: block;
}

.page-template-default div.tab-content.tabs1 > div > div > table > tbody > tr:nth-child(1) > th:nth-child(2) {
    width: 90%;
}

.two-col-news {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.threecoltab {
-webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count:3; /* Firefox */
    column-count: 3;
    column-width: 40px;
}

li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-24 {
    display: none;
}

/* Lotto styles */


.lottery-boxes {
    border: 1px solid #eaeaea;
    background: #fafafa;
}

.lotto-box ul li {
    border-bottom: 1px solid #eaeaea;
}


p.next-wk-jp {
    background-color: #a99c75;
    color: #fff;
}

p.lotto-no span {
    color: #fff;
    background: radial-gradient(circle at 10px 10px, #a99c75, #025042);
}

p.lotto-no.bonus span {
    background-color: #fff;
    color: #887d5f;
}

#featured_news {
    margin-bottom: 0;
}

#logo h1 {
    margin: 0;
	padding: 5px 0 0 0;
}

.button {
    background-color: #a99c75;
    font-size: 1em;
    border-radius: 5px;
    color: #fff;
    width: 100%;
}

.button:hover, .button:focus {
    background-color: #00423e;
    color: #fff !important;
	text-decoration: none !important;
}

.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;
}

.page-template-club-single-php h1 {
    margin-bottom: 0;
    font-weight: bold;
}

.hide-for-medium-down {
    display: none;
}

button#searchsubmit {
    padding: 5px;
    background-color: #a99c75;
    border: none;
    color: #fff;
    position: relative;
    left: -3px;
    top: 0px;
    font-weight: bold;
}

.large-4 .committee {
    padding: 1em;
    background: #fafafa;
    margin-top: 1em;
    min-height: 300px;
    border: 1px solid #eaeaea;
    margin-bottom: 1.5em;
}


/*
Side bar mobile styling
*/


.home #sidebar .sidebar-module {
    width: 100% !important;
}

.home #sidebar img {
    width: 100%;
    display: inline-block;
    margin: 2px 0;
}

.hide-for-medium-down {
    display: none;
}

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

#aux-nav i.fa.fa-search {
    font-size: 1em;
}

p.video-title {
    color: #810026;
    padding: 0 10px 10px;
    font-size: 12px;
    text-align: center;
    margin: 0;
}

#video_playlist a:hover {
    text-decoration: none !important;
}

#footer .social-media ul li {
    width: auto;
    display: inline-block;
}

/* Medium and up */
@media screen and (min-width: 40em) {
	
	#featured_news img {
	    margin-bottom: 16px;
	    min-width: 100%;
	   /* margin-top: -50px;*/
	}
	
	li.slide .slider-img {
	    overflow: hidden;
	    height: 300px;
	}
	
	#primary {
	    padding: 0;
	}
	
	#nav_sidebar {
	    height: 518px;
	}
	
	#site-sponsor {
		display: block;
	}
	
    #county-links {
		display: block;
        clear: right;
        float: right;
        margin: 0;
    }
  
    #county-links li {
        list-style: none;
        float: left;
        margin: 0;
        width: 11%;
    }
	
	input#s {
	    width: 70%;
	    height: 24px;
	    float: left;
	    font-size: 10px;
		margin: 0;
	}
	
	.page-template-club-single-php h1 {
	    margin: 20px 0;
	    font-weight: normal;
	}
	
	.page-template-news-php .crop-img {
	    max-height: 125px;
	    overflow: hidden;
	    margin-bottom: 1em;
	}
	
	#logo .small-9 {
	    margin-top: 0.5em;
	}
	
	#logo h1 {
	    font-size: 2.5em;
	    letter-spacing: -0.25px;
	    margin: 18px 0px 0;
	    color: #fff;
	    font-weight: bold;
	}

	
	#aux-nav {
	    background-color: #5f0220;
	}
	
	#aux-nav ul#menu-social-links li,
	#aux-nav ul#menu-header-contacts li {
	    margin-right: 15px;
	}
	
	li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-24 {
	    display: block;
	}
	
	h2 {font-size: 30px;}
	
	.hide-for-medium-down {
	    display: none;
	}
	
	/*
	Side bar mobile styling
	*/

	.home #sidebar .sidebar-module {
	    width: 100% !important;
	}

	.home #sidebar img {
	    width: 100%;
	    display: block;
	    padding: 10px;
	    border: none;
	}
	
	#sidebar .video img {
	    width: 100%;
	    display: block;
	    padding: 0.8em 1em;
	    border: none;
	}
	
	#mobile_nav, #mobile_nav_dropdown, #fixtures_nav_dropdown {
	    display: none !important;
	}
	
	ul#desktop_nav, #secondary-nav {
	    display: block;
	}
	
}
      
	  
/* Large and up */
@media screen and (min-width: 64em) {
	
	button#searchsubmit {
	    padding: 7px;
	    background-color: #a99c75;
	    border: none;
	    color: #fff;
	    position: relative;
	    left: -3px;
	    top: 0;
	    height: 24px;
	    font-weight: bold;
	}
	
	.hide-for-medium-down {
	    display: inline-block;
	}
	
	.ulster-gaa-news {
	    border-top: none;
	    margin-top: 0;
	    padding-top: 0;
	}	
	
	.hide-for-medium-down {
	    display: inline-block;
	}
	
}










