/*
Theme Name: apostaspro
Author: TheJema
Author URI: https://shop.thejema.ru/
Description: apostaspro
Version: 1.0
*/


@font-face {
    font-family: 'Oxygen';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/oxygen/v14/2sDfZG1Wl4Lcnbu6iQ.ttf) format('truetype');
}

@font-face {
    font-family: 'Oxygen';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/oxygen/v14/2sDcZG1Wl4LcnbuCNWgDbw.ttf) format('truetype');
}

body {
    margin: 0;
    -webkit-font-smoothing: auto;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 2.5rem;
}

hr {
    box-sizing: content-box;
    height: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

.logged-in.admin-bar #dot-nav {
    margin-top: 2rem;
}

.divider {
    width: 100%;
    height: 1rem;
    background: linear-gradient(90deg, var(--rev-btn) 0 50%, transparent 0 100%) 0 0 / 2rem 1rem;
    mask: linear-gradient(-90deg, #000, transparent);
    -webkit-mask: linear-gradient(-90deg, transparent, #000);
}

.rounded-top-2 {
    border-radius: .5rem .5rem 0 0 !important;
}

.b-3 {
    border-width: 3px !important;
}

@media screen and (min-width: 1200px) {
    .logged-in.admin-bar header#masthead {
        margin-top: 2rem;
    }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
@media screen and (max-width: 991px) {
    .page-template:not(.home) #main {
        margin-top: 3.5em;
    }

}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
.entry-content p a,
a.in,
.table.profile a {
    color: var(--text-link);
    text-decoration: overline;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.entry-content p a:hover,
a.in:hover,
.table.profile a:hover {
    color: var(--text-link-hover);
    text-decoration: underline;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    clear: both;
    color: #24292e;
    font-weight: 600;
    margin-top: 24px !important;
    margin-bottom: 15px !important;
}

h1 {
    font-size: 32px;
    padding-bottom: 10px;
}

h1.title-badge {
    top: 0;
}

h1.title-badge.left {
    padding-bottom: 0;
}

h1.title-badge.left:before {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

h2 {
    font-size: 24px;
    padding-bottom: 0.3em;
    line-height: 1.25;
    text-align: center;
}

h3 {
    font-size: 18px;
    line-height: 25px;
}

h4 {
    font-size: 16px;
    line-height: 20px;
}

h5 {
    font-size: 14px;
    line-height: 17.5px;
}

p {
    margin-bottom: 1.5em;
}

h1.entry-title {
    font-size: 1.31rem;
}

h2.entry-title {
    border-bottom: 1px solid #eaecef;
}

h3.widget-title {
    font-size: 1.2rem;
}

.title-badge {
    position: relative;
    top: 2rem;
}

.title-badge:not(h2) {
    font-size: 24px;
}

/*
.title-badge:before {
    position: absolute;
    content: '';
    background: url('../../../images/regulators/flag.svg') no-repeat;
}

.title-badge.center:before {
    width: 45px;
    height: 45px;
    left: 50%;
    top: -2.8rem;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.title-badge.left:before {
    width: 35px;
    height: 35px;
    left: -40px;
}

@media screen and (max-width: 575px) {
    .title-badge.left:before {
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        top: -30px;
    }
}

@media screen and (max-width: 575px) {
    h1.title-badge.left {
        padding-bottom: 0;
        margin-top: 4rem;
        text-align: center;
    }

    h1.title-badge.left:before {
        left: 50%;
        top: -35px;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }
}
*/
/*--------------------------------------------------------------
# quick_nav
--------------------------------------------------------------*/
#dot-nav {
    right: 10px;
    top: 100px;
    margin-top: -50px;
    width: 40px;
    height: auto;
    padding: 1rem 0;
    z-index: 999;
    position: fixed;
    background: rgba(var(--rev-btn-val), .10);
    border-radius: 25px;
}

#dot-nav.offcanvas {
    right: -40px;
    background: rgba(var(--rev-btn-val), .75);
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

#dot-nav.offcanvas.show {
    right: 0;
    top: 150px;
}

#dot-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#dot-nav li {
    position: relative;
    cursor: pointer;
    margin: 1rem auto;
    vertical-align: bottom;
    height: 40px;
    width: 40px;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    border-radius: 50%;
    background: transparent;
}

#dot-nav li:nth-child(1) {
    background: rgba(var(--green-val), .2);
    margin: 0 auto -1rem;
    top: -15px;
}

#dot-nav li:last-child {
    margin: 0 auto -1rem;
}

#dot-nav li:hover,
#dot-nav li.active {
    background: var(--rev-btn);
}

#dot-nav li .icon {
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

#dot-nav li:hover .icon,
#dot-nav li.active .icon {
    filter: none;
    -webkit-filter: none;
}

#dot-nav a {
    outline: 0;
    position: relative;
    top: 5px;
    display: block;
    margin: 0 auto;
    text-align: center;
}

#dot-nav a span {
    margin: 0 auto;
}

.tooltip-inner {
    background-color: var(--rev-btn);
    color: #f5f5f5;
    border: 1px solid var(--rev-btn);
    max-width: unset;
    padding: .15rem .5rem;
    border-radius: 1rem;
}

.tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid var(--rev-btn);
}

.tooltip .arrow::before {
    border: none;
}

@media (max-width: 991px) {
    #dot-nav.offcanvas.show {
        background: #fff;
        box-shadow: -2px 2px 5px rgba(var(--rev-btn-val), .5);
        top: 95px;
    }

    .toc-toggler {
        background: url('../../../images/icons/hashtag.svg') no-repeat center center;
        width: 30px;
        height: 30px;
        outline: 0;
        border: none;
        text-indent: -9999px;
        filter: invert(11%) sepia(66%) saturate(799%) hue-rotate(183deg) brightness(96%) contrast(87%);
        -webkit-filter: invert(11%) sepia(66%) saturate(799%) hue-rotate(183deg) brightness(96%) contrast(87%);
    }

    .toc-toggler.close {
        background: url('../../../images/icons/close.svg') no-repeat center center;
    }

    .toc-toggler:focus {
        outline: 0;
    }
}

@media (min-width: 992px) {
    .toc-toggler {
        display: none;
    }
}

/*--------------------------------------------------------------
# containers
--------------------------------------------------------------*/
@media (min-width: 576px) and (max-width: 767px) {
    .container {
        max-width: 640px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .container {
        max-width: 800px;
    }
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
    background: #fff;
}

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

.bordered {
    border: 3px solid var(--rev-btn);
    border-radius: .5rem;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.bordered.green:hover {
    border: 3px solid var(--out-btn);
    cursor: default;
}

.bordered.red:hover {
    border: 3px solid var(--red);
    cursor: default;
}

.mobile-phone {
    background: #D4FDD8;
    padding: .15rem;
    border-radius: 50%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
    margin-bottom: 0;
    background-color: #fff;
    box-shadow: 0 0.5rem .5rem rgba(var(--rev-btn-val), .1), inset 0 -1px 0 rgba(var(--rev-btn-val), .5);
    color: var(--txt);
}

.navbar-brand > a {
    color: rgba(0, 0, 0, 0.9);
    font-size: 1.1rem;
    outline: medium none;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
    text-decoration: none;
}

#page-sub-header {
    position: relative;
    padding-bottom: 0;
    font-size: 1.25rem;
    background-size: cover !important;
    background-position: center bottom;
    margin-bottom: 2rem;
}

@media screen and (min-width: 1200px) {
    #page-sub-header {
        height: 400px;
    }
}

body:not(.theme-preset-active) #page-sub-header h1 {
    line-height: 1.6;
    font-size: 4rem;
    color: #563e7c;
    margin: 0 0 1rem;
    border: 0;
    padding: 0;
}

#page-sub-header .intro p {
    margin-bottom: 0;
    line-height: 1.4;
    font-size: 1rem;
    font-weight: 300;
    color: var(--txt);
    text-align: justify;
}

#page-sub-header .intro p strong {
    font-weight: bold;
}

#page-sub-header .intro p em {
    font-style: italic;
}

body:not(.theme-preset-active) #page-sub-header p {
    color: #212529;
}

a.page-scroller {
    color: #333;
    font-size: 2.6rem;
    display: inline-block;
    margin-top: 2rem;
}

.home-section {
    padding-top: 5rem;
}

.home-section h1 {
    font-size: 1.75rem;
    color: var(--txt);
    /* display: table;
    margin: 1rem 0 .5rem; */
}

#page-sub-header .intro {
    position: relative;
}

#page-sub-header .intro img {
    position: absolute;
}

@media screen and (max-width: 767px) {
    .home-section h1 {
        padding: 1rem 0 1rem 3rem;
    }

    #page-sub-header .intro img {
        top: 0;
        left: -22px;
        transform: scale(.45);
    }
}

@media screen and (min-width: 768px) {
    body:not(.theme-preset-active) #page-sub-header h1 {
        font-size: 3.750rem;
    }

    body:not(.theme-preset-active) #page-sub-header {
        font-size: 1.25rem;
    }

    #page-sub-header .intro p, .home-section h1 {
    }
}

@media screen and (min-width: 992px) {
    #page-sub-header .intro p {
        margin: 0 auto;
    }
}

@media screen and (min-width: 1200px) {
    .type-page {
        padding-top: 3rem;
    }
}

/*--------------------------------------------------------------
## Search form
--------------------------------------------------------------*/
.search-form {
    border: 1px solid #ccc;
    border-radius: .5rem;
    overflow: hidden;
}

.search-form .form-control {
    font-style: italic;
}

.search-form .form-control:focus {
    box-shadow: none;
}

.search-form .search-btn {
    border-radius: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
    padding-left: 0;
    padding-right: 0;
    align-items: baseline;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    color: #cdbfe3;
    padding: 0.5rem;
    font-weight: 500;
    font-size: 0.875rem;
}

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

.navbar-brand {
    height: auto;
}

.navbar-toggle .icon-bar {
    background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
    border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover > .dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover > a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.navbar-brand {
    padding: 0;
    margin: 0;
}

#main-nav #menu-header-menu li.star-stacked a:before {
    background: url('../../../images/icons/star-stacked.svg') no-repeat;
    width: 30px;
}

#main-nav #menu-header-menu li.bonus a:before {
    background: url('../../../images/icons/bonus.svg') no-repeat;
    width: 20px;
}

#main-nav #menu-header-menu li.live a:before {
    background: url('../../../images/icons/live.svg') no-repeat;
    width: 35px;
}

#main-nav .menu-more-nav-links-container li a {
    padding: .5rem .25rem;
    background: #fff;
    color: var(--txt);
    font-size: .9rem;
    /* width: 150px; */
    text-align: center;
    border-bottom: 1px solid var(--rev-btn);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

#main-nav .menu-more-nav-links-container li:hover a,
#main-nav .menu-more-nav-links-container li a:hover,
#main-nav .menu-more-nav-links-container li a[aria-current] {
    background: var(--rev-btn);
    color: #fff;
    font-size: .9rem;
    border-bottom: 1px solid #fff;
}

#main-nav .menu-more-nav-links-container .nav-link-title {
    font-size: 14px;
    font-style: italic;
    color: var(--rev-btn);
}

#main-nav .menu-more-nav-links-container li.section-title {
    margin-bottom: 0;
    border-bottom: 1px dashed var(--rev-btn);
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

.dropdown-item {
    line-height: 1.2;
    padding-bottom: 0.313rem;
    padding-top: 0.313rem;
}

.dropdown-menu {
    min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
    display: block;
    left: 12.250em;
    top: 0;
}

.dropdown-menu .dropdown-item {
    white-space: normal;
    background: transparent;
    line-height: 1.6;
}

.dropdown-menu .dropdown-item:hover {
    background: transparent;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
}

@media screen and (min-width: 769px) {
    .dropdown-menu li > .dropdown-menu {
        right: -9.875rem;
        top: 1.375rem;
    }
}

@media screen and (min-width: 992px) {
    .menu-more-nav-links-container {
        position: fixed;
        top: 48px;
        right: -300px;
        height: auto;
        background: #fff;
        box-shadow: -2px 2px 5px rgba(var(--rev-btn-val), .5);
        transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        border: 3px solid var(--rev-btn);
        border-radius: .5rem;
    }

    .menu-more-nav-links-container.show {
        right: 0;
    }

    .more-toggler {
        background: url('../../../images/icons/more.svg') no-repeat center center;
        width: 30px;
        height: 30px;
        outline: 0;
        border: none;
        text-indent: -9999px;
        filter: invert(11%) sepia(66%) saturate(799%) hue-rotate(183deg) brightness(96%) contrast(87%);
        -webkit-filter: invert(11%) sepia(66%) saturate(799%) hue-rotate(183deg) brightness(96%) contrast(87%);
        position: absolute;
        top: 9px;
        right: 23%;
    }

    .more-toggler:focus {
        outline: 0;
    }

    .more-toggler.close {
        background: url('../../../images/icons/close.svg') no-repeat center center;
    }

    #main-nav #menu-header-menu li a {
        position: relative;
        padding: 0px;
        border-radius: 0 0 .5rem .5rem;
        background: #fff;
        color: var(--txt);
        font-size: .9rem;
        z-index: 2;
        width: 150px;
        margin-right: .5rem;
        text-align: center;
        border: 1px solid transparent;
        transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
    }

    #main-nav #menu-header-menu li a:hover,
    #main-nav #menu-header-menu li:hover a,
    #main-nav #menu-header-menu li a[aria-current] {
    }

    #main-nav #menu-header-menu li a:before {
        position: absolute;
        content: '';
        display: block;
        height: 25px;
        top: 5px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }

}

@media screen and (max-width: 991px) {
    #main-nav li a:before {
        display: none;
    }

    /* custom dropdown main container */
    #main-nav {
        position: absolute;
        width: 250px;
        right: -10px;
        top: 43px;
        background: rgb(255, 255, 255);
        border-radius: 0 0 .25rem .25rem;
        box-shadow: 0 3px 3px rgba(var(--rev-btn-val), .5);
        white-space: nowrap;
        height: 25em !important;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }

    #main-nav .menu-header-menu-container {
        padding-top: 1rem;
    }

    #main-nav li a {
        border-bottom: 1px solid var(--rev-btn);
    }

    #main-nav li a:hover, #main-nav li:hover a, #main-nav li a[aria-current] {
        background: var(--rev-btn);
        color: #fff;
        font-size: .9rem;
        border-bottom: 1px solid #fff;
    }

    #main-nav li {
        /* padding: .5rem .25rem; */
        background: #fff;
        color: var(--txt);
        font-size: .9rem;
        width: 150px;
        text-align: center;
        border: none;
        transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
    }

    #main-nav li a {
        color: var(--txt);
        transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
    }

    #menu-more-nav-links .search-form .search-btn {
        position: absolute;
        right: 0;
    }

    .navbar-nav {
        justify-content: center;
        align-items: center;
    }

    /* =============== */
    .navbar-nav .dropdown-menu {
        border: medium none;
        margin-left: 1.250rem;
        padding: 0;
    }

    .dropdown-menu li a {
        padding: 0;
    }

    #masthead .navbar-nav > li > a {
        padding-bottom: 0.625rem;
        padding-top: 0.313rem;
    }

    .navbar-light .navbar-toggler {
        background: url('../../../images/icons/menu.svg');
        width: 30px;
        height: 30px;
        border: medium none;
        outline: none;
        right: 50px;
        position: absolute;
        top: 6px;
        filter: invert(11%) sepia(66%) saturate(799%) hue-rotate(183deg) brightness(96%) contrast(87%);
        -webkit-filter: invert(11%) sepia(66%) saturate(799%) hue-rotate(183deg) brightness(96%) contrast(87%);
    }

    .navbar-light .navbar-toggler.single {
        right: 0;
    }

    .navbar-light .navbar-toggler.close {
        background: url('../../../images/icons/close.svg');
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

.comment-content.card-block {
    padding: 20px;
}

.navigation.post-navigation {
    padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
    border: 1px solid #ddd;
    border-radius: 0.938rem;
    display: inline-block;
    padding: 0.313rem 0.875rem;
    text-decoration: none;
}

.post-navigation .nav-next a::after {
    content: " \2192";
}

.post-navigation .nav-previous a::before {
    content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
    background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 0.313rem;
    line-height: normal;
    padding: 0.938rem 1.438rem 0.875rem;
    text-decoration: none;
    top: 0.313rem;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

a img.alignright {
    float: right;
    margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
    margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
    float: left;
    margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption.alignnone {
    margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
    margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
    margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
    font-size: 0.875rem;
    /* Make sure select elements fit in widgets. */
}

.widget select {
    max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
    display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
    background-color: #eee;
    text-decoration: none;
}

.half-rule {
    width: 6rem;
    margin: 2.5rem 0;
}

.widget_categories .nav-link {
    display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
    padding-bottom: 3.75rem;
    padding-top: 2.125rem;
}

.sticky .entry-title::before {
    content: '\f08d';
    font-family: "Font Awesome\ 5 Free";
    font-size: 1.563rem;
    left: -2.5rem;
    position: absolute;
    top: 0.375rem;
    font-weight: 900;
}

.sticky .entry-title {
    position: relative;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
    margin-top: 0;
}

.post.hentry {
    margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
    color: #9a9a9a;
}

.entry-title > a {
    color: inherit;
}

@media screen and (max-width: 1199px) {
    #content.site-content {
        padding-top: 0;
    }

}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    background: #f1f1f1 none repeat scroll 0 0;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 0.313rem 0.313rem 0;
    text-align: center;
}

.wp-caption img[class*="wp-image-"] {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}

.wp-caption .wp-caption-text {
    font-size: 0.688rem;
    line-height: 1.063rem;
    margin: 0;
    padding: 0.625rem;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-item .gallery-columns-2 {
    max-width: 50%;
}

.gallery-item .gallery-columns-3 {
    max-width: 33.33333%;
}

.gallery-item .gallery-columns-4 {
    max-width: 25%;
}

.gallery-item .gallery-columns-5 {
    max-width: 20%;
}

.gallery-item .gallery-columns-6 {
    max-width: 16.66667%;
}

.gallery-item .gallery-columns-7 {
    max-width: 14.28571%;
}

.gallery-item .gallery-columns-8 {
    max-width: 12.5%;
}

.gallery-item .gallery-columns-9 {
    max-width: 11.11111%;
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
    display: none;
}

.vc_desktop #content.site-content {
    padding-bottom: 0;
    padding-top: 0;
}

.vc_desktop .entry-content {
    margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
    font-size: 85%;
}

body:not(.theme-preset-active) footer#colophon {
    color: #99979c;
    background-color: #f7f7f7;
}

.navbar-dark .site-info {
    color: #fff;
}

.copyright {
    font-size: 0.875rem;
    margin-bottom: 0;
    text-align: center;
}

.copyright a, footer#colophon a {
    color: inherit;
}

#menu-footer li {
    display: inline-block;
    margin-right: 1rem;
}

#menu-footer li a {
    color: #fff;
}

#menu-footer li a:hover {
    opacity: .7;
}

@media screen and (max-width: 767px) {
    #masthead .navbar-nav > li > a {
        padding-bottom: 0.938rem;
        padding-top: 0.938rem;
    }
}

/*--------------------------------------------------------------
# Social Icons
--------------------------------------------------------------*/
.footer [class*="fa-"] {
    position: relative;
}

.footer [class*="fa-"]:before {
    z-index: 1;
    position: relative;
}

.footer [class*="fa-"]:after {
    background: #fff;
    position: absolute;
    content: '';
    width: 1.5rem;
    height: 1.5rem;
    top: 4px;
    left: 1px;
    z-index: 0;
}

.fa-twitter-square {
    color: #1da1f2;
}

.fa-youtube-square {
    color: #ff0000;
}

.fa-pinterest-square {
    color: #bd081c;
}

.fa-linkedin {
    color: #0077b5;
}

@media screen and (min-width: 576px) and (max-width: 991px) {
    .footer [class*="fa-"]:after {
        height: 1.45rem;
    }
}

@media screen and (min-width: 1200px) {
    .footer [class*="fa-"]:after {
        height: 1.6rem;
    }
}

/*--------------------------------------------------------------
# custom theme elements
--------------------------------------------------------------*/
body {
    -webkit-font-smoothing: antialiased;
}

::selection {
    color: #f7f7f7;
    background-color: var(--rev-btn);
}

::-moz-selection {
    color: #f7f7f7;
    background-color: var(--rev-btn);
}

.terms, .terms-lg {
    color: var(--rev-btn);
    font-size: .85rem;
}

.sm-txt.terms-lg {
    font-size: .75rem;
}

.terms .icon, .terms-lg .icon {
    width: 30px;
    height: 20px;
    vertical-align: middle;
}

.geo-terms {
    font-size: .95rem;
}

.small-tbl-trms:after {
    content: '*18+ T&C aplicáveis. Visite o site da operadora para obter mais informações.';
    color: var(--rev-btn);
    font-size: .75rem;
    line-height: 1.2;
    text-align: right;
    position: absolute;
    margin-top: 0.5rem;
}

.img-border {
    border: 1px solid var(--rev-btn);
}

.img-shadow {
    position: relative;
}

.img-shadow:after {
    position: absolute;
    content: '';
    border-radius: 50%;
    width: 65%;
    height: 30px;
    background: rgb(0 0 0 / .2);
    filter: blur(10px);
    -webkit-filter: blur(10px);
    transform: scale(1, 0.2) translateX(-50%);
    -webkit-transform: scale(1, 0.5) translateX(-50%);
    left: 50%;
}

/* home exclusive offer section */
.circles.circle-green {
    background: url('../../../images/icons/circle-green.svg');
}

.circles.circle-blue {
    background: url('../../../images/icons/circle-blue.svg');
}

.circles.circle-orange {
    background: url('../../../images/icons/circle-orange.svg');
}

.circles[class] {
    display: block;
    text-align: center;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 115px;
    height: 115px;
    margin: 0 auto;
}

.home-section-boxes .circles {
    position: relative;
}

.home-section-boxes .circles .svg-txt {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    color: var(--txt);
    font-size: 1.75rem;
}

.home-section-boxes .outer {
    background: #fff;
    border-radius: .5rem;
    padding: .25rem;
}

.home-section-boxes .outer .box {
    border: 1px solid #e8e8eb;
    border-radius: .5rem;
    padding: .75rem;
    color: var(--txt);
}

.home-section-boxes .outer .box .title {
    font-size: .85rem;
    text-align: center;
    display: block;
}

.home-section-boxes .outer .box p {
    text-align: center;
    font-size: .95rem;
    margin-bottom: .5rem;
    line-height: 1.4;
}

.home-section-boxes .outer .box p span {
    font-size: 1rem;
    font-weight: bold;
}

.home-section-boxes .offer-box {
    border: 5px solid var(--rev-btn);
    border-radius: .5rem;
    position: relative;
    padding: 1rem;
    background: linear-gradient(to right, #fff, #ebeeee);
    z-index: 1;
}

.home-section-boxes .offer-box .terms-sm {
    font-size: 1rem;
    position: absolute;
    bottom: 0px;
    right: 5px;
}

.home-section-boxes .offer-box:before {
    position: absolute;
    content: '';
    background: url('../../../images/offer-bg.png') no-repeat -40px -15px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.home-section-boxes .offer-box .bonus {
    text-align: left;
    font-size: 2.25rem;
}

.home-section-boxes .offer-box p:not(.sm) {
    font-size: 1.2rem;
}

.home-section-boxes .offer-box .bonus .info {
    font-weight: bold;
    font-size: 2.5rem;
}

.home-section-boxes .offer-box .sm {
    font-size: 1rem;
}

.home-section-boxes .out-btn-hor,
.out-btn-hor {
    background: var(--out-btn);
    color: #fff;
    text-decoration: none;
    outline: 0;
    border-radius: .5rem;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: bold;
    padding: .5rem 2.5rem;
}

.home-section-boxes .out-btn-hor:hover,
.home-section-boxes .out-btn-hor:focus,
.out-btn-hor:hover,
.out-btn-hor:focus {
    background: var(--out-btn-hover);
    outline: 0;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.home-section-boxes .date-cap .heading {
    background: var(--rev-btn);
    color: #fff;
    border-radius: .5rem .5rem 0 0;
    left: .5rem;
    text-align: center;
}

.home-section-boxes .date-cap .date {
    color: #d54b31;
    font-size: 14px;
    bottom: -8px;
}

@media screen and (max-width: 575px) {
    .home-section-boxes .offer-box .operator {
        margin: 0 auto;
    }

    .home-section-boxes .offer-box p:not(.sm) {
        text-align: center;
    }

    .home-section-boxes .offer-box .bonus {
        text-align: center;
        font-size: 1rem;
    }

    .home-section-boxes .outer {
        width: 320px;
        max-width: 100%;
    }

    .home-section-boxes .offer-box {
        padding: 1rem 1rem 2rem;
    }

    .home-section-boxes .offer-box:before {
        background-position: 50% -15px;
    }
}

@media screen and (max-width: 767px) {
    .home-section-boxes .circles[class] {
        width: 95px;
        height: 95px;
    }

    .home-section-boxes .circles .svg-txt {
        font-size: 1.5rem;
    }
}

/* Lists */
ul {
    list-style: none;
}

ul li a {
    color: var(--text-link);
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

ul li a:hover {
    color: var(--text-link-hover);
    text-decoration: none;
}

ul.checkmarks li,
ul.angle li {
    position: relative;
    padding-left: 1rem;
    text-align: left;
}

ul.checkmarks li:before,
ul.angle li:before {
    position: absolute;
    font: 900 .75rem 'Font Awesome 5 Free';
    display: inline-block;
    vertical-align: middle;
    left: 0;
    top: 5px;
}

ul.checkmarks li:before {
    content: '\f00c';
    color: var(--out-btn);
}

ul.angle li:before {
    content: '\f105';
    color: var(--rev-btn);
    font: 900 .95rem 'Font Awesome 5 Free';
}

ul.payment-methods .icon-bg {
    width: 70px;
    height: 50px;
    background-image: radial-gradient(circle at center center, rgb(249, 249, 249), rgb(205 203 203));
    border-radius: .25rem;
    padding: .25rem;
    box-shadow: 0px 3px 3px rgb(0 0 0 / .45);
}

ul.payment-methods .icon[class] {
    filter: none;
    width: 100%;
    height: 100%;
}

ul.double, ol.double {
    columns: 2;
    -webkit-columns: 2;
}

@media only screen and (max-width: 767px) {
    ul.double, ol.double {
        columns: 1;
        -webkit-columns: 1;
    }
}

/* SVGs */
/* quick_nav */
.icon.icon--live {
    background: url('../../../images/q-nav-icons/live.svg');
}

.icon.icon--reg {
    background: url('../../../images/q-nav-icons/person.svg');
}

.icon.icon--best {
    background: url('../../../images/q-nav-icons/trophy.svg');
}

.icon.icon--speaker {
    background: url('../../../images/q-nav-icons/speaker.svg');
}

.icon.icon--strategy {
    background: url('../../../images/q-nav-icons/strategy.svg');
}

.icon.icon--board {
    background: url('../../../images/q-nav-icons/board.svg');
}

.icon.icon--bonus {
    background: url('../../../images/q-nav-icons/bonus.svg');
}

.icon.icon--license {
    background: url('../../../images/q-nav-icons/license.svg');
}

.icon.icon--mobile {
    background: url('../../../images/q-nav-icons/mobile.svg');
}

.icon.icon--sports {
    background: url('../../../images/q-nav-icons/sports.svg');
}

.icon.icon--support {
    background: url('../../../images/q-nav-icons/support.svg');
}

.icon.icon--faq {
    background: url('../../../images/q-nav-icons/faq.svg');
}

.icon.icon--payments {
    background: url('../../../images/q-nav-icons/wallet.svg');
}

.icon.icon--winner {
    background: url('../../../images/q-nav-icons/winner.svg');
}

.icon.icon--bonuses {
    background: url('../../../images/q-nav-icons/bonuses.svg');
}

.icon.icon--vip {
    background: url('../../../images/q-nav-icons/vip.svg');
}

.icon.icon--thumb-up {
    background: url('../../../images/q-nav-icons/thumb-up.svg');
}

.icon.icon--puzzle {
    background: url('../../../images/q-nav-icons/puzzle.svg');
}

.icon.icon--phone {
    background: url('../../../images/q-nav-icons/phone.svg');
}

.icon.icon--lightbulb {
    background: url('../../../images/q-nav-icons/lightbulb.svg');
}

.icon.icon--fees {
    background: url('../../../images/q-nav-icons/fees.svg');
}

.icon.icon--clock {
    background: url('../../../images/q-nav-icons/clock.svg');
}

.icon.icon--notes {
    background: url('../../../images/q-nav-icons/notes.svg');
}

.icon.icon--info {
    background: url('../../../images/q-nav-icons/information.svg');
}

.icon.icon--transaction {
    background: url('../../../images/q-nav-icons/transaction.svg');
}

.icon.icon--money {
    background: url('../../../images/q-nav-icons/money.svg');
}

.icon.icon--app {
    background: url('../../../images/q-nav-icons/mobile-app.svg');
}

.icon.icon--account {
    background: url('../../../images/q-nav-icons/account.svg');
}

.icon.icon--coins {
    background: url('../../../images/q-nav-icons/coins.svg');
}

.icon.icon--star {
    background: url('../../../images/q-nav-icons/star.svg');
}

.icon.icon--cogwheel {
    background: url('../../../images/q-nav-icons/cogwheel.svg');
}

.icon.icon--pros-cons {
    background: url('../../../images/q-nav-icons/pros-cons.svg');
}

.icon.icon--shield {
    background: url('../../../images/q-nav-icons/shield.svg');
}

.icon[class*="icon--"] {
    width: 30px;
    height: 30px;
    filter: invert(85%) sepia(7%) saturate(6162%) hue-rotate(181deg) brightness(91%) contrast(87%);
    -webkit-filter: invert(85%) sepia(7%) saturate(6162%) hue-rotate(181deg) brightness(91%) contrast(87%);
}

/* payments */
.icon.icon-apple-pay {
    background: url('../../../images/payments/apple-pay.svg');
}

.icon.icon-bitcoin {
    background: url('../../../images/payments/bitcoin.svg');
}

.icon.icon-bitcoin-sm {
    background: url('../../../images/payments/bitcoin-icon.svg');
}

.icon.icon-diners {
    background: url('../../../images/payments/diners-st.svg');
}

.icon.icon-ecopayz {
    background: url('../../../images/payments/ecopayz.svg');
}

.icon.icon-ecopayz-sm {
    background: url('../../../images/payments/ecopayz-icon.svg');
}

.icon.icon-ethereum {
    background: url('../../../images/payments/ethereum.svg');
}

.icon.icon-ethereum-sm {
    background: url('../../../images/payments/ethereum-icon.svg');
}

.icon.icon-google-pay {
    background: url('../../../images/payments/google-pay.svg');
}

.icon.icon-maestro {
    background: url('../../../images/payments/maestro.svg');
}

.icon.icon-mastercard {
    background: url('../../../images/payments/mastercard.svg');
}

.icon.icon-neteller {
    background: url('../../../images/payments/neteller.svg');
}

.icon.icon-paypal {
    background: url('../../../images/payments/paypal.svg');
}

.icon.icon-paysafecard {
    background: url('../../../images/payments/paysafecard.svg');
}

.icon.icon-revolut {
    background: url('../../../images/payments/revolut.svg');
}

.icon.icon-skrill {
    background: url('../../../images/payments/skrill.svg');
}

.icon.icon-trustly {
    background: url('../../../images/payments/trustly.svg');
}

.icon.icon-visa {
    background: url('../../../images/payments/visa.svg');
}

.icon.icon-boleto {
    background: url('../../../images/payments/boleto.svg');
}

.icon.icon-astropay {
    background: url('../../../images/payments/astropay.svg');
}

.icon.icon-astropay-sm {
    background: url('../../../images/payments/astropay-icon.svg');
}

.icon.icon-litecoin {
    background: url('../../../images/payments/litecoin.svg');
}

/* regs */
.icon.icon-gamcare {
    background: url('../../../images/regulators/gamcare.svg');
}

.icon.icon-age {
    background: url('../../../images/regulators/18.svg');
}

.icon.icon-mga {
    background: url('../../../images/regulators/mga.svg');
}

.icon.icon-curacao {
    background: url('../../../images/regulators/curacao.svg');
}

.icon.icon-ecogra {
    background: url('../../../images/regulators/ecogra.svg');
}

.icon.icon-gibraltar {
    background: url('../../../images/regulators/gibraltar.svg');
}

.icon.icon-egba {
    background: url('../../../images/regulators/egba.svg');
}

/* sports */
.icon.icon--football {
    background: url('../../../images/sports/football.svg')
}

.icon.icon--tennis {
    background: url('../../../images/sports/tennis.svg')
}

.icon.icon--basketball {
    background: url('../../../images/sports/basketball.svg')
}

.icon.icon--volleyball {
    background: url('../../../images/sports/volleyball.svg')
}

.icon.icon--table-tennis {
    background: url('../../../images/sports/table-tennis.svg')
}

.icon.icon--cricket {
    background: url('../../../images/sports/cricket.svg')
}

.icon.icon--esports {
    background: url('../../../images/sports/gamepad.svg')
}

.icon.icon--badminton {
    background: url('../../../images/sports/badminton.svg')
}

.icon.icon--billiard {
    background: url('../../../images/sports/billiard.svg')
}

.icon.icon--plus {
    background: url('../../../images/sports/plus.svg')
}

/* icons */
.fa-minus.no {
    color: var(--rev-btn);
    font-size: 1.5rem;
}

.fa-minus.no.center {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.icon.yes {
    background: url('../../../images/icons/check-circle.svg');
}

.icon.info {
    background: url('../../../images/icons/info.svg');
}

.icon.star-stacked {
    background: url('../../../images/icons/star-stacked.svg');
}

.icon.bonus {
    background: url('../../../images/icons/bonus.svg');
}

.icon.live {
    background: url('../../../images/icons/live.svg');
}

.icon[class] {
    display: block;
    text-indent: -9999px;
    text-align: left;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.operator {
    width: 200px;
    height: 50px;
}

.logo-888sport {
    background: url('../../../images/brands/888sport.svg');
}

.logo-bet365 {
    background-image: var(--logo-bet365);
}

.logo-betboo {
    background: url('../../../images/brands/betboo.svg');
}

.logo-sportingbet {
    background: url('../../../images/brands/sportingbet.svg');
}

.logo-betfair {
    background: url('../../../images/brands/betfair.svg');
}

.logo-1xbet {
    background: url('../../../images/brands/1xbet.svg');
}

.logo-22bet {
    background: url('../../../images/brands/22bet.svg');
}

.logo-betmotion {
    background: url('../../../images/brands/betmotion.svg');
}

.logo-melbet {
    background: url('../../../images/brands/melbet.svg');
}

.logo-betway {
    background: url('../../../images/brands/betway.svg');
}

.logo-betsson {
    background: url('../../../images/brands/betsson.svg');
}

[class*="logo-"] {
    display: block;
    text-indent: -9999px;
    text-align: left;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.entry-content p {
    color: var(--txt);
}

.rounded-edge {
    border-radius: 0 .5rem .5rem 0;
}

@media screen and (max-width: 991px) {
    .operator {
        width: 135px;
    }

}

/* Buttons */
.rev-btn,
.out-btn {
    text-align: center;
    display: block;
    line-height: 1.2;
    height: 100%;
    position: relative;
    transition: all .2s ease-in-out;
}

.rev-btn {
    color: var(--rev-btn);
}

.out-btn {
    background: var(--out-btn);
    color: #fff;
    left: 2px;
}

.out-btn.not-ver {
    background: var(--out-btn-not-ver);
}

.out-btn.not-ver:hover {
    background: var(--out-btn-not-ver);
    cursor: default;
}

.rev-btn span,
.out-btn span {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    width: 95%;
}

.out-btn:before,
.rev-btn:before {
    position: absolute;
    content: '';
    display: block;
}

.rev-btn:before {
    width: 35px;
    height: 30px;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    background: url('../../../images/icons/read.svg') no-repeat;
    filter: invert(44%) sepia(42%) saturate(344%) hue-rotate(182deg) brightness(89%) contrast(90%);
    -webkit-filter: invert(44%) sepia(42%) saturate(344%) hue-rotate(182deg) brightness(89%) contrast(90%);
}

.out-btn:before {
    width: 40px;
    height: 35px;
    left: 52.5%;
    top: 10px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    background: url('../../../images/icons/action-circle.svg') no-repeat;
}

.out-btn:hover,
.main-rev .actions .rounded-edge:hover {
    background: var(--out-btn-hover);
    color: #fff;
}

.rev-btn:hover {
    background: var(--rev-btn);
    color: #fff;
}

.rev-btn:hover:before {
    filter: invert(1);
    -webkit-filter: invert(1);
}

/* Progress bars */
.progress-bar {
    position: relative;
    display: inline-block;
    height: 20px;
    font-size: 14px;
    line-height: 16px;
    border-radius: 30px;
    border: 1px solid var(--rev-btn);
    background: rgba(0, 0, 0, 0.1) !important;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.8);
}

.progress-bar .track {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    height: 18px;
    left: 0;
    border-radius: 10px;
    overflow: hidden;
    background-color: var(--out-btn);
    background-size: 100%;
    background-image: linear-gradient(to right, var(--rev-btn), var(--out-btn));
}

.progress-bar .track::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-size: 100%;
    background-image: linear-gradient(-45deg, white 25%, transparent 25%, transparent 50%, white 50%, white 75%, transparent 75%, transparent);
    background-size: 30px 30px;
    opacity: 0.3;
    animation: progress-bar-after-1 0.5s linear;
}

/* progress circle */
.single-chart {
    justify-content: space-around;
    display: inline-block;
}

.circular-chart100 {
    display: inline-block;
    margin: 0px auto;
}

.circle-bg100 {
    fill: none;
    stroke: #fff;
    stroke-width: 2.7px;
}

.circular-chart100 .circle100 {
    stroke: #ccc;
    fill: #f8f8f8;
}

.circle100 {
    fill: none;
    stroke-width: 2.8px;
    stroke-linecap: butt;
}

.percentage {
    font-size: .5rem;
    font-weight: bold;
    fill: var(--txt);
    text-anchor: middle;
}

@media only screen and (min-width: 640px) {
    .single-chart {
        width: 85%;
    }
}

/* Rating stars */
.stars {
    width: 124px;
    height: 30px;
    text-align: center;
    position: absolute;
    top: 85%;
    left: 55%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.stars .star {
    width: 20px;
    position: absolute;
    top: 0;
    font-size: 20px;
    color: var(--link);
}

.stars-ghost {
    width: 0px;
    position: relative;
    float: left;
    overflow: hidden;
    height: 100%;
    z-index: 2;
}

.stars .star:nth-child(1) {
    left: 0;
}

.stars .star:nth-child(2) {
    left: 25px;
}

.stars .star:nth-child(3) {
    left: 50px;
}

.stars .star:nth-child(4) {
    left: 75px;
}

.stars .star:nth-child(5) {
    left: 100px;
}

/* Review reference */
.rev-ref .stars {
    left: 50%;
}

.rev-ref .rating .title {
    color: #001717;
    font-weight: bold;
}

.rev-ref .rating-box {
    border-radius: .5rem;
    border: 1px solid var(--rev-btn);
    background: #f7f7f7;
}

.rev-ref .rev-box {
    background: #f7f7f7;
    height: 100%;
    border-radius: .5rem 0 0 .5rem;
}

.rev-ref .rev-box .operator {
    position: relative;
    top: 50%;
    transform: translateY(-70%);
    -webkit-transform: translateY(-70%);
}

.rev-ref .rev-box .rating {
    display: block;
    position: relative;
    top: 30px;
}

.rev-ref .rating-box .circular-chart100 {
    max-width: 80px;
}

.rev-ref .rating-box .title {
    text-align: center;
    color: var(--txt);
    text-transform: uppercase;
    font-size: 11px;
}

.rev-ref .rating-box span.sp-txt {
    width: 45%;
    font-weight: bold;
    display: inline-block;
    color: var(--txt);
}

.rev-ref .promo-box {
    border-radius: .5rem;
    margin: -0.5rem 0;
    left: 1px;
}

.rev-ref.green .promo-box {
    border: 4px solid #99af83;
}

.rev-ref .circular-chart100 .circle100 {
    fill: #f7f7f7;
}

.rev-ref.green .circular-chart100 .circle100 {
    stroke: url('#green_gradient');
}

.rev-ref.blue .circular-chart100 .circle100 {
    stroke: url('#blue_gradient');
}

.rev-ref.orange .circular-chart100 .circle100 {
    stroke: url('#orange_gradient');
}

.rev-ref.green .promo-box .promo-txt,
.rev-ref.green .promo-box .promo-txt .highlight,
.rev-ref.green .promo-box .title {
    color: #7aa657;
}

.rev-ref.blue .promo-box {
    border: 4px solid var(--rev-btn);
}

.rev-ref.blue .promo-box .promo-txt,
.rev-ref.blue .promo-box .promo-txt .highlight,
.rev-ref.blue .promo-box .title {
    color: var(--rev-btn);
}

.rev-ref.orange .promo-box {
    border: 4px solid #d29732;
}

.rev-ref.orange .promo-box .promo-txt,
.rev-ref.orange .promo-box .promo-txt .highlight,
.rev-ref.orange .promo-box .title {
    color: #d29732;
}

.rev-ref .promo-box .promo-txt {
    text-align: center;
}

.rev-ref .promo-box .promo-txt .highlight.sm {
    font-size: 1.35rem;
}

.rev-ref .promo-box .promo-txt .highlight {
    font-size: 1.75rem;
    font-weight: bold;
}

.rev-ref .rev-btn {
    border: 1px solid var(--rev-btn);
    background: #f7f7f7;
}

.rev-ref .rev-btn:hover {
    background: var(--rev-btn);
}

.rev-ref .rev-btn:before {
    top: 25px;
}

.rev-ref .rev-btn span {
    bottom: 25px;
}

@media screen and (max-width: 991px) {
    .rev-ref .rev-btn {
        border-radius: .5rem;
    }

    .rev-ref .rev-btn span {
        bottom: 14px;
        left: 65%;
        width: 50%;
    }

    .rev-ref .rev-btn:before {
        top: 18px;
        left: 25%;
    }

    .rev-ref .rev-box {
        background: none;
    }

    .rev-ref .rev-box .operator {
        transform: translateY(-75%);
        -webkit-transform: translateY(-75%);
    }

    .rev-ref .rev-box .rating {
        top: -16px;
    }

    .rev-ref .progress-bar.sm .track {
        position: absolute;
        max-width: 100%;
    }

    .rev-ref .progress-bar.sm .txt {
        position: absolute;
        top: -20px;
        right: 0;
        width: 20%;
        left: auto;
        color: var(--txt);
    }

    .rev-ref .promo-txt {
        text-align: center;
    }

    .rev-ref .promo-txt span.highlight {
        width: unset;
    }
}

@media screen and (max-width: 575px) {
    .rev-ref .rev-btn span {
        bottom: 14px;
        width: 70px;
    }

    .rev-ref .rev-box .rating,
    .rev-ref .rev-box .operator {
        left: 13px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .rev-ref .rating-box .circular-chart100 {
        max-width: 65px;
    }

    .rev-ref .rev-btn span {
        bottom: 18px;
    }

    .rev-ref .rev-btn:before {
        top: 18px;
    }
}

@media screen and (min-width: 992px) {
    .rev-ref .stars {
        top: 95%;
    }
}

/* Review element */
.main-rev {
    border: 1px solid var(--rev-btn);
    border-radius: .75rem;
    overflow: hidden;
    z-index: 2;
    position: relative;
}

.main-rev .icon {
    width: 30px;
    height: 30px;
}

.main-rev .details {
    background: var(--rev-btn);
    border-radius: .5rem 0 0 .5rem;
    padding: .35rem .45rem .35rem .35rem;
}

.main-rev .stars {
    top: 75%;
    left: 50%;
}

.main-rev .details .single .highlight {
    font-weight: bold;
    font-size: 1.25rem;
}

.highlight {
    font-weight: bold;
    font-size: 1.25rem;
}

.main-rev .details .single .info {
    font-size: .95rem;
}

.main-rev .details .inner {
    background: #f7f7f7;
    border-radius: .5rem;
}

.main-rev .rating .title {
    position: relative;
    top: -7px;
    left: 15px;
}

.main-rev .actions .rounded-edge {
    background: var(--out-btn);
}

.main-rev .actions .out-btn.not-ver,
.main-rev .actions.not-ver .rounded-edge,
.main-rev .actions.not-ver {
    background: var(--out-btn-not-ver);
}

.main-rev .actions .rev-btn:after {
    position: absolute;
    content: '';
    width: 2px;
    height: 100%;
    background: var(--rev-btn);
    right: 0;
    z-index: 5;
    top: 0;
}

.main-rev .actions .rev-btn:hover:after {
    background: #fff;
}

.main-rev-bot {
    background: #f7f7f7;
    border-radius: 0 0 .5rem .5rem;
}

.main-rev-bot ul {
    list-style: none;
}

.main-rev-bot .ratings-info .progress-bar {
    width: 40%;
    float: left;
    top: 2px;
}

.main-rev-bot .ratings-info .progress-bar .txt {
    position: absolute;
    right: -45px;
    top: 2px;
    color: var(--txt);
    font-weight: bold;
    font-size: 1.05rem;
}

.main-rev-bot .ratings-info .feat {
    font-weight: bold;
    float: left;
    width: 50%;
    position: relative;
    z-index: 2;
}

.main-rev-bot .ratings-info .feat span {
    background: #f7f7f7;
    z-index: 3;
    position: relative;
    padding-right: 5%;
}

.main-rev-bot .ratings-info .feat:before {
    width: 95%;
    position: absolute;
    content: '';
    background: #ccc;
    height: 1px;
    z-index: 1;
    top: 50%;
}

@media screen and (max-width: 449px) {
    .main-rev .details,
    .main-rev .actions {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .main-rev .actions {
        min-height: 50px;
        margin-top: -1rem;
        z-index: -1;
    }

    .main-rev .out-btn:before {
        top: 32%;
        left: calc(50% - 50px);
        height: 30px;
    }

    .main-rev .out-btn span {
        bottom: 9px;
        left: 55%;
        width: 100px;
        font-size: 15px;
    }

    .main-rev-bot .ratings-info .progress-bar .txt {
        right: -38px;
    }
}

@media screen and (min-width: 450px) and (max-width: 767px) {
    .main-rev .out-btn span {
        bottom: 30px;
        left: 50%;
        font-size: 16px;
        text-align: center;
    }

    .main-rev .out-btn:before {
        top: 25%;
    }

    .main-rev .out-btn.not-ver:before {
        top: 20%;
    }
}

@media screen and (max-width: 767px) {
    .main-rev .single {
        text-align: center;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .main-rev .stars.not-ver {
        top: 70%;
        left: 50%;
    }

    .main-rev .stars:not(.not-ver) {
        top: 83%;
        left: 41%;
    }
}

@media screen and (min-width: 992px) {
    .main-rev .stars {
        top: 90%;
        left: 40%;
    }

    .main-rev .stars.not-ver {
        top: 80%;
        left: 50%;
    }
}

/* pro-cons */
.pro-cons {
    border-radius: .75rem 0 0 0;
    overflow: hidden;
    z-index: 2;
    position: relative;
    background: rgba(222, 225, 232, .55);
}

.pro-cons .stars {
    position: relative;
    top: 0;
    left: 50%;
}

.pro-cons .year {
    font-weight: 600;
    font-size: 1.25rem;
}

.pro-cons .rev-btn {
    background: #f7f7f7;
}

.pro-cons .rev-btn,
.pro-cons .out-btn {
    border: 1px solid var(--rev-btn);
}

.pro-cons .rev-btn:hover {
    background: var(--rev-btn);
}

.pro-cons .details .accent {
    font-size: 1.25rem;
    font-weight: bold;
}

.pro-cons .regs .icon {
    display: inline-block;
}

.pro-cons .icon.icon-age {
    width: 40px;
    height: 30px;
}

.pro-cons .icon.icon-gibraltar,
.pro-cons .icon.icon-gamcare,
.pro-cons .icon.icon-mga {
    width: 100px;
    height: 30px;
}

.pro-cons .icon.icon-egba {
    width: 60px;
    height: 30px;
}

.pro-cons .icon.icon-curacao {
    width: 41px;
    height: 30px;
}

.pro-cons-bot .title {
    font-size: 1.25rem;
}

.pro-cons-bot .title.pros {
    color: var(--green);
}

.pro-cons-bot .title.cons {
    color: var(--red);
}

.pro-cons-bot .plus, .pro-cons-bot .minus {
    list-style: none;
}

.pro-cons-bot .plus li, .pro-cons-bot .minus li {
    position: relative;
    color: var(--txt);
    padding-left: 1.1rem;
}

.pro-cons-bot .plus li:not(:last-child), .pro-cons-bot .minus li:not(:last-child) {
    margin-bottom: 1rem;
}

.pro-cons-bot .plus li:before, .pro-cons-bot .minus li:before {
    position: absolute;
    font: 900 1rem "Font Awesome 5 Free";
    left: 0;
    top: 4px;
    display: block;
}

.pro-cons-bot .plus li:before {
    content: "\f067";
    color: var(--green);
}

.pro-cons-bot .minus li:before {
    content: "\f068";
    color: var(--red);
}

.pro-bg:before {
    background: url('../../../images/icons/pros-bg.svg');
}

.con-bg:before {
    background: url('../../../images/icons/cons-bg.svg');
}

.pro-bg:before, .con-bg:before {
    position: absolute;
    content: '';
    width: 150px;
    height: 140px;
    background-repeat: no-repeat;
    bottom: -.40rem;
    right: 10px;
    background-position: center right;
}

.con-bg .minus,
.pro-bg .plus {
    max-width: 75%;
}

@media screen and (min-width: 992px) {
    .pro-cons .operator,
    .pro-cons .rating {
        position: relative;
        top: 1rem;
    }

    .pro-cons .not-ver .operator,
    .pro-cons .not-ver .rating {
        top: 0;
    }

    .pro-cons .not-ver .rating {
        top: 5px;
    }

}

@media screen and (max-width: 991px) {
    .pro-cons .icon[class] {
        height: 25px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .pro-cons .stars {
        left: 35%;
        top: 0;
    }

    .pro-cons .not-ver .stars {
        left: 50%;
        top: 5px;
    }

    .pro-bg:before, .con-bg:before {
        width: 100px;
        height: 90px;
    }
}

@media screen and (max-width: 767px) {
    .pro-cons {
        border-radius: .75rem .75rem 0 0;
    }

    .pro-cons .rounded-edge {
        border-radius: 0;
    }

    .pro-cons,
    .pro-cons-bot {
        width: 400px;
        max-width: 100%;
    }

    .pro-cons-bot .inner {
        flex-wrap: wrap;
    }

    .pro-bg:before, .con-bg:before {
        width: 120px;
        height: 110px;
    }

    .pro-cons .stars {
        left: 50%;
        top: 0;
    }

    .pro-cons .details .single {
        text-align: center;
    }

    .pro-cons .actions {
        min-height: 50px;
    }

    .pro-cons .actions .out-btn:before {
        left: 32.5%;
        top: 7px;
    }

    .pro-cons .actions .out-btn.single:before {
        left: calc(50% - 50px);
    }

    .pro-cons .actions .out-btn.single span {
        bottom: 13px;
        width: 100px;
        font-size: 16px;
        left: 60%;
    }

    .pro-cons .actions .out-btn.not-ver span {
        bottom: 5px;
    }

}

@media screen and (max-width: 575px) {
    .pro-bg, .con-bg {
        overflow: hidden;
    }

    .pro-bg:before, .con-bg:before {
        right: -10px;
    }
}

/* Preview box */
.preview.terms,
.preview.terms-lg {
    /* box-shadow: 0 1em 1em -1em rgba(var(--rev-btn-val), .35); */
    padding-bottom: 1rem;
}

/* Sports boxes */
.sp-container [class*="col"] {
    overflow: hidden;
    border-radius: .75rem;
}

.sp-box.bg-football:before {
    background: url('../../../images/bg-football.jpg');
    background-position: -50px center;
}

.sp-box.bg-basketball:before {
    background: url('../../../images/bg-basketball.jpg');
    background-position: -50px center;
}

.sp-box.bg-tennis:before {
    background: url('../../../images/bg-tennis.jpg');
    background-position: -135px center;
}

.sp-box.bg-volleyball:before {
    background: url('../../../images/bg-volleyball.jpg');
    background-position: -70px center;
}

.sp-box-lg {
    background: #e8e8eb;
    border-radius: .75rem;

}

.sp-box[class*='bg-']:before,
.sp-box[class*='bg-']:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: .75rem;
}

.sp-box[class*='bg-']:after {
    background: linear-gradient(to right, transparent 0%, #e8e8eb 50%);
}

.sp-box.single[class*='bg-']:before,
.sp-box-lg .sp-box[class*='bg-']:before {
    background-repeat: no-repeat;
    border-radius: .75rem;
    overflow: hidden;
    transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    filter: grayscale(.50) sepia(95%) hue-rotate(182deg) brightness(98%) contrast(87%);
}

.sp-box.single[class*='bg-']:before {
    background-size: cover;
}

.sp-box-lg .sp-box[class*='bg-']:before {
    background-size: auto;
    background-position: 0 center;
}

.sp-box-lg .sp-box.bg-tennis:before {
    background-size: cover;
    background-position: -65px center;
}

.sp-box-lg .sp-box.bg-volleyball:before {
    background-size: cover;
    transform: scale(1);
}

.sp-container [class*="col"]:hover .sp-box:before,
.sp-box-lg:hover .sp-box:before {
    filter: grayscale(0) sepia(0) hue-rotate(0) brightness(98%) contrast(87%);
}

.sp-box[class*='bg-']:after {
    background: linear-gradient(to right, transparent 0%, #e8e8eb 50%);
}

.sp-box .box-content {
    padding: 1rem .75rem;
    position: relative;
    z-index: 3;
}

.sp-box .box-title {
    color: var(--heading);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.5rem;
}

.sp-box-lg .author .box-title {
    color: var(--heading);
    font-weight: bold;
    font-size: 1rem;
}

.sp-box .box-txt p {
    margin-bottom: 0;
}

.sp-box .box-txt,
.sp-box-lg .author .box-txt {
    color: var(--txt);
    font-size: .95rem;
    line-height: 1.4;
    font-weight: 400;
    cursor: default;
}

.sp-box a {
    color: var(--link);
    font-size: .9rem;
    text-align: right;
    display: block;
    padding-top: .5rem;
}

.sp-box a > i {
    font-size: 1rem;
}

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

@media screen and (max-width: 767px) {
    .sp-box .box-content {
        margin-left: 35%;
    }

    .sp-box-lg .box-content {
        margin-left: 15%;
    }

    .sp-box-lg .sp-box[class*='bg-']:before {
        background-size: cover;
        background-position: -165px 0;
    }

    .sp-box[class*='bg-']:after {
        background: linear-gradient(to right, transparent 0%, #e8e8eb 25%);
    }
}

@media screen and (min-width: 768px) {
    .sp-box[class*='bg-']:before,
    .sp-box[class*='bg-']:after {
        width: 95%;
    }

    .bg-sm .sp-box[class*='bg-']:before,
    .bg-sm .sp-box[class*='bg-']:after {
        width: 65%;
    }

    .sp-box-lg .box-content {
        margin-left: 35%;
    }


}

@media screen and (min-width: 992px) {
    .sp-box .box-content {
        margin-left: 35%;
    }

    .page-template:not(.home) .sp-box-lg[class*="bg-"] .box-content {
        margin-left: 25%;
    }
}

/* tables */
.table:not(.live):not(.payments) .row {
    border: 1px solid var(--rev-btn);
    overflow: hidden;
    border-radius: .5rem;
}

.table .custom-rounded {
    border-radius: .5rem;
}

.table .custom-border {
    outline: 1px solid var(--rev-btn);
}

.table .brand .num {
    font-size: 2.25rem;
    font-weight: bold;
    color: var(--txt);
    border-right: 1px solid var(--rev-btn);
    text-align: center;
}

.table .brand .num span {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    display: block;
}

.table .brand .stars {
    position: relative;
    margin: 0 auto;
    left: 20px;
    top: 15px;
}

.table .icon {
    width: 35px;
    height: 30px;
}

.table .sm-txt .icon {
    width: 15px;
    height: 15px;
}

.table .title {
    font-size: .95rem;
    font-weight: 600;
    opacity: .8;
}

.table .highlight {
    font-size: 1.25rem;
    font-weight: bold;
}

.table .rev-btn {
    border-left: 1px solid var(--rev-btn);
    border-right: 1px solid var(--rev-btn);
}

.table .out-btn:before {
    top: .45rem;
}

@media screen and (max-width: 575px) {
    .table {
        width: 350px;
        max-width: 100%;
    }

    .rev-btn span, .out-btn span {
        left: 65%;
    }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
    .table {
        max-width: 70%;
    }

    .rev-btn span, .out-btn span {
        left: 60%;
    }

}

@media screen and (max-width: 767px) {
    .table .gray-bg {
        background: rgba(222, 225, 232, .55);
    }

    .table .center-box {
        text-align: center;
        border-bottom: 1px solid rgba(var(--rev-btn-val), .35);
    }

    .table .brand .operator {
        margin-left: auto;
        margin-right: auto;
    }

    .table .brand .stars {
        left: 65px;
        top: 10px;
    }

    .table .rev-btn, .table .out-btn {
        min-height: 50px;
    }

    .table .rev-btn {
        border-top: 1px solid var(--rev-btn);
        border-left: none;
    }

    .rev-btn:before {
        top: 12px;
        left: 25%;
    }

    .table .out-btn:before {
        top: 8px;
        left: 35%;
    }

    .rev-btn span, .out-btn span {
        bottom: 8px;
        width: 70px;
        font-size: 14px;
    }

}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .table .brand .operator {
        margin-left: 0.25rem;
    }

    .table .brand .stars {
        left: 45px;
    }

    .table .rev-btn span, .table .out-btn span {
        font-size: 83%;
        width: 95%;
    }

}

@media screen and (max-width: 991px) {
    .table .brand .num {
        font-size: 2rem;
    }
}

/* profile table */
.table.profile {
    max-width: 90%;
    margin: 0 auto 2rem;
    color: var(--txt);
}

.table.profile tbody {
    box-shadow: 0 .25rem .5rem rgba(var(--rev-btn-val), .35);
}

.table.profile td {
    padding: .25rem 1rem;
}

.table.profile td:nth-child(1) {
    border-right: 1px solid #dee2e6;
    font-style: italic;
    font-size: .9rem;
}

@media screen and (min-width: 992px) {
    .table.profile {
        width: 70%;
    }
}

/* Live Table */
.table.live .sport-icons {
    width: 10rem;
}

@media screen and (min-width: 992px) {
    .table.live .sport-icons {
        width: 5rem;
    }
}

/* Payment Table */
.table.payments .payment-icons {
    width: 11rem;
}

@media screen and (min-width: 992px) {
    .table.payments .payment-icons {
        width: 10rem;
    }
}

/* FAQ */
.faq .bordered:hover {
    border: 3px solid var(--out-btn);
    cursor: default;
}

.faq_content p {
    font-size: .9rem;
    margin-bottom: .25rem;
    color: var(--txt);
}

.faq .bordered i {
    color: var(--rev-btn);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;

}

.faq .bordered:hover i {
    color: var(--out-btn);
}

.faq_content h3 {
    display: inline;
    font-style: italic;
    font-size: 1rem;
}

@media screen and (max-width: 991px) {
    .faq_content p {
        font-size: 100%;
    }
}

/* Contact */
#contact {
    display: block;
    margin: 3rem auto 0;
}

#contact input:not(#send),
textarea,
select {
    width: 100%;
    margin: 0 auto;
    padding: 5px;
    color: #666;
    background: #f5f5f5;
    border: 1px solid #ccc;
    margin: 5px 0;
    border-radius: .25rem;
}

#contact input:not(.out-btn-hor):focus,
textarea:focus,
select:focus {
    border: 1px solid #999;
    background-color: #fff;
    color: var(--txt);
}

#contact input.out-btn-hor {
    width: 150px;
    padding: 8px 2px;
    cursor: pointer;
    border: none;
    color: #fff;
    text-align: center;
    box-shadow: none;
}

#contact input[type="submit"][disabled] {
    background: #888;
}

#contact fieldset {
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 5px;
    border-radius: 5px;
}

#contact p.legend {
    padding: 7px 10px;
    font-weight: bold;
    color: #73675a;
    border: 1px solid #eee;
    margin-bottom: 20px;
    border-radius: .25rem;
}

#message {
    margin: 20px;
    padding: 0;
}

.success_message {
    background: rgba(var(--rev-btn-val), .5);
    padding: .5rem;
    color: var(--out-btn-hover);
    border-radius: .25rem;
}

.error_message {
    background: #bb1010;
    padding: 15px;
    color: #fff;
    transition: 1s;
}

#contact input, textarea, select {
    display: block;
    clear: both;
}

@media (max-width: 991px) {
    #contact {
        width: 100%;
    }
}

@media (max-width: 767px) {
    #contact label,
    #contact input,
    textarea,
    select {
        width: 100%;
    }
}

@media (min-width: 992px) {
    #contact {
        width: 75%;
    }
}

/* Footer */
.footer {
    background: var(--blue);
}

.footer .disclaimer {
    color: var(--footerTxt);
    font-size: .85rem;
    line-height: 1.2;
}

/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
    html {
        font-size: 95%;
    }
}

@media screen and (max-width: 1199px) {
    .navbar-dark .dropdown-item {
        color: #fff;
    }

    .navbar-nav .dropdown-menu {
        background: transparent;
        box-shadow: none;
        border: none;
    }
}

/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
    html {
        font-size: 95%;
    }
}

/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
    html {
        font-size: 90%;
    }

    table.sport .bb-1 {
        border-bottom: 1px solid #edeef2;
    }

    table.sport .bl-1 {
        border-left: 1px solid #edeef2;
    }

    table.sport .br-1 {
        border-right: 1px solid #edeef2;
    }

    table.sport .bl-1-1 {
        border-left: none !important;
    }

    table.sport .br-1-1 {
        border-left: none !important;
    }

}

/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
    html {
        font-size: 90%;
    }
}

/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
    html {
        font-size: 85%;
    }

    .sp-box-lg .sp-box[class*='bg-']:before {
        background-position: -120px 0;
    }
}

.rev-btn-table,
.out-btn-table {
    max-width: 85%;
    padding: .75rem .5rem;
    border-radius: .5rem;
    text-align: center;
    margin: 0 auto;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;

}

.rev-btn-table {
    border: 1px solid var(--rev-btn);
    color: var(--rev-btn);
}

.out-btn-table {
    background: var(--out-btn);
    color: #fff;
}

.rev-btn-table:hover {
    color: #fff;
    text-decoration: none;
    background: var(--rev-btn);
}

.out-btn-table:hover {
    color: #fff;
    text-decoration: none;
    background: var(--out-btn-hover);
}

.rev-txt-table {
    color: var(--rev-btn);
}

/* Table */
table.sport th, table.sport td, .table.small-tbl th {
    vertical-align: middle;
    text-align: center;
}

table.sport th, .table.small-tbl th {
    background-color: #edeef2;
}

table.sport th:nth-child(1), table.small-tbl th:nth-child(1) {
    border-top-left-radius: 0.75rem;
    border: 1px solid #edeef2;
}

table.sport th:last-child, table.small-tbl th:last-child {
    border-top-right-radius: 0.75rem;
    border: 1px solid #edeef2;
}

table.sport tr td:nth-child(2), table.small-tbl tr td:nth-child(2) {
    text-align: center;
}

table.sport tbody, table.small-tbl tbody {
    box-shadow: 0 0 0px 1px #edeef2;
}

table.sport .stars {
    position: relative;
    left: 44%;
    top: 10px;
}

table.sport .stars-ghost {
    position: absolute;
}

table.sport .highlight:nth-of-type(2) {
    display: block;
    font-size: 1.5rem;
}

table.sport .half-row {
    text-align: center;
    padding: 1.5rem 0;
}

table.sport .half-row.fix {
    min-width: 180px;
}

table.bonus .operator {
    width: 175px;
}

table.small-tbl {
    max-width: 100%;
    width: 400px;
    margin-bottom: 3rem !important;
}

@media screen and (max-width: 575px) {
    table.sport .half-row {
        width: 100% !important;
    }

    table.sport tbody tr td {
        border-color: #edeef2;
        border-width: 0 1px 1px 1px;
        border-style: solid;
    }

    table.sport tbody tr td:first-child {
        border: none;
    }


}

@media screen and (max-width: 991px) {
    table.sport {
        width: 420px;
        margin: 2rem auto;
        max-width: 95%;
        display: grid;
    }

    table.sport .stars {
        left: 50%;
    }

    table.sport .highlight:nth-of-type(2) {
        display: inline-block;
    }

    table.sport tbody {
        box-shadow: none;
    }

    table.sport td:nth-child(1) {
        background: #edeff2;
        border-radius: .5rem .5rem 0 0;
        border-color: transparent;
    }

    table.sport td {
        border-top: none;
    }

    table.sport td.terms-lg {
        background: transparent;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    table.bonus .operator {
        width: 130px;
    }

    table.bonus .bonus {
        max-width: 130px;
    }

    table.bonus td {
        padding: .25rem;
    }
}

@media screen and (min-width: 992px) {
    table.bonus .rev-btn-table, table.bonus .out-btn-table {
        font-size: .9rem;
    }

    table.bonus.payments .rev-btn-table, table.bonus.payments .out-btn-table {
        font-size: .85rem;
    }

    table.bonus.payments .bonus {
        font-size: .9rem;
    }

    .table.payments .highlight {
        font-size: 1.1rem;
    }
}

@media screen and (min-width: 576px) and (max-width: 991px) {

    table.sport .half-row {
        width: 50% !important;
        float: left;
    }

    table.sport tr {
        overflow: hidden;
    }

    table.sport .bb-1 {
        border-bottom: 1px solid #edeef2;
    }

    table.sport .bl-1 {
        border-left: 1px solid #edeef2;
    }

    table.sport .br-1 {
        border-right: 1px solid #edeef2;
    }

}

.horizontal li {
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
}

.main-nav ul ul {
    display: none;
}

.main-nav li {
    position: relative;
}

.main-nav ul li:hover > ul {
    display: block;
}

.main-nav a {
    color: black;
    text-transform: uppercase;
}

.main-nav ul ul {
    display: none;
    position: absolute;
    padding: 9px 5px 7px 14px;
    top: 23px;
    left: -11px;
    z-index: 99999;
    text-align: inherit;
    width: 186px;
    background: #fff;
}

#menu-top {
    display: flex;
}

#menu-top > li {
    margin-right: 20px;
}

.main-nav ul ul li {
    margin-bottom: 5px;
}

@media (max-width: 600px) {
    .form-inline {
        display: none !important;
    }

    #menu-top {
        flex-direction: column;
    }
}

.entry-header h1 {
    font-size: 2rem;
    font-family: 'Oxygen', sans-serif;
    font-weight: 600;
}


.azart-advantages {
    margin-top: 25px;
    margin-bottom: 25px;
    color: #797979
}

.azart-advantages__box {
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
    padding: 10px 0
}

.azart-advantages__title {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.1875;
    color: #000
}

.azart-advantages__item {
    width: calc(50% - 20px);
    margin: 0 10px;
    padding: 10px 30px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .15);
    transition: all .25s linear
}

.azart-advantages__item:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, .15)
}

.azart-advantages__item ul {
    margin: 0;
    padding: 0;
    margin-left: 15px;
    list-style-type: none
}

.azart-advantages__item ul li {
    margin: 7px 0 0
}

.azart-advantages__item--positive {
    background: #cbf9ca
}

.azart-advantages__item--positive ul li::before {
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg data-name='Слой 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9.7 7.34'%3E%3Cpath d='M9.56.14a.48.48 0 00-.68 0l-5.82 6L.83 3.83a.49.49 0 00-.69 0 .53.53 0 000 .71L2.72 7.2a.49.49 0 00.69 0L9.56.85a.51.51 0 000-.71z' fill='%231cb819'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50%
}

.azart-advantages__item--negative {
    background: #ffe0e0
}

.azart-advantages__item--negative ul li::before {
    height: 2px;
    margin-top: 10px;
    background-color: #fb8383
}


.azart-top-rated__item .azart-advantages {
    display: none;
    margin-top: 0;
    margin-bottom: 0
}

.azart-top-rated__item .azart-advantages__item ul {
    display: flex;
    flex-wrap: wrap
}

.azart-top-rated__item .azart-advantages__item ul li {
    width: calc(50% - 10px);
    margin-right: 10px;
    font-size: 15px;
}

.azart-top-rated__item .azart-advantages__item .azart-advantages__title {
    margin-bottom: 0
}

.azart-advantages li::before {
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    flex-shrink: 0;
    margin-left: -21px;
    margin-top: 6px;
    margin-right: 10px;
    background: #253171;
}


.azart-comments__item, .azart-tags__item-list a {
    transition: all .25s linear;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .15)
}

.azart-tags__item-list a {
    margin: 2px;
    padding: 10px 15px;
    background: #f7f7f7;
    border-radius: 5px;
    box-shadow: none
}


.azart-tags__item-list a:hover {
    background: #fc275a;
    color: white;
}

.azart-comments ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.azart-comments ul li {
    display: block;
    margin: 15px 0 0
}

.azart-comments > ul > li ul {
    padding-left: 60px
}

.azart-comments > ul > li ul li .azart-comments__item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 13px;
    background: #fc275a
}

.azart-comments__item {
    position: relative;
    display: flex;
    padding: 30px;
    color: #797979;
    background: #fff
}

.azart-comments__item-avatar {
    width: 100%;
    max-width: 80px;
    align-self: flex-start;
    margin-right: 30px;
    position: relative;
    display: block;
    font-size: 0
}

.azart-comments__item-avatar img {
    border-radius: 50%
}

.azart-comments__item-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    color: #000
}

.azart-comments__item-footer {
    display: flex;
    font-size: 12px;
    line-height: 1.16667
}

.azart-comments__item-reply {
    margin-left: 20px;
    color: #fc275a
}

.azart-comments__item-reply:hover {
    text-decoration: underline
}

.azart-comments-form {
    width: 100%;
    max-width: 617px;
    font-family: 'Oxygen', sans-serif;
}

#respond {
    margin-top: 50px

}

.azart-comments-form h2 {
    margin-bottom: 5px;
    font-size: 22px
}

.azart-comments-form .subtitle {
    max-width: 100%;
    margin: 0;
    text-align: left
}

.azart-comments-form__field {
    height: 45px;
    margin-top: 20px;
    font-size: 12px;
    line-height: 1;
    color: #797979;
    background: #fff;
    border: 1px solid #cbcfcb;
    transition: all .25s linear;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .15)
}

.azart-comments-form__field:hover {
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .35)
}

.azart-comments-form__field input, .azart-comments-form__field textarea {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 20px;
    border: 0
}

.azart-comments-form__field textarea {
    padding: 20px;
    background: white;
}

.azart-comments-form__field--textarea {
    height: 125px
}

.azart-comments-form__action {
    margin-top: 20px
}

.logged-in-as a {

}

.azart-comments-form__action .btn {
    height: 40px;
    border: none;
}

.azart-comments small {
    margin-left: 15px;
}

.comment-form-cookies-consent {
    display: none !important;
}

input.submit, input.submit:hover {
    background: #1d2f4a;
    color: white;
}


#author-info {
    display: flex;
}

#author-avatar img {
    max-width: unset;
}

#author-description {
    padding-left: 30px;
}

#author-description > div {
    margin-bottom: 10px;
    font-weight: 700;
}

.post_list {
    display: flex;
    flex-wrap: wrap;
}


.post_item {
    width: 345px;
    margin-bottom: 50px;
    margin-right: 20px;
}

.post_list::after {
    content: "";
    flex: auto;
}

.post_title {
    margin-top: 12px;
}

.post_title a {
    color: black;
    font-weight: 700;
    font-size: 22px;
}

.post_desc {
    font-size: 15px;
    margin-top: 4px;
}

@media (max-width: 1100px) {
    .post_list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
}

.book_data {
    color: #7a7a7a;
    font-size: 14px;
}



.betting-info {
    width: 100%;
    margin-bottom: 2.22222rem
}
@media (min-width:768px) {
    .betting-info {
        margin-bottom: 3.33333rem
    }
}
.betting-info .betting-info-item {
    min-height: 2.22222rem;
    border-bottom: 1px solid #eff0f2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.betting-info .betting-info-item.betting-item-payments {
    position: relative
}
.betting-info .betting-info-item.betting-item-payments .payments-tooltip {
    position: absolute;
    z-index: 2;
    top: 100%;
    left: 0;
    background: #fff;
    padding: 1rem .88889rem;
    -webkit-box-shadow: 0 16px 40px rgba(29, 33, 41, .08);
    box-shadow: 0 16px 40px rgba(29, 33, 41, .08);
    border-radius: 4px;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px
}
@media (min-width:768px) {
    .betting-info .betting-info-item.betting-item-payments .payments-tooltip {
        width: 210px;
        left: inherit;
        right: 0
    }
}
.betting-info .betting-info-item.betting-item-payments .payments-tooltip img {
    max-width: 70px
}
.betting-info .betting-info-item.betting-item-payments:hover .payments-tooltip {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
.betting-info .betting-info-item.betting-item-payments:hover .hidden-payment {
    background: #000;
    color: #fff
}
.betting-info .betting-info-item.betting-item-payments:hover img {
    -webkit-filter: none;
    filter: none;
    opacity: 1
}
.betting-info .betting-info-item__left {
    min-height: 2.22222rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}
.betting-info .betting-info-item__left svg {
    margin-right: .72222rem;
    margin-bottom: .38889rem
}
.betting-info .betting-info-item__left span {
    display: block;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-size: .77778rem;
    line-height: .88889rem;
    text-transform: uppercase;
    margin-bottom: .5rem
}
.betting-info .betting-info-item__right_website a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: #17c37b;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}
.betting-info .betting-info-item__right_website span {
    display: block;
    font-weight: 500;
    font-size: .88889rem;
    line-height: 1.11111rem
}
.betting-info .betting-info-item__right_website svg {
    margin-left: .5rem
}
.betting-info .betting-info-item__right_bonus a {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background: #ff8f28;
    border-radius: .22222rem;
    padding: .22222rem .61111rem .22222rem .33333rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none
}
.betting-info .betting-info-item__right_bonus span {
    display: block;
    color: #fff;
    font-weight: 500;
    font-size: .88889rem;
    line-height: 1.22222rem;
    margin-left: .27778rem;
    margin-right: .44444rem
}
.betting-info .betting-info-item__right_term-title p {
    margin: .44444rem 0rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}
.betting-info .betting-info-item__right_term-title p span {
    font-size: .88889rem;
    line-height: 1.11111rem
}
.betting-info .betting-info-item__right_term-icon > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right
}
.betting-info .betting-info-item__right_term-icon > div .icon {
    display: inline-block;
    max-width: 24px
}
.betting-info .betting-info-item__right_term-icon > div .icon:not(:last-of-type) {
    margin-right: .72222rem
}
.betting-info .betting-info-item__right_plain-text span {
    font-size: .88889rem;
    line-height: 1.11111rem
}
.betting-info .betting-info-item__right_payment {
    position: relative;
    max-width: 45%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}
@media (min-width:1209px) {
    .betting-info .betting-info-item__right_payment {
        overflow-x: visible
    }
}
.betting-info .betting-info-item__right_payment .icon {
    padding: 0 .27778rem
}
.betting-info .betting-info-item__right_payment .pm-wrapper:nth-of-type(1) {
    margin-right: 0
}
.betting-info .betting-info-item__right_payment .pm-wrapper:nth-of-type(1) img,
.betting-info .betting-info-item__right_payment .pm-wrapper:nth-of-type(1) span {
    margin-bottom: 0
}
.betting-info .betting-info-item__right_payment .pm-wrapper:nth-of-type(1) span {
    margin-right: 0
}
@media (min-width:1209px) {
    .betting-info .betting-info-item__right_payment .payment-list {
        margin-left: auto;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }
}
.betting-info .betting-info-item__right_payment .payment-slider {
    margin-bottom: 0
}
.betting-info .payment-slider .icon img,
.betting-info .payment-list .pm-wrapper img {
    -webkit-filter: none;
    filter: none;
    opacity: 1
}
.betting-info .payment-slider__controls {
    bottom: 0
}
.betting-info .payment-slider__controls.next {
    right: 0
}


.betting-info-item__right .icon{
    text-indent: 0px !important;
}


 .operator img{
    width: 100%;
}

.breadcrumbs a{
	color: black;
}