/*****
Theme Name: Magazine
Theme URI: https://vespoker.com/
Author: Dev
Version: 1.1.3
*****/

@font-face {
    font-display: swap;
    font-family: 'FontAwesome';
    src: url(fonts/fontello.eot);
    src: url(fonts/fontello.eot?#iefix) format('embedded-opentype'), url(fonts/fontello.woff2) format('woff2'), url(fonts/fontello.woff) format('woff'), url(fonts/fontello.ttf) format('truetype'), url(fonts/fontello.svg#fontawesomeregular) format('svg');
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul > li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    animation: fa-spin 1s infinite steps(8)
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    transform: rotate(90deg)
}

.fa-rotate-180 {
    transform: rotate(180deg)
}

.fa-rotate-270 {
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none
}

.fa-cancel:before {
    content: '\e805';
}

.fa-mail:before {
    content: '\e806';
}

.fa-ok:before {
    content: '\e80c';
}

.fa-down-open:before {
    content: '\e80d';
}

.fa-plus-squared:before {
    content: '\e80f';
}

.fa-full-screen:before {
    content: '\e812';
}

.fa-paper-plane:before, .fa-telegram-plane:before {
    content: '\e813';
}

.fa-gift:before {
    content: '\e814';
}

.fa-viber:before {
    content: '\e81f';
}

.fa-whatsapp:before {
    content: '\e820';
}

.fa-attention:before {
    content: '\e821';
}

.fa-find:before {
    content: '\e824';
}

.fa-search:before {
    content: '\f002';
}

.fa-star-full:before {
    content: '\f005';
}

.fa-star-empty:before {
    content: '\f006';
}

.fa-user:before {
    content: '\f007';
}

.fa-home:before {
    content: '\f015';
}

.fa-clock-o:before {
    content: '\f017';
}

.fa-flag:before {
    content: '\f024';
}

.fa-tag:before {
    content: '\f02b';
}

.fa-play:before {
    content: '\f04b';
}

.fa-chevron-left:before {
    content: '\f053';
}

.fa-chevron-right:before {
    content: '\f054';
}

.fa-comment:before {
    content: '\f075';
}

.fa-chevron-up:before {
    content: '\f077';
}

.fa-comments:before {
    content: '\f086';
}

.fa-facebook:before {
    content: '\f09a';
}

.fa-rss:before {
    content: '\f09e';
}

.fa-link:before {
    content: '\f0c1';
}

.fa-copy:before {
    content: '\f0c5';
}

.fa-menu:before {
    content: '\f0c9';
}

.fa-table:before {
    content: '\f0ce';
}

.fa-gplus:before {
    content: '\f0d5';
}

.fa-columns:before {
    content: '\f0db';
}

.fa-comment-o:before {
    content: '\f0e5';
}

.fa-comments-0:before {
    content: '\f0e6';
}

.fa-mobile:before {
    content: '\f10b';
}

.fa-reply:before {
    content: '\f112';
}

.fa-flag-o:before {
    content: '\f11d';
}

.fa-star-half:before {
    content: '\f123';
}

.fa-info:before {
    content: '\f129';
}

.fa-ok-squared:before {
    content: '\f14a';
}

.fa-youtube-play:before {
    content: '\f16a';
}

.fa-instagram:before {
    content: '\f16d';
}

.fa-apple:before {
    content: '\f179';
}

.fa-windows:before {
    content: '\f17a';
}

.fa-android:before {
    content: '\f17b';
}

.fa-linux:before {
    content: '\f17c';
}

.fa-vk:before {
    content: '\f189';
}

.fa-twitch:before {
    content: '\f1e8';
}

.fa-odnoklassniki:before {
    content: '\f263';
}

.fa-chrome:before {
    content: '\f268';
}

.fa-telegram:before {
    content: '\f2c6';
}

.fa-yandex:before {
    content: '\f305';
}

.fa-twitter:before {
    content: '\f309';
}

/* CSS Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

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

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
}

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

hr {
    border: none;
    color: #e2e4e8;
    background-color: #e2e4e8;
    height: 1px;
}

/***** Structure *****/

html {
    font-size: 100%;
    -webkit-text-size-adjust: none;
}

body {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 0.875rem;
    line-height: 1.6;
    background: #ddd;
    word-wrap: break-word;
}

.fullbg .custom-background {
    background-size: cover;
}

.mh-container, .mh-container-inner {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    position: relative;
}

.mh-container-outer {
    margin: 0 auto;
    box-shadow: 0 0 10px rgba(50, 50, 50, .17);
}

.mh-wide-layout .mh-container-outer {
    margin: 0 auto;
    box-shadow: none;
}

.mh-wrapper {
    padding: 20px;
    background: #fff;
}

.mh-content {
    width: 65.83%;
    overflow: hidden;
}

.mh-sidebar {
    width: 31.66%;
    float: left;
}

.mh-disable-sb .mh-content {
    width: 100%;
}

.mh-disable-sb .mh-home-content {
    width: 65.83%;
    overflow: hidden;
}

.mh-margin-left {
    margin-left: 2.5%;
}

.mh-margin-right {
    margin-right: 2.5%;
}

.mh-right-sb #main-content {
    float: left;
    margin-right: 2.5%;
}

.mh-left-sb #main-content {
    float: right;
    margin-left: 2.5%;
}

.mh-home-area-3, .mh-home-area-4 {
    width: 48.24%;
}

.mh-home-area-4 {
    margin-left: 3.52%;
}

/***** Animation *****/

.mh-header-nav li, .mh-main-nav li, .mh-extra-nav li, .mh-social-icons li a, .mh-social-icons li:hover .fa-mh-social:before, .flex-direction-nav a, .tagcloud a, .mh-share-button, .widget_recent_entries li a {
    transition: 0.25s ease-out;
}

/***** Columns *****/

.mh-row [class*='mh-col-']:first-child {
    margin: 0;
}

[class*='mh-col-'] {
    float: left;
    margin-left: 2.5%;
    overflow: hidden;
}

.mh-col-1-1 {
    width: 100%;
}

.mh-col-1-2 {
    width: 48.75%;
}

.mh-col-1-3 {
    width: 31.66%;
}

.mh-col-2-3 {
    width: 65.83%;
}

.mh-col-1-4 {
    width: 23.12%;
}

.mh-col-3-4 {
    width: 74.37%;
}

.mh-col-1-5 {
    width: 18%;
}

.mh-col-1-6 {
    width: 14.58%;
}

.mh-col-1-7 {
    width: 12.14%;
}

.mh-col-1-8 {
    width: 10.31%;
}

.clear {
    clear: both;
}

.clearfix {
    display: block;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    margin: 0;
    padding: 0;
}

/***** Typography *****/

h1 {
    font-size: 2rem;
}

h2 {
    font-size: 1.5rem;
}

h3 {
    font-size: 1.25rem;
}

h4 {
    font-size: 1.125rem;
}

h5 {
    font-size: 1rem;
}

h6 {
    font-size: 0.875rem;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    color: #000;
    line-height: 1.3;
    font-weight: 700;
}

b, strong {
    font-weight: bold;
}

i, em {
    font-style: italic;
}

small {
    font-size: 0.375rem;
}

big {
    font-size: 1.25rem;
}

pre {
    padding: 1.25rem;
    white-space: pre-wrap;
}

blockquote {
    display: block;
    font-size: 0.9375rem;
    line-height: 1.6;
    font-style: italic;
    color: #666;
    padding: 0.9375rem;
    border-left: 5px solid #e64946;
    border-right: 2px solid #e64946;
    box-shadow: 2px 2px 15px #ccc;
}

sup {
    vertical-align: super;
    font-size: 0.625rem;
}

sub {
    vertical-align: sub;
    font-size: 0.625rem;
}

abbr, acronym {
    border-bottom: 1px dashed;
    cursor: help;
}

cite {
    color: #9a9b97;
}

q {
    font-style: italic;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #e64946;
}

/***** Font Awesome Social Icons *****/

.mh-social-icons .screen-reader-text {
    position: absolute;
    top: -9999rem;
    left: -9999rem;
}

.mh-social-icons ul {
    list-style-type: none;
    text-align: center;
}

.mh-social-icons ul li {
    display: inline-block;
}

.mh-social-icons li a .fa-mh-social:before {
    content: '\f09e';
}

.mh-social-icons li a[href*="facebook.com"] .fa-mh-social:before {
    content: '\f09a';
}


.mh-social-icons li a[href*="twitter.com"] .fa-mh-social:before {
    content: '\f099';
}

.mh-social-icons li a[href*="vk.com"] .fa-mh-social:before {
    content: '\f189';
}

.mh-social-icons li a[href*="youtube.com"] .fa-mh-social:before {
    content: '\f167';
}

.mh-social-icons li a[href*="feed"] .fa-mh-social:before {
    content: '\f09e';
}

/***** Lists *****/

.entry-content ul, .mh-comment-list ul {
    list-style: square;
}

.entry-content ol, .mh-comment-list ol {
    list-style: decimal;
}

.entry-content ul, .mh-comment-list ul, .entry-content ol, .mh-comment-list ol {
    margin: 0 0 1.25rem 2.5rem;
}

.entry-content ul ul, .mh-comment-list ul ul, .entry-content ol ol, .mh-comment-list ol ol {
    margin: 0 0 0 2.5rem;
}

dl {
    margin: 0 0 0.625rem 1.25rem;
}

dt, dd {
    display: list-item;
}

dt {
    list-style-type: square;
    font-weight: bold;
}

dd {
    list-style-type: circle;
    margin-left: 1.25rem;
}

select {
    max-width: 100%;
}

/***** Header *****/

.mh-preheader {
    background: #7d0561;
    background: linear-gradient(to right, #df6e4b, #810960);
}

.mh-subheader {
    background: #f5f5f5;
}

.mh-wide-layout .mh-subheader {
    background: #e64946;
}

.mh-header-search {
    float: right;
    padding: 5px 0;
}

.mh-header {
    background: #fff;

}

.mh-header-top {
    display: grid;
    align-items: center;
    grid-template-columns: 300px 1fr;
    grid-gap: 30px;
    padding: 12px;
    box-sizing: border-box;
}

.mh-hamburger {
    width: 48px;
    height: 48px;
    background: #45A445;
    border: none;
    padding: 15px;
    display: grid;
    align-items: center;
    border-radius: 2px;
}

.mh-hamburger span {
    display: block;
    width: 100%;
    height: 1.5px;
    background: #fff;
    transition: all ease .15s;
    border-radius: 5px;
}

.mh-hamburger.active span:nth-child(1) {
    transform: translate(0px, 6px) rotate(45deg);
}

.mh-hamburger.active span:nth-child(2) {
    transform: translateX(7px);
    opacity: 0;
}

.mh-hamburger.active span:nth-child(3) {
    transform: translate(0px, -6px) rotate(-45deg);
}

.mh-header-text {
    margin: 5px 0;
    text-transform: uppercase;
}

.mh-header-title {
    font-size: 2rem;
    line-height: 1;
}

.mh-main-nav .menu-navigation-container {
    display: flex;
    align-items: center;
}
.mh-main-tg {
    width: 22px;
    height: 22px;
    display: inline-flex !important;
    margin: 0 0 0 5px !important;
}
.mh-main-tg:hover {
    opacity: .8;
}

.slicknav_nav .mh-main-tg {
    width: 36px;
    height: 36px;
    padding: 5px 0 0 20px;
}
.slicknav_nav .mh-main-tg-img {
    width: 36px;
    height: 36px;
    display: block;
    max-width: initial;
}
/***** Header Navigation *****/

.mh-header-nav {
    overflow: visible;
    text-transform: uppercase;
}

.mh-header-nav li {
    float: left;
    position: relative;
    font-size: 11px;
}

.mh-header-nav li:hover {
    background: #2a2a2a;
}

.mh-header-nav li a {
    display: block;
    color: #fff;
    line-height: 1.3;
    padding: 14px 20px;
}

.mh-header-nav ul li:hover > ul {
    display: block;
    background: #2a2a2a;
    z-index: 9999;
}

.mh-header-nav ul ul {
    display: none;
    position: absolute;
}

.mh-header-nav ul ul li {
    width: 160px;
}

.mh-header-nav ul ul ul {
    left: 100%;
    top: 0;
}

/***** Main Navigation *****/

.mh-main-nav-wrap {
    background: #2a2a2a;
}

.mh-main-nav {
    text-transform: uppercase;
}

.mh-main-nav li {
    float: left;
    position: relative;
    font-weight: 700;
}

.mh-main-nav li:first-child a {
    border: none;
}

.mh-main-nav li:hover {
    background: #e64946;
}

.mh-main-nav li:hover a {
    color: #fff;
}

.mh-main-nav li a {
    display: block;
    color: #fff;
    padding: 10px 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.mh-main-nav ul li:hover > ul {
    display: block;
    background: #2a2a2a;
    z-index: 9999;
}

.mh-main-nav ul ul {
    display: none;
    position: absolute;
}

.mh-main-nav ul ul li {
    width: 16em;
}

.mh-main-nav ul ul ul {
    left: 100%;
    top: 0;
}

/***** Extra Navigation (below main navigation) *****/

.mh-extra-nav-wrap {
    background: #ddd;
}

.mh-extra-nav {
    text-transform: uppercase;
}

.mh-extra-nav li {
    float: left;
    position: relative;
    font-size: 11px;
}

.mh-extra-nav li:hover, .mh-extra-nav li.current-menu-item {
    background: #e64946;
}

.mh-extra-nav li:hover a, .mh-extra-nav li.current-menu-item a {
    color: #fff;
}

.mh-extra-nav li a {
    display: block;
    color: #2a2a2a;
    letter-spacing: 0.2px;
    padding: 10px 20px;
}

.mh-extra-nav ul li:hover > ul {
    display: block;
    background: #2a2a2a;
    z-index: 9999;
}

.mh-extra-nav ul ul {
    display: none;
    position: absolute;
}

.mh-extra-nav ul ul li {
    width: 16em;
}

.mh-extra-nav ul ul ul {
    left: 100%;
    top: 0;
}

/***** Footer Navigation *****/

.mh-footer-nav {
    font-size: 13px;
    background: #7d0561;
    background: linear-gradient(to right, #df6e4b, #810960);
    font-weight: 700;
    text-transform: uppercase;
}

.mh-footer-nav li {
    float: left;
    position: relative;
}

.mh-footer-nav li:hover {
    background: #2a2a2a;
}

.mh-footer-nav li a {
    display: block;
    color: #fff;
    line-height: 1;
    padding: 15px 20px;
}

.mh-footer-nav ul {
    float: right;
}

.mh-footer-nav ul li:hover > ul {
    display: block;
    background: #2a2a2a;
    z-index: 9999;
}

.mh-footer-nav ul ul {
    display: none;
    position: absolute;
}

.mh-footer-nav ul ul li {
    width: 16em;
}

.mh-footer-nav ul ul ul {
    left: 100%;
    top: 0;
}

/***** Social Navigation *****/

.mh-social-nav {
    float: right;
}

.mh-social-nav .fa-mh-social {
    color: #fff;
}

.mh-social-nav ul {
    text-align: right;
}

.mh-social-nav li a {
    display: block;
    padding: 8px 4px;
}

.mh-social-nav li a:hover {
    background: #2a2a2a;
}

.mh-social-nav li .fa-stack-1x {
    font-size: 20px;
}

/***** SlickNav Mobile Menu Core Style *****/

.slicknav_btn {
    display: none;
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.188em;
}

.slicknav_menu {
    font-size: 1rem;
    box-sizing: border-box;
    padding: 0;
    background: #e64946;
}

.slicknav_menu * {
    box-sizing: border-box;
}

.slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left;
    color: #fff;
    font-weight: bold;
    text-shadow: 0 1px 3px #000;
}

.slicknav_menu .slicknav_icon {
    float: left;
    margin: 0.188em 0 0 0.438em;
}

.slicknav_menu .slicknav_no-text {
    margin: 0;
}

.slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: 0.125em;
    background-color: #fff;
    border-radius: 1px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.slicknav_menu:before, .slicknav_menu:after {
    content: " ";
    display: table;
}

.slicknav_menu:after {
    clear: both;
}

.slicknav_nav {
    clear: both;
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 0.875em;
    list-style: none;
    overflow: hidden;
}

.slicknav_nav ul {
    display: block;
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0 0 0 20px;
}

.slicknav_nav li {
    display: block;
}

.slicknav_nav a {
    display: block;
    padding: 5px 10px 5px 25px;
    margin: 2px 0;
    text-decoration: none;
    color: #fff;
}

.slicknav_nav a:hover {
    border-radius: 6px;
    background: #ccc;
    color: #222;
}

.slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    margin: 0 0 0 0.4em;
}

.slicknav_nav .slicknav_item {
    cursor: pointer;
}

.slicknav_nav .slicknav_item a {
    display: inline;
    padding: 0;
    margin: 0;
}

.slicknav_nav .slicknav_row {
    display: block;
    padding: 5px 10px 5px 25px;
    margin: 2px 0;
}

.slicknav_nav .slicknav_row:hover {
    border-radius: 6px;
    background: #ccc;
    color: #fff;
}

.slicknav_nav .slicknav_txtnode {
    margin-left: 15px;
}

.slicknav_nav .slicknav_parent-link a {
    display: inline;
    padding: 0;
    margin: 0;
}

.slicknav_brand {
    float: left;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    padding: 7px 12px;
    height: 44px;
}

/***** SlickNav Custom Style *****/

.slicknav_btn {
    background: #e64946;
}

.slicknav_menu .slicknav_menutxt {
    text-shadow: none;
}

.slicknav_menu .slicknav_icon-bar {
    box-shadow: none;
}

.slicknav_nav {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.slicknav_nav ul {
    margin: 0;
}

.slicknav_nav ul ul {
    border: 0;
    padding: 0 0 0 15px;
}

.slicknav_nav .slicknav_item:hover, .slicknav_nav a:hover {
    color: #fff;
    background: #e64946;
}

/***** Breadcrumb Navigation *****/

.mh-breadcrumb {
    padding: 5px 10px 5px 0;
    border-top: 1px dotted #ebebeb;
    border-bottom: 1px dotted #ebebeb;
}

.mh-breadcrumb, .mh-breadcrumb a {
    font-size: 0.8125rem;
    color: #979797;
    margin-bottom: 1.25rem;
}

/*.mh-breadcrumb a { font-weight: 700; }*/
.mh-breadcrumb a:hover {
    color: #e64946;
}

.mh-breadcrumb-delimiter {
    margin: 0 15px;
}

.breadcrumbs__separator {
    margin-left: 5px;
    margin-right: 5px;
}

/***** FlexSlider Browser Resets *****/

.flex-container a:hover, .flex-slider a:hover, .flex-container a:focus, .flex-slider a:focus {
    outline: none;
}

.slides, .slides > li, .flex-control-nav, .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

/***** FlexSlider Base Styles *****/

.flexslider {
    margin: 0;
    padding: 0;
}

.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
    width: 100%;
    display: block;
}

.flexslider .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .flexslider .slides {
    display: block;
}

* html .flexslider .slides {
    height: 1%;
}

.no-js .flexslider .slides > li:first-child {
    display: block;
}

/***** FlexSlider Default Styles *****/

.flexslider {
    position: relative;
    zoom: 1;
}

.flexslider .flex-viewport {
    max-height: 330px;
}

.flex-viewport {
    max-height: 2000px;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.flexslider .slides {
    zoom: 1;
}

.flexslider .slides img {
    height: auto !important;
}
    
.flex-direction-nav {
    height: 0;
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 30px;
    height: 30px;
    margin: -12px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, .3);
    transition: all .3s ease;
}

.flex-direction-nav .flex-prev {
    left: -50px;
}

.flex-direction-nav .flex-next {
    right: -50px;
    text-align: right;
}

.flexslider:hover .flex-prev {
    opacity: 0.7;
    left: 10px;
}

.flexslider:hover .flex-next {
    opacity: 0.7;
    right: 10px;
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
    opacity: 1;
}

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
}

.flex-direction-nav a:before {
    font-family: FontAwesome;
    font-size: 30px;
    line-height: 1;
    display: inline-block;
    content: '\f053';
}

.flex-direction-nav a.flex-next:before {
    content: '\f054';
}

.flex-control-nav {
    position: absolute;
    width: 100%;
    bottom: 6px;
    text-align: center;
    z-index: 2;
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
}

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    border-radius: 20px;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    cursor: default;
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}

.flex-control-thumbs img {
    width: 100%;
    height: auto;
    display: block;
    opacity: .7;
    cursor: pointer;
    transition: all 1s ease;
}

.flex-control-thumbs img:hover {
    opacity: 1;
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}

/***** Posts / Pages *****/

.entry-header, .page-header {
    margin-bottom: 1.25rem;
}

.room-header {
    margin-bottom: 0;
}

.entry-title {
    padding-bottom: 0.625rem;
}

.page .entry-title, .page-title {
    font-size: 1.5rem;
    padding: 10px 20px;
    background: #f5f5f5;
}

.mh-subheading-top {
    border-bottom: 3px solid #2a2a2a;
}

.mh-subheading {
    display: inline-block;
    font-size: 0.8125rem;
    color: #fff;
    padding: 5px 10px;
    margin-bottom: 0.625rem;
    background: #e64946;
    text-transform: uppercase;
}

.mh-meta {
    font-size: 0.8125rem;
}

.mh-meta, .mh-meta a, .mh-footer .mh-meta a {
    color: #979797;
}

.mh-meta a:hover, .mh-footer .mh-meta a:hover {
    color: #e64946;
}

.mh-meta span {
    margin-right: 15px;
}

.mh-meta .fa {
    margin-right: 5px;
}

.entry-meta {
    margin-top: 0.625rem;
    padding: 5px 10px;
    border-top: 1px dotted #ebebeb;
    border-bottom: 1px dotted #ebebeb;
}

.entry-meta a {
    font-weight: 700;
}

.entry-thumbnail {
    max-width: 1030px;
    margin-bottom: 1.25rem;
}

.entry-thumbnail img {
    width: 100%;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .entry-content p, .entry-content blockquote, .entry-content .flex-vid, .entry-content .mh-row, .entry-content .mh-video-container {
    margin-bottom: 1.25rem;
}

.entry-content h2, .entry-content h3, .entry-content h4 {
    clear: both;
}

.entry-content blockquote p:last-child {
    margin: 0;
}

.entry-content a {
    font-weight: 600;
    color: #e64946;
    text-decoration: underline;
}

.entry-content a:hover {
    color: #e64946;
    text-decoration: underline;
}

a.table-link {
    min-width: 75px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 32px;
    border-radius: 2px;
    font-weight: bold;
    color: #fff;
    background: #E64946;
    box-shadow: 0 7px 10px rgba(0, 0, 0, .14);
    text-decoration: none;
    padding: 0 10px;
    font-size: 14px;
    margin: 3px;
    white-space: nowrap;
    transition: color ease .2s, background ease .2s;
    box-sizing: border-box;
}

a.table-link:hover {
    background: #ce4846;
    color: #fff;
    text-decoration: none;
}

.entry-tags {
    font-size: 0.75rem;
    color: #fff;
    line-height: 1;
    margin-bottom: 1.25rem;
}

.entry-tags li {
    float: left;
    font-weight: 700;
    margin: 0 0.375rem 0.375rem 0;
    background: #555555;
    text-transform: uppercase;
}

.entry-tags li:hover {
    background: #e64946;
}

.entry-tags a, .entry-tags a:hover {
    display: block;
    color: #fff;
    padding: 10px 15px;
}

.entry-tags .fa {
    float: left;
    padding: 10px;
    margin-right: 6px;
    background: #e64946;
}

.mh-section-title {
    font-size: 0.875rem;
    color: #000;
    padding: 10px 20px;
    margin-bottom: 1.25rem;
    background: #f5f5f5;
    text-transform: uppercase;
}

.sticky {
}

/***** Author Box *****/

.mh-author-box {
    line-height: 1.5;
    margin-bottom: 1.25rem;
    background: #f5f5f5;
}

.mh-author-box, .mh-author-box a {
    color: #000;
}

.mh-author-box a:hover {
    color: #e64946;
}

.mh-author-box .screen-reader-text {
    position: absolute;
    top: -9999rem;
    left: -9999rem;
}

.mh-author-box-content {
    padding: 25px;
}

.mh-author-box-avatar {
    float: left;
    padding: 3px;
    margin-right: 25px;
    border: 1px solid #bbb;
}

.mh-author-box-header {
    margin-bottom: 10px;
}

.mh-author-box-name {
    font-size: 1rem;
    font-weight: 700;
}

.mh-author-box-contact {
    font-weight: 600;
    padding: 15px;
    border-top: 1px solid #bbb;
}

.mh-author-box-contact a, .mh-author-contact-title {
    display: inline-block;
    min-width: 70px;
    padding: 5px 10px;
    text-align: center;
}

.mh-author-box-contact a {
    border-left: 1px dotted #bbb;
}

/***** Related Content *****/

.mh-related-content {
    margin-bottom: 1.25rem;
}

.mh-related-content .mh-posts-grid-title {
    font-size: 1rem;
}

/***** Sitemap Template *****/

.mh-sitemap .page-title {
    margin-bottom: 1.25rem;
}

.mh-sitemap-list {
    margin-bottom: 1.25rem;
    margin-left: 0;
    list-style: none;
}

.mh-sitemap-list > li {
    border-bottom: 1px dotted #ebebeb;
}

.mh-sitemap-list li a:first-child {
    display: inline-block;
    padding: 5px 0;
}

.mh-sitemap-list li:first-child a {
    padding-top: 0;
}

.mh-sitemap-list .children li {
    border-top: 1px dotted #ebebeb;
}

.mh-sitemap-list .children li a {
    padding: 5px 0;
}

.mh-sitemap-list .children li a:first-child {
    padding-top: 5px;
}

/***** Loop / Archives / Search Results *****/

.mh-loop-item, .mh-loop-ad {
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
    border-bottom: 1px solid #ebebeb;
}

.mh-loop-header {
    margin-bottom: 0.625rem;
}

.mh-loop-meta {
    margin-top: 5px;
}

.mh-loop-excerpt {
    overflow: hidden;
}

.mh-loop-layout2 .mh-loop-thumb {
    position: relative;
    margin-bottom: 1.25rem;
}

.mh-loop-layout2 .mh-loop-caption {
    position: absolute;
    top: 0;
    font-size: 0.8125rem;
    font-weight: 700;
    color: #fff;
    padding: 10px 15px;
    background: #e64946;
    text-transform: uppercase;
}

.mh-category-desc {
    color: #000;
    padding: 20px;
    margin-bottom: 1.25rem;
    background: #f5f5f5;
    border-top: 3px solid #e64946;
}

/***** Pagination *****/

.post .pagination {
    padding-bottom: 1.25rem;
}

.page-numbers {
    display: inline-block;
    font-weight: 700;
    color: #000;
    padding: 10px 15px;
    background: #f5f5f5;
    margin: 0 5px;
}

.page-numbers i {
    display: none;
}

.entry-content a.page-numbers:hover, .page-numbers:hover, .mh-loop-pagination .current, .mh-comments-pagination .current, a:hover .pagelink {
    color: #fff;
    background: #e64946;
}

.page-numbers a {
    display: block;
}

.pagelink {
    display: inline-block;
    font-weight: 700;
    color: #fff;
    padding: 10px 15px;
    background: #e64946;
}

a .pagelink {
    color: #000;
    background: #f5f5f5;
}

.mh-post-nav-wrap {
    padding: 10px 20px;
    margin-bottom: 1.25rem;
    background: #f5f5f5;
    text-transform: uppercase;
}

.mh-post-nav {
    width: 48.75%;
}

.mh-post-nav a {
    font-size: 0.875rem;
    font-weight: 700;
    color: #000;
}

.mh-post-nav a:hover {
    color: #e64946;
}

.mh-post-nav-prev {
    float: left;
    margin-right: 2.5%;
}

.mh-post-nav-next {
    float: right;
    text-align: right;
}

/***** Footer *****/

.mh-footer {
    font-size: 0.8125rem;
    color: #fff;
    padding: 25px 25px 0;
    background: #2a2a2a;
}

.mh-footer a {
    color: #f7f7f7;
}

.mh-copyright-wrap {
    border-top: 3px solid rgba(255, 255, 255, 0.3);
    background: #2a2a2a;
}

.mh-copyright {
    font-size: 0.8125rem;
    color: #999;
    padding: 15px 20px;
}

.mh-copyright a {
    color: #fff;
}

/***** Images / Video *****/

img {
    max-width: 100%;
    width: auto; /* ie8 */
    height: auto;
}

iframe, embed, object, video {
    max-width: 100%;
}

.alignnone {
    display: block;
    margin: 1.25rem 0;
}

.aligncenter {
    display: block;
    margin: 1.25rem auto;
}

.alignleft {
    display: inline;
    float: left;
    margin: 0.3125rem 1.25rem 1.25rem 0;
}

.alignright {
    display: inline;
    float: right;
    margin: 0.3125rem 0 1.25rem 1.25rem;
}

.wp-caption {
    max-width: 100%;
}

.wp-caption-text {
    display: block;
    font-size: 0.75rem;
    font-style: italic;
    font-weight: 500;
    line-height: 1.4;
    color: #666;
    margin-top: 5px;
}

.alignnone .wp-caption-text, .aligncenter .wp-caption-text, .alignleft .wp-caption-text, .alignright .wp-caption-text {
    margin-bottom: 0;
}

/***** Gallery *****/

.gallery {
    margin-bottom: 20px;
}

.gallery:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    margin: 0;
    padding: 0;
}

.gallery-item {
    float: left;
    margin: 0 4px 4px 0;
    overflow: hidden;
    position: relative;
}

.gallery-columns-1 .gallery-item {
    max-width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
    max-width: calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
    max-width: calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
    max-width: calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
    max-width: calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
    max-width: calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
    max-width: calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
    max-width: calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n), .gallery-columns-2 .gallery-item:nth-of-type(2n), .gallery-columns-3 .gallery-item:nth-of-type(3n), .gallery-columns-4 .gallery-item:nth-of-type(4n), .gallery-columns-5 .gallery-item:nth-of-type(5n), .gallery-columns-6 .gallery-item:nth-of-type(6n), .gallery-columns-7 .gallery-item:nth-of-type(7n), .gallery-columns-8 .gallery-item:nth-of-type(8n), .gallery-columns-9 .gallery-item:nth-of-type(9n) {
    margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1), .gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1), .gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1), .gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
    clear: left;
}

.gallery-caption {
    background-color: rgba(0, 0, 0, 0.7);
    box-sizing: border-box;
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
    max-height: 50%;
    opacity: 0;
    padding: 6px 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    width: 100%;
}

.gallery-caption:before {
    content: "";
    height: 100%;
    min-height: 49px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.gallery-item:hover .gallery-caption {
    opacity: 1;
}

.gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
    display: none;
}

/***** Tables *****/

table {
    width: 100%;
    margin-bottom: 1.25rem;
    border: 1px solid #ebebeb;
}

td, th {
    padding: 5px 10px;
    border-right: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
}

th {
    font-weight: 600;
    color: #000;
    background-color: #f9f9f9;
}

.mh-footer-widget table, .mh-footer-widget td, .mh-footer-widget th {
    border-color: rgba(255, 255, 255, 0.3);
}

.mh-footer-widget th {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
}

/***** Comments *****/

.mh-comment-body {
    padding: 25px;
}

.mh-comment-list {
    color: #000;
    margin-bottom: 1.5625rem;
    list-style: none;
}

.mh-comment-list .children {
    margin: 0 25px;
    list-style: none;
}

.mh-comment-list .depth-1 {
    background: #f5f5f5;
}

.mh-comment-list .depth-2 {
    background: #f2f2f2;
}

.mh-comment-list .depth-3 {
    background: #efefef;
}

.mh-comment-list .depth-4 {
    background: #ececec;
}

.mh-comment-list .depth-5 {
    background: #eaeaea;
}

.mh-comment-list h1, .mh-comment-list h2, .mh-comment-list h3, .mh-comment-list h4, .mh-comment-list h5, .mh-comment-list h6 {
    margin-bottom: 1.25rem;
}

.mh-comment-meta {
    line-height: 2.5;
    padding: 15px;
    margin-bottom: 1.25rem;
    background: #fff;
}

.mh-comment-meta, .mh-comment-meta a {
    color: #2a2a2a;
}

.mh-comment-meta-date {
    font-size: 0.625rem;
    text-transform: uppercase;
}

.mh-comment-meta-links {
    font-weight: 700;
    text-align: right;
    text-transform: uppercase;
    padding-top: 10px;
}

.mh-comment-meta-links .comment-edit-link {
    margin-left: 10px;
}

.bypostauthor .mh-comment-meta {
    border-bottom: 2px solid #e64946;
}

.mh-comment-author .fn {
    font-size: 1rem;
    font-weight: 700;
    margin-right: 0;
}

.mh-comment-gravatar {
    display: inline-block;
}

.mh-comment-gravatar .avatar {
    width: 40px;
    height: 40px;
    padding: 2px;
    margin: 0 15px 0 0;
    border: 1px solid #f5f5f5;
    background: #fff;
    vertical-align: middle;
}

.mh-comment-content p, .mh-comment-content blockquote {
    margin-bottom: 1.25rem;
}

.mh-comment-content p:last-child {
    margin-bottom: 0;
}

.mh-comment-content blockquote p:last-child {
    margin: 0;
}

.mh-comment-info {
    color: #e64946;
    margin: 1.25rem 0;
}

.mh-comments-pagination {
    margin-bottom: 1.25rem;
}

.mh-ping-list {
    margin-bottom: 1.25rem;
}

.mh-ping-list .mh-ping-item {
    padding: 10px 0;
    border-bottom: 1px dotted #ebebeb;
}

.mh-ping-list .mh-ping-item:first-child {
    border-top: 1px dotted #ebebeb;
}

.mh-ping-list .mh-ping-item .fa {
    margin-right: 15px;
}

.comment-info {
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
    padding: 10px 15px;
    margin: 5px 0 15px;
    border: 1px solid #ccd0d4;
    border-left: 4px #ffb900;
}

.author-info {
    display: flex;
}

.author-info p {
    flex: 1;
}

.author-info input[type=text], .author-info input[type=email] {
    width: 100%;
    box-sizing: border-box;
}

.comment-form-author {
    margin-right: 10px;
}

.review-page .comment-form-email {
    margin-left: 10px;
}

@media only screen and (max-width: 420px) {
    .comment-form-author {
        margin-right: 0;
    }

    .comment-form-email {
        margin-left: 0;
    }

    .author-info {
        flex-direction: column;
    }
}

/***** Comment Form *****/

#respond {
    color: #000;
    padding: 25px;
    background: #f5f5f5;
}

#respond a {
    color: #000;
}

#respond a:hover {
    color: #e64946;
}

#respond .comment-reply-title {
    margin-bottom: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

#respond #cancel-comment-reply-link {
    font-size: 0.75rem;
    color: #fff;
    padding: 5px 10px;
    background: #e64946;
}

#respond #cancel-comment-reply-link:hover {
    background: #2a2a2a;
}

#commentform p {
    margin-bottom: 0.625rem;
}

.required {
    color: #e64946;
}

.comment-reply-link {
    text-decoration: none;
    cursor: pointer;
}

/***** Forms *****/

input {
    font-size: 1rem;
    padding: 10px;
    border: 1px solid #d7d8d8;
    border-radius: 3px;
    transition: all 0.25s ease-in-out;
}

input[type=text], input[type=email], input[type=tel], input[type=url] {
    width: 60%;
}

input[type=text]:hover, input[type=email]:hover, input[type=tel]:hover, input[type=url]:hover, textarea:hover {
    border: 1px solid #e64946;
}

input[type=submit] {
    display: inline-block;
    min-width: 100px;
    font-weight: 700;
    color: #fff;
    padding: 10px 15px;
    background: #e64946;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.1s linear;
    border: 0;
    -webkit-appearance: none;
}

input[type=submit]:hover {
    background: #2a2a2a;
}

textarea {
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    line-height: 1.5;
    font-size: 1rem;
    padding: 10px;
    border: 1px solid #d7d8d8;
}

input.subscription__form-email,
input.subscription__form-field {
    width: auto;
    box-sizing: border-box;
}

/***** Contact Form 7 *****/

.wpcf7-form {
    font-size: 0.875rem;
    color: #000;
    padding: 25px 25px 10px;
    margin-bottom: 1.25rem;
    border: 1px solid #d7d8d8;
    background: #f5f5f5;
}

.wpcf7-form p {
    margin-bottom: 0.9375rem;
}

.wpcf7-text {
    padding: 8px;
}

.wpcf7-textarea {
    width: 86%;
    padding: 10px;
}

.wpcf7-response-output {
    background: #fff;
}

/***** Searchform *****/

.mh-header-search .search-form {
    float: right;
    margin-right: 25px;
}

.mh-header-search .search-field {
    min-width: 200px;
}

.mh-header-search .search-field:hover {
    min-width: 250px;
}

.mh-wide-layout .mh-header-search .search-field {
    border-color: #fff;
}

.search-form input {
    font-size: 11px;
    line-height: 1;
    color: #1f1e1e;
    text-transform: uppercase;
}

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

.search-form .screen-reader-text {
    position: absolute;
    left: -9999px;
    overflow: hidden;
}

.search-form .search-field {
    position: relative;
    padding: 10px;
    margin: 0;
    border: none;
    background: #fff;
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 3px;
}

.search-form .search-field:active, .search-form .search-field:focus {
    cursor: text;
}

.mh-widget .search-form {
    display: block;
    margin: 0 auto;
    padding: 5%;
    background: #f5f5f5;
}

.mh-widget .search-form .search-field {
    display: block;
    margin: 0 auto;
    width: 90%;
}

.mh-footer-widgets .search-form input {
    width: 100%;
}

/***** Share Buttons *****/

.mh-share-buttons {
    padding: 10px;
    margin-bottom: 1.25rem;
    background: #f5f5f5;
    overflow: hidden;
}

.entry-content .mh-share-buttons a, .entry-content .mh-share-buttons a:hover {
    color: #fff;
}

.mh-share-buttons .fa {
    display: inline-block;
    font-size: 1.25em;
}

.mh-share-button {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 1rem;
    padding: 5px 0;
    text-align: center;
    text-transform: uppercase;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.mh-share-button:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mh-facebook span {
    background: #3e64ad;
}

.mh-twitter span {
    background: #6aadd1;
}

.mh-pinterest span {
    background: #de010d;
}

.mh-googleplus span {
    background: #cd3627;
}

.mh-share-buttons button {
    text-decoration: none;
    border: none transparent;
    cursor: pointer;
}

.social-share {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.social-share .social-share-item {
    background: #4680C2;
    width: 36px;
    height: 36px;
    text-align: center;
    border-radius: 2px;
    font-size: 20px;
    color: #fff;
    margin: 0 5px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-share .social-share-item svg {
    width: 20px;
    height: 20px;
}

.social-share .social-share-item_facebook {
    background: #3B5998;
}

.social-share .social-share-item_email {
    background: #458EFC;
}

.social-share .social-share-item_telegram {
    background: #64A9DC;
}

.social-share .social-share-item_twitter {
    background: #000;
}

.social-share .social-share-item_whatsapp {
    background: #25D366;
}

.social-share .social-share-item_viber {
    background: #834995;
}

.social-share .social-share-item_viber i {
    margin-top: -2px;
}

.social-share .social-share-item i:before {
    margin: 0;
}

.social-share .social-share-item:focus {
    outline: 0;
}

/***** Back to Top Button *****/

.mh-back-to-top {
    display: none;
    position: fixed;
    right: 25px;
    bottom: 25px;
    padding: 5px 8px 8px;
    color: #fff;
    background: #e64946;
    z-index: 3;
}

.mh-back-to-top:hover {
    color: #fff;
}

.mh-back-to-top .fa {
    font-size: 24px;
}

/***** Jetpack Infinite Scroll *****/

.infinite-scroll .mh-loop-pagination {
    display: none;
}

#infinite-handle {
    text-align: center;
}

#infinite-handle span {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 700;
    color: #fff;
    padding: 10px 15px;
    background: #e64946;
    text-transform: uppercase;
    transition: all 0.25s ease-in-out;
}

#infinite-handle span:hover {
    background: #2a2a2a;
}

.infinite-loader .spinner {
    margin: 0 auto;
}

/***** Shortcodes *****/

.mh-mini-label {
    font-size: 0.625rem;
}

.mh-footer .mh-mini-label {
    color: #fff;
}

.mh-dropcap {
    float: left;
    position: relative;
    font-size: 5rem;
    font-weight: 600;
    line-height: 0.8;
    color: #e64946;
    top: 0;
    margin-right: 0.375rem;
    text-transform: uppercase;
}

.mh-highlight {
    padding: 0.125rem 0.3125rem;
}

.mh-box {
    position: relative;
    overflow: hidden;
    padding: 1.25rem 1.25rem 0;
    margin-bottom: 1.25rem;
    border: 1px solid #ebebeb;
}

.mh-box ul, .mh-box ol {
    margin: 0 0 1.25rem 1.25rem;
}

.mh-box.normal {
    background: #f7f7f7;
}

.mh-box.alert {
    background: #ffe8e8;
}

.mh-box.success {
    background: #e5ffbc;
}

.mh-box.infobox {
    background: #feffcb;
}

.mh-box.event {
    background: #dfebff;
}

.mh-hide-box {
    position: absolute;
    top: 0;
    right: 8px;
    z-index: 999;
    cursor: pointer;
    color: #ddd;
}

.no-js .mh-hide-box {
    display: none;
}

[id*='mh-testimonials-'] ul, [id*='mh-images-'] ul {
    list-style: none;
    margin: 0;
}

.mh-testimonial, .mh-image {
    margin-bottom: 1.25rem;
}

.mh-testimonial {
    position: relative;
    font-style: italic;
    background: #f9f9f9;
    padding: 0.625rem 0.625rem 0.625rem 3.75rem;
    border: 1px solid #ebebeb;
}

.mh-testimonial:before {
    position: absolute;
    top: 0;
    left: 10px;
    content: "\201C";
    font-family: Georgia, serif;
    font-size: 6.25rem;
    line-height: 1;
    color: #999;
    font-style: normal;
}

.mh-testimonial-author {
    font-style: normal;
    color: #9a9b97;
}

.mh-flex-vid {
    position: relative;
    padding-bottom: 55%;
    padding-top: 8px;
    height: 0;
    overflow: hidden;
}

.mh-flex-vid iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/***** Widgets *****/

.mh-widget, .mh-footer-widget {
    margin-bottom: 25px;
}

.mh-widget-title, .mh-footer-widget-title {
    margin-bottom: 1.25rem;
    text-transform: uppercase;
}

.mh-widget-layout1 .mh-widget-title {
    font-size: 16px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e2e4e8;
    position: relative;
}

.mh-widget-layout1 .mh-widget-title:after, .room-title:after {
    content: "";
    border-bottom: 1px solid #be40c0;
    width: 35px;
    left: 0;
    bottom: -1px;
    display: block;
    position: absolute;
}

.mh-widget-layout2 .mh-widget-title, .mh-widget-layout2 .mh-footer-widget-title {
    font-size: 0.875rem;
    font-weight: 700;
    color: #fff;
    padding: 10px 15px;
    background: #e64946;
}

.mh-widget-layout2 .mh-widget-title a {
    color: #fff;
}

.mh-widget-layout3 .mh-widget-title {
    font-size: 0.875rem;
    color: #000;
    padding: 10px 25px 10px 15px;
    border-left: 10px solid #e64946;
    background: #f5f5f5;
}

.mh-widget-layout3 .mh-widget-title a {
    color: #000;
}

.mh-widget-layout1 .mh-footer-widget-title, .mh-widget-layout3 .mh-footer-widget-title {
    color: #fff;
    padding-bottom: 5px;
    border-bottom: 3px solid #e64946;
}

/***** Widgets Areas (Advertising) *****/

.mh-mini-spot {
    display: block;
    text-align: center;
}

.mh-mini-spot img {
    border-radius: 3px;
}

.mh-header-1 {
    margin: 20px 0 0;
}

.mh-wide-layout .mh-header-1 {
    margin: 20px 0;
}

.mh-header-1 .mh-mini-spot {
    padding: 0;
    background: none;
}

.mh-header-2 {
    margin: 10px 25px 10px 0;
    text-align: right;
    overflow: hidden;
}

.mh-header-2 img {
    min-height: 46px;
    margin: 10px;
    width: calc(100% - 20px);
}

.mh-footer-widget .mh-mini-spot {
    background: rgba(255, 255, 255, 0.1);
}

.mh-content-mini {
    float: left;
    max-width: 100%;
    margin: 0 20px 10px 0;
}

/***** MH Slider Widget - Layout 1 *****/

.mh-slider-layout1 .flex-control-nav {
    bottom: 10px;
}

.mh-slider-layout1 .flex-control-nav li {
    margin: 0 10px 0 0;
}

.mh-slider-layout1 .flex-control-paging li a {
    width: 15px;
    height: 15px;
    border: 1px solid #2a2a2a;
    background: #fff;
    box-shadow: none;
}

.mh-slider-layout1 .flex-control-paging li a:hover {
    background: #f5f5f5;
}

.mh-slider-layout1 .flex-control-paging li a.flex-active {
    background: #e64946;
    border: 1px solid #fff;
}

.mh-slider-layout1 .mh-slider-category {
    display: none;
}

.mh-slider-layout1 .mh-slider-caption {
    width: 350px;
    max-width: 100%;
    top: 0;
    left: 0;
    border-bottom: 3px solid #e64946;
}

.mh-widget-col-1 .mh-slider-layout1 .flex-control-nav {
    width: auto;
    top: 15px;
    right: 10px;
    bottom: auto;
}

/***** MH Slider Widget - Layout 2 *****/

.mh-slider-layout2 .flex-control-nav {
    position: relative;
    height: 12px;
    bottom: 0;
    background: #666;
    text-align: left;
}

.mh-slider-layout2 .flex-control-nav li {
    width: 20%;
    margin: 0;
}

.mh-slider-layout2 .flex-control-paging li a {
    width: 100%;
    height: 100%;
    background: #666;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.mh-slider-layout2 .flex-control-paging li a:hover {
    background: #aaa;
}

.mh-slider-layout2 .flex-control-paging li a.flex-active {
    background: #e64946;
    border: none;
}

.mh-slider-layout2 .mh-slider-category {
    position: absolute;
    top: 0;
    font-size: 0.875rem;
    font-weight: 700;
    color: #fff;
    padding: 10px 15px;
    background: #e64946;
    text-transform: uppercase;
}

.mh-slider-layout2 .mh-slider-caption {
    width: 100%;
    bottom: 0;
}

/***** MH Slider Widget - Layout 3 *****/

.mh-slider-layout3 .flex-control-nav {
    width: auto;
    top: 20px;
    right: 15px;
    bottom: auto;
}

.mh-slider-layout3 .flex-control-paging li a {
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 0;
    box-shadow: none;
}

.mh-slider-layout3 .flex-control-paging li a:hover {
    background: #f5f5f5;
}

.mh-slider-layout3 .flex-control-paging li a.flex-active {
    background: #e64946;
}

.mh-slider-layout3 .mh-slider-category {
    display: none;
}

.mh-slider-layout3 .mh-slider-caption {
    width: 350px;
    top: 0;
    bottom: 0;
}

.mh-widget-col-1 .mh-slider-layout3 .flex-control-nav, .mh-widget-col-2 .mh-slider-layout3 .flex-control-nav {
    top: 15px;
    right: 10px;
}

/***** MH Slider Widget - Global Styles *****/

.mh-slider-item {
    position: relative;
    overflow: hidden;
    min-height: 320px;
}

.mh-slider-normal {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.mh-slider-caption {
    position: absolute;
    color: #fff;
    background: #2a2a2a;
    background: rgba(42, 42, 42, 0.8);
}

.mh-slider-caption .mh-excerpt-more, .mh-slider-title {
    color: #fff;
}

.mh-slider-content {
    padding: 25px;
    overflow: hidden;
}

.mh-slider-content .mh-excerpt {
    margin-top: 0.625rem;
}

.mh-home-wide .mh-slider-title {
    font-size: 1.5rem;
}

.mh-widget-col-1 .mh-slider-caption {
    position: relative;
    width: 100%;
    margin: 0;
    background: #2a2a2a;
}

/***** MH Carousel Widget - Layout 1 *****/

.mh-carousel-layout1 {
    padding: 15px;
    background: #2a2a2a;
    border-top: 3px solid #e64946;
    border-bottom: 3px solid #e64946;
}

.mh-carousel-layout1 .mh-carousel-caption {
    position: absolute;
    top: 0;
    color: #fff;
    padding: 5px 10px;
    background: #e64946;
}

.mh-carousel-layout1 .mh-carousel-title {
    display: none;
}

.mh-carousel-layout1 .flex-direction-nav a {
    color: #e64946;
}

.mh-carousel-layout1.flexslider:hover .flex-prev {
    left: 20px;
}

.mh-carousel-layout1.flexslider:hover .flex-next {
    right: 20px;
}

/***** MH Carousel Widget - Layout 2 *****/

.mh-carousel-layout2 {
    padding: 0 15px;
}

.mh-carousel-layout2 .mh-carousel-caption {
    color: #e64946;
    margin-top: 5px;
}

.mh-carousel-layout2 .mh-carousel-title {
    font-size: 1rem;
}

.mh-carousel-layout2 .flex-direction-nav {
    display: none;
}

/***** MH Carousel Widget - Global Styles *****/

.mh-carousel-widget {
    direction: ltr;
}

.mh-carousel-widget li {
    width: 188px;
    height: auto;
    margin-right: 15px;
}

.mh-carousel-item {
    position: relative;
}

.mh-carousel-caption {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

/***** MH Spotlight Widget *****/

.mh-spotlight-widget {
    color: #fff;
    padding: 25px;
    border-bottom: 3px solid #e64946;
    background: #2a2a2a;
}

.mh-spotlight-thumb {
    position: relative;
    margin-bottom: 0.625rem;
    overflow: hidden;
}

.mh-spotlight-thumb img {
    width: 100%;
}

.mh-spotlight-caption {
    position: absolute;
    top: 10%;
    font-size: 0.8125rem;
    font-weight: 700;
    color: #fff;
    padding: 10px;
    background: #e64946;
    text-transform: uppercase;
}

.mh-spotlight-title a, .mh-spotlight-title a:hover, .mh-spotlight-meta, .mh-spotlight-meta a, .mh-spotlight-meta a:hover, .mh-spotlight-widget .mh-excerpt-more {
    color: #fff;
}

.mh-spotlight-meta, .mh-spotlight-widget .mh-excerpt {
    margin-top: 10px;
}

.mh-spotlight-meta {
    font-style: italic;
}

.mh-spotlight-meta .fa {
    margin: 0 5px 0 10px;
}

.mh-widget-col-1 .mh-spotlight-title {
    font-size: 1.25rem;
}

.mh-footer-widget .mh-spotlight-widget {
    background: rgba(255, 255, 255, 0.1);
}

.mh-footer-widget .mh-spotlight-meta a, .mh-footer-widget .mh-spotlight-meta a:hover {
    color: #fff;
}

/***** MH Custom Posts Widget / MH Custom Pages Widget *****/

.mh-custom-posts-item {
    padding: 20px 0;
    border-bottom: 1px dotted #ebebeb;
}

.mh-custom-posts-item:first-child {
    padding-top: 0;
}

.mh-custom-posts-thumb-xl {
    margin-bottom: 0.625rem;
}

.mh-custom-posts-thumb-xl img {
    width: 100%;
    max-width: 330px;
}

.mh-custom-posts-thumb {
    float: left;
    margin-right: 15px;
}

.mh-custom-posts-xl-title, .mh-custom-posts-small-title {
    margin-bottom: 0.3125rem;
}

.mh-custom-posts-small-title {
    font-weight: 700;
    line-height: 1.3;
}

.mh-custom-posts-small .mh-meta {
    font-size: 0.6875rem;
}

.mh-custom-posts-header {
    overflow: hidden;
}

.mh-custom-posts-widget .mh-excerpt {
    padding-top: 0.625rem;
    overflow: hidden;
}

.mh-custom-posts-no-image .mh-custom-posts-small {
    padding: 0.3125rem 0;
}

.mh-custom-posts-no-image .mh-custom-posts-small:first-child {
    padding-top: 0;
}

.mh-home-wide .mh-custom-posts-thumb-xl, .mh-widget-col-2 .mh-custom-posts-thumb-xl {
    float: left;
    max-width: 235px;
    margin: 0 1.25rem 0 0;
}

.mh-footer-widget .mh-custom-posts-item {
    border-color: rgba(255, 255, 255, 0.3);
}

.mh-footer-widget .mh-custom-posts-small-title {
    font-weight: 400;
}

/***** MH Posts Large Widget *****/

.mh-posts-large-item {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #ebebeb;
}

.mh-posts-large-item:first-child {
    margin-top: 0;
}

.mh-posts-large-thumb {
    position: relative;
    margin-bottom: 10px;
}

.mh-posts-large-thumb img {
    width: 100%;
}

.mh-posts-large-caption {
    position: absolute;
    top: 0;
    font-size: 0.8125rem;
    font-weight: 700;
    color: #fff;
    padding: 10px 15px;
    background: #e64946;
    text-transform: uppercase;
}

.mh-posts-large-title {
    font-size: 1.5rem;
}

.mh-posts-large-excerpt {
    margin-top: 10px;
}

.mh-widget-col-1 .mh-posts-large-title {
    font-size: 1.25rem;
}

.mh-footer-widget .mh-posts-large-item {
    border-color: rgba(255, 255, 255, 0.3);
}

/***** Room Reviews *****/

.flex {
    display: flex;
}

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

.space-between {
    justify-content: space-between;
}

.justify-center {
    justify-content: center;
}

.column {
    flex-direction: column;
}

.bold {
    font-weight: 700;
}

.bold-red {
    font-weight: 700;
    color: #ff4747;
}

.bold-green {
    font-weight: 700;
    color: #46b450;
}

.mh-custom-text:empty {
    display: none;
}

.room-item {
    display: flex;
    gap: 16px;
    padding: 16px;
    background: #F5F7F0;
    border: 1px solid #E2E4E8;
    margin-bottom: 24px;
}

.room-item__aside {
    min-width: 175px;
    max-width: 175px;
    text-align: center;
}

.room-item__logo {
    display: block;
    height: 120px;
    padding: 0 13px;
}

.room-item__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform ease .2s;
}

.room-item__logo:hover img {
    transform: scale(.95);
}

.room-item__title {
    font-size: 16px;
    font-weight: bold;
    transition: all ease .15s;
}

.room-item__rating {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 8px;
    background: #FFC000;
    color: #000;
    margin-top: 6px;
    font-weight: bold;
    line-height: 1;
    border-radius: 2px;
}

.room-item-norecomend .room-item__rating {
    background: #E64946;
}

.room-item--rate {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-right: 4px;
}

.room-item--rate svg {
    width: 16px;
    height: 16px;
}

.room-item__body {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.room-item__bonus {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px;
    background: #E64946;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    border-radius: 2px;
}

.room-item__bonus.room-item__bonus-no {
    background: #D4D7CE;
    color: #fff;
}

.room-item__bonus svg {
    width: 24px;
    height: 24px;
}

.room-item__bonus-no-recomend {
    position: relative;
    padding: 2px 5px;
    background: #000;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    line-height: 13px;
    text-transform: uppercase;
}

.room-item__bonus-no-recomend::before,
.room-item__bonus-no-recomend::after {
    content: '';
    position: absolute;
    top: 0;
    width: 25%;
    height: 100%;
    background-image: url('img/line-rotate.svg');
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none;
    user-select: none;
}

.room-item__bonus-no-recomend::before {
    left: 5px;
}

.room-item__bonus-no-recomend::after {
    right: 10px;
}

.room-item__param {
    display: flex;
    padding: 12px 0;
    border-bottom: 1px solid #D1D1D1;
    margin-bottom: 16px;
}

.room-item__params {
    flex: 1;
    line-height: 20px;
}

.room-item__params--label {
    color: rgba(15, 15, 15, .6);
    margin-bottom: 5px;
}

.room-item__params--value {
    font-size: 15px;
    font-weight: bold;
}

.room-item__btns {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: auto;
}

.room-item__btn {
    display: block;
    padding: 0 12px;
    height: 44px;
    line-height: 44px;
    border-radius: 2px;
    font-weight: bold;
    text-align: center;
    transition: all ease .2s;
}

.room-item__btn--review {
    color: #000;
    border: 1px solid #D7D7D7;
    order: 0;
}

.room-item__no-recomend:not(:empty) ~ .room-item__btn--review {
    height: 39px;
    line-height: 39px;
}

.room-item__btn--review:hover {
    background: #fff;
    color: #000
}

.room-item__btn--promocode {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-left: auto;
    order: 1;
}

.room-item__btn--promocode-text {
    font-size: 12px;
    font-weight: bold;
    text-align: right;
    line-height: 1.4;
    flex: 1;
    letter-spacing: -.6px;
}

.room-item__btn--promocode .btn-promocode {
    min-width: 141px;
    max-width: 141px;
}

.room-item__btns .mh-custom-text:empty ~ .room-item__btn--promocode .btn-promocode {
    min-width: 173px;
    max-width: unset;
}

.room-item__btns .mh-custom-text {
    order: 2;
    margin-left: auto;
}

.room-item__btn--play {
    padding: 0 17px;
    background: #E64946;
    color: #fff;
    box-shadow: 0 7px 10px rgba(0, 0, 0, .14);
}

.room-item__btns .mh-custom-text:empty {
    display: none;
}

.room-item__btn--play:hover {
    background: #ce4846;
    color: #fff;
}

.room-item__no-recomend {
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 13px;
    padding: 4px 12px;
    border-radius: 2px;
    line-height: 16px;
    order: 3;
}

.room-item__no-recomend svg {
    min-width: 30px;
    max-width: 30px;
    height: 30px;
}

@media (max-width: 1025px) {
    .room-item__btns {
        gap: 8px;
    }

    .room-item__btn--promocode .btn-promocode {
        max-width: 130px;
        min-width: 130px;
    }

    .room-item__btn {
        padding: 0 8px;
    }

    .room-item__btn--play {
        padding: 0 10px;
    }

    .room-item__no-recomend {
        order: -1;
    }
}

@media (max-width: 991px) {
    .room-item__aside {
        min-width: 140px;
        max-width: 140px;
    }

    .room-item__btns {
        flex-wrap: wrap;
    }

    .room-item__btn {
        flex: 1;
    }

    .room-item__btn--promocode {
        flex: 1;
    }

    .room-item__btn--promocode-text {
        display: none;
    }

    .room-item__btns .mh-custom-text:empty ~ .room-item__btn--promocode .btn-promocode,
    .room-item__btn--promocode .btn-promocode {
        width: 100%;
        min-width: 150px;
        max-width: unset;
    }

    .room-item__btns .mh-custom-text {
        width: 100%;
        margin: 0;
    }
}

@media (max-width: 575px) {
    .room-item {
        display: block;
        padding: 8px;
    }

    .room-item__aside {
        min-width: unset;
        max-width: unset;
        display: flex;
        align-items: center;
        margin-bottom: 8px;
    }

    .room-item__logo {
        padding: 0;
        min-width: 130px;
        max-width: 130px;
        height: 45px;
    }

    .room-item__title {
        display: none;
    }

    .room-item__rating {
        margin: 0 0 0 auto;
    }

    .room-item--rate svg:not(:first-child) {
        display: none;
    }

    .room-item__bonus {
        background: rgba(230, 73, 70, .2);
        color: #E64946;
        margin-top: 8px;
    }

    .room-item__bonus-no-recomend {
        display: none;
    }

    .room-item__param {
        display: none;
    }

    .room-item__btns {
        margin-top: 8px;
        column-gap: 12px;
        row-gap: 8px;
    }

    .room-item__no-recomend {
        padding: 12px;
        font-size: 14px;
    }
}

.room-boxs, .room-box-list {
    width: 100%;
    float: left;
    margin-bottom: 24px;
}

.room-box {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px;
    background: #F5F7F0;
}

.room-boxs .room-box {
    padding: 0 8px 0 0;
    border: 1px solid #E2E4E8;
    gap: 0;
}

.room-box:not(:last-child) {
    border-bottom: 1px solid #E2E4E8;
}

.room-box__logo {
    display: block;
    max-width: 107px;
    min-width: 107px;
    height: 57px;
}

.room-boxs .room-box__logo {
    background: none;
    padding: 0 13px;
    height: 70px;
}

.room-box__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform ease .2s;
}

.room-box__logo:hover img {
    transform: scale(.95);
}

.room-box__bonus {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
}

.room-boxs .room-box__bonus {
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding-right: 8px;
}

.room-boxs .room-box__bonus svg {
    min-width: 24px;
    max-width: 24px;
    height: 24px;
    color: #E64946;
}

.room-box__btns {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: auto;
}

.room-box__btns .btn-promocode {
    min-width: 152px;
}

.room-boxs .room-box__btns .btn-promocode {
    min-width: 162px;
}

.room-boxs .room-box__btns .btn-promocode__caption {
    color: #fff;
}

a.room-box__btn {
    display: block;
    height: 44px;
    line-height: 44px;
    border-radius: 2px;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 0 21px;
    transition: all ease .15s;
}

a.room-box__btn:hover {
    text-decoration: none;
}

a.room-box__btn--review {
    border: 1px solid #D7D7D7;
    color: #000;
}

a.room-box__btn--review:hover {
    background: #fff;
    color: #000;
}

a.room-box__btn--play {
    background: #E64946;
    color: #fff;
    box-shadow: 0 7px 10px rgba(0, 0, 0, .14);
    order: 1;
}

a.room-box__btn--play:hover {
    background: #ce4846;
    color: #fff;
}

.room-box__btn--play:not(:empty) ~ .room-box__btn--review {
    display: none;
}

@media (max-width: 991px) {
    .room-box {
        flex-wrap: wrap;
        gap: 0;
    }

    .room-boxs .room-box {
        padding: 8px;
    }

    .room-box__logo {
        min-width: 93px;
        max-width: 93px;
        min-height: 72px;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        align-self: stretch;
    }

    .room-boxs .room-box__logo {
        width: 100%;
        min-width: unset;
        max-width: unset;
        text-align: center;
        height: 83px;
        min-height: unset;
        padding: 0;
        margin-bottom: 8px;
    }

    .room-boxs .room-box__logo img {
        max-width: 150px;
    }

    .room-box__bonus {
        width: calc(100% - 117px);
        padding-left: 10px;
    }

    .room-boxs .room-box__bonus {
        display: block;
        width: 100%;
        padding: 0;
    }

    .room-boxs .room-box__bonus svg {
        display: none;
    }

    .room-box__btns {
        margin: 10px 0 0 0;
        width: 100%;
    }

    .room-box__btns .btn-promocode,
    .room-box__btns .mh-custom-text,
    a.room-box__btn {
        flex: 1;
    }

    a.room-box__btn {
        padding: 0 12px;
    }

    .room-box__btns .btn-promocode,
    .room-boxs .room-box__btns .btn-promocode {
        min-width: 142px;
    }


}

@media screen and (max-width: 419px) {
    a.page-numbers, span.current.page-numbers {
        padding: 7px 12px;
    }
}

.mh-rooms {
    padding-top: 0 !important;
    position: relative;
}

.room-body {
    margin-bottom: 20px;
}

.single-room-header {
    display: grid;
    grid-template-columns: 360px 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    align-items: center;
    padding: 0 16px;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 20px;
    background: #2A2A2A;
    color: #fff;
}

.single-room-header__aside {
    grid-area: 1 / 1 / 2 / 2;
    text-align: center;
}

.single-room-header__aside--logo {
    height: 115px;
}

.single-room-header__aside--logo img {
    max-width: 285px;
    height: 100%;
    object-fit: contain;
}

.single-room-header__aside .room-item__rating {
    margin-top: 0;
}

.single-room-header__body {
    grid-area: 1 / 2 / 2 / 3;
    padding-top: 16px;
    display: flex;
    flex-direction: column;
    height: calc(100% - 16px);
}

.single-room-header__body--achievement {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    margin-bottom: 8px;
}

.single-room-header__body--achievements {
    display: flex;
    align-items: center;
    gap: 4px;
}

.single-room-header__body--achievements svg {
    min-width: 24px;
    max-width: 24px;
    height: 24px;
    color: #28FF2B;
}

.single-room-header__body--bonuses.flex {
    gap: 12px;
}

.single-room-header__body--bonus {
    display: flex;
    align-items: center;
    background: rgba(0, 204, 2, .40);
    padding: 0 8px;
    min-height: 91px;
}

.single-room-header__body--bonuses.flex .single-room-header__body--bonus {
    flex-direction: column;
    align-items: flex-start;
    padding: 8px;
    min-height: unset;
    flex: 1;
}

.single-room-header__body--bonus-text {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.35;
}

.single-room-header__body--bonuses.flex .single-room-header__body--bonus-text {
    margin-bottom: auto;
}

.single-room-header__body--bonus-text svg {
    min-width: 40px;
    max-width: 40px;
    height: 40px;
}

.single-room-header__body--bonus .btn-promocode {
    height: 48px;
    min-width: 170px;
    padding: 0 24px 0 12px;
}

.single-room-header__body--bonus .btn-promocode::before {
    width: 48px;
    height: 48px;
    bottom: -10px;
    background-size: 48px;
}

.single-room-header__body--bonus .btn-promocode__caption {
    font-size: 14px;
    color: #fff;
    text-transform: none;
}

.single-room-header__body--bonuses.flex .single-room-header__body--bonus .btn-promocode {
    width: 100%;
    margin-top: 12px;
}

.single-room-header__body--no-bonus {
    padding: 8px;
    color: rgba(255, 255, 255, .5);
    background: #454545;
    font-size: 16px;
    text-align: center;
    line-height: 20px;
    border-radius: 2px;
    margin: auto 0;
}

.single-room-header__param {
    grid-area: 2 / 1 / 3 / 3;
    padding: 12px 0 3px;
    border-top: 1px solid #4D4D4D;
    display: grid;
    grid-template-columns: repeat(7, auto);
    grid-column-gap: 22px;
    grid-row-gap: 11px;
    align-items: center;
    line-height: 20px;
}

.single-room-header__params--label {
    color: rgba(183, 179, 179, .6);
    margin-bottom: 5px;
}

.single-room-header__params--value {
    position: relative;
    font-size: 15px;
    font-weight: bold;
}

.single-room-header__params--payments .single-room-header__params--value {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    font-size: 12px;
}

.single-room-header__params--payments .meta-icon {
    padding: 0 4px;
    min-height: 28px;
    max-height: 28px;
    background: #454545;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-room-header__params--payments .meta-icon img {
    width: 100%;
    max-width: 30px;
    max-height: 18px;
}

.single-room-header__params--platforms .single-room-header__params--value {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    font-size: 12px;
}

.single-room-header__params--platforms .meta-icon {
    height: 24px;
    line-height: 24px;
}

.single-room-header__params--platforms .meta-icon img {
    width: 24px;
    height: 100%;
    object-fit: contain;
}

.meta-box {
    position: absolute;
    top: 35px;
    right: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    background: #353535;
    padding: 8px;
    border-radius: 4px;
    z-index: 1;
    display: none;
}

.single-room-header__params--country .single-room-header__params--value {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #454545;
    border-radius: 4px;
    padding: 0 6px;
    min-height: 28px;
    max-height: 28px;
    line-height: 1;
}

.read-more-tax {
    display: inline-block;
    background: none;
    border: none;
    font-weight: bold;
    color: #fff;
    font-size: 16px;
    padding: 0;
    border-bottom: 1px dashed #fff;
    cursor: pointer;
    transition: all ease .15s;
}

.read-more-tax:hover {
    color: #FFC000;
    border-color: #FFC000;
}

.single-room-header__params--country .flag-country {
    max-width: 24px;
    height: 16px;
    object-fit: contain;
    border-radius: 2px;
    margin-right: 6px;
}

.single-room-header__params--country svg {
    width: 12px;
    height: 12px;
}

.single-room-header__param .mh-custom-text:empty {
    display: none;
}

.single-room__btn--download {
    display: block;
    min-width: 130px;
    height: 48px;
    background: #B5141B;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 48px;
    transition: all ease .2s;
}

.single-room__btn--download:hover {
    background: #cd121a;
    color: #fff;
}

.single-room-header__nav {
    grid-area: 3 / 1 / 4 / 3;
}

.review-menu ul {
    display: flex;
    gap: 10px;
}

.review-menu ul span,
.review-menu ul a {
    display: block;
    text-align: center;
    min-width: 140px;
    height: 48px;
    line-height: 48px;
    color: #fff;
    font-weight: bold;
    border: 1px solid #737373;
    border-radius: 2px;
    transition: all ease .15s;
}

.review-menu ul span,
.review-menu ul a:hover {
    background: #fff;
    color: #000;
    border-color: #fff;
}

.mh-rooms .mh-breadcrumb {
    border: none;
    padding: 0;
}

@media (max-width: 1120px) {
    .single-room-header {
        grid-template-columns: 310px 1fr;
    }
}

@media (max-width: 991px) {
    .single-room-header {
        display: block;
    }

    .single-room-header__aside--logo {
        height: 95px;
    }

    .single-room-header__body {
        display: block;
        height: auto;
    }

    .single-room-header__param {
        display: flex;
        flex-wrap: wrap;
        padding: 16px 0;
    }

    .single-room-header__params,
    .single-room-header__param .mh-custom-text {
        flex: 1 0 auto;
    }
}

@media (max-width: 576px) {
    .single-room-header__aside--logo {
        height: 70px;
    }

    .single-room-header__aside .room-item--rate svg:not(:first-child) {
        display: block;
    }

    .single-room-header__body {
        overflow: hidden;
    }

    .single-room-header__body--achievement {
        flex-wrap: nowrap;
        white-space: nowrap;
        gap: 12px;
        overflow: auto;
    }

    .single-room-header__body--bonuses.flex {
        display: block;
    }

    .single-room-header__body--bonus {
        min-height: unset;
        display: block;
        padding: 8px;
    }

    .single-room-header__body--bonus:not(:first-child) {
        margin-top: 12px;
    }

    .single-room-header__body--bonus .btn-promocode {
        width: 100%;
        margin-top: 12px;
    }

    .single-room-header__param {
        grid-column-gap: 0;
        align-items: flex-start;
    }

    .single-room-header__params {
        flex: 1 0 50%;
    }

    .single-room-header__param .mh-custom-text {
        flex: 1 0 100%;
        order: -1;
    }
}

.copycode {
    color: #000;
    font-weight: 700;
    cursor: pointer;
}

.copycode__text {
    color: #ff4747;
    pointer-events: none;
}

.copycode:after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none'%3E%3Cpath fill='%23ff4747' d='M12 .75H3c-.825 0-1.5.675-1.5 1.5v10.5H3V2.25h9V.75Zm-.75 3 4.5 4.5v7.5c0 .825-.675 1.5-1.5 1.5H5.992a1.498 1.498 0 0 1-1.492-1.5l.008-10.5c0-.825.667-1.5 1.492-1.5h5.25ZM10.5 9h4.125L10.5 4.875V9Z'/%3E%3C/svg%3E");
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-left: 5px;
    vertical-align: top;
}

.tg-place-box {
    margin: 10px 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #979797;
    font-size: 16px;
    gap: 10px;
    flex-direction: column;
    text-align: center;
}

.tg-place-btn {
    display: flex;
    height: 40px;
    padding: 9px 10px;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    background: #FFF;
    color: #979797;
    font-size: 14px;
    box-sizing: border-box;
    transition: background .15s;
}

.tg-place-btn:hover {
    background: #ededed;
}

.tg-place-btn:before {
    content: "";
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' fill='none'%3E%3Crect width='24' height='24' x='.5' fill='%2308C' rx='12'/%3E%3Cpath fill='%23979797' d='M5.462 11.166c3.759-1.693 6.264-2.81 7.518-3.35C16.56 6.277 17.304 6.01 17.79 6c.106-.002.344.026.499.155.13.11.166.257.183.361.017.104.039.34.022.525-.194 2.108-1.034 7.225-1.46 9.586-.181 1-.537 1.334-.882 1.367-.748.071-1.317-.512-2.042-1.003-1.134-.77-1.775-1.248-2.877-1.999-1.273-.868-.447-1.344.278-2.124.19-.203 3.488-3.306 3.552-3.588.008-.035.015-.166-.06-.236-.075-.069-.187-.045-.267-.026-.114.026-1.926 1.265-5.438 3.717-.514.365-.98.543-1.398.534-.46-.01-1.345-.27-2.004-.49-.807-.272-1.448-.415-1.393-.876.03-.24.35-.486.96-.737Z'/%3E%3Cpath fill='%23fff' d='M5.462 11.166c3.759-1.693 6.264-2.81 7.518-3.35C16.56 6.277 17.304 6.01 17.79 6c.106-.002.344.026.499.155.13.11.166.257.183.361.017.104.039.34.022.525-.194 2.108-1.034 7.225-1.46 9.586-.181 1-.537 1.334-.882 1.367-.748.071-1.317-.512-2.042-1.003-1.134-.77-1.775-1.248-2.877-1.999-1.273-.868-.447-1.344.278-2.124.19-.203 3.488-3.306 3.552-3.588.008-.035.015-.166-.06-.236-.075-.069-.187-.045-.267-.026-.114.026-1.926 1.265-5.438 3.717-.514.365-.98.543-1.398.534-.46-.01-1.345-.27-2.004-.49-.807-.272-1.448-.415-1.393-.876.03-.24.35-.486.96-.737Z'/%3E%3C/svg%3E") no-repeat;
    width: 29px;
    height: 24px;
    display: inline-flex;
    margin: 0 5px 0 0;
}

.parameters {
    background: #f5f5f5;
}

.room-title {
    font-size: 16px;
    line-height: 1.6;
    padding-bottom: 5px;
    border-bottom: 1px solid #e2e4e8;
    margin-bottom: 1.25rem;
    text-transform: uppercase;
    position: relative;
}

.mh-room-info {
    display: block;
    float: left;
    margin: 0 10px 10px 0;
}

.mh-rating-block {
    width: 110px;
    min-width: 110px;
    height: 100px;
    border: 1px solid #e2e4e8;
}

.mh-rating {
    text-align: center;
    font-size: 30px;
    line-height: 60px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
}

.mh-rating-stars {
    text-align: center;
    line-height: 20px;
}

.mh-rating-text {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    line-height: 40px;
}

h2.youtube_room_video-h2 {
    margin-top: 20px;
}

.youtube_room-video {
    width: 100%;
    min-height: 330px;
}

.mh-widget-room.room-title {
    font-weight: 700;
}

.single-review .star-rating {
    margin-top: 5px;
}

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

.rating-wrap {
    margin-bottom: 10px;
}

.star-rating .star {
    color: #ffc000;
    display: inline-block;
    font-family: FontAwesome;
    font-size: 20px;
    font-style: normal;
    height: 20px;
    line-height: 1;
    text-align: center;
    text-decoration: inherit;
    vertical-align: top;
    width: 20px;
}

.screen-reader-text {
    position: absolute;
    margin: -1px;
    padding: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0;
    word-wrap: normal !important;
}

.star-rating .star-full:before {
    content: "\f005";
}

.star-rating .star-half:before {
    content: "\f123";
}

.star-rating .star-empty:before {
    content: "\f006";
}

.star-rating .star.rating-hover:before,
.star-rating .star.rating-click:before {
    content: "\f005"
}

.star-rating .star.rating-hover,
.star-rating .star.rating-click {
    color: #faab00;
    cursor: pointer
}

.user-comment-rating .user-room a {
    display: inline-block;
    background: #e65a40;
    color: #fff;
    padding: 5px 10px;
    min-width: 97px;
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 3px;
}

.user-comment-rating .user-room a:hover {
    opacity: .8;
}

.mh-comments-buttons {
    background: #f5f5f5;
    text-align: center;
    padding: 20px 0 10px;;
}

.mh-comments-buttons a {
    border: 1px solid #2a2a2a;
    background: #fff;
    color: #000;
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    border-radius: 3px;
    padding: 10px 20px;
    margin: 0 5px 10px;
}

.mh-sidebar-rating {
    border: 1px solid #e2e4e8;
    margin: 0 0 10px;
    padding: 15px;
    background: #f4f7f1;
    transition: all .3s ease;
}

.mh-sidebar-rating:hover {
    box-shadow: 0 16px 24px -8px rgba(82, 92, 108, .25);
    background-color: #fff;
}

.mh-sidebar-thumbnail {
    display: flex;
    flex-wrap: nowrap;
    place-content: stretch flex-start;
    align-items: stretch;
    margin-bottom: 10px;
}

.mh-sidebar-casino-rating .mh-sidebar-thumbnail {
    justify-content: space-between;
    gap: 8px;
}

.mh-sidebar-img {
    box-sizing: border-box;
    margin-left: 42px;
    display: block;
    text-align: center;
    order: 0;
    flex-basis: auto;
    flex-grow: 1;
    align-self: center;
    font-weight: 700;
}

.mh-sidebar-casino-rating .mh-sidebar-img {
    margin-left: 0;
    flex-grow: 0;
    display: flex;
    gap: 12px;
    align-items: center;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;    
}

.mh-sidebar-thumbnail img {
    display: block;
    max-height: 40px;
    max-width: 190px;
    margin-left: auto;
    margin-right: auto;
}

.mh-sidebar-rate {
    font-size: 15px;
    line-height: 15px;
    align-self: center;
}

.mh-sidebar-rate span {
    padding: 8px 0;
    white-space: nowrap;
    display: inline-block;
    min-width: 42px;
    text-align: center;
}

.mh-sidebar-rate span:before {
    display: inline-block;
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f005";
    margin-right: 5px;
    color: #ffc000;
}

.mh-sidebar-bonus-text {
    text-align: center;
    margin-bottom: 10px;
}

.mh-sidebar-info {
    border-radius: 3px;
    padding: 5px;
    text-align: center;
    background: linear-gradient(90deg, rgba(255, 255, 255, .9) 0, rgba(255, 186, 0, .15) 100%);
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    border: dashed 1px #ff4747;
    position: relative;
    margin: 0 0 15px;
    display: flex;
    align-items: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .15);
    justify-content: center;
    cursor: pointer;
}

.mh-sidebar-info.copycode {
    color: #000000;
}

.mh-sidebar-info .copycode__text {
    color: #ff4747;
}

.mh-sidebar-links {
    margin-top: 5px;
    display: flex;
    justify-content: space-around
}

.mh-sidebar-links a, .mh-sidebar-links .mh-custom-text {
    align-items: center;
    display: flex;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    min-height: 30px;
    justify-content: center;
    position: relative;
    text-align: center;
    text-transform: none;
    border-radius: 3px
}

.mh-sidebar-links a {
    padding: 2px;
    flex: auto;
}

.mh-sidebar-links .mh-custom-text:not(:empty) {
    flex: auto;
}

.mh-sidebar-links a.btn-play {
    border: 1px solid #1d6dff;
    background: #1d6dff;
}

.mh-sidebar-links a.btn-play:hover {
    background: #2a2a2a;
    border: 1px solid #2a2a2a;
    color: #fff;
}

.mh-sidebar-links a.btn-review {
    border: 1px solid #2a2a2a;
    background: #fff;
    color: #000;
}

.mh-sidebar-links a.btn-review:hover {
    background: #2a2a2a;
    color: #fff;
}

.mh-sidebar-links a:first-child {
    margin-right: 10px
}
.mh-sidebar-casino-rating .mh-sidebar-links a:first-child {
    margin-right: 0;
}


.sidebar-room {
    padding: 16px;
    background: #F5F7F0;
    border: 1px solid #E2E4E8;
    margin-bottom: 12px;
    font-size: 16px;
}

.sidebar-room__header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.sidebar-room__img {
    display: block;
    max-width: 92px;
    min-width: 92px;
    height: 33px;
}

.sidebar-room__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform ease .2s;
}

.sidebar-room__img:hover img {
    transform: scale(.95);
}

.sidebar-room__rate {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-left: auto;
    padding: 1px 8px;
    font-weight: bold;
    background: #FFC000;
    border-radius: 2px;
    line-height: 19px;
}

.sidebar-room__rate svg {
    width: 16px;
    height: 16px;
}

.sidebar-room__bonus {

    font-weight: bold;
    color: #383838;
    margin-bottom: 10px;
}

.sidebar-room__btns {
    display: flex;
    gap: 10px;
}

.sidebar-room__btn,
.sidebar-room__btns .mh-custom-text,
.sidebar-room__btns .btn-promocode {
    flex: 1;
}

.sidebar-room__btn {
    display: block;
    text-align: center;
    height: 44px;
    line-height: 44px;
    border-radius: 2px;
    font-weight: bold;
    transition: all ease .2s;
}

.sidebar-room__btn--review {
    border: 1px solid #D7D7D7;    
    order: 0;
}

.sidebar-room__btn--review:hover {
    background: #fff;
    color: #000;
}

.sidebar-room__btns .btn-promocode:empty {
    display: none;
}

.sidebar-room__btns .btn-promocode {
    order: 1;
}

.sidebar-room__btn--play {
    background: #E64946;
    color: #fff;
    box-shadow: 0 7px 10px rgba(0, 0, 0, .14);
    order: 2;
}

.sidebar-room__btn--play:hover {
    background: #ce4846;
    color: #fff;
}

.sidebar-room__btn--play:not(:empty) ~ .btn-promocode:not(:empty) ~ .sidebar-room__btn--review {
    display: none;
}

.btn-promocode {
    position: relative;
    margin-left: auto;
    padding: 0 12px;
    height: 44px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-size: 16px;
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
    background: #45A445;
    color: #fff;
    border: none;
    box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.14);
    line-height: 1.15;
    border-radius: 2px;
    transition: all ease .2s;
}

.btn-promocode::after {
    content: none;
}

.btn-promocode::before {
    content: '';
    position: absolute;
    right: -6px;
    bottom: -4px;
    width: 32px;
    height: 32px;
    background-image: url('img/cursor.svg');
    background-size: 32px;
    transform: rotate(-25deg);
}

.btn-promocode:hover {
    background: #448e44;
}

.btn-promocode__value {
    display: block;
    line-height: 1;
}

.btn-promocode__caption {
    display: block;
    font-size: 10px;
    color: rgba(255, 255, 255, .4);
    margin-bottom: 4px;
}

.btn-promocode__ico {
    width: 30px;
    height: 30px;
    margin-left: auto;
}

.sidebar-all-rooms a {
    font-weight: 700;
    text-align: center;
    position: relative;
    display: block;
    padding: 5px 20px 5px 25px;
}

.sidebar-all-rooms a:after {
    content: '\F054';
    font-family: FontAwesome;
    text-decoration: none !important;
    display: block;
    float: right;
    margin-top: 1px;
    position: relative;
    transition: left 60ms linear;
    color: #3c3e44;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .mh-sidebar-img {
        margin-left: auto;
        margin-right: auto;
    }

    .mh-sidebar-rate {
        display: none;
    }
}

/***** MH Notes *****/

#notes:empty {
    display: none;
}

#notes {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.35);
}

@media (min-width: 576px) {
    #notes {
        display: flex;
        align-items: center;
    }
}

#notes .note-item {
    position: relative;
    max-width: 410px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    margin-bottom: 25px;
    padding-left: 12px;
    padding-right: 12px;
}

#notes .heading {
    text-align: center;
    margin-bottom: 15px;
    font-size: 20px;
}



#notes .description {
    text-align: center;
    margin-top: 15px;
}

#notes .note-item[data-show="false"] {
    pointer-events: none;
    opacity: 0 !important;
    max-height: 0 !important;
    margin-bottom: 0 !important;
}

#notes .note-item[data-type="info"] .note-item-text {
    background-color: rgba(55, 94, 151, 0.72);
}

#notes .note-item[data-type="warn"] .note-item-text {
    background-color: rgba(106, 90, 205, .95);
    padding: 0.75em 1em;
    line-height: 1.25em;
    color: #fff;
}

#notes .note-item[data-type="error"] .note-item-text {
    background-color: rgba(251, 101, 66, 0.72);
}

#notes .note-item[data-type="success"] .note-item-text {
    background-color: rgba(63, 104, 28, 0.72);
}

#notes .note-item .note-item-text {
    position: relative;
    font-weight: bold;
}

#notes .note-item .note-item-btn {
    width: 1.25em;
    height: 1.25em;
    cursor: pointer;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiB4bWw6c3BhY2U9InByZXNlcnZlIiBmaWxsPSIjZmZmIj48cGF0aCBkPSJNMTguMyw1LjcxTDE4LjMsNS43MWMtMC4zOS0wLjM5LTEuMDItMC4zOS0xLjQxLDBMMTIsMTAuNTlMNy4xMSw1LjdjLTAuMzktMC4zOS0xLjAyLTAuMzktMS40MSwwbDAsMCBjLTAuMzksMC4zOS0wLjM5LDEuMDIsMCwxLjQxTDEwLjU5LDEyTDUuNywxNi44OWMtMC4zOSwwLjM5LTAuMzksMS4wMiwwLDEuNDFoMGMwLjM5LDAuMzksMS4wMiwwLjM5LDEuNDEsMEwxMiwxMy40MWw0Ljg5LDQuODkgYzAuMzksMC4zOSwxLjAyLDAuMzksMS40MSwwbDAsMGMwLjM5LTAuMzksMC4zOS0xLjAyLDAtMS40MUwxMy40MSwxMmw0Ljg5LTQuODlDMTguNjgsNi43MywxOC42OCw2LjA5LDE4LjMsNS43MXoiLz48L3N2Zz4=) no-repeat 0 0 / contain;
    transition: opacity .2s;
    border: 0;
    position: absolute;
    top: 8px;
    right: 8px;
}

#notes .note-item .note-item-btn:hover {
    opacity: 0.6;
}

@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }
    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }
    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }
    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}

/***** MH Posts List Widget *****/

.mh-posts-list-item {
    padding-bottom: 20px;
    margin-top: 20px;
    border-bottom: 1px dotted #ebebeb;
}

.mh-posts-list-item:first-child {
    margin-top: 0;
}

.mh-posts-list-thumb {
    float: left;
    margin-right: 20px;
}

.mh-posts-list-thumb img {
    width: 100%;
    max-width: 235px;
}

.mh-posts-list-header {
    margin-bottom: 10px;
}

.mh-posts-list-meta {
    margin-top: 5px;
}

.mh-widget-col-1 .mh-posts-list-thumb {
    float: none;
    margin: 0 0 10px 0;
    text-align: center;
}

.mh-widget-col-1 .mh-posts-list-thumb img {
    max-width: 326px;
}

.mh-widget-col-1 .mh-posts-list-title {
    margin-bottom: 5px;
}

.mh-footer-widget .mh-posts-list-item {
    border-color: rgba(255, 255, 255, 0.3);
}

.mh-related-wrap {
    margin-bottom: 30px;
    font-weight: 700;
}

/***** MH Posts Grid Widget *****/

.mh-posts-grid-thumb {
    margin-bottom: 10px;
}

.mh-posts-grid-thumb img {
    width: 100%;
    max-width: 326px;
    max-height: 163px;
    min-height: 163px;
    object-fit: cover;
}

.mh-posts-grid-title {
    font-size: 1.25rem;
}

.mh-posts-grid-meta {
    display: none;
    margin-top: 5px;
}

.mh-posts-grid-widget-more {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dotted #ebebeb;
}

.mh-widget-col-1 .mh-posts-grid-item {
    width: 100%;
    margin: 20px 0 0;
}

.mh-widget-col-1 .mh-posts-grid-item:first-child {
    margin-top: 0;
}

.mh-widget-col-1 .mh-posts-grid-widget-more {
    padding: 0;
    border: none;
}

.mh-widget-col-2 .mh-posts-grid-title {
    font-size: 1rem;
}

/***** MH Authors & MH Recent Comments Widget *****/

.mh-user-item {
    padding: 20px 0;
    border-bottom: 1px dotted #ebebeb;
}

.mh-user-item:first-child {
    padding-top: 0;
}

.mh-user-avatar {
    float: left;
    margin-right: 15px;
}

.mh-user-author-name, .mh-recent-comments-author {
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
}

.mh-user-data {
    font-size: 0.8125rem;
    color: #979797;
}

.mh-footer-widget .mh-user-item {
    border-color: rgba(255, 255, 255, 0.3);
}

/***** MH Author Bio Widget *****/

.mh-author-bio-widget {
    padding: 20px;
    border-bottom: 3px solid #e64946;
    background: #2a2a2a;
}

.mh-author-bio-title {
    font-size: 1rem;
    color: #fff;
    padding: 0 0 5px;
    margin-bottom: 25px;
    border-bottom: 3px solid #e64946;
    text-transform: uppercase;
}

.mh-author-bio-image-frame {
    border: 10px solid #e64946;
    border-radius: 50%;
    overflow: hidden;
}

.mh-author-bio-avatar {
    width: 120px;
    height: 120px;
    margin: 0 auto;
}

.mh-author-bio-text {
    font-size: 0.875rem;
    color: #fff;
    margin-top: 25px;
}

.mh-footer-widget .mh-author-bio-widget {
    border-bottom: 0;
    background: #e64946;
}

.mh-footer-widget .mh-author-bio-title {
    font-size: 0.875rem;
}

.mh-footer-widget .mh-author-bio-title, .mh-footer-widget .mh-author-bio-image-frame {
    border-color: #fff;
}

.mh-footer-widget .mh-author-bio-text {
    font-size: 0.8125rem;
}

/***** MH Tabbed Widget *****/

.mh-tabbed-widget, .mh-tabbed-widget a {
    color: #000;
}

.mh-tabbed-widget a:hover {
    color: #e64946;
}

.mh-tabbed-widget .tagcloud a {
    color: #fff;
}

.mh-tab-buttons {
    border-bottom: 3px solid #e64946;
}

.mh-tab-button {
    display: block;
    float: left;
    width: 33.33%;
    line-height: 2;
    padding: 5px 0;
    background: #f5f5f5;
    cursor: pointer;
    text-align: center;
    transition: 0.25s ease-out;
}

.mh-tab-button.active, .mh-tab-button.active:hover {
    color: #fff;
    background: #e64946;
}

.mh-tab-button span {
    padding: 0 15px;
    font-size: 24px;
}

.mh-tab-content {
    display: none;
    padding: 25px;
    background: #f5f5f5;
}

.mh-tab-posts {
    display: block;
}

.mh-tab-post-item {
    padding-bottom: 5px;
    margin-top: 5px;
    border-bottom: 1px dotted #e5e5e5;
}

.mh-tab-post-item:first-child, .mh-tab-comment-item:first-child {
    margin-top: 0;
}

.mh-tab-comment-item {
    margin-top: 25px;
}

.mh-tab-comment-avatar {
    float: left;
    display: block;
    margin: 0 10px 0 0;
}

.mh-tab-comment-author {
    font-weight: 700;
    text-transform: uppercase;
}

.mh-tab-comment-excerpt {
    display: block;
    padding: 25px;
    margin-top: 10px;
    background: #fff;
    border-radius: 25px;
    font-style: italic;
}

.mh-footer-widget .mh-tabbed-widget, .mh-footer-widget .mh-tabbed-widget a {
    color: #fff;
}

.mh-footer-widget .mh-tab-button, .mh-footer-widget .mh-tab-content {
    background: rgba(255, 255, 255, 0.1);
}

.mh-footer-widget .mh-tab-post-item {
    border-color: rgba(255, 255, 255, 0.3);
}

.mh-footer-widget .mh-tab-button.active {
    background: #e64946;
}

.mh-footer-widget .mh-tab-comment-excerpt {
    background: #2a2a2a;
}

/***** Default WordPress Widgets *****/

.widget_archive li, .widget_categories li, .widget_pages li a, .widget_meta li, .widget_nav_menu .menu > li {
    border-bottom: 1px dotted #ebebeb;
}

.widget_archive li a, .widget_categories li a, .widget_pages li a, .widget_meta li a, .widget_nav_menu li a {
    display: block;
    padding: 5px 0;
}

.widget_archive li:first-child a, .widget_categories li:first-child a, .widget_pages li:first-child a, .widget_meta li:first-child a, .widget_nav_menu li:first-child a {
    padding-top: 0;
}

.widget_pages .children li a {
    padding: 5px 0;
}

.widget_nav_menu .sub-menu li {
    border-top: 1px dotted #ebebeb;
}

.widget_nav_menu .sub-menu li:first-child a {
    padding-top: 5px;
}

.mh-footer-widget.widget_archive li, .mh-footer-widget.widget_categories li, .mh-footer-widget.widget_pages li a, .mh-footer-widget.widget_meta li, .mh-footer-widget.widget_nav_menu .menu > li, .mh-footer-widget.widget_nav_menu .sub-menu li {
    border-color: rgba(255, 255, 255, 0.3);
}

/***** WP Tag Cloud Widget *****/

.tagcloud a {
    display: inline-block;
    font-size: 0.75rem !important;
    font-weight: 700;
    color: #fff;
    padding: 5px 10px;
    margin: 0 4px 8px 0;
    white-space: nowrap;
    text-transform: uppercase;
}

.mh-widget .tagcloud a {
    background: #2a2a2a;
}

.mh-footer-widget .tagcloud a {
    background: #000;
}

.tagcloud a:hover, .mh-widget .tagcloud a:hover, .mh-footer-widget .tagcloud a:hover {
    color: #fff;
    background: #e64946;
}

/***** WP Recent Posts Widget / WP Recent Comments Widget *****/

.widget_recent_entries li, .recentcomments {
    display: block;
    padding: 5px 0;
    border-bottom: 1px dotted #e5e5e5;
}

.widget_recent_entries li:first-child, .recentcomments:first-child {
    padding-top: 0;
}

.widget_recent_entries .post-date {
    display: block;
    font-size: 0.6875rem;
    color: #979797;
    margin-bottom: 5px;
}

.mh-footer-widget.widget_recent_entries li, .mh-footer-widget .recentcomments {
    border-color: rgba(255, 255, 255, 0.3);
}

/***** Media Queries *****/

@media screen and (max-width: 1475px) {
    .mh-boxed-layout .mh-container {
        width: 100%;
    }

    .mh-boxed-layout .mh-container-inner {
        width: 100%;
    }

    .mh-wrapper.mh-home {
        overflow: hidden;
    }
}

@media screen and (max-width: 1120px) {
    .mh-container-inner {
        width: 100%;
    }

    .mh-two-sb .mh-main, .mh-two-sb .mh-sidebar-2 {
        float: none;
        width: 100%;
        margin: 0;
    }

    .mh-two-sb .mh-sidebar-2 {
        margin-top: 20px;
    }

    .mh-two-sb .mh-home-sidebar-2, .mh-home-sidebar {
        margin-top: 0;
    }

    .mh-two-sb .mh-footer-area {
        width: 23.12%;
        margin-left: 2.5%;
    }

    .mh-main-nav li {
        font-size: 12px;
    }

    .mh-header-nav li a {
        padding: 15px;
    }

    .mh-main-nav li a {
        padding: 10px 8px;
    }

    .mh-extra-nav li a, .mh-footer-nav li a {
        padding: 10px 15px;
    }

    .mh-sidebar-wide .mh-custom-posts-thumb-xl, .mh-sidebar-wide .mh-posts-list-thumb {
        float: left;
        max-width: 235px;
        margin: 0 1.25rem 0 0;
    }

    .mh-sidebar-wide .mh-posts-grid-item {
        float: left;
        width: 31.66%;
        margin: 0 0 0 2.5%;
    }

    .mh-sidebar-wide .mh-posts-grid-widget-more {
        padding-top: 20px;
        border-top: 1px dotted #ebebeb;
    }
}

@media screen and (max-width: 900px) {
    #mh-mobile .mh-header-1 {
        margin: 20px;
    }

    .mh-header-2 {
        margin: 10px;
    }

    .mh-header-search .search-field {
        width: 250px;
        max-width: 100%;
    }

    .mh-header-ticker {
        display: none;
    }

    #mh-mobile .mh-container {
        width: 100%;
    }

    .mh-container-outer {
        margin: 0 auto;
    }

    .mh-wrapper, .mh-author-box-content, #respond, .mh-spotlight-widget, .mh-author-bio-widget {
        padding: 20px;
    }

    .mh-footer {
        padding: 20px 20px 0
    }

    .mh-author-box-contact, .mh-copyright {
        text-align: center;
    }

    .mh-author-box-contact a {
        padding: 5px 0;
        border: none;
    }

    .mh-author-contact-title {
        display: none;
    }

    .mh-comment-body {
        padding: 15px;
    }

    .mh-comment-list .children {
        margin: 0 15px;
    }

    .mh-widget, .mh-footer-widget {
        margin-bottom: 20px;
    }

    #mh-mobile .mh-footer-area {
        width: 31.66%;
    }

    .mh-footer-4 {
        display: none;
    }

    .mh-slider-normal {
        width: 100%;
    }

    .mh-slider-layout1 .flex-control-nav {
        width: auto;
        top: 15px;
        right: 10px;
        bottom: auto;
    }

    #mh-mobile .mh-slider-caption {
        position: absolute;
        width: 100%;
        top: auto;
        bottom: 0;
        background: rgba(42, 42, 42, 1);
    }
    .flexslider .slides img {
        height: 210px !important;
    }
    img.attachment-mh-magazine-content.wp-post-image.wp-post-image {
        height: 320px;
        object-fit: cover;
    }
    .mh-widget-col-1 .mh-custom-posts-small-title {
        font-size: 0.8125rem;
    }

    .mh-meta-comments {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .fullbg .custom-background {
        background-size: auto;
    }

    .mh-preheader, .mh-main-nav, .mh-extra-nav, .mh-footer-nav {
        display: none;
    }

    .mh-social-nav, .mh-custom-header, .mh-header-widget-2, .mh-content, .mh-sidebar, .mh-right-sb #main-content, .mh-left-sb #main-content, #mh-mobile .mh-footer-area {
        float: none;
        width: 100%;
        margin: 0;
    }

    .mh-site-logo, .mh-social-nav ul {
        text-align: center;
    }

    .mh-header {
        background: #F5F7F0;
        border-bottom: 1px solid #E4E5E0;
    }

    .mh-header-top {
        grid-template-columns: 200px 1fr;
        grid-column-gap: 15px;
        grid-row-gap: 0;
        padding: 0;
    }

    .mh-header-banner {
        order: 1;
    }

    .mh-custom-header {
        order: 2;
        padding-left: 12px;
    }

    .mh-header-hamburger {
        order: 3;
        padding-right: 12px;
        margin-left: auto;
    }

    .mh-header-mobile-nav {
        order: 4;
    }

    .mh-header-banner, .mh-header-mobile-nav {
        grid-column: 1 / 3;
    }

    .mh-header-title, .entry-title {
        font-size: 1.5rem;
    }

    .mh-sidebar {
        margin-top: 20px;
    }

    .mh-two-sb .mh-sidebar-2, .mh-home-sidebar {
        margin-top: 0;
    }

    .mh-breadcrumb, .entry-meta {
        padding: 15px 0;
    }

    .mh-content-ad {
        float: none;
        margin: 0 0 1.25rem 0;
    }

    .mh-footer-4 {
        display: block;
    }

    .mh-posts-grid-item {
        float: left;
        width: 31.66%;
        margin-left: 2.5%;
    }

    #mh-mobile .mh-custom-posts-thumb-xl, #mh-mobile .mh-posts-list-thumb {
        float: left;
        max-width: 235px;
        margin: 0 0.9375rem 0 0;
    }

    #mh-mobile .mh-custom-posts-small-title {
        font-size: 0.875rem;
    }

    .mh-widget-col-1 .mh-posts-grid-item {
        float: left;
        width: 31.66%;
        margin: 0 0 0 2.5%;
    }

    .mh-widget-col-1 .mh-posts-grid-widget-more {
        padding-top: 20px;
        border-top: 1px dotted #ebebeb;
    }
}

@media screen and (max-width: 620px) {
    input[type=text], input[type=email], input[type=tel], input[type=url] {
        width: 88%;
    }

    [class*='mh-col-'], .mh-post-nav {
        float: none;
        width: 100%;
        margin: 0;
    }

    .mh-share-buttons .mh-col-1-4 {
        float: left;
        width: 23.47%;
        margin-left: 2.04%;
    }

    .mh-post-nav {
        text-align: center;
    }

    .mh-author-box-avatar {
        float: none;
        display: inline-block;
        margin: 0 0 20px;
        text-align: center;
    }

    .mh-author-box-content {
        text-align: center;
    }

    .entry-content ul, .mh-comment-list ul, .entry-content ol, .mh-comment-list ol {
        margin: 0 0 1.25rem 1.25rem;
    }

    .entry-content ul ul, .mh-comment-list ul ul, .entry-content ol ol, .mh-comment-list ol ol {
        margin: 0 0 0 1.25rem;
    }

    .mh-comment-list {
        margin-bottom: 20px;
    }

    .mh-comment-gravatar {
        margin-bottom: 10px;
    }

    .mh-comment-gravatar .avatar {
        width: 60px;
        height: 60px;
        margin: 0 auto;
    }

    .mh-comment-meta {
        padding: 15px;
        text-align: center;
    }

    .mh-comment-author .fn {
        display: block;
        clear: both;
    }

    #mh-mobile .mh-slider-title, .mh-spotlight-title, .mh-posts-large-title {
        font-size: 1.25rem;
    }

    .mh-slider-layout1 .flex-control-nav, .mh-slider-layout3 .flex-control-nav {
        display: none;
    }

    #mh-mobile .mh-posts-grid-item {
        float: none;
        width: 100%;
        margin: 20px 0 0 0;
        border-bottom: 1px dotted #ebebeb;
    }

    .mh-posts-grid-item:first-child {
        margin-top: 0;
    }

    .mh-posts-grid-thumb {
        float: left;
        margin: 0 15px 20px 0;
    }

    .mh-posts-grid-thumb img {
        min-height: unset;
    }

    #mh-mobile .mh-posts-grid-widget-more {
        padding: 0;
        border: none;
    }

    .mh-posts-list-item {
        padding-bottom: 20px;
    }

    #mh-mobile .mh-custom-posts-thumb-xl, #mh-mobile .mh-posts-list-thumb, .mh-posts-grid-thumb {
        max-width: 80px;
    }

    .mh-loop-layout1 .mh-loop-title, .mh-custom-posts-xl-title, .mh-posts-list-title, .mh-posts-grid-title, .mh-widget-col-2 .mh-posts-grid-title, .mh-related-content .mh-posts-grid-title {
        font-size: 0.875rem;
    }

    .mh-loop-layout1 .mh-loop-meta, .mh-custom-posts-content .mh-meta, .mh-posts-list-meta, .mh-posts-grid-meta {
        display: block;
        font-size: 0.6875rem;
    }

    .mh-loop-layout1 .mh-loop-excerpt, .mh-custom-posts-content .mh-excerpt, .mh-posts-list-excerpt {
        display: none;
    }
}

@media only screen and (max-width: 420px) {
    .mh-header-search .search-field, .mh-header-search .search-field:hover {
        width: 215px;
        min-width: 215px;
    }

    .mh-share-buttons .mh-col-1-4 {
        float: none;
        width: 100%;
        margin: 10px 0 0 0;
        display: block;
    }

    .mh-share-buttons .mh-col-1-4:first-child {
        margin: 0;
    }

    .mh-comment-body {
        padding: 10px;
    }

    .mh-comment-list .children {
        margin: 0;
    }

    .mh-slider-category, .mh-spotlight-caption, .mh-posts-large-caption, .mh-loop-caption {
        display: none;
    }
}

.mh-custom-posts-xl-title a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.3em;
    height: 2.6em;
}

div#reply-title {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    color: #000;
    line-height: 1.3;
    font-weight: 700;
    font-size: 1.25rem;
}

div.mh-section-title {
    font-weight: bold;
}

.menu-footer-container .menu-item div {
    display: block;
    color: #FFF;
    line-height: 1;
    padding: 15px 20px;
}

.menu-navigation-container .current-menu-item div {
    background: #e64946;
    display: block;
    color: #FFF;
    letter-spacing: 0.2px;
    padding: 10px 20px;
}

.menu-navigation-container .current-menu-ancestor {
    background: #e64946;
}

div.mh-loop-title {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    color: #000;
    line-height: 1.3;
    font-weight: 700;
    font-size: 1.25rem;
}

div.mh-widget-title {
    font-weight: bold;
}

div.mh-footer-widget-title {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    color: #000;
    line-height: 1.3;
    font-weight: 700;
    font-size: 0.875rem;
}

div.mh-author-bio-title {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    line-height: 1.3;
    font-weight: 700;
    font-size: 0.875rem;
}

.mh-header-nav li div {
    display: block;
    color: #FFF;
    line-height: 1.3;
    padding: 15px 20px;
}

div.mh-slider-title {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    color: #FFF;
    line-height: 1.3;
    font-weight: 700;
    font-size: 1.5rem;
}

div.mh-custom-posts-xl-title {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    color: #000;
    line-height: 1.3;
    font-weight: 700;
    font-size: 1.25rem;
}

a.red-button {
    background: #e64946 !important;
    font-size: 10px !important;
}

a.red-button:hover {
    background: #2a2a2a !important;
}

.mh-extra-nav .current-menu-item div {
    display: block;
    letter-spacing: 0.2px;
    padding: 10px 20px;
    background: #2a2a2a !important;
    color: #fff;
}

.pro-rating {
    width: 100%;
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 1px dotted #EBEBEB;
}

.pro-rating:after {
    clear: both;
    display: table;
    content: "";
}

.loading {
    text-align: center;
    margin: 10px 0;
}

.loading a {
    color: #FFF !important;
    background: #e64946;
    padding: 10px 40px;
    font-size: 18px;
    text-decoration: none;
}

.loading a:hover {
    text-decoration: none !important;
    background: #2a2a2a;
    transition: 0.25s ease-out;
}

.rate-right {
    width: 25%;
    float: right;
}

.rate-left {
    width: 75%;
    float: right;
}

.digit-block {
    height: 63px;
    font-size: 40px;
    font-weight: bold;
    line-height: 63px;
    text-align: center;
}

.mh-widget.mh-home-11.mh-home-wide.widget_text h1.entry-title {
    font-size: 2rem;
}

.mh-widget.mh-home-11 .mh-subheading-top {
    margin-bottom: 15px;
}

.loading.mh-custom-text, .loading.mh-custom-link {
    display: block;
}

a.mh-review-link:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    color: #e64946;
    content: "\f015";
    margin-right: 4px;
}

.loading.mh-custom-text a:before, .loading.mh-custom-link a:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    content: "\f0ed";
    margin-right: 4px;
}

#toc_container {
    background-color: #efefef;
    padding: 30px 30px 25px;
    margin: 0 0 30px;
}

.mh-room #toc_container {
    margin: 30px 0!important;
}

#toc_container li {
    margin: 0 0 5px;
}

.toc_title {
    font-family: 'Roboto Condensed', 'Droid Sans', serif;
    font-weight: bold;
    font-size: 20px;
}

.table-cover {
    overflow: auto;
}

.compare {
    margin: 0 0 30px;
}

.compare__group {
    border-radius: 3px;
    padding: 20px;
    border: 2px solid #f2f2f2;
    margin-bottom: 15px;
}

.compare__title {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

.compare__item {
    display: block;
    margin-bottom: 5px;
    position: relative;
    padding-left: 20px;
}

.compare__plus:before,
.compare__plus:after,
.compare__minus:before {
    content: '';
    position: absolute;
    width: 14px;
    height: 2px;
    background-color: #94be30;
    display: block;
    left: 0;
    top: 8px;
}

.compare__minus:before {
    background-color: #f13636;
}

.compare__plus:after {
    transform: rotate(90deg);
}

.game__fullscreen .mh-back-to-top {
    display: none !important;
}

.footer-info {
    padding: 15px 30px;
    text-align: center;
    background: #2a2a2a;
    font-size: 12px;
}

.footer-info p {
    color: #999;
}

.footer-links {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.footer-links > * {
    max-height: 40px;
    display: block;
    margin: 5px 10px;
}

.footer-links > svg {
    max-width: 30px;
    fill: #fff;
}

.footer-links a,
.footer-links span {
    align-self: stretch;
    display: flex;
    align-items: center;
    padding: 5px 10px;
}

.footer-links a:hover {
    background-color: #b2b2b2;
}

.footer-links .icon-ecogra img {
    padding: 5px 0;
    max-height: 40px;
    filter: brightness(0) invert(1);
    transition: 0.1s;
}

.footer-links .icon-begambleaware {
    padding: 7px 13px;
}

.mh-copyright-wrap .mh-container-inner {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.icon-18 {
    flex: 0 0 100%;
    max-width: none !important;
}

.promo-img {
    display: block;
    margin: 15px auto 0;
}

@media (min-width: 681px) {
    .tg-place-box {
        flex-direction: row;
    }

    .compare {
        display: flex;
        flex-wrap: wrap;
        min-width: 100%;
        margin: 0 -7px 30px;
    }

    .compare__group {
        margin: 0 7px;
        flex: 1 0 0;
    }

    .footer-links {
        flex-wrap: unset;
    }

    .mh-copyright-wrap .mh-container-inner {
        flex-direction: row;
    }

    .footer-links > svg {
        max-width: 30px !important;
    }
}

@media (max-width: 400px) {
    .mh-sidebar-img {
        margin-left: 0;
    }

    .mh-sidebar-thumbnail img {
        margin-left: 0;
    }

    #notes .note-item .note-item-btn {
        top: 1px;
        right: 0;
    }
}

@media (min-width: 768px) {
    .mh-header-mobile-nav,
    .mh-header-hamburger {
        display: none;
    }

    .mh-rating-block {
        width: 150px;
        min-width: 150px;
        height: 150px;
    }

    .mh-rating {
        font-size: 36px;
    }

    .mh-loop-thumb {
        max-width: 40%;
        float: left;
        margin: 0 10px 10px 0;
    }
}

.sidebar-all-rooms {
    border: 1px solid #2a2a2a;
}

.mh-loop-thumb img {
    width: 100%;
}
@media (min-width: 1024px) {
    .mh-loop-thumb img {
        min-width: 274px;
        max-height: 206px;
        object-fit: cover;
    }
}

#mh_magazine_slider-2 {
    min-height: 320px;
}

#mh_magazine_slider-2 .flex-next,
#mh_magazine_slider-2 .flex-prev {
    color: #e64946;
}

#mh_magazine_slider-2 .flexslider .flex-prev {
    opacity: .7;
    left: 10px;
}

#mh_magazine_slider-2 .flexslider .flex-next {
    opacity: .7;
    right: 10px;
}

@media (max-width: 768px) {
    .popup__modal .popup__container {
        padding-left: 10px;
        padding-right: 10px;
        max-width: calc(100% - 20px);
    }
    .modal__head-subscribe {
        max-width: 100%;
    }
    .subscribe__section__btn {
        max-width: calc(100% - 10px);
        min-width: calc(100% - 10px);
        padding-left: 5px;
        padding-right: 5px;
    }
    .subscription__form-field {
        min-width: 100%;
    }
}

.wpnt-notice, .pwa {
    box-sizing: border-box;
}

td p {
    margin-bottom: 0 !important;
}
.mh-loop-pagination.clearfix {
    display: flex;
    justify-content: center;
    align-items: center;
}


/***** JivoSite *****/
jdiv {
    z-index: 2 !important;
}

/***** WP Revive Zonet *****/
.wprv-box__head {
    margin-bottom: 0 !important;
}

.wp_revive_zone_sidebar {
    margin-top: 25px;
}

.wprv-box__head .wprv-mobile *:not(.wprv-close) {
    max-height: 90px;
}

.wprv-box__sidebar .wprv-pc *:not(.wprv-close) {
    max-height: 329px;
}

body.cookies-not-set .wprv-footer {
    bottom: 60px;
}

body.cookies-not-set .mh-back-to-top {
    bottom: 70px;
}

.wprv-footer {
    max-width: 1080px !important;
    max-height: 90px !important;
    z-index: 3 !important;
}

.article-revive_zone_content .wprv-box {
    margin: 0;
    max-height: 206px;
}

.article-revive_zone_content .wprv-pc *:not(.wprv-close) {
    max-height: 206px;
}


 
.wprv-box__single-post,
.wprv-box__single-post .wprv-pc *:not(.wprv-close) {
    max-height: 90px;
}

@media (max-width: 768px) {
    .article-revive_zone_content .wprv-box,
    .article-revive_zone_content .wprv-mobile *:not(.wprv-close) {
        max-height: 385px;
    }

    .wprv-box__single-post {
        max-height: 385px !important
    }

    .wprv-box__single-post .wprv-mobile *:not(.wprv-close) {
        max-height: 385px;
    }
}

@media (max-width: 576px) {
    .wprv-footer {
        max-width: 414px !important;
        max-height: 90px !important;
    }
}