/*
Theme Name: Kent Hockey
Description: Custom theme for the Kent Hockey website
Author: Liquid Computing
Author URI: http://www.liquid-computing.co.uk
Version: 1.0
Textdomain: liquid
*/
/* HTML5 display-role reset for older browsers */
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}
p {
	font-weight:300;
	font-family: "Open sans", sans-serif;
}
p span {
	color: #ee6254;
}
h1, h2, h3, h6 {
    font-family: "Open sans", sans-serif;
 }

h4 {
    font-size: 1.35rem;
}

h5 {
    font-family: "Open sans", sans-serif;
    /*color: #2a4f87;*/
}
ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
a {
	color:#ee6254;
} 

a:hover, a:active {
    color: #ee6254;
    text-decoration: none;
}
/* 2. Layout
-------------------------------------------------------------- */
/* layout */
header, .main, .colophon, nav.main {
	margin: 0 auto;
	padding: 0;
}
.colophon, .footer {
	background: rgba(42,79,135,1);
}
body, footer, .header-wrapper, .nav-wrapper, .banner-wrapper {
	width: 100%;
	margin: 0;
}
.footer {
	padding: 0;
	overflow: auto;
	margin-top: 20px;
	padding:20px 0;
        color: #FFF;
}
body {
	padding-bottom: 20px;
}
.banner-wrapper {
	margin: 0;
}
/* class for clearing elements */
.clear {
	clear: both;
}
/**************** header - margins for breathing room **********/
h1#site-title {
	margin-bottom: 0.2em;
}
h2#site-description {
	margin: 0;
	font-size: 1.28em;
}

.top-bar, .top-bar ul {
	background-color: #2A4F87;
}

.top-bar {
	background-color:#2A4F87;
	padding:0px;
}

.menu.medium-horizontal>li:hover {
 	background-color:#EE6254;
}

.top-bar-section li {
	font-size: 1rem;
	text-align: left;
}

.menu li {
	display:list-item;
}

.menu > li > a {
	padding: 1rem 1.5rem;
	color:#fff;
	font-size: 0.85rem;
    border-top: thin solid rgba(255, 255, 255, 0.2);
}

.current-menu-item {    
    color: white;
    background: #EE6254;    
}
.is-dropdown-submenu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 200px;
    z-index: 1;
    background: #fefefe;
    box-shadow: 0px 0px 10px 0px #ee6254;
    border: 1px solid rgba(239, 239, 239, 0.1);
}

li.is-dropdown-submenu-item a:hover {
    background-color: rgba(238, 98, 84, 0.5);
}
.is-dropdown-submenu-parent.is-right-arrow > a:after {
	border-color: transparent transparent transparent #fff;
        position: absolute;
        display: inline-block;
        right: 9px;
}
.is-accordion-submenu-parent>a:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 6px inset;
    border-color: #fff transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 1rem;
}
/*BURGER BAR*/

.title-bar {
    background: #2A4F87;
    padding: 1rem 0.5rem;
    text-align: right;
}

@media screen and (max-width:600px){
    #club-links .small-2{
        width: 50%;
    }
}

#club-links h2, #club-links p{
    padding: 0 10px;
}

.menu-icon {
    position: relative;
    cursor: pointer;
    width: 20px;
    height: 20px;
}

.menu-icon:after {
    content: '\f0c9';
    font-family:FontAwesome;
    position: absolute;
    font-size:1.5rem;
    display: block;
    width: 100%;
    height: 0px;
    background: #fefefe;
    top: 0;
    left: 0;
    box-shadow: 0 0px 0 0 0px 0;
    transition:ease all 0.9s;
}

.menu-icon:hover:after {
    content: '\f00d';
    font-family:FontAwesome;
    position: absolute;
    font-size:1.5rem;
    display: block;
    width: 100%;
    height: 0px;
    background: #fefefe;
    top: 0;
    color:#EE6254;
    left: 0;
    box-shadow: 0 0px 0 0 0px 0;
    transition:ease all 0.9s;    
}


ul .is-active {
	background-color:#EE6254;
}

li .is-accordion-submenu-item {
    background-color: rgba(75, 127, 173, 0.6);
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

li .is-accordion-submenu-item:hover {
    background-color: rgba(75, 127, 173, 0.6);
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow:0px 0px 5px 0px rgba(66, 66, 66, 0.85)
}

/* 3. Text Elements
-------------------------------------------------------------- */
/* Main fonts and typographic styles */
body {
	font-size: 14px;
	line-height: 1.4em;
	font-family: 'Open sans', sans-serif;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
input[type="text"],
textarea {
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 5px;
}
/* Contact details in header */
header .right {
	text-align: right;
}
header .right address {
	font-style: normal;
}
header .right p {
	margin: 0.2em 0;
}
/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}
/* centered text */
.text-center {
	text-align: center;
}
/* protected erro message */
p.protected-message {
	background-color: #F2F2F2;
	border-left: 3px solid #dd3d36;
	padding: 2%;
}
/* 4. Menu
-------------------------------------------------------------- */
/* 5. Content
-------------------------------------------------------------- */
/* Content table styles */
#content table {
	margin: 0 -1px 24px 0;
	/*text-align: left;*/
	text-align: center;
	width: 100%;
}
#content tr th,
#content thead th {
	font-size: 0.8em;
	font-weight: bold;
	line-height: 1.4em;
	padding: 9px 24px;
}

@media screen and (min-width:600px){
    #content tr td {
	padding: 6px 24px;
    }
}


/* Asides */
.home #content .category-asides p,
.home #content article aside p {
	font-size: 1em;
	line-height: 1.6em;
	margin-top: 0;
}

.home #content .category-asides .entry-content,
.home #content article aside .entry-content{
	padding-top: 0;
}
/* Attachment pages */
.attachment .entry-content .entry-caption {
	font-size: 1.4em;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}
/* 6. Gallery and images
-------------------------------------------------------------- */
/* Images */


img,
.wp-caption {
	max-width: 100%;
}
#content img {
	margin: 0;
	height: auto;
	width: auto;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin: 4px 4% 4px 0;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin: 4px 0 4px 4%;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}

img.front-slider {
	width: 100% !important;
}

/* Captions */
#content .wp-caption {
	line-height: 1.4em;
	padding: 4px;
	text-align: center;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	font-size: 0.8em;
	margin: 5px;
}
/* Gallery */
#content .gallery {
	margin: 0 auto;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery .gallery-item img {
	padding: 5px;
	border: 1px solid #bbb;
}
#content .gallery .gallery-caption {
	font-size: 0.8em;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery br+br {
	display: none;
}
#content .attachment img { /* centers single attachment images */
	display: block;
	margin: 0 auto;
}
/* 7. In-content navigation
-------------------------------------------------------------- */
.navigation {
	font-size: 0.8em;
	line-height: 1.5em;
	overflow: hidden;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-below {
	margin: 20px 0;
}
/* 8. Widget Areas and sidebar
-------------------------------------------------------------- */
.widget-area .widget-container {
	margin-left: 0;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 70%;
}
.widget_search label {
	display: none;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 0.7em;
}
.widget-area ul {
	padding-left: 0;
}
.widget-area li {
	list-style-type: none;
}
.widget-area .widget_text ul {
	padding-left: 1.4em;
}
.widget-area .widget_text li {
	list-style-type: inherit;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
/* sidebar - remove bullets on lists */
.sidebar ul {
	padding-left: 0;
}
.sidebar ul li {
		list-style-type: none;
}
/* 9. Footer
-------------------------------------------------------------- */
#credits a,
#credits a:hover {
	text-decoration: underline;
}
#colophon {
	padding: 10px 0 20px 0;
}
/* 10. Colors - kept minimal for you to embellish in your child theme
-------------------------------------------------------------- */
body {
	color: #333;
}
h1, #site-title a {
	color: #2A4F87;
	font-size:2.25rem;
}
h2 {
	color: #2A4F87;
}
/*h2.entry-title{    
	color: #2A4F87;
    margin: 25px 0px;
    padding-bottom: 25px;
    border-bottom: thin solid rgba(42, 79, 135, 0.2);
}*/


div.entry-title {
    margin: 25px 0;
    border-bottom: thin solid rgba(42, 79, 135, 0.2);
}

div.entry-title p {
    font-size: 1.2em;
    font-weight: 500;
    font-style: italic;
}

h3 {
    font-size: 1.5rem;
    font-weight: 400;
    color: #ee6254;
}
h4 {
	color: #2A4F87;
}
.entry-title a:link,
.entry-title a:visited,
#site-title a:link,
#site-title a:visited {
	text-decoration: none;
}
.entry-title a:hover,
.entry-title a:active,
#site-title a:hover,
#site-title a:active  {
	text-decoration: underline;
}
a.button {
	color:#fff;
}
.button:focus, .button:hover {
    background-color: #ee6254;
    color: #fff;
}
.button-primary, input[type="submit"] {
	height:2.4375rem;
	background-color: #2A4F87;
    outline: 1px solid;
    outline-color: rgb(42, 79, 135);
    outline-offset: 0px;
    text-shadow: none;
    transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
    color:#fff;  
    margin-top:11px;  
}

.button:focus, .button:hover {
    outline-color: rgba(42, 79, 135, 0);
    outline-offset: 8px;
    text-shadow: 1px 1px 2px #23467E;
}

.is-dropdown-submenu.first-sub {
	top: 100%;
	left: 0;
	right: auto;
}
/* 11. Media queries
-------------------------------------------------------------- */
/* media queries for large desktop screens */
@media screen and ( min-width: 1200px ) {
}
/* media queries for larger screens such as small tablets in landscape or large tablets in portrait */
@media screen and ( max-width: 780px ) {
	/* only the .quarter layout class is relevant here - all other classes will have full width */
}
/* media queries for small screens in landscape mode (or similar) */
@media screen and ( max-width: 601px ) {
	/* overall margins and padding - mainly vertical. These create some space around the elements of the layout */
}
/* media queries for small screens in portrait mode (or similar) */
@media screen and ( max-width: 400px ) {
	.site-title a img {
		marging:0 auto;
		display:block;
	}

}
/* 12. Print
-------------------------------------------------------------- */
@media print {
	body {
		background: none !important;
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	header,
	footer,
	.colophon {
		background: none !important;
	}
	header {
		padding-bottom: 18pt;
	}
	.colophon {
		border-top: 2pt solid #000;
	}
	.copyright,
	.credits {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
		width: auto;
	}
	.site-title {
		font-size: 21pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	nav.main,
	.respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link {
		display: none !important;
	}
	body,
	header,
	.main,
	footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	.colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	.main {
		display: inline;
	}
}

.social-icons {
	margin-top: 1rem;
}

.social-icons .icon {
	padding: 0 1rem;
	border-width: 2px;
	border-color: #D1CBAC;
	color: #D1CBAC;
	font-size: 1.4rem;
}
form.login {
	text-align:left;
}

.login-section {
    width: 100%;
 /*   padding:20px 0px;*/
}
.margin-bottom-20 {
	margin-bottom:20px;
}
.button {
    display: inline-block;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: none;
    transition: background-color .25s ease-out,color .25s ease-out;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 0;
    padding: 0em 2em;
    margin: 0 0 1rem;
    font-size: .9rem;
    background-color: #2199e8;
    color: #fff;
}

.login-section .button {
	height:2.4375rem;
	background-color: #2A4F87;
    outline: 1px solid;
    outline-color: rgb(42, 79, 135);
    outline-offset: 0px;
    text-shadow: none;
    transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
    color:#fff;  
    margin-top:11px;  
}

.login-section .button:focus, .button:hover {
    outline-color: rgba(42, 79, 135, 0);
    outline-offset: 8px;
    text-shadow: 1px 1px 2px #23467E;
}

.login-section .button .button.small {
    height: 2.4375rem;
}

.login-section [type=color], .login-section [type=date], .login-section [type=datetime-local], .login-section [type=datetime], .login-section [type=email], .login-section [type=month], .login-section [type=number], .login-section [type=password], .login-section [type=search], .login-section [type=tel], .login-section [type=text], .login-section [type=time], .login-section [type=url], .login-section [type=week], textarea {
    display: inline-block;
    box-sizing: border-box;
    width: 35%;
    height: 2.4375rem;
    padding: .5rem;
    border: 1px solid #cacaca;
    margin: 0 0 1rem;
    font-family: inherit;
    font-size: 0.9;
    color: #2A4F87;
    background-color: #fefefe;
    box-shadow: inset 0 1px 2px hsla(0,0%,4%,.1);
    border-radius: 0;
    transition: box-shadow .5s,border-color .25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.social {
	float:right;
	margin-top:15px;
}

/*.social a:link, a:visited {
    color: #2A4F87;
    text-decoration: none;
}
*/
.social i {
	border:1px solid #EE6254;
	background-color:#EE6254;
    width: 35px;
    height: 35px;
    border-radius: 20px;
    padding: 8px;
    color: #fff;
    margin: 0 5px;
    border: 3px solid;
    text-align: center;
}

.clubs {
	background-color: #efefef;
	padding:10px 15px
}

.club-content-featured {
    background: #24477f !important;
    background: no-repeat center;
    width: 100%;
    height: 240px;
    background-size: cover;
    margin-top: .625rem;
    display: table;
    padding: 0px 20px;
}
.club-title {
	color:#fff;
	display:table-cell;
	vertical-align:middle;
	padding-top:70px;
}
/*LEAGUE TABLES*/
.league-tables-content {
    background: #24477f !important;
    background: no-repeat center;
    width: 100%;
    height: 150px;
    background-size: cover;
    margin: 10px auto;
    display: table;
    padding: 20px;
}


/*GLOBAL*/

.pad-top-10 {
   padding: 10px 0 0 0;
}

/*FRONT PAGE*/

.welcome {
	background:linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.7)), url(/wp-content/themes/KentHockey/assets/images/generic-content.jpg) ;
	background-size:cover;
    min-height: 320px;
    max-height: 370px; 
    color:#fff;
    margin-bottom: 30px;
}

.welcome h1 {
	padding:.9375rem;
	width:100%;
	background-color:rgba(42,79,135,0.4);
	border-bottom:4px solid rgba(42,79,135,1);
	color:#fff;
	font-weight:300;
    margin-bottom: 30px;
}

.intro {
	color:#fff;
}
.intro p {
    font-size: 16px;
    font-weight: 400;
}
.intro-btn {   
    background-color: rgba(255,255,255,0.2);
    border:2px solid rgba(42,79,135,1);
    border-radius: 20px;    
    display: table-cell;
    vertical-align:middle;
    transition: all ease 0.9s;
    color:#fff;
}

.intro-btn:hover {
    background-color: rgba(42,79,135,0.5);
    border:2px solid rgba(42,79,135,1);
    border-radius: 20px;   
    display: table-cell;
    vertical-align:middle;
    transition: all ease 0.9s;
}

a.intro-btn {
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    padding: 10px;
}

.intro-btn .fa {
	color:#fff;
}

.logout{
    padding: 12px 24px;
    text-transform: uppercase;
}

.loggedinUser{
    display: inline;
}

hr.intro{
	margin:1rem auto;
}
.tweets h4 {
	padding:.9375rem;
	width:100%;
	background-color:rgba(42,79,135,1);
	color:#fff;
	font-weight:300;
    text-transform:uppercase;
    letter-spacing: 2px;
}
.tweets .feed {
    /*height: 560px;*/
    overflow: hidden;
}
.news {
	background: linear-gradient(rgba(0,0,0,1), rgba(42,79,135,0.5)), url(/wp-content/themes/KentHockey/assets/images/news.jpg);
    background-size: cover;
    min-height: 600px;
    position: relative;
    display: inline-block;
}
.news .inner {
	border-bottom:1px solid rgba(238,98,84,0.8);
	padding:10px 0;
} 
.news .inner h6 {
	color: rgba(255,255,255,1);
	font-weight:900;
}
.news p {
	color:#fff;
}
.news h4 {
	padding:.9375rem;
	width:100%;
	background-color:rgba(42,79,135,1);
	color:#fff;
	font-weight:300;
    text-transform:uppercase;
    letter-spacing: 2px;
}
.news-last-container {
	position:relative;
	bottom:0;
	background-color: rgba(42,79,135,0.2);
	padding:0.935rem;
	width:100%;
	display:table;
	text-align:right;
}
.news-last-container a{
	color: #fff;
	transition:ease all 0.3s;
}
.news-last-container a:hover{
	color: rgba(127,149,183,0.8);
	transition:ease all 0.3s;
}
.news-last-container p {
	display:table-cell;
	font-weight:600;
	font-size:1rem;
	text-align:right;
}
.news-last-container .fa {
	margin-left:5px;
}
.blog-link a {
	color:#fff;
}
.blog-link:hover {
	color:#ee3254;
	transition:ease all 0.5s;
}
.post-author {
	float:right;
}
.logo-container {
    background: -moz-linear-gradient(0% 50% 0deg,rgba(255, 255, 255, 1) 0%,rgba(224, 212, 202, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(224, 212, 202, 1) 100%);
    background: -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(255, 255, 255, 1) ),color-stop(1,rgba(224, 212, 202, 1) ));
    background: -o-linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(202, 202, 202, 0.49) 100%);
    background: -ms-linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(202, 202, 202, 0.49) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#E0D4CA' ,GradientType=0)";
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(202, 202, 202, 0.49) 100%);
	width:150px;
	height:150px;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF',endColorstr='#E0D4CA' , GradientType=1);
    border-radius: 150px;
    margin:10px auto;
    position: relative;
    text-align: center;
    box-shadow: 0px 0px 7px 0px rgba(41, 47, 51, 0.2);
    
    /* Background */
    background-size: 100px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.logo-overlay-title{
	background:linear-gradient(rgba(0,0,0,1), rgba(42,79,135,0.5));
	display:block;
	width:150px;
  	height:150px;
    border-radius:150px;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    transition:all ease 0.5s;
    opacity:0;
}
.logo-overlay-title:hover{
	background:linear-gradient(rgba(0,0,0,1), rgba(42,79,135,0.5));
	display:block;
	position:absolute;
	width:150px;
  	height:150px;
    border-radius:150px;
    transition:all ease 0.5s;
    opacity:1;
    padding-top:30%;
}
.logo-overlay-title .fa-stack{
	color:#EE6254;
}
h5.logo-title{
	font-size:1rem;
	font-weight:300;
	color:#fff;
	text-align:center;
	margin:0 auto;
	display:block;
}
.orbit-gallery {
	height:360px;
	display:inline-block;
}
.orbit-gallery {
	height:360px;
	display:inline-block;
	overflow:hidden;
}
.orbit-gallery .orbit ul {
	height:360px;
	display:inline-block;
	overflow:hidden;
}

/*CLUB-DASHBOARD*/

.marg-top-20 {
	margin-top:20px;
}

.dashboard-outer {
    border: 1px solid #eee;
    padding: 10px 10px 20px 10px;
    border-radius: 1px;
    box-shadow: 2px 2px 6px 2px rgba(202, 202, 202, 0.6);
}

.button.tiny.club-dashboard {
    border-radius: 50px;
    height: 30px;
    width: 30px;
    text-align: center;
    padding: 0;
    display: inline-table;
    background-color: #EE6254;
    color: #fff;
    margin-bottom: 5px;
}

.button.tiny.club-dashboard:hover {
	transition: ease all 0.8s;
    background-color: #2A4F87;
}

.button.tiny.club-dashboard i {
    display: table-cell;
    vertical-align:middle;
}

.details-frame {
    border: 1px solid #F8F8F8;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 1%, rgba(237,237,237,1) 9%, rgba(243,243,243,1) 16%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 1%,rgba(237,237,237,1) 9%,rgba(243,243,243,1) 16%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 1%,rgba(237,237,237,1) 9%,rgba(243,243,243,1) 16%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
}


.dashboard-inner .club-details {
    padding: 10px 10px;
    display: inline-block;
    text-align: left;
    width: 100%;
    border-bottom: 1px solid rgba(42,79,135,0.10);;
}

.dashboard-inner h3{
	font-size:1.25rem;
}

.total-breakdown-main {
    padding: 10px 10px;
    display: inline-block;
    text-align: center;
    width: 100%;
    border-bottom: 1px solid rgba(42,79,135,0.10);;
}

.total-breakdown {
    padding: 10px 10px;
    display:inline-block;
    text-align:center;
}

.total-breakdown p {
    height: 50px;
    width: 50px;
    background-color: #FEFEFE;
    border-radius: 30px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 900;
    color: #2A4F87;
    -webkit-box-shadow: inset 1px 1px 5px 1px rgba(0,0,0,15);
    -moz-box-shadow: inset 1px 1px 5px 1px rgba(0,0,0,15);
    box-shadow: inset 1px 1px 4px 1px rgba(0,0,0,0.15);
}

.breakdown-title {
    font-size: 0.9rem;
    font-weight: 900;
    color: #2A4F87;
    text-transform: uppercase;
} 

p.club-title{
    padding: 10px 0;
    font-size: 1.25rem;
    color: #2A4F87;
}

p.club-profile{
    padding-top: 10px;
}

.dashboard-inner p {
	display:table-cell;
	vertical-align:middle;
	 color:#2A4F87;
}

.dashboard-inner p span {
	border:1px solid red;
	padding:5px;
}

p.club-table-list {
	font-size: 0.8rem;
}


/*CLUB-EDIT-DASHBOARD*/

.club-edit-top {
	background-color:#eee;
	padding:20px;
	margin-bottom:10px;
}

.club-edit-top h1 {
	padding:0 0.9375rem;
}
.club-edit-top p {
	padding:0 0.9375rem;
}

.club-edit textarea {
    display: inline-block;
    box-sizing: border-box;
    width: 95%;
    height: 200px;
    padding: .5rem;
    border: 1px solid #EE6254;
    margin: 0 0 1rem;
    font-family: inherit;
    font-size: 0.9;
    color: #2A4F87;
    background-color: #fefefe;
    box-shadow: inset 0 1px 2px hsla(0,0%,4%,.1);
    border-radius: 0;
    transition: box-shadow .5s,border-color .25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 0.85rem;

}

.club-edit label {
    display: table;
    margin: 0;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.8;
    color: #FEFEFE;
    font-weight: 600;
    padding: 2px 10px;
    background-color: #EE6254;
}

.club-edit .checkbox-group #list label {
    display: inline-block;
    background: transparent;
    color: #232323;
}

.club-edit .checkbox-group #list{
    margin-top: 10px;
}

.club-edit [type=color], .club-edit [type=date], .club-edit[type=datetime-local], .club-edit[type=datetime], .club-edit[type=email], .club-edit[type=month], .club-edit[type=number], .club-edit[type=password], .club-edit[type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea {
    display: inline-block;
    box-sizing: border-box;
    width: 95%;
    height: 2.4375rem;
    padding: .5rem;
    border: 1px solid #cacaca;
    margin: 0 0 1rem;
    font-family: inherit;
    font-size: 0.9;
    color: #2A4F87;
    background-color: #fefefe;
    box-shadow: inset 0 1px 2px hsla(0,0%,4%,.1);
    border-radius: 0;
    transition: box-shadow .5s,border-color .25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.club-edit h2 {
    border-bottom: 1px solid rgba(42,79,135,0.20);
    margin-bottom: 15px;
    font-size: 2rem;
    font-weight: 600;
}

.update-section {
    width: 100%;
    text-align: center;
    border-top: 1px solid #EEEEEE;
    padding-top: 20px;
}

.update-section .button {
	height:2.4375rem;
	background-color: #2A4F87;
    outline: 1px solid;
    outline-color: rgb(42, 79, 135);
    outline-offset: 0px;
    text-shadow: none;
    transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
    color:#fff;
    border-radius:0px;   
    padding:0em 2em;
}

.update-section  .button:hover {
    outline-color: rgba(42, 79, 135, 0);
    outline-offset: 8px;
    text-shadow: 1px 1px 2px #23467E;
}

.club-edit [type=color]:focus, [type=date]:focus, [type=datetime-local]:focus, [type=datetime]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, textarea:focus {
    border: 1px solid #EE6254;
    background-color: #2A4F87;
    color: #fff;
    outline: none;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow .5s,border-color .25s ease-in-out;
}


.callout.success {
    background-color:#88C59F;
}

.callout-success {
	font-size:1.5rem;
	color:#fff;
	margin-right:20px;
}

.callout-success.fa-smile-o:before {
    content: "\f118";
    font-size: 2rem;
}

h6.success{
	font-family:'open sans condensed', sans-serif;
	display:inline-block;
	font-weight:600;
	font-size:1.25rem;
	color:#fff;
}

.callout-error {
	 background-color: #EE6254;
}

.callout-success.fa-frown-o:before {
    content: "\f118";
    font-size: 2rem;
}



/*BLOG*/

.blog-info-front {
    position: relative;
}
hr.front{
	margin:10px 0px;
	opacity:0.5;
}
.gap {
	margin:30px 0px;
}
.blog-card {
    min-height: 400px;
    position: relative;
    background-color: #ffffff;
    box-shadow: 1px 1px 5px 1px rgba(42,79,135,0.15);
    padding: 10px;
	border-radius: 5px;
}
.blog-card:hover {
	opacity:0.5;
}
.blog-card:hover {
	opacity:0.5;
}
.blog-card.blog-info {
    position: relative;
    bottom: 0;
    width: 100%;
}
.blog-info > p > span {
	float:right;
}
.featured-image {
    background-size: cover;
    height: 150px;
   	transform:scale(1);
   	transition:all 0.3s ease-out;
    overflow: hidden;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
}
.featured-image:hover {
   	transition:opacity ease 0.3s;
   	opacity:0.5;
   	overflow:hidden;
   	position:relative;
}
aside{
	width:93%;
}
.widget-container {
	display: flex;
	flex-direction:column;
    min-height: 300px;
    width: 100%;
    background: linear-gradient(rgba(0,0,0,0.5), rgba(42,79,135,0.8));
 }   
.blog-sidebar h3 {
	padding-bottom: 10px;
    top: 25px;
    text-align: center;
    color: #ee6254;
    padding-top: 25px;
} 
span.post-date {
	color:#fff;
    font-size: 0.8rem;
    display: block;
    margin-bottom: 20px;
    border-bottom: thin solid rgba(238, 98, 84, 0.4);
    padding-bottom: 10px;
}
.blog-sidebar a {
    font-size: 1rem;
    color: #fff;
    transition: ease color 0.9s;
    text-decoration:none;
}
.blog-sidebar a:hover {
    font-size: 1rem;
    color: #ee6254;
    transition: ease color 0.9s;
    text-decoration:none;
}
.blog-sidebar a:before {
    content: '\f062 ';
    font-family: FontAwesome;
    font-size: 1.25rem;
    display: inline-block;
    margin-right: 15px;
    color: #fff;
    transition: ease all 0.9s;
}
.blog-sidebar a:hover:before {
    content: '\f062 ';
    font-family: FontAwesome;
    font-size: 1.25rem;
    /*display: inline;*/
    margin-right: 5px;
    color: #ee6254;
    -webkit-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
    transition: ease all 0.9s;
}

/*SP OVERIDES*/

.sp-scrollable-table-wrapper {
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
    box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.1);
}
.sp-data-table tbody tr.odd {
    background: rgb(254, 254, 254);
}
.sp-data-table tbody a {
    text-decoration: none;
    color: #2A4F87;
}
.sp-data-table tbody tr.odd {
    background: #fff;
}
.sp-template-tweets .twitter-timeline {
	max-width: 300px;
	width: 300px !important;
}

/*CLUB HOLDER - Main Site*/
.club-holder-content-featured {
	background: #24477f !important;
    background: no-repeat center;
    width: 100%;
    height: 140px;
    background-size: cover;
    margin-bottom: 20px;
} 	
.club-holder {
    padding: 14px 0;
    color: #fff;
}
.team-listings {
	text-align:center;
    border-top: 1px solid rgba(238, 98, 84, 0.15);
}
.team-listings ul {
	margin-left:0px;	
}
.team-listings ul li {
    transition: ease border 1s;
    border: 1px solid #2d5088;
    padding: 20px;
    display: inline-flex;
    margin: 10px 10px;
    width: 120px;
    height: 120px;
    border-radius: 120px;
    text-align: center;
    overflow: hidden;
}
.team-listings ul li:hover {
    opacity: 0.5;
    transition: ease border 1s;
    border: 1px solid #2d5088;
    padding: 20px;
    display: inline-flex;
    margin: 10px 10px;
    width: 120px;
    height: 120px;
    border-radius: 120px;
    text-align: center;
    overflow: hidden;
}
.club-card {
	min-height: 200px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 3px rgba(233, 233, 233, 0.56);
    text-align: center;
    padding: 5px;
    margin: 25px 0px;
    clear:both;
    background-color:#fff;
    position:relative;
}
.club-card-button {
	position:absolute;
	bottom:-10px;
	color:#2a4f87;
	left:0;
        width: 100%;
        margin: 0 auto;
	bottom:-20px;
	transition:ease all 0.5s;
}
.club-card-button:hover {
	position:absolute;
	bottom:-10px;
	color:#EE6254;
	bottom:-20px;
	transition:ease all 0.5s;
}
.logo-container-holder {
    background: -moz-linear-gradient(0% 50% 0deg,rgba(255, 255, 255, 1) 0%,rgba(224, 212, 202, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(224, 212, 202, 1) 100%);
    background: -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(255, 255, 255, 1) ),color-stop(1,rgba(224, 212, 202, 1) ));
    background: -o-linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(202, 202, 202, 0.49) 100%);
    background: -ms-linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(202, 202, 202, 0.49) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#E0D4CA' ,GradientType=0)";
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(202, 202, 202, 0.49) 100%);
	width:100px;
	height:100px;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF',endColorstr='#E0D4CA' , GradientType=1);
    border-radius: 100px;
    margin:10px auto;
    position: relative;
    text-align: center;
    box-shadow: 0px 0px 7px 0px rgba(41, 47, 51, 0.2);
    
     /* Background */
    background-size: 100px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}


.logo-overlay-holder-title {
    background: #24477f !important;
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all ease 0.5s;
    opacity: 0;
}
.logo-overlay-holder-title:hover{
	background:linear-gradient(rgba(0,0,0,1), rgba(42,79,135,0.5));
	display:block;
	position:absolute;
	width:100px;
  	height:100px;
    border-radius:100px;
    transition:all ease 0.5s;
    opacity:1;
    padding-top:28%;
}
.logo-overlay-holder-title .fa-stack{
	color:#EE6254;
}
h5.logo-holder-title{
	font-size:1rem;
	font-weight:300;
	color:#fff;
	text-align:center;
	margin:0 auto;
	display:block;
}
p.club-holder-title{
	font-size:0.9rem;
	font-weight:600;
	color:#2A4F87;
}
.open-day-section {
    background: linear-gradient(rgba(42,79,135,0.99),rgba(42,79,135,0.9)), url(/wp-content/themes/KentHockey/assets/images/generic-content.jpg) !important;
    background: no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    max-height: 400px;
    text-align: center;
    color: #fff;
    padding: 30px 60px;
}
h2.open-day, h3.open-day {
	color:#fff;
}

#gallery h2{
    padding: 10px;
    margin: 0;
}

.gallery-feature {
    margin: 10px 0;
}

/*CLUB DETAILS */
.margin-top-25 {
	margin-top:25px;
}
.club-logo-main {
    width: 200px;
    height: 200px;
    border-radius: 200px;
    background:linear-gradient(rgba(0,0,0,1), rgba(42,79,135,0.5));
    /*padding-top:35px;*/
    transform:rotateY(0deg);
    transition:ease all 1s;
    margin-left: 0;
}
.club-logo-main:hover{
	transform:rotateY(180deg);
	transition:ease all 1s;
    width: 200px;
    height: 200px;
    border-radius: 200px;
    background-color: rgba(0, 0, 0, 0.48);
    /*padding-top:35px;*/
}
.logo-holder {
    width: 60%;
    height: auto;
    margin: 0 auto;
    height: 100%;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
}
.club-logo-main > img {
    margin: 0 auto;
    width: 60%;
}
.staff {
	background: #24477f!important ;
    background: no-repeat center;
    background-size: cover;
    background-attachment:fixed;
    min-height:340px;
    text-align:center;
    color:#fff;
    padding: 30px 0px;
}

.sp-staff-role {
	color:#fff;
}
.team-container {
	border:1px solid #fff;
	background-color:rgba(255,255,255,0.2);
	width:100%;
	border-radius:5px;
	min-height:130px;
	margin-bottom:20px;
	display:table;
}
.team-container:hover {
	border: 1px solid #ee6254;
    background:linear-gradient(rgba(0,0,0,1), rgba(42,79,135,0.5));
    width: 100%;
    border-radius: 5px;
    min-height: 130px;
    margin-bottom: 20px;
    display: table;
    transition: all ease 1s;
    box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
}
.team-contents {
	display:table-cell;
	vertical-align:middle;
}
p.team-title {
	color:#fff;
	font-size:0.9rem;
}
h5.team-role {
	color:#fff;
}
.staff h2 {
	color:#fff;
	margin-bottom:30px;
}
h5.side-title{
	text-align: center;
    padding: 10px 0px;
    color: #ee6254;
    font-weight: 900;
    border-bottom: 1px solid rgba(238, 98, 84, 0.1);
}
.details-frame-side {
	margin-top:.625rem;
    border: 1px solid #F8F8F8;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 1%, rgba(237,237,237,1) 9%, rgba(243,243,243,1) 16%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 1%,rgba(237,237,237,1) 9%,rgba(243,243,243,1) 16%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 1%,rgba(237,237,237,1) 9%,rgba(243,243,243,1) 16%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
    margin-bottom:10px;
}
.social-breakdown {
    padding: 10px 10px;
    display: table;
    margin: 0 auto;
}
.social-breakdown p {
	display: table-cell;
    vertical-align: middle;
    position: relative;
    word-wrap: break-word;
    display: table;
    height: 50px;
    width: 100%;
    background-color: #FEFEFE;
    border-radius: 30px;
    text-align: center;
    font-size: 0.8rem;
    font-weight: 600;
    color: #2A4F87;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-shadow: inset 1px 1px 5px 1px rgba(0,0,0,15);
    -moz-box-shadow: inset 1px 1px 5px 1px rgba(0,0,0,15);
    padding-top: 15px;
    box-shadow: inset 1px 1px 4px 1px rgba(0,0,0,0.15);
}
.social-breakdown p span {
	font-size:1.25rem;
}
.club-listings {
	text-align:center;
	padding:10px 0px;
}
.sp-post-content {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(238, 98, 84, 0.15);
}
/*CALENDAR STYLING*/
.sp-event-calendar a {
    text-decoration: none;
    color:#fff;
}

/*MAP STYLING*/
.sp-venue-map {
    margin-bottom: 1em !important;
}
.sp-google-map {
    height: 250px !important;
    border:5px solid #2a4f87;
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.5);
}

/*BLOG SIDEBAR*/
.blog-sidebar {
	background:linear-gradient(rgba(0,0,0,1), rgba(42,79,135,0.5)), url(/wp-content/themes/KentHockey/assets/images/generic-content.jpg) center center;
	background-size:cover;
	min-height:500px;
	display:flex;
	align-items:center;
	position:relative;
}

/*GENERIC SIDEBAR*/
.generic-sidebar {
	background:linear-gradient(rgba(0,0,0,1), rgba(42,79,135,0.5)), url(/wp-content/themes/KentHockey/assets/images/generic-content.jpg) center center;
	background-size:cover;
	min-height:500px;
	display:flex;
	align-items:center;
	position:relative;
}

.generic-sidebar li.current-menu-item a:hover, 
.generic-sidebar li.current-menu-item a:hover:before {
    color: #FFF;
}

.sidebar-content {
	display:flex;
	min-height:300px;
	width:100%;
	background:linear-gradient(rgba(0,0,0,0.5), rgba(42,79,135,0.8));
        
        align-self: flex-start;
}
.widget-container.widget_nav_menu>h3{
    padding: 30px 0;
    /*width: 93%;*/
    /*position: absolute;*/
    top: 25px;
    text-align: center;
    color: #ee6254;
}
a.download:after {
    content: '\f019';
    font-family: FontAwesome;
    font-size: 2rem;
    display: inline;
    margin-left: 15px;
    color: #2a4f87;
    transition: ease color 0.9s;
}
a.download:hover:after {
    content: '\f019';
    font-family: FontAwesome;
    font-size: 2rem;
    display: inline;
    margin-left: 15px;
    color: #ee6254;
    transition: ease color 0.9s;
}

.generic-sidebar a {
    font-size: 1rem;
    color: #fff;
    transition: ease color 0.9s;
    text-decoration:none;
}
.generic-sidebar a:hover {
    font-size: 1rem;
    color: #ee6254;
    transition: ease color 0.9s;
    text-decoration:none;
}
.generic-sidebar a:before {
    content: '\f062 ';
    font-family: FontAwesome;
    font-size: 1.25rem;
    display: inline-block;
    margin-right: 15px;
    color: #fff;
    transition: ease all 0.9s;
}
.generic-sidebar a:hover:before {
    content: '\f062 ';
    font-family: FontAwesome;
    font-size: 1.25rem;
    /*display: inline;*/
    margin-right: 5px;
    color: #ee6254;
    -webkit-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
    transition: ease all 0.9s;
}
.form-highlight {
	padding:20px;
	background-color: rgba(238,98,84,0.1);
}

/*FORMS*/
select {
    height: 2.4375rem;
    padding: .5rem;
    border: 1px solid #cacaca;
    margin: 0 0 1rem;
    font-size: 1rem;
    font-family: inherit;
    line-height: normal;
    color: #0a0a0a;
    background-color: #fefefe;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
/*    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1…oints="0,0 32,0 16,24" style="fill: rgb%2851, 51, 51%29"></polygon></svg>');*/
    background-size: 9px 6px;
    background-position: right center;
    background-origin: content-box;
    background-repeat: no-repeat;
    border-radius: 30px;
    padding: 0px 10px;
}
.gform_wrapper.gf_browser_chrome select {
     padding: 0px 10px !important;
}
/*ACCORDION STYLING*/
.accordion {
    list-style-type: none;
    background: #fefefe;
    border: 0px solid rgba(42,79,135,0.0); 
 	border-bottom:1px solid rgba(42,79,135,0.1);
    padding:20px 0px;
    border-radius: 0;
    margin-left: 0;
}
.accordion:last:child{
    list-style-type: none;
    background: #fefefe;
    border: 0px solid rgba(42,79,135,0.0); 
 	border-bottom:1px solid rgba(42,79,135,0.1);
    padding:20px 0px;
    border-radius: 0;
    margin-left: 0;
    margin-bottom:20px;
}
.accordion-content {
    padding: 0rem 0.5rem;    
    display: none;
    border-bottom: 0px solid #e6e6e6;
    background-color: #fefefe;
}
.accordion a {
	font-size: 1.2rem;
    font-weight: 300;
    color: #ee6254;
}
.accordion a:after {
	font-size: 1.5rem;
    font-weight: 400;
    color: #ee6254;
    float: right;
}
.accordion a:after {
    content: '\f01a';
    font-family: FontAwesome;
    font-size: 1.5rem;
    display: inline;
    margin-left: 15px;
    color: #2a4f87;
    transition: ease color 0.9s;
}
.accordion a:hover:after {
    content: '\f01a';
    font-family: FontAwesome;
    font-size: 1.5rem;
    display: inline;
    margin-left: 15px;
    color: #ee6254;
    transition: ease color 0.9s;
}

#singlePost{
    padding: 0 10px;
}
#block-welcome p {
    font-weight: bold;
}
.fixtures-teamfixtures .vs {
    width: 100px;
    height: 100px;
    padding: 35% 0;
    border-radius: 100%;
    margin: 10px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(202, 202, 202, 0.49) 100%);
    box-shadow: 0px 0px 7px 0px rgba(41, 47, 51, 0.2);
    text-align: center;
}
.home-contact-btn{
    height: 2.4375rem;
    background-color: #ee6254;
    outline: 1px solid;
    outline-color: rgb(42, 79, 135);
    outline-offset: 0px;
    text-shadow: none;
    transition: all 1250ms ease cubic-bezier(0.19, 1, 0.22, 1);
    color: #fff;
    margin-top: 11px;
}
.home-contact-btn:focus, .home-contact-btn:hover {
    outline-color: #ee6254;
    outline-offset: 8px;
}
.home-contact-btn a{
	color: #fff;
	padding: 10px 20px;
}

/****** OPEN DAY BUTTON ******/

.open-day-section .button {
	height:2.4375rem;
	background-color: #ee6254;
    outline: 1px solid #fff;
    outline-color: rgb(255, 255, 255);
    outline-offset: 0px;
    text-shadow: none;
    transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
    color:#fff;  
    margin-top:11px;  
}

.open-day-section a{
    color: #fff
}

.open-day-section .button:focus, .button:hover {
    outline-color: rgba(255, 255, 255, 0);
    outline-offset: 8px;
    text-shadow: 1px 1px 2px #fff;
}

.open-day-section .button .button.small {
    height: 2.4375rem;
}
.header-number{
	display: none;
}