/*
Theme Name: Mercury Child
Theme URI: https://mercurytheme.com/
Description: Child theme for Mercury theme
Author: Space-Themes.com
Author URI: https://space-themes.com/
Template: mercury
Version: 3.8
*/
@import url("../mercury/style.css");

.space-page-section-ins.space-page-section-ins-breadcrumbs {
    padding: 10px 0 15px 0;
}
.space-page-section-ins.space-page-section-ins-breadcrumbs + .space-page-section-ins {
    padding-top: 0;
}
.space-aces-content-section img {
    width: 100%;
    height: auto;
}
.space-pros-ins::before, .space-cons-ins::before {
    display: none;
}
.space-pros-cons ul li, .space-cons-ins ul li {
    display: block;
    padding: 5px;
}
.space-pros-ins ul li::before, .space-cons-ins ul li::before {
    display: none;
}
.space-pros-cons ul li a, .space-cons-ins ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: inherit !important;
    text-decoration: none;
}
.space-pros-cons ul li a .fa-check, .space-cons-ins ul li a .fa-check {
    color: #2ecc71;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
}
.space-pros-cons ul li a .fa-times, .space-cons-ins ul li a .fa-times {
    color: #ff2453;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
}
.space-organization-content-short-desc ul {
    display: block;
    padding: 15px 0;
}
.space-organization-content-short-desc ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.space-organization-content-short-desc ul li span:first-child {
    font-weight: bold;
}
.space-organization-content-logo {
    padding: 0 0 20px 0;
}
.space-organization-header-logo-box img {
    width: 100%;
    height: auto;
}
ul.casino-info-2 li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}
.space-style-3-organization-header-logo-box img {
    width: 100%;
    height: auto;
}
.space-style-3-organization-header-left-ins {
    width: 100%;
}
.space-style-3-organization-header-title-box .casino-info-2 {
    color: #fff;
}
.space-style-2-organization .space-cons.box-50 .space-cons-ins {
    margin: 0 15px 0 0;
}
.space-style-3-organization .space-cons.box-50 .space-cons-ins {
    margin: 0 15px 0 0;
}
.space-units-3-archive-item img {
    width: 100%;
}
.archive-providers-info ul {
    display: block;
    max-width: 600px;
}
.archive-providers-info ul li:last-child {
    color: #fff;
    margin-top: 15px;
}
.archive-title-img {
    display: flex;
    align-items: center;
}
.archive-title-img img {
    display: block;
    margin-left: 15px;
    max-height: 50px;
    width: auto;
}
.space-units-archive-items-parent .space-units-archive-items {
    margin: 0;
}
#clickDemo.space-style-2-button {
    margin: 20px 0;
}
#clickPartner.space-style-2-button {
    margin: 20px 0;
    font-size: 18px;
}
#fixedBlockIframe {
    position: fixed;
    display: flex;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.5);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: 1s;
}
#fixedBlockIframe.open {
    opacity: 1;
    visibility: visible;
}
#fixedBlockIframe .fixedBlockIframe-content {
    display: block;
    width: 830px;
    height: 500px;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    max-width: 100%;
    max-height: 100%;
    position: relative;
}
#fixedBlockIframe iframe {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}
#fixedBlockIframe .fixedBlockIframe-item {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}
.fixedBlockIframe-close {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 15px;
    color: red;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
}