/*  phpBB3 Style Sheet
    --------------------------------------------------------------
	Style name:			Flat Style Blue
	Based on style:		prosilver (the default phpBB 3.2.x style)
	Original author:	Tom Beddard ( http://www.subblue.com/ )
	Modified by:		Ian Bradley ( http://iansvivarium.com )
    --------------------------------------------------------------
*/

@import url("../../flat-style/theme/normalize.css?v=3.2");
@import url("../../flat-style/theme/base.css?v=3.2");
@import url("../../flat-style/theme/utilities.css?v=3.2");
@import url("../../flat-style/theme/common.css?v=3.2");
@import url("../../flat-style/theme/links.css?v=3.2");
@import url("../../flat-style/theme/content.css?v=3.2");
@import url("../../flat-style/theme/buttons.css?v=3.2");
@import url("../../flat-style/theme/cp.css?v=3.2");
@import url("../../flat-style/theme/forms.css?v=3.2");
@import url("../../flat-style/theme/icons.css?v=3.2");
@import url("../../flat-style/theme/colours.css?v=3.2");
@import url("../../flat-style/theme/responsive.css?v=3.2");
@import url("../../flat-style/theme/flat.css?v=3.2");
@import url("colour-override.css?v=3.2");

.online {
    background-image: url("./images/icon_user_online.png");
    background-position: 100% 0;
    background-repeat: no-repeat;
}
header .top-bar {
    background: rgba(21, 35, 72, 1);
    height: 60px;
    display: -ms-flexbox;
    display: flex;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
}
header .top-sponsor {
    display: -ms-flexbox;
    display: flex;
    color: inherit;
    height: 100%;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    flex: 0 1 300px;
    margin-left: auto;
	display: none;
}

header .top-sponsor-label {
    color: rgba(255,255,255,0.5);
    font-size: 10px;
    font-size: 0.6rem;
    text-transform: uppercase;
    font-family: 'Oswald',Helvetica,Arial,sans-serif;
    font-weight: bold;
    margin-right: 10px;
    display: none;
}
header .top-sponsor-logo {
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
}
header img {
    height: auto;
    max-width: 100%;	
}
header .top-sponsor-logo a {
    display: block;
    height: 40px;
}
header .logo-container {
    -ms-flex: 0 0 35px;
    flex: 0 0 35px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
}
header .logo-container .logo {
    height: 50px;
    width: 88px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background: url(//www.wearebirmingham.co.uk/images/logo.png) no-repeat;
    background-size: 100% 100%;
}
header .side-nav-toggle {
    -ms-flex: 0 0 25px;
    flex: 0 0 25px;
    width: 25px;
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    position: relative;
    padding: 0;
    height: 14px;
    margin-right: 30px;
	outline: 0;
}
header .side-nav-toggle .bar {
    background: #fff;
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    transition: all 0.2s;
    transform-origin: center center;
}
header .side-nav-toggle .bar:first-child {
    top: 0;
}
header .side-nav-toggle .bar:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
}
header .side-nav-toggle .bar:nth-child(3) {
    bottom: 0;
}

header .side-nav-toggle.active .bar:first-child {
    top: 50%;
    transform: rotate(45deg);
}
header .side-nav-toggle.active .bar:nth-child(2) {
    opacity: 0;
}
header .side-nav-toggle.active .bar:nth-child(3) {
    top: 50%;
    bottom: auto;
    transform: rotate(-45deg);
}
header .next-fixture {display: -ms-flexbox;display: flex;color: inherit;height: 100%;-ms-flex-align: center;align-items: center;-ms-flex-pack: end;justify-content: flex-start;flex: 0 1 300px;font-family: 'Oswald',Helvetica,Arial,sans-serif;text-transform: uppercase;}

header .next-fixture .date {
    padding: 6px;
    text-align: center;
    line-height: 1;
}
header .next-fixture .date .day {
    color: #fff;
    font-size: 21px;
    font-size: 1.5em;
}
header .next-fixture .teams {
    padding: 5px 5px 5px 15px;
	line-height: 1.3;
}
header .next-fixture .teams .blues {
    color:#fff;
}
header .next-fixture .time {
	padding: 5px 5px 5px 15px;
    text-align: right;
    color: #fff;
    font-size: 18px;
    font-size: 1.25em;
}
footer.site-footer {
	font-family: 'Signika', sans-serif;
    background: #203161;
    font-size: 0.9rem;
    line-height: 1.5;
}
footer.site-footer .footer-sponsors.primary {
    background-color: #fff;	
}

footer.site-footer .footer-sponsors.secondary {
    background-color: rgba(32, 49, 97, 1);		
	padding: 20px 0;
}
footer.site-footer .footer-sponsors ul {
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 60px;
}
footer.site-footer .footer-sponsors li {
    display: inline-block;
}
footer.site-footer .footer-sponsors ul li {
    float: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
footer.site-footer .footer-sponsors a {
    display: block;
    padding: 0 10px;
    text-align: center;
}
footer.site-footer .footer-sponsors img {
    height: 25px;
    display: inline-block;
}
.footer-links {
    text-align: center;
	padding-bottom: 30px;
}
.footer-links a {
    color: #fff !important;
}

@media screen and (min-width: 530px){
	header .top-sponsor-label {
		display: block;
	}
	header .top-sponsor-logo {
		-ms-flex: 0 0 100px;
		flex: 0 0 100px;
	}
	.wrap {
		margin-bottom: 70px;
		max-width: 1400px;
		margin-left: 15px;
		margin-right: 15px;
		margin-top:20px;
	}
}
@media screen and (min-width: 768px){
	footer.site-footer .footer-sponsors.primary {
		border-top: 1px solid #e9e9e9;
	}
	footer.site-footer .footer-sponsors ul {
		min-height: 100px;
	}
	footer.site-footer .footer-sponsors a {
		padding: 0 30px;
	}
	footer.site-footer .footer-sponsors img {
		height: 50px;
	}
	.wrap {
		margin-left: 6%;
		margin-right: 6%;
	}
}