
.sidebar-right {
    position: relative;
    padding-top: 24px;
    height: 100%;
    padding-bottom: 28px;
}

@media print, screen and (min-width: 64em) {
    .sidebar-right {
        padding-top: 0;
        padding-bottom: 60px;
    }

    .sidebar-right:not(.mobile-sidebar) {
        max-width: 24.375rem;
        margin-left: auto;
    }

    .sidebar-right.mobile-sidebar {
        height: initial;
        margin-bottom: 120px;
    }

    .sidebar-right.mobile-sidebar .sticky-widget {
        position: relative !important;
    }
}

.sidebar-left {
    position: relative;
    height: 100%;
    padding-bottom: 28px;
}

@media print, screen and (min-width: 64em) {
    .sidebar-left {
        padding-top: 0;
        padding-bottom: 80px;
    }
}

@media screen and (min-width: 100em) {
    .sidebar-left {
        max-width: 24.375rem;
        margin-right: auto;
    }
}

.sidebar-widget {
    background: #ffffff;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 12px;
}

.sidebar-widget .twitter-timeline {
    width: 100% !important;
}

@media print, screen and (min-width: 64em) {
    .sidebar-widget {
        border-radius: 10px;
        margin-bottom: 32px;
    }
}

.sidebar-widget__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 24px;
    position: relative;
}

@media print, screen and (min-width: 64em) {
    .sidebar-widget__top {
        padding: 17px 24px;
    }
}

.sidebar-widget__title {
    font-size: 20px;
    font-weight: 600;
    padding-right: 32px;
    width: 100%;
    color: #000000;
    line-height: 1.3;
}

.sidebar-widget__icon {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 24px;
    width: 20px;
    height: 20px;
    background: #F0EFF8;
    border-radius: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.sidebar-right .sidebar-widget__icon{
    display: none;
}

.sidebar-widget__icon svg {
    fill: #9797B2;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.sidebar-widget__cont .tabs-title a {
    padding-top: 22px;
    padding-bottom: 22px;
}

.sidebar-widget-table {
    margin: 0 0 5px 0;
    width: 100%;
}

.sidebar-widget-table tr {
    border-top: 1px solid #F6F7F9;
}

.sidebar-widget-table td:first-child {
    color: #ACACB5;
}

@media print, screen and (min-width: 64em) {
    .sidebar-widget-table td {
        font-size: 16px;
        white-space: normal;
    }
}
@media screen and (max-width: 1024px) {
    .sidebar-right .sidebar-widget__icon  {
        display: block;
    }
}

.sidebar-widget-table a.sidebar-widget-table-app-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.sidebar-widget-button {
    padding: 0 24px;
    margin-top: 12px;
}

.sidebar-banner {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    overflow: hidden;
    border-radius: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 32px;
    color: #ffffff;
    text-align: center;
}

.sidebar-banner-logo {
    width: 100%;
    max-width: 160px;
    height: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 8px;
}

.sidebar-banner-title {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 800;
    font-style: italic;
    margin-bottom: 6px;
}

.sidebar-banner-rate {
    margin-bottom: 24px;
}

.sidebar-banner-rate svg {
    height: 24px;
    width: auto;
}

.sidebar-banner-link {
    margin-bottom: 28px;
}

@media screen and (min-width: 992px) {
    .sidebar-banner-link .info-link:hover {
        color: #ffffff !important;
    }

    .sidebar-banner-link .info-link:hover svg {
        fill: #ffffff;
    }
}

.sidebar-banner-button {
    width: 100%;
    max-width: 280px;
    clear: both;
    display: inline-block;
    white-space: nowrap;
}

.sidebar-banner-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #422d72;
    z-index: -4;
}

.sidebar-banner-bg__dots {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath fill='rgba(255, 255, 255, .15)' d='M0 0h2v2H0z'/%3E%3C/svg%3E") repeat;
    background-size: 4px 4px;
    opacity: .2;
}

.sidebar-banner-bg__dots:before, .sidebar-banner-bg__dots:after {
    content: '';
    width: 50%;
    height: 300px;
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    border-radius: 30px;
    -webkit-transform: skewX(-5deg);
    -ms-transform: skewX(-5deg);
    transform: skewX(-5deg);
}

.sidebar-banner-bg__dots:before {
    top: 0;
    left: 70%;
    -webkit-transform: skewX(-10deg) translateY(-50%);
    -ms-transform: skewX(-10deg) translateY(-50%);
    transform: skewX(-10deg) translateY(-50%);
}

@media print, screen and (min-width: 64em) {
    .sidebar-banner-bg__dots:before {
        left: 75%;
    }
}

.sidebar-banner-bg__dots:after {
    bottom: 0;
    right: 70%;
    -webkit-transform: skewX(-10deg) translateY(50%);
    -ms-transform: skewX(-10deg) translateY(50%);
    transform: skewX(-10deg) translateY(50%);
}

@media print, screen and (min-width: 64em) {
    .sidebar-banner-bg__dots:after {
        right: 75%;
    }
}

.sidebar-right .sbbbs-subscribe-widget:first-of-type {
    margin-bottom: 32px;
}


.sidebar-widget .show-hide-content {
    margin-bottom: 0 !important;
}

.sidebar-widget .show-hide-content__data {
    padding-top: 0 !important;
}

.sidebar-widget .show-hide-content__data .page-nav {
    border-radius: 0;
}

.sidebar-widget .show-hide-content__data .page-nav li:first-child {
    border-top: 1px solid #E7EAF1;
}

.sticky-widget {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 100px;
    margin-top: 12px;
}

.sidebar-events-top {
    padding: 0 24px;
}

.sidebar-list {
    list-style-type: none;
    margin: 0;
}

.sidebar-list li {
    font-size: 14px;
    color: #9797B2;
    font-weight: 500;
    padding: 10px 24px;
    border-top: 1px solid #F6F7F9;
}

@media print, screen and (min-width: 64em) {
    .sidebar-list li {
        font-size: 16px;
    }

    .sticky-widget {
        margin-top: 32px;
    }
}

.sidebar-list li a {
    color: #9797B2;
}

@media screen and (min-width: 992px) {
    .sidebar-list li a:hover {
        color: #573B97;
    }
}

.all-sidebar-list li {
    text-transform: initial;
}

@media print, screen and (max-width: 63.99875em) {
    .filter-sidebar.all-page-sidebar .sidebar-widget {
        border-radius: 0;
    }
}

.no-wrap {
    white-space: nowrap;
}


.sbln-button {
    border-top: 1px solid #F6F7F9;
    padding: 24px;
}

.sbln {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
}

.sbln > * {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}


.widget_items-fields .more {
    color: #ACACB5;
    font-weight: normal;
    cursor: pointer;
}

@media screen and (min-width: 992px) {
    .widget_items-fields .more:hover {
        text-decoration: underline;
    }
}

.widget_items-fields table td:not(.active) .vl {
    display: none;
}

.widget_items-fields table td .vl:nth-child(1),
.widget_items-fields table td .vl:nth-child(2),
.widget_items-fields table td .vl:nth-child(3),
.widget_items-fields table td .vl:nth-child(4),
.widget_items-fields table td .vl:nth-child(5),
.widget_items-fields table td .vl:nth-child(6),
.widget_items-fields table td .vl:nth-child(7),
.widget_items-fields table td .vl:nth-child(8),
.widget_items-fields table td .vl:nth-child(9),
.widget_items-fields table td .vl:nth-child(10) {
    display: inline-block;
}

.widget_items-fields table td .vl:not(:last-of-type):after {
    display: inherit;
    content: ", ";
}

.widget_items-fields table td:not(.active) .vl:nth-child(10):after {
    content: "";
}

@media screen and (max-width: 550px) {
    .sidebar-widget .sidebar-widget__icon{
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        top: inherit;
        transition: transform .5s, -webkit-transform .5s;
    }

    .sidebar-widget.active .sidebar-widget__icon{
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
}

@media screen and (max-width: 1024px) {
    .sidebar-right{
        height: initial !important;
    }

    .sidebar-right {
        padding-top: 0px;
    }

    .post-type-news .sidebar-right {
        padding-top: 24px;
    }

    .sbbbs-widget {
        margin-top: 24px;
    }
}
.sidebar-widget:last-child {
    margin-bottom: 0px !important;
}
