﻿/*
Theme Name: gf5050
Theme URI: 
Author: Silver District
Author URI: https://silverdistrict.uk
Description: Custom theme by Silver District
Text Domain: gf5050
Version: 1.0
*/

/*
 *
 * RESET
 *
 */

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

body {
	overflow-x: hidden;
}

input[type=button], input[type=submit] {
	-webkit-appearance: none;
	cursor: pointer;
}

table {
	border-collapse: collapse;
}

a img {
	outline: none;
	border: 0;
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
}

p {
	margin-bottom: 30px;
}

ul, ol {
	list-style-position: outside;
	padding-left: 20px;
}

.hp {
	position: absolute !important;
	left: -10000px !important;
}

.sdmodal-open {
	overflow: hidden !important;
}

.sdmodal {
	position: fixed !important;
    z-index: 99999999 !important;
    border: 0 !important;
    width: 100% !important;
    height: 100% !important;
	left: 0 !important;
	right: 0 !important;
    top: 0 !important;
	bottom: 0 !important;
	background-color:rgba(0,0,0,.5) !important;
	display: none;
	overflow: auto !important;
	overscroll-behavior: contain;
}

.sdmodal-inner {
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #fefefe;
    width: 900px;
    margin: 150px auto 50px;
    position: absolute;
    left: 0;
    right: 0;
	padding: 40px;
	-webkit-box-shadow: 0px 1px 15px 4px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 15px 4px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 15px 4px rgba(0,0,0,0.3);
}

.sdmodal-top {
	position: relative;
    width: 100%;
    margin-bottom: 20px;
	font-size: 24px;
	font-weight: 700;
}

.sdmodal-close {
	position:absolute;
	top:-5px;
	right:0px;
	height:30px;
	width:30px;
	background-color:#dce0e3;
	background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAJcEhZcwAACxMAAAsTAQCanBgAAAA5UExURUdwTP///////////////////////////////////////////////////////////////////////308lk0AAAASdFJOUwAEeaav7qBBqgI9pEV86520sMJ4vxYAAABzSURBVBjTZU/bFoAgCJuFt7Qs/v9jS2Z1OvEyBjI3AJgirOI00B+5Yz68bZZNde7NrLotwKq9EpCsWVF3a1oz2CvguOJD12+d3Fwcv0EhL7grcBAGzY9Iop/yipZrUikZeCb1b+yK8lpnmOiFYuJH7E/8E+v2CRVp1IHLAAAAAElFTkSuQmCC');
	background-repeat:no-repeat;
	background-position: center center;
	-moz-border-radius:4px; 
	webkit-border-radius:4px; 
	border-radius:4px;
	cursor:pointer;
}

.sdmodal-close:hover {
	background-color: #e87575;
}

.sdmodal-big .sdmodal-inner {
	width: 88%; /* any bigger and horizontal scroll bar shows just above 767px */
}




@font-face {
    font-family: 'integral_cfbold';
    src: url('webfonts/integral-cf-bold-webfont.woff2') format('woff2'),
         url('webfonts/integral-cf-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'League Spartan';
    src: url('webfonts/leaguespartan-bold-webfont.woff2') format('woff2'),
         url('webfonts/leaguespartan-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
	color: #333;
	line-height: 1.5;
	font-size: 16px; 
	background-color: white;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 400;
	position: relative;
}

.noscroll {
	overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
	margin-bottom: 20px;
	font-weight: 700;
	color: #292624;
	line-height: 1.4;
}

.underline {
	padding-bottom: 10px;
	border-bottom: 2px solid #eee;
}

a {
	color: #37ae9a;
}

a:hover {
	color: #37ae9a;
}

.padded {
	padding-top: 80px;
	padding-bottom: 80px;
}

.center {
	text-align: center;
}

.flex-center {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
}

#nav-mobile {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	background-color: black;
	overflow-y: auto;
}

#nav-mobile ul {
	margin: 0px auto 0px auto;
	width: 80%;
	max-width: 400px;
	list-style-type: none;
}

#nav-mobile li {
	margin-bottom: 10px;
}

#nav-mobile li a {
	display: block;
	font-size: 1.6rem;
	text-decoration: none;
	padding: 12px 0px;
	text-align: center;
	color: white;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#nav-mobile li a:hover {
	color: #df8a73;
	text-decoration: none;
}

#nav-mobile li a .far {
	margin-right: 5px;
}

#nav-mobile li > ul li a {
    margin-left: 30px;
    color: #ccc;
    font-size: 1rem;
}

#close-nav-mobile {
	margin-right: 10px;
	color: white;
	font-size: 38px;
}

.overlay {
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	background-color: rgba(28,34,39,0.3);
	z-index: 0;
}

.nav-bar {
	width: 100%;
	transition-property: all;
	transition-duration: 0.2s;
	-webkit-transition-property: all;
	-webkit-transition-duration: 0.2s;
	background-color: #37ae9a;
}

#nav-bar-fixed {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
}

/* nav ul {
	margin: 0;
	padding: 0;
}

nav ul li {
	list-style-type: none;
	display: inline-block;
}

nav ul li a {
	display: inline-block;
	color: white;
	font-size: 1rem;
	text-decoration: none;
	font-weight: 700;
	background-color: transparent;
	padding: 15px 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0px 4px;
}

nav ul li:first-child a {
	padding-left: 0;
}

nav ul li a:hover {
	text-decoration: none;
	color: #ebe28a;
}

#nav-bar-fixed nav a {
	color: white;
}

#nav-bar-fixed nav a:hover {
	color: #c5d805;
} */

#header-logos {
	float: left;
	width: 100%;
}

#main-logo a {
	float: left;
	font-family: 'integral_cfbold', sans-serif !important;
	padding: 10px 10px 10px 0px;
	font-size: 1.5rem;
	font-weight: normal;
	text-decoration: none;
	color: white;
}

#partner-wrap {
	margin-left: auto;
}

.logos {
	padding: 10px 0px;
	justify-content: center;
}

.logos a:hover {
	background-color: transparent;
}

.logos a:nth-child(1) img {
	width: 220px;
}

.logos a:nth-child(2) img {
	width: 160px;
	margin: 0px 0px 0px 15px;
}

.logos a:nth-child(3) img {
	width: 160px;
	margin: 0;
}

.bars {
	color: white !important;
	font-size: 30px;
	float: right;
	margin-right: 0px !important;
	cursor: pointer;
}

#nav-bar-fixed .bars {
	color: white !important;
}

footer {
	padding: 50px 0px;
	background-color: #0f0f0f;
	color: white;
	text-align: center;
	font-size: 1rem;
}

footer .section-title {
	color: white;
}

footer p {
	margin-bottom: 10px;
}

footer a {
	color: white;
	text-decoration: white;
}

.flex-center {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
}

#report-intro {
	padding: 70px 0px;
}

.padded-section {
	padding: 100px 0px;
}

.green-section {
	background-color: #37ae9a;
	color: white;
}

.green-section h3 {
	color: white !important;
}

.green-section a {
	color: white;
}

.padded {
	padding: 0px 0px 60px 0px;
}

article img {
	margin: 15px 0px;
}

article big {
	display: inline-block;
	padding-bottom: 10px;
}

article ul, article ol {
	padding-left: 2em;
}

header {
	/*background-image: url(media/BlackDragMagic.png);
	background-position: center 20%;
	background-repeat: no-repeat;
	background-size: cover;*/
	padding: 100px 0px;
	background-color: #37ae9a;
	color: white;
	font-size: 1.3rem;
}

header h1, header h2 {
	font-size: 2.6rem;
	font-family: 'League Spartan', sans-serif !important;
	font-weight: normal;
	color: white !important;
}

header h2 { 
	font-size: 1.6rem;
}

header a {
	color: white;
	text-decoration: underline;
}

header a:hover {
	color: white;
	text-decoration: none;
}

#report-title-header {
	padding: 25px 0px;
}

.report-title-small {
	font-size: 1.8rem;
	color: black !important;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	text-transform: none;
}

.report-title, h2 {
	color: black !important;
	margin: 0px 0px 30px 0px;
	text-transform: none;
	font-size: 2.2rem;
	font-family: 'League Spartan', sans-serif !important;
	font-weight: normal;
}

#report-title-header .report-title {
	margin-bottom: 30px;
}

#report-banner {
	width: 100%;
	background-color: #377a93;
}

#report-banner ul { 
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#report-banner li {
	float: left;
	padding: 0;
	margin: 0;
}

#report-banner a {
	color: white;
	display: block;
	padding: 20px 10px;
	margin: 0px 5px;
	font-size: 1.1rem;
}

#report-banner a:hover {
	color: #333;
}

#report-banner a.active {
	font-weight: bold;
}

.report-link, .wp-block-button__link {
	display: inline-block;
	font-size: 1.3rem;
	padding: 15px 25px;
	margin-bottom: 12px;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
	background-color: #f6b400;
	color: white;
	-webkit-transition: all 0.5s ease;
  	-moz-transition: all 0.5s ease;
  	-o-transition: all 0.5s ease;
  	transition: all 0.5s ease;
}

.report-link:hover, .wp-block-button__link:hover {
	color: white;
	text-decoration: none;
	background-color: #e5a803;
}

.divider {
	width: 100%;
	height: 5px;
	background-color: #eee;
}

.center {
	text-align: center;
}

.report-social {
	margin-top: 20px;
}

.report-social a {
	font-size: 34px;
	margin-right: 2px;
	padding: 4px;
}

button.expand {
	font-size: 1.4rem;
	color: #222;
	padding: 5px;
	margin-bottom: 20px;
	background-color: transparent;
	-webkit-transition: all 0.3s ease;
  	-moz-transition: all 0.3s ease;
  	-o-transition: all 0.3s ease;
  	transition: all 0.3s ease;
}

button.expand:hover {
	color: #44A590 !important;
	background-color: transparent !important;
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

[class^="expand-"] {
	display: none;
}

[class^="expand-"].show {
	display: block;
}

@media only screen and (min-width : 576px) {
}

@media only screen and (min-width : 768px) {	
	#main-logo a {
		font-size: 2.6rem;
	}
}

@media only screen and (max-width : 991px) {
	#header-logos {
		width: auto;
	}

	#fixed-content {
		float: right;
		width: auto;
		margin-top: 5px;
	}
}

@media only screen and (min-width : 992px) {
	body {
		font-size: 1.1rem;
	}
}

@media only screen and (max-width : 1199px) {
	
}

@media only screen and (min-width : 1200px) {	
}

@media only screen and (min-width : 1300px) {	
	.container.wide {
		max-width: 1300px;
	}
}

ul.drop-menu {
	margin: 0;
	padding: 0;
}

ul.drop-menu li {
	position: relative;
	display: inline-block;
	margin: 0 5px 0 0;
	padding: 0;
}

ul.drop-menu li a {
	display: inline-block;
	color: white;
	font-size: 1rem;
	text-decoration: none;
	font-weight: 700;
	background-color: transparent;
	padding: 15px 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0px 4px;
}

ul.drop-menu li a:hover {
	text-decoration: none;
	color: #ebe28a;
}

ul.drop-menu > li:first-child > a {
	padding-left: 0;
}

ul.drop-menu li > ul {
	position: absolute;
	display: none;
	width: 200px;
	padding: 10px 0px;
	margin: 0;
	text-align: left;
	z-index: 1000;
	left: 0;
	top: 100%;
	background-color: white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 1px 25px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 1px 25px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 1px 25px 0px rgba(0,0,0,0.2);
}

ul.drop-menu li:hover > ul {
	display: block;
}

ul.drop-menu .menu-item-has-children:after {
	position: absolute;
	right: 0;
	top: 50%;
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: "Font Awesome 5 Pro";
	font-weight: bold;
   	content: "\f0d7";
   	color: white;
}

ul.drop-menu li > ul li {
	display: block;
	margin: 0;
	padding: 0;
}

ul.drop-menu li > ul li a {
	padding: 12px 10px;
	color: #222;
}

ul.drop-menu li > ul li a:hover {
	color: #c4b95e;
}

.has-white-color a {
	color: var(--wp--preset--color--white) !important;
}

.news_box {
	margin-bottom: 40px;
}

.news_title {
	font-size: 1.4rem;;
	line-height: 1.4em;
	margin: 0px 0px 50px 0px;
}

.news_box_img {
	background: #37ae9a;
	width: 100%;
    height: 300px;
    filter: brightness(0.95);
	background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
	margin-bottom: 10px;
}

.news_box_img:hover {
    filter: brightness(1);
}




