/*
Theme Name:     Rookie Child
Description:    Child theme for the Rookie theme 
Author:         Piotr Kunicki
Author URI:     http://wp-info.pl
Template:       rookie
Version:        1.0
*/

.widget:after,
#news:after,
.legenda:after,
#sponsor-logo,
.clear {
  clear: both;
  content: " ";
  display: table;
}

#news {
  padding-bottom: 90px;
}

body.custom-background {
  background-size: cover;
}

.sp-table-caption {
  border-top: 5px solid #00a69c;
}

@media screen and (min-width: 1025px) {
  .site-header,
  .site-content,
  .site-footer,
  .site-info {
    width: 1100px;
  }
}

@media screen and (min-width: 601px) { 
  .widget-area,
  #sponsor-sidebar {
    float: right;
    width: 26%;
  }
  .content-area,
  .widecolumn,
  #sponsor {
    width: 74%;
  }
}

.header-area {
  position: relative;
}

#header-top {
  font-size: 26px;
  text-align: center;
  text-shadow: 2px 2px 6px #0A559F;
}

#header-top p {
  text-align: left;
  margin-left: 45px;
  margin-bottom: 0;
}

.ball-animate {
    right: -35px;
    position: absolute;
    top: 30px;
    z-index: -2;
    max-width: 250px;
     -webkit-animation:spin 25s linear infinite;
    -moz-animation:spin 25s linear infinite;
    animation:spin 25s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
.site-widgets {
  color: #fff;
    padding: 0;
    position: absolute;
    right: 0;
    width: 74%;
}

.main-navigation {
  background: #996533!important;
}
.menu-menu-1-container {
  text-align: center;
}
body .main-navigation a {
  -webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
padding: .625em 9px;
letter-spacing: -0.025em;
color: #fff;
font-size: 16px;
}
body .main-navigation .nav-menu > li:hover > a,
body .main-navigation .nav-menu > li:active > a,
body .main-navigation .nav-menu > li:focus > a,
body .main-navigation li.menu-item-has-children:hover a:hover,
body .main-navigation .nav-menu > .current-menu-item > a {
  background: #d8bf94;
  color: #fff;
}

@media screen and (min-width: 1200px) {
  .main-navigation ul {
      display: inline-block;
      height: 38px;
  }
}

body .site-footer {
  background: rgba(0,0,0,0.4);
}

/* main sponsor */
#sponsor {
  font-size: 18px;
  float: left;
  text-align: center;
  padding: 20px;
}
#sponsor .tytularny {
  border: 1px solid #ddd;
  border-top: 0;
  border-radius: 5px;
  float: left;
  padding: 0;
  width: 57%;
}
#sponsor .tytularny img {
  padding: 40px 5px;
}
#sponsor .glowny {
  border: 1px solid #ddd;
  border-top: 0;
  border-radius: 5px;
  float: right;
  padding: 0;
  width: 41%;
}
#sponsor .glowny img {
  display: block;
  padding:0;
}
#sponsor .sp-table-caption {
  padding: 0.3em 15px
}

#sponsor-sidebar {
  box-shadow: inset 1px 0 0 #e0e0e0;
  overflow: hidden;
  padding: 20px;
}

/* sidebar widgets */
#secondary .widget.sponsor {
  margin-bottom: 35px;
  border: 1px solid #ddd;
  padding-bottom: 10px;
}

.sponsor.widget img {
  display: block;
  max-width: 200px;
  margin: 0 auto;
    -webkit-transition: all .15s ease-in-out .1s;
  -moz-transition: all .15s ease-in-out .1s;
  -ms-transition: all .15s ease-in-out .1s;
  -o-transition: all .15s ease-in-out .1s;
  transition: all .15s ease-in-out .1s;
}

.sponsor.bigger.widget img {
  max-width: 248px;
}

.sponsor a:hover img {
  opacity: 0.8;
}

#widget-partners img {
  width: 50%;
  float: left;
}

.sponsor a {
  display: block;
}
.sponsor .textwidget a + a {
  border-top: 1px solid #ddd;
}

.add-padding {
  margin-bottom: 15px;
  padding-top: 15px;
}

.only-bottom {
  margin-bottom: 15px;
}

.only-top {
  padding-top: 12px;
}

/* Portal Mode - News Grid */
.gk-nsp-news_grid > figure {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 50%;
}

.gk-nsp-news_grid[data-cols="1"] > figure {
  width: 100%;
}

.gk-nsp-news_grid[data-cols="2"] > figure {
  width: 50%;
}

.gk-nsp-news_grid[data-cols="3"] > figure {
  width: 33.333333%;
}

.gk-nsp-news_grid[data-cols="4"] > figure {
  width: 25%;
}

.gk-nsp-news_grid figure > a {
  float: left;
  overflow: hidden;
  width: 50%;
}

.gk-nsp-news_grid figure > a > img {
  display: block;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  width: 100%;
}

.gk-nsp-news_grid figure > a:hover > img {
  -webkit-transform: rotate(5deg) scale(1.3);
  -moz-transform: rotate(5deg) scale(1.3);
  -ms-transform: rotate(5deg) scale(1.3);
  -o-transform: rotate(5deg) scale(1.3);
  transform: rotate(5deg) scale(1.3);
}

.gk-nsp-news_grid figcaption {
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: 100%;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  width: 50%;
}

.gk-nsp-news_grid figcaption:before {
  border: 12px solid #fff;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  left: -24px;
  position: absolute;
  top: 65px;
}

.gk-nsp-news_grid figcaption > div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 24px;
  position: absolute;
  top: 50%;
  width: 100%;
}

.gk-nsp-news_grid h3 {
  font-size: 22px;
  font-weight: 400;
}

.gk-nsp-news_grid time {
  color: #999;
  display: block;
  font-size: 14px;
  font-weight: 500;
}

.gk-nsp-news_grid hr.separator {
  margin: 9px 0 0 0 !important;
  padding: 14px 0 28px 0 !important;
}

.gk-nsp-news_grid hr.separator:after,
.gk-nsp-news_grid hr.separator:before {
  top: 14px;
}

.gk-nsp-news_grid figcaption a {
  color: black !important;
}

.gk-nsp-news_grid figcaption p {
  color: #444444 !important;
  font-size: 14px;
  margin: 0;
}

.gk-nsp-news_grid figcaption a:active,
.gk-nsp-news_grid figcaption a:focus,
.gk-nsp-news_grid figcaption a:hover {
  color: #d27244 !important;
}

.gk-nsp-news_grid > a {
  background: #d27244;
  color: #fff;
  float: left;
  font-size: 14px;
  font-weight: 600;
  height: 50px;
  line-height: 51px;
  padding: 0 50px;
  text-transform: uppercase;
}

.gk-nsp-news_grid > a:active,
.gk-nsp-news_grid > a:focus,
.gk-nsp-news_grid > a:hover {
  background: #000;
}

/* Inverted blocks */
.gk-nsp-news_grid figure.inverse > a {
  float: right;
}

.gk-nsp-news_grid .inverse figcaption {
  left: 0;
  right: auto;
}

.gk-nsp-news_grid .inverse figcaption:before {
  border: 12px solid #fff;
  border-bottom-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  left: auto;
  right: -24px;
  position: absolute;
  top: 65px;
}
hr {
  background: transparent;
  border: none;
  clear: both;
  display: block;
  height: 1px;
  margin: 0;
  position: relative;
}
hr:after {
  background: #d5d5d5;
  content: "";
  height: 1px;
  left: 50%;
  margin: 0 0 0 -100px;
  position: absolute;
  top: 49px;
  width: 200px;
}
hr:before {
  bckground: #fff!important;
  content:"\f1e3";
  font-family: FontAwesome;
  left: 50%;
  margin: -10px 0 0 -4px;
  position: absolute;
  width: 20px;
  height: 20px;
  z-index: 2;
}

#sponsor-sidebar .textwidget:first-child {
  margin-bottom: 16px;
}

#sponsor-sidebar .textwidget:first-child a {
  -webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}

#sponsor-sidebar .textwidget:first-child a img {
  border: 2px solid #996533;
  border-radius: 5px;
}

#sponsor-sidebar .textwidget:first-child a:active,
#sponsor-sidebar .textwidget:first-child a:focus,
#sponsor-sidebar .textwidget:first-child a:hover {
  opacity: 0.8;
}
.site-widgets .widget:first-child {
  padding-bottom: 15px;
}
.site-branding {
    padding: 1.75em 0 3.5em 0em;
}
.hentry {
    min-height: 300px;
}
/* kontakt */
#kontakt > div {
  width: 50%;
  float: left;
}
#kontakt > div + div {
  float: right;
}
#kontakt textarea {
  width: auto;
}

.border {
  border: 3px solid #996533;
  border-radius: 7px;
  padding: 10px;
  margin-bottom: 20px
}
.page-id-152 .entry-title:before {
  font-family: FontAwesome;
  content:"\f003";
  font-size: 50px;
  margin-right: 20px;
}
.legenda {
  border: 1px solid #ddd;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 7px;
}
.legenda p {
  margin: 0;
}
.legenda .item {
  float: left;
  padding: 0 15px;
}

/* articles */

.home .site-main article {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  height: 350px;
  float: left;
  position: relative;
  display: block;
  clear: none;
  color: #fff;
  padding-bottom: 10px
}
.home .site-main article:nth-child(even) {
  padding-left: 10px;
}

.home .site-main article  .article-helper {
  overflow: hidden;
  position: relative;
  font-size: 13px;
}

.home .article-box-img {
  position: relative;
  display: block;
  background-size: cover;
  width: 100%;
  height: 350px;
}

.home .article-box-img img {
  height: auto;
}

.home .article-box-img > a {
  display: block;
  width: auto;
  margin: 0;
  float: none;
}
.home .article-box-header {
  background: rgba(0,0,0,0.85);
  padding: 14px;
  position: absolute;
  bottom: 0;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.home .article-box-header .entry-title {
  text-transform: uppercase;
  font-size: 20px;
}


.home .article-box-header .entry-title a {
  color: #fff;
}

.home .article-helper .article-preview {
  background: rgba(0,0,0,0.8);
  cursor: pointer;
  height: 100%;
  line-height: 1.6;
  position: absolute;
  padding: 4rem 2rem;
  top: 100%;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out;
  width: 100%;
}

.home article.article-hover .article-preview {
  top: 0;
}

.home article.article-hover .article-box-header {
  visibility: hidden;
  bottom: 100%;
}

.article-preview .posted-on {
  background: none;
  border: 1px solid #787878;
  border-radius: 3px;
  padding: 10px 20px
}

.article-preview .more-wrap {
    float: right;
    font-size: 20px;
    font-family: 'Oswald';
    margin-top: 4px;
}

.more-wrap i {
   margin-right: 8px;
  -webkit-transition: all 2s ease-out;
  -moz-transition: all 2s ease-out;
  -ms-transition: all 2s ease-out;
  transition: all 2s ease-out;
   -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.more-wrap:hover i {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* strona partnerzy */
.sponsor-wrap {
  padding: 25px 0;
  width: 100%;
}
.sponsor-wrap + .sponsor-wrap {
  border-top: 1px solid #ddd;
}
.sponsor-logo {
  float: left;
  width: 30%;
}

.sponsor-content {
  float: right;
  width: 65%;
}
.sponsor-content .adres {
  float: right;
  margin-top: 0.8em;
}
.sponsor-content h2 {
  float: left;
}
.sponsor-content i {
  margin-right: 8px;
}
.sponsor-content p + p {
  clear: both;
}

/* single article */
.entry-thumbnail img {
  margin: 0 auto;
  width: 100%;
}

.single-post .has-post-thumbnail .entry-header .entry-title,
.page .has-post-thumbnail .entry-header .entry-title {
    color: #d8bf94;
    background: rgba(0,0,0,0.6);
    border-top: 8px solid #996535;
    bottom: 9px;
    font-size: 32px;
    line-height: 1.2;
    padding: 0.325em 15px;
}

/* sponsor logo */
#sponsor-logo {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
#sponsor-logo .textwidget {
  background: #fff;
  padding: 60px 0;
}
#sponsor-logo a {
    display: inline-block;
    max-width: 210px;
    padding: 0 14px;
    margin: 0;
}
#sponsor-logo .big {
  max-width: 350px;
}
#sponsor-logo .farbol {
  max-width: 105px;
}

#sponsor-logo .small {
  max-width: 160px;
}
h3.white {
  color: #fff;
  margin: 10px 0 -15px;
}

/* dawid */
.site-content {
  position: relative;
}

#dawid {
  position: absolute;
  bottom: -24px;
  left: -190px;
  z-index: 2;
}
#dawid2 {
  position: absolute;
  right: 286px;
  bottom: 0;
  
}
#dawid__desc {
  text-shadow: 1px 0 1px #696969;
  text-transform: uppercase;
  font-size: 16px;
  bottom: 55px;
  position: absolute;
  width: 25%;
  left: 200px;
}

.promo-video {
    margin: 0 auto 50px;
    display: block;
    max-width: 100%;
}

.promo-desc {
    text-align: center;
    padding: 0 50px;
}


#kontakt input[type="text"],
#kontakt input[type="email"],
#kontakt textarea {
  width: 90%;
}

#sponsor-sidebar .sp-template-countdown {
  margin-bottom: 0;
}

.plakat {
  margin: 0 auto 20px;
  width: 100%;
}

.info-area {
  color: #fff;
}

.site-info a {
  color: #fff;
}
.site-info a:hover {
  color: #ddd;
}

#header-top span {
    text-align: center;
    display: block;
}
.search .hentry { 
  min-height: inherit; 
}
@media (max-width: 1270px) {
  .ball-animate {
    right: 45px;
  }
}

@media (max-width: 1075px) {
  .ball-animate {
    right: 60px;
  }
  #header-top p {
    clear: both;
    font-size: 20px;
  }
  #header-top > img {
    max-width: 550px;
    float: left;
    margin-left: 45px;
    margin-bottom: 12px;
  }
  .site-logo img {
      max-width: 200px;
      margin-left: 20px;
  }
  .site-branding {
    margin-top: 1em;
  }
  .sponsor.widget img {
    max-width: 175px;
  }

}
@media (max-width: 820px) {
  #header-top > img {
    max-width: 350px;
  }
  #header-top p {
    font-size: 16px;
    text-align: center;
  }
  #dawid2 {
    display: none;
  }
  .home .site-main article {
    width: 100%;
  }
}
@media (max-width: 600px) {
.ball-animate {
  top: 130px;
}
.site-widgets {
  width: 100%;
  position: relative;
  padding-top: 0.4em;
}
#header-top > img {
  float: none;
}
#dawid {
  position: relative;
  bottom: 0;
  left: -150px;
  }
  #dawid__desc {
  font-size: 14px;
  bottom: auto;
  top: 30px;
  right: 10px;
  left: auto;
  width: 25%;
}

#sponsor .tytularny,
#sponsor .glowny,
#kontakt > div {
  width: 100%;
}
}
@media (max-width: 450px) {
  #header-top > img {
    max-width: 280px;
}
#dawid__desc {
  right: 3em;
}
}

.vanilla-pdf-embed {
    min-height: 1150px;
}

#post-698 .sp-data-table .data-number,
#post-698 .sp-data-table .data-rank,
#post-105.sp-data-table .data-number,
#post-105 .sp-data-table .data-rank  {
    display: none;
}

#post-698 .sp-row-no-0 .data-name:before {
    content: "1.";
    margin-right: 19px;
}
#post-698 .sp-row-no-1 .data-name:before {
    content: "2.";
    margin-right: 18px;
}
#post-698 .sp-row-no-2 .data-name:before {
    content: "3.";
    margin-right: 18px;
}
#post-698 .sp-row-no-3 .data-name:before {
    content: "4.";
    margin-right: 18px;
}
#post-698 .sp-row-no-4 .data-name:before {
    content: "5.";
    margin-right: 18px;
}
#post-698 .sp-row-no-5 .data-name:before {
    content: "6.";
    margin-right: 18px;
}
#post-698 .sp-row-no-6 .data-name:before {
    content: "7.";
    margin-right: 18px;
}
#post-698 .sp-row-no-7 .data-name:before {
    content: "8.";
    margin-right: 18px;
}
#post-698 .sp-row-no-8 .data-name:before {
    content: "9.";
    margin-right: 18px;
}
#post-698 .sp-row-no-9 .data-name:before {
    content: "10.";
    margin-right: 12px;
}
#post-698 .sp-row-no-10 .data-name:before {
    content: "11.";
    margin-right: 12px;
}#post-698 .sp-row-no-11 .data-name:before {
    content: "12.";
    margin-right: 12px;
}
#post-698 .sp-row-no-12 .data-name:before {
    content: "13.";
    margin-right: 12px;
}
#post-698 .sp-row-no-13 .data-name:before {
    content: "14.";
    margin-right: 12px;
}
#post-698 .sp-row-no-14 .data-name:before {
    content: "15.";
    margin-right: 12px;
}
#post-698 .sp-row-no-15 .data-name:before {
    content: "16.";
    margin-right: 12px;
}

#post-698 #DataTables_Table_0_wrapper .sp-row-no-1 .data-name:before {
  content: "3. ";
}

#post-698 #DataTables_Table_0_wrapper .sp-row-no-2 .data-name:before {
  content: "2. ";
}

#post-698 #DataTables_Table_0_wrapper .sp-row-no-5 .data-name:before {
  content: "7. ";
}

#post-698 #DataTables_Table_0_wrapper .sp-row-no-6 .data-name:before {
  content: "6. ";
}


.gallery-item {padding-right:8px; padding-bottom: 8px;}
.entry-category-links,.has-post-thumbnail .entry-meta,
.single-sp_event .entry-header .entry-title {display:none;}
#post-698 .sp-row-no-0,
#post-698 .sp-row-no-1,
#post-698 .sp-row-no-2,
#post-698 .sp-row-no-3 {
    background: rgba(70, 191, 64, 0.13);
}

/*.gallery-item img {
  max-height: 182px;
}*/

/*.gallery .gallery-item{
    max-width: 33.3%;
}*/

.footer-widget-region .gallery {
  margin-right: -8px;
}


.legenda .info {
    clear: both;
    padding-top: 5px;
    margin: 15px;
}

.page-id-276 ol li > ul,
.page-id-278 ol li > ul {
    list-style-type: lower-alpha
}

.site-content {
    position: relative;
}
.social-icons {
    box-shadow: 0 3px 3px rgba(0,0,0,.2);
    background: #fff;
    position: absolute;
    right: -64px;
    top: 80px;

}
.social-icons a {
    display: block;
}

.is-visible .cd-panel-header-fb,
.fb_iframe_widget + div {
  display: none!important;
}
.cd-panel-container-fb,
.cd-panel-content-fb {
  background: transparent!important;
}

.page-id-1839 .entry-content iframe {
  float: left;
  max-width: 50%;
  overflow: hidden;
  position: relative;
}
.page-id-1839 .entry-content p {
    margin: 0;
}
.page-id-1839 .entry-content br {
    display: none;
}

.rotator-slide {
    margin-top: 20px
}
.img-front{width: 100%;
}

/* Page modifications */
#masthead {
  padding: 20px 0 0;
}
@media (min-width: 1025px) {
  .header-area,
  .menu-menu-ligowe-container,
  .container,
  .site-header, .site-content, .site-footer, .site-info {
    width: 1100px;
  }
}

@media (min-width: 1200px) {
  .header-area,
  .menu-menu-ligowe-container,
  .container,
  .site-header, .site-content, .site-footer, .site-info {
    width: 1200px;
  }
}

.header-area {
    margin: 0 auto;
}

.menu-menu-ligowe-container,
.container {
  clear: both;
    margin: 0 auto;
}
#masthead .site-branding {
  margin-top: 0;
}


.menu-menu-ligowe-container {
    padding:10px 0;
}
.menu-menu-ligowe-container ul {
    list-style-type:none;
    margin:0;
    padding:0;
}

ul.sub-menu {
    display:none;
}
.menu-menu-ligowe-container ul li {
    display:inline-block;
    position:relative;
}
.menu-menu-ligowe-container li ul {    

}
.menu-menu-ligowe-container li li {
    position:relative;
    margin:0;
    display:block;
}
.menu-menu-ligowe-container nav li li ul {
    margin:0;
}

.site-header, .site-content, .site-footer, .site-info {
  box-shadow: none;
}
body .widget-area,
body .content-area {
  box-shadow: none;
}

#main-leagues {
      background: rgba(0,0,0,0.3);
    padding: 30px 50px 50px;
    border-bottom: 3px solid #d8bf94;
    min-height: 150px;
    text-align: center;
}

#main-leagues h2 {
  color: #fff;
   text-align: center;
    float: left;
    position: relative;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-left: -55px;
    font-size: 20px;
    top: 31px;
}

#main-leagues > a {
    display: block;
    text-align: center;
    background: #f5f5f5;
    color: #000;
    margin-right: 30px;
    margin-left: 35px;
    width: 90%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

@media (min-width: 660px) {
 #main-leagues > a {
    display: inline-block;
    margin-right: 2px;
    margin-left: 0;
    width: 111px;
  }
}


@media (min-width: 1022px) {
 #main-leagues > a {
    margin-right: 16px;
    width: 140px;
  }
}


@media (min-width: 1215px) {
 #main-leagues > a {
    margin-right: 12px;
    width: 162px;
    font-size: 20px;
  }
}

#main-leagues > a:hover,
#main-leagues > a.active {
  color: #fff;
  background: #d8bf94;
}

#main-leagues > a:last-of-type {
  margin-right: 0;
}


#main-leagues > a > img {
  max-width: 300px;
}

#main-leagues .menu li {
  display: inline-block;
    font-family: Oswald,sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    margin-right: 14px;
    margin-bottom: 0;
    float: left;
    width: 149px;
    display: inline-block;
}

#main-leagues .menu li a {
   color: #fff;
   display: inline-block;
   background: #996533;
   border-top: 5px solid #353535;
   padding: 8px 20px;
   margin-top: 10px;
   text-align: center;
   width: 157px;
   -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#main-leagues .menu li a:active,
#main-leagues .menu li a:focus,
#main-leagues .menu li a:hover,
#main-leagues .menu .current-menu-item a {
    background: #d8bf94
}

#main-leagues .menu:before {
  overflow: hidden;
}

#main-leagues .menu {
  position: relative;
    border: 3px solid #946533;
    background: #f5f5f5 url(https://lfsportevents.pl/ligaorlika/wp-content/uploads/sufigs1.png) no-repeat 97% 90%;
    margin: 45px 0 0 34px;
    display: table;
    padding: 30px 40px;
}

/*#main-leagues .menu-blachdom-i-liga-container .menu {
  background-image: url(https://lfsportevents.pl/ligaorlika/wp-content/uploads/blachdom1-opacity.png);
}*/

@keyframes glowing {
  0% { box-shadow: 0 0 -20px 10px red; }
  40% { box-shadow: 0 0 28px 10px red; }
  60% { box-shadow: 0 0 28px 10px red; }
  100% { box-shadow: 0 0 -20px 10px red; }
}

body .main-navigation .featured a {
    background: red;
    animation: glowing 1200ms infinite;
}

body .main-navigation .yellow-bg a {
  background: #ffbf00;
}

.main-navigation ul ul li {
    text-align: left;
}

body .main-navigation ul ul,
body .main-navigation li.menu-item-has-children:hover a,
body .main-navigation .nav-menu > .menu-item-has-children:hover > a {
  background: #f5f5f5;
}

#main-leagues .menu:after, #main-leagues .menu:before {
  bottom: 100%;
  left: 8%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

#main-leagues .menu-i-liga-container .menu:after, #main-leagues .menu-i-liga-container .menu:before {
  left: 25%;
}

#main-leagues .menu-ii-liga-container .menu:after, #main-leagues .menu-ii-liga-container .menu:before {
  left: 42%;
}

#main-leagues .menu-iii-liga-container .menu:after, #main-leagues .menu-iii-liga-container .menu:before {
  left: 58%;
}

#main-leagues .menu-liga-oldboy-container .menu:after, #main-leagues .menu-liga-oldboy-container .menu:before {
  left: 75%;
}

#main-leagues .menu-puchar-ligi-container .menu:after, #main-leagues .menu-puchar-ligi-container .menu:before {
  left: 92%;
}

#main-leagues .menu:after {
  border-bottom-color: #f6f6f6;
  border-width: 31px;
  margin-left: -31px;
}
#main-leagues .menu:before {
  border-bottom-color: #996533;
  border-width: 36px;
  margin-left: -36px;
}

/*#colophon {
  background: url(https://lfsportevents.pl/ligaorlika/wp-content/uploads/bg.jpg);
    background-size: cover;
    padding: 100px 0;
    background-attachment: fixed;
}*/

/*.site-info-container {
  background: #444;
  padding: 50px 140px;
}*/
.info-area > div {
  text-align: center;
}
/*body .site-footer {
  background: none;
}*/


.sp-section-content-statistics .sp-template-player-statistics:not(:last-of-type) tr.sp-highlight {
  display: none;
}

.sp-section-content-statistics .sp-template-player-statistics:last-of-type tr:not(:last-child) {
  display: none;
}

#sponsor-logo .textwidget > h3 {
    border-bottom: 3px solid #d8bf8d;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

.irw-widget {
  min-height: 375px;
}

.irw-widget li,
.irw-widget li img {
  width: 100%;
}

#reklama-bottom {
  padding: 20px 0 10px;
}

#reklama-bottom a img {
  margin-bottom: 16px;
}

/*#reklama-bottom .textwidget img {
  height: 180px;
}*/

/* ekstraklasa table */
.page-id-5018 .sp-data-table tbody tr {
  background: rgba(193,66,66,.13);
}

.page-id-5018 .sp-data-table tbody .sp-row-no-0,
.page-id-5018 .sp-data-table tbody .sp-row-no-1,
.page-id-5018 .sp-data-table tbody .sp-row-no-2,
.page-id-5018 .sp-data-table tbody .sp-row-no-3,
.page-id-5018 .sp-data-table tbody .sp-row-no-4 {
  background: rgba(70,191,64,.13);
}

/* oldboys */
.page-id-26066 .sp-data-table tbody tr,
.page-id-26066 #DataTables_Table_1_wrapper tbody tr {
  background: rgba(70,191,64,.13);
}

.page-id-26066 .sp-data-table tbody .sp-row-no-0,
.page-id-26066 .sp-data-table tbody .sp-row-no-1,
.page-id-26066 .sp-data-table tbody .sp-row-no-2 {
  background: rgba(70,191,64,.13);
}

/* .page-id-5018  #DataTables_Table_0_wrapper tbody tr {
  background: rgba(70,191,64,.13);
} */

.page-id-5018 .sp-data-table tbody tr td {
  border-color: #ccc;
}

.page-id-5018 .sp-data-table tbody tr,
.page-id-5018 #DataTables_Table_1_wrapper tbody tr,
.page-id-5048 #DataTables_Table_1_wrapper tbody tr {
  background: rgba(193, 66, 66, .13);
}

.page-id-5018 #DataTables_Table_1_wrapper tbody .sp-row-no-2 > td:first-of-type {
  background: rgba(193, 66, 66, .4);
}

.page-id-5018 #DataTables_Table_1_wrapper tbody .sp-row-no-3 > td:first-of-type,
.page-id-5018 #DataTables_Table_1_wrapper tbody .sp-row-no-4 > td:first-of-type {
  background: rgba(252, 52, 2, 0.95);
}

.page-id-5018 .sp-data-table tbody td {
    border-color: #aaa;
}

/* zmiana the reds przed wisniowski 26.06.19  */
.page-id-5018 .sp-data-table tbody .sp-row-no-7 > td:first-of-type {
    background:rgba(193, 66, 66, .4)
}

.page-id-5018 .sp-data-table tbody .sp-row-no-8 > td:first-of-type,
.page-id-5018 .sp-data-table tbody .sp-row-no-9 > td:first-of-type {
    background: rgba(252, 52, 2, 0.95);
}

/* Tabela Puchar */
.page-id-11110 tbody .sp-row-no-0 > td:first-of-type {
  background: rgba(2,201,42,.6);
}

.page-id-11110 tbody .sp-row-no-1 > td:first-of-type {
  background: rgba(2,201,42,.25);
}

/* Tabela I Liga */
.page-id-5048  #DataTables_Table_0_wrapper tbody tr {
  background: rgba(193,66,66,.13);
}

.page-id-5048 #DataTables_Table_0_wrapper .sp-data-table tbody .sp-row-no-0,
.page-id-5048 #DataTables_Table_0_wrapper .sp-data-table tbody .sp-row-no-1,
.page-id-5048 #DataTables_Table_0_wrapper .sp-data-table tbody .sp-row-no-2,
.page-id-5048 #DataTables_Table_0_wrapper .sp-data-table tbody .sp-row-no-3,
.page-id-5048 #DataTables_Table_0_wrapper .sp-data-table tbody .sp-row-no-4 {
  background: rgba(70,191,64,.13);
}

.page-id-5048 .sp-data-table tbody tr td {
  border-color: #ccc;
}

/*.page-id-5048 .sp-data-table tbody tr,
.page-id-5048 #DataTables_Table_1_wrapper tbody tr {
  background: rgba(193, 66, 66, .13);
}*/

.page-id-5048 #DataTables_Table_1_wrapper tbody .sp-row-no-2 > td:first-of-type {
  background: rgba(193, 66, 66, .4);
}

.page-id-5048 #DataTables_Table_1_wrapper tbody .sp-row-no-3 > td:first-of-type,
.page-id-5048 #DataTables_Table_1_wrapper tbody .sp-row-no-4 > td:first-of-type {
  background: rgba(252, 52, 2, 0.95);
}

.page-id-5048 #DataTables_Table_0_wrapper tbody .sp-row-no-0 > td:first-of-type,
.page-id-5048 #DataTables_Table_0_wrapper tbody .sp-row-no-1 > td:first-of-type {
  background: rgba(2, 201, 42, 0.6);
}

.page-id-5048 #DataTables_Table_0_wrapper tbody .sp-row-no-2 > td:first-of-type {
  background: rgba(2, 201, 42, 0.25);
}

.page-id-5048 .sp-data-table tbody .sp-row-no-7 > td:first-of-type {
    background:rgba(193, 66, 66, .4)
}

.page-id-5048 .sp-data-table tbody .sp-row-no-8 > td:first-of-type,
.page-id-5048 .sp-data-table tbody .sp-row-no-9 > td:first-of-type {
    background: rgba(252, 52, 2, 0.95);
}

/* Tabela II Liga */
/*.page-id-5301  #DataTables_Table_0_wrapper tbody tr {
  background: rgba(193,66,66,.13);
}*/

.page-id-5301 #DataTables_Table_0_wrapper .sp-data-table tbody .sp-row-no-0,
.page-id-5301 #DataTables_Table_0_wrapper .sp-data-table tbody .sp-row-no-1,
.page-id-5301 #DataTables_Table_0_wrapper .sp-data-table tbody .sp-row-no-2,
.page-id-5301 #DataTables_Table_0_wrapper .sp-data-table tbody .sp-row-no-3,
.page-id-5301 #DataTables_Table_0_wrapper .sp-data-table tbody .sp-row-no-4 {
  background: rgba(70,191,64,.13);
}

.page-id-5301 .sp-data-table tbody tr td {
  border-color: #ccc;
}

.page-id-5301 .sp-data-table tbody tr,
.page-id-5301 #DataTables_Table_1_wrapper tbody tr {
  background: rgba(193, 66, 66, .13);
}

.page-id-5301 #DataTables_Table_1_wrapper tbody .sp-row-no-2 > td:first-of-type {
  background: rgba(193, 66, 66, .4);
}

.page-id-5301 #DataTables_Table_1_wrapper tbody .sp-row-no-3 > td:first-of-type,
.page-id-5301 #DataTables_Table_1_wrapper tbody .sp-row-no-4 > td:first-of-type {
  background: rgba(252, 52, 2, 0.95);
}

.page-id-5301 #DataTables_Table_0_wrapper tbody .sp-row-no-0 > td:first-of-type,
.page-id-5301 #DataTables_Table_0_wrapper tbody .sp-row-no-1 > td:first-of-type {
  background: rgba(2, 201, 42, 0.6);
}

.page-id-5301 #DataTables_Table_0_wrapper tbody .sp-row-no-2 > td:first-of-type {
  background: rgba(2, 201, 42, 0.25);
}

.page-id-5301 .sp-data-table tbody .sp-row-no-8 > td:first-of-type,
.page-id-5301 .sp-data-table tbody .sp-row-no-9 > td:first-of-type {
    background: rgba(252, 52, 2, 0.95);
}

/* Tabela III Liga */
/*.page-id-21021  #DataTables_Table_0_wrapper tbody tr {
  background: rgba(193,66,66,.13);
}*/

.page-id-21021 #DataTables_Table_0_wrapper .sp-data-table tbody .sp-row-no-0,
.page-id-21021 #DataTables_Table_0_wrapper .sp-data-table tbody .sp-row-no-1,
.page-id-21021 #DataTables_Table_0_wrapper .sp-data-table tbody .sp-row-no-2,
.page-id-21021 #DataTables_Table_0_wrapper .sp-data-table tbody .sp-row-no-3,
.page-id-21021 #DataTables_Table_0_wrapper .sp-data-table tbody .sp-row-no-4,
.page-id-21021 #DataTables_Table_2_wrapper .sp-data-table tbody .sp-row-no-0,
.page-id-21021 #DataTables_Table_2_wrapper .sp-data-table tbody .sp-row-no-1,
.page-id-21021 #DataTables_Table_2_wrapper .sp-data-table tbody .sp-row-no-2,
.page-id-21021 #DataTables_Table_2_wrapper .sp-data-table tbody .sp-row-no-3,
.page-id-21021 #DataTables_Table_2_wrapper .sp-data-table tbody .sp-row-no-4  {
  background: rgba(70,191,64,.13);
}

.page-id-21021 .sp-data-table tbody tr td {
  border-color: #ccc;
}

.page-id-21021 .sp-data-table tbody tr,
.page-id-21021 #DataTables_Table_1_wrapper tbody tr {
  background: rgba(193, 66, 66, .13);
}

/* .page-id-21021 #DataTables_Table_1_wrapper tbody .sp-row-no-1 > td:first-of-type {
  background: rgba(193, 66, 66, .4);
} */

.page-id-21021 #DataTables_Table_1_wrapper tbody .sp-row-no-3 > td:first-of-type,
.page-id-21021 #DataTables_Table_1_wrapper tbody .sp-row-no-4 > td:first-of-type {
  background: rgba(252, 52, 2, 0.95);
}

.page-id-21021 #DataTables_Table_0_wrapper tbody .sp-row-no-0 > td:first-of-type,
.page-id-21021 #DataTables_Table_0_wrapper tbody .sp-row-no-1 > td:first-of-type,
.page-id-21021 #DataTables_Table_2_wrapper tbody .sp-row-no-0 > td:first-of-type,
.page-id-21021 #DataTables_Table_2_wrapper tbody .sp-row-no-1 > td:first-of-type {
  background: rgba(2, 201, 42, 0.6);
}

.page-id-21021 #DataTables_Table_0_wrapper tbody .sp-row-no-2 > td:first-of-type,
.page-id-21021 #DataTables_Table_2_wrapper tbody .sp-row-no-2 > td:first-of-type {
  background: rgba(2, 201, 42, 0.25);
}

.page-id-21021 .sp-data-table tbody .sp-row-no-8 > td:first-of-type,
.page-id-21021 .sp-data-table tbody .sp-row-no-9 > td:first-of-type {
    background: rgba(252, 52, 2, 0.95);
}

.widget_birthdays .widget-title {
  background: #353535;
  color: #d8bf94;
  font-weight: 400;
    text-align: left;
    border: 0;
    margin: 0 0 -1px;
    font-size: 16px;
    position: relative;
    padding: .625em 15px;
    z-index: 2;
    border-top: 5px solid #996533;
}


@media (min-width: 700px) {
  #reklama-bottom .textwidget {
    width: 33.33333%;
    float: left;
    padding: 0 10px;
  }

  #reklama-bottom > div {
      margin: 0 10px;
  }
}

@media screen and (min-width: 801px) {
.site-footer .footer-widget-region {
  width: 33.3%;
  padding: 10px!important;
}
.footer-widgets {
  margin: 0 10px;
}
}

@media screen and (min-width: 601px) {
.site-footer .footer-widget-region:last-child {
    padding-left: 10px;
    padding-right: 20px;
    width: 33.3%;
}
}

.table-col-lb-pos {
  display: none;
}
.page-id-5126 .table {
    counter-reset: list-counter;
}

.page-id-5126 .table-row {
    position: relative;
    counter-increment: list-counter;
}

.page-id-5126 .table-row:before {
    display: block;
    content: counter(list-counter)".";
    padding: 10px 4px 10px 8px;
    position: absolute;
}

.sp-template-player-photo > img {
	max-width: 225px;
}

.page-id-5126 .table-col-lb-user {
  padding-left: 36px;
}
.sp-template-birthdays.sp-template-birthday-gallery {
    width: 50%;
    float: left;
    margin-bottom: 0;
}
.sp-template-gallery .gallery-item strong {
  background-color: #996533;
}


/* Last adjust listopad 2018 jedna table statystyk */
.sp-section-content-statistics .sp-player-statistics-section  {
  margin-bottom: 0;
}

.sp-section-content-statistics .sp-player-statistics.sp-data-table {
  table-layout: fixed;
}

.sp-section-content-statistics > .sp-template.sp-template-player-statistics:not(:nth-child(2)) thead {
  display: none;
}

.sp-section-content-statistics > .sp-template.sp-template-player-statistics:last-child thead,
.sp-section-content-statistics > .sp-template.sp-template-player-statistics.puchar-stats thead,
.sp-section-content-statistics.no-puchar > .sp-template.sp-template-player-statistics:first-child thead {
  display: table-header-group;
}

.sp-section-content-statistics > .sp-template.sp-template-player-statistics:last-child,
.sp-section-content-statistics > .sp-template.sp-template-player-statistics.puchar-stats {
  margin-top: 30px;
}

/* Hide rozgrywki i sezon z pdsumownia kariery */
.sp-section-content-statistics > .sp-template.sp-template-player-statistics:last-child .data-nazwa,
.sp-section-content-statistics > .sp-template.sp-template-player-statistics:last-child .data-name {
  display: none;
}

.sp-section-content-statistics > .sp-template.sp-template-player-statistics {
  margin-bottom: -2px;
  border-bottom: 0;
}

.sp-section-content-statistics > .sp-template.sp-template-player-statistics th,
.sp-section-content-statistics > .sp-template.sp-template-player-statistics td {
  width: 8%;
  white-space: normal;
  text-align: center;
}

.sp-section-content-statistics > .sp-template.sp-template-player-statistics .data-nazwa {
  width: 21%;
  font-weight: 700;
}

.sp-section-content-statistics > .sp-template.sp-template-player-statistics .data-team {
  width: 26%;
}

.sp-section-content-statistics > .sp-template.sp-template-player-statistics .data-owngoals {
  width: 11%;
}

.sp-section-content-statistics > .sp-template.sp-template-player-statistics .data-redcards {
  width: 10%;
}

.page-id-20566 .entry-content td,
.page-id-20566 .entry-content th {
  padding: 8px 4px;
  width: auto;
}

.single-sp_team .has-post-thumbnail .entry-header .entry-title,
.single-sp_team .has-post-thumbnail .sp-template-logo {
  float: none;
}

/* Golde shoe */
.post-24091 .entry-content .sportspress:not(:first-of-type),
.post-24093 .entry-content .sportspress:not(:first-of-type),
.post-24095 .entry-content .sportspress:not(:first-of-type),
.post-24096 .entry-content .sportspress:not(:first-of-type),
.post-21260 .entry-content .sportspress:not(:first-of-type) {
  visibility: hidden;
  opacity: 0;
  height: 100px;
}

.zloty-but-ok #DataTables_Table_0_wrapper .sp-player-list {
  counter-reset: rowNumber;
}

.zloty-but-ok #DataTables_Table_0_wrapper .sp-player-list tbody tr .data-rank {
  color: transparent;
  font-size: 0;
}

.zloty-but-ok #DataTables_Table_0_wrapper .sp-player-list tbody tr .data-rank:before {
  display: table-cell;
  counter-increment: rowNumber;
  content: counter(rowNumber) ".";
  padding: 4px 20px;
  text-align: right;
  color: #333;
  font-size: 14px;
}

.zloty-but-ok #DataTables_Table_0_wrapper .sp-player-list tbody tr .data-wspczynniktwo:after {
  content: ' - I Liga';
}

.zloty-but-ok #DataTables_Table_0_wrapper .sp-player-list tbody tr .data-wspczynniktwocopy:after {
  content: ' - II Liga';
}

.zloty-but-ok #DataTables_Table_0_wrapper .sp-player-list tbody tr .data-wspczynnikeks:after {
  content: ' - Ekstraklasa';
}

.zloty-but-ok #DataTables_Table_0_wrapper .sp-player-list tbody tr .data-wspczynnik:after {
  content: ' - III Liga';
}

.post-24091 .entry-content .dataTables_paginate,
.post-24093 .entry-content .dataTables_paginate, 
.post-24095 .entry-content .dataTables_paginate,
.post-24096 .entry-content .dataTables_paginate, 
.post-21260 .entry-content .dataTables_paginate {
  display: none;
}

.ads-rotate {
  height: 380px;
  overflow: hidden;
  cursor: pointer;
}