/*!
Theme Name: Go Ahead Eagles
Theme URI: http://underscores.me/
Author: Wemessage
Author URI: https://wemessage.nl
Description: Go Ahead Eagles WordPress Theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gae
*/

html {
    font-family: 'industry', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    scroll-behavior: smooth;
    line-height: 160%;
    letter-spacing: -0.26px;
}

body {
    margin: 0;
    overflow-x: hidden;
    outline: 0;
    width: 100%;
}

.site {
    overflow: hidden;
    padding-top: 74px;
}

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

figure {
    margin: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 20px;
    line-height: 130%;
    font-weight: 700;
}

h1,
h2 {
    font-size: 20px;
    color: #c10230;
    text-transform: uppercase;
    word-break: break-word;
}

.business-page .content-wrapper>h1,
.business-page .content-wrapper>.text-block:first-child h1,
.business-page .content-wrapper>.text-block:first-child h2:first-child {
    color: #000000;
}

.cart_totals h2 {
    font-size: 20px;
    color: #000000;
}

h3 {
    font-size: 18px;
    text-transform: uppercase;
    color: #c10230;
}

h4 {
    font-size: 18px;
    text-transform: uppercase;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

p {
    margin: 0;
}

.content-wrapper .content ul,
.content-wrapper .content ol,
.content-wrapper .content p {
    margin: 0 0 20px;
    line-height: 150%;
}

.content-wrapper .content p a:not(.borders):not(.button),
.content-wrapper .content li a:not(.borders):not(.button) {
    color: #c10230;
    transition: 0.3s;
}

.content-wrapper .content p a:not(.borders):not(.button):hover,
.content-wrapper .content li a:not(.borders):not(.button):hover {
    opacity: 0.5;
}

.wrap {
    width: 90%;
    margin: 0 auto;
    max-width: 1400px;
}

.site-header {
    position: fixed;
    top: 30px;
    left: 0;
    width: 100%;
    z-index: 999;
    height: 44px;
    background: #000000;
    background-image: linear-gradient(to left, #ffd600 50%, #c10230 50%, #c10230);
    background-size: 100% 2px;
    background-repeat: no-repeat;
    background-position: left bottom;
}

.site-header .buttons {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.site-header .tickets-button{
    border-left: 1px solid #000000;
}
.site-header .shop-button {
    border-right: 1px solid #000000;
    border-left: 1px solid #000000;
}

.site-header .buttons a {
    font-size: 12px;
    background: #ffd600;
    display: block;
    float: left;
    line-height: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    padding: 10px 0 8px;
    max-height: 12px;
    overflow: hidden;
    color: #000;
}

.site-header .buttons a::before {
    display: inline-block;
    vertical-align: top;
    content: " ";
    margin-right: 8px;
    position: relative;
    top: -2px;
    background-position: left center;
    background-repeat: no-repeat;
}

.site-header .buttons .tickets-button {
    width: 30%;
}

.site-header .buttons .tickets-button::before {
    width: 17px;
    height: 14px;
    background-image: url(inc/img/tickets-button.svg);
    background-size: 17px;
}

.site-header .buttons .beker-button {
    width: 30%;
}

.site-header .buttons .beker-button::before {
    width: 21px;
    height: 14px;
    background-image: url("inc/img/logo knvb.svg");
    background-size: cover;
}

.site-header .buttons .shop-button {
    width: calc(32% - 2px);
}

.site-header .buttons .shop-button::before {
    width: 16px;
    height: 14px;
    background-image: url(inc/img/shop-button.svg);
    background-size: 16px;
}

.site-header .buttons .login-button {
    color: #ffffff;
    background: #c10230;
    width: 38%;
}

.site-header .buttons .login-button::before {
    width: 15px;
    height: 15px;
    background-image: url(inc/img/login-button.svg);
    background-size: 15px;
}

.site-header .logo {
    margin: 10px auto 0;
    width: 60px;
}

.main-navigation,
.site-header .wrap>.tagline,
.site-header .wrap>.social,
.site-header .wrap>.search-button,
.wrap>.search-wrapper {
    display: none;
}

.menu-icon {
    width: 27px;
    height: 23px;
    transition: 0.4s;
    z-index: 5;
    position: absolute;
    cursor: pointer;
    right: 15px;
    top: 10px;
}

.menu-icon span {
    display: block;
    background: #ffffff;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: 0.4s;
}

.menu-icon span:first-child {
    transform: translateX(-50%) translateY(-11px);
}

.menu-icon span:nth-child(2) {
    top: 10px;
    transform: translateX(-50%);
}

.menu-icon span:last-child {
    transform: translateX(-50%) translateY(7px);
}

.menu-open .menu-icon span:first-child {
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.menu-open .menu-icon span:nth-child(2) {
    opacity: 0;
}

.menu-open .menu-icon span:last-child {
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.mobile-navigation {
    background: #000000;
    display: none;
    position: fixed;
    right: 0;
    width: calc(100% - 40px);
    overflow: hidden;
    height: calc(100vh - 70px);
    top: 30px;
    padding: 20px;
}

.mobile-navigation .background {
    display: block;
    width: 100vw;
    height: 44px;
    background-color: #000000;
    background-image: linear-gradient(to right, #ffd600 50%, #c10230 50%, #c10230);
    background-size: 100% 2px;
    background-repeat: no-repeat;
    background-position: left bottom;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 6;
}

.menu-open,
.popup-open {
    overflow: hidden;
}

.mobile-navigation .wrapper {
    height: calc(100% - 120px);
    overflow-y: scroll;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 40px);
    padding: 55px 40px 12px 20px;
    z-index: 5;
}

.mobile-navigation li {
    position: relative;
    margin: 0 0 16px;
    width: 100%;
    text-transform: uppercase;
    font-weight: 700;
}

.mobile-navigation li.menu-item-has-children:not(.active) {
    background-image: url(inc/img/menu-arrow.svg);
    background-repeat: no-repeat;
    background-size: 7px 13px;
    background-position: right top 5px;
}

.mobile-navigation li li {
    background: none;
    position: relative;
    z-index: 2;
    margin: 0;
}

.mobile-navigation .sub-menu::after {
    display: block;
    content: " ";
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    transform: translateX(-50%);
    background: #272727;
}

.mobile-navigation .menu a {
    font-size: 18px;
    position: relative;
    display: block;
    color: #f1f1f1;
    margin: 15px 0;
}

.mobile-navigation .sub-menu a {
    font-size: 18px;
    text-transform: none;
    font-weight: 400;
    margin: 10px 0;
}

.mobile-navigation .sub-menu {
    display: none;
    margin-bottom: 60px;
    position: relative;
    position: relative;
    padding: 1px 0;
    width: 100%;
}

.mobile-navigation .wrapper>div:first-child {
    padding-top: 20px;
}

.mobile-navigation .mobile-logo {
    display: block;
    width: 60px;
    position: fixed;
    left: 20px;
    top: 40px;
    z-index: 7;
}

.mobile-navigation .tagline {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 12px;
    display: block;
    position: fixed;
    top: 44px;
    left: 120px;
    letter-spacing: 0.6px;
    z-index: 7;
    font-weight: 300;
}

.mobile-navigation .back {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    bottom: -20px;
    transform: translateY(100%);
}

.mobile-navigation .back::before {
    display: inline-block;
    vertical-align: top;
    content: " ";
    position: relative;
    width: 7px;
    height: 13px;
    background-image: url(inc/img/menu-arrow.svg);
    background-repeat: no-repeat;
    background-size: 7px;
    transform: rotate(180deg);
    top: 4px;
    margin-right: 12px;
}

.screen-reader-text {
    display: none;
}

.mobile-navigation .search-wrapper {
    margin: 0;
    position: absolute;
    left: 0;
    width: calc(100% - 20px);
    top: 0;
    transform: translateY(-100%);
    padding: 30px;
    background: rgba(255, 255, 255, 0.9);
    display: none;
}

.mobile-navigation .search-wrapper form {
    display: table;
    border: 1px solid #c10230;
}

.mobile-navigation .search-wrapper input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 10px;
    margin: 0;
    border: 0;
    color: #3b3b40;
    background: #ffffff;
    font-weight: 300;
    letter-spacing: 0.5px;
    -webkit-border-radius: 0!important;
    border-radius: 0!important;
    line-height: 37px;
    height: 37px;
    font-family: 'industry', sans-serif;
}

.mobile-navigation .search-wrapper input[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 37px;
    height: 37px;
    background: #c10230;
    background-image: url(inc/img/search-white.svg);
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    text-indent: -999px;
    border: 0;
    margin-left: -5px;
}

.mobile-navigation .search-wrapper ::-webkit-input-placeholder {
    color: #000000;
}

.mobile-navigation .search-wrapper :-ms-input-placeholder {
    color: #000000;
}

.mobile-navigation .search-wrapper ::placeholder {
    color: #000000;
}

.mobile-navigation .bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #272727;
    height: 43px;
    z-index: 9;
    color: #ffffff;
}

.mobile-navigation .social {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
}

.social a {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    margin-right: 10px;
}

.mobile-navigation .search-button {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    text-transform: uppercase;
    font-size: 13px;
    background-image: url(inc/img/search-white.svg);
    background-size: 18px 18px;
    background-repeat: no-repeat;
    background-position: left top 2px;
    padding-left: 28px;
}

.banner {
    overflow: hidden;
    position: relative;
    color: #ffffff;
}

.banner::after {
    display: block;
    content: " ";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 28%, rgba(0, 0, 0, 1) 146%);
}

.banner img {
    display: block;
    width: 100%;
}

.banner img:last-of-type:not(:first-of-type) {
    display: none;
}

.banner-content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    z-index: 2;
    text-align: center;
}

.banner-content .title {
    font-weight: 700;
    line-height: 140%;
    font-size: 20px;
}

.banner-content .subtitle {
    font-size: 16px;
    line-height: 140%;
}

.banner-content .title+.subtitle {
    margin-top: 10px;
}

.banner-content .wrap {
    width: 80%;
}

.breadcrumbs {
    font-size: 13px;
    font-weight: 300;
    background: rgba(255, 255, 255, 0.23);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    color: rgba(255, 255, 255, 0.75);
    padding-top: 1px;
}

.breadcrumbs strong {
    font-weight: 500;
    color: #ffffff;
}

.page-menu,
.page-sub-menu {
    position: relative;
    background: #ffffff;
    text-align: center;
    margin: 20px auto;
    max-width: 300px;
}

.page-sub-menu {
    background: #f4f4f4;
}

.page-menu::after,
.page-sub-menu::after,
.woocommerce .filter>span::after {
    display: block;
    content: " ";
    width: 21px;
    height: 12px;
    position: absolute;
    right: 20px;
    top: 18px;
    background-image: url(inc/img/dropdown.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 21px;
    transition: 0.3s;
}

.page-menu.open::after,
.page-sub-menu.open::after,
.woocommerce .filter.open>span::after {
    transform: rotate(180deg);
}

.page-menu li:not(.current-menu-item),
.page-sub-menu li:not(.current-menu-item) {
    display: none;
}

.page-menu a,
.page-sub-menu a {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 11px 0 10px;
    display: block;
    position: relative;
    z-index: 2;
    border-top: 1px solid #f0f0f0;
    transition: 0.3s;
}

.page-menu a:hover,
.page-sub-menu a:hover {
    color: #c10230;
}

.page-menu:not(.open) .current-menu-item a,
.page-sub-menu:not(.open) .current-menu-item a,
.page-menu:not(.open) .current-menu-parent a {
    color: #c10230;
    font-weight: 700;
    border-top: 0;
}

.page-menu li:first-child a,
.page-sub-menu li:first-child a {
    border-top: 0;
}

.business-page .page-menu .current-menu-item a,
.business-page .page-sub-menu .current-menu-item a,
.business-page .page-menu .current-menu-parent a {
    color: #000000;
}

.page-content {
    background: #f4f4f4;
    padding: 1px 0;
}

.news-archive,
.projects-archive {
    background: #f4f4f4;
}

.news-wrapper {
    background: #ffffff;
    padding: 1px 20px;
}

.woocommerce .page-content,
.woocommerce-page .page-content {
    background: #ffffff;
}

.content-wrapper {
    background: #ffffff;
    padding: 20px 0;
    position: relative;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.woocommerce-page .content-wrapper {
    padding: 0;
}

.content-wrapper>h1 {
    text-align: center;
}

.text-block,
article {
    margin-bottom: 30px;
}

.text-block.center {
    text-align: center;
    width: 90%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.timeline {
    position: relative;
}

.timeline .logo {
    width: 60px;
    margin: 0 auto 20px;
}

.timeline .year {
    font-size: 18px;
    font-weight: 500;
    color: #828282;
}

.timeline .block {
    margin: 0 0 40px 20px;
    position: relative;
}

.timeline .block::before {
    display: block;
    content: " ";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #c10230;
    position: absolute;
    top: 14px;
    left: -26px;
    z-index: 4;
}

.timeline .more {
    font-size: 18px;
    font-weight: 500;
    color: #c10230;
    padding-left: 25px;
    margin-bottom: 30px;
    display: table;
    background-image: url(inc/img/more.svg);
    background-size: 14px;
    background-position: left top 3px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.timeline .content p {
    margin: 0;
}

.timeline .more.active {
    background-image: url(inc/img/less.svg);
}

.timeline .content {
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    height: 160px;
    min-height: 160px;
}

.timeline .thumb {
    max-width: 290px;
    position: relative;
}

.timeline .block:nth-of-type(3n+1) .thumb::before {
    display: block;
    content: " ";
    width: 252px;
    height: 70px;
    position: absolute;
    right: -30px;
    bottom: -30px;
    background-image: url(inc/img/paper.svg);
}

.timeline .block:nth-of-type(3n+1) .thumb::after {
    display: block;
    content: " ";
    width: 91px;
    height: 96px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url(inc/img/camera.svg);
    transform: translateX(100%) translateY(60%);
}

.timeline .block:nth-of-type(3n+2) .thumb::before {
    display: block;
    content: " ";
    width: 136px;
    height: 108px;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(inc/img/sticker.svg);
    transform: translateX(-30%) translateY(-30%);
    mix-blend-mode: multiply;
}

.timeline .block:nth-of-type(3n) .thumb::before {
    display: block;
    content: " ";
    width: 29px;
    height: 70px;
    position: absolute;
    right: 30px;
    top: -16px;
    background-image: url(inc/img/paperclip.svg);
}

.timeline .thumb img {
    display: block;
}

.path {
    position: absolute;
    left: 0;
    top: 70px;
    bottom: 0;
}

.path .line {
    width: 2px;
    background: #e4e4e4;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.path .line span {
    display: block;
    width: 2px;
    height: 0;
    background: #c10230;
}

.button {
    display: table;
    cursor: pointer;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    font-family: "industry", sans-serif;
    padding: 11px 20px;
    transition: 0.3s;
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    min-height: 18px;
}

.button.red,
#smart_refund_request_form input[type=button] {
    background: #c10230;
}

.button.black {
    background: #000000;
}

.button.blue {
    background: #006699;
}

.button:hover {
    box-shadow: 0 7px 22px 0 rgba(48, 48, 48, 0.25);
    transform: scale(1.06, 1.06);
}

.woocommerce-message .button {
    background: #ffffff;
    color: #000000;
    margin-bottom: 20px;
}

.borders {
    border-top: 1px solid;
    border-bottom: 1px solid;
    font-size: 17px;
    font-weight: 600;
    display: table;
    line-height: 100%;
    padding: 7px 0 5px;
    position: relative;
}

.borders::after {
    display: block;
    content: " ";
    width: 25px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateX(100%) translateY(-50%);
    transition: 0.3s;
}

.borders.back {
    margin-left: 50px;
}

.borders.back::before {
    display: block;
    content: " ";
    width: 25px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateX(-100%) translateY(-50%);
    transition: 0.3s;
}

.borders.back::after {
    display: none;
}

.borders:hover::after {
    transform: translateX(130%) translateY(-50%);
}

.borders.back:hover::before {
    transform: translateX(-130%) translateY(-50%);
}

.borders.red {
    color: #c10230;
}

.borders.red::before {
    background-image: url(inc/img/arrow-left.svg);
}

.borders.black::before {
    background-image: url(inc/img/arrow-left-black.svg);
}

.borders.white::before {
    background-image: url(inc/img/arrow-left-white.svg);
}

.borders.red::after {
    background-image: url(inc/img/arrow-right.svg);
}

.borders.black::after {
    background-image: url(inc/img/arrow-right-black.svg);
}

.borders.white::after {
    background-image: url(inc/img/arrow-right-white.svg);
}

.text-block .downloads {
    margin-top: 30px;
}

.text-block .downloads a {
    display: inline-block;
    background-color: #f4f4f4;
    font-size: 13px;
    font-weight: 700;
    color: #000000;
    padding: 13px 15px 10px 43px;
    text-align: left;
    background-image: url(inc/img/pdf.svg);
    background-size: 20px 23px;
    background-position: left 12px center;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    margin-right: 20px;
    transition: 0.3s;
    transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
}

.sub-content .text-block .downloads a {
    background-color: #ffffff;
}

.center .downloads a {
    margin-right: 10px;
    margin-left: 10px;
}

.text-block .downloads a:hover {
    box-shadow: 0 7px 22px 0 rgba(48, 48, 48, 0.25);
    transform: translateZ(0) scale(1.008, 1.008) perspective(1px);
}

.form-block {
    position: relative;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.form-block .borders {
    display: none;
}

.form-block form {
    position: relative;
    z-index: 2;
}

.form-block>img {
    margin-bottom: -15%;
    margin-top: -20px;
    width: 400px;
    display: table;
}

.form-block .form {
    background: #f4f4f4;
    padding: 20px 22px;
}

.form-block .label,
.woocommerce-MyAccount-content label {
    display: block;
    font-weight: 500;
    margin-bottom: 4px;
}

.form-block p {
    margin-bottom: 15px;
}

.form-block input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.wapf-field-input input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.form-block textarea,
.form-block select {
    font-family: "industry", sans-serif;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.25);
    padding: 8px 12px;
    border: 1px solid #979797;
    width: calc(100% - 24px);
    background: #ffffff;
}

.wapf-field-input input[type="file"] {
    max-width: 620px;
}

.form-block select {
    font-size: 16px;
    border-radius: 0;
    -webkit-border-radius: 0;
    color: rgba(0, 0, 0, 0.15);
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 46px;
    cursor: pointer;
    background-image: url(inc/img/dropdown-grey.svg);
    background-repeat: no-repeat;
    background-size: 15px 9px;
    background-position: right 15px center;
    outline: 0;
}

select::-ms-expand {
    display: none;
}

.form-block textarea {
    max-height: 140px;
}

 ::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.15);
}

 :-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.15);
}

 ::placeholder {
    color: rgba(0, 0, 0, 0.15);
}

.sub-content .form-block .form {
    padding: 20px 0;
}

.wpcf7-not-valid-tip,
.wpcf7 form.sent .wpcf7-response-output {
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    background: #c10230;
    padding: 5px 10px 3px;
    margin: 10px 0 0;
    width: calc(100% - 20px);
    border: 0;
}

.wpcf7 form.sent .wpcf7-response-output {
    background: #46b450;
    margin-bottom: 30px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    color: #000000;
    font-size: 14px;
    font-weight: 300;
    background: #ffd600;
    padding: 5px 10px 3px;
    margin: 10px 0 0;
    border: 0;
    width: calc(100% - 20px);
}

.form-block input[type="submit"] {
    -webkit-appearancenone: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    border: 0;
    background: #c10230;
    cursor: pointer;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    font-family: "industry", sans-serif;
    padding: 15px 20px;
    transition: 0.3s;
    margin-right: 20px;
    transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
}

.form-block input[type="submit"]:hover {
    box-shadow: 0 7px 22px 0 rgba(48, 48, 48, 0.25);
    transform: translateZ(0) scale(1.01, 1.01) perspective(1px);
}

div.wpcf7 .ajax-loader {
    margin-top: 10px;
    display: inline-block;
}

.business-cta .content {
    text-align: center;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
}

.business-cta .content .button {
    margin-left: auto;
    margin-right: auto;
}

.linkedin-block {
    margin: 20px 0 0;
    text-align: center;
}

.linkedin-block img {
    margin: 0 0 10px;
}

.linkedin-block p {
    margin: 0 0 20px;
}

.linkedin-block .button {
    margin: 0 auto;
    min-width: 120px;
}

.slick-slider * {
    outline: 0;
}

.photo-gallery {
    position: relative;
    margin: 30px auto;
    width: 220px;
    padding-bottom: 40px;
    transform: translateX(-5px);
}

.quotes-gallery {
    position: relative;
}

.text-block+.photo-gallery {
    margin-top: -10px;
}

.gallery-item {
    margin: 0 10px;
    position: relative;
    overflow: hidden;
}

.gallery-item img {
    display: block;
    width: 100%;
    transition: 0.3s ease-in-out;
}

.gallery-item:hover img {
    transform: scale(1.1, 1.1);
}

.photo-gallery .slick-arrow, .quotes-gallery .slick-arrow {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background: none;
    width: 25px;
    height: 20px;
    position: absolute;
    bottom: 0;
    left: 50%;
    overflow: hidden;
    text-indent: -999em;
    outline: 0;
    cursor: pointer;
    transition: 0.3s;
}

.photo-gallery .slick-arrow:hover, .quotes-gallery .slick-arrow:hover {
    opacity: 0.3;
}

.photo-gallery .slick-next, .quotes-gallery .slick-next {
    background-image: url(inc/img/arrow-right.svg);
    background-repeat: no-repeat;
    transform: translateX(100%);
}

.photo-gallery .slick-prev, .quotes-gallery .slick-prev {
    background-image: url(inc/img/arrow-left.svg);
    transform: translateX(-200%);
    background-repeat: no-repeat;
}

.partners {
    text-align: center;
    margin-bottom: 30px;
}

.partner {
    max-width: 300px;
    margin: 0 auto 30px;
}

.partner .logo {
    width: 100%;
    height: 130px;
    margin: 0 auto;
    position: relative;
}

.simple .partner .logo {
    height: 110px;
}

.partner .logo img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: auto;
    max-height: 100%;
}

.partner h4 {
    font-size: 22px;
    font-weight: 700;
    color: #c10230;
    margin: 20px auto 15px;
}

.partner .borders {
    margin: 20px auto 0;
}

.text-block .content>ul>li,
.faq-item .answer li {
    padding-left: 30px;
    position: relative;
}

.text-block .content>ul>li::before,
.faq-item .answer li::before {
    display: block;
    content: " ";
    width: 8px;
    height: 8px;
    background: #c10230;
    position: absolute;
    left: 0;
    top: 6px;
}

.faq-item .answer li::before {
    top: 8px;
}

.three_columns .content,
.two_columns .content,
.social-block {
    margin-bottom: 30px;
}

.social-block {
    text-align: center;
}

.page-template-page-homepage .social-block {
    margin: 50px 0;
}

.page-template-page-homepage .social-block .wrap {
    border: 3px solid #c10230;
    padding-top: 50px;
    margin-bottom: 40px;
}

.social-block .borders {
    margin: 30px auto 60px;
    display: table;
}

.social-block a:not(.borders) {
    background: #c10230;
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 40px;
    height: 40px;
    margin: 6px 3px;
    transition: 0.3s;
    transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
}

.social-block a:not(.borders):hover {
    box-shadow: 0 7px 22px 0 rgba(48, 48, 48, 0.25);
    transform: translateZ(0) scale(1.1, 1.1) perspective(1px);
}

.social-block a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 20px;
}

.logo_block .thumb {
    max-width: 300px;
}

.calendar .item {
    padding-left: 50px;
    position: relative;
    background-image: url(inc/img/calendar.svg);
    background-size: 35px 36px;
    background-repeat: no-repeat;
    background-position: left top;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
}

.calendar .item:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}

.calendar .item b {
    display: block;
    margin-bottom: 5px;
}

.vacature {
    margin-bottom: 30px;
}

.vacature p {
    margin-bottom: 20px;
}

.testimonials {
    text-align: center;
}

.testimonials h4 {
    text-transform: none;
}

.testimonials .slider {
    width: calc(100% + 44px);
    margin-left: -22px;
    margin-bottom: 30px;
}

.testimonial {
    padding: 20px;
    background-color: #f4f4f4;
    text-align: left;
    margin: 0 22px;
}

.testimonial .name {
    font-weight: 700;
    font-size: 18px;
}

.testimonial .function {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 15px;
}

.testimonial .text {
    position: relative;
}

.testimonial .text::before {
    display: block;
    content: "\201C";
    font-size: 100px;
    position: absolute;
    top: -10px;
    left: -5px;
    transform: translateX(-100%);
    line-height: 100%;
}

.testimonial .text::after {
    display: block;
    content: "\201D";
    font-size: 100px;
    position: absolute;
    bottom: -15px;
    right: -5px;
    transform: translateX(100%);
    line-height: 0;
}

.share {
    text-align: center;
    width: 49px;
    position: absolute;
    top: 60px;
    right: -40px;
    transition: 0.3s;
}

.share p {
    font-size: 11px;
    line-height: 120%;
    letter-spacing: -0.16px;
    margin-bottom: 6px;
}

.share a {
    display: block;
    position: relative;
    width: 49px;
    height: 44px;
    background: #b1b1b1;
    transition: 0.4s;
}

.share a:hover {
    background: #c10230;
}

.share a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 22px;
}

article.content-wrapper {
    margin-right: 25px;
    position: relative;
}

.form-block .wpcf7-list-item {
    margin: 0 10px 0 0;
}

.form-block .newsletter-check {
    padding-left: 26px;
    position: relative;
    display: block;
    font-size: 13px;
}

.form-block .newsletter-check .wpcf7-form-control-wrap {
    position: absolute;
    top: 2px;
    left: 0;
    margin: 0;
}

.form-block input[type="checkbox"] {
    border: 1px solid #979797;
    border-radius: 0;
    -webkit-border-radius: 0;
    width: 15px;
    height: 15px;
    margin: 0;
}

.form-block a {
    color: #c10230;
    text-decoration: underline;
    transition: 0.3s;
}

.form-block a:hover {
    opacity: 0.6;
}

.map {
    overflow: hidden;
    height: 300px;
}

.map iframe {
    height: 100%;
}

.extra .content {
    background: #f4f4f4;
    padding: 30px 30px 10px;
    margin-bottom: 40px;
    max-width: 450px;
}

.child-page {
    overflow: hidden;
    position: relative;
    color: #ffffff;
    max-width: 380px;
    margin: 0 auto 25px;
}

.child-page h4 {
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 4;
    margin: 0;
    padding: 0 20px 20px;
}

.child-page h4 b {
    font-size: 200%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.child-page .thumb,
.featured-shop-item .thumb {
    overflow: hidden;
    position: relative;
}

.child-page .thumb::after,
.featured-shop-item .thumb::after {
    display: block;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 28%, #000000 145%);
}

.featured-shop-item .thumb::after {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 28%, #000000 107%);
}

.child-page .thumb img,
.featured-shop-item .thumb img {
    display: block;
    width: 100%;
    transition: 0.3s;
}

.child-page:hover .thumb img,
.featured-shop-item:hover .thumb img {
    transform: scale(1.1, 1.1);
}

.projects {
    margin-bottom: 30px;
    text-align: center;
}

.project {
    max-width: 325px;
    margin: 0 auto 30px;
    text-align: left;
}

.project .info {
    background: #f4f4f4;
    padding: 20px;
}

.project h4 {
    color: #c10230;
    margin-bottom: 10px;
    line-height: 115%;
}

.project p {
    margin-bottom: 15px;
}

.project .thumb {
    position: relative;
    overflow: hidden;
}

.project .thumb img {
    display: block;
    width: 100%;
    transition: 0.3s;
}

.project:hover .thumb img {
    transform: scale(1.1, 1.1);
}

.sub-content section:last-child {
    margin-bottom: 0;
}

.sub-content+.borders {
    margin-top: 30px;
}

.content-wrapper>.borders:first-child {
    margin: 0 auto 30px;
}

.primary-partner {
    display: table;
    margin: 0 auto 20px;
    max-width: 120px;
}

iframe {
    max-width: 100%;
}

.result {
    max-width: 800px;
    margin: 0 auto 30px;
}

.search .page-content {
    padding-top: 60px;
}

.result strong {
    color: #c10230;
}

.filter .children .children {
    display: none;
}

.cart-added-amount {
    display: none;
}

.mobile-navigation .cart-added-amount {
    display: table;
    position: relative;
}

.cart-added-amount span {
    width: 15px;
    height: 15px;
    color: #ffffff;
    background: #c10230;
    position: absolute;
    top: 55%;
    right: 0;
    transform: translateX(50%) translateY(-50%);
    font-size: 10px;
    line-height: 100%;
    border-radius: 50%;
}

.cart-added-amount sub {
    display: block;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.usp-list {
    text-align: center;
    padding: 10px 0;
    background: #ffffff;
    border-bottom: solid 1px #f4f4f4;
    margin-bottom: 40px;
}

.usp-list li::before {
    display: inline-block;
    content: " ";
    width: 15px;
    height: 13px;
    vertical-align: top;
    background-image: url(inc/img/check-red.svg);
    background-size: 15px 13px;
    margin-right: 8px;
    position: relative;
    top: 4px;
}

.shop-categories {
    text-align: center;
    margin-bottom: 30px;
}

.shop-category {
    position: relative;
    color: #ffffff;
    max-width: 380px;
    margin: 0 auto 20px;
    text-align: left;
    transition: 0.3s;
    overflow: hidden;
}

.shop-category:hover {
    box-shadow: 0 6px 20px 0 rgba(48, 48, 48, 0.5);
}

.shop-category .thumb,
.featured-product .thumb {
    position: relative;
    overflow: hidden;
}

.shop-category .thumb::after {
    display: block;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 28%, #000000 107%);
}

.shop-category .thumb img{
    display: block;
    width: 100%;
    transition: 0.6s;
    
}
.featured-product .thumb img {
	display: block;
    width: 100%;
}
.shop-category:hover .thumb img {
     transform: scale(1.1, 1.1); 
}
.featured-product .thumb img.asalt,
.featured-product:hover .thumb img {
	display: none;
}
.featured-product:hover .thumb img.asalt {
	display: block;
	animation: fade_in_show 0.5s;
}

@keyframes fade_in_show {
     0% {
          opacity: 0;
          transform: scale(0)
     }

     100% {
          opacity: 1;
          transform: scale(1);
          display: block;
     }
}

.shop-category h4 {
    text-transform: none;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 10px 20px;
    margin: 0;
    letter-spacing: -0.5px;
}

.featured-products {
    text-align: center;
    margin-bottom: 30px;
}

.featured-product {
    text-align: left;
    max-width: 325px;
    margin: 0 auto 30px;
    border: solid 1px #e4e4e4;
    background: #ffffff;
    transition: 0.3s;
}

.featured-product:hover {
    box-shadow: 0 6px 20px 0 rgba(48, 48, 48, 0.15);
}

.featured-product .thumb .label {
    position: absolute;
    top: 40px;
    right: 0;
    font-weight: 700;
    padding: 9px 12px 6px;
    font-size: 22px;
    background: #c10230;
    color: #ffffff;
    line-height: 100%;
}

.featured-product del {
    font-size: 80%;
    text-decoration: none;
    position: relative;
}

.featured-product del::after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(inc/img/strike.png);
    background-size: 66px 14px;
    background-position: center;
    background-repeat: no-repeat;
}

.featured-product .thumb::after {
    display: block;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) -19%, #000000 98%);
    transition: 0.3s;
    z-index: 5;
    mix-blend-mode: multiply;
}

.featured-product:hover .thumb::after {
    opacity: 0.7;
}

.featured-product .thumb>span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: #ffffff;
    padding: 20px 30px 0;
    font-weight: 700;
    font-size: 22px;
    transition: 0.3s;
    opacity: 0;
    z-index: 6;
    transform: scale(0.8, 0.8);
}

.featured-product:hover .thumb>span {
    opacity: 1;
    padding: 20px 30px;
    transform: scale(1, 1);
}

.featured-product .thumb>span::after {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    width: 25px;
    height: 20px;
    background-image: url(inc/img/arrow-right-white.svg);
    background-size: 25px 20px;
    margin-left: 15px;
}

.featured-product h4 {
    font-size: 22px;
    color: #c10230;
    margin: 20px 20px 10px;
    text-transform: none;
    height: 56px;
    overflow: hidden;
}

.featured-product .price {
    font-size: 25px;
    font-weight: 700;
    letter-spacing: -0.36px;
    color: #000000;
    margin: 0 0 20px 20px;
}

.featured-product .add-to-cart {
    position: absolute;
    z-index: 6;
    top: 50%;
    left: 0;
    right: 0;
    padding: 20px;
    text-align: center;
    transform: translateY(-50%);
    opacity: 0;
    transition: 0.3s;
}

.featured-product:hover .add-to-cart {
    top: 55%;
    opacity: 1;
}

.featured-product .button {
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0;
    font-size: 14px;
    padding: 10px 12px;
    outline: 0;
    display: inline-block;
    line-height: 100%;
}

.woocommerce .filter input[type="radio"] {
    display: none;
}

.woocommerce .searchandfilter ul li ul li ul {
    margin: 0;
}

.woocommerce .sales-filter .searchandfilter ul li ul li ul {
    display: none;
    visibility: hidden;
}

.woocommerce .searchandfilter ul li,
.woocommerce .searchandfilter ul li li {
    padding: 0;
}

.woocommerce .filter {
    margin-bottom: 30px;
}

.woocommerce .filter form {
    margin: 0 auto 30px;
    max-width: 280px;
    width: 100%;
    border: 1px solid #e5e5e5;
    border-top: 0;
    border-bottom: 0;
    display: none;
}

.woocommerce .filter li label {
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    padding: 10px;
    background: #ffffff;
    text-align: center;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    cursor: pointer;
    transition: 0.3s;
}

.woocommerce .filter li label:hover {
    color: #c10230;
}

.woocommerce .filter>span {
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    padding: 10px 0;
    background: #ffffff;
    text-align: center;
    position: relative;
    border: 1px solid #e5e5e5;
    max-width: 280px;
    margin: 0 auto;
}

.woocommerce .filter li.sf-option-active>label {
    color: #c10230;
    background: #f4f4f4;
    font-weight: 700;
}

.products-archive {
    text-align: center;
}

.woocommerce-product-gallery {
    margin-bottom: 30px;
}

.related.featured-products {
    clear: both;
}

.cart_totals {
    max-width: 270px;
    margin: 0 auto;
}

.cart_totals,
.woocommerce-checkout-review-order {
    padding: 25px;
    background: #f1f1f1;
    font-size: 13px;
}

.woocommerce-cart-form {
    font-size: 12px;
}

.shop_table_responsive {
    width: 100%;
}

thead th {
    padding-bottom: 20px;
    text-transform: uppercase;
}

.woocommerce-cart-form table.shop_table_responsive tr td.product-thumbnail {
    width: 120px;
}

.cart_item .variation {
    font-size: 15px;
    font-weight: 400;
    width: 200px;
    height: 30px;
    display: inline-block;
    width: auto;
    margin: 0 15px 0 0;
}

.cart_item .variation dt {
    font-weight: 700;
    display: inline-block;
}

.cart_item .variation dd {
    display: inline-block;
    margin-left: 0;
}

.cart_item .variation dd::after {
    display: block;
    content: " ";
}

.remove span {
    text-decoration: underline;
    font-size: 13px;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
}

.remove {
    display: block;
    font-size: 20px;
}

.cart_totals,
.woocommerce-checkout-review-order {
    padding: 25px;
    background: #f4f4f4;
    font-size: 13px;
}

.cart_totals {
    max-width: 270px;
    margin: 0 auto;
}

.cart_item td {
    margin: 5px 0 10px;
}

table.shop_table_responsive tr td {
    vertical-align: top;
}

.woocommerce .quantity input[type="number"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background: #f1f1f1;
    font-size: 15px;
    font-family: 'industry', sans-serif;
    text-align: center;
    height: 37px;
    width: 59px;
    font-weight: 700;
    -webkit-border-radius: 0!important;
    border-radius: 0!important;
}

.checkout-button {
    margin-top: 15px;
}

.single_add_to_cart_button,
.checkout-button,
button[name="woocommerce_checkout_place_order"],
button[name="save_account_details"],
button[name="save_address"],
.woocommerce-form-login__submit,
.woocommerce-form-register__submit {
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
    background-color: #52ae32;
}

.single_add_to_cart_button {
    background-color: #c10230;
}

.button[name="update_cart"] {
    background: #c10230;
    color: #ffffff;
    border: 0;
}

.button:disabled {
    background: #e4e4e4;
    cursor: default;
}

.button:disabled:hover {
    transform: none;
    box-shadow: none;
}
p.new-label {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    color: #fff;
    background: #c10230;
    padding: 10px;
    text-align: center;
    z-index: 7;
    font-weight: 700;
}
.button.wc-backward {
    color: #000000;
    background: none;
    padding: 0 0 0 15px!important;
    text-decoration: underline;
    text-transform: none;
    background-image: url(inc/img/chevron-left.svg);
    background-size: 7px 12px;
    background-repeat: no-repeat;
    background-position: left center;
    margin: 20px 0;
}

.button.wc-backward:hover {
    transform: none;
    box-shadow: none;
    color: #c10230;
}

table.shop_table_responsive tr td.product-thumbnail::before,
.woocommerce-shipping-calculator,
.woocommerce-shipping-destination,
.coupon label {
    display: none;
}

.woocommerce-shipping-methods label {
    color: #52ae32;
    font-weight: 700;
}

.woocommerce-product-gallery+.summary .variations .label,
.wapf-field-label label {
    display: block;
    font-weight: 700;
    width: 100%;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 15px;
}

.woocommerce-product-gallery+.summary .variations .woo-variation-items-wrapper {
    display: block;
}

.woocommerce-product-gallery+.summary .variations .variable-items-wrapper .variable-item {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 16px 17px 14px;
    font-weight: 700;
    border: 0;
    outline: 0;
    box-shadow: none;
    border-radius: 0;
    background: #f4f4f4;
    font-size: 18px;
    line-height: 100%;
    margin: 0 10px 10px 0;
    cursor: pointer;
}

.woocommerce-product-gallery+.summary .variations .variable-items-wrapper .disabled {
    color: #979797;
    cursor: default;
    background-image: url(inc/img/cross.png);
    background-size: 100% 100%;
    background-position: left top;
    background-repeat: no-repeat;
}

.woocommerce-product-gallery+.summary .variations .variable-items-wrapper .selected {
    border: 2px solid #c10230;
    padding: 14px 15px 12px;
}

.single-product div.product::after {
    display: block;
    content: " ";
    clear: both;
}

.cart_item .product-name>a:first-child {
    display: block;
}

.product_title.entry-title {
    margin-bottom: 0;
}

.single-product .summary .price {
    font-size: 25px;
    font-weight: 700;
    margin: 10px 0 20px;
    display: block;
}

.single-product .summary .quantity {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.single-product .stock {
    margin-bottom: 20px;
}

.single-product .summary,
body.single-product div.product .woocommerce-product-gallery .flex-viewport {
    margin-bottom: 20px;
}

.variations {
    margin-bottom: 20px;
}

body.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    margin: 0 15px 15px 0;
    width: calc(33.33% - 15px);
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-of-type(3n) {
    margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
    margin-bottom: 30px;
}

body .woocommerce-tabs .panel h2:first-of-type {
    color: #000000;
    margin-bottom: 10px;
}

.woocommerce-tabs {
    margin-bottom: 40px;
}

.aantal-label {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 15px;
    display: block;
    text-transform: uppercase;
}

.single_add_to_cart_button::before {
    display: inline;
    content: "+";
    margin-right: 5px;
}

tr.order-total {
    margin-top: 10px;
    padding-top: 20px;
    border-top: 1px solid #e4e4e4;
}

.product-total {
    font-weight: 700;
}

.cart_totals th {
    font-weight: 400;
}

.cart_totals td {
    font-weight: 700;
}

.wc-proceed-to-checkout .button {
    margin: 15px auto 0;
    display: table;
}

.coupon-wrapper {
    text-align: center;
    margin: 0 auto 20px;
    max-width: 260px;
}

.coupon-title {
    margin-bottom: 10px;
    display: block;
    position: relative;
    cursor: pointer;
    font-weight: 400;
    transition: 0.3s;
}

.coupon-title:hover {
    color: #c10230;
}

.coupon-title b {
    text-decoration: underline;
}

.coupon-wrapper .wrapper {
    display: none;
}

.coupon input:not([type=submit]) {
    background: #f1f1f1;
    font-family: 'industry', sans-serif;
    padding: 10px 16px;
    font-size: 15px;
    border: 0;
    margin-bottom: 10px;
    width: calc(100% - 32px);
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 0!important;
    border-radius: 0!important;
}

.coupon .button {
    margin: 0 auto;
    background-color: #c10230;
}

.coupon-title::after {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    content: " ";
    width: 10px;
    height: 6px;
    background-image: url(inc/img/language.svg);
    background-size: 10px 6px;
    top: calc(50% - .175em);
    transition: 0.3s;
}

.coupon-wrapper.open .coupon-title::after {
    transform: rotate( 180deg);
}

.actions {
    border-top: 1px solid #e4e4e4;
    padding-top: 30px;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
    color: #ffffff;
    padding: 15px;
    text-align: left;
    margin-bottom: 20px;
    font-weight: 700;
}

.woocommerce-checkout label,
.woocommerce-form label {
    display: block;
    margin-bottom: 5px;
}

.woocommerce-form-login__submit {
    margin-bottom: 10px;
}

.woocommerce-MyAccount-content form {
    max-width: 800px;
}

fieldset {
    margin-bottom: 20px;
}

.woocommerce-checkout input:not([type=submit]):not([type="checkbox"]):not([type="radio"]),
.woocommerce-checkout textarea,
.woocommerce-form input:not([type=submit]):not([type="checkbox"]):not([type="radio"]),
.woocommerce-MyAccount-content input:not([type=submit]):not([type="checkbox"]):not([type="radio"]),
#smart_refund_request_form textarea,
#smart_refund_request_form input:not([type=submit]):not([type="checkbox"]):not([type="radio"]):not([type="button"]) {
    background: #f1f1f1;
    font-family: 'industry', sans-serif;
    padding: 10px 16px;
    font-size: 15px;
    border: 0;
    margin-bottom: 10px;
    width: calc(100% - 32px);
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 0!important;
    border-radius: 0!important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 39px;
}

.select2-container--default .select2-selection--single {
    background-color: #f1f1f1;
    border: 0;
    border-radius: 0;
    line-height: 39px;
    margin-bottom: 10px;
    height: 39px;
}

form p,
.content form p {
    margin-bottom: 5px!important;
}

.woocommerce-checkout-review-order-table * {
    vertical-align: top;
    text-align: left;
}

.woocommerce-form-login {
    margin-bottom: 30px;
}

.woocommerce-info .button {
    background: #ffffff;
    color: #000000;
    margin-bottom: 15px;
}

.woocommerce-Addresses>div {
    margin-bottom: 30px;
}

.featured-articles {
    height: 320px;
}

.featured-articles .slick-list,
.featured-articles .slick-track {
    height: 100%;
}

.featured-article {
    position: relative;
    overflow: hidden;
}

.featured-article .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: 0.3s ease-out;
}

.featured-article:hover .background {
    transform: scale(1.1, 1.1);
}

.featured-article::before {
    display: block;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1) 113%);
    z-index: 2;
}

.featured-article .info {
    position: absolute;
    z-index: 3;
    bottom: 50px;
    left: 0;
    right: 0;
    padding: 0 60px 0 30px;
}

.featured-article h3 {
    color: #ffffff;
    font-size: 20px;
    text-transform: none;
    margin-bottom: 0;
    line-height: 120%;
    position: relative
}

.featured-article h3::after {
    display: block;
    content: " ";
    width: 20px;
    height: 16px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url(inc/img/arrow-right-white.svg);
    background-size: 100%;
    transition: 0.3s;
    transform: translateX(-100%);
    opacity: 0;
}

.featured-article:hover h3::after {
    transform: translateX(0);
    opacity: 1;
}

.featured-article .post-cat,
.article .post-cat,
.details .post-cat {
    display: block;
    font-size: 14px;
    color: #c10230;
}

.article .post-cat,
.details .post-cat {
    font-size: 17px;
    font-weight: 600;
    margin: 5px 0
}

.article.article_large .post-cat {
    color: #ffffff;
}

.featured-article .post-date,
.article .post-date,
.details .post-date {
    display: block;
    font-size: 10px;
    font-weight: 300;
    color: #979797;
}

.article .post-date,
.details .post-date {
    font-size: 15px;
}

.featured-article .post-date::before,
.article .post-date::before,
.details .post-date::before {
    display: inline-block;
    vertical-align: top;
    content: " ";
    width: 11px;
    height: 11px;
    background-image: url(inc/img/clock.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-right: 4px;
    position: relative;
    top: 6px;
}

.featured-articles .slick-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 10px 0;
}

.slick-dots button,
.slick-dots li:first-child:last-child {
    visibility: hidden;
    display: none;
}

.featured-articles .slick-dots li,
.featured-news .slick-dots li {
    display: inline-block;
    border: 1px solid #ffffff;
    width: 8px;
    height: 7px;
    margin: 0 5px;
}

.featured-news .slick-dots li {
    border: 1px solid #000000;
    height: 8px;
}

.featured-articles .slick-dots .slick-active,
.featured-news .slick-dots .slick-active {
    background: #c10230;
}

.featured-news .slick-dots {
    text-align: left;
    padding: 20px 0;
    text-align: center;
}

.featured-news .slider {
    margin: 0 auto;
    width: 285px;
}

.article {
    display: block;
    width: 285px;
    position: relative;
    margin: 0 auto 32px;
    text-align: left;
    max-width: 100%;
}

.article .thumb {
    height: 200px;
    position: relative;
    overflow: hidden;
}

.article.article_large .thumb {
    height: 330px;
}

.article .thumb .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transition: 0.3s;
}

.article:hover .thumb .background {
    transform: scale(1.1, 1.1);
}

.article .thumb::after {
    display: block;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1) 113%);
    z-index: 1;
}

.article .info {
    padding: 20px 25px;
}

.article:not(.article_large) .info {
    background: #f4f4f4;
}

.single-post .article:not(.article_large) .info {
    background: #ffffff;
}

.article.article_large .info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    color: #ffffff;
}

.article h4 {
    font-size: 17px;
    text-transform: none;
    margin-bottom: 0;
}

.pagination {
    text-align: right;
    color: #c10230;
    font-weight: 600;
    font-size: 17px;
    margin: 0 0 50px;
}

.pagination>* {
    margin: 0 2px;
    padding: 3px 8px;
}

.pagination .current {
    border-top: 1px solid #c10230;
    border-bottom: 1px solid #c10230;
}

.featured-news {
    text-align: center;
    margin-top: 30px;
}

.single-post .featured-news {
    margin-bottom: 0;
}

.news-archive h1 {
    margin: 30px 0;
}

.news-archive,
.featured-news {
    text-align: center;
}

.single-post .breadcrumbs {
    display: none;
}

.single-post article>.details {
    margin-bottom: 10px;
    text-align: center;
}

.single-post article {
    margin-top: -40px;
}

.single-post h1 {
    text-align: center;
}

article img+em {
    display: block;
}

.featured-news .borders,
.youtube-feed .borders {
    margin-left: auto;
    margin-top: 20px;
}

.youtube-feed .title-block {
    padding: 40px 0;
    position: relative;
    overflow: hidden;
}

.youtube-feed .title-block::before {
    display: block;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0), #020303);
    z-index: 3;
}

.youtube-feed .title-block::after {
    display: block;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 1) 97%);
    z-index: 2;
}

.youtube-feed .title-block .wrap {
    position: relative;
    z-index: 4;
}

.youtube-feed .title-block h2 {
    margin-bottom: 0;
}

.youtube-feed .title-block h2 span {
    font-size: 170%;
    color: #ffffff;
    font-weight: 300;
    display: block;
    line-height: 100%;
}

.youtube-feed .feed {
    background: #000000;
    color: #ffffff;
    padding: 40px 0;
}

.youtube-feed h4 img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    position: relative;
    top: -10px;
}

.youtube-feed h4 {
    text-align: center;
}

.text-block.center .borders,
.text-block.center .button {
    margin-left: auto;
    margin-right: auto;
}

.sponsors {
    text-align: center;
}

.sponsors .title {
    text-transform: uppercase;
    position: relative;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}

.sponsors .title span {
    display: table;
    margin: 0 auto;
    padding: 0 20px;
    background: #ffffff;
    position: relative;
    z-index: 2;
}

.sponsors .title::after {
    display: block;
    content: " ";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #e4e4e4;
    top: 50%;
    left: 0;
}

.sponsors .gallery {
    overflow: hidden;
    margin-bottom: 20px;
}

.sponsors .logo {
    position: relative;
    width: 130px;
    height: 70px;
    display: inline-block;
    margin: 0 3px;
}

.sponsors .logo img {
    display: table;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    max-width: 90%;
    max-height: 90%;
}

.site-footer .blocks {
    background: #c10230;
    color: #ffffff;
    padding: 120px 0 40px;
    background-image: url(inc/img/footer.svg);
    background-repeat: no-repeat;
    background-size: 350px 325px;
    background-position: top 30px left;
    text-align: center;
}

.site-footer .logo,
.site-footer .tagline {
    text-align: center;
    display: block;
    position: relative;
}

.site-footer .logo::before {
    display: block;
    content: " ";
    width: calc(50% - 70px);
    height: 1px;
    background: #ffffff;
    position: absolute;
    left: 0;
    top: 50%;
}

.site-footer .logo::after {
    display: block;
    content: " ";
    width: calc(50% - 70px);
    height: 1px;
    background: #ffffff;
    position: absolute;
    right: 0;
    top: 50%;
}

.site-footer .logo img {
    width: 100px;
}

.site-footer .tagline {
    text-transform: uppercase;
    font-size: 24px;
    margin: 20px 0 30px;
    letter-spacing: 2px;
}

.site-footer .block {
    margin-bottom: 30px;
    text-align: left;
}

.site-footer .block .heading {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.site-footer .block li {
    line-height: 200%;
    font-size: 16px;
    max-width: 220px;
    font-weight: 300;
}

.site-footer a {
    transition: 0.3s;
    display: block;
}

.site-footer a:hover {
    color: #ffd600;
    transform: translateX(2px);
}

.copyright {
    background: #700215;
    padding: 20px 0;
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
}

.programme {
    margin: 35px 0;
    position: relative;
}

.programme .wrap {
    position: relative;
    z-index: 2;
}

.programme::before {
    display: block;
    content: " ";
    background: #f4f4f4;
    width: 100vw;
    height: 400px;
    position: absolute;
    right: 50%;
    top: -35px;
    z-index: -1;
}

.match {
    text-align: center;
    color: #ffffff;
    background: #000000;
    padding: 20px;
    margin-bottom: 30px;
    position: relative;
}

.match.slick-slide:not(.next) {
    margin-bottom: 0;
}

.match.slick-slide img {
    display: inline;
}

.match.next {
    margin-bottom: 50px;
}

.match .start,
.match .time,
.match .head {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
}

.match .head {
    color: #c10230;
    margin-bottom: 15px;
}

.match .time {
    margin: 5px 0;
    max-width: 380px;
}

.match .time span {
    font-weight: 300;
    display: block;
}

.match .home img,
.match .away img {
    width: 75px;
}

.match .home p,
.match .away p {
    font-size: 13px;
    font-weight: 300;
    width: 95px;
    line-height: 160%;
    margin: 0 auto;
    max-width: 100%;
}

.match .league {
    margin: 15px 0;
    max-height: 50px;
}

.match .button,
.fixture .button {
    font-size: 11px;
    padding: 8px 20px 6px 59px;
    background-image: url(inc/img/tickets-white.svg);
    background-size: 28px 16px;
    background-repeat: no-repeat;
    background-position: left 15px center;
    margin-bottom: -20px;
    margin-left: -5px;
    transform: translateY(50%);
}

.results .fixture .button,
.results .match .button {
    background-image: url(inc/img/ball.svg);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: left 20px center;
}

.match .match-sponsor {
    width: 90px;
    position: absolute;
    bottom: -50px;
    right: -10px;
}

.match .match-sponsor {
    display: block;
    margin: 0 auto;
}

.match .match-sponsor img:last-child {
    width: 61px;
    transform: translateY(-10px);
}

.match .timer {
    margin: 20px 0 0;
}

.match.inactive .timer {
    margin-bottom: 20px;
}

.match .timer i {
    font-size: 10px;
    font-weight: 300;
    display: block;
    text-transform: lowercase;
    margin-top: -3px;
    font-style: normal;
}

.match .timer span span {
    font-size: 30px;
    letter-spacing: 1.6px;
    font-weight: 900;
    display: block;
}

.match .timer>span {
    display: inline-block;
    vertical-align: top;
    margin: 4px 4px 0;
}

.programme .slick-arrow {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background: none;
    width: 20px;
    height: 16px;
    position: absolute;
    top: -40px;
    overflow: hidden;
    text-indent: -999em;
    outline: 0;
    cursor: pointer;
    transition: 0.3s;
    z-index: 99;
}

.programme .slick-disabled {
    opacity: 0.2;
}

.programme .slick-next {
    background-image: url(inc/img/arrow-right.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    right: 5px;
}

.programme .slick-list {
    padding-bottom: 10px;
}

.programme .slick-prev {
    background-image: url(inc/img/arrow-left.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    right: 40px;
}

.sb-wall-footer {
    display: none;
    visibility: hidden;
}

.social-feed {
    margin: 40px 0;
}

.social-feed h2 {
    text-align: center;
}

.social-feed .borders {
    margin: 30px auto 0;
}

.youtube-feed .sby_inner_item a.sby_video_thumbnail {
    min-height: 380px;
    position: relative;
    background-image: none!important;
}

.youtube-feed .sby_inner_item a.sby_video_thumbnail .larger-background {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    display: block;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.youtube-feed .sby_info_item,
.youtube-feed .sby_stats {
    display: none;
    visibility: hidden;
}

.youtube-feed .sb_youtube .sby_item a::before {
    display: block;
    content: " ";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
    z-index: 1;
}

.youtube-feed .sb_youtube .sby_item a::after {
    display: block;
    content: " ";
    top: 50%;
    left: 50%;
    width: 52px;
    height: 52px;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    background-image: url(inc/img/youtube-play-white.svg);
    z-index: 2;
}

.youtube-feed .sb_youtube .sby_item a:hover::after {
    background-image: url(inc/img/youtube-play.svg);
}

.youtube-feed .sb_youtube .sby_thumbnail_hover {
    opacity: 1;
    text-align: left;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
    background: none;
    z-index: 4;
}

.youtube-feed .sb_youtube .sby_thumbnail_hover_inner>.sby_video_title {
    font-size: 22px;
    text-align: left;
    font-weight: 600;
}

.youtube-feed .sby_thumbnail_hover_inner .sby_meta span {
    font-size: 14px;
    color: #979797;
}

.youtube-feed .sb_youtube .sby_thumbnail_hover_inner {
    padding: 10px 20px;
}

.youtube-feed .sb_youtube.sby_col_5 .sby_items_wrap .sby_item {
    width: 280px;
    margin-left: -5px!important;
}

.youtube-feed .sb_youtube .sby_items_wrap {
    text-align: center;
}

.youtube-feed .sb_youtube .sby_items_wrap .sby_item {
    display: none;
}

.youtube-feed .sb_youtube .sby_items_wrap .sby_item:first-of-type {
    display: inline-block;
}

.youtube-feed .borders {
    margin: 50px 60px 0 auto;
}

.featured-news .borders {
    margin: 20px 50px 0 auto;
}

.youtube-feed .title-block video,
.featured-article video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
}

.pre-footer {
    background-image: linear-gradient(273deg, #a8052e, #700215);
    padding: 20px;
    color: #ffffff;
    margin: 0 auto -80px;
    width: 80%;
    border-bottom: 3px solid #ffd600;
    position: relative;
}

.download-app {
    margin-bottom: 20px;
}

.download-app a {
    display: inline-block;
    background: #ffffff;
    width: 103px;
    height: 48px;
    border-radius: 2.5px;
    position: relative;
}

.download-app a:nth-of-type(1) {
    margin-right: 10px;
}

.download-app a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.pre-footer .newsletter iframe {
    height: 100px;
}

.pre-footer>img {
    margin: -40px auto 20px;
    display: block;
    width: 100px;
    position: relative;
    z-index: 5;
}

.pre-footer h4,
.pre-footer p {
    margin-bottom: 15px;
}

.featured-shop {
    margin: 30px 0;
    text-align: center;
}

.featured-shop-item {
    position: relative;
    margin: 0 auto 20px;
    max-width: 680px;
    display: inline-block;
    text-align: left;
}

.featured-shop-item h3 {
    color: #ffffff;
    text-transform: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 20px;
    margin: 0;
}

.featured-shop-item span {
    position: absolute;
    font-weight: 700;
    left: 20px;
    top: 20px;
    border: 0;
    opacity: 0;
    transition: 0.3s;
}

.featured-shop-item:hover span {
    opacity: 1;
}

.site-footer .players {
    text-align: center;
    max-width: 600px;
}

.site-footer .player-item {
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    width: 26%;
    max-width: 150px;
    margin: 0 -6%;
    z-index: 1;
}

.site-footer .player-item:nth-child(2),
.site-footer .player-item:nth-child(4) {
    z-index: 2;
}

.site-footer .player-item:nth-child(3) {
    z-index: 3;
}

.site-footer .player-item:nth-child(3):last-child {
    z-index: 1;
}

.site-footer .player-item img {
    display: block;
    width: 100%;
}

.featured-players {
    background: #000000;
    margin: 40px 0;
    color: #ffffff;
    text-align: center;
    padding: 40px 0 30px;
}

.featured-players .slider {
    padding-bottom: 50px;
    width: 220px;
    margin: 0 auto;
}

.featured-players h2 {
    color: #ffffff;
    margin-bottom: 30px;
}

.featured-player {
    position: relative;
    transition: 0.3s ease-out;
    background-image: url(inc/img/player-background.svg);
    background-size: 60% auto;
    background-repeat: no-repeat;
    background-position: right 20% bottom 10px;
}

.featured-player:not(.slick-current) {
    transform: scale(0.8, 0.8);
}

.featured-players .borders {
    margin: 35px auto 5px;
}

.featured-player .thumb {
    margin: 0 auto;
    width: 220px;
    position: relative;
}

.featured-player .thumb::before {
    display: block;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(192deg, rgba(0, 0, 0, 0) 53%, #000000);
}

.featured-player .thumb img {
    display: block;
    width: 100%;
}

.featured-player .position {
    position: absolute;
    top: 60px;
    left: -35px;
}

.featured-player .position li:first-child {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 5px;
}

.featured-player .position li:last-child {
    font-size: 20px;
    color: #c10230;
    font-weight: 800;
}

.featured-player .info::before {
    display: block;
    content: " ";
    width: 0;
    height: 2px;
    margin: 0 auto;
    transition: 0.3s ease-out;
    background-image: linear-gradient(to right, #c10230, #c10230 25%, #efe400 25%, #efe400 75%, #c10230 75%, #c10230);
}

.featured-player.slick-current .info::before {
    width: 100%;
}

.featured-player h4 {
    font-weight: 300;
    font-size: 26px;
    margin: 15px 0;
}

.featured-player .button {
    margin: 15px auto;
    padding: 6px 20px 4px;
}

.featured-player .stats {
    font-weight: 700;
    font-size: 26px;
}

.featured-player .stats li {
    display: inline-block;
    margin-left: -5px;
    width: 33.33%;
}

.featured-player .stats span {
    display: block;
    font-weight: 300;
    font-size: 16px;
}

.featured-players .slick-arrow {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background: none;
    width: 25px;
    height: 20px;
    position: absolute;
    bottom: 0;
    left: 50%;
    overflow: hidden;
    text-indent: -999em;
    outline: 0;
    cursor: pointer;
    transition: 0.3s;
    z-index: 99;
}

.featured-players .slick-next {
    background-image: url(inc/img/arrow-right.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    transform: translateX(50%);
}

.featured-players .slick-prev {
    background-image: url(inc/img/arrow-left.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    transform: translateX(-150%);
}

.featured-players .slick-list {
    overflow: visible;
}

.sbsw-identity>*:not(.sbsw-icon),
.sbsw-follow {
    display: none!important;
}

.social-feed .sbsw-identity .sbsw-icon {
    width: 60px!important;
    height: 60px;
    top: 0!important;
    right: -20px!important;
    background: #c10230;
    z-index: 55;
}

.social-feed .sb-wall .sbsw-icon svg {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.social-feed .sb-wall .sbsw-single-filter a,
.social-feed .sb-wall .sbsw-single-filter a:visited {
    padding: 10px 20px 6px;
    border-radius: 0;
    font-size: 14px;
    margin: 0 5px;
}

.social-feed .sbsw-filter-bar .sbsw-single-filter svg {
    height: 18px;
    margin-right: 8px;
    position: relative;
    top: -3px;
}

.social-feed .sb-wall .sbsw-icon svg path {
    fill: #ffffff;
}

.social-feed .sb-wall .sbsw-item-header {
    padding: 0;
}

.social-feed .sb-wall .sbsw-item-media:after {
    border: 0;
}

.social-feed .sb-wall .sbsw-item-inner {
    box-shadow: none;
    background: #f4f4f4;
}

.social-feed .sb-wall .sbsw-item p.sbsw-content-text {
    padding: 20px 0 0;
    font-weight: 500;
}

.social-feed .sb-wall .sbsw-item p.sbsw-content-text br+br {
    display: none;
}

.social-feed .sbsw-item {
    min-width: 280px;
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 9999;
    display: none;
}

.popup .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.77;
    background-color: #1f080e;
}

.popup:not(#agegate-banner) a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    border: 10px solid #ffffff;
    height: calc(90% - 100px);
    width: 80%;
    max-height: 535px;
    max-width: 842px;
}

.popup .wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.popup a::after {
    display: block;
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000 113%);
}

.popup .logo {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 80px;
    z-index: 4;
}

.popup .close {
    position: absolute;
    top: -30px;
    right: -30px;
    width: 46px;
    height: 46px;
    background-image: url(inc/img/close.svg);
    background-size: 100%;
    z-index: 2;
    transition: 0.3s;
}

.popup .close:hover {
    transform: rotate(360deg);
}

.popup p {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: -30px;
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    z-index: 2;
    padding: 20px 50px 50px 25px;
    line-height: 120%;
    margin: 0;
    overflow: scroll;
    max-height: 80%;
}

.players-archive,
.staff-archive {
    text-align: center;
    margin: 0 0 40px;
}

.players-archive:last-of-type,
.staff-archive:last-of-type,
.text-block:last-of-type,
article:last-of-type {
    margin-bottom: 0;
}

.player,
.staff {
    display: block;
    margin: 0 auto 20px;
    max-width: 290px;
    cursor: pointer;
}

.player .thumb,
.staff .thumb {
    background: #000000;
    color: #ffffff;
    position: relative;
    width: 100%;
    overflow: hidden;
    background-image: url(inc/img/player-background.svg);
    background-size: 70% auto;
    background-repeat: no-repeat;
    background-position: left top;
}

.player .thumb::before,
.staff .thumb::before {
    display: block;
    content: " ";
    position: relative;
    width: 100%;
    padding-top: 120%;
}

.player .thumb img,
.staff .thumb img {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 80%;
    max-height: 100%;
    width: auto;
}

.player .thumb::after,
.staff .thumb::after {
    display: block;
    content: " ";
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
    transition: 0.3s ease-out;
}

.player .thumb:hover::after,
.staff .thumb:hover::after {
    top: 0;
}

.player .number {
    font-size: 50px;
    font-weight: 700;
    display: inline-block;
    vertical-align: top;
    line-height: 100%;
    position: relative;
    top: 6px;
}

.player .title,
.staff .title {
    padding: 20px 0;
    position: relative;
}

.player .title {
    text-align: left;
}

.player h4,
.staff h4 {
    font-weight: 300;
    font-size: 25px;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 80px);
    margin: 0;
    line-height: 120%;
}

.player h4 b,
.staff h4 b {
    display: block;
}

.player .title::before,
.staff .title::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    content: " ";
    width: 100%;
    height: 2px;
    background-image: linear-gradient(to right, #c10230, #c10230 25%, #efe400 25%, #efe400 75%, #c10230 75%, #c10230);
}

.player .info,
.staff .info {
    position: absolute;
    color: #ffffff;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 16px;
    z-index: 4;
    transform: translateY(100%);
    transition: 0.3s ease-out;
}

.player:hover .info,
.staff:hover .info {
    transform: translateY(0);
}

.player .birth,
.staff .birth {
    font-size: 25px;
    margin-bottom: 15px;
    font-weight: 900;
}

.player .stats {
    display: flex;
    margin-top: 20px;
    font-size: 23px;
    font-weight: 900;
}

.player .stats li {
    width: 30%;
}

.player .stats li:nth-of-type(2) {
    border-left: solid 1px #e4e4e4;
    border-right: solid 1px #e4e4e4;
    margin: 0 5%;
}

.player .stats span {
    font-size: 14px;
    font-weight: 300;
    display: block;
}

.player .nationality,
.staff .nationality {
    font-size: 14px;
    font-weight: 300;
}

.player .nationality span,
.staff .nationality span {
    width: 22px;
    height: 17px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.players-archive .position>p,
.staff-archive .position>p {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 25px;
    position: relative;
}

.players-archive .position>p::after,
.staff-archive .position>p::after {
    display: block;
    content: " ";
    position: absolute;
    height: 1px;
    width: 100%;
    background: #e4e4e4;
    top: 50%;
    left: 0;
}

.players-archive .position>p span,
.staff-archive .position>p span {
    display: table;
    margin: 0 auto;
    background: #ffffff;
    padding: 0 32px;
    position: relative;
    z-index: 2;
}

.page-template:not(.woocommerce-page):not(.page-template-page-homepage) .site-footer,
.page-template-default:not(.woocommerce-page) .site-footer,
.category .site-footer,
.error404 .site-footer,
.single-post .site-footer,
.post-type-archive-projects .site-footer,
.post-type-archive-vacancies .site-footer {
    background: #f4f4f4;
    padding-top: 50px;
}

.fixtures .next.match::before {
    display: block;
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(inc/img/match.jpg);
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.fixtures .next.match::after {
    display: block;
    content: " ";
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.8;
    background: #000000;
    z-index: 2;
}

.fixtures .next.match,
.fixtures .next.match a *:not(.match-sponsor) {
    position: relative;
}

.fixtures .next.match a * {
    z-index: 3;
}

.fixtures .next.match {
    width: auto;
}

.fixture {
    text-align: center;
    margin-bottom: 15px;
    background: #f4f4f4;
    padding: 30px 10px;
}

.fixture .start {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.fixture .date span {
    display: inline-block;
    margin: 5px;
    font-size: 16px;
    font-weight: 300;
}

.fixture .date {
    margin-bottom: 10px;
}

.fixture .logo {
    width: 70px;
    height: 76px;
    margin: 5px auto;
}

.fixture .logo img {
    width: auto;
    max-height: 100%;
    margin: 0 auto;
}

.fixture .name {
    font-size: 15px;
    font-weight: 700;
    line-height: 120%;
}

.fixture .score {
    font-size: 35px;
    font-weight: 700;
    margin: 20px 0;
}

.fixture .info {
    margin: 10px 0;
    font-size: 14px;
    font-weight: 300;
}

.fixture .button {
    margin: 0 auto;
    transform: none;
}

.fixture .time::before {
    display: inline-block;
    content: " ";
    width: 11px;
    height: 11px;
    background-image: url(inc/img/clock.svg);
    background-size: 100%;
    margin-right: 5px;
}

.fixture .stadium::before {
    display: inline-block;
    content: " ";
    width: 9px;
    height: 12px;
    background-image: url(inc/img/fixture-marker.svg);
    background-size: 100%;
    margin-right: 7px;
}

.fixture .stadium {
    margin-right: 8px;
}

.fixtures .filter .sf-field-submit,
.fixtures .filter .sf-field-search {
    display: none;
}

.fixtures .filter select,
.rankings-block .filter select {
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 13px 60px 13px 28px;
    background-color: #f4f4f4;
    font-family: 'Industry', sans-serif;
    height: 46px;
    width: 264px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: #c10230;
    border: 0;
    text-transform: uppercase;
    background-image: url(inc/img/dropdown.svg);
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 21px;
    margin: 0 auto;
    cursor: pointer;
}

.rankings-block .filter {
    text-align: center;
    margin: 40px 0;
}

.rankings-block .filter select {
    color: #000000;
    font-weight: 500;
}

.fixtures .filter {
    text-align: center;
    padding: 30px 0 0;
}

::-ms-expand {
    display: none;
}

.fixtures .filter {
    padding-top: 40px;
}

.match-choice {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    text-transform: uppercase;
    margin: 10px auto 20px;
}

.match-choice span {
    display: block;
    border: solid 1px #d1d1d1;
    background: #ffffff;
    padding: 10px 25px 6px;
    cursor: pointer;
}

.match-choice .active {
    background: #f4f4f4;
    box-shadow: inset 2px 2px 0 0 #d1d1d1;
}

.results .fixture .info {
    display: none;
}

.results .fixture {
    padding-bottom: 20px;
}

.results .next.match .time span {
    font-weight: 900;
    font-size: 30px;
}

.player .sponsor {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    color: #ffffff;
    font-size: 16px;
    background: rgba(255, 255, 255, 0.17);
    text-align: center;
    padding: 10px 10px 5px;
    line-height: 160%;
}

.player .sponsor b {
    display: block;
}

.stentor {
    max-width: 560px;
    margin: 30px auto;
}

.stentor h2 {
    margin-left: 20px;
    margin-bottom: 20px;
}

.stentor .dpg-rss-feed__container {
    margin: 0 auto;
    text-align: left;
    width: 100%;
    max-width: 100%;
    max-height: 300px;
}

.match .info {
    font-weight: 300;
    font-size: 16px;
    display: table;
    margin: 20px auto 0;
}

.match .info .start-time::before {
    display: inline-block;
    content: " ";
    width: 11px;
    height: 11px;
    background-image: url(inc/img/clock-white.svg);
    background-size: 100%;
    margin-right: 5px;
}

.match .info .stadium::before {
    display: inline-block;
    content: " ";
    width: 9px;
    height: 12px;
    background-image: url(inc/img/marker-white.svg);
    background-size: 100%;
    margin-right: 7px;
}

.match .info .stadium {
    margin-right: 8px;
}

.rankings-block h2 {
    text-align: center;
}

.ranking-wrapper {
    max-width: 740px;
    margin: 0 auto;
}

.ranking-table {
    border-top: 3px solid #dddddd;
    font-size: 12px;
}

.ranking-table .item {
    padding: 10px 0;
    border-bottom: 1px solid #dddddd;
}

.ranking-table .logo {
    width: 25px;
    height: 25px;
}

.ranking-table .logo img {
    display: block;
    max-height: 100%;
    width: auto;
    margin: 0 auto;
}

.ranking-table .name .rank {
    display: inline-block;
    width: 12px;
}

.ranking-table .name,
.ranking-table .name .rank,
.ranking-table .name p {
    display: inline-block;
    vertical-align: middle;
}

.ranking-table .name {
    width: 110px;
}

.ranking-table .name .logo {
    display: none;
}

.ranking-table .stats {
    margin-top: 5px;
    width: calc(100% - 110px);
    display: inline-flex;
    margin-right: -10px;
}

.ranking-legend {
    margin-left: 110px;
    display: flex;
    align-items: flex-end;
}

.ranking-table .stats span,
.ranking-legend span {
    font-size: 12px;
    text-align: center;
    width: calc( 100%/8);
}

.match .home,
.match .away,
.match .time,
.fixture .home,
.fixture .away,
.fixture .score {
    display: inline-block;
    vertical-align: top;
}

.fixture .score {
    margin: 0 5px;
    position: relative;
    top: 30px;
    width: calc(100% - 180px);
    max-width: 150px;
}

.fixture .home,
.fixture .away,
.match .home,
.match .away {
    width: 80px;
}

.inactive a {
    pointer-events: none;
}

.ranking-wrapper {
    margin-bottom: 30px;
}

.ranking-wrapper .info {
    text-align: center;
    margin-bottom: 20px;
}

.ranking-wrapper .info .logo {
    width: 80px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
}

.ranking-wrapper .info h2 {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.site-footer .players-wrapper {
    max-width: 1280px;
    margin: 0 auto;
}

.copyright p,
.copyright a {
    display: inline;
    margin-right: 20px;
}

.copyright p::after {
    content: "|";
    margin-left: 20px;
}

small.includes_tax {
    display: block;
}

.popup .button {
    line-height: 120%;
    margin-top: 20px;
    padding: 14px 30px;
}

.sitemap li,
.sitemap ul {
    display: inline;
    margin-right: 5px;
}

.sitemap {
    margin-bottom: 30px;
}

.sitemap span {
    color: #c10230;
    font-weight: 700;
}

.sitemap+.borders {
    margin: -10px 0 30px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 0;
    border-bottom: 2px solid #f1f1f1;
    border-radius: 0;
    background: #f1f1f1;
    font-weight: 500;
    display: inline-block;
    position: relative;
    padding: 0 1em;
}

.woocommerce-Tabs-panel {
    padding: 25px;
    background: #f1f1f1;
    max-width: 800px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    border-bottom: 2px solid #3b3b40 !important;
}

.woocommerce-tabs ul.tabs li a {
    padding: 10px 0!important;
    display: block;
}

.product_meta {
    margin-top: 30px;
    font-size: 12px;
}

.payment_methods input[type=radio],
.woocommerce-checkout .payment_methods label {
    display: inline;
}

.payment_methods li {
    margin-bottom: 5px;
}

.copyright .made img {
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    margin: 0 5px;
    animation: little-pulse 1s infinite alternate linear;
}

.copyright .made a {
    margin-right: 0;
}

@keyframes little-pulse {
    to {
        -webkit-transform: scale(1.1) rotate(0.1deg) translateZ(0) translate3d(0, 0, 0);
        transform: scale(1.1) rotate(0.1deg) translateZ(0) translate3d(0, 0, 0);
    }
}

.order .button {
    width: 150px;
    margin-bottom: 10px;
    line-height: 100%;
    text-align: center;
}

#smart_refund_request_form input[type=button] {
    width: 220px;
    margin-bottom: 10px;
    line-height: 100%;
    text-align: center;
}

[id^=sb-wall].sb-wall .sbsw-item-bottom-content,
[id^=sb-wall].sb-wall .sbsw-item-footer,
[id^=sb-wall].sb-wall .sbsw-item-header {
    background: #000000!important;
    padding: 0 20px;
    color: #ffffff!important;
    font-size: 14px;
}

.sbsw-item-inner::after {
    display: block;
    content: " ";
    width: 0;
    height: 3px;
    margin: 0 auto;
    transition: 0.3s ease-out;
    background-image: linear-gradient(to right, #c10230, #c10230 25%, #efe400 25%, #efe400 75%, #c10230 75%, #c10230);
    position: absolute;
    bottom: 0;
    width: 100%;
}

.social-feed [id^=sb-wall].sb-wall .sbsw-item-stats svg,
.social-feed [id^=sb-wall].sb-wall .sbsw-item-stats,
.social-feed [id^=sb-wall].sb-wall .sbsw-item-stats .sbsw-count,
.social-feed [id^=sb-wall].sb-wall .sbsw-item:hover a.sbsw-share-button:hover,
.social-feed [id^=sb-wall].sb-wall a.sbsw-share-button {
    color: #ffffff;
}

.sbsw-item-bottom {
    padding-bottom: 10px;
}

.social-feed .social-logo {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 60px;
    z-index: 99;
    display: block;
}

.slider .article {
    margin: 0 10px!important;
}

.sbsw-img-error {
    visibility: hidden!important;
}

.sbsw-twitter-item .sbsw-item-media {
    min-height: 150px;
}

.sbsw-item {
    max-width: 100%;
}

.faq-item {
    margin-bottom: 13px;
}

.faq-item .question {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.26px;
    color: #000000;
    padding: 13px 55px 7px 25px;
    background-color: #f4f4f4;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
}

.faq-item .question::after {
    display: block;
    content: " ";
    width: 21px;
    height: 12px;
    position: absolute;
    right: 25px;
    top: 20px;
    background-image: url(inc/img/dropdown.svg);
    background-size: 100%;
    transition: 0.3s ease;
}

.faq-item.open .question::after {
    transform: rotate(180deg);
}

.faq-item .answer {
    padding: 15px 25px 0;
    display: none;
}

.faq-item .answer a:not(.button):not(.more) {
    color: #c10230;
    font-weight: 500;
    transition: 0.3s;
}

.faq-item .answer a:not(.button):not(.more):hover {
    opacity: 0.5;
}

.faq-block>h2 {
    text-align: center;
    margin-bottom: 40px;
}

@media screen and (min-width:480px) {
    .site-header .buttons .beker-button,
    .site-header .buttons .tickets-button,
    .site-header .buttons .login-button {
        width: 25%;
    }
    .site-header .buttons .tickets-button,
    .site-header .buttons .shop-button {
        width: calc(25% - 2px);
    }
    
    .banner-content .title {
        font-size: 22px;
    }
    .banner-content .subtitle {
        font-size: 18px;
    }
    .banner-content .wrap {
        width: 90%;
    }
    .timeline .block {
        margin: 0 0 40px 40px;
    }
    .timeline .block::before {
        left: -36px;
    }
    .path {
        left: 10px;
    }
    .text-block,
    article {
        margin-bottom: 40px;
    }
    h1,
    h2 {
        font-size: 24px;
    }
    h3 {
        font-size: 22px;
    }
    .form-block .form {
        padding: 25px 30px;
    }
    .photo-gallery {
        width: 320px;
    }
    .social-block a:not(.borders) {
        width: 50px;
        height: 50px;
        margin: 6px;
    }
    .social-block a img {
        width: 25px;
    }
    .featured-articles {
        height: 360px;
    }
    .featured-article h3 {
        font-size: 25px;
    }
    .featured-article .post-cat {
        font-size: 15px;
    }
    .featured-article .post-date {
        font-size: 12px;
    }
    .featured-article .info {
        bottom: 60px;
        padding: 0 160px 0 40px;
    }
    article>.details .post-cat {
        display: inline-block;
        vertical-align: top;
        margin: 0 15px 0 0;
    }
    article>.details .post-date {
        display: inline-block;
        vertical-align: top;
        position: relative;
        top: 2px;
    }
    .single-post article>.details {
        margin: -5px 0 20px;
    }
    .single-post article {
        margin-top: -60px;
    }
    .single-post .share {
        padding-top: 30px;
    }
    .youtube-feed .title-block {
        padding: 60px 0;
    }
    .site-footer .block {
        display: inline-block;
        vertical-align: top;
        width: calc(50% - 5px);
    }
    .featured-shop-item h3 {
        padding: 20px 25px;
    }
    .featured-shop-item {
        margin: 0 auto 30px;
    }
    .featured-shop {
        margin: 40px 0 20px;
    }
    .featured-shop-item span {
        left: 25px;
        font-size: 20px;
    }
    .match .start,
    .match .head {
        font-size: 20px;
    }
    .match {
        padding: 25px 40px;
    }
    .match .timer span span,
    .results .match.next .time span {
        font-size: 34px;
    }
    .match .timer i {
        font-size: 12px;
        margin: 2px 0;
    }
    .match .button,
    .fixture .button {
        font-size: 12px;
    }
    .match .match-sponsor {
        width: 120px;
        bottom: -50px;
        right: -20px;
    }
    .site-footer .players {
        width: 80%;
        margin: 0 auto;
    }
    .featured-players {
        position: relative;
    }
    .featured-players::before {
        display: block;
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        background-image: linear-gradient(to left, rgba(0, 0, 0, 0), #000000);
        width: 80px;
        z-index: 2;
    }
    .featured-players::after {
        display: block;
        content: " ";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #000000);
        width: 80px;
        z-index: 2;
    }
    .featured-player:not(.slick-current) {
        transform: scale(0.7, 0.7);
    }
    .featured-player h4 {
        font-size: 28px;
        margin: 20px 0;
    }
    .featured-player .stats {
        font-size: 28px;
    }
    .featured-player .stats span {
        margin: 4px 0;
    }
    .featured-player .position li:first-child {
        font-size: 35px;
        margin-bottom: 8px;
    }
    .featured-players .slider {
        width: 250px;
    }
    .popup p {
        font-size: 28px;
        padding: 25px 50px 55px 30px;
    }
    .match .home,
    .match .away,
    .match .time,
    .fixture .home,
    .fixture .away,
    .fixture .score {
        display: inline-block;
        vertical-align: top;
    }
    .match .time {
        margin: 0 5px;
        position: relative;
        top: 30px;
        width: calc(100% - 210px);
    }
    .fixture .score {
        margin: 0 5px;
        position: relative;
        top: 30px;
        width: calc(100% - 260px);
        max-width: 150px;
    }
    .fixture .home,
    .fixture .away {
        width: 120px;
    }
    .match-choice span {
        padding: 10px 15px 6px;
        display: inline-block;
        margin-left: -5px;
    }
    .fixture .name {
        font-size: 18px;
    }
    .match .home,
    .match .away {
        width: 95px;
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs li {
        margin-right: 20px;
    }
    .featured-news .slider {
        width: 330px;
    }
}

@media screen and (min-width:600px) {
    .banner img:first-of-type:not(:last-of-type) {
        display: none;
    }
    .banner img:last-of-type:not(:first-of-type) {
        display: block;
    }
    .content-wrapper {
        padding: 30px;
    }
    .sub-content {
        padding: 30px;
        background: #f4f4f4;
        clear: both;
    }
    .timeline .logo {
        width: 60px;
        margin: 0 0 30px 96px;
    }
    .timeline .block {
        margin: 0 0 30px;
    }
    .timeline .block::before {
        left: 119px;
        top: 2px;
    }
    .timeline .content {
        padding-left: 150px;
    }
    .timeline .more,
    .timeline .thumb {
        margin-left: 150px;
    }
    .timeline .year {
        position: absolute;
        left: 0;
        top: -1px;
        width: 100px;
        text-align: right;
    }
    .path {
        left: 125px;
        top: 80px;
    }
    .text-block .downloads a {
        font-size: 16px;
        padding: 15px 20px 12px 57px;
        background-size: 26px 30px;
        background-position: left 17px center;
    }
    .form-block .form {
        padding: 30px;
    }
    .sub-content .form-block .form {
        background: #e5e5e5;
        padding: 30px;
    }
    .form-block h4 {
        margin-left: 10px;
    }
    .form-block p {
        display: inline-block;
        vertical-align: top;
        margin: 0 10px 15px;
        width: calc(100% - 23px);
    }
    .form-block p.half {
        width: calc(50% - 23px);
    }
    .wpcf7 form.invalid .wpcf7-response-output,
    .wpcf7 form.unaccepted .wpcf7-response-output,
    .wpcf7 form.sent .wpcf7-response-output {
        margin-left: 10px;
        margin-right: 10px;
        width: calc(100% - 40px);
    }
    .form-block>img {
        margin-bottom: -60px;
    }
    .form-block .borders {
        margin-left: 10px;
        display: none;
    }
    .form-block,
    .partners,
    .featured-news {
        margin-bottom: 40px;
    }
    .featured-news {
        margin-top: 40px;
    }
    .button {
        padding: 11px 30px;
    }
    .vacature .button {
        padding: 11px 24px;
    }
    .linkedin-block {
        background: #e5e5e5;
        padding: 30px;
        width: 340px;
        margin-left: auto;
        margin-right: auto;
    }
    .calendar .items {
        background: #f4f4f4;
        padding: 30px;
        margin-bottom: 20px;
    }
    .photo-gallery {
        width: 420px;
        transform: none;
    }
    .partner {
        display: inline-block;
        vertical-align: top;
        width: calc(50% - 33px);
        margin: 0 15px 30px;
        max-width: 300px;
    }
    .social-block a:not(.borders) {
        margin: 15px 10px;
    }
    .vacature {
        background: #f4f4f4;
        padding: 30px;
    }
    .vacature:last-child {
        margin-bottom: 0;
    }
    .testimonial {
        padding: 25px 30px;
    }
    .testimonial .text::before {
        left: -10px;
        font-size: 120px;
    }
    .testimonial .text::after {
        right: -10px;
        font-size: 120px;
    }
    .testimonial .function {
        font-size: 16px;
    }
    .child-page {
        max-width: 440px;
        margin: 0 auto 30px;
    }
    .usp-list li {
        display: inline-block;
        margin: 0 10px;
        line-height: 160%;
    }
    .shop-category h4 {
        font-size: 22px;
    }
    .woocommerce-product-gallery+.summary .variations .variable-items-wrapper .variable-item {
        padding: 16px 19px 14px;
        font-size: 20px;
    }
    .woocommerce-product-gallery+.summary .variations .variable-items-wrapper .selected {
        padding: 14px 17px 12px;
    }
    body.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
        margin: 0 20px 20px 0;
        width: calc(33.33% - 14px);
    }
    .featured-article h3 {
        font-size: 22px;
    }
    .featured-article .info {
        bottom: 50px;
        padding: 0 30px 0 30px;
    }
    .featured-article:nth-child(1)::after {
        display: block;
        content: " ";
        width: 1px;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        background: #ffffff;
        z-index: 5;
    }
    .featured-article:nth-child(2)::after {
        display: block;
        content: " ";
        width: 1px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: #ffffff;
        z-index: 5;
    }
    .article {
        display: inline-block;
        vertical-align: top;
        width: calc(50% - 20px);
        margin-right: 30px;
        max-width: 300px;
    }
    .article:nth-of-type(even) {
        margin-right: 0;
    }
    .article:not(.article_large) h4 {
        height: 90px;
        overflow: hidden;
    }
    .news-archive h1 {
        margin: 40px 0;
    }
    .single-post article {
        margin-top: -30px;
    }
    .single-post article>.details {
        margin: -15px 0 30px;
    }
    .single-post .share {
        padding-top: 10px;
    }
    .youtube-feed .title-block {
        padding: 80px 0 70px;
    }
    .site-footer .blocks {
        padding: 130px 0 40px;
    }
    .pre-footer .newsletter iframe {
        max-width: 95%;
    }
    .featured-player:not(.slick-current) {
        transform: scale(0.6, 0.6);
    }
    .featured-player .position li:first-child {
        font-size: 35px;
    }
    .featured-players .slider {
        width: 300px;
    }
    .featured-players::before,
    .featured-players::after {
        width: 150px;
    }
    .popup .logo {
        width: 98px;
    }
    .popup a {
        height: calc(90% - 140px);
    }
    .match-choice span {
        padding: 10px 25px 6px;
    }
    .ranking-table {
        font-size: 16px;
    }
    .ranking-table .name {
        width: 220px;
        display: inline-block;
    }
    .ranking-table .stats {
        width: calc(100% - 220px);
        margin-right: -20px;
        margin-top: 0;
    }
    .ranking-legend {
        margin-left: 220px;
    }
    .ranking-table .name .rank,
    .ranking-table .name .logo {
        margin-right: 15px;
    }
    .ranking-table .item {
        padding: 14px 0 12px;
    }
    .ranking-table .name p {
        font-weight: 800;
    }
    .ranking-table .name .logo {
        display: inline-block;
        vertical-align: middle;
    }
    .fixtures .searchandfilter ul li {
        display: inline-block
    }
    .fixtures .searchandfilter ul li:not(:last-child) {
        margin-right: 20px;
    }
    .featured-news .slider {
        width: 500px;
    }
    .faq-block>h2 {
        margin-bottom: 50px;
    }
}

@media screen and (min-width:768px) {
    .banner-content .title {
        font-size: 26px;
    }
    .text-block,
    .partners,
    .featured-news {
        margin-bottom: 50px;
    }
    .featured-news {
        margin-top: 50px;
    }
    h1,
    h2 {
        font-size: 26px;
        margin: 0 0 25px;
    }
    h3 {
        font-size: 24px;
    }
    .text-block .downloads,
    .social-block {
        margin-top: 40px;
    }
    .form-block .form,
    .sub-content .form-block .form {
        padding: 35px 30px;
    }
    .form-block h4 {
        margin-left: 20px;
    }
    .form-block p {
        margin: 0 20px 20px;
        width: calc(100% - 43px);
    }
    .form-block p.half {
        width: calc(50% - 43px);
    }
    .form-block input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
    .form-block textarea {
        font-size: 16px;
        padding: 10px 14px;
        width: calc(100% - 28px);
    }
    .wpcf7 form.invalid .wpcf7-response-output,
    .wpcf7 form.unaccepted .wpcf7-response-output,
    .wpcf7 form.sent .wpcf7-response-output {
        margin-left: 20px;
        margin-right: 20px;
        width: calc(100% - 60px);
    }
    .form-block input[type="file"] {
        background: #ffffff;
        color: #000000!important;
        font-size: 14px!important;
        font-weight: 400!important;
    }
    .form-block .borders {
        margin-left: 20px;
    }
    .form-block>img {
        float: right;
        margin-bottom: -120px;
        margin-top: -40px;
        transform: translateX(13%);
    }
    .form-block .form {
        clear: both;
    }
    .form-block {
        margin-bottom: 50px;
    }
    .photo-gallery {
        padding: 0 30px;
        margin: 40px auto;
        width: 100%;
    }
    .photo-gallery .slick-arrow, .quotes-gallery .slick-arrow {
        bottom: auto;
        top: 50%;
    }
    .photo-gallery .slick-next, .quotes-gallery .slick-next {
        right: 0;
        left: auto;
        transform: translateY(-50%);
    }
    .photo-gallery .slick-prev, .quotes-gallery .slick-prev {
        left: 0;
        transform: translateY(-50%);
    }
    .social-block a:not(.borders) {
        margin: 15px 20px;
    }
    .two_columns .content,
    .three_columns .content {
        float: left;
        width: calc(50% - 15px);
    }
    .three_columns .content:nth-child(3) {
        width: 75%;
    }
    .two_columns .content:first-child,
    .three_columns .content:first-child {
        margin-right: 30px;
    }
    .timeline .block::after,
    .text-block::after,
    .faq-block::after {
        display: block;
        content: " ";
        clear: both;
    }
    .logo_block .thumb {
        text-align: center;
    }
    .logo_block .thumb .button {
        margin: 0 auto;
    }
    .logo_block .content {
        width: calc(100% - 330px);
    }
    .logo_block.right .content {
        margin-left: 30px;
        float: right;
    }
    .logo_block.left .content {
        margin-right: 30px;
        float: left;
    }
    .logo_block.right .thumb {
        float: right;
    }
    .logo_block.left .thumb {
        float: left;
    }
    .share {
        right: -30px;
    }
    .map {
        height: 350px;
    }
    .page-template-page-contact .content-wrapper>.content {
        width: calc(50% - 30px);
        margin-right: 30px;
        float: left;
    }
    .extra {
        width: 50%;
        float: left;
    }
    .child-page {
        float: left;
        max-width: 615px;
        margin: 0 30px 30px 0;
        width: calc(50% - 15px);
    }
    .child-page:nth-of-type(even) {
        margin-right: 0;
    }
    .projects {
        margin-bottom: 40px;
    }
    .project {
        display: inline-block;
        vertical-align: top;
        width: calc(50% - 33px);
        margin: 0 15px 30px;
    }
    .sub-content+.borders {
        margin-top: 40px;
    }
    .shop-category {
        width: calc(50% - 1vw);
        float: left;
        margin: 0 0 2vw;
        max-width: 680px;
    }
    .shop-categories::after {
        display: block;
        content: " ";
        clear: both;
    }
    .shop-categories.big .shop-category:first-of-type,
    .shop-categories.big .shop-category:nth-of-type(2n):not(:nth-of-type(2)),
    .shop-categories.little .shop-category:nth-of-type(odd) {
        margin-right: 2vw;
    }
    .featured-product {
        width: calc(50% - 35px);
        display: inline-block;
        margin: 0 15px 30px;
    }
    .woocommerce-product-gallery {
        width: 300px;
        margin-right: 30px;
    }
    .woocommerce-product-gallery+.summary,
    .woocommerce div.product .woocommerce-tabs {
        width: calc(100% - 330px);
        float: left;
    }
    .woocommerce-product-gallery+.summary {
        min-height: 270px;
        border-bottom: 1px solid #e4e4e4;
        padding-bottom: 30px;
    }
    .woocommerce-cart-form {
        font-weight: 700;
    }
    .woocommerce-cart-form table.shop_table_responsive tr td:not(:first-child),
    .woocommerce-cart-form table.shop_table_responsive tr th:not(:first-child),
    .woocommerce-checkout-review-order tr td:not(:first-child),
    .woocommerce-checkout-review-order tr th:not(:first-child) {
        padding-left: 15px;
    }
    .actions>.button {
        float: right;
        margin-left: 20px;
    }
    .actions::after {
        display: block;
        content: " ";
        clear: both;
    }
    .cart_item>td {
        padding-top: 15px;
        padding-bottom: 10px;
        margin: 10px 0;
        border-top: 2px solid #f1f1f1;
    }
    .cart_totals th {
        width: calc(50% - 20px);
        display: inline-block!important;
    }
    .cart_totals tr {
        width: 100%;
        height: 45px;
    }
    .cart_totals td {
        text-align: right!important;
        width: calc(50% - 20px);
        display: inline-block!important;
    }
    .woocommerce-product-gallery+.summary .variations .variable-items-wrapper .variable-item {
        padding: 16px 19px 14px;
        font-size: 22px;
    }
    .woocommerce-product-gallery+.summary .variations .variable-items-wrapper .selected {
        padding: 14px 17px 12px;
    }
    .woocommerce-product-gallery+.summary .variations .variable-items-wrapper .variable-item {
        padding: 18px 21px 16px;
        font-size: 22px;
    }
    .woocommerce-product-gallery+.summary .variations .variable-items-wrapper .selected {
        padding: 16px 19px 14px;
    }
    .button.wc-backward {
        float: left;
        margin: 0;
    }
    .cart_totals {
        margin-top: 40px;
    }
    .woocommerce-cart-form {
        font-size: 14px;
    }
    .actions {
        position: relative;
    }
    .coupon-wrapper {
        float: right;
        text-align: right;
        margin: 0 0 10px 30px;
        font-size: 16px;
        width: 230px;
    }
    .woocommerce-checkout form {
        max-width: 600px;
        margin: 0 auto;
    }
    .woocommerce-billing-fields {
        margin-bottom: 30px;
    }
    .featured-articles {
        height: 400px;
    }
    .featured-article h3 {
        font-size: 26px;
        margin-bottom: 3px;
    }
    .featured-article .info {
        bottom: 60px;
        padding: 0 40px 0 40px;
    }
    .featured-article .post-cat {
        display: inline-block;
        vertical-align: top;
        margin-right: 10px;
    }
    .featured-article .post-date {
        display: inline-block;
        vertical-align: top;
    }
    .single-post article {
        margin-top: -40px;
    }
    .youtube-feed .title-block {
        padding: 100px 0 90px;
    }
    .youtube-feed h4 {
        font-size: 24px;
    }
    .youtube-feed .feed {
        padding: 40px 0 60px;
    }
    .site-footer .block {
        width: calc(33.33% - 5px);
    }
    .site-footer .blocks {
        padding: 140px 0 40px;
        background-size: 525px 440px;
        background-position: top 60px left -60px;
    }
    .site-footer .logo {
        max-width: 1100px;
        margin-left: auto;
        margin-right: auto;
    }
    .site-footer .logo img {
        width: 120px;
    }
    .site-footer .logo::before,
    .site-footer .logo::after {
        width: calc(50% - 100px);
    }
    .site-footer .tagline {
        font-size: 28px;
        margin: 30px 0 40px;
    }
    .copyright {
        padding: 30px 0;
    }
    .youtube-feed .sb_youtube .sby_items_wrap .sby_item:nth-of-type(2) {
        display: inline-block;
    }
    .download-app,
    .pre-footer .newsletter {
        display: inline-block;
        vertical-align: top;
        width: calc(50% - 20px);
    }
    .download-app {
        margin-right: 30px;
    }
    .pre-footer {
        padding: 20px 30px;
    }
    .pre-footer>img {
        margin: -50px auto 30px;
    }
    .pre-footer h4 {
        font-size: 22px;
    }
    .featured-shop-item {
        margin: 0 20px 30px 0;
        width: calc(50% - 15px);
    }
    
    .featured-shop-item:nth-of-type(even) {
        margin-right: 0;
    }
    .featured-shop-item h3 {
        padding: 15px 20px;
        font-size: 20px;
    }
    .featured-shop-item span {
        font-size: 18px;
        left: 20px;
    }
    .programme .slider .match {
        margin-right: 30px;
    }
    .programme .slider {
        width: calc(100% + 30px);
    }
    .programme .slick-prev {
        right: 70px;
    }
    .programme .slick-next {
        right: 35px;
    }
    .programme .match {
        width: 368px;
    }
    .programme .slick-list {
        max-width: 100vw;
    }
    .programme::before {
        right: 60%;
    }
    .featured-players .slider {
        width: 500px;
        padding-bottom: 0;
    }
    .featured-player .thumb {
        width: 240px;
        margin: 0;
        display: inline-block;
        vertical-align: top;
    }
    .featured-player .info {
        margin-left: 10px;
        margin-right: -10px;
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 250px);
        position: relative;
        top: 60px;
    }
    .featured-player .info::before {
        display: none;
    }
    .featured-player::after {
        display: block;
        content: " ";
        width: 0;
        height: 2px;
        margin: 0 auto;
        transition: 0.3s ease-out;
        background-image: linear-gradient(to right, #c10230, #c10230 25%, #efe400 25%, #efe400 75%, #c10230 75%, #c10230);
    }
    .featured-player.slick-current::after {
        width: 100%;
    }
    .featured-player h4 {
        font-size: 32px;
        margin: 0 0 60px -30px;
        text-align: left;
    }
    .featured-player .stats {
        font-size: 32px;
    }
    .featured-player:not(.slick-current) {
        transform: scale(0.8, 0.8);
    }
    .featured-players .slick-arrow {
        bottom: auto;
        top: 50%;
        transform: translateY(-50%);
    }
    .featured-players .slick-next {
        right: -35px;
        left: auto;
    }
    .featured-players .slick-prev {
        left: -35px;
    }
    .popup p {
        font-size: 30px;
        padding: 25px 100px 35px 30px;
    }
    .players-archive .wrapper,
    .staff-archive .wrapper {
        display: flex;
        align-items: flex-start;
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
    }
    .player,
    .staff {
        width: calc(50% - 15px);
        margin-right: 30px;
        flex-shrink: 0;
        margin-left: 0;
    }
    .player:nth-of-type(2n),
    .staff:nth-of-type(2n) {
        margin-right: 0;
    }
    .player:last-of-type,
    .staff:last-of-type {
        margin-right: 0!important;
    }
    .page-template-page-sub .site-footer {
        padding-top: 80px;
    }
    .fixture .date {
        display: inline-block;
        vertical-align: middle;
        text-align: left;
        width: 230px;
        margin-bottom: 0;
    }
    .fixture .date span {
        margin: 5px 5px 5px 0;
    }
    .fixture .teams {
        display: inline-block;
        vertical-align: middle;
        width: calc(100% - 240px);
        margin-bottom: 10px;
    }
    .fixture {
        padding: 30px;
    }
    .fixture .button {
        display: inline-block;
        margin-left: 20px;
        margin-right: 0;
    }
    .fixture .info {
        display: inline-block;
    }
    .match .info {
        margin: -25px auto 20px;
    }
    .ranking-table .stats span,
    .ranking-legend span {
        font-size: 16px;
    }
    .ranking-legend {
        margin-left: 265px;
    }
    .ranking-table {
        padding-left: 10px;
    }
    .ranking-table .stats span {
        margin-left: 0;
    }
    .ranking-table .name {
        width: 250px;
    }
    .ranking-table .name .rank,
    .ranking-table .name .logo {
        margin-right: 20px;
    }
    .ranking-table .stats {
        width: calc(100% - 250px);
    }
    .match .league {
        max-height: 70px;
    }
    .pagination {
        margin: 0 0 70px;
    }
    .ranking-wrapper .info .logo {
        width: 100px;
        margin-right: 40px;
    }
    .news-wrapper {
        padding: 1px 30px;
    }
    .featured-news .slider {
        width: 600px;
    }
    .faq-block>h2 {
        margin-bottom: 60px;
    }
}

@media screen and (min-width:1024px) {
    html,
    .form-block select {
        font-size: 18px;
    }
    .banner-content .title {
        font-size: 32px;
    }
    .banner-content .subtitle {
        font-size: 20px;
    }
    .content-wrapper {
        padding: 40px;
    }
    .sub-content {
        padding: 40px 30px;
    }
    .timeline .block {
        margin-bottom: 40px;
    }
    .timeline .content {
        height: 150px;
        min-height: 150px;
    }
    .timeline .logo {
        margin: 0 auto 40px;
    }
    .timeline .outer {
        width: calc(50% + 155px);
    }
    .timeline .block:nth-of-type(odd) .outer,
    .timeline .block:nth-of-type(odd) .thumb {
        float: right;
    }
    .timeline .block:nth-of-type(even) .outer,
    .timeline .block:nth-of-type(even) .thumb {
        float: left;
        text-align: right;
    }
    .timeline .block:nth-of-type(odd) .content {
        padding-left: 150px;
        margin-left: 30px;
    }
    .timeline .block:nth-of-type(even) .content {
        padding-left: 0;
        padding-right: 150px;
        margin-right: 30px;
    }
    .timeline .block:nth-of-type(even) .more {
        margin-left: 0;
        margin-right: 180px;
        float: right;
    }
    .timeline .block:nth-of-type(odd) .more {
        margin-left: 180px;
    }
    .timeline .block:nth-of-type(even) .year {
        right: 0;
        left: auto;
        text-align: left;
        top: -3px;
    }
    .path {
        left: 50%;
        transform: translateX(-50%);
        top: 90px;
    }
    .timeline .block::before {
        left: 50%;
        transform: translateX(-50%);
    }
    .timeline .thumb {
        margin: 0;
        width: calc(50% - 155px);
    }
    h1,
    h2 {
        font-size: 28px;
    }
    h3 {
        font-size: 25px;
    }
    .thumb_block.right .content {
        float: right;
        margin-left: 30px;
        width: 50%;
    }
    .thumb_block.left .content,
    .faq-block .content {
        float: left;
        margin-right: 30px;
        width: 50%;
    }
    .thumb_block.right .thumb {
        float: right;
        width: calc(50% - 30px);
    }
    .thumb_block.left .thumb,
    .faq-block .faq {
        float: left;
        width: calc(50% - 30px);
    }
    .text-block .downloads a {
        font-size: 18px;
        padding: 17px 30px 16px 66px;
        background-size: 30px 35px;
        background-position: left 22px center;
    }
    .form-block input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
    .form-block textarea {
        font-size: 18px;
    }
    .form-block input[type="submit"] {
        padding: 16px 28px;
    }
    .form-block>img {
        transform: translateX(15%);
        width: 460px;
    }
    .form-block,
    .partners,
    .featured-news {
        margin-bottom: 60px;
    }
    .social-block {
        margin-top: 60px;
    }
    .business-cta {
        position: relative;
    }
    .business-cta .content {
        float: left;
        text-align: left;
        position: relative;
        z-index: 2;
        width: 30%;
    }
    .business-cta .content .button {
        margin-left: 0;
    }
    .linkedin-block {
        float: right;
        position: relative;
        z-index: 2;
        margin: 0;
        width: 30%;
        max-width: 340px;
    }
    .business-cta::after,
    .calendar-block::after {
        display: block;
        content: " ";
        clear: both;
    }
    .business-cta .thumb {
        position: absolute;
        left: 45%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
    }
    .calendar {
        float: left;
        width: calc(70% - 90px);
        margin-right: 30px;
    }
    .calendar .item {
        padding-left: 60px;
        padding-bottom: 15px;
        margin-bottom: 20px;
        font-size: 18px;
        background-size: 40px 41px;
    }
    .photo-gallery {
        padding: 0 30px;
        margin: 60px auto;
    }
    .partner {
        width: calc(50% - 43px);
        margin: 0 20px 30px;
        max-width: 300px;
    }
    .social-block a:not(.borders) {
        width: 60px;
        height: 60px;
        margin: 15px 30px 25px;
    }
    .social-block a img {
        width: 30px;
    }
    .three_columns .content,
    .three_columns .content:nth-child(3) {
        width: calc(33.33% - 20px);
    }
    .three_columns .content:nth-child(2) {
        margin-right: 30px;
    }
    .logo_block .content {
        width: calc(100% - 350px);
    }
    .logo_block.right .content {
        margin-left: 50px;
    }
    .logo_block.left .content {
        margin-right: 50px;
    }
    .calendar .items {
        padding: 40px;
    }
    .calendar .item {
        padding-left: 76px;
        background-size: 48px 50px;
    }
    .vacature {
        padding: 30px 40px;
    }
    .vacature p {
        display: inline-block;
        vertical-align: top;
        margin-right: 30px;
        margin-bottom: 0;
        width: calc(100% - 200px);
    }
    .vacature .button {
        display: inline-block;
        vertical-align: top;
        position: relative;
        top: 8px;
    }
    .page-template-page-contact .content-wrapper>.content {
        width: calc(60% - 50px);
        margin-right: 50px;
        margin-bottom: 30px;
    }
    .extra {
        width: 40%;
    }
    .page-template-page-contact .form-block {
        width: calc(60% - 50px);
        margin-right: 50px;
        float: left;
    }
    .map {
        width: 40%;
        float: left;
        height: 400px;
    }
    .content-wrapper::after {
        display: block;
        content: " ";
        clear: both;
    }
    .projects {
        margin-bottom: 50px;
    }
    .project {
        width: calc(33.33% - 34px);
    }
    .single-projects .content-wrapper>h1 {
        width: calc(100% - 430px);
        display: inline-block;
        vertical-align: bottom;
        margin-left: 30px;
        margin-right: 30px;
    }
    .primary-partner {
        display: inline-block;
        vertical-align: bottom;
        width: 150px;
        height: 100px;
        position: relative;
        max-width: 150px;
        margin-bottom: 20px;
    }
    .primary-partner img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
    }
    .content-wrapper>.borders:first-child {
        margin-left: 50px;
        display: inline-block;
        vertical-align: bottom;
        margin-bottom: 35px;
    }
    .single-projects .content-wrapper {
        padding-top: 30px;
    }
    .result {
        margin-bottom: 40px;
    }
    .search .page-content {
        padding-top: 80px;
    }
    .usp-list li::before {
        width: 20px;
        height: 17px;
        background-size: 20px 17px;
    }
    .usp-list li {
        margin: 0 30px;
    }
    .shop-category h4 {
        font-size: 26px;
        padding: 15px 25px;
    }
    .products-archive {
        text-align: left;
        margin-bottom: 180px;
    }
    .products-archive .content {
        text-align: center;
    }
    .featured-product {
        width: calc(25% - 25px);
        margin: 0 20px 30px 0;
    }
    .featured-product:nth-of-type(4n) {
        margin-right: 0;
    }
    .featured-product h4 {
        font-size: 18px;
        margin: 15px 15px 10px;
        height: 68px;
    }
    .woocommerce-product-gallery {
        width: 350px;
        margin-right: 40px;
    }
    .woocommerce-product-gallery+.summary,
    .woocommerce div.product .woocommerce-tabs {
        width: calc(100% - 390px);
    }
    .woocommerce-cart-form table.shop_table_responsive tr td:not(:first-child),
    .woocommerce-cart-form table.shop_table_responsive tr th:not(:first-child) {
        padding-left: 20px;
    }
    .woocommerce-product-gallery+.summary .variations .variable-items-wrapper .variable-item {
        padding: 20px 25px 18px;
        font-size: 25px;
    }
    .woocommerce-product-gallery+.summary .variations .variable-items-wrapper .selected {
        padding: 18px 23px 16px;
    }
    .home-archive .usp-list {
        margin-bottom: 50px;
    }
    body.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
        margin: 0 25px 25px 0;
        width: calc(33.33% - 17px);
    }
    .woocommerce-product-gallery+.summary {
        min-height: 320px;
    }
    .single-product .summary,
    body.single-product div.product .woocommerce-product-gallery .flex-viewport {
        margin-bottom: 30px;
    }
    tr.order-total {
        margin-top: 10px;
        padding-top: 30px;
    }
    .woocommerce-MyAccount-navigation li {
        display: inline-block;
        margin-right: 30px;
    }
    .woocommerce-MyAccount-navigation li:first-child {
        margin-left: 0;
    }
    .page-menu a {
        padding: 12px 15px 9px;
    }
    .woocommerce-MyAccount-navigation li:first-child a {
        padding-left: 0;
    }
    .featured-articles {
        height: 450px;
    }
    .featured-article .info {
        bottom: 70px;
        padding: 0 100px 0 60px;
    }
    .featured-article h3 {
        font-size: 30px;
    }
    .featured-article .post-cat {
        font-size: 16px;
    }
    .featured-article .post-date {
        font-size: 14px;
    }
    .featured-article .post-date::before {
        top: 7px;
    }
    .article h4 {
        font-size: 20px;
        margin-bottom: 12px;
    }
    .article.long {
        max-width: 618px;
        width: 412px;
    }
    .article:not(.article_large).long h4 {
        height: 25px;
        margin-bottom: 20px;
    }
    .article .post-cat {
        display: inline-block;
        vertical-align: top;
        margin: 0 15px 0 0;
    }
    .article.long .post-date {
        display: inline-block;
        vertical-align: top;
    }
    .article.article_large .thumb {
        height: 380px;
    }
    .article:not(.article_large).long .thumb,
    .article:not(.article_large).long .thumb {
        height: 275px;
    }
    .article:not(.long) {
        width: 262px;
    }
    .article:nth-of-type(even) {
        margin-right: 30px;
    }
    .news-archive .article:nth-child(3n+2),
    .featured-news .article:nth-of-type(3n),
    .article:last-of-type {
        margin-right: 0;
    }
    .article:not(.article_large) h4 {
        height: 80px;
    }
    .article .info {
        padding: 16px 25px;
    }
    .news-archive h1 {
        margin: 50px 0;
    }
    .single-post article>.details {
        margin: -20px 0 30px;
    }
    .single-post article {
        margin-top: -60px;
    }
    .single-post .share {
        padding-top: 30px;
    }
    .youtube-feed .title-block {
        padding: 140px 0 120px;
    }
    .youtube-feed h4 {
        font-size: 28px;
    }
    .sponsors .gallery:nth-of-type(4),
    .sponsors .gallery:nth-of-type(5) {
        display: inline-block;
        vertical-align: top;
        margin-left: -5px;
    }
    .sponsors .gallery:nth-of-type(4) {
        width: 60%;
    }
    .sponsors .gallery:nth-of-type(5) {
        width: 40%;
    }
    .site-footer .block .heading {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .site-footer .blocks {
        background-size: 700px 650px;
        background-position: top 60px left;
    }
    .site-footer .tagline {
        font-size: 30px;
        margin: 30px 0 60px;
    }
    .youtube-feed .sb_youtube .sby_items_wrap .sby_item:nth-of-type(3) {
        display: inline-block;
    }
    .pre-footer {
        width: calc(80% - 230px);
        padding: 25px 30px 10px 230px;
        max-width: 1030px;
    }
    .pre-footer>img {
        position: absolute;
        bottom: 0;
        left: 30px;
        margin: 0;
        width: 170px;
    }
    .pre-footer h4 {
        font-size: 26px;
    }
    .download-app {
        margin-bottom: 0;
    }
    .featured-shop-item h3 {
        padding: 20px 25px;
        font-size: 25px;
    }
    .featured-shop-item span {
        font-size: 22px;
        left: 25px;
    }
    .programme .slick-list {
        position: absolute;
        top: 0;
        left: 510px;
    }
    .match {
        padding: 35px 50px;
    }
    .programme .slider .match {
        margin-right: 40px;
    }
    .match .start,
    .match .head {
        font-size: 25px;
    }
    .fixtures .match.next {
        padding-top: 60px;
    }
    .match .head {
        left: 40px;
        top: 40px;
        text-align: left;
        display: table;
    }
    .fixtures .match.next a .head {
        position: absolute;
    }
    .match .timer span span,
    .results .match.next .time span {
        font-size: 38px;
    }
    .match .timer i {
        font-size: 13px;
        margin: 3px 0;
    }
    .match .time {
        font-size: 18px;
        width: calc(100% - 240px);
    }
    .match .button {
        margin: -10px auto -22px;
    }
    .match.next {
        padding-bottom: 1px;
    }
    .match.next:not(.inactive) {
        padding-bottom: 0;
    }
    .programme .slick-arrow {
        width: 25px;
        height: 20px;
        top: 340px;
    }
    .programme .slick-prev {
        right: 100px;
    }
    .match .home p,
    .match .away p {
        width: 110px;
        font-size: 14px;
    }
    .match .home,
    .match .away {
        width: 110px;
    }
    .programme {
        margin-bottom: 80px;
    }
    .programme::before {
        right: 70%;
        height: 450px;
    }
    .match .match-sponsor {
        width: 140px;
        bottom: -60px;
        right: -70px;
    }
    .match .match-sponsor img:last-child {
        width: 90px;
        transform: translateY(-10px);
    }
    .site-footer .players {
        max-width: 100%;
    }
    .site-footer .player-item {
        max-width: 180px;
        margin: 0 -40px;
    }
    .site-footer .players {
        margin-top: 50px;
    }
    .featured-players .slider {
        width: 600px;
    }
    .featured-player h4 {
        font-size: 40px;
        margin: 0 0 70px -40px;
    }
    .featured-player .position li:first-child {
        font-size: 40px;
    }
    .featured-player:not(.slick-current) {
        transform: scale(0.7, 0.7);
    }
    .featured-player .position {
        left: -40px;
    }
    .featured-player .thumb {
        width: 280px;
    }
    .featured-player .info {
        margin-right: 0;
        width: calc(100% - 300px);
    }
    .featured-player .button {
        margin: 30px auto;
    }
    .featured-players .slick-arrow {
        width: 30px;
        height: 26px;
    }
    .featured-players .borders {
        margin: 40px auto 10px;
    }
    .featured-players .slick-next {
        right: -50px;
    }
    .featured-players .slick-prev {
        left: -60px;
    }
    .featured-players::before,
    .featured-players::after {
        width: 175px;
    }
    .popup p {
        font-size: 35px;
        padding: 35px 280px 45px 46px;
    }
    .players-archive,
    .staff-archive {
        margin: 0 0 50px;
    }
    .player,
    .staff {
        width: calc(33.33% - 20px);
    }
    .player:nth-of-type(2n),
    .staff:nth-of-type(2n) {
        margin-right: 30px;
    }
    .player:nth-of-type(3n),
    .staff:nth-of-type(3n) {
        margin-right: 0;
    }
    .fixture {
        position: relative;
        padding-bottom: 6px;
    }
    .fixture .teams {
        width: calc(100% - 460px);
        margin-right: 220px;
    }
    .fixture .button {
        position: absolute;
        top: 50px;
        right: 30px;
    }
    .fixture .info {
        display: block;
        margin: 0;
    }
    .fixture .teams {
        margin-bottom: 0;
    }
    .fixtures .filter form,
    .fixtures .match-choice {
        display: inline-block;
    }
    .fixtures .match-choice {
        margin-left: 45px;
    }
    .match-choice span {
        font-size: 18px;
    }
    .match .button,
    .fixture .button {
        font-size: 13px;
    }
    .match .info {
        margin: -25px auto 40px;
    }
    .match .info .stadium {
        margin-right: 20px;
    }
    .results .fixture .button,
    .results .match .button {
        background-size: 20px;
        background-position: left 30px center;
    }
    .ranking-table .name {
        width: 320px;
    }
    .ranking-table .stats {
        width: calc(100% - 320px);
    }
    .sponsors .logo {
        width: 190px;
        height: 100px;
    }
    .ranking-legend {
        margin-left: 335px;
    }
    .woocommerce-Tabs-panel {
        padding: 30px;
    }
    .featured-news .slider {
        width: 900px;
    }
}

@media screen and (min-width:1280px) {
    .site-header .menu-icon,
    .site-header .mobile-navigation {
        display: none;
        visibility: hidden;
    }
    .woocommerce-active .site-header {
        background-image: none;
    }
    .woocommerce-active .site-header .bottom .wrap::before {
        display: block;
        content: " ";
        height: 3px;
        width: 100vw;
        background: #ffd600;
        position: absolute;
        top: -3px;
        right: 90%;
    }
    .woocommerce-active .site-header .bottom .wrap::after {
        display: block;
        content: " ";
        height: 3px;
        width: 100vw;
        background: #c10230;
        position: absolute;
        top: -3px;
        left: 5%;
    }
    .menu-open {
        overflow: visible;
    }
    .site-header {
        top: 0;
        height: 38px;
        background-size: 100% 3px;
    }
    .site-header .wrap {
        position: relative;
    }
    .site-header .logo {
        position: absolute;
        margin: 0;
        left: 50%;
        transform: translateX(-50%);
        top: 13px;
        width: 98px;
        z-index: 9;
    }
    .woocommerce-active .site-header .logo {
        left: 0;
        transform: none;
    }
    .site-header .bottom {
        background: #ffffff;
        top: 38px;
        left: 0;
        width: 100%;
        height: 45px;
        position: fixed;
        box-shadow: 0 4px 23px 0 rgba(187, 187, 187, 0.3);
        text-align: center;
    }
    .site-header .bottom .wrap {
        width: 98%;
        max-width: 1470px;
    }
    .main-navigation {
        display: inline-block;
        vertical-align: middle;
        position: relative;
    }
    .woocommerce-active .main-navigation {
        margin-left: 200px;
    }
    .woocommerce-active .main-navigation,
    .woocommerce-active .site-header .bottom {
        text-align: left;
    }
    .main-navigation .menu>li {
        display: inline-block;
        vertical-align: top;
        position: relative;
        margin-left: -5px;
        text-align: left;
    }
    .main-navigation a {
        transition: 0.3s;
        position: relative;
        font-size: 15px;
    }
    .main-navigation .menu>li>a {
        text-transform: uppercase;
        font-weight: 700;
        padding: 10px 16px 7px;
        display: block;
        border-right: 1px solid #dadada;
    }
    .main-navigation .menu>li.sales-link>a {
        color: #ffffff;
        background: #c10230;
    }
    .main-navigation .menu>li.sales-link>a:hover {
        color: #000000;
        background: #ffd600;
    }
    .main-navigation .menu>li:first-child>a,
    .main-navigation .menu>li:nth-child(4)>a {
        border-left: 1px solid #dadada;
    }
    .woocommerce-active .main-navigation .menu>li:first-child>a {
        border-left: 0;
    }
    .main-navigation .menu>li:nth-child(3) {
        margin-right: 280px;
    }
    .woocommerce-active .main-navigation .menu>li:nth-child(3) {
        margin-right: 0;
    }
    .main-navigation .menu a:hover {
        color: #c10230;
    }
    .main-navigation .sub-menu {
        position: absolute;
        top: 100%;
        left: -10px;
        background-color: #ffffff;
        padding: 10px 20px;
        width: 220px;
        display: none;
        border-top: 0;
        box-shadow: 0 7px 22px 0 rgba(48, 48, 48, 0.5);
    }
    .main-navigation .sub-menu a {
        padding: 10px 8px;
        display: block;
        font-size: 15px;
        color: #000000;
        font-weight: 500;
    }
    .site-header .search-wrapper {
        float: right;
        width: 300px;
        padding: 25px 40px 25px 40px;
        background: rgba(0, 0, 0, 0.5);
        position: relative;
        top: 0;
        display: none;
    }
    .site-header .search-wrapper::before {
        display: inline-block;
        content: " ";
        width: 16px;
        height: 16px;
        background-image: url(inc/img/arrow-down.svg);
        background-size: 16px;
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
        top: 50%;
        left: 40px;
        transform: translateY(-50%) rotate(-90deg);
    }
    .site-header .search-wrapper input[type=submit] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 50px;
        height: 50px;
        overflow: hidden;
        text-indent: -999px;
        background-color: #c10230;
        background-image: url(inc/img/search-white.svg);
        background-size: 15px 15px;
        background-repeat: no-repeat;
        background-position: center center;
        border: 0;
        transition: 0.3s;
        padding: 0;
        cursor: pointer;
    }
    .site-header .search-wrapper input[type=search] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: calc(100% - 50px);
        height: 50px;
        overflow: hidden;
        background-color: #f1f1f1;
        border: 0;
        transition: 0.3s;
        color: #3b3b40;
        padding: 0 0 0 20px;
        display: block;
        float: left;
        z-index: 5;
        position: relative;
        -webkit-border-radius: 0!important;
        border-radius: 0!important;
        font-family: 'industry', sans-serif;
    }
    .site-header .search-wrapper input[type=submit]:hover {
        background-color: #ffd600;
    }
    .site-header .search-wrapper ::-webkit-input-placeholder {
        color: #3b3b40;
    }
    .site-header .search-wrapper :-ms-input-placeholder {
        color: #3b3b40;
    }
    .site-header .search-wrapper ::placeholder {
        color: #3b3b40;
    }
    .site-header .buttons {
        position: absolute;
        right: 0;
        left: auto;
        top: 0;
        display: table;
        width: auto;
    }
    .site-header .buttons a {
        font-size: 13px;
        max-height: 13px;
        font-weight: 700;
        text-transform: uppercase;
        padding: 12px 18px 10px;
    }
    .site-header .buttons .shop-button::before {
        width: 19px;
        height: 16px;
        background-image: url(inc/img/shop-button.svg);
        background-size: 19px;
    }
    .site-header .buttons .tickets-button::before {
        width: 24px;
        height: 14px;
        background-image: url(inc/img/tickets-button.svg);
        background-size: 24px;
        top: -1px;
    }
    .site-header .buttons .login-button::before {
        width: 19px;
        height: 19px;
        background-image: url(inc/img/login-button.svg);
        background-size: 19px;
        top: -4px;
    }
    .site-header .buttons .beker-button,
    .site-header .buttons .shop-button,
    .site-header .buttons .tickets-button,
    .site-header .buttons .login-button {
        width: auto;
        margin-left: 8px;
    }
    .site-header .wrap>.social {
        position: absolute;
        top: 3px;
        left: 0;
        display: block;
    }
    .woocommerce-active .site-header .wrap>.social {
        right: 440px;
        left: auto;
        width: calc(100% - 440px);
        text-align: right;
    }
    .site-header .wrap .tagline {
        color: #ffffff;
        text-transform: uppercase;
        font-size: 15px;
        display: inline-block;
        vertical-align: middle;
        letter-spacing: 0.75px;
        font-weight: 300;
    }
    .woocommerce-active .site-header .wrap .tagline {
        position: absolute;
        left: 200px;
        top: 3px;
    }
    .site-header .wrap>.search-button {
        display: inline-block;
        vertical-align: middle;
        width: 18px;
        height: 18px;
        background-image: url(inc/img/search.svg);
        background-size: 18px;
        margin-left: 12px;
        cursor: pointer;
    }
    .site-header .wrap>.cart-added-amount {
        display: inline-block;
        vertical-align: middle;
        margin-left: 12px;
        position: relative;
    }
    .banner-content .title {
        font-size: 38px;
    }
    .banner-content .subtitle {
        font-size: 22px;
    }
    h4 {
        font-size: 20px;
    }
    .page-content {
        padding: 0;
    }
    .page-menu,
    .page-sub-menu {
        margin: 0;
        text-align: left;
        max-width: 100%;
        border-bottom: solid 1px #f4f4f4;
    }
    .page-sub-menu {
        background: none;
        text-align: center;
    }
    .page-menu::after,
    .page-sub-menu::after {
        display: none;
    }
    .page-menu li,
    .page-sub-menu li {
        margin: 0 10px;
        display: inline-block!important;
    }
    .page-menu a,
    .woocommerce-MyAccount-navigation a {
        padding: 12px 15px 9px;
        border-top: 0;
    }
    .woocommerce-MyAccount-navigation a {
        font-size: 20px;
    }
    .page-sub-menu a {
        padding: 12px 25px 9px;
        border-top: 0;
    }
    .page-sub-menu .current-menu-item a {
        background: #f4f4f4;
    }
    .page-menu li.current-menu-item a,
    .page-menu li.current-menu-parent a {
        border-bottom: 3px solid #c10230;
        padding-bottom: 6px;
    }
    .business-page .page-menu li.current-menu-item a,
    .business-page .page-menu li.current-menu-parent a {
        border-bottom: 3px solid #000000;
    }
    .path {
        top: 150px;
    }
    .timeline .logo {
        margin: 0 auto 30px;
        width: 98px;
    }
    .timeline .block:nth-of-type(odd) .content {
        margin-left: 30px;
        padding-left: 200px;
        margin-right: 50px;
        margin-top: 30px;
    }
    .timeline .block:nth-of-type(even) .content {
        margin-right: 30px;
        padding-right: 200px;
        margin-left: 50px;
        margin-top: 30px;
    }
    .timeline .outer {
        width: calc(50% + 180px);
    }
    .timeline .block:nth-of-type(odd) .more {
        margin-left: 220px;
    }
    .timeline .block:nth-of-type(even) .more {
        margin-right: 220px;
    }
    .timeline .block::before {
        top: 34px;
    }
    .timeline .block {
        margin-bottom: 60px;
    }
    .text-block,
    article {
        margin-bottom: 60px;
    }
    h1,
    h2 {
        font-size: 30px;
        margin: 0 0 30px;
    }
    .content-wrapper {
        padding: 50px;
    }
    .sub-content {
        padding: 50px 30px;
    }
    .form-block>img {
        width: 500px;
        transform: translateX(16%);
        margin-bottom: -140px;
    }
    .form-block,
    .partners,
    .featured-news {
        margin-bottom: 70px;
    }
    .linkedin-block {
        padding: 40px 35px;
    }
    .photo-gallery {
        margin: 70px auto;
    }
    .text-block+.photo-gallery {
        margin-top: -20px;
    }
    .gallery-item {
        margin: 0 15px;
    }
    .partner {
        width: calc(25% - 28px);
        margin: 0 25px 30px 0;
    }
    .partner:nth-of-type(4n) {
        margin-right: 0;
    }
    .social-block a:not(.borders) {
        margin: 20px 50px 40px;
    }
    .three_columns .content,
    .three_columns .content:nth-child(3) {
        width: calc(33.33% - 30px);
    }
    .two_columns .content {
        width: calc(50% - 25px);
    }
    .three_columns .content:nth-child(1),
    .three_columns .content:nth-child(2),
    .two_columns .content:nth-child(1) {
        margin-right: 45px;
    }
    .logo_block .content {
        width: calc(100% - 440px);
    }
    .logo_block.right .content {
        margin-left: 80px;
    }
    .logo_block.left .content {
        margin-right: 80px;
    }
    .logo_block .thumb {
        max-width: 360px;
        width: 360px;
    }
    .social-block {
        margin-top: 70px;
    }
    .calendar .items {
        padding: 45px 40px;
    }
    .calendar .item {
        background-size: 56px 58px;
        padding-left: 100px;
        background-position: left 15px top;
        padding-bottom: 20px;
        margin-bottom: 25px;
    }
    .vacature {
        padding: 30px 42px;
    }
    .testimonial {
        padding: 25px 40px;
    }
    .testimonial .name {
        font-size: 20px;
    }
    .testimonial .function {
        font-size: 18px;
    }
    .testimonial .text::before,
    .testimonial .text::after {
        font-size: 140px;
    }
    .testimonial .text::after {
        bottom: -30px;
    }
    .testimonials {
        margin-top: -30px;
        margin-bottom: 40px;
    }
    .share {
        right: -50px;
    }
    .map {
        height: 500px;
    }
    .child-page h4 {
        font-size: 22px;
        padding-bottom: 25px;
    }
    .projects {
        text-align: left;
    }
    .projects {
        margin-bottom: 60px;
    }
    .project {
        width: calc(25% - 26px);
        margin: 0 30px 30px 0;
    }
    .project:nth-of-type(4n) {
        margin-right: 0;
    }
    .sub-content+.borders {
        margin-top: 50px;
    }
    .content-wrapper .content ul,
    .content-wrapper .content ol,
    .content-wrapper .content p {
        margin: 0 0 30px;
    }
    .result {
        margin-bottom: 50px;
    }
    .search .page-content {
        padding-top: 100px;
    }
    .usp-list li {
        margin: 0;
        width: calc(33.33% - 4px);
    }
    .usp-list li::before {
        top: 3px;
    }
    .shop-category h4 {
        font-size: 32px;
        padding: 20px 30px;
    }
    .featured-product {
        width: calc(25% - 28px);
        margin: 0 30px 30px 0;
    }
    .woocommerce .filter>span {
        display: none;
    }
    .woocommerce .filter form {
        display: block;
        max-width: none;
        border: 0;
        text-align: center;
    }
    .woocommerce .filter li label {
        padding: 12px 22px;
        display: inline-block;
        margin: 0 10px;
        border: 0;
    }
    .woocommerce .searchandfilter ul li ul li ul>li,
    .woocommerce .sales-filter .searchandfilter ul li li {
        display: inline-block;
    }
    .woocommerce .searchandfilter ul li ul li ul {
        display: inline;
        max-width: calc(100% - 200px);
    }
    .woocommerce-product-gallery {
        width: 480px;
    }
    .woocommerce-product-gallery+.summary,
    .woocommerce div.product .woocommerce-tabs {
        width: calc(100% - 520px);
    }
    .cart_totals {
        position: absolute;
        top: 0;
        right: 0;
        width: 270px;
        margin-top: 0;
    }
    .woocommerce-cart .page-content .content {
        position: relative;
        padding-right: 370px;
        min-height: 500px;
    }
    .woocommerce-cart-form {
        font-size: 17px;
    }
    .woocommerce-cart-form table.shop_table_responsive tr td:not(:first-child),
    .woocommerce-cart-form table.shop_table_responsive tr th:not(:first-child) {
        padding-left: 30px;
    }
    .cart_totals,
    .woocommerce-checkout-review-order {
        padding: 30px;
    }
    .cart_item>td {
        padding-top: 20px;
        padding-bottom: 15px;
    }
    body.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
        margin: 0 30px 30px 0;
        width: calc(33.33% - 20px);
    }
    .woocommerce-product-gallery+.summary {
        min-height: 450px;
    }
    .woocommerce button.button {
        min-height: 50px;
    }
    .woocommerce .quantity input[type="number"] {
        height: 50px;
        width: 85px;
        font-size: 18px;
    }
    .woocommerce .cart_item .quantity input[type="number"] {
        height: 37px;
        width: 70px;
        font-size: 20px;
    }
    .cart_item .variation {
        font-size: 17px;
    }
    .remove {
        font-size: 30px;
    }
    .remove span {
        font-size: 16px;
    }
    thead th {
        font-size: 20px;
    }
    .cart_totals,
    .woocommerce-checkout-review-order {
        font-size: 14px;
    }
    .button.wc-backward {
        font-size: 16px;
    }
    .featured-articles {
        height: 550px;
    }
    .featured-article h3 {
        font-size: 38px;
    }
    .featured-article .info {
        width: 440px;
        bottom: 80px;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
    }
    .featured-article .post-cat {
        font-size: 17px;
        margin-right: 20px;
    }
    .featured-article .post-date {
        font-size: 15px;
    }
    .featured-article .post-date::before {
        margin-right: 7px;
    }
    .article:not(.long) {
        width: 242px;
    }
    .news-archive .article:nth-of-type(3n+2),
    .featured-news .article:nth-of-type(3n) {
        margin-right: 30px;
    }
    .news-archive .article:nth-of-type(4n+2),
    .featured-news .article:nth-of-type(4n) {
        margin-right: 0;
    }
    .article.long {
        width: 518px;
    }
    .news-archive h1 {
        margin: 60px 0 50px;
    }
    .single-post article>.details {
        margin: -30px 0 40px;
    }
    .youtube-feed .title-block {
        padding: 180px 0 160px;
    }
    .youtube-feed h4 {
        font-size: 30px;
    }
    .youtube-feed .feed {
        padding: 40px 0 80px;
    }
    .site-footer .block {
        width: calc(25% - 5px);
    }
    .site-footer .logo::before,
    .site-footer .logo::after {
        width: calc(50% - 130px);
    }
    .youtube-feed .sb_youtube .sby_items_wrap .sby_item:nth-of-type(4) {
        display: inline-block;
    }
    .pre-footer h4 {
        font-size: 30px;
    }
    .download-app {
        width: calc(45% - 20px);
        padding-right: 5%;
    }
    .featured-shop-item {
        margin: 0 30px 30px 0;
        width: calc(50% - 20px);
    }
    .featured-shop {
        margin: 50px 0 30px;
    }
    .featured-shop h2 {
        margin: 0 0 40px;
    }
    .featured-shop-item h3 {
        padding: 25px 30px;
        font-size: 30px;
    }
    .featured-shop-item span {
        top: auto;
        bottom: 25px;
        right: 80px;
        left: auto;
    }
    .match .time {
        font-size: 20px;
    }
    .match .start,
    .match .head {
        font-size: 30px;
    }
    .match .head {
        left: 50px;
        top: 50px;
    }
    .fixtures .match.next {
        padding-top: 70px;
    }
    .match .league {
        margin: 22px 0 15px 0;
    }
    .match .timer span span,
    .results .match.next .time span {
        font-size: 42px;
    }
    .match .timer i {
        font-size: 14px;
        margin: 5px 0;
    }
    .match {
        padding: 35px 66px 40px;
    }
    .programme .slider .match {
        margin-right: 50px;
    }
    .programme .slick-list {
        left: 550px;
    }
    .programme .slick-arrow {
        top: 360px;
    }
    .programme {
        margin-bottom: 120px;
    }
    .programme::before {
        height: 525px;
        right: 68%;
    }
    .match .button {
        font-size: 14px;
        background-size: 37px 21px;
        padding: 12px 20px 10px 65px;
        margin: -18px auto -22px;
    }
    .fixture .button {
        background-size: 37px 21px;
        padding: 14px 25px 11px 70px;
    }
    .slick-slide.match::after {
        display: block;
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #000000;
        opacity: 0.75;
        transition: 0.3s ease-out;
    }
    .slick-slide.match.slick-current::after {
        opacity: 0;
    }
    .slick-slide.match.slick-current+.match::after {
        background-color: rgba(0, 0, 0, 0);
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #000000);
        opacity: 1;
    }
    .match .match-sponsor {
        width: 160px;
        bottom: -60px;
        right: -80px;
    }
    .match .match-sponsor img:last-child {
        width: 120px;
        transform: translateY(0);
    }
    .site-footer .players {
        margin-top: 60px;
    }
    .page-template-page-homepage .site-footer .players {
        width: calc(100% - 400px);
        flex-shrink: 0;
    }
    .page-template-page-homepage .players-wrapper {
        display: flex;
        align-items: flex-end;
        flex-direction: row-reverse;
        width: 80%;
    }
    .stentor {
        width: 500px;
        flex-shrink: 0;
        margin-left: -30px;
    }
    .stentor .dpg-rss-feed__container {
        max-height: 200px;
        min-height: 200px;
    }
    .featured-players::before,
    .featured-players::after {
        width: 250px;
    }
    .featured-players .slider {
        width: 700px;
    }
    .featured-player h4 {
        font-size: 50px;
        margin: 0 0 80px -40px;
    }
    .featured-players h2 {
        text-align: left;
        position: relative;
        z-index: 2;
    }
    .featured-player .position li:first-child {
        font-size: 50px;
    }
    .featured-player .stats span {
        font-size: 20px;
        margin: 8px 0;
    }
    .featured-player .thumb {
        display: inline-flex;
        align-items: flex-end;
    }
    .featured-player.slick-current .thumb {
        width: 320px;
        height: 470px;
    }
    .featured-player.slick-current {
        margin-top: -110px;
    }
    .featured-player .info {
        width: calc(100% - 340px);
    }
    .featured-player h4,
    .featured-player .position,
    .featured-player .thumb {
        transition: 0.3s ease-out;
    }
    .featured-player.slick-current .position {
        left: -80px;
        top: 80px;
    }
    .featured-player.slick-current h4 {
        margin-top: 20px;
    }
    .featured-players {
        padding: 50px 0 40px;
    }
    .featured-players h2 {
        width: 180px;
        margin-bottom: 0;
    }
    .featured-players .borders {
        margin: 45px auto 5px;
    }
    .featured-player .button {
        margin: 40px auto;
    }
    .featured-player {
        background-size: 444px 412px;
        background-position: right 25% bottom 20px;
    }
    .featured-player:not(.slick-current) {
        transform: scale(0.66, 0.66);
    }
    .pre-footer .newsletter iframe {
        height: 80px;
        overflow: hidden;
    }
    .popup p {
        font-size: 40px;
        padding: 35px 280px 60px 60px;
    }
    .popup a {
        border: 14px solid #ffffff;
    }
    .popup .logo {
        top: -10px;
    }
    .players-archive,
    .staff-archive {
        margin: 0 0 55px;
    }
    .fixtures .match.next .match-sponsor img:last-child {
        position: absolute;
        right: 80%;
        bottom: 18px;
    }
    .fixture .home,
    .fixture .away {
        width: 150px;
    }
    .fixtures .filter {
        padding-top: 50px;
    }
    .fixtures .filter select,
    .rankings-block .filter select {
        padding: 13px 40px 13px 28px;
    }
    .match .button,
    .fixture .button {
        font-size: 14px;
    }
    .match .info {
        margin: -15px auto 60px;
    }
    .fixtures .match .home img,
    .fixtures .match .away img {
        width: 90px;
    }
    .fixtures .match .time {
        top: 55px;
    }
    .fixtures .match .button {
        padding: 12px 30px 10px 70px;
    }
    .pagination {
        margin: 0 0 80px;
    }
    .ranking-wrapper .info .logo {
        width: 120px;
        margin-right: 50px;
    }
    .news-wrapper {
        padding: 1px 40px;
    }
    .featured-news .slider {
        width: calc(100% + 30px);
        margin-left: -15px;
    }
    .slider .article {
        margin: 0 15px!important;
    }
}

@media screen and (min-width:1440px) {
    .main-navigation a {
        font-size: 16px;
    }
    .main-navigation .menu>li>a {
        padding: 12px 20px 6px;
    }
    .main-navigation .sub-menu a {
        font-size: 16px;
    }
    .site-header .wrap>.search-button {
        margin-right: -30px;
    }
    .woocommerce-active .site-header .wrap>.search-button {
        margin-right: 0;
    }
    .banner-content .title {
        font-size: 42px;
    }
    .banner-content .subtitle {
        font-size: 24px;
    }
    .page-menu li {
        margin: 0 20px;
    }
    .content-wrapper {
        padding: 60px;
    }
    .sub-content {
        padding: 60px 30px;
    }
    .text-block,
    article {
        margin-bottom: 65px;
    }
    .form-block>img {
        width: 530px;
    }
    .form-block {
        margin-bottom: 80px;
    }
    .photo-gallery {
        margin: 80px auto;
    }
    .text-block+.photo-gallery {
        margin-top: -20px;
    }
    .partner {
        width: calc(25% - 23px);
        margin: 0 20px 30px 0;
    }
    .partner h4 {
        font-size: 25px;
    }
    .partner .logo {
        height: 160px;
    }
    .social-block a:not(.borders) {
        margin: 20px 60px 40px;
    }
    .sub-content .social-block a:not(.borders) {
        margin: 20px 70px 40px;
    }
    .three_columns .content,
    .three_columns .content:nth-child(3) {
        width: calc(33.33% - 50px);
    }
    .three_columns .content:nth-child(1),
    .three_columns .content:nth-child(2) {
        margin-right: 75px;
    }
    .logo_block .content {
        width: calc(100% - 460px);
    }
    .logo_block.right .content {
        margin-left: 100px;
    }
    .logo_block.left .content {
        margin-right: 100px;
    }
    .social-block {
        margin-top: 80px;
    }
    .photo-gallery {
        padding: 0;
    }
    .photo-gallery .slick-next, .quotes-gallery .slick-next {
        transform: translateX(120%) translateY(-50%);
    }
    .photo-gallery .slick-prev, .quotes-gallery .slick-prev {
        transform: translateX(-120%) translateY(-50%);
    }
    .calendar {
        width: calc(100% - 440px);
    }
    .vacature {
        padding: 35px 42px 35px 52px;
        margin-bottom: 40px;
    }
    .vacature p {
        margin-right: 40px;
        width: calc(100% - 210px);
    }
    .testimonial {
        padding: 25px 35px 25px 45px;
    }
    .testimonials {
        margin-top: -40px;
    }
    .testimonials h4 {
        margin-bottom: 40px;
    }
    .extra,
    .map {
        width: 510px;
    }
    .page-template-page-contact .content-wrapper>.content,
    .page-template-page-contact .form-block {
        width: calc(100% - 560px);
    }
    .map {
        height: 575px;
    }
    .child-page h4 {
        font-size: 25px;
    }
    .projects {
        margin-bottom: 70px;
    }
    .project .info {
        padding: 25px 25px 35px;
    }
    .featured-product h4 {
        font-size: 22px;
        margin: 20px 20px 10px;
        height: 56px;
    }
    .woocommerce-product-gallery {
        width: 560px;
    }
    .woocommerce-product-gallery+.summary,
    .woocommerce div.product .woocommerce-tabs {
        width: calc(100% - 600px);
    }
    .woocommerce-product-gallery+.summary .variations .variable-items-wrapper .variable-item {
        padding: 24px 28.7px 22px;
    }
    .woocommerce-product-gallery+.summary .variations .variable-items-wrapper .selected {
        padding: 22px 26.7px 20px;
    }
    body.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
        margin: 0 35px 35px 0;
        width: calc(33.33% - 24px);
    }
    .woocommerce-product-gallery+.summary {
        min-height: 530px;
    }
    .woocommerce-cart-form {
        font-size: 18px;
    }
    .cart_item .variation {
        font-size: 18px;
    }
    .cart_totals,
    .woocommerce-checkout-review-order {
        font-size: 16px;
    }
    .cart_totals {
        width: 310px;
        max-width: 310px;
        padding: 30px 35px;
    }
    .woocommerce-cart .page-content .content {
        padding-right: 420px;
    }
    .cart_item .variation {
        margin: 0 20px 0 0;
    }
    .featured-articles {
        height: 640px;
    }
    .featured-article h3 {
        font-size: 40px;
    }
    .featured-article .info {
        width: 460px;
        bottom: 100px;
    }
    .article:not(.long) {
        width: 273px;
    }
    .page-template-page-homepage .article:not(.long) {
        width: 300px;
        max-width: 300px;
    }
    .article.long {
        width: 580px;
    }
    .article:not(.article_large).long h4 {
        height: 25px;
        margin-bottom: 12px;
    }
    .article.long:not(.article_large) .info {
        padding: 20px 25px;
    }
    .single-post article>.details {
        margin: -40px 0 40px;
    }
    .single-post article {
        margin-top: -75px;
    }
    .single-post .share {
        padding-top: 50px;
    }
    .youtube-feed .title-block {
        padding: 200px 0 170px;
    }
    .site-footer .block {
        width: calc(100% / 6 - 150px / 6 - 5px);
        margin-right: 30px;
    }
    .site-footer .block:nth-of-type(6n) {
        margin-right: 0;
    }
    .featured-shop-item h3 {
        padding: 30px 35px;
        font-size: 35px;
    }
    .featured-shop-item span {
        bottom: 34px;
        right: 100px;
    }
    .featured-shop {
        margin: 65px 0;
    }
    .featured-shop h2 {
        margin: 0 0 55px;
    }
    .download-app {
        width: calc(40% - 20px);
        padding-right: 10%;
    }
    .programme .slick-list {
        left: 576px;
    }
    .match .match-sponsor {
        width: 180px;
        right: -90px;
    }
    .featured-players .slider {
        width: 800px;
    }
    .featured-player.slick-current .thumb {
        width: 360px;
        height: 560px;
        margin-left: 40px;
    }
    .featured-player .info {
        width: calc(100% - 450px);
        margin-left: 20px;
    }
    .featured-players {
        padding: 70px 0 40px;
    }
    .featured-player.slick-current {
        margin-top: -130px;
    }
    .featured-players h2 {
        width: 220px;
    }
    .featured-player.slick-current .position {
        top: 100px;
    }
    .featured-player h4 {
        font-size: 60px;
        line-height: 120%;
    }
    .featured-player .position li:first-child {
        font-size: 60px;
        margin-bottom: 14px;
    }
    .featured-player.slick-current h4 {
        margin-top: 30px;
    }
    .featured-player .button {
        margin: 60px auto;
    }
    .featured-player .stats span {
        font-size: 23px;
        margin: 10px 0;
    }
    .featured-players .slick-arrow {
        width: 37px;
        height: 30px;
    }
    .featured-players .slick-next {
        right: -70px;
    }
    .player,
    .staff {
        width: calc(25% - (90px / 4));
    }
    .player:nth-of-type(3n),
    .staff:nth-of-type(3n) {
        margin-right: 30px;
    }
    .player:nth-of-type(4n),
    .staff:nth-of-type(4n) {
        margin-right: 0;
    }
    .fixture .home,
    .fixture .away {
        width: 230px;
    }
    .fixture .home {
        display: inline-flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: right;
    }
    .fixture .away {
        display: inline-flex;
        flex-direction: row;
        align-items: center;
        justify-content: left;
    }
    .fixture .score {
        width: 100px;
    }
    .fixture .logo {
        margin: 5px 0;
    }
    .fixture .home .logo {
        margin-left: 20px;
    }
    .fixture .away .logo {
        margin-right: 20px;
    }
    .fixture .home .logo img {
        margin-right: auto;
        margin-left: 0;
    }
    .fixture .away .logo img {
        margin-left: auto;
        margin-right: 0;
    }
    .fixture .name {
        width: 135px;
    }
    .fixture .home .name {
        text-align: right;
    }
    .fixture .away .name {
        text-align: left;
    }
    .fixture .date {
        position: relative;
        top: 10px;
    }
    .news-wrapper {
        padding: 1px 50px;
    }
    .site-footer .player-item {
        max-width: 210px;
        margin: 0 -45px;
    }
    .stentor {
        margin-left: -50px;
    }
    .stentor .dpg-rss-feed__container {
        max-height: 250px;
        min-height: 250px;
    }
    .faq-block>h2 {
        margin-bottom: 70px;
    }
}

@media screen and (min-width:1560px) {
    .woocommerce-active .site-header .wrap .tagline {
        left: 220px;
    }
    .main-navigation a {
        font-size: 18px;
    }
    .main-navigation .menu>li>a {
        padding: 10px 25px 7px;
    }
    .main-navigation .sub-menu {
        left: -20px;
    }
    .site-header .wrap>.search-button {
        margin-right: -50px;
    }
    .main-navigation .sub-menu a {
        font-size: 17px;
    }
    .page-menu li {
        margin: 0 30px;
    }
    .sub-content {
        padding: 70px 35px;
    }
    .content-wrapper {
        padding: 70px;
    }
    .text-block,
    article {
        margin-bottom: 70px;
    }
    .form-block {
        margin-bottom: 90px;
    }
    .photo-gallery {
        margin: 90px auto;
    }
    .text-block+.photo-gallery {
        margin-top: -30px;
    }
    .logo_block .content {
        width: calc(100% - 500px);
    }
    .logo_block.right .content {
        margin-left: 140px;
    }
    .logo_block.left .content {
        margin-right: 140px;
    }
    .social-block {
        margin-top: 90px;
    }
    .map {
        height: 675px;
    }
    .projects {
        margin-bottom: 80px;
    }
    .project h4 {
        font-size: 25px;
    }
    .shop-category {
        width: calc(50% - 16px);
        margin-bottom: 30px;
    }
    .shop-categories.big .shop-category:first-of-type,
    .shop-categories.big .shop-category:nth-of-type(2n):not(:nth-of-type(2)),
    .shop-categories.little .shop-category:nth-of-type(odd) {
        margin-right: 32px;
    }
    .woocommerce-product-gallery {
        width: 680px;
    }
    .woocommerce-product-gallery+.summary,
    .woocommerce div.product .woocommerce-tabs {
        width: calc(100% - 720px);
    }
    body.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
        margin: 0 40px 40px 0;
        width: calc(33.33% - 27px);
    }
    .woocommerce-product-gallery+.summary {
        min-height: 650px;
    }
    .featured-articles {
        height: 700px;
    }
    .featured-article h3 {
        font-size: 42px;
    }
    .featured-article .info {
        width: 500px;
        bottom: 120px;
    }
    .single-post article>.details {
        margin: -50px 0 50px;
    }
    .single-post article {
        margin-top: -100px;
    }
    .single-post .share {
        padding-top: 80px;
    }
    .youtube-feed .title-block {
        padding: 240px 0 200px;
    }
    .youtube-feed .sb_youtube .sby_items_wrap .sby_item:nth-of-type(5) {
        display: inline-block;
    }
    .featured-shop-item h3 {
        font-size: 40px;
    }
    .page-template-page-homepage .article:not(.long) {
        width: 324px;
        max-width: 324px;
    }
    .featured-players::before,
    .featured-players::after {
        width: 360px;
    }
    .player,
    .staff {
        width: calc(25% - (108px / 4));
        margin-right: 36px;
    }
    .player:nth-of-type(3n),
    .player:nth-of-type(2n),
    .staff:nth-of-type(3n),
    .staff:nth-of-type(2n) {
        margin-right: 36px;
    }
    .player:nth-of-type(4n),
    .staff:nth-of-type(4n) {
        margin-right: 0;
    }
    .fixture .score {
        width: 150px;
    }
    .fixture .button {
        right: 40px;
    }
    .news-wrapper {
        padding: 1px 60px;
    }
    .article:not(.long) {
        width: 292px;
    }
    .article.long {
        width: 618px;
    }
}

@media (max-width: 500px) {
    section.text-block.full .content {
        padding: 10px;
    }
}

.featured-banners h2 {
    text-align: center;
}

@media screen and (min-width: 480px) {
    .featured-banners .featured-shop-item {
        margin: 0 auto 30px;
    }
    
}
@media screen and (min-width: 768px) {
    .featured-banners .featured-shop-item {
        margin: 0 20px 30px 0;
        width: calc(33% - 20px);
    }
}
@media screen and (min-width: 1280px) {
    .featured-banners .featured-shop-item {
        margin: 0 30px 30px 0;
        width: calc(33% - 19px);
    }
    .featured-banners .featured-shop-item:nth-child(3n+1){
        margin-right: 0px;
    }
}


.page-sub-menu .menu-item.highlight a{
    background-color: #c10230;
    color: white;
}
.page-sub-menu .menu-item.highlight:not(.current_page_item) a:hover{
    background-color: #a10026;
}
.page-sub-menu .menu-item.highlight.yellow a{
    background-color: #ffd600;
    color: #000000;
}
.page-sub-menu .menu-item.highlight.yellow:not(.current_page_item) a:hover{
    background-color: #deb900;
}
/* .page-sub-menu .menu-item.highlight a{
    color: white !important;
} */


.cta-block {
    overflow: hidden;
    position: relative;
    padding: 100px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cta-block .background-image {
    object-position: center;
    object-fit: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.cta-block .title-wrapper {
    position: relative;
    z-index: 2;
    color: white;
    font-size: 24px;
    line-height: 130%;
    font-weight: 700;
    padding-right: 50px;
}

.cta-block .background-overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.5;
    background-color: #000;
}




@media screen and (min-width: 480px){
    .cta-block .title-wrapper {
        font-size: 24px;
    }
}
@media screen and (min-width: 768px){
    .cta-block .title-wrapper {
        font-size: 26px;
    }
}
@media screen and (min-width: 1024px){
    .cta-block .title-wrapper {
        font-size: 28px;
    }
}
@media screen and (min-width: 1280px){
    .cta-block .title-wrapper {
        font-size: 30px;
    }
}


.cta-block .cta-wrapper {
    position: relative;
    z-index: 2;font-family: 'industry', sans-serif;
    -webkit-font-smoothing: antialiased;
}

.cta-block .cta-wrapper a{
    color: white;
    background-color: #c10230;
    padding: 15px 50px;
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: 700;
    transition: all 200ms ease-in-out;
    display: flex;
}
.cta-block .cta-wrapper a:hover{
    background-color: #a10026;
}

@media screen and (max-width: 900px) {
    .cta-block {
        padding: 50px 25px;
        flex-direction: column;
        align-items: center;
    }

    .cta-block .title-wrapper {
        padding-right: 0px;
        text-align: center;
        padding-bottom: 25px;
    }

    .cta-block .cta-wrapper a {
        padding: 10px 25px;
    }
}

.video-block {
    display: flex;
    flex-direction: column;
    margin: 50px 0px;
}

.video-block .title {
    margin: auto;
    text-align: center;
    margin-bottom: 25px;
}

.video-block .video-wrapper{
    aspect-ratio: 16/9;
    max-width: 500px;
    height: auto;
    width: auto;
    margin: auto;
    display: flex;
    position: relative;
    color: white;
}
.video-block .video-wrapper .play-button{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    padding: 10px 25px;
    background-color: #c10230;
    font-weight: 700;
    transition: all 200ms ease-in-out;
    display: flex;
    align-items:center;    
}

.video-block .video-wrapper .play-button:hover{
    background-color: #a10026;
}

.video-block .video-wrapper .play-button img{
    margin-top: 2px;
    margin-right: 10px;
}
.video-block .video-wrapper .play-button span{
    margin-top: 5px;
}


.quotes-gallery {
    margin-top: 50px;
}

.quotes-gallery .gallery-item {
    padding: 50px 0px;
}

.quotes-gallery .quote-wrapper {
    display: flex;
    background-color: #c10230;
    flex-direction: column;
    align-items: center;
    color: white;
    padding: 70px 40px 90px;
    position: relative;
}

@media screen and (max-width: 768px){
    .quotes-gallery .quote-wrapper {
        padding: 70px 20px 90px;
    }
}

.quotes-gallery .quote-wrapper .name{
    text-align: center;
    margin-bottom: 15px;
}
.quotes-gallery .quote-wrapper .content{
    /* max-width: 700px; */
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 300;
}

.quotes-gallery .quote-wrapper .logo-wrapper{
    width: 100px;
    height: 100px;
    border-radius: 100px;
    background-color: white;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: border-box;
}

.quotes-gallery .quote-wrapper .logo-wrapper img{
    max-width: 80px;
    max-height: 80px;
    height: auto;
    width: auto;
}   

.quotes-gallery .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 100px;
}
.quotes-gallery .slick-dots li{
    margin: 0px 5px;
}
.quotes-gallery .slick-dots li button{
    visibility: visible;
    display: flex;
    background-color: white;
    border: none;
    color: rgba(0,0,0,0);
    width: 10px;
    height: 10px;
    padding: 0px;
}
.quotes-gallery .slick-dots li button:hover{
    cursor: pointer;
}

.quotes-gallery .slick-dots li.slick-active button{
    background-color: #424240;
}


@media screen and (max-width: 1440px) and (min-width: 768px){
    .quotes-gallery .slick-next {
        right: 0;
        left: 100%;
        transform: translateY(-50%);
    }
    .quotes-gallery .slick-prev {
        left: unset;
        right: 100%;
        transform: translateY(-50%);
    }
}


.single-matchcenter {
    background: #F4F3EF;
  }
  .single-matchcenter .banner-liveblog, .post-type-archive-matchcenter .banner{
    height: 650px;
  }
  .single-matchcenter .banner-liveblog img, .post-type-archive-matchcenter .banner img{
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .single-matchcenter .banner-liveblog .hoofdtitel {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 22px;
  }
  .single-matchcenter .banner-liveblog h1 {
    color: #fff;
    justify-content: center;
    text-transform: unset;
    display: flex;
    font-size: 50px;
  }
  .single-matchcenter .banner-liveblog h1.live span.score {
    display: block !important;
  }
  .single-matchcenter .banner-liveblog h1 span {
    display: flex;
    margin-top: auto;
    margin-bottom: auto;
  }

  .single-matchcenter .banner-liveblog h1 span.team {
        flex: 1;
    }
  .single-matchcenter .banner-liveblog h1 span.team.left {
    justify-content: end;
    }


  .single-matchcenter .banner-liveblog h1 span.score {
    display: none;
    font-size: 70px;
  }
  .single-matchcenter .banner-liveblog h1 span.divider {
    margin-left: 24px;
    margin-right: 24px;
  }
  .single-matchcenter .live-blog-content-wrapper .event-wrapper.media{
    aspect-ratio: 8/3;
  }  
  .single-matchcenter .banner-liveblog .logo {
    height: 90px;
    width: 90px;
    margin: 0 20px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .single-matchcenter .live-blog-content-wrapper {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    margin-top: 65px;
    margin-bottom: 65px;
  }
  .single-matchcenter .live-blog-content-wrapper::after {
    content: "";
    top: -65px;
    bottom: -65px;
    width: 1px;
    background: #C10230;
    position: absolute;
    left: 50%;
    z-index: 0;
  }
  .single-matchcenter .live-blog-content-wrapper .event-wrapper {
    position: relative;
    z-index: 2;
  }
  .single-matchcenter .live-blog-content-wrapper .event-wrapper.media .live-event {
    width: 40%;
    background: unset !important;
    border: unset !important;
  }
  .single-matchcenter .live-blog-content-wrapper .event-wrapper.media .live-event .time {
    transform: unset;
    color: #1D1D1B;
    font-size: 65px;
    background: unset !important;
  }
  .single-matchcenter .live-blog-content-wrapper .event-wrapper.media .live-event .inner {
    display: block;
  }
  .single-matchcenter .live-blog-content-wrapper .event-wrapper.media .live-event .inner .icon {
    margin-bottom: 24px;
  }
  .single-matchcenter .live-blog-content-wrapper .event-wrapper.media .thumb {
    position: absolute;
    width: 55%;
    top: 0;
    bottom: 0;
  }
  .single-matchcenter .live-blog-content-wrapper .event-wrapper.media .thumb.slider .slick-dots {
    text-align: left;
    padding: 20px 0;
    text-align: center;
  }
  .single-matchcenter .live-blog-content-wrapper .event-wrapper.media .thumb.slider .slick-dots button,
  .single-matchcenter .live-blog-content-wrapper .event-wrapper.media .thumb.slider .slick-dots li:first-child:last-child {
    visibility: hidden;
    display: none;
  }
  .single-matchcenter .live-blog-content-wrapper .event-wrapper.media .thumb.slider .slick-dots li {
    display: inline-block;
    border: 1px solid #ffffff;
    width: 8px;
    height: 7px;
    margin: 0 5px;
    border: 1px solid #000000;
    height: 8px;
  }
  .single-matchcenter .live-blog-content-wrapper .event-wrapper.media .thumb.slider .slick-dots li.slick-active {
    background: #c10230;
  }
  .single-matchcenter .live-blog-content-wrapper .event-wrapper.media .thumb.slider .slick-track,
  .single-matchcenter .live-blog-content-wrapper .event-wrapper.media .thumb.slider .slick-list {
    height: 100%;
  }
  .single-matchcenter .live-blog-content-wrapper .event-wrapper.media .thumb.slider .slick-track img,
  .single-matchcenter .live-blog-content-wrapper .event-wrapper.media .thumb.slider .slick-list img {
    position: unset;
  }
  .single-matchcenter .live-blog-content-wrapper .event-wrapper.media .thumb img, .single-matchcenter .live-blog-content-wrapper .event-wrapper.media .thumb video {
    height: 100%;
    width: 100%;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .single-matchcenter .live-blog-content-wrapper .event-wrapper.media.thuis .live-event {
    margin-left: auto !important;
    margin-right: unset;
  }
  .single-matchcenter .live-blog-content-wrapper .event-wrapper.media.thuis .live-event .time {
    margin-left: unset;
  }
  .single-matchcenter .live-blog-content-wrapper .event-wrapper.media.thuis .thumb {
    left: 0;
  }
  .single-matchcenter .live-blog-content-wrapper .event-wrapper.media.uit .live-event {
    margin-right: auto !important;
    margin-left: unset;
  }
  .single-matchcenter .live-blog-content-wrapper .event-wrapper.media.uit .live-event .time {
    margin-right: unset;
  }
  .single-matchcenter .live-blog-content-wrapper .event-wrapper.media.uit .thumb {
    right: 0;
  }
  .single-matchcenter .live-blog-content-wrapper .event-wrapper.nvt .live-event {
    border-bottom: 10px solid;
    border-image-slice: 1;
    border-width: 3px;
    border-image-source: linear-gradient(to left, #ffd600 50%, #c10230 50%, #c10230);
  }
  .single-matchcenter .live-blog-content-wrapper .event-wrapper.away .live-event {
    margin-right: unset;
    border: 2px solid #1D1D1B;
    margin-right: 50px;
  }
  .single-matchcenter .live-blog-content-wrapper .event-wrapper.away .live-event .time {
    margin-left: unset;
    transform: translateX(-50%) translateY(-50%);
  }
  .single-matchcenter .live-blog-content-wrapper .event-wrapper.away.uit .live-event {
    margin-left: 50px;
  }
  .single-matchcenter .live-blog-content-wrapper .event-wrapper.away.thuis .live-event {
    margin-right: 50px;
  }
  .single-matchcenter .live-blog-content-wrapper .event-wrapper.away.thuis .live-event .time {
    margin-right: unset;
    transform: translateX(50%) translateY(-50%);
  }
  .single-matchcenter .live-blog-content-wrapper .event-wrapper.home .time {
    background: #c10230 !important;
  }
  .single-matchcenter .live-blog-content-wrapper .event-wrapper.home .live-event {
    border: 10px solid;
    border-image-slice: 1;
    border-width: 3px;
    border-image-source: linear-gradient(to left, #ffd600 50%, #c10230 50%, #c10230);
  }
  .single-matchcenter .live-blog-content-wrapper .event-wrapper.home.uit .live-event {
    margin-right: 50px;
  }
  .single-matchcenter .live-blog-content-wrapper .event-wrapper.home.uit .live-event .time {
    margin-right: unset;
    transform: translateX(50%) translateY(-50%);
  }
  .single-matchcenter .live-blog-content-wrapper .event-wrapper.home.thuis .live-event {
    margin-left: 50px;
  }
  .single-matchcenter .live-blog-content-wrapper .event-wrapper.home.thuis .live-event .time {
    margin-left: unset;
    transform: translateX(-50%) translateY(-50%);
  }
  .single-matchcenter .live-blog-content-wrapper .event-wrapper .live-event {
    width: 66.67%;
    background-color: #fff;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 65px;
    margin-bottom: 65px;
  }
  .single-matchcenter .live-blog-content-wrapper .event-wrapper .live-event span.time {
    font-family: "industry", sans-serif;
    color: #fff;
    font-size: 50px;
    font-weight: 900;
    background: #1D1D1B;
    line-height: 1;
    padding: 12px;
    display: block;
    max-width: -moz-max-content;
    max-width: max-content;
    margin-left: auto;
    margin-right: auto;
    transform: translateY(-50%);
    margin-bottom: -50px;
    height: 50px;
  }
  .single-matchcenter .live-blog-content-wrapper .event-wrapper .live-event span.time.long {
    font-weight: 400;
    font-size: 40px;
    height: 40px;
  }
  .single-matchcenter .live-blog-content-wrapper .event-wrapper .live-event .inner {
    padding: 45px;
    display: flex;
  }
  .single-matchcenter .live-blog-content-wrapper .event-wrapper .live-event .inner img {
    margin-right: 40px;
    width: 80px;
    height: 65px;
    -o-object-fit: contain;
       object-fit: contain;
    margin-top: auto;
    margin-bottom: auto;
  }
  .single-matchcenter .live-blog-content-wrapper .event-wrapper .live-event .inner .titel {
    font-family: "industry", sans-serif;
    font-size: 42px;
    line-height: 1.1;
    font-weight: 900;
    margin-bottom: 12px;
  }
  .single-matchcenter .live-blog-content-wrapper .event-wrapper .live-event .inner .titel.sm {
    font-size: 28px;
  }
  @media (max-width: 992px) {
    .single-matchcenter .banner-liveblog {
      width: 100%;
      aspect-ratio: 16/9;
    }
    .single-matchcenter .banner-liveblog img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
    }
    .single-matchcenter .banner-liveblog span.text {
      display: none !important;
    }
  }
  @media (max-width: 768px) {
    .single-matchcenter .live-blog-content-wrapper .event-wrapper .live-event {
      width: 85%;
    }
    .single-matchcenter .live-blog-content-wrapper .event-wrapper .live-event .titel {
      font-size: 27px !important;
    }
    .single-matchcenter .live-blog-content-wrapper .event-wrapper .live-event span.time {
      font-size: 30px !important;
      height: 30px !important;
    }
  }
  @media (max-width: 500px) {
    .single-matchcenter .banner-liveblog .hoofdtitel {
      font-size: 16px;
    }
    .single-matchcenter .banner-liveblog h1 span.score {
      font-size: 40px;
    }
    .single-matchcenter .banner-liveblog h1 .logo {
      height: 55px;
      width: 55px;
    }
    .single-matchcenter .banner-liveblog h1 span.text {
      display: none;
    }
    .single-matchcenter .live-blog-content-wrapper .event-wrapper .live-event {
      width: 95% !important;
      margin: 0 !important;
      margin-top: 80px !important;
      margin-bottom: 80px !important;
    }
    .single-matchcenter .live-blog-content-wrapper .event-wrapper .live-event .inner {
      display: block;
      padding: 30px;
    }
    .single-matchcenter .live-blog-content-wrapper .event-wrapper .live-event .inner img {
      margin-bottom: 12px;
    }
    .single-matchcenter .live-blog-content-wrapper .event-wrapper .live-event .inner .titel {
      font-size: 24px !important;
    }
    .single-matchcenter .live-blog-content-wrapper .event-wrapper .live-event span.time {
      margin-left: -12px !important;
      transform: translateY(-50%) !important;
      font-size: 24px !important;
      height: 24px !important;
    }
    .single-matchcenter .live-blog-content-wrapper .media .thumb {
      width: 100% !important;
      aspect-ratio: 16/9 !important;
      position: relative !important;
    }
    .single-matchcenter .live-blog-content-wrapper .media .live-event {
      margin-top: 20px !important;
      margin-left: unset !important;
      margin-right: unset !important;
      width: 100% !important;
    }
  }


.calendar-block .calendar-item .title {
    font-weight: 600;
}
.calendar-block .calendar-item .info{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.calendar-block .calendar-item .info .date{
    color: #c10230;
}
.calendar-block .calendar-item .info .read-more{
    margin-left: auto;
}

.calendar-block .calendar-item .info .read-more:hover{
    text-decoration: underline;
    cursor: pointer;
}

.calendar-block .calendar-item .content{
    max-height: 0px;
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    transition: all 200ms ease-in-out;
}

.calendar-block .calendar-item.active .content{
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    max-height: unset;
}


.fixtures .match.next .stadium {
    font-size: 12px;
    line-height: 15px;
}
.featured-shop-item.slick-slide {
    margin: 0 20px;
    width: auto;
}
.featured-shop-item.slick-slide h3 {
    top: 0;
    bottom: 0;
    padding: 10px;
}
.featured-shop-item.slick-slide span {
    left: 10px;
    right: auto;
    bottom: 20px;
    top: auto;
}

/*** Start toevoeging popup css - Marvin okt 2023 ***/
.sgpb-popup-builder-content-20095 p.product { 
	border: none !important; 
	padding: 0px !important; 
	display: flex; 
	flex-direction: column; 
	align-items: center;
}

.sgpb-popup-builder-content-20095 p.product .button { 
	background-color: #c10230 !important; 
	margin-top: 10px !important;
} 

.sgpb-popup-builder-content-20095 p.product .button:hover { 
	transform: none; 
}

.sgpb-main-html-content-wrapper h3 {
    text-align: center;
    margin: 20px 0;
    position: relative;
}
.sgpb-main-html-content-wrapper a {display:block;}
.sgpb-main-html-content-wrapper img {
    width:100%;
}
.sgpb-main-html-content-wrapper h3::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -2px;
    left: 0;
    background:#c10230;
}

/*** Eind toevoeging popup css - Marvin okt 2023 ***/

/* .woocommerce-product-gallery__image .zoomImg,
.woocommerce-product-gallery__image > img{
    min-width: 1000px;
    min-height: 1000px;
} */

/* ========= AGEGATE POPUP ========= */

/* Fullscreen container */
#agegate-banner.popup-agegate {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 9999;
    display: none;
}

/* Dark overlay */
#agegate-banner .overlay {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0.77;
    background-color: #1f080e;
}

/* Centered frame (white bordered box) */
#agegate-banner .popup-frame {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: calc(90% - 100px);
    max-width: 842px;
    max-height: 435px;
    border: 14px solid #ffffff;
    box-sizing: border-box;
    background: #000;
}

/* Slider area fills the frame */
#agegate-banner .popup-slider {
    width: 100%;
    height: 100%;
}

/* Slick list & track fill the frame when slider is active */
#agegate-banner .popup-slider .slick-list,
#agegate-banner .popup-slider .slick-track {
    height: 100%;
}

/* Slides: center content (used when slick is active) */
#agegate-banner .popup-slide.slick-slide {
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 100%;
}

/* IMPORTANT: neutralize old `.popup a` rule for this popup */
#agegate-banner a {
    position: static;
    left: auto;
    top: auto;
    transform: none;
    border: none;
    max-width: none;
    max-height: none;
}

/* Link inside slide – make it flex so img is centered */
#agegate-banner .popup-slide>a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    /* REMOVE height:100% here so flex centering works correctly */
    text-decoration: none;
}
#agegate-banner .popup-slide>a::after {
    background-image:none;
}

#agegate-banner .popup-slide img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    margin: 0 auto;
}

/* Slick dots styling */
#agegate-banner .slick-dots {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 7;
}

#agegate-banner .slick-dots li {
    display: inline-block;
    border: 1px solid #ffffff;
    width: 8px;
    height: 7px;
    margin: 0 5px;
    cursor: pointer;
}

#agegate-banner .slick-dots li.slick-active {
    background: #c10230;
}


/* Desktop: when slick is destroyed (unslick), lay slides out side-by-side */
@media (min-width: 768px) {
    #agegate-banner .popup-slider {
        display: flex;
        flex-wrap: nowrap;
        width: 100%;
        height: 100%;
        overflow: hidden;
        align-items: center;
        justify-content: space-between;
    }

    #agegate-banner .popup-slide {
        margin: 10px 25px;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #agegate-banner .popup-slide>a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        /* no height:100% — let contents define height, centered within slide */
    }
}
.popup .close {
    cursor: pointer;
}
 
@media screen and (min-width: 768px) {
	.home .shop-categories.big .shop-category:nth-of-type(odd) {
		margin-right: 32px !important;
	}
	.home .shop-categories.big .shop-category:last-child {
		margin-right: 0px !important;
	}
}
@media screen and (max-width: 1560px) and (min-width: 768px) {
	.home .shop-categories.big .shop-category:nth-of-type(odd) {
		margin-right: 2vw !important;
	}
}

/* .single-post article .content{
    width: 640px;
    max-width: calc(100% - 48px);
    margin-left: auto;
    margin-right: auto;
    padding: 24px;
}


.single-post article .content img{
    width: 850px;
    max-width: 850px;
    margin-right: auto;
    margin-left: -110px;
}


.single-post article{
    max-width: 850px;
    margin-right: auto;
    margin-left: auto;
}

.single-post .banner{
    max-height: 70vh;
}

@media screen and (max-width: 1280px) {
    .single-post article .content img{
        max-width: 100%;
        margin-left: 0;
    }
} */