/*
Theme Name: Mercury Child
Theme URI: https://mercurytheme.com/
Description: Child theme for Mercury theme
Author: MercuryTheme.com
Author URI: https://mercurytheme.com/
Template: mercury
Version: 3.9.6
*/
@import url("../mercury/style.css");

/* Custom resets for referral button elements */
button[data-go],
button.space-style-3-button,
button.space-calltoaction-button,
button.space-style-2-button {
    display: inline-block;
    box-sizing: border-box;
    margin: 0;
    border: none;
    cursor: pointer;
    font: inherit;
    text-align: center;
    text-decoration: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* 1. Companies & Offers & Units standard archive/widget list buttons */
.space-companies-archive-item-button button[data-go],
.space-companies-sidebar-item-button button[data-go],
.space-units-archive-item-button button[data-go],
.space-units-sidebar-item-button button[data-go],
.space-aces-single-offer-info-button-ins button[data-go],
.space-offers-archive-item-button button[data-go],
.space-shortcode-wrap .space-companies-archive-item-button button[data-go],
.space-shortcode-wrap .space-offers-archive-item-button button[data-go] {
    padding: 13px 40px;
    font-weight: 700;
    font-size: 1em;
    line-height: 1.25em;
    border-radius: 23px;
    transition: all 0.5s ease-in-out;
}

/* 2. Organization style 3 list buttons (Style 4 / "Грати") */
.space-organizations-3-archive-item-button-ins button[data-go],
.space-shortcode-wrap .space-organizations-3-archive-item-button-ins button[data-go] {
    min-width: 180px;
    padding: 10px 30px;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.25em;
    border-radius: 20px;
    transition: all 0.5s ease-in-out;
}
.space-organizations-3-archive-item-button-ins button[data-go] i,
.space-shortcode-wrap .space-organizations-3-archive-item-button-ins button[data-go] i {
    padding-right: 5px;
}

/* 3. Organization style 2 call-to-action buttons */
.space-organization-style-2-calltoaction-button-ins button.space-calltoaction-button {
    padding: 13px 40px;
    margin: 8px 0;
    font-weight: 700;
    font-size: 1em;
    line-height: 1.25em;
    border-radius: 23px;
    transition: all 0.5s ease-in-out;
}
.space-organization-style-2-calltoaction-button-ins button.space-calltoaction-button i {
    padding-left: 5px;
}

/* 4. Single casino/game style 2 button */
.space-organization-header-button button.space-style-2-button {
    padding: 17px 40px;
    margin: 15px 15px 10px;
    font-weight: 300;
    font-size: 1.333em;
    line-height: 1.25em;
    border-radius: 5px;
    transition: all 0.5s ease-in-out;
}
.space-organization-header-button button.space-style-2-button i {
    padding-left: 5px;
    font-size: 18px;
}

/* 5. Single casino/game style 3 button */
.space-style-3-organization-header-button button.space-style-3-button {
    padding: 13px 70px;
    margin: 0 0 10px;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.25em;
    border-radius: 23px;
    transition: all 0.5s ease-in-out;
}

/* 6. Organizations Style 8 list buttons */
.space-organizations-8-archive-item-button-two button[data-go] {
    display: inline-block;
    padding: 13px 40px;
    font-weight: 700;
    font-size: 1em;
    line-height: 1.25em;
    color: #ffffff !important;
    border-radius: 23px;
    background-color: #be2edd !important;
    transition: all 0.5s ease-in-out;
}
.space-organizations-8-archive-item-button-two button[data-go]:hover {
    box-shadow: 0px 8px 30px 0px rgba(190, 46, 221, 0.60);
}

/* 7. Catfish bottom banner overrides */
.banner_bottom_casino-info-text p {
    color: #ffffff !important;
}
button.banner_bottom_casino-link {
    display: inline-block;
    box-sizing: border-box;
    border: none;
    cursor: pointer;
    font: inherit;
    text-align: center;
    text-decoration: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 23px;
    font-weight: 700;
    transition: all 0.5s ease-in-out;
}

.space-title-box,
.space-archive-title-box {
    background: #121315 !important;
}

.space-organization-float-bar-button-wrap button[data-go] {
    display: inline-block;
    box-sizing: border-box;
    border: none;
    cursor: pointer;
    font: inherit;
    text-align: center;
    text-decoration: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 23px;
    font-weight: 700;
    transition: all 0.5s ease-in-out;
    color: #ffffff;
    font-size: 17px;
    background: #db35ea;
    padding: 14px;
}