/* FCUM CSS Document */

input, select {
	width: 100%;
}

select {
	height: 30px;
}

input[type="checkbox"], input[type="radio"] {
  	width: 30px;
	height: 30px;
	margin-right: 10px;
}

input[type="submit"] {
	margin-bottom: 15px;	
}

.fcum-red {
	background-color: #e21f26 !important;
}

@font-face {
	font-family: "FCUMWoven-Bold";
	src: url("fonts/FCUMWoven/FCUMWoven-Bold.ttf") format('truetype');
	src: url('fonts/FCUMWoven/fcumwoven-bold-webfont.eot');
    src: url('fonts/FCUMWoven/fcumwoven-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/FCUMWoven/fcumwoven-bold-webfont.woff2') format('woff2'),
         url('fonts/FCUMWoven/fcumwoven-bold-webfont.woff') format('woff'),
         url('fonts/FCUMWoven/fcumwoven-bold-webfont.svg#fcum_wovenbold') format('svg');
	font-style: normal;
	font-weight: 400;
}

@font-face {
    font-family: "FCUMWoven-Woven";
    src: url("fonts/FCUMWoven/FCUMWoven-Woven.ttf") format('truetype');
    src: url('fonts/FCUMWoven/fcumwoven-woven-webfont.eot');
    src: url('fonts/FCUMWoven/fcumwoven-woven-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/FCUMWoven/fcumwoven-woven-webfont.woff2') format('woff2'),
         url('fonts/FCUMWoven/fcumwoven-woven-webfont.woff') format('woff'),
         url('fonts/FCUMWoven/fcumwoven-woven-webfont.svg#fcum_wovenwoven') format('svg');
    font-style: bold;
    font-weight: 700;
}

@font-face {
    font-family:"Gothic A1-Bold";
    src: url('fonts/Gothic_A1/Gothic A1 Bold.eot');
    src: url('fonts/Gothic_A1/Gothic A1 Bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/Gothic_A1/Gothic A1 Bold.woff2') format('woff2'),
         url('fonts/Gothic_A1/Gothic A1 Bold.woff') format('woff'),
         url('fonts/Gothic_A1/Gothic A1 Bold.svg#Gothic A1 Bold') format('svg');
    font-weight: 700;
    font-style: bold;
    unicode-range: U+0020-E030;
}

@font-face {
    font-family:"Gothic A1-Regular";
    src: url('fonts/Gothic_A1/Gothic A1 Regular.eot');
    src: url('fonts/Gothic_A1/Gothic A1 Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/Gothic_A1/Gothic A1 Regular.woff2') format('woff2'),
         url('fonts/Gothic_A1/Gothic A1 Regular.woff') format('woff'),
         url('fonts/Gothic_A1/Gothic A1 Regular.svg#Gothic A1 Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    unicode-range: U+0020-E030;
}

h1, h2, h3, h4, h5, h6, .navbar, .btn {
	text-transform: uppercase;
	line-height: normal;
}

h1, h2, h3, .quote-marks {
	font-family: "FCUMWoven-Woven", sans-serif;
}

h4, h5, h6, .navbar, .btn {
	font-family: "FCUMWoven-Bold", sans-serif;
}

h1, .h1 {
	font-size: 4rem;
}

h2, .h2 {
	font-size: 3rem;
}

h3, .h3 {
    font-size: 2.5rem;
}

h4, .h4 {
  font-size: 2rem;
}

h5, .h5 {
    font-size: 1.6rem;
}

h6, .h6 {
  font-size: 1.5rem;
}

.btn-lg {
	font-size: 1.6rem;
}


/* Gothic A1 Font */
.gothic-a1-regular {
  font-family: "Gothic A1-Regular", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.gothic-a1-bold {
  font-family: "Gothic A1-Bold", sans-serif;
  font-weight: 700;
  font-style: bold;
}

body {
    font-family: "Gothic A1-Regular", sans-serif;
}

img {
	max-width: 100%;
    height: auto;
}

.logo img {
	max-width: 75px;
	height: 70px;
}

.navbar {
	font-size: 1.2rem;
	letter-spacing: 0.05rem;
}

.navbar-dark .navbar-nav .nav-link {
	color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
	color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-toggler {
	color: rgba(255, 255, 255, 0.75);
}

/* Dropdown Menus */
.dropdown-menu {
    font-size: 1.4rem;
}

.dropdown-menu li {
    position: relative;
}

.dropdown-menu .dropdown-submenu {
    position: static;
    left: 0;
    top: 100%;
    float: none;
}

.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-submenu {
    position: static;
}

.navbar-expand-lg .navbar-nav {
	width: 100% !important;
}

.navbar-dark .nav-item:last-child {
	background-color: #000;	
    margin-left: auto !important;
}

.navbar-dark .nav-item:last-child a::after {
	display: inline-block;
    margin-left: 0.255em;
	vertical-align: -0.5em;
    width: 30px;
    height: 30px;
	content: url(../files/images/basket-fc.svg);
}

.navbar-dark .nav-item:last-child .nav-link {
	padding: 0.5rem 3.8rem;
	color: #fff;
}

.dropdown-menu .dropdown-submenu-left {
    right: 100%;
    left: auto;
}

.dropdown-menu > li:hover > .dropdown-submenu {
    display: block;
}

.dropdown-item.dropdown-toggle {
    border-color: #000;
}

.dropdown-menu .dropdown-submenu.show {
    display: block;
}

.btn-primary {
	background-color: #000;
	border-color: #681C19;
	border-radius: 0;
}

.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:focus, .btn-primary.focus,
.banner-txt-box .btn-primary:hover,
.fixtures .btn-primary:hover {
    color: #fff;
    background-color: #681C19;
    border-color: #681C19;
}

.banner-txt-box .btn-primary,
.fixtures .btn-primary {
	background-color: #fff;
	color: #e21f26;
}

.btn, .form-control {
	border-radius: 0;
}

.w3-fcred, .menu button {
    background-color: #e21f26;
    color: #fff;
    border: 1px solid #e21f26;
}

h5, h6, blockquote {
	text-transform: uppercase;
	font-weight: bold;
}

.fixture-title {
	text-transform: uppercase;
	font-size: 0.9rem;
}

a,
::marker {
	color: #e21f26;
}

a:hover {
    color: #681C19;
}

.image-responsive {
    display: block;
	overflow: hidden;
}

.image-responsive img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    background-size: cover;
	-webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.article {
    min-height: 50vh;
}

.article-img:before,
.banner-img-box:before,
.main-banner figure:before {
	display: block;
    content: "";
    width: 100%;
    padding-top: 55%;
}

.article-txt,
.banner-txt-box {
	position: absolute;
	bottom: 0;
	z-index: 2;
	padding: 1em;
	color: #fff;
}

.article-txt a {
    text-decoration: none;
    color: #fff;
}

.community {
	padding: 1em;
	background: url(../files/images/Woven-Patterns-RGB_1.jpg) center center / cover no-repeat;
}

.comm-article .article-txt,
.comm-article .article-img {
	position: relative;
}

.comm-article .article-txt {
	width: 100%;
	color: #000;
	background-color: #f5f5f5;
}

.comm-article .article-txt h4 a {
	color: #000;
}

.comm-article .article-txt h4 a:hover {
	color: #681C19;
}

.vignette:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    box-shadow: inset 0 -18vw 10.8125vw -7.8125vw #000;
}

.gridlines {
	border: 4px solid #fff;
}

.standing h6 {
	color: #fff;
}

.main-banner {
    min-height: 80vh;
	position: relative;
	overflow: hidden;
	background-color: #000;
}

.main-banner h1 {
	font-size: 7em;
	line-height: normal;
}

.main-banner svg {
	position: absolute;
	top: 0;
	right: -10vw;
	z-index: 1;
    transform: scale(1);
}

.homepage-hero--wrap {
    opacity: 1;
    transition: opacity .5s;
}

.main-banner figure:before {
    padding-top: 56.25%;
}

.banner-img-box {
	min-height: 80vh;
}

.banner-txt-box {
	left: auto;
    right: 4.27vw;
    top: 3vw;
}

.play {
	position: absolute;
	top: 50%;
	left: 40%;
    transform: translate(-50%, -50%);
	z-index: 5;
}

#news-content {
    overflow-x: auto;
}

.match-info {
	border-bottom: 5px solid #e21f26;
	padding: 1em;
}

.fixtures {
    background: url(../files/images/Woven-Patterns-RGB_7.png) center center / cover no-repeat;
	padding: 1em;
	color: #fff;
}

.women-fixtures {
	background-color: #e21f26;
}

.men-fixtures {
	background-color: #000;
}

.scoreboard .score {
	font-size: 2em;
	text-transform: uppercase;
	font-family: "FCUMWoven-Woven", sans-serif;
}

.score>span {
    line-height: normal;
    display: inline-table;
}

.score>span.vs {
	display: block;
	font-family: "FCUMWoven-Bold", sans-serif;
}

.match-info-details {
	font-size: 0.9rem;
}

.fixtures p {
	margin-bottom: 0.2rem;
}

.fixture-score {
    color: #fce164;
    width: 18vw;
}

.standing {
	color: #fff;
	font-size: 0.5em;
	text-transform: uppercase;
}

.men-standing .table, .standing.men-standing {
	background-color: #e21f26;
	color: #fff;
}

.women-standing .table, .standing.women-standing, .women-standing .table-dark {
	background-color: #681c19;
	color: #fff;
}

.table-dark {
	background-color: #681c19;
}

.table-dark th, .table-dark td, .table-dark thead th {
	border-color: #fff;
}

.testimonial {
    background: url(../files/images/Woven-Patterns-RGB_4.jpg) center center / cover no-repeat;
	color: #fff;
	padding: 6em;
}

.partners {
    background: url(../files/images/Woven-Patterns-RGB_1.jpg) center center / cover no-repeat;
}

.partners-box {
	padding: 6em;
}

.news-title, .news-btn {
	padding: 1rem;
}

.quote-marks {
	position: relative;
	font-size: 3.5em;
	line-height: normal;
}

.quote-marks-white::before, .quote-marks-white::after {
    content: " ";
    background: url(../files/images/quotes-white.png) top center / cover no-repeat;
    display: inline-block;
    height: 2.5rem;
    width: 2.5rem;
}

.quote-marks-white::after {
    transform: rotate(180deg);
    margin-left: 1rem;
}

.quote-marks-white::after {
	margin-left: .83vw;
	position: relative;
	right: 0;
	left: auto;
}

.fc-article img {
	margin-bottom: 0.5rem;
}

.card, .card-img {
    border-radius: 0;
}

.card-body {
    padding: 1em 1em 0 1em;
}

.player-card {
    padding: 1em;
    margin-bottom: 1em;
    border-bottom: 10px solid #e21f26;
}

.ad-wrapper {
	float:left;
	padding:15px;
	min-height:175px;
}

footer, .footer-block {
	color: #fff;
	background-color: #000;
}

footer {
	position: relative;
}

.footer-block {
	border-top: 10px solid #e21f26;
	text-align: center;
}

.footer-section {
	padding: 1em 0;
}

.social-box a {
	padding: 0 0.5em 0.5em 0;
	display: inline;
	font-size: 2em;
	color: #fff;
	text-decoration: none;
}

.copyright {
	font-size: 0.75em;
}

.hala {
	font-size: 0.5em;
}

.back-to-top {
    width: 52px;
    height: 52px;
    padding: 10px;
    text-align: center;
    background: #e21f26;
    font-weight: bold;
    position: fixed;
    line-height: 26px;
    bottom: 52px;
    right: 52px;
    display: none;
    z-index: 9998;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

a.back-to-top {
	color: #fff;
}

.back-to-top:hover,
.search-bar .btn-outline-secondary:hover {
    background: #681c19;
}

.search-bar .btn-outline-secondary:hover {
    border-color: #681c19;
}

figure.table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

figure.table table {
	width: 100%;
	margin-bottom: 1rem;
    color: #212529;
	border-collapse: collapse;
}

/*
figure.table tr {
	display: flex;
	-ms-flex: 0 0 30%;
	flex: 0 0 30%;
	max-width: 30%;
}
*/

.pitch-npl {
	max-width: 110px;
	margin-left: 10px;
}

@media (max-width: 576px) {
    .main-banner {
        min-height: 120vh;
    }

    .main-banner svg {
        top: -8vw;
        right: -40vw;
        transform: scale(-1);
    }

    .banner-txt-box {
        top: 54vh;
        left: 0;
        background-color: #000;
    }

    .play {
    	top: 20%;
    }

    .play-icon {
        width: 100px;
        height: 100px;
    }

    .jumbotron {
        margin-bottom: 0;
    }

    .footer-section {
        border-bottom: 5px solid #e21f26;
    }

    .copyright {
        padding-top: 1em;
    }
    
    .dropdown-menu .dropdown-submenu {
        position: static;
        left: 0;
        top: 100%;
        float: none;
    }
	.navbar-dark .nav-item:last-child {
		margin-left: 0 !important;
	}
	.navbar-dark .nav-item:last-child .nav-link {
		padding: 0.5rem 1.2rem;
	}
	.pitch-npl {
		margin: 10px 0 20px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 992px){
    .main-banner {
        min-height: 120vh;
    }
    .main-banner svg {
        top: -8vw;
        right: -40vw;
    }
    .banner-txt-box {
        top: 54vh;
        left: 0;
        background-color: #000;
    }
    .play {
    	top: 20%;
    }
    .play-icon {
        width: 100px;
        height: 100px;
    }    
    .dropdown-menu .dropdown-submenu {
        position: static;
        left: 0;
        top: 100%;
        float: none;
    }	
	.back-to-top {
        right: 10px;
    }
	.navbar-dark .nav-item:last-child {
		margin-left: 0 !important;
	}	
	.navbar-dark .nav-item:last-child .nav-link {
		padding: 0.5rem 1.2rem;
	}
}

#news-content img {
    max-width: 100%;
    height: auto;
}