/*
Theme Name: Mercury - Casino-hra.cz
Theme URI: https://mercury.is/
Description: Child theme for Mercury theme - Casino-hra.cz
Author: Space-Themes.com
Author URI: https://space-themes.com/
Template: mercury
Version: 3.9.9
*/
@import url("../mercury/style.css");


/*
Styles used from old version of website.
*/

a.btn {
    color: #fff !important;
    font-weight: bold;
    text-decoration: none;
}

.home-page .textwidget a.btn {
    text-decoration: none;
}

/*
 Game
*/

.game-overlay {
    cursor: pointer;
    position: relative;
}

.game-overlay-content, .game-game {
    display: none;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}

.game-overlay-content button {
    left: 50%;
    margin-left: -41.5px;
    margin-top: -17px;
    position: absolute;
    top: 50%;
}

.game-overlay:hover .game-overlay-content {
    background-color: rgba(204, 204, 204, 0.3);
    display: block;
    position: absolute;
}

.btn {
    background-image: none !important;
    border-radius: 26px;
    background-repeat: no-repeat !important;
    border: none !important;
    color: #ffffff !important;
    font-size: 16px !important;
    margin: 5px;
    margin-bottom: 20px;
}

.btn-block {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}

.btn-default {
    background-color: #7f8c8d !important;
    background-image: none !important;
    background-repeat: no-repeat !important;
    border: none !important;
    color: #ffffff !important;
}

.btn-default:hover {
    background-color: #57606f !important;
    background-image: none !important;
    background-repeat: no-repeat !important;
    border: none !important;
    box-shadow: 0px 0px 15px 0px rgb(127 140 141 / 55%) !important;
    color: #ffffff !important;
}

.btn-primary, .alert-primary {
    background-color: #7f8c8d !important;
    background-image: none !important;
    background-repeat: no-repeat !important;
    border: none !important;
    color: #ffffff !important;
}

.btn-primary:hover {
    background-color: #57606f !important;
    background-image: none !important;
    background-repeat: no-repeat !important;
    border: none !important;
    box-shadow: 0px 0px 15px 0px rgb(127 140 141 / 55%) !important;
    color: #ffffff !important;
}

.btn-secondary, .alert-secondary {
    background-color: #7f8c8d !important;
    background-image: none !important;
    background-repeat: no-repeat !important;
    border: none !important;
    color: #ffffff !important;
}

.btn-secondary:hover {
    background-color: #57606f !important;
    background-image: none !important;
    background-repeat: no-repeat !important;
    border: none !important;
    box-shadow: 0px 0px 15px 0px rgb(127 140 141 / 55%) !important;
    color: #ffffff !important;
}

.btn-info, .alert-info {
    background-color: #7f8c8d !important;
    background-image: none !important;
    background-repeat: no-repeat !important;
    border: none !important;
    color: #ffffff !important;
}

.btn-info:hover {
    background-color: #57606f !important;
    background-image: none !important;
    background-repeat: no-repeat !important;
    border: none !important;
    box-shadow: 0px 0px 15px 0px rgb(127 140 141 / 55%) !important;
    color: #ffffff !important;
}

.btn-success, .alert-success {
    background-color: #2ecc71 !important;
    background-image: none !important;
    background-repeat: no-repeat !important;
    border: none !important;
    color: #ffffff !important;
}

.btn-success:hover {
    background-color: #57606f !important;
    background-image: none !important;
    background-repeat: no-repeat !important;
    border: none !important;
    box-shadow: 0px 0px 15px 0px rgb(46 204 113 / 55%) !important;
    color: #ffffff !important;
}

.btn-warning, .alert-warning {
    background-color: #be2edd !important;
    background-image: none !important;
    background-repeat: no-repeat !important;
    border: none !important;
    color: #ffffff !important;
}

.btn-warning:hover {
    background-color: #57606f !important;
    background-image: none !important;
    background-repeat: no-repeat !important;
    border: none !important;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 25%);
    color: #ffffff !important;
}

.btn-danger, .alert-danger {
    background-color: #ff2453 !important;
    background-image: none !important;
    background-repeat: no-repeat !important;
    border: none !important;
    color: #ffffff !important;
}

.btn-danger:hover {
    background-color: #57606f !important;
    background-image: none !important;
    background-repeat: no-repeat !important;
    border: none !important;
    box-shadow: 0 0 15px 0 rgb(255 255 255 / 25%);
    color: #ffffff !important;
}

/**
 * FAQ
 */
/*.schema-faq-section {
    border-top: 1px solid #eee;
    cursor: pointer;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1rem;
    padding: 1rem 0;
}

.schema-faq-section:before {
    content: "\f347";
    float: right;
    font-family: dashicons;
    margin: 0 1rem;
}

.schema-faq-section-open:before {
    content: "\f343";
}

.schema-faq-question {
    color: #2f3b48;
}

.schema-faq-answer {
    display: none;
    font-weight: normal;
    margin: 0 0 1rem;
}

.schema-faq-section-open .schema-faq-answer {
    display: block;
}*/

/**
 * FAQ 2
 */
.schema-faq-section {
    cursor: pointer;
    margin-bottom: 20px;
}

.schema-faq-section-open {
    cursor: text;
}

.schema-faq-question {
    border-bottom: 1px solid #f0f1f5;
    display: block;
    padding-bottom: 20px;
    position: relative;
}

.faq_icon {
    position: absolute;
    right: 0;
    top: 0;
}

.faq_iconplus, .faq_iconminus {
    position: absolute;
    top: 0;
    z-index: 0;
}

.faq_iconminus {
    z-index: 1;
}

.schema-faq-section-open .schema-faq-question {
    color: #e53060;
}

.schema-faq-answer {
    color: #2f3b48;
    display: none;
    margin-bottom: 25px;
    padding-top: 20px;
}

/**
 * Tabs
 */
.space-page-content .nav-tabs, .textwidget .nav-tabs {
    border-bottom: 1px solid #dddddd !important;
    display: block !important;
    margin: 0 !important;
}

.space-page-content .nav-tabs>li, .textwidget ul.nav-tabs li {
    margin-right: -1px;
    padding: 0;
}

.textwidget ul.nav-tabs li:before {
    display: none;
}

.nav-tabs>li>a, .space-widget ul.nav-tabs li a {
    border: 1px solid #dddddd;
    border-bottom: 0;
    border-radius: 0;
    color: #333;
    font-weight: bold;
    margin-right: 0;
    padding: 10px 15px;
    text-decoration: none;
}

.nav-tabs>li>a:hover, .home-page .textwidget .nav-tabs a:hover {
    background-color: #fff;
    border-top: 3px solid #e53060;
    color: #000;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #000;
}

.nav-tabs>li.active>a {
    border-top: 3px solid #e53060 !important;
}

.tab-content {
    border: 1px solid #dddddd;
    border-top: 0;
    border-radius: 0 8px 8px;
    padding: 15px 15px 5px;
}

.home-page .textwidget .tab-content {
    margin-top: -5px;
}

/*ds*/

.d-flex {
    display: flex;
}

.ds_hide {
    display: none;
}

.space-games-shortcode-3 .space-games-3-archive-item .space-games-3-archive-item-central .space-games-3-archive-item-category a {
    display: none;
}

.space-games-shortcode-3 .space-games-3-archive-item .space-games-3-archive-item-central .space-games-3-archive-item-category a:nth-child(1) {
    display: block;
}

.space-archive-section .space-games-3-archive-item .space-games-3-archive-item-central .space-games-3-archive-item-category a {
    display: none;
}

.space-archive-section .space-games-3-archive-item .space-games-3-archive-item-central .space-games-3-archive-item-category a:nth-child(1) {
    display: block;
}

/*footer*/

.ds_main_left_sidebar {
    width: 40%;
}

.ds_small_sidebars_wrapper {
    width: 60%;
}

.ds_small_sidebar {
    width: 33%;
}

.ds_center_left_sidebar, .ds_center_right_sidebar {
    width: 50%;
}

.ds_center_right_sidebar form {
    display: flex;
}

.ds_center_right_sidebar ul {
    padding-left: 0 !important;
}

.ds_center_right_sidebar label {
    color: #ffffff;
    display: none;
}

.ds_center_right_sidebar input[type=text] {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

.ds_center_right_sidebar input[type=submit] {
    background-color: #e60025;
    max-width: 46%;
    margin: 16px 0 !important;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;

}

.space-footer {
    padding-top: 40px !important;

}

.space-footer-top {
    background-color: #1d2730;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}

.space-footer-top:first-child {
    padding-top: 60px !important;
}

.space-footer .widget-title {
    font-size: 24px;
    line-height: 1.05;
    color: #e60025;
    margin-bottom: 20px;
}

.space-footer a, .space-footer p {
    color: #fff !important;
}

.space-footer ul {
    padding-left: 50px;
}

.space-footer li {
    padding: 16px 0 !important;
}

.space-footer .space-software-logo {
    filter: grayscale(100%);
}

.space-footer .space-software-logo:hover {
    filter: unset;
}

.ds_banner_sidebar {
    border-top: 1px solid #4a5b68;
    border-bottom: 1px solid #4a5b68;
    padding: 20px 0;
}

.space-footer-copy {
    padding: 0px 0 !important;
    background-color: #1d2730;
}

.space-footer-copy-left {
    line-height: 5.0em;
}

@media only screen and (max-width: 1200px) {
    .space-footer-top {
        padding: 0 20px !important;
    }
}

@media only screen and (max-width: 767px) {
    .ds_footer_top, .ds_footer_center {
        display: block !important;
    }

    .ds_main_left_sidebar, .ds_main_right_sidebar, .ds_center_left_sidebar, .ds_center_right_sidebar {
        width: 100% !important;
        text-align: center;

    }

    .ds_small_sidebars_wrapper {
        justify-content: space-around;
        width: 100%;
    }

    .ds_small_sidebar {
        text-align: center;
    }

    .space-footer ul {
        padding-left: 0px;
    }

}

@media only screen and (max-width: 468px) {
    .ds_small_sidebars_wrapper {
        display: block !important;
        width: 100%;
        text-align: center;
    }

    .ds_small_sidebar {
        width: 100%;
        text-align: center;
    }
}

.ds_active {
    display: block !important;
}

.ds_nav_active {
    color: #e60025;
}

/*alert1*/
.alert-new1 p {
    color: #303434;
}

.alert-new1 p a {
    color: #303434;
    font-weight: bold;
}

.alert-new1 p a:hover {
    color: #303434;
    font-weight: bold;
}

.alert-new1 a.btn {
    background-color: #303434 !important;
    color: #ffffff !important;
}

/*alert3*/
.alert-new3 p {
    color: #4d1658;
}

.alert-new3 p a {
    color: #4d1658;
    font-weight: bold;
}

.alert-new3 p a:hover {
    color: #4d1658;
    font-weight: bold;
}

.alert-new3 a.btn {
    background-color: #4d1658 !important;
    color: #ffffff !important;
}

/*alert4*/
.alert-new4 p {
    color: #7d173c;
}

.alert-new4 p a {
    color: #7d173c;
    font-weight: bold;
}

.alert-new4 p a:hover {
    color: #7d173c;
    font-weight: bold;
}

.alert-new4 a.btn {
    background-color: #7d173c !important;
    color: #ffffff !important;
}

/*alert5*/
.alert-new5 p {
    color: #64550a;
}

.alert-new5 p a {
    color: #64550a;
    font-weight: bold;
}

.alert-new5 p a:hover {
    color: #64550a;
    font-weight: bold;
}

.alert-new5 a.btn {
    background-color: #64550a !important;
    color: #ffffff !important;
}

/*alert6*/
.alert-new6 p {
    color: #155832;
}

.alert-new6 p a {
    color: #155832;
    font-weight: bold;
}

.alert-new6 p a:hover {
    color: #155832;
    font-weight: bold;
}

.alert-new6 a.btn {
    background-color: #155832 !important;
    color: #ffffff !important;
}

/*alert7*/
.alert-new7 p {
    color: #64550a;
}

.alert-new7 p a {
    color: #64550a;
    font-weight: bold;
}

.alert-new7 p a:hover {
    color: #64550a;
    font-weight: bold;
}

.alert-new7 a.btn {
    background-color: #64550a !important;
    color: #ffffff !important;
}

/*alert8*/
.alert-new8 p {
    color: #ff2453;
}

.alert-new8 p a {
    color: #ff2453;
    font-weight: bold;
}

.alert-new8 p a:hover {
    color: #ff2453;
    font-weight: bold;
}

.alert-new8 a.btn {
    background-color: #ff2453 !important;
    color: #ffffff !important;
}

/*alert9*/
.alert-new9 p {
    color: #4097f4;
}

.alert-new9 p a {
    color: #4097f4;
    font-weight: bold;
}

.alert-new9 p a:hover {
    color: #4097f4;
    font-weight: bold;
}

.alert-new9 a.btn {
    background-color: #4097f4 !important;
    color: #ffffff !important;
}

.alert-new9 a.btn:hover {
    background-color: #4097f4 !important;
    color: #ffffff !important;
}

/*shortcode generator*/
#postdivrich {
    position: relative;
}

.ds_shortcode_modal_wrapper {
    position: absolute;
    top: 0px;
    left: 0px
}

/*float*/
.ds_float_banner_wrapperHP .ds_float_banner_nav_img {
    width: 12%;
}

.ds_float_banner_wrapper {
    position: fixed;
    top: calc(50% - 225px);
    right: 0;
    z-index: 10;
    transition: .5s all;
    padding: 0;
    border-radius: 5px;

}

.ds_float_banner_content {
    background: #F1F3F4;
    box-shadow: 0px 0px 20px rgb(0, 0, 0, 0.16);
    border-radius: 5px;
    overflow: hidden;
    padding: 5px 0;
}

.ds_float_banner_wrapperHP .ds_float_banner_content {
    border-radius: 0px;
    padding-left: 20px;
    min-width: 630px;
}

.ds_float_banner_btn_wrapper {
    position: absolute;
    top: calc(50% - 30px);
    left: -28px;
    height: 60px;

}

.ds_link_wrapper {
    text-align: right;
}

.ds_float_banner_btn_wrapperHP {
    position: absolute;
    top: 0;
    left: -60px;
    height: 100%;
    display: flex;
    background: linear-gradient(273.07deg, #FF2453 3.92%, #A70F30 105.71%);
    border-radius: 5px 0px 0px 5px;
    width: 60px;
    justify-content: center;
    flex-direction: column;
}

.ds_float_banner_btnHP {
    padding: 20px 10px;
    border: 0px;
    position: absolute;
    /*top: 145px;*/
    left: -60px;
    height: 60px;
    text-align: center;
    min-width: 180px;
    transform: rotateZ(-90deg);
    background-color: transparent;
    color: white;
    z-index: 100;
}

.ds_float_banner_btnHP p {
    line-height: 1;
}

.ds_float_banner_btnHP::before {
    content: "";
    background-image: url(/wp-content/uploads/2022/10/Frame-13.svg);
    width: 30px;
    height: 30px;
    background-size: contain;
    position: absolute;
    font-weight: 700;
    font-size: 22px;
    bottom: 41px;
    text-align: center;
    right: 0;
    left: 10px;
    margin: 0 auto;
    transform: rotate(90deg);
    color: white;
}

.ds_float_img {
    position: absolute;
    z-index: 1;
}

.ds_img_1 {
    top: 3%;
    left: 0px;
    transform: rotateX(0deg);
}

.ds_img_2 {
    top: 69%;
    left: 6px;
    transform: rotateX(0deg);
}

.ds_img_3 {
    top: 24%;
    left: 19px;
    transform: rotateX(0deg);
}

.ds_img_4 {
    top: 86%;
    left: 14px;
    transform: rotateX(0deg);
}

.ds_float_banner_close {
    transform: translateX(100%);
}

.ds_float_banner_btn {
    padding: 20px 10px;
    background-color: #ff2453;
    border-radius: 0%;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    border: 0px;
    position: relative;
}

.ds_float_banner_btn::before {
    content: "\f0dd";
    font-family: 'Font Awesome 5 Free' !important;
    position: absolute;
    font-weight: 900;
    font-size: 22px;
    bottom: 20px;
    text-align: center;
    right: 0;
    left: 10px;
    margin: 0 auto;
    transform: rotate(90deg);
    color: white;
}


.ds_float_banner_item {
    padding-right: 10px;
    background-color: #ffffff;
    margin: 0;
    margin-bottom: 5px;
    border-radius: 5px;
}

.ds_float_banner_item:last-child {
    border-bottom: 0;
}

.ds_float_banner_item_img {
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
}

.ds_float_banner_item_img .ds_float_banner_item_order {
    margin-right: -6px;
    background: #ff2453;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
    color: white;
    font-weight: bold;

}

.ds_float_banner_item_img_img {
    width: 60px;
    border-radius: 5px;
}

.ds_float_banner_item_title {
    font-weight: 400;
    font-size: 16px;
    color: #151515;
}

.ds_float_banner_wrapperHP .ds_float_banner_item_title {
    color: #111111;
    font-weight: 400;
    font-size: 16px;
}

.ds_float_banner_item_bonus, .ds_float_banner_item_visit {
    color: #111111;
    padding: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 25%;
}

.ds_float_banner_item_bonus {
    flex-grow: 1;
}

.ds_float_banner_item_visit {
    width: 15%;
}

.ds_float_banner_item_btn {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    text-align: center;
    width: 36%;
}

.ds_float_banner_item_link {
    color: #fff;
    background-color: #e53060;
    padding: 10px 20px;
    border-radius: 20px;
    font-weight: 700;
    box-shadow: 0px 0px 20px rgb(0, 0, 0, 0);
    min-width: 127px;
    text-decoration: none;
}

.ds_float_banner_item_link:hover {
    color: #fff;
    background-color: #e53060;
    box-shadow: 0px 0px 20px rgb(0, 0, 0, 0.16);
}

.ds_float_banner_item_header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 30%;
    padding: 0 10px 0 26px;
}

.ds_float_banner_item_cat {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 21%;
    padding: 0 10px;
}

.da_hp_freeSpins .ds_float_banner_item_header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 41%;
    padding: 0 10px;
}

.da_hp_freeSpins .ds_float_banner_item_img {
    width: 13%;
    justify-content: left;
}

.da_hp_freeSpins .ds_float_banner_item_cat {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 33%;
    padding: 0 10px;
}

.ds_float_banner_item_bonus_img, .ds_float_banner_item_visit_img {
    width: 30px;
    height: auto;

}

.da_hp_freeSpins_col {
    background-color: #F1F3F4;
    padding: 25px 20px 25px 25px;
    border-radius: 5px;
}

.da_hp_freeSpins_col_first {
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 5px 0 0 5px;
    padding: 0;
}

.da_hp_freeSpins_col_first img {
    width: 100%;
    border-radius: 5px 0 0 5px;
}

.da_hp_freeSpins .ds_float_banner_item_link {
    color: white !important;
    text-decoration: none !important;
    min-width: 137px;
    text-align: center;
}

.ds_img_wrapper {
    height: 100%;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    .da_hp_freeSpins .ds_float_banner_item_link {
        min-width: 137px;
        text-align: center;
    }
}

.da_hp_freeSpins_title {
    font-size: 21px;
    font-weight: 700;
}

.ds_title_col_left {
    width: 55% !important;
    padding-top: 0px !important;
}

.ds_float_banner_nav div {
    font-weight: 700;
    color: #151515;
}

.ds_float_banner_nav_img {
    width: 13%;
    justify-content: left;
}

.ds_float_banner_nav_header {
    width: 41%;
    padding: 0 10px 0 13px;
}

.ds_float_banner_nav_cat {
    width: 33%;
}

.ds_float_banner_nav_btn {
    width: 36%;
}

.ds_float_banner_nav {
    padding: 5px 0px 18px 0px;
    font-size: 16px;
}

.ds_float_banner_wrapperHP .ds_float_banner_nav_img {
    width: 12% !important;
}

.ds_float_banner_wrapperHP .ds_float_banner_nav_header {
    width: 30% !important;
    padding: 0 10px 0 26px !important;
}

.ds_float_banner_wrapperHP .ds_float_banner_nav_cat {
    width: 21% !important;
    //padding: 0 10px;
}

.ds_float_banner_wrapperHP .ds_float_banner_nav_btn {
    width: 36% !important;
}

.ds_float_banner_wrapperHP .ds_float_banner_item_img {
    flex-direction: column !important;
    width: 12% !important;
}

.ds_float_banner_wrapperHP .ds_float_banner_item_header {
    width: 30% !important;
    padding: 0 10px 0 26px !important;
}

.ds_float_banner_wrapperHP .ds_float_banner_item_cat {
    width: 21% !important;
    padding: 0 10px;
}

.ds_float_banner_wrapperHP .ds_float_banner_item_btn {
    width: 36% !important;
}

.da_hp_freeSpins {
    width: 100%;
    margin-left: 0;
    background-color: #F1F3F4;
    border-radius: 5px;
    background-image: url(/wp-content/uploads/2022/10/Frame-8.jpg);
    background-repeat: no-repeat;
    background-size: 33%;
    border-radius: 5px;
    background-position: left center;
}

.ds_mobile_img {
    display: none;
}

@media only screen and (max-width: 1200px) {
    .da_hp_freeSpins_col {
        //padding: 25px 20px 25px 20px;
    }
}

@media only screen and (max-width: 990px) {
    .ds_mobile_img {
        display: block;
        width: 100%;
        object-fit: cover;
        border-radius: 5px;
    }

    .ds_img_wrapper {
        width: 100%;
        overflow: hidden;
        border-radius: 5px;
    }

    .da_hp_freeSpins_col_first {
        display: none;
    }
}

@media only screen and (max-width: 767px) {

    .ds_float_banner_wrapper {
        position: fixed;
        bottom: 0%;
        right: 0;
        z-index: 10;
        transition: .5s all;
        width: 100vw;
        top: unset;
        z-index: 10000;
    }

    .ds_float_banner_nav {
        padding: 5px 0px;
        font-size: 12px;
    }

    .ds_float_banner_wrapperHP {
        position: fixed;
        bottom: 0%;
        right: 0;
        z-index: 10;
        transition: .5s all;
        width: 100vw;
        top: unset;
        z-index: 10000;
        background-color: #ffffff;
    }

    .ds_float_banner_wrapperHP .ds_float_banner_nav_img {
        padding-left: 0px !important;
    }

    .ds_float_banner_wrapperHP .ds_float_banner_nav_header {
        padding: 0 10px 0 34px !important;
    }

    .ds_float_banner_close {
        transform: translateY(calc(100% - 0px));
    }

    .ds_float_banner_btn_wrapper {
        position: absolute;
        top: -42px;
        left: calc(50% - 14px);
        height: 60px;
    }

    .ds_float_banner_btn_wrapperHP {
        position: absolute;
        top: -60px;
        left: 0;
        height: 60px;
        width: 100%;
        border-radius: 5px 5px 0 0;
    }

    .ds_float_banner_btn {
        transform: rotateZ(90DEG);
        top: 0px;
        left: 0px;
    }

    .ds_float_banner_btnHP {
        transform: rotateZ(0DEG);
        top: 0px;
        left: 5%;
        text-align: center;
        width: 90%;
    }

    .ds_float_banner_wrapperHP .ds_float_banner_content {
        border-radius: 5px 5px 0 0;
        padding-left: 10px;
        min-width: unset;
        position: relative;
        top: -5px;
        z-index: 2;
    }

    .ds_float_banner_content_nav {
        display: flex;
        justify-content: space-around;
        position: relative;
        top: 5px;
    }

    .ds_float_banner_content_nav {
        margin: 0 5px;
        height: 0vw;
        overflow: hidden;
        transition: all 0.3s ease-in-out;
    }

    .ds_float_banner_close .ds_float_banner_content_nav {
        height: 44px;
    }

    .ds_float_banner_item_img_nav {
        margin: 0 5px;
    }

    .ds_float_banner_item_img_img_nav {
        border-radius: 5px;
        width: 44px;
    }

    .ds_float_banner_item_header {
        padding-left: 0;
    }

    .ds_float_banner_item_visit {
        width: 12%;
    }

    .ds_float_banner_item_img {
        margin-right: 10px;
    }

    .ds_float_banner_item_img_img {
        width: 43px;
    }

    .ds_float_banner_item_img .ds_float_banner_item_order {
        width: 20px;
        height: 20px;
        font-size: 13px;
    }

    .ds_img_1 {
        top: -7px;
        left: 90%;
        transform: rotateZ(90deg);
    }

    .ds_img_2 {
        top: 14px;
        left: 6px;
        transform: rotateX(0deg);
    }

    .ds_img_3 {
        top: 3px;
        left: 65px;
        transform: rotateX(0deg);
    }

    .ds_img_4 {
        top: 21px;
        left: 80%;
        transform: rotateZ(90deg);
    }



}

@media only screen and (max-width: 670px) {
    .ds_title_col_left {
        width: 100% !important;
        padding-top: 0px !important;
    }

    .ds_title_col_right {
        display: none !important;
    }

    .da_hp_freeSpins .ds_float_banner_item_header {
        width: 33%;
    }

    .da_hp_freeSpins .ds_float_banner_item_img {
        width: 12%;
        margin-right: 0 !important;
    }

    .da_hp_freeSpins .ds_float_banner_item_cat {
        width: 33%;
    }

    .ds_float_banner_nav_img {
        width: 12%;
        justify-content: left;
    }

    .ds_float_banner_nav_header {
        width: 33%;
        justify-content: left;
    }

    .ds_float_banner_nav_header {
        width: 40%;
    }

    .ds_float_banner_nav_cat {
        width: 33%;
    }

    .da_hp_freeSpins .ds_float_banner_item_link {
        min-width: unset;
        font-size: 10px;
        padding: 5px 10px;
    }

    .da_hp_freeSpins_col {
        width: 100%;
    }
}

@media only screen and (max-width: 500px) {
    .da_hp_freeSpins_col {
        background-color: #ffffff;
        padding: 25px 0;
    }

    .da_hp_freeSpins_col_first {
        display: none;
    }

    .ds_float_banner_item {
        background-color: #F1F3F4;
    }

    .da_hp_freeSpins_col {
        padding-top: 0px !important;
    }

    .ds_float_banner_item_link span {
        display: none;
    }

    .ds_float_banner_item_link {
        color: #fff;
        background-color: #ff2453;
        padding: 5px 23px;
        font-weight: 700;
        text-align: center;
        font-size: 12px;
        min-width: unset;
    }

    .ds_float_banner_item_bonus, .ds_float_banner_item_visit {
        font-size: 14px;
    }

    .ds_float_banner_item_title {
        font-size: 12px !important;
    }

    .ds_float_banner_nav {
        padding-right: 10px;
    }

    .ds_float_banner_nav_img {
        width: 12%;
    }

    .ds_float_banner_nav_header {
        padding: 0 10px 0 21px !important;
        width: 40% !important;
    }

    .ds_float_banner_nav_cat {
        width: 24% !important;
        padding: 0 14px;
    }

    .ds_float_banner_nav_btn {
        width: 24% !important;
    }

    .ds_float_banner_item_img {
        width: 12% !important;
    }

    .ds_float_banner_item_header {
        width: 40% !important;
        padding: 0 10px 0 21px !important;
    }

    .ds_float_banner_item_cat {
        width: 24% !important;
    }

    .ds_float_banner_item_btn {
        width: 24% !important;
    }

    .ds_float_banner_item_btn span {
        display: none;
    }

    .da_hp_freeSpins {
        padding-top: 200xp;
    }

    .ds_mobile_img {
        display: block;
        width: 100%;
        object-fit: cover;
        border-radius: 5px;
    }

    .ds_img_wrapper {
        width: 100%;
        overflow: hidden;
        border-radius: 5px;
    }
}

.ds_float_banner_item_nbr {
    padding: 0 13px 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ds_float_banner_item_meta1 {
    padding: 0 10px 0 20px;
    font-weight: 700;
}

.ds_float_banner_item_meta2 {
    font-weight: 400 !important;
}

#scrolltop.show {
    bottom: 65px !important;
}

.ds_title_wrapper {
    justify-content: space-between;
}

.ds_title_col_left {
    width: 68%;
    padding-top: 45px;
}

.ds_title_col_left_title {
    font-size: 31px;
    padding-bottom: 10px;
}

.ds_title_col_left_text {
    font-size: 20px;
}

.ds_title_col_right {
    padding-right: 5%;
}

.ds_title_col_right_img {
    max-width: 250px;
}

/*menu*/
.space-header-menu ul.main-menu li:hover>ul.sub-menu {
    top: 80px;
    opacity: 1;
    visibility: visible;
}

.space-header-menu ul.main-menu li>ul.sub-menu>li a:hover>ul.sub-menu {
    top: -15px;
    opacity: 1;
    visibility: visible;
}

.space-header-menu ul.main-menu li>ul.sub-menu>li ul.sub-menu {
    top: -15px;
    left: 220px;
    z-index: 1000;
}

#menu-item-31346:after,
#menu-item-37850:after,
#menu-item-37840:after,
#menu-item-37368:after,
#menu-item-36831:after,
#menu-item-36832:after {
    content: "\f0dd";
    font-family: 'Font Awesome 5 Free' !important;
    position: absolute;
    font-weight: 900;
    font-size: 20px;
    text-align: center;
    right: 10px;
    margin: 0 auto;
    color: #ffffff;
    transform: rotate(-90deg);
}

#menu-item-31346:hover:after,
#menu-item-37850:hover:after,
#menu-item-37840:hover:after,
#menu-item-37368:hover:after,
#menu-item-36831:hover:after,
#menu-item-36832:hover:after {
    color: #dd2525;
}

#text-134 .space-page-wrapper {
    padding: 0 !important;
}

.space-related-items {
    clear: both !important;
}

.space-offers-archive-item-button a:hover {
    color: white !important;
}














/* kalendar */

.kalendar .kalendar-banner, .kalendar .kalendar-textovy-banner {
    width: 100%;
    margin-bottom: 30px;
    margin-top: 10px;
    text-align: center;
}

.kalendar .zadny-kalendar-text {
    width: 100%;
    font-size: 12px;
    line-height: 17px;
    margin-top: 4px;
    letter-spacing: 1px;
}

.kalendar .box-10 {
    width: 10%;
}

.kalendar .hidden-item {
    display: none !important;
}



@media only screen and (max-width: 991px) {

    .kalendar ul.nabidka-tagy {
        margin-top: 10px !important;
    }

    .kalendar .hidden-item-mobile {
        display: none !important;
    }

    .kalendar .zobraz-vice-pc {
        display: none;
    }

    .kalendar .box-90 {
        width: 100%;
    }

    .kalendar .nabidka-date-mobile {
        background: #ffffff;
        margin-top: 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        box-shadow: 0px 0px 20px #00000026;
        border-radius: 8px;
    }

    .kalendar .d-pc {
        display: none;
    }

    .kalendar .nabidka-row .nabidka-logo {
        margin-right: 12px;
        max-width: 60px;
        min-width: 60px;
        position: relative;
    }

    .kalendar .kalendar-box .kalendarni-den {
        font-size: 21px;
        margin-bottom: -10px;
        color: #e81638;
        padding-bottom: 0;
    }

    .kalendar .kalendar-box .kaledarni-mesic {
        font-size: 13px;
        font-weight: 600;
        color: black;
        margin-bottom: 5px;
    }

    .kalendar .nabidka-main-cta .box-80 {
        order: 2;
    }

    .kalendar .kalendar-box .space-offers-archive-items {
        margin-bottom: 50px;
    }

    .kalendar-newsletter {
        margin: 10px;
    }

    .kalendar .kalendar-newsletter .kalendar-newsletter-bg {
        padding: 10px;
        background-position: 120% -10% !important;
    }


    .kalendar .newsletter-sign-up {
        max-width: 40% !important;
    }

    .kalendar .zadny-kalendar-text {
        padding: 10px;
    }

    .kalendar-newsletter input {
        font-size: 13px;
    }

    .kalendar .kalendar-newsletter-title {
        padding: 10px;
    }

}


@media only screen and (min-width: 992px) {

    .kalendar .hlavni-nabidka-popis {
        min-height: 55px;
    }

    .kalendar .kalendar-newsletter-title {
        padding: 22px 0px 22px 30%;
    }

    .kalendar-newsletter-form {
        padding: 12px 30px;
    }

    .kalendar-newsletter input[type="text"] {
        width: 100%;
        max-width: 360px !important;
    }

    .kalendar .d-mobile {
        display: none !important;
    }

    .kalendar .hidden-item-pc {
        display: none !important;
    }

    .kalendar .zobraz-vice-mobile {
        display: none;
    }

    .kalendar .space-offers-archive-item-wrap .pc-ps {
        padding-left: 78px;
        width: 100%;
    }

    .kalendar .space-offers-archive-item-wrap {
        width: 100%;
    }

    .kalendar .nabidka-row .nabidka-logo {
        margin-right: 18px;
        max-height: 60px;
        max-width: 60px;
        min-width: 60px;
        position: relative;
    }

    .kalendar .kalendar-box .kalendarni-den {
        font-size: 41px;
        margin-bottom: -15px;
        margin-top: -10px;
        color: #e81638;
        padding-bottom: 0;
    }

    .kalendar .kalendar-box .kaledarni-mesic {
        font-size: 13px;
        font-weight: 600;
        color: black;
    }

    .kalendar .nabidka-date-mobile {
        display: none;
    }

    .kalendar .box-90 {
        width: 90%;
    }

    .kalendar .box-sticky {
        position: sticky;
        position: -webkit-sticky;
        background: #ffffff;
        width: 100px;
        height: 100px;
        top: 70px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        box-shadow: 0px 0px 20px #00000026;
        border-radius: 8px;
    }

}


.kalendar .newsletter-sign-up input {
    padding-left: 40px;
    background-color: #e53060;
}

.kalendar .newsletter-sign-up img {
    position: absolute;
    left: 8px;
    top: 8px;
}

.kalendar .newsletter-sign-up {
    position: relative;
    margin-left: 20px;
}


.kalendar .nabidka-date-shortcode .kalendarni-den {
    font-size: 21px;
    margin-bottom: -10px;
}

.kalendar .nabidka-date-shortcode {
    background: #ffffff;
    display: block;
    text-align: center;
    box-shadow: 0px 0px 20px #00000026;
    border-radius: 8px;
    margin-top: 24px;
}

.kalendar .kalendar-nabidka .space-offers-archive-item-ins {
    width: 100%;
}

.kalendar .kalendar-free-spiny .space-offers-archive-item-ins {
    border-top: 6px solid #980da8;
}

.kalendar .title-free-spins h2 {
    color: #980da8;
}

.kalendar .kalendar-souteze .space-offers-archive-item-ins {
    border-top: 6px solid #1f7e31;
}

.kalendar .title-souteze h2 {
    color: #1f7e31;
}


.kalendar .kalendar-bonusy .space-offers-archive-item-ins {
    border-top: 6px solid orange;
}

.kalendar .title-bonusy h2 {
    color: orange;
}

.kalendar .kalendar-opakujici .space-offers-archive-item-ins {
    border-top: 6px solid #2bcde6;
}

.kalendar .title-opakujici h2 {
    color: #2bcde6;
}


.kalendar .kalendar-title h2 {
    font-size: 26px;

    font-weight: 700;
}


body.page-id-44677 {
    overflow: unset !important;
}

.kalendar .kalendar-box {
    display: flex;
    justify-content: space-between;
}





.kalendar .nabidka-row .nabidka-logo img {
    border-radius: 8px !important;
}

.kalendar .nabidka-row {
    display: flex;
}

.kalendar .hlavni-nabidka {
    line-height: 22px;
    font-size: 20px;
    padding-bottom: 0.2em;
}

.kalendar .hlavni-nabidka-popis .promocode {
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    padding: .1em .5em;
    border-radius: .4em;
    background-color: #ffc1075e;
    color: #000;
    white-space: nowrap;
}

.kalendar .hlavni-nabidka-popis .promocode img {
    width: 20px;
    margin-right: 4px;
}

.kalendar .hlavni-nabidka:first-letter {
    text-transform: capitalize;
}

.kalendar .hlavni-nabidka-popis:first-letter {
    text-transform: capitalize;
}

.kalendar .hlavni-nabidka-popis {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.45em;
    color: #7f8c8d;
    padding-bottom: 0 !important;
}

.kalendar ul.nabidka-tagy li p {
    font-size: 13px;
    padding: 2px 8px;
    border-radius: 8px;
}

p.tag-vip-bonus {
    background: #ffc107 !important;
}

.kalendar ul.nabidka-tagy li {
    display: inline-block;
    margin-right: 5px;
}

.kalendar .tag-bez-vkladu {
    background-color: #5ab95a !important;
    color: white !important;
}

.kalendar .nabidka-tagy li p {
    background-color: #e5e5e5;
}

.kalendar ul.nabidka-tagy {
    margin-top: 0;
    margin-left: 0px;
}

.kalendar .nabidka-main-cta .nabidka-cta a img {
    width: 25px;
    margin-right: 11px;
}

.kalendar .nabidka-main-cta .nabidka-cta a {
    background-color: #e53060;
    display: flex;
    padding: 10px 20px;
    align-items: center !important;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.25em;
    color: #fff;
    border-radius: 23px;
    box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    max-width: 170px;
}

.kalendar .nabidka-main-cta {
    margin-top: 20px;
}

.kalendar .nabidka-tooltip {
    position: relative;
    display: flex;
    cursor: pointer;
    align-items: center !important;
    color: #1d2730;
    border-radius: 50%;
    text-align: center;
    border: 2px solid #e5e5e5;
    font-weight: 700;
    width: 30px;
    height: 30px;
    justify-content: center !important;
}

.triangle-up {
    visibility: hidden;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #1d2730;
    transform: rotate(180deg);
    position: absolute;
    top: -10px;
    left: 4px;
    opacity: 0;
    transition: opacity 0.3s;
}

.kalendar .nabidka-tooltip:hover .triangle-up {
    visibility: visible;
    opacity: 1;
}

.kalendar .code-text {
    line-height: 20px;
}

.kalendar .tooltip-text {
    visibility: hidden;
    width: 140px;
    background-color: #1d2730;
    box-shadow: 0px 3px 6px #00000029;
    color: #fff;
    text-align: center;
    border-radius: 8px;
    padding: 5px 4px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -70px;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 12px;
    line-height: 16px;
    padding: 10px;
}

.kalendar .nabidka-tooltip:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

.kalendar .nabidka-row.nabidka-main-cta {
    align-items: center !important;
}

.kalendar .nabidka-tooltip-box {
    text-align: center;
}

.kalendar .kalendar-title {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.kalendar .top-nabidka p {
    font-size: 12px;
    font-weight: 800;
}

.kalendar .top-nabidka {
    position: absolute;
    right: 20px;
    top: -20px;
    background-color: #FFC107;
    border-radius: 50%;
    padding: 8px;
    width: 40px;
    height: 40px;
}

.kalendar .kalendar-title img {
    width: 60px;
    margin-left: 10px;
    margin-right: 10px;
}



.kalendar .zobraz-vice-button {
    border: 2px solid #2e3246;
    border-radius: 22px;
    padding: 10px 20px 8px 20px;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 600;
    background: transparent;
    color: #2e3246;
}

.kalendar .kalendar-newsletter {
    width: 100%;
}

.kalendar .kalendar-newsletter .kalendar-newsletter-bg {
    background-color: #1d2730;
    background-image: url(img/newsletter-bg.png);
    background-repeat: no-repeat;
    background-position: 0% 50%;
    align-items: center !important;

}

.kalendar .kalendar-newsletter-title h2 b {
    font-weight: 900;
}

.kalendar .kalendar-newsletter-title h2 {
    font-size: 22px;
    color: white;
    font-weight: 100;
    max-width: 250px;
}



.kalendar .kalendar-newsletter .space-organizations-3-archive-item-button {
    display: block;
}

.kalendar .kalendar-newsletter input[type="email"] {
    width: 100%;
    max-width: 60%;
    border-radius: 21px;
}

.kalendar .newsletter-sign-up img {
    width: 25px;
    margin-right: 5px;
}



.kalendar .newsletter-warning a {
    color: #e53060;
    font-weight: 700;
    text-decoration: underline;
}

.kalendar .newsletter-warning {
    font-size: 13px;
    color: white;
    margin-top: 10px;
}

.kalendar .newsletter-form {
    align-items: center !important;
    display: flex;
}

.kalendar .tlacitko-section {
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
}

.kalendar .tlacitko-section a:hover {
    color: #2e3246;
    text-decoration: underline;
}

.kalendar .tlacitko-section a {
    text-decoration: none;
}


body.home .ds_float_banner_wrapper {
    display: none;
}

.space-header-gift {
    right: 85px;
    top: 10px;
    margin: 0;
}

blockquote:before,
blockquote.wp-block-quote:before,
.space-header-menu ul.main-menu li.menu-item-has-children a:after,
.space-header-menu ul.main-menu li ul.sub-menu li.menu-item-has-children:after,
.space-header-2-nav ul.main-menu li.menu-item-has-children a:after,
.space-header-2-nav ul.main-menu li ul.sub-menu li.menu-item-has-children:after,
.space-mobile-menu-list ul li.menu-item-has-children:after,
.space-mobile-menu-list ul li.menu-item-has-children.space-up:after,
.space-page-content ul.space-mark li:before,
.home-page .textwidget ul li:before,
blockquote.wp-block-quote:before {
    font-weight: 900 !important;
}

.test .icon::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.test .login::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f007";
}

.test .tps::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    content: "\f1ea";
}

.test .twitter::before {
    font-family: "Font Awesome 5 Brands";
    content: "\f099";
}






/* table styling */

.tabulka-wrapper {
    background: #F1F3F4;
    border-radius: 8px;
    padding: 22px;
    margin-bottom: 30px;
}

.tabulka-table tbody tr td {
    vertical-align: middle;
    font-weight: 400;
    font-size: 16px;
    color: #151515;
    padding: 10px 15px;
}

.tabulka-table tbody tr td.casino-logo {
    max-width: 70px;
    width: 70px;
    line-height: 0;
}

.tabulka-table tbody tr td:first-child {
    padding: 0 !important;
}

.tabulka-table tbody tr {
    background-color: white;
    border-bottom: 5px solid #f1f3f4;
}

.tabulka-table tbody tr:last-child {
    border: 0;
}

.tabulka-table tbody tr td:first-child {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.tabulka-table tbody tr td:last-child {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    text-align: end;
}

.tabulka-table tbody tr td a {
    color: white;
    text-decoration: none;
    text-transform: uppercase;
}

.tabulka-table tbody tr td a:hover {
    color: white;
}

.tabulka-wrapper .space-block-title {
    padding: 0;
}

.tabulka-wrapper .tabulka-table {
    margin: 0;
    width: 100%;
}

@media only screen and (min-width: 992px) {

    .tabulka-table thead tr th {
        font-size: 13px;
        margin: 0;
    }

    .tabulka-table tbody tr .casino-logo img {
        width: 60px;
        border-radius: 5px;
    }

}

@media only screen and (max-width: 991px) {
    .tabulka-table tbody tr td:last-child a {
        display: inline-block;
        font-size: 11px;
        padding: 5px 13px;
    }

    .tabulka-wrapper {
        padding: 10px;
    }

    .tabulka-table thead tr th:nth-child(4) {
        display: none;
    }

    .tabulka-table tbody tr td {
        padding: 0px 6px !important;
        font-size: 12px;
        line-height: 18px;
    }

    .tabulka-wrapper .space-block-title {
        padding-top: 10px;
    }

    .tabulka-table tbody tr td:last-child {
        display: table-cell !important;
    }

    .tabulka-table tbody tr td:nth-child(4) {
        display: none;
    }

    .tabulka-table tbody tr .casino-logo img {
        max-width: 50px;
    }

    .tabulka-table tbody tr .casino-logo {
        max-width: 60px !important;
        width: 60px !important;
    }

    .tabulka-table thead tr th {
        font-size: 11px;
        padding: 2px 6px;
    }
}




/* irp */

.shortcode-news .text-white {
    color: white;
}

.shortcode-news .font-size-2 {
    font-size: 18px;
}

.shortcode-news .btn-irp {
    margin: 10px;
    border: 2px solid #ffffff !important;
    padding: 6px 22px;
}

@media (min-width:992px) {
    .shortcode-news .text-lg-end {
        text-align: end;
    }

    .shortcode-news .bg-featured {
        position: absolute;
        left: -5px;
        top: 0%;
        bottom: 0;
        opacity: .5;
    }

    .shortcode-news .bg-featured img {
        min-height: 100%;
        max-height: 70px;
        min-width: 300px;
        max-width: 300px;
        object-fit: cover;
    }

    .shortcode-news .bg-featured:after {
        content: " ";
        position: absolute;
        width: 70px;
        height: 100%;
        background: linear-gradient(270deg, rgb(229 48 96) 0, rgba(0, 212, 255, 0) 100%);
        margin-left: -70px;
    }

    .shortcode-news {
        overflow: hidden;
        position: relative;
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
        padding-right: 1rem !important;
        padding-left: 1rem !important;
        background-color: #e53060;
        border-radius: 10px !important;
        margin-left: 0;
        margin-right: 0;
        align-items: center !important;
        justify-content: flex-end !important;
        display: flex;
        flex-wrap: wrap;
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .shortcode-news .shortcode-text {
        position: relative;
        z-index: 1
    }

}



@media (max-width:991px) {

    .shortcode-news {
        overflow: hidden;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: end;
        min-height: 240px;
        background-color: #e53060;
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .shortcode-news .shortcode-text {
        position: relative;
        z-index: 1;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .shortcode-news .shortcode-text:last-child {
        margin-bottom: 0;
    }

    .shortcode-news .bg-featured {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        opacity: 0.5;
        width: 100%;
        z-index: 0;
        padding: 0;
        margin: 0;
        height: 100%;
        max-height: 100px;
    }

    .shortcode-news .bg-featured img {
        width: 100%;
        object-fit: cover;
        height: 100%;
    }

    .shortcode-news .bg-featured:after {
        content: " ";
        position: absolute;
        width: 100%;
        height: 100%;
        background: linear-gradient(360deg, #e53060 0, rgba(0, 212, 255, 0) 100%);
        left: 0;
        bottom: -1px;
    }

}


@media (max-width: 991px) {
    .hidden-mobile-casino, .hidden-mobile-category, .hidden-mobile-game {
        display: none !important;
    }

    .show-more-button {
        display: inline-block;
        color: white;
        padding: 6px 20px;
        border-radius: 15px;
        border: 1px solid #ff2453;
        font-size: 12px;
        background: #ff2453;
    }

}

.home .space-shortcode-wrap {
    margin: 0;
}

@media (min-width: 992px) {
    .show-more-button {
        display: none
    }
}


img.avatar.avatar-50.photo {
    width: 50px !important;
    height: 50px !important;
    flex-shrink: 0;
    display: inline-block
}

.tabulka-table tbody tr.casino-logo img {
    display: block
}

@media(min-width:992px) {
    .space-mobile-menu {
        visibility: hidden;
        opacity: 0;
        transition: none
    }

    .space-header-menu ul.main-menu li ul.sub-menu {
        visibility: hidden;
        opacity: 0;
        transition: none
    }

    .space-header-menu ul.main-menu li:hover>ul.sub-menu {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out
    }
}

@media(max-width:991px) {
    .space-mobile-menu {
        visibility: hidden;
        opacity: 0;
        transition: none
    }

    .space-mobile-menu.active {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out
    }

    .space-header-gift img.no-lazy {
        width: 40px;
        height: 40px;
        display: block
    }

    .space-page-content.box-100 img.alignright.size-medium.wp-image-3669 {
        width: 300px;
        height: 169px;
        aspect-ratio: 300/169;
        object-fit: cover
    }

    .size-mercury-custom-logo {
        width: 173px;
        height: 40px
    }

    .space-archive-loop-item .space-archive-loop-item-img-link img {
        aspect-ratio: 1 / 1;
        width: 100%;
        height: auto;
        display: block;
    }

    .space-archive-loop-item .space-archive-loop-item-img {
        min-height: 400px;
        aspect-ratio: 1 / 1;
        margin-bottom: -30px;
    }
}

.space-offers-archive-item .related-casino-logos img {
    border-radius: 8px;
    width: 100px;
    height: 70px;
    object-fit: cover;
}

.space-offers-archive-item .related-casino-logos {
    margin-bottom: 10px;
}


.bonuses-category-box .space-categories-list-box li a {
    padding: 6px 12px;
}

.bonuses-category-box .space-categories-list-box {
    border-radius: 12px;
    margin-bottom: 10px;
    padding: 0;
}

@media(min-width:992px) {
    .bonuses-category-box .space-categories-list-box .space-block-title {
        margin-bottom: 8px;
        padding-bottom: 8px;
        padding-left: 3px;
        margin-top: 6px;
    }

    .mobile-filter-header, .mobile-filter-toggle {
        display: none;
    }
}

@media(max-width:991px) {
    .bonuses-category-box .space-categories-list-box .space-block-title {
        margin-bottom: 8px;
        padding-bottom: 8px;
        margin-top: 6px;
    }

    #closeFilterSidebar {
        background: transparent;
        color: #e53060;
        border: 0;
        font-size: 31px;
        margin-left: auto;
        display: block;
        margin-top: 10px;
    }

    #mobileFilterSidebar {
        position: fixed;
        top: 0;
        left: -100%;
        width: 80%;
        max-width: 320px;
        height: 100%;
        background: #fff;
        z-index: 9999;
        overflow-y: auto;
        transition: left 0.3s ease-in-out;
        box-shadow: 2px 0 8px rgba(0, 0, 0, 0.2);
        padding: 4px 10px 0px 10px;
    }

    #mobileFilterSidebar .mobile-filter-content {
        max-height: 80%;
        overflow-x: hidden;
        overflow-y: scroll;
    }

    #mobileFilterSidebar.active {
        left: 0;
    }

    #filterOverlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.4);
        z-index: 9998;
    }

    #filterOverlay.active {
        display: block;
    }

    #openFilterSidebar {
        display: block;
        color: #ff2453;
        padding: 6px 20px;
        border-radius: 15px;
        border: 1px solid #ff2453;
        background: white;
        margin-left: 16px;
    }
}

.tooltip-container {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.tooltip-text {
    visibility: hidden;
    width: 140px;
    background-color: #1d2730;
    box-shadow: 0px 3px 6px #00000029;
    color: #fff;
    text-align: center;
    border-radius: 8px;
    padding: 5px 4px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: 0px;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 12px;
    line-height: 11px;
    padding: 10px;
}

.tooltip-container:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

.kalendar .hlavni-nabidka-popis .promocode .tooltip-text:after {
    content: " ";
    width: 30px;
    height: 10px;
    position: absolute;
    bottom: -10px;
    left: 40%;
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    border-top: 17px solid #1d2730;
}

.top-bonus-label p {
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 0;
    line-height: 26px;
}

.top-bonus-label {
    position: absolute;
    right: 10px;
    top: -18px;
    background-color: #FFC107;
    border-radius: 50%;
    padding: 8px;
    width: 40px;
    height: 40px;
}

.top-bonus-box .space-offers-archive-item-ins {
    border-top: 3px solid #ffc107;
}


/* automaty new */


.automaty-new .space-units-3-archive-item-img-wrap {
    overflow: hidden;
}

.automaty-new .space-units-3-archive-item-img-wrap img {
    object-fit: cover;
    height: 270px;
    width: 570px;
}

button.show-more-terms.button {
    display: inline-block;
    color: #ff2453;
    padding: 6px 20px;
    border-radius: 15px;
    border: 1px solid #ff2453;
    background-color: transparent;
    font-size: 12px;
    float: left;
}


@media only screen and (min-width: 992px) {
    .space-game-taxonomies {
        --gap: 10px;
        display: flex;
        flex-wrap: wrap;
        gap: var(--gap);
        align-items: center;
        margin-bottom: 30px;
        margin-top: 10px;
    }

    .space-game-taxonomies .space-game-taxonomy-row .space-game-taxonomy-label {
        font-size: 13px;
    }

    .space-game-taxonomies .space-game-taxonomy-row .space-game-taxonomy-links a {
        font-size: 15px;
        font-weight: 500;
        color: #dd3333;
    }

    .space-game-taxonomies .space-game-taxonomy-row {
        padding: 12px;
        border: 1px solid #ebebeb;
        flex: 0 0 32.333%;
        box-sizing: border-box;
        border-radius: 5px;
        justify-content: space-between;
        display: flex;
        align-items: center;
    }


    .space-units-3-archive-item-img-wrap.box-100 img {
        min-height: 270px;
        object-fit: cover;
    }
}

@media only screen and (max-width: 991px) {

    .space-units-3-archive-item-img-wrap.box-100 img {
        min-height: 193px;
        object-fit: cover;
    }

    .space-game-taxonomies {
        --gap: 8px;
        display: flex;
        flex-wrap: wrap;
        gap: var(--gap);
        align-items: center;
        margin-bottom: 30px;
    }

    .space-game-taxonomies .space-game-taxonomy-row .space-game-taxonomy-label {
        font-size: 13px;
    }

    .space-game-taxonomies .space-game-taxonomy-row .space-game-taxonomy-links a {
        font-size: 15px;
        font-weight: 500;
        color: #dd3333;
    }

    .space-game-taxonomies .space-game-taxonomy-row {
        padding: 12px;
        border: 1px solid #ebebeb;
        flex: 0 0 100%;
        box-sizing: border-box;
        border-radius: 5px;
        justify-content: space-between;
        display: flex;
        align-items: center;
    }
}




.space-game-iframe__wrap {
    height: 491.525px;
    margin-bottom: 10px;
}

.space-game-taxonomies .space-game-taxonomy-row .space-game-taxonomy-links {
    text-align: end;
}

button.space-game-switch {
    width: 100%;
    margin-top: 10px;
    border-radius: 5px;
    background-color: transparent;
    font-size: 13px;
    border: 1px solid #e53060;
    color: #e53060;
    margin-bottom: 10px;
}

.rtp-scale {
    position: relative;
}

.rtp-scale-track {
    height: 8px;
    background: linear-gradient(90deg, #eee, #ddd);
    border-radius: 999px;
    position: relative;
}

.rtp-scale-marker {
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    height: 8px;
}

.rtp-scale-marker::before {
    content: "";
    position: absolute;
    top: -6px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #111;
}


.rtp-scale-ticks {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    margin-top: 8px;
    color: #666;
}

.rtp-rating-header p:last-child {
    line-height: 18px;
    font-size: 14px;
}

.rtp-rating-header p:first-child {
    min-width: 30%;
    font-size: 21px;
    text-align: center;
    font-weight: 600;
    line-height: 23px;
}

.rtp-rating-header {
    display: flex;
    align-items: center !important;
    margin-bottom: 20px;
}

.rtp-rating {
    margin-top: 20px;
    border: 1px solid #ebebeb;
    padding: 22px;
    border-radius: 5px;
    margin-bottom: 30px;
}


.rtp-scale--quarters {
    --c1: #e60027;
    --c2: #ff9800;
    --c3: #ffc107;
    --c4: #2ecc71;
}

.rtp-scale--quarters .rtp-scale-track {
    height: 8px;
    border-radius: 999px;
    background:
        linear-gradient(90deg,
            var(--c1) 0% 25%,
            var(--c2) 25% 50%,
            var(--c3) 50% 75%,
            var(--c4) 75% 100%);
}

.rtp-scale-marker {
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    height: 8px;
}

.rtp-scale-marker::before {
    content: "";
    position: absolute;
    top: -6px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid currentColor;
}

.rtp-scale-badge {
    position: absolute;
    top: -28px;
    transform: translateX(-50%);
    background: #111;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    padding: 4px 6px;
    border-radius: 4px;
    white-space: nowrap;
    left: 6px;
}

.rtp-scale-marker.q1 {
    color: var(--c1);
}

.rtp-scale-marker.q2 {
    color: var(--c2);
}

.rtp-scale-marker.q3 {
    color: var(--c3);
}

.rtp-scale-marker.q4 {
    color: var(--c4);
}

.rtp-scale-marker.q1 .rtp-scale-badge {
    background: var(--c1);
}

.rtp-scale-marker.q2 .rtp-scale-badge {
    background: var(--c2);
}

.rtp-scale-marker.q3 .rtp-scale-badge {
    background: var(--c3);
    color: #111;
}

.rtp-scale-marker.q4 .rtp-scale-badge {
    background: var(--c4);
}

.rtp-scale-ticks {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    margin-top: 8px;
    color: #666;
}




.footer-software-links {
    align-items: center !important;
    --gap: 8px;
    display: flex;
    flex-wrap: wrap;
    gap: var(--gap);
    margin-bottom: 30px;
}

.footer-software-links a {
    padding: 10px 22px;
    border: 1px solid #4a5b6857;
    border-radius: 5px;
    min-height: 54px;
    display: flex;
    align-items: center !important;
}

.space-footer .footer-software-links a {
    background-color: #4a5b6857;
}

.space-footer .footer-software-links .ds-soft-more-btn {
    background-color: #4a5b6857;
    color: #ffffff;
}

.footer-software-links .ds-soft-more-btn {
    border: 1px solid #4a5b6857;
    padding: 10px 12px;
    border-radius: 5px;
    min-height: 54px;
    display: flex;
    align-items: center !important;
    font-size: 14px;
    background-color: white;
}

.space-game-taxonomies .space-game-taxonomy-row:first-child {
    flex: 0 0 100%;
}

.page-template-page-casino-archive-style-4 .mobile-filter-toggle {
    margin-bottom: 15px;
}

@media only screen and (min-width: 992px) {
    .kalendar-automaty .kalendar-newsletter {
        padding: 0px 12px;
    }

    .kalendar-automaty .kalendar-newsletter .kalendar-newsletter-bg {
        background-position: -5% 50%;
    }

    .kalendar-automaty .kalendar .newsletter-sign-up input {
        padding-left: 50px;
    }

    .kalendar-automaty .kalendar .newsletter-sign-up img {
        left: 14px
    }

    .kalendar-banner.kalendar-banner-automaty {
        padding: 0px 14px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .automaty-new.kalendar.kalendar-automaty {
        width: 100% !important;
    }

    .kalendar-automaty .kalendar-newsletter {
        margin: 0;
        padding: 0px 12px;
    }

    .kalendar-automaty .kalendar-newsletter .kalendar-newsletter-bg {
        background-position: 105% -80% !important;
    }

    .kalendar-banner.kalendar-banner-automaty {
        padding: 0px 14px;
        margin: 10px auto 20px auto;
    }
}

.kalendar-banner.kalendar-banner-automaty img {
    border-radius: 6px;
}





.games-slider-box {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 50px;
    background-color: #1d2730;
}

.games-slider-box .space-block-title {
    color: white;
}

.games-slider-box .games-tabs-desc h2 {
    color: white;
}

.games-slider-box .games-tabs-desc {
    color: white;
    padding: 0 15px 30px;
}

.games-slider-box .games-tabs-desc a {
    color: #e53060;
}

.games-slider-box .games-tabs-desc p {
    color: white;
}

.games-slider-box .space-block-title {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: space-between;
}

.games-slider-box .space-block-title .games-tabs__head {
    display: flex;
    gap: 8px;
}

.games-slider-box .games-tab.is-active {
    border-color: #e60025;
    color: #ffffff;
    background: #e60025;
}

.games-slider-box .swiper-pagination-bullet-active {
    background: #e60025 !important;
}

.games-slider-box .games-panel {
    display: none;
}

.games-slider-box .games-panel.is-active {
    display: block;
}

.games-slider-box .games-swiper:not(.swiper-initialized) .swiper-wrapper {
    display: flex;
    gap: 14px;
    overflow: auto;
    padding-bottom: 8px;
}

.games-slider-box .games-swiper:not(.swiper-initialized) .swiper-slide {
    min-width: 290px;
}

.games-slider-box .games-swiper .swiper-button-next {
    cursor: pointer;
    color: white;
    height: 100%;
    top: 0;
    right: 0;
    padding: 30px;
    background: linear-gradient(90deg, rgb(0 0 0 / 0%) 0%, rgb(29 39 48) 100%);
}

.games-slider-box .games-swiper .swiper-button-prev {
    cursor: pointer;
    color: white;
    height: 100%;
    top: 0;
    left: 0;
    padding: 30px;
    background: linear-gradient(270deg, rgb(0 0 0 / 0%) 0%, rgb(29 39 48) 100%);
}

.games-slider-box .games-swiper {
    position: relative;
}

.games-slider-box .space-units-3-archive-item-img-wrap {
    background-color: #1d2730;
}

.games-slider-box .space-units-3-archive-item-button2 a, .games-slider-box .space-units-3-archive-item-button1 a {
    min-height: 18px;
}

@media only screen and (min-width: 992px) {

    .games-slider-box .not-games-tab {
        cursor: pointer;
        background: transparent;
        border: 1px solid #3a4b5d;
        padding: 6px 16px;
        font-size: 16px;
        border-radius: 8px;
        color: white;
    }

    .games-slider-box .games-tab {
        cursor: pointer;
        background: transparent;
        border: 1px solid #3a4b5d;
        padding: 6px 16px;
        font-size: 16px;
        border-radius: 8px;
        color: white;
    }

    .games-slider-box .space-units-3-archive-item-ins .space-overlay {
        max-width: 188px;
    }

    .games-slider-box .games-swiper {
        padding-bottom: 20px;
    }


    .games-slider-box {
        background-image: url(/wp-content/uploads/2025/09/slot-slider-bg.webp);
        background-size: contain;
        background-position: 100% 100%;
        background-repeat: no-repeat;
    }
}

@media only screen and (max-width: 991px) {
    .games-slider-box .space-units-3-archive-item-ins:hover .space-overlay {
        width: 100%;
        max-width: 314px;
    }

    .games-slider-box .space-units-3-archive-item-title {
        font-size: 1.333em;
    }

    .games-slider-box .games-tab {
        cursor: pointer;
        background: transparent;
        border: 1px solid #3a4b5d;
        padding: 6px 12px;
        font-size: 13px;
        border-radius: 8px;
        color: white;
        line-height: 18px;
    }

    .games-slider-box .not-games-tab {
        cursor: pointer;
        background: transparent;
        border: 1px solid #3a4b5d;
        padding: 6px 12px;
        font-size: 13px;
        border-radius: 8px;
        color: white;
        line-height: 18px;
    }

    .games-slider-box .space-units-3-archive-item {
        width: 100% !important;
    }

    .games-slider-box .space-units-3-archive-item-ins:hover .space-overlay, .games-slider-box .space-units-3-archive-item-img-wrap.box-100 img, .games-slider-box .automaty-new .space-units-3-archive-item-img-wrap, .games-slider-box .space-units-3-archive-item-ins, .games-slider-box .space-units-3-archive-item, .games-slider-box .swiper-backface-hidden .swiper-slide {
        max-height: 270px;
        border-radius: 6px;
        overflow: hidden;
    }

    .games-slider-box .swiper-backface-hidden .swiper-slide:first-child {
        margin-left: 40px;
    }

    .games-slider-box #slider-title {
        text-align: center;
    }

    .games-slider-box .space-block-title {
        justify-content: center !important;
    }

    .games-slider-box .games-swiper {
        padding-bottom: 60px;
    }
}

.games-slider-box .cta {
    color: white;
}

.widget_games_sliders_widget {
    max-width: unset !important;
}

/* faq */

.ftwp-heading {
    margin-top: 20px;
    margin-bottom: 10px;
}

.faq-lead {
    margin-bottom: 30px;
}

.schema-faq .schema-faq-section:first-child {
    margin-top: 30px;
}

a.cta-3 {
    border: 2px solid #2e3246;
    border-radius: 22px;
    padding: 10px 20px 8px 20px;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 600;
    background: transparent;
    color: #2e3246;
    margin-bottom: 40px;
    display: inline-block;
}


/* bonuses slider */

.bonus-tabs-block {
    padding-top: 30px;
    padding-bottom: 30px;
}

.bonus-tabs-block .space-block-title {
    color: white;
}

.bonus-tabs-block .space-block-title {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: space-between;
}

.bonus-tabs-block .space-block-title .bonus-tabs__head {
    display: flex;
    gap: 8px;
}

.bonus-tabs-block .bonus-tab.is-active {
    border-color: #e60025;
    color: #ffffff;
    background: #e60025;
}

.bonus-tabs-block .swiper-pagination-bullet-active {
    background: #e60025 !important;
}

.bonus-tabs-block .bonus-panel {
    display: none;
}

.bonus-tabs-block .bonus-panel.is-active {
    display: block;
}

.bonus-tabs-block .bonus-swiper:not(.swiper-initialized) .swiper-wrapper {
    display: flex;
    gap: 14px;
    overflow: auto;
    padding-bottom: 8px;
}

.bonus-tabs-block .bonus-panel .swiper-wrapper {
    align-items: flex-end !important;
    max-height: 380px;
    min-height: 380px;
}

.bonus-tabs-block .bonus-panel .swiper-wrapper .space-offers-archive-item-title a {
    font-size: 1rem !important;
    line-height: 1.25em !important;
    color: #151515;
    text-decoration: none;
}

.bonus-tabs-block .bonus-panel .space-dark-style .space-offers-archive-item-title a {
    color: white;
}

.bonus-tabs-block .space-offers-archive-item-button.relative a {
    color: white;
    text-decoration: none;
}

.bonus-tabs-block .bonus-panel .swiper-wrapper .top-bonus-label {
    width: 24px;
    height: 24px;
}

.bonus-tabs-block .bonus-panel .swiper-wrapper .top-bonus-label p {
    margin-top: -2px;
}

.bonus-tabs-block .bonus-swiper:not(.swiper-initialized) .swiper-slide {
    min-width: 290px;
}

.bonus-tabs-block .bonus-swiper .swiper-button-next {
    cursor: pointer;
    color: white;
    height: 100%;
    top: 0;
    right: 0;
    padding: 30px;
    background: linear-gradient(90deg, rgb(255 255 255 / 0%) 0%, #ffffff 100%);
}

.bonus-tabs-block .bonus-swiper .swiper-button-prev {
    cursor: pointer;
    color: white;
    height: 100%;
    top: 0;
    left: 0;
    padding: 30px;
    background: linear-gradient(270deg, rgb(0 0 0 / 0%) 0%, #ffffff 100%);
}

.bonus-tabs-block .bonus-swiper {
    position: relative;
}

.bonus-tabs-block .space-units-3-archive-item-img-wrap {
    background-color: #1d2730;
}

.bonus-tabs-block .space-units-3-archive-item-button2 a, .bonus-tabs-block .space-units-3-archive-item-button1 a {
    min-height: 18px;
}

@media only screen and (min-width: 992px) {


    .bonus-tabs-block .not-bonus-tab {
        cursor: pointer;
        background: transparent;
        padding: 6px 16px;
        font-size: 15px;
        line-height: 18px;
        border-radius: 8px;
        color: #000000;
        border: 1px solid #cbcbcb;
    }

    .bonus-tabs-block .bonus-tab {
        cursor: pointer;
        background: transparent;
        padding: 6px 16px;
        font-size: 15px;
        line-height: 18px;
        border-radius: 8px;
        color: #000000;
        border: 1px solid #cbcbcb;
        min-height: 44px;
    }

    .bonus-tabs-block .space-units-3-archive-item-ins .space-overlay {
        max-width: 188px;
    }

    .bonus-tabs-block .bonus-swiper {
        padding-bottom: 20px;
    }

}

@media only screen and (max-width: 991px) {

    .bonus-tabs-block .space-block-title .bonus-tabs__head {
        overflow-x: auto;
        overflow-y: hidden;
        flex-wrap: nowrap;
    }


    .bonus-tabs-block .space-units-3-archive-item-ins:hover .space-overlay {
        width: 100%;
        max-width: 314px;
    }

    .bonus-tabs-block .space-units-3-archive-item-title {
        font-size: 1.333em;
    }

    .bonus-tabs-block .bonus-tab {
        cursor: pointer;
        background: transparent;
        padding: 6px 12px;
        font-size: 13px;
        border-radius: 8px;
        line-height: 18px;
        color: #000000;
        border: 1px solid #cbcbcb;
    }

    .bonus-tabs-block .not-bonus-tab {
        cursor: pointer;
        background: transparent;
        padding: 6px 12px;
        font-size: 13px;
        border-radius: 8px;
        line-height: 18px;
        color: #000000;
        border: 1px solid #cbcbcb;
    }

    .bonus-tabs-block .space-units-3-archive-item {
        width: 100% !important;
    }


    .bonus-tabs-block .swiper-backface-hidden .swiper-slide:first-child {
        margin-left: 40px;
    }

    .bonus-tabs-block #slider-title {
        text-align: center;
    }

    .bonus-tabs-block .space-block-title {
        justify-content: center !important;
    }

    .bonus-tabs-block .bonus-swiper {
        padding-bottom: 60px;
    }
}

.bonus-tabs-block .cta {
    color: #000000 !important;
    text-decoration: none;
}

.widget_bonus_sliders_widget {
    max-width: unset !important;
}

.bonus-tabs-block .swiper-button-next:after, .bonus-tabs-block .swiper-button-prev:after {
    color: #000000;
}

.bonus-tabs-block .space-block-title span {
    color: #000000;
}

.single-post .bonus-panel .swiper-wrapper .space-offers-archive-item-title a {
    font-size: 14px !important;
}

.single-post .bonus-panel .space-offers-archive-item-title.relative {
    line-height: 17px !important;
}

.single-post .bonus-panel .space-offers-archive-item-wrap.text-center.relative {
    padding: 12px;
    width: 100%;
}

.single-post .bonus-tabs-block {
    margin-top: 10px !important;
}

.single-post .bonus-panel .space-offers-archive-item-button a {
    padding: 10px 20px;
    font-size: 15px;
    color: white;
    text-decoration: none;
}

.single-post .bonus-panel .swiper-wrapper .space-offers-archive-item-ins.relative {
    width: 100%;
    display: flex;
}

.bonus-panel .space-offers-archive-item-ins {
    box-shadow: 0px 10px 20px 0px rgba(109, 141, 173, 0.25);
}

.bonus-panel .space-offers-archive-item-button {
    margin-top: 10px;
}

.bonus-tabs-block .bonus-panel .swiper-wrapper .space-offers-archive-item-ins.relative {
    height: 100%;
    min-height: 330px;
    max-height: 330px;
    margin-top: 20px;
    align-items: center !important;
}




.single-3-box-bonus .space-news-3-item {
    padding: 0px 20px;
}

.single-3-box-bonus .space-block-subtitle {
    display: flex;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f4f4f4;
}

.single-3-box-bonus .space-block-subtitle h3 {
    font-size: 16px;
}

.single-3-box-bonus .space-block-subtitle a {
    font-size: 14px;
    cursor: pointer;
    color: #e53060;
    font-weight: 600;
    border-radius: 12px;
}

.single-3-box-bonus .single-3-box-box-item a {
    display: flex;
    margin-bottom: 10px;
    align-items: center !important;
}

.single-3-box-bonus .single-3-box-box-item .space-news-title {
    font-size: 0.9rem !important;
    line-height: 1.35em !important;
    color: #151515;
    text-decoration: none;
    font-weight: 600;
}

.single-3-box-bonus .single-3-box-box-item a img {
    width: 50px;
    height: 50px;
    min-width: 50px;
    max-width: 50px;
    min-height: 50px;
    max-height: 50px;
    margin-right: 10px;
}

.post-audio p {
    font-size: 13px;
    margin-bottom: 4px;
}

.post-audio audio {
    width: 100%;
}

.post-audio audio::-webkit-media-controls-enclosure {
    border-radius: 10px;
    background-color: rgb(241 243 244);
}

.space-page-content-meta-data span {
    margin-right: 10px !important;
}

.shortcode-author-info .space-page-content-meta-ins {
    padding-left: 0;
    justify-content: center !important;
}

.shortcode-author-info .space-page-content-meta-author, .shortcode-author-info .space-page-content-meta-data {
    display: inline-block;
    width: unset;
}

.shortcode-author-info .space-page-content-meta-author {
    font-weight: 400;
    font-size: 0.75em;
    line-height: 1em;
    color: #7f8c8d;
    margin-right: 20px;
}

.shortcode-author-info {
    margin-bottom: 10px;
}

.author-avatar-box img {
    border-radius: 50%;
}

.author-avatar-box {
    float: left;
    margin-right: 20px;
    margin-top: -8px;
    margin-left: 10px;
}

.author-social-links a {
    margin-right: 6px;
}



/* */


.tax-casino-bonus .space-offers-archive-item .space-offers-archive-item-ins, .tax-casino-bonus .space-offers-archive-item .space-offers-archive-item-ins .space-offers-archive-item-wrap {
    width: 100%;
}

.tax-vyuziti .space-offers-archive-item .space-offers-archive-item-ins, .tax-vyuziti .space-offers-archive-item .space-offers-archive-item-ins .space-offers-archive-item-wrap {
    width: 100%;
}

.tax-bonus-category .space-offers-archive-item .space-offers-archive-item-ins, .tax-bonus-category .space-offers-archive-item .space-offers-archive-item-ins .space-offers-archive-item-wrap {
    width: 100%;
}

.page-template-page-bonus-archive-style-1 .space-offers-archive-item .space-offers-archive-item-ins, .page-template-page-bonus-archive-style-1 .space-offers-archive-item .space-offers-archive-item-ins .space-offers-archive-item-wrap {
    width: 100%;
}