/*
Theme Name: 	krotostrefa-theme
Version: 		1.0
Author: 		Robert Ryba - ryboxx design
*/

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

html {
    font-size: 15px;
}

body {
    font-family: 'Poppins', sans-serif;
    /*font-family: poppinsregular;*/
    color: #232532;
    background: #fff;
    font-weight: 500;
}

p {
    margin-bottom: 30px;
}

.overflow {
    overflow: hidden;
}

.center {
    width: 100%;
    max-width: 1157px;
    margin: 0 auto;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

h1,
h2,
h3,
h4 {
    display: block;
}

h2 {
    font-size: 2rem;
    font-weight: 400;
}

h2 span,
h3,
section.programs-module .list .item .title,
main.single .title-box .title,
.more-button,
footer .name,
.copyright a,
main.single .title-box h2,
aside .leader-module div::first-line,
section .creator h3 {
    /*font-family: poppinsextrabold;*/
    font-weight: 800;
}

h3 {
    font-size: 1.6rem;
    line-height: 30px;
}

header {
    padding-top: 10px;
    margin-bottom: 20px !important;
}

header .logo-box {
    float: left;
    width: 25%;
    position: relative;
}

header .logo-box img {
    display: block;
    width: 280px;
}

header .logo-box h1 {
    position: absolute;
    top: -999px;
}

header nav {
    float: left;
    width: 60%;
    text-align: right;
    padding-top: 30px;
}

header nav ul li {
    display: inline-block;
    margin: 0 15px;
}

header nav ul li a {
    display: inline-block;
    text-decoration: none;
    color: #232532;
    padding: 15px 25px;
    border-bottom: 3px solid #fff;
    border-radius: 2px;
    text-transform: uppercase;
    font-family: poppinsbold;
    font-size: 0.9rem;
}

header nav ul li a,
section.programs-module .list .item .more-button,
footer a,
main.single .seasons a,
.cooperation-module a,
aside .leader-module.prog .list a.prog {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
}

header nav ul li a:hover,
header nav ul li.current_page_item a {
    color: #24a6dd;
}

header .media-box {
    float: left;
    width: 15%;
    text-align: right;
    padding-top: 20px;
}

header .media-box > div {
    margin-bottom: 10px;
}

section.programs-module {
    padding: 40px 0;
    background-position: 50% 150px;
}

section.programs-module h2,
section.aboutus h2,
section.lead-module h2,
main.subpage.page h2 {
    padding-bottom: 20px;
    margin-bottom: 40px;
    color: #fff;
    border-bottom: 1px solid #fff;
    text-align: center;
}

section.programs-module .list .item {
    display: block;
    float: left;
    width: 48%;
    height: 300px;
    background: #2d2e83;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 4%;
    margin-bottom: 40px;
    padding: 40px;
    text-decoration: none;
    color: #fff;
    background-position: right top;
    background-size: cover;
}

section.programs-module .list .item .title,
main.single .title-box .title {
    display: inline-block;
    border-radius: 5px;
    background: #34a5de;
    padding: 10px 15px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 0.9rem;
}

section.programs-module .list .item h3 {
    display: inline-block;
    margin-bottom: 90px;
    text-transform: uppercase;
    border-radius: 5px;
    padding: 10px 20px;
}

section.programs-module .list .item:first-child h3,
section.programs-module .list .item:last-child h3 {
    margin-bottom: 120px;
}

main.subpage section.programs-module .more-button {
    text-decoration: none;
    color: #fff;
}

.more-button {
    border-radius: 5px;
    border: 1px solid #fff;
    padding: 10px 50px 10px 15px;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
}

.more-button:hover,
main.subpage section.programs-module .more-button:hover {
    background: #fff;
    color: #2d2e83;
}

.more-button .circle {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 100px;
    text-align: center;
    line-height: 25px;
}

.more-button .circle img {
    width: 10px;
    margin-left: 2px;
}

.gradient {
    background: #283891;
    background-image: url(images/bg.png);
}

.video-module {
    position: relative;
}

.video-module .video-box {
    background: #dadada;
    height: 620px;
    position: relative;
    z-index: 2;
    border-radius: 5px;
    overflow: hidden;
}

.video-module .video-box iframe {
    width: 100%;
    height: 100%;
}

.video-module .gradient {
    position: absolute;
    z-index: 1;
    top: 200px;
    width: 100%;
    min-height: 450px;
    background-position: 50% -500px;
}

.aboutus-module .left,
.aboutus-module .right,
.copyright .left,
.copyright .right {
    float: left;
    width: 50%;
}

.txt {
    line-height: 30px;
}

.aboutus-module .txt {
    -moz-column-count: 2;
    -moz-column-gap: 40px;
    -webkit-column-count: 2;
    -webkit-column-gap: 40px;
    column-count: 2;
    column-gap: 40px;
    text-align: justify;
    padding: 80px 0;
}

footer {
    padding-top: 40px;
    color: #fff;
    background-position: 50% -650px !important;
}

footer a {
    text-decoration: none;
    color: #fff;
}

footer a:hover {
    color: #34a5de;
}

footer ul {
    list-style: none;
}

footer ul li {
    padding: 10px 0;
}

footer .name {
    opacity: 0.1;
    font-size: 10rem;
    text-align: center;
    line-height: 110px;
    padding-top: 40px;
}

.copyright {
    padding: 25px 0;
    font-size: 0.85rem;
}

.copyright a {
    color: #2d2e83;
    text-decoration: none;
}

.copyright .right a:last-child {
    color: #ff0000;
}

.copyright .right {
    text-align: right;
}

.grid .one,
.grid .two,
.grid .three {
    float: left;
    width: 33.3333%;
}

.grid .three {
    padding-left: 10%;
}

main.single {
    position: relative;
}

main.single .gradient {
    position: absolute;
    top: 0;
    width: 100%;
    height: 300px;
    overflow: hidden;
    text-align: right;
}

main.single .gradient img {
    margin-right: -70px;
}

main.single .column {
    position: relative;
    z-index: 5;
}

main.single .column .left-column {
    float: left;
    width: 74%;
    padding-right: 40px;
}

main.single .title-box {
    color: #fff;
    padding-top: 40px;
    margin-bottom: 20px;
}

main.single .title-box h2 {
    display: inline-block;
    padding-left: 40px;
    position: relative;
    top: 5px;
    margin-bottom: 30px;
}

aside {
    float: left;
    width: 26%;
}

main.single .playlist {
    margin-bottom: 40px;
}

main.single .playlist iframe {
    width: 100%;
    height: 460px;
}

aside {
    padding-top: 340px;
}


/* ----- ADS ----- */
/*
.ksr-module .box {
    background: #dadada;
}

.ksr-module {
    height: 125px;
    overflow: hidden;
    margin-bottom: 40px;
}
*/

.ksr-module .box {
    height: 100%;
}

aside .ksr-module {
    height: 250px;
    overflow: visible;
}

aside .ksr-module .wp_bannerize_banner_box {
    margin-bottom: 40px;
}

aside .ksr-module .wp_bannerize_banner_box img {
    width: 100%;
}

aside .leader-module {
    min-height: 250px;
}

aside .leader-module h3 {
    font-size: 1.5rem;
    border-bottom: 1px solid #2d2d83;
    padding-bottom: 10px;
    color: #2d2d83;
    margin-bottom: 20px;
}

aside .leader-module {
    margin-bottom: 40px;
    font-size: 0.85rem;
}

aside .leader-module div::first-line,
aside .leader-module div a {
    font-size: 1.25rem;
    color: #2d2e83;
    text-decoration: none;
}

aside .leader-module div {
    margin-bottom: 20px;
}

aside .leader-module div a:hover {
    text-decoration: underline;
}

section.aboutus h2,
section.lead-module h2,
main.subpage.page h2 {
    color: #2d2d83;
}

section.one-aboutus .txt {
    -moz-column-count: 3;
    -moz-column-gap: 50px;
    -webkit-column-count: 3;
    -webkit-column-gap: 50px;
    column-count: 3;
    column-gap: 50px;
    text-align: justify;
}

section.programs-module .list .item .desc {
    text-align: justify;
}

main.subpage section.programs-module,
section.one-aboutus,
main.subpage {
    margin-bottom: 80px;
}

main.subpage section.programs-module .list .item {
    float: none;
    height: auto;
    margin-right: 0;
    width: 100%;
}

section.programs-module .list .item:nth-child(2n),
main.subpage section.programs-module .list .item:nth-child(2n) {
    margin-right: 0;
}

section.lead-module {
    padding-top: 50px;
}

section.lead-module h2 {
    color: #fff;
}

section.lead-module .list .item {
    float: left;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 40px;
}

section.lead-module .list .item:nth-child(2n) {
    margin-right: 0;
}

section.lead-module .list .item .left {
    float: left;
    width: 30%;
    height: 225px;
    overflow: hidden;
    border-radius: 5px;
}

section.lead-module .list .item .right {
    float: left;
    width: 66%;
    padding-left: 4%;
}

section.lead-module .list .item h3 {
    color: #fff;
}

.light-blue {
    color: #34a5de;
}

section.lead-module .list .item .profession {
    margin-bottom: 30px;
    color: #fff;
}

section.lead-module .list .item .desc {
    color: #fff;
}

.imgLiquidFill {
    width: 100%;
    height: 100%;
}

.cooperation-module a {
    display: inline-block;
    background: #204b9a;
    padding: 10px 30px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
}

.cooperation-module a:hover {
    background: #24a5de;
}

.cooperation-module .box:nth-child(2) a {
    background: #24a5de;
}

.cooperation-module .box:nth-child(2) a:hover {
    background: #204b9a;
}

.cooperation-module .box {
    margin-bottom: 30px;
}

.cooperation-module .box img {
    display: block;
    width: 100%;
}

.cooperation-module .box div {
    float: left;
    width: 50%;
}

.cooperation-module .box:first-child .right {
    padding-left: 50px;
    padding-top: 75px;
}

.cooperation-module .box:last-child .left {
    padding-right: 50px;
    padding-top: 100px;
}

.cooperation-module span.one {
    color: #204a9a;
}

.cooperation-module span.two {
    color: #24a6dd;
}

body.kontakt main a {
    color: #24a6dd;
    text-decoration: none;
}

main.subpage {
    font-family: poppinssemibold;
    line-height: 27px;
    padding-top: 30px;
}

main.subpage h2,
main.subpage section h2,
main.subpage section .creator h3,
section.lead-module .list .item h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    border-bottom: none;
}

section .creator {
    margin-bottom: 60px;
}

section .creator .item {
    float: left;
    width: 29.33333%;
    margin-right: 6%;
}

section .creator .item:last-child {
    margin-right: 0;
}

section .creator .item img {
    margin-bottom: 30px;
}

section .creator h3 {
    color: #2d2d83;
}

section .creator .profession {
    margin-bottom: 20px;
}

section .creator .desc,
section.lead-module .list .item .desc {
    text-align: justify;
}

main.single .seasons {
    padding-left: 30px;
}

main.single .seasons a {
    color: #fff;
    text-decoration: none;
    padding: 0 10px;
    font-weight: 700;
}

main.single .seasons a:hover {
    text-decoration: underline;
}

aside .leader-module.prog .list a.prog {
    display: block;
    padding: 20px;
    background: #2d2d83;
    border-radius: 5px;
    color: #fff;
    position: relative;
    margin-bottom: 15px;
    font-weight: 800;
}

aside .leader-module.prog .list a.prog img {
    width: 15px;
    position: relative;
    left: 2px;
}

aside .leader-module.prog .list a.prog span {
    background: #fff;
    width: 35px;
    height: 35px;
    border-radius: 100px;
    position: absolute;
    right: 15px;
    top: 18px;
    text-align: center;
    line-height: 37px;
}

aside .leader-module.prog .list a.prog.p1 {
    background: #8cc63f;
}

aside .leader-module.prog .list a.prog.p2 {
    background: #24a5de;
}

aside .leader-module.prog .list a.prog.p3 {
    background: #fcc82b;
}

aside .leader-module.prog .list a.prog.p4 {
    background: #52dab5;
}

aside .leader-module.prog .list a.prog:hover {
    background: #2d2e83;
    text-decoration: none;
}
