@import url('https://fonts.cdnfonts.com/css/breathing');
                
h1, h2, h3, h4, h5, h6{
	font-family: 'Poppins',sans-serif;
	font-weight:700;
}
/* login button, top toolbar */
.custom .uk-button-default{
	background: none;
	color: #fff;
}
.custom .uk-button-default:hover{
	color: #cc9b00;
	border-color: none;
}
.wk-overlay-background {
	background: rgba(0,0,0,.5) !important;
	color: #fff !important;
}
.uk-overlay-default {
	background: rgba(0,0,0,0.5);
}
.wk-overlay-background > div{
  	width: 50%;
}
/* Widgetkit Button-Primary */
.wk-button-primary {
	background: #214865 !important;
	color: #fca901 !important;

}
.wk-button-primary:hover {
	background: #fff !important;
}
/* class for spacing buttons in a list */
ul.button-list {
	margin-left: 0;
	padding-left:0;
}
ul.button-list > li{
	margin: 5px 5px 5px 5px;
	list-style-type: none;
	
}
/* test page - Top module uses the card-hover yootheme class*/
.uk-card.uk-card-body.uk-card-hover{
	background: #f4f4f4;
}
/* Easyblog - Latest News home page */
 .uk-panel.latest_news h3.eb-gallery-title{
	color: #fff;
}
 .uk-panel.latest_news .eb-gallery-content{
	color: #fff !important;
}
 .uk-panel.latest_news #eb.mod-easyblogshowcase--thumb .eb-gallery-body{
	width: 100%
}
 .uk-panel.latest_news  #eb.eb-mod .eb-gallery-more a {
	background: rgb(228,78,76);
	border: 1px solid rgb(228,78,76);
	color: #fff;
}

.latest_news #eb.eb-mod .eb-gallery-button {
	background: #214865;
}
.latest_news #eb.eb-mod .eb-gallery-button i {
	color: #fff;
}


/* Folder Listing for minutes and files */
.easyfolderlisting.minutes th{ 
  color: #fff;
  font-weight:bold;
  padding:15px !important;
}
.easyfolderlisting.minutes td{
  padding:10px !important;
}

/* Sponsors headeing - home page */
#module-100 h3{
	color: #214865;
	font-size:36px;
}
/* buttons for events page */
p#event-details a.uk-button{
	display:inline-block;
	margin: 10px 5px;
	width:260px;
}		
/*********** Mini Calendar *************/

.extcal_minical .extcal_navbar{
	background: #214865 !important; 
}	
a.mod_eb_minicalendar_link:link {
	color: #e3ba67;
}
.mod_eb_mincalendar_table td{
	border: 1px #acebfb solid; 
}
.mod_eb_mincalendar_table tbody td {
	font-weight: bold;;
}
.mod_eb_mincalendar_td_dayname {
	background: rgba(33,72,101,0.5);
	color: #fff;
}
td.mod_eb_mincalendar_event{/* active event */
	background-color:#e44e56;
}

/* RSForms */
label > input[type="radio"],
label > input[type="checkbox"]{
	margin-right:10px;
}
.rsform-block-declareinformation > label.uk-form-label,
.rsform-block-declarelegal > label.uk-form-label,
.rsform-block-declaremembership > label.uk-form-label {
	width:20px;
  	margin-right:10px;
  	color: #b40303;
	line-height:30px;
  	float:left;
	
}
/* Float intro image for Learn to skate */
#article-12 img{
	float:left;
	padding-right:20px;
	padding-bottom:10px;
}


/****** Evet booking headings on ticket type form *****/
#tickets_members_information h3{
		color: #00a6b2;
		font-weight: bold;
}
/****************************
* Media Queries 
****************************/
@media(min-width:960px) and (max-width:1200px){
	.slider .wk-h3{
		font-size: 40px;
		line-height:50px;
	}
	.slider .wk-margin{
		font-size: 20px;
	}
 /*
 .uk-navbar-item.uk-logo img{
  max-width: 100px;
  position: relative;
  z-index:999;
	}*/
	
}
@media(min-width:768px) and (max-width:979px){
	.slider .wk-h3{
		font-size: 30px;
		line-height:40px;
	}
	.slider .wk-margin{
		font-size: 16px;
	}
 /* Logo 
 	.uk-navbar-center:not(:only-child){
		left: unset;
		top:unset;
		right:0;
		transform:translate(0,0);
	}*/
	
}
@media(max-width:767px){
	.slider .wk-h3{
		font-size: 30px;
		line-height:40px;
	}
	.slider .wk-margin{
		font-size: 16px;
	}
 /* Logo 
 	.uk-navbar-center:not(:only-child){
		left: unset;
		top:unset;
		right:0;
		transform:translate(0,0);
	}	*/
}
/* Phone landscape and bigger */
@media (min-width: 480px) {
 /* Logo 
 	.uk-navbar-center:not(:only-child){
		left: unset;
		top:unset;
		right:0;
		transform:translate(0,0);
	}*/
}