html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
}
h1 {
font-size: 2.5em;
margin: 0.67em 0;
}
hr {
box-sizing: content-box;
height: 0;
overflow: visible;
}
pre {
font-family: monospace, monospace;
font-size: 1em;
}
a {
background-color: transparent;
text-decoration: none;
color: inherit;
}
abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted;
}
b,
strong {
font-weight: bolder;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
button,
input,
optgroup,
select,
textarea {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0;
}
button,
input {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
}
fieldset {
padding: 0.35em 0.75em 0.625em;
}
legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal;
}
progress {
vertical-align: baseline;
}
textarea {
overflow: auto;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}
[type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}
details {
display: block;
}
summary {
display: list-item;
}
*,
*::before,
*::after {
box-sizing: inherit;
}
html {
box-sizing: border-box;
}
body,
button,
input,
select,
optgroup,
textarea {
color: #404040;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 15px;
line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
margin: 0;
color: #232d51;
}
p {
margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", courier, monospace;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,
kbd,
tt,
var {
font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} body {
background: #fff;
color:#232d51;
}
hr {
background-color: #eff8ff;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul,
ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: 700;
}
dd {
margin: 0 1.5em 1.5em;
} embed,
iframe,
object {
max-width: 100%;
}
img {
height: auto;
max-width: 100%;
}
figure {
margin: 1em 0;
}
table {
margin: 0 0 1.5em;
width: 100%;
border-spacing: 0px;
}
th {
text-align: left;
}
a {
color: inherit;
}
a:visited {
color: inherit;
}
a:hover,
a:focus,
a:active {
color: inherit;
}
a:focus {
outline: thin dotted;
}
a:hover,
a:active {
outline: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 0px solid;
border-radius: 0px;
line-height: 1;
padding: 0.6em 1em 0.4em;
background-color: #fdda11;
color: #2c395a;
padding: 20px 30px;
font-weight:bold;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #666;
border: 1px solid #e0e0e0;
border-radius: 0;
padding: 0;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111;
}
select {
border: 1px solid #ccc;
}
textarea {
width: 100%;
} .main-navigation {
display: block;
width: 100%;
}
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
display: block;
left: auto;
}
.main-navigation ul ul a {
width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto;
}
.main-navigation li {
position: relative;
}
.main-navigation a {
display: block;
text-decoration: none;
} .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
@media screen and (min-width: 37.5em) {
.menu-toggle {
display: none;
}
.main-navigation ul {
display: flex;
}
}
.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
text-align: end;
flex: 1 0 50%;
} .sticky {
display: block;
}
.updated:not(.published) {
display: none;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
}
.post_author {
color: #656565;
}
.post_author strong {
color: #2c395a;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
} .widget {
margin: 0 0 1.5em;
}
.widget select {
max-width: 100%;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} .custom-logo-link {
display: inline-block;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-bottom: 1.5em;
display: grid;
grid-gap: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
width: 100%;
}
.gallery-columns-2 {
grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
display: block;
}   .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
display: none;
} .infinity-end.neverending .site-footer {
display: block;
}   .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 0.875rem;
font-weight: 700;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
} #primary[tabindex="-1"]:focus {
outline: 0;
} .alignleft { float: left; margin-right: 1.5em;
margin-bottom: 1.5em;
}
.alignright { float: right; margin-left: 1.5em;
margin-bottom: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 1.5em;
}
@font-face {
font-family: "DS-Digital";
src: url(//www.pogonmogilno.pl/wp-content/themes/pogon-mogilno/fonts/ds_digital/DS-DIGI.TTF);
}
@font-face {
font-family: "Barcelona";
src: url(//www.pogonmogilno.pl/wp-content/themes/pogon-mogilno/fonts/barcelona/barcelona.ttf);
}
body {
background-color: #032a4b;
background-image: url(//www.pogonmogilno.pl/wp-content/themes/pogon-mogilno/img/site-bg-top.png);
background-repeat: no-repeat;
background-position: top center;
background-size: contain;
font-family: 'Ubuntu', sans-serif;
--primary-color: #0458b6;
--site-width: 1260px;
}
@media (max-width: 1280px) {
body {
--site-width: calc(100%);
}
.container {
padding:0 15px;
}
}
#page {
width: var(--site-width);
margin: 0 auto;
background-color: #fff;
padding-bottom: 20px;
}
.container {
width: var(--site-width);
margin: 0 auto;
}
.no-padding-cols .col {
padding:0;
}
.col {
padding:15px;
}
.col-25 {
width: 25%;
}
.col-66 {
width: 66.6666%;
}
.col-75 {
width: 75%;
}
.col-33 {
width: 33.3333%;
}
.col-50 {
width: 50%;
}
.row {
display: flex;
margin: 0 -15px;
flex-wrap: wrap;
}
.auto {
display:flex;
width: 100%;
}
.auto-2,
.auto-3,
.auto-4 {
display: flex;
flex-wrap: wrap;
}
.auto-4 > .col {
width: 25%;
}
.auto-3 > .col {
width: 33.333%;
}
.auto-2 > .col {
width: 50%;
}
@media (max-width: 960px) {
.col-50 {
width: 100%;
}
.col-25 {
width:50%!important;
}
}
@media (max-width: 640px) {
.col {
width:100%!important;
}
.site-info .col {
text-align: center;
}
.site-footer {
text-align: center;
}
}
#breadcrumbs {
color: #aaaaaa;
font-size: 14px;
}
.bgimg {
overflow: hidden;
position:relative;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
.bgimg::after {
content: "";
background: rgba(0,0,0,0.3);
position: absolute;
top:0;
left:0;
right:0;
bottom:0;
}
.bgimg_content {
position: relative;
z-index:10;
}
.header-white {
background-color:#ffffff;
}
.header-blue .container {
position: relative;
}
.header-blue {
background-color: var(--primary-color);
}
@media (min-width: 961px) {
.header_content {
margin-left:150px;
}
}@media (max-width: 960px) {
.header-blue .container {
padding:0px;
}
}
.header_content {
height: 68px;
display:flex;
justify-content: space-between;
align-items: center;
position: relative;
}
#header-pretitle {
color: var(--primary-color);
font-size:14px;
margin: 0;
line-height: 1.5em;
font-weight:400;
}
#header-title {
color: var(--primary-color);
font-size:20px;
margin: 0;
line-height: 1.5em;
}
.nav_icons {
align-items: center;
display: flex;
} .nav_icon_w {
color:#fff;
height:68px;
width:68px;
position: relative;
}
.nav_icon_w {
cursor: pointer;
}
.mobile_login_icon {
background-color: #159fff;
}
.nav_icon {
position: absolute;
left:50%;
top: 50%;
transform: translate(-50%, -50%);
}
.search_icon {
}
.modal {
display:none;
position:fixed;
top:0;
left:0;
right:0;
bottom:0;
background-color: rgba(0,0,0,0.3);
z-index:1000;
}
.modal.display {
display: block;
}
#searchModal {
max-width:90%;
}
#searchModal, #loginModal {
display:none;
}
#searchModal.display, #loginModal.display {
top: 150px;
display:block;
position: absolute;
width: 500px;
margin:0 auto;
left:0;
right:0;
z-index:10000;
margin-top:-10px;
}
#loginModal h3 {
margin-bottom: 15px;
font-size: 24px;
}
@media (max-width: 960px) {
#loginModal.display {
width: 90%;
max-width: 400px;
}
}
@media (min-width: 961px) {
#loginModal.display {
width: 700px;
}
}
#searchModal form {
display: flex;
}
#searchModal #s {
padding: 15px 20px;
width: 500px;
}
#loginModal.display {
display: flex;
flex-wrap:wrap;
}
.modal_login, .modal_register {
padding: 40px 20px;
text-align: center;
position: relative;
font-weight:bold;
}
.modal_login {
width:50%;
background-color:#fff;
padding-bottom:100px;
color:#032a4c;
}
.modal_register {
width:50%;
background-color:#ddd;
background-image:url(//www.pogonmogilno.pl/wp-content/themes/pogon-mogilno/img/register-bg.png);
background-size: cover;
background-repeat: no-repeat;
color:#fff;
}
.modal_register h3 {
color:#fff;
}
.modal_buttons {
position: absolute;
bottom:45px;
padding: 25px 40px!important;
transform: translatex(-50%);
left: 50%;
width:195px;
font-weight:bold;
line-height: 1em;
}
#register_button {
border: 2px solid #fdd911;
}
#login_button {
border: 2px solid #fdd911;
background-color: #fdd911;
color:#4d4620;
padding:0px;
}
#restore_pass {
color:#696969;
text-decoration: underline;
bottom:15px;
font-size: 12px;
position: absolute;
left: 50%;
transform: translateX(-50%);
font-weight: normal;
}
#user_login, #user_pass {
padding: 10px 20px;
width: 100%;
margin-bottom: 20px;
height: 62px;
border: 1px solid #d1d1d1;
}
#login_button {
cursor: pointer;
}
input.remember_me[type="checkbox"] {
visibility: hidden;
}
.remember_me {
margin: 10px 10px 50px;
position: relative;
width: 25px;
}
.remember_me input[type="checkbox"]:checked + label:after {
opacity: 1;
}
.remember_me label {
background: none repeat scroll 0 0 #EEEEEE;
border: 1px solid #DDDDDD;
cursor: pointer;
height: 25px;
left: 0;
position: absolute;
top: 0;
width: 25px;
}
.remember_me label:after {
border-style: none none solid solid;
content: "";
height: 5px;
left: 6px;
opacity: 0;
position: absolute;
top: 7px;
-ms-transform:rotate(-45deg); -webkit-transform:rotate(-45deg); transform:rotate(-45deg);
width: 10px;
}
@media (max-width: 960px) {
.modal_login, .modal_register {
width: 100%;
}
.modal_register {
display:none;
}
}
#search_button {
color: #fff;
width:54px;
background-image: url(//www.pogonmogilno.pl/wp-content/themes/pogon-mogilno/img/search.png);
background-color: #2b9ffa;
background-repeat: no-repeat;
background-position: center center;
}
@media (min-width: 961px) {
#mobile_menu_icon_w, .mobile_login_icon {
display: none;
} } .login-button {
font-size: 14px;
color: #0458b6;
}
.login-button img {
vertical-align: middle;
margin-right:5px;
}
.login-button svg {
color: #159fff;
margin-top: 5px;
margin-left: 20px;
vertical-align: text-bottom;
}
.header-sm {
display: flex;
filter: hue-rotate(54deg) brightness(0.7);
margin-right: 30px;
}
.header-sm > a {
transition: filter 0.1s ease-in;
}
.header-sm > a:hover {
filter: hue-rotate(54deg) brightness(0.4);
}
.header-sm > a {
line-height:0em;
}
.header-white-right {
display: flex;
align-items: center;
}
@media (min-width: 961px) {
#site-nav > li + li {
margin-left: 10px;
}
}
@media (min-width: 961px) {
#site-nav {
display: flex;
margin-left: -10px;
}
}
#site-nav .menu-item-has-children {
position: relative;
}
#site-nav > li > a {
color: #fff;
text-decoration: none;
padding:22px 15px;
display: inline-block;
font-weight: bold;
transition: color 0.1s ease-in, background-color 0.1s ease-in;
}
#site-nav ul {
display: none;
}
#site-nav ul a {
width: 250px;
display: inline-block;
padding: 10px 20px;
color:#fff;
}
#site-nav > li {
position: relative;
}
#site-nav ul {
position: absolute;
z-index:100;
margin-left: 0px;
list-style: none;
padding:0;
}
@media (min-width: 961px) {
#site-nav > li > a:hover {
background-color: #09488d;
color: #fff;
}
#site-nav li:hover li {
position: relative;
}
#site-nav ul a {
border-left: 5px solid rgba(0,0,0,0);
}
#site-nav > li > ul > li > a:hover {
background-color: #0458b6;
border-left: 5px solid #fdda11;
}
#site-nav > li > ul > li > ul > li > a {
background-color:#0458b6;
}
#site-nav > li > ul > li > ul > li > a:hover {
background-color:#09488d;
}
#site-nav li:hover > ul {
display: block;
left:0;
top: auto;
background-color: #09488d;
}
#site-nav li:hover ul li:hover ul {
display: block;
left:0;
top:0;
top: auto;
left: 100%;
top: 0;
}
}
.site-logo {    
position: absolute;
transform: translate(0%, -50%);
}
#site-nav.mobile-on {
display: block!important;
position: absolute;
top: 68px;
z-index:100;
left: 0;
min-width:300px;
max-width:90vh;
}
#mobile_menu_icon_w.mobile-on {
background-color:#fff;
color: #0458b6;
}
#site-nav.mobile-on {
background-color:#fff;
}
#site-nav.mobile-on li {
background-color:inherit;
position: relative;
}
#site-nav.mobile-on a {
width: 50%;
}
#site-nav.mobile-on ul {
position: relative!important;
}
#site-nav.mobile-on .sub-menu {
margin-left: 15px;
}
#site-nav.mobile-on ul a {
padding: 10px 0px;
}
#site-nav.mobile-on {
padding: 15px;
}
#site-nav.mobile-on a {
color: #232d51;
padding: 10px 0;
}
#site-nav.mobile-on .menu-item-has-children > .sub-menu-holder {
position: absolute;
width: 32px;
height: 32px;
top: 8px;
right: 0;
display: flex;
justify-content: center; align-items: center;
}
@media (min-width: 961px) {
.sub-menu-holder {
display: none;
}
}
#site-nav.mobile-on .menu-item-has-children a { }
#site-nav.mobile-on .menu-item-has-children:before {
content: " ";
position: absolute;
width: 12px;
height: 12px;
border: 1px solid #ffffff;
top: 27px;
right: 30px;
color: #fff;
border-width: 0 2px 2px 0;
transform: rotate(45deg);
}
#site-nav.mobile-on .sub-menu a {
color: #159fff;
font-weight: bold;
}
#site-nav.mobile-on .sub-menu .sub-menu a {
color: #159fff;
font-weight: normal;
}
#site-nav.mobile-on .expand {
display:block;
}
@media (max-width: 960px) {
.site-logo {
transform: translate(-50%, 8px);
position: absolute;
left: 50%;
top: 0;
height: 48px;
z-index:10;
}
}
.menu {
list-style: none;
margin: 0px;
padding: 0px;
}
.sticky {
position: relative;	
}
.sticky::after {
content: "";
background: linear-gradient(0deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.0) 25%, rgba(0,0,0,0) 100%);
position: absolute;
top:0;
left:0;
right:0;
bottom:0;
}
.sticky_title_wrapper {
position: absolute;
bottom:0px;
left:0;
right:0;
z-index:1;
}
.sticky_title {
padding: 30px;
position: ;
font-size: 24px;
color:#fff;
font-weight: bold;
}
.gradient {
background: linear-gradient(135deg, rgba(5,74,151,1) 0%, rgba(17,142,235,1) 100%);
color: #fff;
padding: 15px 30px;
}
h2 {
margin: 0.5em 0;
}
thead {
background-color: #0458b6;
}
th {
padding: 5px 10px;
}
.single_match {
border:2px solid #0357b5;
font-size: 14px;
text-align: center;
padding-top:10px;
}
.single_match .competitor {
height: 45px;
overflow: hidden;
}
.single_match .score {
font-size: 18px;
color: #94c2f5;
}
.single_match .competitor_logo {
margin-top:15px;
max-width: 96px;
text-align: center;
display:inline-block;
}
.single_match .competitor_logo img{
max-height: 96px;
}
.single_match .match_place {
margin-top:10px;
}
.single_match .match_time {
margin-top:10px;
padding:5px;
background-color: #0357b5;
color: #159fff;
font-family: "DS-Digital";
font-size: 16px;
}
.single_match + .single_match {
margin-left:10px;
} .archive_post .bgimg {
padding-bottom: 57%;
}
.archive_post {
transition: all 0.1s ease-in;
}
.archive_post .under_thumb {
padding: 20px;
}
.archive_post:hover {
background-color:#045bb8;
color:#fff;
}
.archive_post .title {
color: #000;
font-size: 19px;
}
.archive_post .date {
color: #159fff;
font-size: 13px;
font-weight: bold;
margin-top: 10px
}
.archive_post:hover .title {
color:#fff;
}
.archive_post .post_format {
position: absolute;
top: 20px;
left: 20px;
background-color: #045bb8;
color: #fff;
z-index: 2;
padding: 8px;
}
.archive_post .post_format svg {
width:22px;
height:22px;
display:block;
}
.archive_post .bgimg:after {
background:none;
}
.small_archive_post {
padding: 10px;
}
.small_archive_posts > .small_archive_post:nth-child(2n) {
background-color:#eff7ff;
}
.small_archive_post .date {
color:#159fff;
font-size: 13px;
}
.section {
padding: 30px;
}
#front-news .under_thumb {
padding:20px;
}
.sidebar .under_thumb {
padding: 20px 10px 20px;
margin-bottom: 20px;
}
#fb_banner {
width: 100%;
}
#front-news {
padding-bottom:0px;
}
#front-gallery {
background: url(//www.pogonmogilno.pl/wp-content/themes/pogon-mogilno/img/gallery-bg.jpg) no-repeat;
background-size: 100%;
background-position: center center;
}
#front-gallery {
color: #fff;
}
#front-gallery h2, #front-gallery h3 {
color: #fff;
}
.gallery-grid {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-template-rows: 1fr 1fr;
gap: 15px 15px;
grid-template-areas: "g-1 g-1 g-2" "g-1 g-1 g-3";
}
@media (max-width: 960px) {
#front-matches .auto-4 .col {
width: 50%!important;
}
#fb_banner {
max-width:30vh;
}
#fb-col {
text-align:center;
}
#front-gallery {
background-size: cover;
}
.gallery-grid {
grid-template-areas: "g-1 g-1 g-1" "g-2 g-2 g-2";
}
.g-3 { display:none; }
}
.g-1 { grid-area: g-1; }
.g-2 { grid-area: g-2; }
.g-3 { grid-area: g-3; }
.g-1,
.g-2,
.g-3 {
background-color :#000;
}
.g-2 .bgimg,
.g-3 .bgimg {
height:100%;
}
.g-1 .bgimg { padding-bottom: 55%; }
.bgimg_inner {
position: absolute;
bottom:0px;
padding: 15px 20px;
color:#fff;
z-index:1;
}
.bgimg_inner .title {
font-size: 18px;
margin-bottom:5px;
}
.bgimg_inner .date {
font-size: 14px;
}
.bgimg_inner h3 {
color:#fff;
}
.gallery-counter {
background-color: #159fff;
top: 15px;
right: 15px;
position: absolute;
color: #fff;
padding: 10px;
font-size: 15px;
z-index: 2;
}
.title_and_more {
position: relative;
}
.title_and_more h3 {
position: absolute;
right: 0;
transform: translateY(-50%);
top: 50%;
font-size: 15px;
margin:0;
}
.yellow {
color: #fdd911;
}
.title_and_more h3 img {
margin-right: 15px;
vertical-align: middle;
}
.title_and_more h3 svg {
margin-right: 15px;
vertical-align: middle;
height: 1.6em;
width: auto;
}
.bgimg > .bg {
position: absolute;
top:0;
left:0;
right:0;
bottom:0;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
transition: transform 0.3s;
}
a:hover .bgimg > .bg {
transform: scale(1.15) rotate(2deg);
}
.tabs {
display: inline-block;
border: 2px solid #2b9ffa;
font-weight:bold;
font-size: 14px;
color:#2b9ffa;
margin-bottom:20px;
}
.tabs .tab {
display: inline-block;
padding: 10px 20px;
} .tabs div {
background-color: inherit;
float: left;
border: none;
outline: none;
cursor: pointer;
padding: 14px 16px;
transition: 0.1s;
} .tabs div:hover {
background-color: #ddd;
} .tabs div.active {
background-color: #2b9ffa;
color:#fff;
} .tabcontent {
display: none;
border-top: none;
}
.matches_list {
width:100%;
margin-bottom: 50px;
}
.matches_list .match {
display: flex;
width: 100%;
height: 100px;
background-color: #f8f8f6;
margin-bottom: 2px;
}
.matches_list .match:nth-child(2n){
background-color: #fcfcfa;
}
.matches_list .match_day {
background-color: #2b9ffa;
color: #fff;
vertical-align: middle;
font-weight:bold;
width:100px;
text-align:center;
align-items: center;
display: flex;
justify-content: center;
}
.matches_list .match_hour {
background-color: #eff8ff;
color: #2b9ffa;
font-weight:normal;
font-size: 42px;
width: 130px;
text-align: center;
align-items: center;
display: flex;
justify-content: center;
font-family: "DS-Digital";
}
.matches_list .logo {
height: 60px;
vertical-align: middle;
}
.matches_list .opponents {
flex: 1;
display: flex;
justify-content: center;
align-items: center;
font-weight: bold;
font-size: 16px;
}
.matches_list .opponents {
flex: 1;
display: flex;
justify-content: center;
align-items: center;
font-weight: bold;
font-size: 16px;
}
.matches_list .host .logo {
margin-left: 10px;
}
.matches_list .competitor .logo {
margin-right: 10px;
}
.matches_list .competitor {
flex: 1;
}
.matches_list .host {
flex: 1;
text-align: right;
}
@media (max-width: 960px) {
.matches_list .opponents .name {
display:none;
}
}
@media (max-width: 640px) {
.matches_list .match_hour {
font-size: 24px;
width: 70px;
}
.matches_list .match_day {
width: 70px;
}
}
.matches_list.juniorzy .score {
margin-left:5px;
margin-right:5px;
}
@media (max-width: 960px) {
.matches_list.juniorzy .opponents .name{
display: block!important;
}
.matches_list.juniorzy .opponents {
flex-wrap: wrap;
}
.matches_list.juniorzy .opponents > div {
width: 100%;
text-align: center;
}
}
@media (max-width: 480px) {
.matches_list.juniorzy .opponents > div {
font-size: 13px;
line-height: 1em;
}
}
.tabcontent h3 {
margin-bottom: 15px;
}
.l {
}
.r {
text-align:right;
}
thead {
background-color: #2b9ffa;
color: #fff;
}
thead svg {
fill: #fff!important;
}
.pg-table {
color: #535353!important;
}
.pg-table th, .pg-table td {
border: 0px;
vertical-align: middle!important;
}
.pg-table th {
height:50px;
}
.pg-table td {
height:70px;
}
.pg-table th,
.pg-table td {
border:0px!important;
padding: 0 20px!important;
}
.pg-table thead th {
border-bottom: 0px!important;
}
.pg-table tbody tr:nth-child(2) {
background-color: #ebebeb;
}
.pg-table a {
color: inherit;
}
.pg-table a:hover {
color: inherit;
}
.return_link {
color: #bbb!important;
font-size: 15px;
}
@media (max-width: 960px) {
.header-white {
display: none;
}
#site-nav {
display: none;
}
}
.title_and_more .small-icon {
height: 1.25em;
}
.blue-icon {
color: #159fff;
}
.yellow-icon {
color: #fdd911;
} #league_table .standing-table__mini-cell-form {
display: none!important;
}
.full-table .anwp-b-wrap .anwp-bg-light {
background-color: #2b9ffa;
font-size: 14px;
color:#fff;
padding:10px 0;
}
.full-table .standing-table__row {
height:75px;
}
.full-table .club-logo__cover--small {
width: 64px!important;
height: 48px!important;
}
.full-table .standing-table__place {
font-weight: bold!important;
}
.full-table .standing-table__cell {
min-width: 40px;
}
.full-table .club-131169 .standing-table__cell:first-child  {
border-left: 4px solid #2a9ef9!important;
margin-top: 5px;
margin-bottom: 5px;
}
.full-table .place-1 .standing-table__cell:first-child {
border-left: 4px solid #4caf50;
margin-top: 5px;
margin-bottom: 5px;
}
.full-table .standing-table > div:nth-last-child(1) .standing-table__cell:first-child,
.full-table .standing-table > div:nth-last-child(2) .standing-table__cell:first-child{
border-left: 4px solid #fb2126;
margin-top: 5px;
margin-bottom: 5px;
}
.full-table .standing-table > div:nth-last-child(3) .standing-table__cell:first-child,
.full-table .standing-table > div:nth-last-child(4) .standing-table__cell:first-child,
.full-table .standing-table > div:nth-last-child(5) .standing-table__cell:first-child,
.full-table .standing-table > div:nth-last-child(6) .standing-table__cell:first-child,
.full-table .standing-table > div:nth-last-child(7) .standing-table__cell:first-child,
.full-table .standing-table > div:nth-last-child(8) .standing-table__cell:first-child,
.full-table .standing-table > div:nth-last-child(9) .standing-table__cell:first-child{
border-left: 4px solid #fad840;
margin-top: 5px;
margin-bottom: 5px;
}
.full-table  .anwp-b-wrap .d-none > .club-form {
display: none !important;
}
.full-table .standing-table__cell {
min-width: 6%;
}
.full-table a {
color: inherit!important;
text-decoration: none!important;
}
.full-table .club-131169 {
font-weight:bold;
}
.full-table.juniorzy .standing-table__cell {
border-left-width: 0px!important;
} #kadra .player_photo {
background-image:url(//www.pogonmogilno.pl/wp-content/themes/pogon-mogilno/img/player-bg.png);
padding-bottom:115%;
position: relative;
display: flex;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
#kadra .player_photo img {
text-align: center;
max-width: 100%;
max-height: 95%;
width: 100%;
position: absolute;
bottom: 0;
left: 0%;
right: 0;
object-fit: contain;
}
#kadra .player_photo .number {
position: absolute;
top:15px;
right:15px;
font-family: "Barcelona";
font-size: 52px;
color: #159fff;
}
#kadra .under_player {
font-size: 20px;
font-weight: bold;
padding: 20px 25px;
background: linear-gradient(126deg, #0a4383 0%, #0458b6 100%);
color:#fff;
} .single_player_header {
background-color:#000;
height:460px;
}
.single_player_header .bgimg:after {
background-color: rgba(1,12,25,0.7);
}
.single_player_header table {
max-width: 400px;
clear: both;
font-weight: bold;
color: #fff;
font-size: 13px;
}
.single_player_header .photo {
position: absolute;
right:20vh;
bottom:0;
}
.single_player_header .photo img {
height: 400px;
width: auto;
}
.player__main-photo, .staff__main-photo {
max-width:none;
}
@media (max-width: 960px) {
.single_player_header .photo {
display: none;
}
}
.single_player_header td {
padding: 7px 0;
}
.single_player_header tr td:first-child {
color: #2b9ffa;
}
.single_player_header .number {
font-size: 128px;
line-height:1em;
color: #2b9ffa;
float: left;
font-family: "Barcelona";
}
.single_player_header .name {
line-height:1.25em;
float: left;
margin: 5px 30px;
}
.single_player_header .name span {
font-size: 24px;	
line-height:2.5em;
}
.single_player_header .name h1 {
color: #fff;
font-size:64px;
line-height: 22px!important;
} .post_meta {
justify-content: space-between;
display: flex;
margin-top:10px;
margin-bottom:20px;
}
.post-time {
font-weight: bold;
color: #159fff;
}
.post-time img {
vertical-align: text-bottom;
margin-right: 5px;
}
.entry-content {
font-size: 15px;
line-height: 28px;
color: #656565;
text-align: justify;
}
.entry-content a {
color: #045bb8;
font-weight: bold;
}
.entry-content blockquote {
color: #159fff;
font-style: italic;
font-weight:bold;
}
.entry-content h2 {
font-size: 18px;
}
article hr {
background-color:#e2e2e2;
}
.social_media {
display:flex;
align-items: flex-end;
}
.social_media .fb-like {
margin-right: 10px;
}
.fb_iframe_widget_fluid {
display: inherit;
} .comment {
margin: 40px 0;
}
.comment .avatar {
border-radius:100px;
}
.comment-list {
margin: 0px;
padding: 0px;
list-style: none;
}
.comment-content {
background-color: #eff8ff;
padding:20px;
border-radius: 20px;
color: #5c5c5c;
}
.reply {
margin-top:10px;
color: #b9b9b9;
}
.comment-content p {
margin: 0px; 
}
.comment-content p + p {
margin-top: 20px; 
}
.comments-title span {
color: #159fff;
}
.comment-form-comment label {
font-size: 24px;
color: #232d51;
}
.comment-meta {
color: #b9b9b9;
}
.comment-meta b {
color:#2c395a;
margin-right:12px;
}
.comment-meta {
margin-bottom: 10px;
}
.comment-body {
display: flex;
}
.comment-author-thumb {
width: 64px;
margin-right:20px;
}
.comment-wrap {
width: calc(100% - 84px);
} .front-player {
display: grid;
grid-template-columns: 0.8fr 1.2fr;
grid-template-rows: 1fr 1fr 1fr;
grid-template-areas: "photo name" "photo info" "photo info";
color: #fff;
height: calc(100% - 60px);
}
.front-player .photo { grid-area: photo; background-image:url(//www.pogonmogilno.pl/wp-content/themes/pogon-mogilno/img/player-bg.png); text-align: center; position: relative;}
.front-player .photo img { text-align: center;  
max-width: 100%;
max-height: 95%;
width: 100%;
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
right:0;
object-fit: contain;
}
.front-player .name { grid-area: name; position: relative;
background-color:var(--primary-color); padding: 0 20px; background: linear-gradient(110deg, #093c74 0%, #074a94 100%) }
.front-player .name > div {
position: absolute;
bottom: 0;
top: 50%;
transform: translateY(-50%);
}
.front-player h3 {
color: #fff;
}
.front-player .name h4 {
color: #159fff;
}
.front-player .info {
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: 1fr 1fr;
grid-template-areas: "stats stats" "number nav";
grid-area: info;
background-color:var(--primary-color);
padding: 2% 20px 2%;
background: linear-gradient(127deg, #0a4383 0%, #0458b6 100%) 
}
.front-player .stats {
display: flex;
justify-content: space-between;
font-size: 14px;
}
.front-player .stats > div {
margin-right:5%;
font-weight:700;
}
.front-player .stats span {
width:100%;
display:block;
margin-bottom:15px;
font-weight:400;
}
.front-player .stats { grid-area: stats; align-self: center; }
.front-player .number { grid-area: number; font-size: 24px; 
font-size: 72px;
line-height: 1em;
align-self: end;
color: #159fff;
font-family: "Barcelona";
}
.front-player .nav { grid-area: nav; align-self: end; justify-self: end;}
@media (max-width: 640px) {
.front-player .stats {
display:none;
}
} #front-table {
background: linear-gradient(126deg, #0a4383 0%, #0458b6 100%);
}
#front-table .standing-table {
font-size: 14px;
}
#front-table a {
color: #fff!important;
text-decoration: none!important;
}
#front-table .standing-table__cell {
padding: 10px 0;
}
#front-matches h2,
#front-matches h3 {
color:#fff;
}
#front-matches .anwp-fl-matches-scoreboard__swiper-container {
border: 0px;
}
#front-table h2,
#front-table h3 {
color:#fff;
}
#front-table thead {
background-color: var(--primary-color)!important;
}
#front-table table {
border:0px;
color: #fff;
}
#front-table .standing-table .standing-table__row:nth-child(2n){
background-color:#054a97!important;
}
#front-table td, #front-table th {
padding: 10px 0;
border: 0px;
}
#front-table .club-logo__cover {
display: none;
}
#front-table .standing-table .standing-table__row.club-131169 { 
background-color: #159fff!important;
}
#front-table tr th:nth-child(2) {
text-align: left;
} .live_header .bgimg_content {
height: 100%;
}
.live_header {
height:567px;
}
.live_header .bgimg::after {
background: rgba(0,0,0,0.65);
}
.live_club_logo {
bottom: 0;
height: 100%;
top: 0;
position: absolute;
}
.live_club_logo_home {
left: 0px;
transform: translate(-50%, -25%);
}
.live_club_logo_away {
right: 0px;
transform: translate(50%, -25%);
}
.live_club_logo img {
height: 150%;
}
.live_club {
flex: 1;
}
.match_info {
color:#fff;
position: absolute;
top: 80px;
left:0;
right:0;
text-align: center;
font-size: 50px;
font-weight: bold;
}
.match_info .date {
font-weight: normal;
font-size: 16px;
}
.scoreboard .score {
position: relative;
justify-content: center;
}
.scoreboard {	
display: flex;
justify-content: space-between;
width: 100%;
background-color:#000;
height:90px;
max-width:90%;
margin:0 auto;
position: absolute;
left:0;
right:0;
top:50%;
transform: translateY(-50%);
color:#fff;
font-size: 24px;
font-weight:bold;
background: linear-gradient(0deg, rgba(16, 53, 98, 0.8) 0%, rgba(29, 113, 183,0.8) 100%);
}
.scoreboard > div {
display: flex;
padding: 0 20px;
}
.scoreboard .score {
background: linear-gradient(0deg, rgba(167, 217, 255,1) 0%, rgba(255, 255, 255,1) 100%);
font-size: 40px;
color: #181f39;
width: 300px;
text-align: center;
}
.live_club_home {
justify-content: flex-start;
}
.live_club_away {
justify-content: flex-end;
}
.scoreboard span {
align-self: center;
}
.squad + .squad {
margin-top: 20px;
}
.squad-title {
padding: 10px 15px;
background-color:#eee;
color: #fff;
font-weight:bold;
margin-bottom:10px;
}
.squad-line-up .squad-title {
background-color: #159fff;
}
.squad-subs .squad-title {
background-color: #bbbbbb;
}
.match_squad_number {
width: 30px;
display: inline-block;
color:#032a4c;
font-weight:bold;
}
.match_squad_player {
color: #626262;
padding: 5px 15px;
}
@media (max-width: 960px) {
.live_club_logo img {
height: 120%;
}
.live_club_logo_home {
transform: translate(-50%, -10%)!important;
}
.live_club_logo_away {
transform: translate(50%, -10%)!important;
}
.scoreboard {
height: 70px;
font-size: 16px;
}
.scoreboard .score {
width: 200px;
font-size: 16px;
}
}
@media (max-width: 640px) {
.live_club_logo img {
height: 120%;
}
.live_club_logo_home {
transform: translate(-50%, -10%)!important;
}
.live_club_logo_away {
transform: translate(50%, -10%)!important;
}
.live_club {
visibility: hidden;
font-size:0px;
padding:0px;
}
.scoreboard .score {
width:175px;
}
} .small-footer-col {
padding-bottom:0px;
}
#footer-logo {
margin-bottom: 15px;
}
#footer-mobile-logo {
display: none;
}
@media (max-width: 640px) {
#footer-mobile-logo {
display:block;
position: absolute;
top: 0;
left: 50%;
transform: translate(-50%, -50%);
}
}
.site-footer h4 {
font-weight: bold;
}
.site-footer .menu a {
padding: 5px 0;
display: inline-block;
}
.site-footer {
color: #fff;
}
.site-footer a {
text-decoration: none;
color:#fff;
}
.site-footer a:hover {
text-decoration: underline;
color:#fff;
}
.big-footer {
background-color: var(--primary-color);
padding: 30px 0;
background-image: url(//www.pogonmogilno.pl/wp-content/themes/pogon-mogilno/img/footer-bg.png);
background-size: 50%; background-position: center bottom; 
background-repeat: repeat-x;
}
.site-info {
background-color:#032a4b;
padding-top:15px;
padding-bottom:15px;
position: relative;
}
@media (max-width: 640px) {
.big-footer  {
padding-bottom: 60px;
}
.site-info {
padding-top: 70px;
}
}
#footer-sm-h {
margin-top: 15px;
}
.footer-sm {
margin-left: -13px;
}
.big-footer .sub-menu {
list-style: none;
margin-left: 15px;
padding-left: 0;
}
.big-footer h4 {
color:#fff;
}
.bgimg .bg img {
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 100%;
}
.juniorzy .score{
color: #2b9ffa;
}
.btn {
background-color: #159fff;
color: #fff!important;
padding: 10px 20px;
}
.btn:hover {
background-color: #09488d;
color: #fff;
}
.pagination {
display: flex;
justify-content: center;
margin-bottom:20px;
flex-wrap:wrap;
}
.pagination .page-numbers, .pagination span {
border:1px solid #e1e1e1;
padding:5px 10px;
margin-left:-1px;
}
.pagination .page-numbers.current {
background-color: #09488d;
color: #fff;
border-color: #09488d;
}
.pagination a.page-numbers:hover {
background-color: #0458b6;
border-color: #0458b6;
color: #fff;
}
.fg-default.fg-gutter-10 .fg-item {
margin: 0px;
padding: 10px;
}
.fg-default.fg-gutter-10 {
padding-left:0px;
}
@media only screen and (max-width: 650px) {
.fg-item {
width: 100%;
}
}
@media only screen and (min-width: 651px) {
.fg-item {
width: 50%;
}
}
@media only screen and (min-width: 945px) {
.fg-item {
width: 33.3%;
}
}
@media only screen and (min-width: 1240px) {
.fg-item {
width: 25%;
}
}
.anwp-b-wrap .bg-light {
background-color: #fff!important;
}
.match-commentary__wrapper.p-4 {
padding: 20px 0px!important;
}
.match__inner .match__header--wrapper .fl-live-match-scores-block--header {
background: none;
}
.fl-live-mode .match__header--wrapper  .anwp-bg-light {
background: none;
}
.fl-live-mode .match__header--wrapper {
background: url(https://pogonmogilno.pl/wp-content/themes/pogon-mogilno/img/live-bg.jpg);
height: 500px;
position: relative;
background-position: center center;align-content;
background-size: cover
}
.fl-live-mode .match__header--wrapper:after {
content: ' ';
background-color:rgba(0,0,0,0.7);
position: absolute;
top:0;
right:0;
left:0;
bottom:0;
}
.fl-live-mode .match__header--wrapper * {
z-index: 11;
position: relative;
}
.fl-live-mode .match__header {
top:  170px;
}
.fl-live-mode .match__inner .match__header--wrapper .match-list__scores--home, .fl-live-mode .match__inner .match__header--wrapper .match-list__scores--away, .match__inner .match-scoreboard .match-list__scores--home, .fl-live-mode .match__inner .match-scoreboard .match-list__scores--away {
background-color: #159fff;
}
.match__header--wrapper .match__club a {
color: #fff;
}
.match__header--wrapper .match__club a:hover {
color: #fff;
text-decoration: underline;
}
.fl-live-match-scores-block--header {
z-index: 10;
top: 85px;
}
.match__inner .match__header--wrapper .match-list__live-block > .match-list__live-time, .match__inner .match-scoreboard .match-list__live-block > .match-list__live-time {
color: #fdda11;
}
.match__inner .match__header--wrapper .match-list__live-status, .match__inner .match-scoreboard .match-list__live-status {
color: #fdda11;
}
.match__inner .match__header--wrapper .match-list__live-block > .match-list__live-label, .match__inner .match-scoreboard .match-list__live-block > .match-list__live-label {
background-color: #fdda11;
color:#000;
padding: 5px 10px;
}
.anwp-b-wrap .anwp-bg-dark {
background-color: var(--primary-color);
}
@media (max-width: 900px) {
.fl-live-mode .match__header {
top:  80px;
}
} 
@media (max-width: 575px) {   
.fl-live-mode .match__header .match__club-wrapper--header {
justify-content: center;
}
}