body {
    font-family: 'Roboto', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', sans-serif;
}

.home #page {
    overflow-x: hidden;
}

#menu-menu-gorne {
    margin-top: 5px;
}

#menu-menu-gorne li {
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    top: 0;
    position: relative;
}

#menu-menu-gorne li:hover {
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    top: -8px;
    position: relative;
}

@media (min-width: 576px) and (max-width: 1200px){
    .container, .container-sm {
        max-width: 95%;
    }
}

@media (min-width: 1200px) {
    header > .container {
        max-width: 1450px;
        width: 95%;
    }
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    font-weight: 600;
}

.author-phone a,
.phone a {
    color: black !important;
}

/* sticky footer */

@media screen and (min-width: 1000px) {

    .page-id-14 #page {
        position: relative;
        min-height: calc(100vh - 32px);
    }

    .page-id-14 #colophon {
        position: absolute;
        width: 100%;
        bottom: 0;
    }


}

/* slider */
.home #content {
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 0;
    margin-top: -1.5em;
}

.ml-slider {
    border-bottom: 2px solid #000;
}

.ml-slider .flexslider {
    margin: 0 !important;
}

.ml-slider .flexslider .flex-control-nav {
    bottom: 28px;
    width: 85%;
    margin-left: 7.5%;
    text-align: right;
}

.ml-slider .flexslider .flex-control-nav a {
    width: 18px;
    height: 18px;
    border: 2px solid black;
    background: white;
    color: transparent;
}

.ml-slider .flexslider .flex-control-nav a.flex-active {
    width: 24px;
    height: 24px;
    border: 2px solid black;
    background: #F9EB21;
    top: -3px;
    position: relative;
}

.ml-slider .flexslider .flex-direction-nav {
    display: none !important;
}

.ml-slider .flexslider .caption-wrap {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 7.81%, rgba(0, 0, 0, 0.66) 100%);
    opacity: 1;
}

.ml-slider .flexslider .caption-wrap .caption {
    padding: 0;
    word-wrap: break-word;
    width: 85%;
    margin-left: 7.5%;
    left: 7.5%;
    margin-bottom: 40px;
}

.ml-slider .flexslider .caption-wrap .caption h2 {
    color: white;
    margin-bottom: 0;
    padding: 0;
    font-size: 64px;
    line-height: 90px;
    text-shadow: 4px 4px 0px #000000;
}

.ml-slider .flexslider .caption-wrap .caption p {
    color: white;
    text-shadow: 2px 2px 0px #000000;
}

@media screen and (max-width: 700px) {

    .ml-slider {
        margin-bottom: 40px;
    }

    .ml-slider .flexslider .caption-wrap .caption {
        padding: 0;
        word-wrap: break-word;
        width: 95%;
        margin-left: 2.5%;
        left: 2.5%;
        padding-top: 50px;
        margin-bottom: 10px;
        text-align: center;
    }

    .ml-slider .flexslider .caption-wrap .caption h2 {
        font-size: 36px;
        line-height: 50px;
    }

    .ml-slider .flexslider .caption-wrap .caption p {
        padding-bottom: 20px;
    }

    .ml-slider .flexslider .flex-control-nav {
        bottom: -45px;
        text-align: center;
    }

    .ml-slider .flexslider .flex-viewport ul li {
        overflow: hidden;
    }

    .ml-slider .flexslider .flex-viewport ul li img {
        height: 300px;
        width: auto;
        margin-left: -355px;
        left: 50%;
        position: relative;
    }
}

/* cheese */

h2.chesee-sign {
    display: block;
    position: relative;
}

h2.chesee-sign:before {
    content: "";

    position: absolute;
    width: 36px;
    height: 30px;

    display: block;

    background: url("../images/cheese-36x30.png");
    background-size: 100%;
}

h2.chesee-sign.chesee-sign-games:before {
    margin-left: 50%;
    left: -60px;
    top: 46px;
}

h2.chesee-sign.chesee-sign-about:before {
    margin-left: 50%;
    left: 43px;
    top: 73px;
}

h2.chesee-sign.chesee-sign-news:before {
    display: none;
}

h2.chesee-sign.chesee-sign-contact:before {
    margin-left: 50%;
    left: -26px;
    top: 46px;
}

h2.chesee-sign.chesee-sign-allgames:before {
    margin-left: 50%;
    left: 4px;
    top: 46px;
}

/* front page sections definition */

.home section h2 {
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
    font-size: 80px;
    line-height: 120px;
    margin: 0 !important;
    text-transform: uppercase;
    color: black;
}

section#games {
    color: black;
    box-sizing: content-box;
    padding: 30px;
    margin: 0;
}

section#games h2 {
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
    font-size: 80px;
    line-height: 120px;
    margin: 0 !important;
    text-transform: uppercase;
    color: black;
}

section#aboutus {
    background: black;
    color: white;
    box-sizing: content-box;
    padding: 30px;
    margin: 0;
}

section#aboutus h2 {
    color: white;
}

section#aboutus p {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 100px !important;
}

@media screen and (min-width: 992px) {
    section#aboutus p {
        width: 50%;
        margin: auto;
    }
}

section#news {
    background: #F9EB21;
    color: black;
    box-sizing: content-box;
    padding: 30px;
    margin: 0;
}

section#news h2 {
    color: black;
}

section#contact {
    color: black;
    box-sizing: content-box;
    padding: 30px;
    margin: 0;
}

section#contact h2 {
    color: black;
}

/* buttons style definition */

.wp-block-button a.wp-block-button__link,
.wp-btn {
    border: 2px solid #000000;
    box-sizing: border-box;
    padding: 10px 28px;
    font-weight: 500;
    font-size: 16px;
    line-height: 165%;

    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    box-shadow: 4px 4px 0px #000000;
    border-radius: 0;
    position: relative;
    content: "";
}

@media screen and (max-width: 800px) {
    .wp-block-button:hover a.wp-block-button__link,
    .wp-btn:hover {
        font-weight: 600;
    }
}

.wp-block-button.primary a.wp-block-button__link,
.wp-btn {
    color: black;
    background: #F9EB21;
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
}

.wp-block-button.secondary a.wp-block-button__link,
.wp-btn.secondary {
    color: black;
    background: white;
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
}

.wp-block-button {
    top: 0;
    left: 0;
    position: relative;
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
}

.wp-block-button:hover {
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    position: relative;
    top: 4px;
    left: 4px;
}

.wp-block-button:hover a.wp-block-button__link {
    box-shadow: 0px 0px 0px black;
}

.wp-btn.secondary:hover {
    text-decoration: none;
    color: black;
    background: #F9EB21;
}

.wp-btn.secondary[disabled="disabled"] {
    opacity: 0.6;
    pointer-events: none;
}

/* buttons icons */

.wp-block-button.facebook-icon a.wp-block-button__link {
    padding-left: 60px;
}

.wp-block-button.facebook-icon a.wp-block-button__link:before {
    font-family: "Font Awesome 5 Brands";
    font-weight: 900;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f082";
    font-size: 23px;
    position: absolute;
    left: 25px;
}

.wp-block-button.arrow-right a.wp-block-button__link,
.wp-block-button.arrow-down a.wp-block-button__link {
    padding-right: 50px;
}

.wp-block-button a.wp-block-button__link:after {
    content: "";
    position: absolute;
}

.wp-block-button.arrow-right a.wp-block-button__link:after {
    right: 22px;
    top: 18px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid black;
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
}

.wp-block-button.arrow-down a.wp-block-button__link:after {
    right: 22px;
    top: 22px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid black;
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
}

.wp-block-button.arrow-down:hover a.wp-block-button__link:after {
    right: 14px;
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
}

.wp-block-button.arrow-right:hover a.wp-block-button__link:after {
    right: 14px;
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
}

/* margins */

.mb-10 {
    margin-top: 10px;
}

.mb-20 {
    margin-top: 20px;
}

.mb-30 {
    margin-top: 30px;
}

.mb-40 {
    margin-top: 40px;
}

.mb-50 {
    margin-top: 50px;
}

.mb-60 {
    margin-top: 60px;
}

.mb-70 {
    margin-top: 70px;
}

.mb-80 {
    margin-top: 80px;
}

.mb-90 {
    margin-top: 90px;
}

.mb-100 {
    margin-top: 100px;
}

/* article page */

.article-share {
    text-align: right;
    font-weight: 100;
}

.article-share span.share {
    text-decoration-line: underline;
}

.article-share i {
    font-size: 22px;
    margin: 0 5px;
    color: black;
}

.container-single-article .page-header .entry-title {
    text-transform: uppercase;
    font-size: 4rem;
}

.container-single-article .article-date {
    background: #F9EB21;
    padding: 5px 10px;
    font-weight: 500;
    font-size: 16px;
}

.container-single-article .page-content a {
    color: black;
    text-decoration: underline;
}

.container-single-article .page-content a:hover {
    background: #F9EB21;
}

.container-single-article .page-content p:first-child {
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
}

.container-single-article .page-content p {
    font-weight: 300;
    font-size: 20px;
    line-height: 150%;
    font-family: 'Roboto', sans-serif !important;
}

.container-single-article .page-content figure {
    width: 100% !important;
    padding: 0;
    margin: 40px 0;
}

.container-single-article .page-content figcaption {
    color: rgba(0, 0, 0, 0.5);
    padding: 10px 0;
    font-style: normal;
}

.container-single-article .page-content img {
    width: 100%;
    height: auto;
    border: 2px solid black;
    margin: 2em 0;
}

.container-single-article blockquote {
    margin: 50px 80px;
    position: relative;
}

.container-single-article blockquote, .container-single-article blockquote p {
    font-weight: 500 !important;
    font-size: 20px !important;
    line-height: 150% !important;
}

.container-single-article blockquote::before {
     content: "“";
     font-style: normal;
     font-weight: 500;
     font-size: 100px;
     line-height: 150%;
     color: rgb(249, 235, 33);
     position: absolute;
     top: -40px;
     left: -55px;
 }

.container-single-article blockquote::after {
    content: "“";
    font-style: normal;
    font-weight: 500;
    font-size: 100px;
    line-height: 150%;
    transform: rotate(180deg);
    color: rgb(249, 235, 33);
    position: absolute;
    bottom: -45px;
    right: -30px;
}

@media screen and (max-width: 550px) {
    .container-single-article blockquote {
        margin: 30px;
    }
}

@media screen and (max-width: 550px) {
    .container-single-article blockquote, .container-single-article blockquote p {
        font-size: 16px !important;
    }
}

.page-author {
    text-align: center;
    margin-top: 30px;
}

.page-author img.author-avatar {
    width: 136px;
    border-radius: 50%;
    border: 3px solid black;
}

.page-author .author-name {
    display: block;
    margin-top: 10px;
    font-weight: 500;
    font-size: 20px;
    line-height: 165%;
}

.page-author .author-position {
    display: block;
    font-weight: 300;
    font-size: 16px;
    line-height: 165%;
}

.page-author img.cheese {
    width: 25px;
    display: block;
    margin: 10px auto;
}

.page-author .author-email a {
    display: inline-block;
    font-weight: 300;
    font-size: 16px;
    line-height: 165%;
    color: black;
    text-decoration: underline;
    padding: 0 5px;
}

.page-author .author-email a:hover {
    background: #F9EB21;
}

.page-author .author-phone {
    display: block;
    font-weight: 300;
    font-size: 17px;
    line-height: 165%;
}

.page-downloads {
    background: #FFFFFF;
    border: 2px solid #000000;
    box-sizing: border-box;
    box-shadow: 4px 4px 0px #000000;
    padding: 20px 40px;
    margin: 80px 40px;
}

.page-downloads .col {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
}

.page-downloads a {
    font-family: 'Roboto', sans-serif;
}

@media screen and (max-width: 700px) {

    .page-downloads {
        padding: 20px 20px;
        margin: 80px 10px;
    }

    .page-downloads .col {
        width: 100%;
        display: block;
    }

    .page-downloads .attachments-button a {
        color: black;
        background-color: #F9EB21 !important;

        margin-top: 40px;
        display:  block;
    }
}

.page-downloads ul {
    margin: 0;
    padding: 0;
    padding-left: 5px;
    list-style: none;
}

.page-downloads ul li {
    margin: 5px 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.page-downloads ul li img {
    height: 16px;
    margin-right: 5px;
}

.page-downloads ul li a {
    text-decoration: underline;
    color: black;
}

/* list of articles */

.container-list-article {
    position: relative;
}

.container-list-article .page-header .entry-title {
    text-transform: uppercase;
    font-size: 80px;
    margin-bottom: 40px;
    border: none;
}

@media screen and (max-width: 600px) {
    .container-list-article .page-header .entry-title {
        text-transform: uppercase;
        font-size: 3rem;
    }
}

.container-list-article .article-box a {
    color: black;
}

.container-list-article .article-box a .title span:after {
    content: '';
}

.container-list-article .article-box a:hover .title span,
.container-list-article .article-box a:hover .excerpt span {
    background: #F9EB21;
}

.container-list-article .article-box .thumbnail {
    height: 260px;
    width: 100%;
    display: block;
    -webkit-background-size: 110%;
    background-size: 110%;
    background-position: center center;
    border: 2px solid black;
}

.container-list-article .article-box .date {
    background: #F9EB21;
    padding: 6px 15px;
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    margin-top: 0;
}

.container-list-article .article-box .title {
    font-weight: 500;
    font-size: 36px;
    line-height: 130%;
    text-transform: uppercase;
}

.container-list-article .article-box .excerpt {
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;

    height: 90px;
    overflow: hidden;
    margin-bottom: 30px;
    font-family: 'Roboto', sans-serif;
}

@media screen and (max-width: 800px) {
    .container-list-article .article-box .excerpt {
        font-weight: 300;
        font-size: 16px;
        line-height: 150%;

        height: auto;
        overflow: hidden;
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 800px) {
    .container-list-article .press-contact {
        position: absolute;
        right: 0px;
        top: 10px;
    }
}

@media screen and (max-width: 800px) {
    .container-list-article .press-contact {
        margin: 40px 30px;
        width: 100%;
    }
}

.container-list-article .press-contact {
    border: 2px solid black;
    padding: 0 20px;
}

.container-list-article .press-contact .label {
    color: #fff;
    text-transform: uppercase;
    background: #000;
    font-weight: 500;
    font-size: 15px;
    display: inline-block;
    position: relative;
    padding: 4px 10px;
    top: -20px;
    left: -10px;
    font-family: 'Oswald', sans-serif;
}

.container-list-article .press-contact p {
    margin-bottom: 5px;
}

.container-list-article .press-contact a.mail {
    font-weight: 300;
    font-size: 16px;
    line-height: 165%;
    color: black;
    text-decoration: underline;
    padding: 0 5px;
    position: relative;
    top: -12px;
}

.container-list-article .press-contact a.mail:hover {
    background: #F9EB21;
}

.container-list-article .press-contact .cheese {
    width: 20px;
    display: inline-block;
    margin-left: 10px;
    margin-right: 5px;
    position: relative;
    top: -12px;
}

.container-list-article .press-contact .phone {
    display: inline-block;
    position: relative;
    top: -12px;
}

/* header */

header#masthead {
    margin-bottom: 0;
    background-color: #F9EB21;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);
    padding: 20px 0;
    border-bottom: 2px solid black;
    position: relative;
    z-index: 100;
}

header#masthead a {
    color: black !important;
    font-size: 16px !important;
    margin-right: 35px;
    line-height: 28px;
}

header#masthead a[title="empty"] {
    margin-right: 0;
}

header#masthead a i {
    font-size: 25px;
}

header#masthead .navbar-brand a {
    position: absolute;
    width: 180px;
    margin-top: -30px;
}

@media screen and (max-width: 1200px) {
    #menu-menu-gorne {
        margin-top: 100px;
        display: block;
        text-align: center;
    }

    header#masthead a {
        text-align: center;
        margin: 8px 0;
        font-size: 25px !important;
    }

    header#masthead li[data-type="icon"] {
        display: inline-block;
        width: auto;

    }

    header#masthead li[data-type="icon"] a {
        display: inline-block;
        width: auto;
    }
}

/* footer */

footer#colophon {
    padding-top: 15px;
    background-color: black !important;
    color: white !important;
}

footer#colophon .mouse-container img {
    width: 230px;
    display: block;
    margin: -50px auto 0;
}

footer#colophon ul,
footer#colophon li {
    list-style: none;
    padding: 0 !important;
}

footer#colophon a,
footer#colophon span {
    color: white;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    padding: 0;
    margin: 0;
}

@media screen and (max-width: 1200px) {
    footer#colophon {
        margin-top: 50px;
        padding-top: 80px;
    }

    footer#colophon .col-md-4 {
        text-align: center !important;
    }
}

@media screen and (max-width: 768px) {
    footer#colophon {
        margin-top: 50px;
        padding-top: 80px;
    }

    footer#colophon .row .col-md-4:nth-child(2) {
        text-align: left !important;
    }

    footer#colophon .row .col-md-4:nth-child(4) {
        text-align: right !important;
    }

    .mouse-container {
        margin-top: -80px;
    }
}

/* game boxes */

.download-app {
    background-color: black;
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
}

.download-app-windows {
    width: 153px;
    height: 46px;

    background: url("../images/win-button.png");
    background-size: 100%;
    background-position-y: 0%;
}

.download-app-osx {
    width: 135px;
    height: 46px;

    background: url("../images/mac-button.png");
    background-size: 100%;
    background-position-y: 0%;
}

.download-app-ios {
    width: 150px;
    height: 46px;

    background: url("../images/store_buttons.png");
    background-size: 100%;
    background-position-y: 0%;
}

.download-app-android {
    width: 150px;
    height: 46px;

    background: url("../images/store_buttons.png");
    background-size: 100%;
    background-position-y: 100%;
}

.games .row {
    margin-bottom: 30px;
}

.game-box {
    margin: 15px 0;
    position: relative;
    border: 2px solid black;
    height: calc(100% - 34px);
    overflow: hidden;
    background: black;
}

.game-box .img-responsive {
    max-width: none;
    margin-top: -8px;
    position: relative;
    left: -5px;
    width: calc(100% + 16px) !important;
}

.game-box .hover-overlay {
    display: none;
    width: 100%;
    text-align: center;
    background: rgba(249, 235, 33, 0.85);
    position: absolute;
    top: 0;
    bottom: 0;
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
}

.game-box:hover .hover-overlay {
    display: block;
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
}

.games .hover-overlay h3 {
    padding-bottom: 0;
    font-weight: 500;
    font-size: 40px;
    line-height: 59px;
    margin-bottom: 0;
}

.games .hover-overlay p {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    margin-top: 15px;
}

.games .hover-overlay .download-app {
    margin: 5px auto;
}

@media screen and (max-width: 992px) {
    .games .download-app.download-app-android,
    .games .download-app.download-app-ios {
        display: inline-block;
        width: 130px;
        height: 38px;
        margin-left: 8px !important;
        margin-right: 8px !important;
    }

    .games .download-app.download-app-windows {
        display: inline-block;
        width: 128px;
        height: 38px;
        margin-left: 8px !important;
        margin-right: 8px !important;
    }

    .games .download-app.download-app-osx {
        display: inline-block;
        width: 115px;
        height: 38px;
        margin-left: 8px !important;
        margin-right: 8px !important;
    }

    h2.chesee-sign-allgames {
        font-size: 50px !important;
    }

    h2.chesee-sign.chesee-sign-allgames:before {
        margin-left: 49%;
        left: 5px;
        top: 51px;
        width: 26px;
        height: 21px;
    }

    .games .hover-overlay p {
        margin-top: 5px;
    }

    section#games {
        padding-left: 0px;
        padding-right: 0px;
    }

    .entry-content #games > .container {
        padding: 0 !important;
    }
}

/* team member holder */

.tmm_member.member-HOLDER .tmm_textblock {
    display: none;
}

.tmm_member.member-HOLDER .tmm_photo {
    width: 90% !important;
    border-radius: 0px !important;
    height: 90%;
    top: 20px;
    position: relative;

    margin-left: auto;
    margin-right: auto;
    background-size: auto 120% !important;
    background-repeat: no-repeat !important;
}

@media screen and (max-width: 640px) {
    .tmm_member.member-HOLDER {
        display: none !important;
    }

    h2.chesee-sign-about {
        font-size: 50px !important;
    }

    h2.chesee-sign.chesee-sign-about:before {
        margin-left: 49%;
        left: 27px;
        top: 64px;
        width: 26px;
        height: 21px;
    }
}

@media only screen and (max-width: 400px) {
    .tmm .tmm_member .tmm_photo, .tmm .tmm_1_columns .tmm_member .tmm_photo, .tmm .tmm_2_columns .tmm_member .tmm_photo, .tmm .tmm_3_columns .tmm_member .tmm_photo, .tmm .tmm_4_columns .tmm_member .tmm_photo, .tmm .tmm_5_columns .tmm_member .tmm_photo {
        width: 100% !important;
        padding-bottom: 100% !important;
        margin-top: -24%;
    }
}

/* careers page */

@media screen and (max-width: 1000px) {
    .carrers .wp-block-columns .wp-block-column:nth-child(1),
    .carrers .wp-block-columns .wp-block-column:nth-child(4) {
        display: none;
    }
}


/* pagination */

@media screen and (max-width: 640px) {
    .pagination {
        padding-bottom: 50px;
    }

    .wp-btn.prev {
        position:absolute;
        left:0;
        margin-top: 50px;
    }

    .wp-btn.next {
        position: absolute;
        right: 0;
        margin-top: 50px;
    }

}

.pagination {
    text-align: center;
    display: block;
    margin: 20px auto;
}

.wp-btn.prev {
    margin-right: 20px;
}

.wp-btn.next {
    margin-left: 15px;
}

.pagi-number {
    color: black;
    font-size: 20px;
    font-weight: 500;
    padding: 5px 10px;
    margin: 5px 10px;
    position: relative;
    top: 2px;
}

.pagi-number:hover,
.pagi-number.current {
    color: black;
    text-decoration: none;
    background: rgba(249, 235, 33, 0.85);
}

/* social icons */

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

.social-boxes .social-box a {}

.social-boxes .social-box a:hover {
    text-decoration: none;
}

.social-boxes .social-box a i {
    color: black;
    background: rgba(249, 235, 33, 0.85);
    padding: 20px;
    font-size: 25px;
}
.social-boxes .social-box a span {
    color: black;
    margin-left: 20px;
    position: relative;
    top: -4px;
    font-weight: 400;
}

/* contact */

@media screen and (max-width: 900px) {
    .wp-block-columns {
        flex-wrap: nowrap;
        display: block;
    }

    h2.chesee-sign-contact {
        font-size: 50px !important;
    }

    #contact .wp-block-column {
        flex-basis: 100% !important;
        flex-grow: 1;
        margin: 0;
    }

    h2.chesee-sign.chesee-sign-contact:before {
        margin-left: 49%;
        left: -13px;
        top: 50px;
        width: 26px;
        height: 21px;
    }

    #contact .wp-block-column {
        margin-bottom: 40px;
    }

    #contact .wp-block-column:nth-child(3) {
        display: inherit;
    }

    #contact .social-boxes {
        margin: 0 auto;
        display: block;
        width: 260px;
    }
}


/* instagram feed */

.instagram-col {
    margin-bottom: 30px;
}

.instagram-container {
    background: white;
    padding: 10px;
    height: 100%;
}

.instagram-container .fab {
    font-size: 22px;
    text-align: right;
    display: block;
    margin-bottom: 15px;
}

.instagram-container .col-md-7 {
    overflow: hidden;
}

.instagram-container p {
    padding-right: 20px;
    font-size: 15px;
    position: absolute;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    left: 0px;
}

.instagram-container .sbi-screenreader {
    display: none;
}

.instagram-container a,
.instagram-container a:hover {
    color: black;
    text-decoration: none;
}

.instagram-container .col-md-5 img {
    display: block !important;
}

@media only screen and (max-width: 40em) {
    .tmm .tmm_member, .tmm .tmm_1_columns .tmm_member, .tmm .tmm_2_columns .tmm_member, .tmm .tmm_3_columns .tmm_member, .tmm .tmm_4_columns .tmm_member, .tmm .tmm_5_columns .tmm_member {
        width: 96%;
        margin: 0 2%;
        margin-top: 70px !important;
        margin-bottom: 25px;
    }
}


@media screen and (max-width: 900px) {

    section#news {
        padding: 0px !important;
        padding-bottom: 30px !important;
    }

    .instagram-container .fab {
        font-size: 16px;
        text-align: right;
        display: block;
        margin-bottom: 5px;
    }

    .instagram-container p {
        padding-right: 10px;
        font-size: 10px;
        position: absolute;
        left: 0px;
        -webkit-line-clamp: 4;
        width: 95%;
    }

    .container-list-article .article-box .thumbnail {
        height: 150px !important;
    }

}