<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** MAIN **/

/*
* custom css rules
*/

.homepage-top{
    width: 100%;
    float: left;
}
.homepage-top .cb-sidebar-widget{
    width: 50%;
    float: left;
    margin-bottom: 20px;
    margin-top: 20px;
}
.homepage-top .cb-sidebar-widget h3{
    margin-bottom: 10px;
}
.homepage-top .cb-sidebar-widget a{
    width: 100%;
    float: left;
    margin-bottom: 5px;
    padding-right: 20px;
    box-sizing: border-box;
}

#cb-logo-box{
    float: left;
    width: auto;
    z-index: 1;
    position: relative;
    display: table;
    table-layout: fixed;
    background: #fff;
}
#cb-header{
    z-index: 1000;
    text-align: center;
}
.header-inner{
    background: #FFFFFF;
    float: left;
    width: 100%;
    padding: 30px;
    padding-bottom: 10px;
}
.header-top{
    float: left;
    position: relative;
    width: 750px;
    box-sizing: border-box;
}
.header-top-inner{
    float: left;
    position: relative;
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
}
.header-banner{
    float: left;
    width: 350px;
    margin-left: 30px;
    box-sizing: border-box;
}
.header-banner-inner{
    background: #f2f2f2;
    padding: 0px;
    float: left;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}
.header-banner-inner img{
    float: left;
    width: 100%;
    height: auto;
}
.header-banner-inner h3{
    display: none;
}
.header-top-bg{
    background: url('images/banner.jpg') center center no-repeat;
    background-size: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    z-index: 0;
}
#twitch-player{
    float: left;
    width: 300px;
    height: 200px;
    position: relative;
    z-index: 0;
    border: solid 5px #FFF;
}
#twitch-player iframe{
    vertical-align: top;
}
#twitch-link-out{
    width: 300px;
    height: 200px;
    position: absolute;
    left: 20px;
    top: 20px;
    overflow: hidden;
    display: none;
    z-index: 1;
    cursor: pointer;
}
#twitch-headline-streams{
    background: rgba(0,0,0,0.8);
    width: 300px;
    height: 200px;
    position: absolute;
    left: 0px;
    top: 0px;
    overflow: hidden;
    display: none;
    z-index: 2;
}
.twitch-headline-stream{
    padding: 20px;
    padding-top: 10px;
    box-sizing: border-box;
    width: 300px;
    height: 200px;
    float: left;
    display: none;
}
.twitch-headline-stream h3{
    margin: 0 0 10px 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px !important;
    position: relative;
    padding-bottom: 10px;
    display: inline-block;
    letter-spacing: 2px;
    line-height: 1.2;
    color: red;
    border-bottom: solid 2px red;
}
.twitch-headline-stream a{
    float: left;
    width: 100%;
    display: block;
    text-transform: uppercase;
    line-height: 25px;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1px;
    color: #FFFFFF !important;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
}
.twitch-headline-stream a span{
    float: right;
    margin-left: 10px;
}
.twitch-headline-stream a img{
    float: left;
    margin-right: 10px;
    margin-top: 8px;
}
#twitch-headlines{
    background: rgba(0,0,0,0.5);
    float: left;
    min-height: 200px;
    width: 190px;
    margin-left: 20px;
}
#twitch-headlines h3 {
    margin: 0 0 10px 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px !important;
    position: relative;
    padding-bottom: 10px;
    display: inline-block;
    letter-spacing: 2px;
    line-height: 1.2;
    color: red;
    border-bottom: solid 2px red;
}
#twitch-headlines .twitch-headlines-inner {
    padding: 20px;
    padding-top: 10px;
    box-sizing: border-box;
    float: left;
}
#twitch-headlines a{
    float: left;
    width: 100%;
    display: block;
    text-transform: uppercase;
    line-height: 31px;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1px;
    color: #FFFFFF !important;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
}
.jk-module-block{
    float: left;
    position: relative;
}
.hidden-logo{
    display: none !important;
}

/* check boxes */

input[type="checkbox"] {
    //display:none;
}
input[type="checkbox"] + label {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url('library/images/check_radio_sheet.png') left center no-repeat;
    cursor:pointer;
    padding-left: 19px;
    height: 30px;
    text-indent: 10px;
}
input[type="checkbox"]:checked + label {
    background:url('library/images/check_radio_sheet.png') -19px center no-repeat;
    padding-left: 19px;
}

.mc4wp-response{
    width: 100%;
    float: left;
}

.mc4wp-response p {
    font-size: 12px;
    font-weight: 100;
    float: left;
    width: 100%;
    color: #666666;
    padding: 20px;
    padding-top: 0;
    margin: 0;
}

.mc4wp-response .mc4wp-success p{
    color: green;
}

.mc4wp-response .mc4wp-error p{
    color: red;
}

.top-container .cb-nav-bar-wrap{
    display: none;
}

#logo img, #mob-logo img {
    width: auto;
    max-width: 210px;
}

#logo {
    margin: 0 auto;
    width: 210px;
}

/** profile pic **/

#wpua-thumbnail-existing, #wpua-remove-button-existing, #wpua-undo-button-existing, #wpua-undo-button-existing{
    display: none !important;
}

#wpua-preview-existing img{
    border-radius: 20px;
    float: none;
    display: inline-block;
}

#wpua-images-existing{
    margin: 0px !important;
}

#wpua-preview-existing span{
    display: none;
}

#wpua-add-button-existing{
    text-align: center;
}

#wpua-preview-existing{
    width: 100%;
    text-align: center;
    margin: 0px !important;
    margin-top: 10px !important;
}

/** jk poll **/

.yop-poll-container{
    background: #f2f2f2 !important;
    width: 100% !important;
    border: 3px solid #3f90cf !important;
    box-sizing: border-box !important;
}
.yop-poll-container div{
    color: #000000 !important;
}
.yop_poll_vote_button{
    background: none !important;
    color: #3f90cf !important;
    padding: 5px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    border: 3px solid #3f90cf !important;
    box-sizing: border-box !important;
    transition: 250ms;
}
.yop_poll_vote_button:hover{
    background: #3f90cf !important;
    color: #FFFFFF !important;
}
.yop-poll-forms div div div:first{
    margin-bottom: 10px !important;
    font-size: 14px !important;
    font-weight: bold !important;
}
.not-logged-in-text{
    padding: 5px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    display: none;
}
input[type="checkbox"] {
    //display:none;
}
input[type="checkbox"] + label {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url('library/images/check_radio_sheet.png') left center no-repeat;
    cursor:pointer;
    padding-left: 19px;
    height: 30px;
    text-indent: 10px;
}
input[type="checkbox"]:checked + label {
    background:url('library/images/check_radio_sheet.png') -19px center no-repeat;
    padding-left: 19px;
}
div[class^='yop-poll-question-1'],div[class*=' yop-poll-question-1']{
    background: #327BD6;
}

#subscription-toggle {
    display: none;
}

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

    .header-inner{
        padding: 20px;
        padding-bottom: 10px;
    }

    .header-top {
        width: 650px;
    }

    .header-banner {
        width: 280px;
        margin-left: 20px;
    }

    .hidden-logo{
        /*display: block !important;*/
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .header-top #cb-logo-box{
        padding-top: 0px;
        height: 150px;
        display: block;
    }

    .header-top #logo{
        height: 150px;
    }

    .cb-with-block #logo img,
    .cb-with-block #mob-logo img{
        max-width: 100px;
    }

    #logo {
        width: 100px;
    }

    #twitch-player {
        width: 250px;
        height: 150px;
    }

    #twitch-headlines {
        min-height: 150px;
    }

    .twitch-headline-stream {
        width: 250px;
        height: 150px;
    }

    .twitch-headline-stream a, #twitch-headlines a {
        line-height: 20px;
    }

}

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

    #cb-header {
        width: 990px !important;
    }

}

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

    #cb-header{
        width: 750px !important;
    }

    .header-top {
        width: 450px;
    }

    .header-inner{
        padding: 20px;
    }

    #twitch-player {
        width: 220px;
        height: 125px;
    }

    #twitch-headlines {
        min-height: 125px;
        width: 170px;
    }

    #twitch-headline-streams {
        width: 220px;
        height: 125px;
    }

    .twitch-headline-stream h3, #twitch-headlines h3 {
        margin: 0 0 5px 0;
        font-size: 10px !important;
        padding-bottom: 5px;
        line-height: 1;
    }

    .twitch-headline-stream {
        width: 220px;
        height: 125px;
    }

    .twitch-headline-stream a, #twitch-headlines a {
        line-height: 20px;
        font-size: 10px;
    }

    .twitch-headline-stream a span {
        position: absolute;
    }

    .twitch-headline-stream a img {
        margin-top: 5px;
    }

    .hidden-logo{
        display: inline-block !important;
    }

    .header-top #cb-logo-box{
        display: none;
    }

    .header-banner {
        width: 240px;
    }
}
@media only screen and (max-width: 767px) {

    #logo, #mob-logo {
        display: table-cell !important;
        vertical-align: middle !important;
        width: 100% !important;
        text-align: center !important;
        float: left !important;
    }

    .header-banner {
    }

    .header-top {
        width: 100%;
    }

    .hidden-logo{
        margin-top: 20px;
    }

    #twitch-player {
        width: 300px;
        height: 150px;
    }

    #twitch-headlines {
        min-height: 150px;
        width: 300px;
    }

    #twitch-headline-streams {
        width: 300px;
        height: 150px;
    }

    .twitch-headline-stream {
        width: 300px;
        height: 150px;
    }

    .header-inner {
        padding: 20px;
        padding-left: 0px;
        padding-right: 0px;
    }

    #cb-header {
        width: auto !important;
    }

    .top-container .cb-nav-bar-wrap{
        display: block;
    }

    .top-container-2 .cb-nav-bar-wrap{
        display: none;
    }

    .header-banner {
        width: 100%;
        margin: 0px;
        text-align: center;
    }

    .header-banner img{
        width: auto;
        display: inline-block;
        float: none;
    }

    input.user_login{
        font-size: 11px !important;
    }
}

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

    #twitch-player {
        width: 250px;
        height: 150px;
    }

    #twitch-headlines {
        min-height: 150px;
        width: 250px;
    }

    #twitch-headline-streams {
        width: 250px;
        height: 150px;
    }

    .twitch-headline-stream {
        width: 250px;
        height: 150px;
    }

}

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

    #twitch-player {
        width: 200px;
        height: 120px;
    }

    #twitch-headlines {
        min-height: 120px;
        width: 200px;
    }

    #twitch-headline-streams {
        width: 200px;
        height: 120px;
    }

    .twitch-headline-stream {
        width: 200px;
        height: 120px;
    }

}

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

    #twitch-player {
        width: 100%;
        height: 200px;
    }

    #twitch-headlines {
        min-height: 120px;
        width: 100%;
        margin: 0px;
        margin-top: 20px;
    }

    #twitch-headline-streams {
        width: 100%;
        height: 200px;
    }

    .twitch-headline-stream {
        width: 100%;
        height: 200px;
    }

    .homepage-top .cb-sidebar-widget{
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
    }

    .homepage-top .cb-sidebar-widget h3{
        font-size: 15px;
    }

    .newsletter-form{
        width: 100%;
        float: left;
        right: 0;
    }

}

@media only screen and (max-width: 400px) {
    input.user_login{
        font-size: 10px !important;
    }
}

@media only screen and (max-width: 340px) {
    input.user_login{
        font-size: 9px !important;
    }
}

#cb-featured-image{
    float: left;
    width: 100%;
}
.header-container{
    position: relative;
}
.youtube-video{
    float: left;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.youtube-video .cb-video-frame{
    float: left;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.youtube-video .fluid-width-video-wrapper{
    float: left;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0px !important;
    height: 315px;
}
.youtube-video-image{
    width: 100%;
    height: 50px;
    left: 0px;
    top: 0px;
    text-align: center;
}
.youtube-video-image-inner{
    background: url('images/video-player.png') center center / 50px auto no-repeat;
    width: 50px;
    height: 50px;
    display: inline-block;
}

/** newsletter form **/

.newsletter-form{
    background: #DDD;
    position: fixed;
    bottom: 0;
    right: 10px;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    width: 340px;
    z-index: 999999;
}

.newsletter-form.hide{
    display: none;
}

.newsletter-form form{
    width: 100%;
    float: left;
}

.newsletter-form .mc4wp-form-fields{
    width: 100%;
    float: left;
}

.newsletter-form-top{
    background: #CCC;
    width: 100%;
    height: 65px;
    float: left;
}

.newsletter-form-top a{
    background: url('images/mail-icon.png') left 20px center / 30px auto no-repeat;
    font-size: 14px;
    font-weight: 100;
    text-transform: uppercase;
    float: left;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 60px;
    color: #666666;
    text-decoration: none;
    cursor: pointer;
}

.newsletter-form-bottom{
    padding: 20px;
    padding-top: 0px;
    width: 100%;
    float: left;
    box-sizing: border-box;
    position: relative;
}

.newsletter-form-bottom p{
    font-size: 12px;
    font-weight: 100;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    color: #666666;
    padding-right: 20px;
}

.newsletter-form-bottom p.success{
    color: #008000;
}

.newsletter-form-close-button{
    position: absolute;
    right: 6px;
    top: -60px;
    height: 22px;
    width: 22px;
    background: url(images/exit-icon.png) center center / 22px auto no-repeat;
    cursor: pointer;
}

/*.newsletter-form.opened .newsletter-form-close-button{
    top: -44px;
}*/

.newsletter-form-bottom .email-holder{
    width: 100%;
    float: left;
    box-sizing: border-box;
}

.newsletter-form-bottom .email-holder-inner{
    width: 100%;
    float: right;
    box-sizing: border-box;
    padding-right: 0;
}

.newsletter-form-bottom .email-holder .email{
    background: #FFF;
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding: 7px;
    border-radius: 5px;
    border: solid 1px #CCC;
}

.newsletter-form-bottom .subscriber-lists{
    width: 100%;
    float: left;
    box-sizing: border-box;
    margin-top: 10px;
    margin-bottom: 10px;
}

.newsletter-form-bottom .subscriber-lists label{
    float: left;
    width: 100%;
    display: block;
}

.newsletter-form-bottom .subscriber-lists input{
    float: left;
    display: block;
    margin-top: 5px;
    margin-right: 5px;
}

.newsletter-form-bottom .subscriber-lists span{
    font-size: 12px;
    font-weight: 100;
    float: left;
    color: #666666;
}

.newsletter-form-bottom .submit{
    background: #3f90cf;
    width: 30%;
    float: right;
    box-sizing: border-box;
    padding: 7px;
    border-radius: 5px;
    border: none;
    color: #FFF;
    text-transform: uppercase;
}

.mc4wp-response{
    width: 100%;
    float: left;
}

.mc4wp-response p {
    font-size: 12px;
    font-weight: 100;
    float: left;
    width: 100%;
    color: #666666;
    padding: 20px;
    padding-top: 0px;
    margin: 0px;
}

.mc4wp-response .mc4wp-success p{
    color: green;
}

.mc4wp-response .mc4wp-error p{
    color: red;
}

.after-subscribtion{
    display: none;
}

.subscribed .after-subscribtion{
    display: block;
}

/** sms form checkboxes **/

.cb-entry-content td input{
    display: block;
    padding-right: 0px;
    float: left;
    width: 20px;
    height: 20px;
}
.cb-entry-content table tr td{}

input.user_login{
    font-size: 12px;
}

/* Forum */

.bbp-search-form {
    display: none;
}

#bbpress-forums li.bbp-body ul.forum {
    padding: 3px;
}

#bbpress-forums li.bbp-body ul.topic {
    padding: 0;
}

#bbpress-forums li.bbp-header {
    padding: 0;
    display: none;
}

#bbpress-forums li.bbp-header ul {
    padding: 3px;
}

li.bbp-forum-info,
li.bbp-topic-title {
    padding: 0 3px;
}

.bbp-topic-meta {
    display: none;
}

#bbpress-forums .bbp-forum-title,
#bbpress-forums .bbp-forum-title:visited,
#bbpress-forums .bbp-topic-permalink,
#bbpress-forums .bbp-topic-permalink:visited {
    font-weight: 700;
    font-size: 12px;
}

#bbpress-forums li.bbp-header,
#bbpress-forums li.bbp-footer {
    padding: 0;
}

.bbp-footer {
    display: none;
}

.bbp-forum-content {
    display: none;
}

.bbpress .cb-module-header {
    display: none;
}

.bbp-pagination-links a,
.bbp-pagination-links span.current {
    padding: 3px;
    margin-left: 3px;
}

#bbpress-forums div.bbp-forum-author,
#bbpress-forums div.bbp-topic-author,
#bbpress-forums div.bbp-reply-author {
    display: none;
}

#bbpress-forums div.bbp-reply-content {
    margin: 0;
    padding: 5px;
}

.bbp-reply-content {
    display: none;
}

div.bbp-forum-header,
div.bbp-topic-header,
div.bbp-reply-header,
li.bbp-body div.hentry {
    padding: 5px;
}

.bbp-topic-reply-count {
    display: none;
}

.bbp-topic-freshness {
    display: none;
}

.bbp-topic-reply-count {
    display: none;
}

.bbp-topic-reply-count {
    display: none;
}

.bbp-topic-title {
    display: none;
}

#bbpress-forums .jk-replies {
    background: #fafafa;
}

#bbpress-forums .jk-replies li {
    background: #fafafa;
    padding: 0 0 0 15px;
}

#bbpress-forums .jk-replies &gt; li:first-of-type {
    font-weight: bold;
    padding: 0;
}

#bbpress-forums ul.bbp-threaded-replies {
    margin: 0 0 0 15px;
}

#bbpress-forums .bbp-replies .jk-replies li:first-of-type {
    font-weight: normal;
}

#bbpress-forums div.bbp-reply-header {
    background: none;
}

.jk-content {
    margin: 0 0 20px;
}

#bbpress-forums .jk-replies li a {
    color: #173142;
    font-size: 14px;
}

.entry-content #bbpress-forums ul {
    font-size: 14px;
}

.entry-content span.bbp-admin-links a {
    font-size: 11px;
}

#bbpress-forums .jk-replies li a:hover,
#bbpress-forums .jk-replies li a:visited {
    color: #D90022;
}

.entry-content .jk-content-holder span.bbp-admin-links {
    float: none;
    color: #fff;
}

.jk-content p:last-of-type {
    text-align: right;
}

.entry-content span.bbp-admin-links {
    color: #fafafa;
}

.bbp-topic-edit-link,
.bbp-topic-close-link,
.bbp-topic-sticky-link,
.bbp-topic-super-sticky-link,
.bbp-topic-merge-link,
.bbp-reply-edit-link,
.bbp-reply-move-link,
.bbp-topic-split-link {
    display: none;
}

.bbp-topic-trash-link,
.bbp-reply-trash-link,
.bbp-reply-spam-link,
.bbp-topic-spam-link {
    display: none;
}

/* Forum */

/* Scroll menu */

.scroll-menu {
    background: #fff;
    height: 39px;
    padding: 0 15px;
    overflow: hidden;
    margin: 25px 0 0;
    display: none;
}

.scroll-menu &gt; .cb-main-nav {
    overflow-x: auto;
    overflow-y: hidden;
    text-align: center;
    white-space: nowrap;
}

.scroll-menu .cb-main-nav li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0;
}

.scroll-menu .cb-main-nav li a {
    color: #161616;
    text-transform: uppercase;
    font-weight: 600;
    padding: 7px;
    display: inline-block;
    vertical-align: top;
}

.scroll-menu .cb-sub-menu {
    display: inline-block;
    vertical-align: top;
}

.scroll-menu .cb-grandchild-menu {
    display: inline-block;
    vertical-align: top;
}

.scroll-menu .cb-has-children .cb-menu-drop {
    display: inline-block;
    vertical-align: top;
}

.scroll-menu .cb-has-children .cb-menu-drop li {
    display: inline-block;
    vertical-align: top;
}

.scroll-menu .cb-main-nav li.menu-green a,
.scroll-menu .cb-main-nav li.menu-blue a {
    color: #fff;
}

.cb-notifications-modal-on .cb-notifications-modal,
.cb-package-won-modal-on .cb-package-won-modal,
.cb-notification-alert-modal-on .cb-notification-alert-modal {
    position: relative !important;
    transform: translate3d(-50%, 0%, 0px) !important;
    top: 0 !important;
}

.logged-in.cb-package-won-modal-on .cb-package-won-modal {
    top: 32px !important;
}

.cb-notifications-modal-on .cb-notifications-modal,
.cb-package-won-modal-on .cb-package-won-modal,
.cb-forum-alert-modal-on .cb-forum-alert-modal,
.cb-notification-alert-modal-on .cb-notification-alert-modal {
    visibility: visible;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.cb-notifications-modal-on #cb-overlay,
.cb-package-won-modal-on #cb-overlay,
.cb-forum-alert-modal-on #cb-overlay,
.cb-notification-alert-modal-on #cb-overlay {
    visibility: visible;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    opacity: 0.9;
}

.cb-notifications-modal-on #cb-overlay,
.cb-package-won-modal-on #cb-overlay,
.cb-forum-alert-modal-on #cb-overlay,
.cb-notification-alert-modal-on #cb-overlay {
    z-index: 9999;
}

.cb-notifications-modal-on,
.cb-package-won-modal-on,
.cb-forum-alert-modal-on,
.cb-notification-alert-modal-on {
    overflow: hidden;
}

.cb-notifications-modal-on .modals,
.cb-package-won-modal-on .modals,
.cb-forum-alert-modal-on .modals,
.cb-notification-alert-modal-on .modals {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: visible;
    z-index: 10000;
}

#cb-notifications,
#cb-forum-alert,
#cb-notification-alert {
    text-align: center;
}

#cb-notifications h3,
#cb-forum-alert h3,
#cb-notification-alert h3 {
    margin: 0 0 30px;
}

#cb-notifications a,
#cb-forum-alert a,
#cb-notification-alert a {
    display: inline-block;
    vertical-align: top;
    padding: 10px 25px;
    font-weight: bold;
    color: #222;
    margin: 0 -2px;
    border: solid 1px #222;
    position: relative;
    z-index: 2;
}

#cb-notifications a:hover,
#cb-forum-alert a:hover,
#cb-notification-alert a:hover {
    text-decoration: none;
    cursor: pointer;
}

#cb-notifications a.active,
#cb-forum-alert a.active,
#cb-notification-alert a.active {
    background: #222;
    color: #fff;
}

.cb-grid-feature .betting-middle h3,
.cb-grid-feature .betting-middle div,
.cb-grid-feature .betting-middle span {
    color: #fff;
}

.cb-grid-feature .betting-middle .time,
.cb-grid-feature .betting-middle .author,
.cb-grid-feature .betting-middle .date,
.cb-grid-feature .betting-middle .date {
    color: #fff;
}

.cb-grid-feature .post.betting .time {
    color: #fff;
}

.betting.post {
    height: 100%;
}

.betting-result-image {
    position: absolute;
    left: 10px;
    bottom: 30px;
    margin: 0;
}

.post.betting .date {
    font-size: 12px;
}

.post.betting .author {
    font-size: 12px;
}

.cb-grid-feature .post.betting .time {
    margin: 0 auto;
}

#cb-nav-bar ul li a.show-category {
    display: none;
}

#cb-nav-bar ul li {
    float: left;
    text-align: center;
    width: 33.333%;
    border-right: solid 2px #fff;
}

#cb-nav-bar ul li:last-child {
    border-right: none;
}

.logos .select2-container .select2-choice {
    height: 110px;
}

#bbpress-forums fieldset.bbp-form label[for="bbp_topic_subscription"] {
    background: none;
    width: auto;
    float: left;
    padding: 0;
    margin: -5px 0;
}

#bbp_topic_subscription {
    float: left;
}

#bbp_reply_submit {
    border-radius: 0;
}

.bbp-form &gt; legend {
    font-size: 20px;
    font-weight: bold;
}

.cb-icon-login {
    background: #FF2626;
}

.cb-icon-login span,
.cb-icon-login i {
    color: #fff;
}

.cb-icon-login:hover {
    background: #222;
}

.cb-icon-login.cb-icon-logged-in {
    background: none;
}

.cb-icon-login.cb-icon-logged-in span,
.cb-icon-login.cb-icon-logged-in i {
    color: #222;
}

.cb-icon-login.cb-icon-logged-in:hover,
.cb-icon-login.cb-icon-logged-in:hover {
    background: none;
}

.cb-icon-login.cb-icon-logged-in:hover span,
.cb-icon-login.cb-icon-logged-in:hover i {
    color: #7e7e7e;
}

#post-121120 .f-b-button {
    display: none;
}

.home .cb-main &gt; .cb-grid-block:first-of-type {
    display: none;
}

.cb-m .home-logo {
    margin: 70px 0 0 40px;
    float: left;
    max-width: 100px;
}

.cb-m .away-logo {
    margin: 70px 40px 0 0;
    float: right;
    max-width: 100px;
}

.cb-s .home-logo {
    width: 60px;
    margin: 80px 0 0 20px;
    float: left;
    max-width: 100px;
}

.cb-s .away-logo {
    width: 60px;
    margin: 80px 20px 0 0;
    float: right;
    max-width: 100px;
}

.cb-s .betting-middle,
.cb-m .betting-middle {
    top: 30px;
    left: 0;
    padding: 0 150px;
    vertical-align: top;
    position: absolute;
    width: 100%;
}
.cb-s .betting-middle {
    padding: 0 90px;
}

.cb-s .betting-middle h3,
.cb-s .betting-middle h3 span,
.cb-m .betting-middle h3,
.cb-m .betting-middle h3 span {
    color: #fff;
    max-height: 74px;
    overflow: hidden;
    line-height: 1.5;
    margin: 0 auto;
    font-size: 16px;
}

.cb-s .post.betting .author,
.cb-m .post.betting .author {
    font-weight: bold;
    font-size: 13px;
    line-height: 1.5;
    margin: 5px 0 0;
}

.cb-s .post.betting .date,
.cb-m .post.betting .date {
    font-weight: bold;
    font-size: 13px;
    line-height: 1.5;
    margin: 5px 0 0 10px;
}

.cb-s .post.betting .time,
.cb-m .post.betting .time {
    font-weight: bold;
    font-size: 13px;
    line-height: 1.5;
    margin: 5px 0 0;
}

.cb-s .cb-article-meta,
.cb-m .cb-article-meta {
    top: 30px !important;
    padding: 0 60px !important;
    position: relative;
    transform: none;
}

.cb-m .cb-article-meta h2,
.cb-m .cb-article-meta h2 span,
.cb-s .cb-article-meta h2,
.cb-s .cb-article-meta h2 span,
.cb-meta-style-2.cb-s .cb-article-meta h2,
.cb-meta-style-2.cb-m .cb-article-meta h2 {
    font-family: 'Open Sans', Arial, serif;
    font-size: 16px;
    color: #fff;
    max-height: 74px;
    overflow: hidden;
    line-height: 1.5;
    margin: 0 auto;
    letter-spacing: 0;
}

.cb-meta-style-2.cb-m .cb-article-meta h2 {
    font-size: 30px;
    max-height: 130px;
}

.cb-m .cb-article-meta .cb-date,
.cb-s .cb-article-meta .cb-date {
    font-family: 'Open Sans', Arial, serif;
    font-weight: bold;
    font-size: 13px;
    line-height: 1.5;
    margin: 10px 0 0;
    letter-spacing: 0;
}

.cb-grid-x .cb-s,
.cb-grid-x .cb-m {
    height: 260px;
}

.cb-s .analysis-badge,
.cb-m .analysis-badge {
    position: absolute;
    z-index: 1;
    width: 110px;
    height: auto;
    top: 0;
    left: 0;
    opacity: 1;
}

.home .s-h-p .cb-author,
.home .s-h-p .cb-separator {
    display: none;
}

.settled-analysis {
    position: relative;
    min-height: 98px;
}

.settled-analysis h2 {
    font-size: 20px;
    margin: 0 0 10px;
}

.settled-analysis .cb-byline {
    margin: 0 0 10px;
}

.settled-analysis.cb-separated {
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.settled-analysis .betting-result-image-container,
.settled-analysis.cb-module-e .betting-result-image-container {
    width: 100px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.settled-analysis .betting-result-image-container .betting-result-image {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100px;
    height: auto;
    min-width: 100%;
}

.settled-analysis.cb-module-e .cb-mask {
    opacity: 0;
    float: right;
    height: 1px;
    overflow: hidden;
}

.settled-analysis.cb-module-e .cb-meta {
    padding: 0 30px 0 0;
    width: 71.333%;
}

.author .analysis {
    position: relative;
}

.author .betting-result-image-container {
    width: 124px;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    z-index: 1;
}

.author .betting-result-image-container .betting-result-image {
    position: relative;
    left: 0;
    bottom: 0;
    width: 124px;
    height: auto;
    min-width: 100%;
}

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

    .settled-analysis.cb-module-e .cb-meta {
        padding: 0 60px 0 10px;
        width: 100%;
    }

    .settled-analysis.cb-module-e .cb-mask {
        display: none;
    }

    .settled-analysis .betting-result-image-container,
    .settled-analysis.cb-module-e .betting-result-image-container {
        width: 60px;
        right: 0;
        top: 0;
    }

    .settled-analysis h2,
    .settled-analysis.cb-module-e .cb-meta .cb-post-title {
        margin: 0;
    }

    .settled-analysis .betting-result-image-container .betting-result-image {
        left: 0 !important;
    }

    .author .betting-result-image-container {
        width: 60px;
        left: 5px;
        top: 5px;
    }

    .author .betting-result-image-container .betting-result-image {
        left: 0 !important;
    }

}

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

    .cb-m .home-logo {
        margin: 40px 0 0 30px;
        width: 50px;
    }

    .cb-m .away-logo {
        margin: 40px 30px 0 0;
        width: 50px;
    }

    .cb-s .home-logo {
        margin: 85px 0 0;
        width: 30px;
    }

    .cb-s .away-logo {
        margin: 85px 0 0;
        width: 30px;
    }

    .cb-grid-x .cb-s,
    .cb-grid-x .cb-m {
        height: 200px;
    }

    .cb-s .analysis-badge,
    .cb-m .analysis-badge {
        max-width: 70px;
    }

    .cb-m .betting-middle {
        padding: 0 100px;
    }

    .cb-s .betting-middle {
        padding: 0 40px;
    }

    .cb-meta-style-2.cb-m .cb-article-meta h2 {
        font-size: 16px;
        max-height: 74px;
    }

}

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

    .cb-m .cb-byline,
    .cb-s .cb-byline,
    .cb-grid-x .cb-m .cb-byline,
    .cb-grid-x .cb-s .cb-byline {
        display: block;
        font-size: 13px;
        letter-spacing: 0;
    }

    .cb-m .home-logo,
    .cb-s .home-logo {
        margin: 50px 0 0 10px;
        width: 60px;
    }

    .cb-m .away-logo,
    .cb-s .away-logo {
        margin: 50px 10px 0 0;
        width: 60px;
    }

    .cb-m .betting-middle,
    .cb-s .betting-middle {
        padding: 0 80px;
    }

    .scroll-menu {
        display: block;
    }

    .cb-grid-x .cb-s {
        width: 100%;
    }

    .cb-menu-light #cb-nav-bar .cb-main-nav &gt; .menu-blue &gt; a {
        color: #202020;
    }

    .cb-menu-light #cb-nav-bar .cb-main-nav &gt; .menu-green &gt; a {
        color: #202020;
    }

    .scroll-menu .cb-main-nav li.menu-green a,
    .scroll-menu .cb-main-nav li.menu-blue a {
        color: #202020;
    }

    .cb-nav-bar-wrap .cb-has-children,
    .cb-nav-bar-wrap .cb-has-children &gt; .cb-menu-drop {
        position: relative;
    }

    .cb-nav-bar-wrap .cb-has-children &gt; ul,
    .cb-nav-bar-wrap .cb-has-children &gt; .cb-menu-drop {
        display: none;
    }

    .cb-nav-bar-wrap .cb-has-children.active &gt; ul,
    .cb-nav-bar-wrap .cb-has-children.active &gt; .cb-menu-drop {
        display: block;
    }

    #cb-nav-bar ul li a.show-category {
        font-size: 16px;
        font-weight: bold;
        padding: 0 5px;
        position: absolute;
        right: 15px;
        top: 7px;
        z-index: 1;
        cursor: pointer;
        width: auto;
        display: block;
    }

    .cb-nav-bar-wrap .cb-has-children a {
        width: auto;
    }

    #cb-nav-bar .cb-main-nav &gt; li {
        width: 100% !important;
        text-align: left;
    }

    #cb-nav-bar ul li {
        text-align: left;
    }

}

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

    .cb-with-block #logo img,
    .cb-with-block #mob-logo img {
        max-width: 55px;
    }

}

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

    .newsletter-form{
        width: 300px;
    }

    .newsletter-form-top a {
        font-size: 12px;
    }

    .newsletter-form.opened .newsletter-form-close-button {
        top: -62px;
        right: 3px;
    }

    .cb-m .home-logo,
    .cb-s .home-logo {
        margin: 50px 0 0 10px;
        width: 30px;
    }

    .cb-m .away-logo,
    .cb-s .away-logo {
        margin: 50px 10px 0 0;
        width: 30px;
    }

    .cb-m .betting-middle,
    .cb-s .betting-middle {
        padding: 0 50px;
    }

    .cb-grid-x .cb-s,
    .cb-grid-x .cb-m {
        height: 180px;
    }

}

/* End of Scroll menu */

#wpforo-wrap .wpf-topic-create .wpf-topic-sbs #wpf-topic-sbs + label,
#wpforo-wrap .wpf-post-create .wpf-topic-sbs label {
    background: none;
}

.wpforo-widget-wrap .wpforo-widget-content .wpforo-list-item-left img {
    width: 100%;
    height: auto;
    border-radius: 100px;
}

.below-menu {
    background: #fff;
    padding: 0 30px;
}

.below-menu + #cb-content &gt; .cb-main,
.below-menu + #cb-content &gt; .cb-sidebar {
    margin-top: 0;
}

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

    .below-menu {
        padding: 0 15px;
    }

}

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

    .below-menu {
        padding: 0 20px;
    }

    .cb-sidebar-right .cb-sidebar {
        margin-left: 18px;
    }

}

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

    .below-menu {
        padding: 0 22px;
    }

}

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

    .below-menu {
        padding: 0 30px;
    }

}

.below-menu .cb-sidebar-widget {
    background: #eee;
    display: inline-block;
    vertical-align: top;
}

.below-menu .wpforo-widget-content {
    padding: 5px 0 0 !important;
    margin: 0;
}

.below-menu h3 {
    display: none;
}

.below-menu ul li {
    width: 10%;
    float: left;
}

.below-menu .wpforo-widget-content li {
    padding: 0 !important;
    vertical-align: top;
}

.below-menu .wpforo-widget-content li a {
    font-weight: 600;
}

#wpf-widget-recent-replies .wpforo-list-item-right p.posttext {
    padding: 0 10px 0 0;
}

.show-newsletter-popup-button {
	cursor: pointer;
}

.newsletter-popup-overlay {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 1000000;
	background: rgba(0,0,0,0.5);
}

.newsletter-popup {
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	margin: -340px 0 0 -250px;
	z-index: 1000001;
	overflow: hidden;
	border-radius: 10px;
}

.newsletter-popup .AW-Form-1944623879 {
	width: 500px;
	height: 680px;
	border-radius: 10px;
}

.newsletter-popup .AW-Form-1944623879 .af-form {
    max-width: 100% !important;
}

.newsletter-popup .AW-Form-1944623879 .af-form img {
    max-width: 133px !important;
}

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

	.newsletter-popup {
		margin: 0 0 0 -150px; 
		top: 10px;
	}

	.newsletter-popup .AW-Form-1944623879 {
		width: 300px;
		height: auto;
		min-height: 500px;
	}

}

.newsletter-popup-close-button{
    position: absolute;
    right: 10px;
    top: 10px;
    height: 22px;
    width: 22px;
    background: url(images/exit-icon.png) center center / 22px auto no-repeat;
    cursor: pointer;
    z-index: 1000;
}

.promo-link {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 10000000;
    display: none;
}

.promo-link-banner {
    width: 360px;
    display: block;
    float: left;
    position: relative;
}

.promo-link-banner img {
    float: left;
}

.promo-link-close {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: 40px;
    z-index: 1;
    cursor: pointer;
}

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

    .promo-link-banner {
        width: 280px;
    }

}

.page-bottom {
    margin: 30px 0 0;
}

.page-bottom .cb-sidebar-widget {
    margin: 0 0 30px;
}

.page-bottom .cb-sidebar-widget:last-child {
    margin: 0;
}

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

    .page-bottom {
        padding: 0 20px;
    }

    .page-bottom {
        margin: 10px 0 0;
    }

    .page-bottom .cb-sidebar-widget {
        margin: 0 0 10px;
    }

}

.home-post {
    background: #F5F8FA;
    font-weight: 600;
    font-size: 14px;
    margin: 10px 0 0;
    padding: 10px;
    width: 100%;
    float: left;
}

.cb-policy {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

.cb-policy img {
    background: #fff;
    width: 120px;
    padding: 10px;
    border-radius: 5px;
}</pre></body></html>