/*
Theme Name: Mercury Child
Theme URI: #
Description: Child theme for Mercury
Author: Space-Themes
Author URI: #
Template: mercury
Version: 3.0.0
*/

/* Casino Top 10 List Breathe on mouse hover Start */


@media screen and (max-width: 479px) {
    div.space-casino-content-button-block {
        margin-top: 2px;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .space-casinos-3-archive-item-games {
        margin-left: 30px;
    }
}

@media screen and (max-width: 767px) and (min-width: 480px) {
    .space-casinos-3-archive-item-rating {
        width: 100%;
        align-items: center;
        justify-content: center;
    }
}

@media screen and (max-width: 767px) and (min-width: 480px) {
    .space-casinos-3-archive-item-button {
        width: 100%;
        align-items: center;
    }
}

@media screen and (max-width: 767px) and (min-width: 480px) {
    .space-casinos-3-archive-item-button-ins {
        padding-left: 3px;
    }
    .space-casinos-3-archive-item-games {
        margin-left: 30px;
    }
}

@media screen and (max-width: 479px) {
    .space-casinos-3-archive-item-games {
        margin-left: 30px;
    }
}

.space-mobile-menu-icon {
    width: 16px;
}

.space-casinos-4-archive-item-ins {
    background: #FFFFFF;
    color: #000000;
}

.space-casinos-4-archive-item-title {
    margin-top: 5%;
    width: 50%;
    text-align: center;
}

.space-casinos-4-archive-item-title a {
    color: #000000;
}

.space-casinos-4-archive-item-desc {
    color: #000000;
}

span.space-casinos-4-bonus {
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1.4em;
    display: inline-block;
    margin-bottom: 4px;
}

.space-casinos-4-archive-item-logo {
    width: 30%;
}

.space-mobile-menu-icon div:nth-child(1) {
     width: 16px;
     border-radius: 25%;
}

.space-mobile-menu-icon div:nth-child(2) {
    width: 16px;
    border-radius: 25%;
}

.space-mobile-menu-icon div:nth-child(3) {
    width: 16px;
    border-radius: 25%;
}

.homepage-content-title {
    text-align: center;
    display: block;
}

.space-page-section {
    background: #f1f3f4;
}

.space-casino-content-button-block {
    margin-top: 10px;
}

/* Homepage Terms Style */
span.homepage-terms {
    display: block;
    width: 100%;
    color: #757575;
    font-size: 1em;
    line-height: 1em;
    font-weight: 400;
    text-overflow: ellipsis;
    overflow: hidden;
    height: auto;
    max-height: 1em;
}

span.homepage-terms-read {
    display: block;
    font-size: 1em;
}

.homepage-terms-read:hover, .homepage-terms-read:active {
    color: #000000;
}

.space-widget {
    background: #FFF;
    border-radius: 2px;
    padding: 15px 0;
    margin: 0 auto 20px;
}

.space-casinos-3-archive-item {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.space-casinos-3-archive-item-logo-ins {
    min-height: 180px;
    position: relative;
}

.space-casinos-3-archive-item-logo-ins img {
    max-width: 80%;
    max-height: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%,-50%,0);
}

.space-casinos-4-archive-item-logo img {
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%,-50%,0);
}

div.space-news-5-item {
    width: auto;
    display: inline-block;
}

.space-casinos-3-archive-item:hover {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}

.space-casinos-3-archive-item:hover .homepage-terms {
    max-height: 15em;
    transition: max-height 1s ease-out;
    -webkit-transition: max-height 1s ease-out;
}

/* Exclusive Item Lock */

.space-casinos-3-archive-item-ins--restricted {
    position: absolute;
    top: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    border-radius: 5px;
}

/* Boost Count Above the restricted cover */
.space-casinos-3-archive-item-count {
    z-index: 12;
    left: 10px;
}

/* Casino List Item Ribbons */
.ribbon {
    position: absolute;
    top: 5px;
    left: -10px;
    z-index: 11;
    width: 200px;
    height: 30px;
    background: #88bcff;
    border-top-left-radius: 4px;
    -webkit-box-shadow: 5px 3px 12px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 5px 3px 12px -6px rgba(0,0,0,0.75);
    box-shadow: 5px 3px 12px -6px rgba(0,0,0,0.75);
}

.ribbon--red {
    background: red;
}

.ribbon--blue {
    background: #88bcff;
}

.ribbon--gold {
    background: #f0d720;
}

.ribbon:before {
    content: '';
    position: absolute;
    z-index: 11;
    top: 0px;
    right: -30px;
    border-style: solid;
    border-width: 30px 30px 0 0;
    border-color: #88bcff transparent transparent transparent;
}

.ribbon--red::before {
    border-color: red transparent transparent transparent;
}

.ribbon--blue::before {
    border-color: #88bcff transparent transparent transparent;
}

.ribbon--gold::before {
    border-color: #f0d720 transparent transparent transparent;
}

.ribbon::after {
    content: '';
    position: absolute;
    z-index: 11;
    top: 0px;
    right: -30px;
    border-style: solid;
    border-width: 30px 0 0 30px;
    border-color: transparent transparent transparent #88bcff;
}

.ribbon--red::after {
    border-color: transparent transparent transparent red;
}

.ribbon--blue::after {
    border-color: transparent transparent transparent #88bcff;
}

.ribbon--gold::after {
    border-color: transparent transparent transparent #f0d720;
}

.ribbon span {
    color: #FFF;
    padding-left: 65px;
    display: block;
    margin-top: 5px;
}

.ribbon span::before {
    content: '';
    position: absolute;
    z-index: 11;
    top: 30px;
    left: 0px;
    border-style: solid;
    border-width: 0 10px 10px 0;
    border-color: transparent #8aa6ff transparent transparent;
}

.ribbon--red span::before {
    border-color: transparent #c70000 transparent transparent;
}

.ribbon--blue span::before {
    border-color: transparent #8aa6ff trasparent transparent;
}

.ribbon--gold span::before {
    border-color: transparent #fecc30 transparent transparent;
}

/* Ribbon END */

.space-casinos-4-archive-item:hover .homepage-terms {
    max-height: 15em;
    transition: max-height 1s ease-out;
    -webkit-transition: max-height 1s ease-out;
}

/* Casino Top 10 List Breathe on mouse hover End */

.space-box {
    background: transparent;
}

.space-casinos-home-3-widget {
    background: transparent;
}

/* Casino Top 10 List Button Hover Changes */

.space-casinos-3-archive-item-button-ins a {
    color: #000000;
}

.space-casinos-3-archive-item-button-ins a:hover {
    color: #FFFFFF;
}

/* Colour adjustment for text visibility */

.space-casinos-3-archive-item-terms-ins {
    color: #757575;
}

.space-casinos-3-archive-item-button-ins a {
    font-size: 1.2em;
}

.space-casinos-home-3-widget {
    overflow: visible;
    margin-bottom: 0;
}

.space-archive-section {
    background: #f1f3f4;
}

.space-casinos-home-3-widget-ins {
    padding-top: 0;
}

div.space-header-wrap {
    z-index: 0;
}

div.space-header-wrap.fixed {
    z-index: 13;
}

.space-block-title {
    background: #FFF;
}

.space-block-title h1 {
    z-index: 0;
    padding-left: 23px;
    position: relative;
    line-height: 1.45em;
    font-size: 1.3em;
    font-weight: 700;
}

.space-block-title h1:before {
    content: '';
    z-index: 1;
    opacity: 0.8;
    width: 11px;
    height: 11px;
    position: absolute;
    left: 0;
    border-radius: 50%;
    top: 4px;
    background-color: #FF2453;
}

.space-block-title h1:after {
    content: '';
    z-index: -1;
    width: 11px;
    height: 11px;
    position: absolute;
    left: 0;
    border-radius: 50%;
    top: 11px;
    background-color: #be2edd;
}

.box-15 {
    width: 15%;
}

.box-45 {
    width: 45%;
}

/* List Game Icons Start */

.slots-list ul {
    display: block;
    width: 200px;
    height: auto;
    border-radius: 15px;
    margin: 0 auto;
}

.casino-slot {
    list-style: none;
    margin: 5px;
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 45px;
    border: 3px solid #CACACA;
    cursor: pointer;
}

.casino-slot:hover {
    border: 3px solid #FFF;
}

.casino-slot:hover .casino-slot-desc {
    visibility: visible;
    transform: translate3d(-50%, -100%, 0);
    opacity: 1;
}

.casino-slot:active .casino-slot-desc {
    visibility: visible;
    transform: translate3d(-50%, -100%, 0);
    opacity: 1;
}

div.casino-slot-desc {
    visibility: hidden;
    width: 100%;
    font-weight: 400;
    border-radius: 5px;
    position: absolute;
    top: -8px;
    left: 50%;
    max-width: 320px;
    display: block;
    min-width: 300px;
    max-height: 198px;
    height: 198px;
    padding: 0;
    box-shadow: 0 1px 10px 1px rgba(0, 0, 0, .37);
    opacity: 0;
}

.casino-slot-desc:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    border: 20px solid transparent;
    border-bottom: 0;
    margin-left: -20px;
    margin-bottom: -20px;
}

.casino-slot-desc:hover .casino-slot-desc-play {
    visibility: visible;
    color: #FFF;
}

.casino-slot-desc-play {
    width: 100px;
    position: absolute;
    border-radius: .25em;
    background: #2ecc71;
    border: #2ecc71;
    padding: 4px;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -100%, 0);
    height: 36px;
    box-sizing: border-box;
    padding: 0 1.5em;
    line-height: 36px;
    font-size: 13px;
    display: block;
    font-weight: 700;
    transition: opacity 300ms ease-in;
}

.casino-slot-desc-play:hover {
    color: #FFFFFF;
    opacity: 1;
}

.casino-slot-desc-box__title,
.casino-slot-desc-box__cont {
    font-size: 400;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 270px;
}

.casino-slot-desc-box__title {
    font-size: 20px;
}
.casino-slot-desc-box__cont {
    font-size: 12px;
}

.casino-slot-desc-box {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 48px;
    padding: .125em .75em
}

/* Site Switcher CSS */
.site-switcher {
    width: 70px;
    height: auto;
}

.site-switcher-select {
    display: inline-block;
    font-size: 8pt;
    width: 25px;
    height: auto;
    padding: 2px;
    background: #000;
    color: #dbdbdb;
    border: 1px solid #777777;
}

.site-switcher-image {
    height: 25px;
    position: relative;
    top: 9px;
}
/* Site Switcher End */

/* Homepage header content */

.space-casinos-custom-header-content {
    width: 100%;
    color: #fff;
    margin: 0 auto;
}

.space-casinos-custom-header-content h1 {
    color: #FFF;
    margin: 10px;
    padding: 5px;
    font-size: 19pt;
}

.space-casinos-custom-header-content p {
    margin: 10px;
    width: 60%;
}

.space-casinos-custom-header-content ul {
    list-style: none;
}

.space-casinos-custom-header-content ul li {
    display: inline-block;
    margin: 0 1%;
    font-size: 13pt;
}

.space-casinos-custom-header-image {
    position: absolute;
    width: 30%;
    right: 5%;
    top: 0;
    transform: rotate(12deg);
}

@media screen and (max-width: 990px) {
    /* Removes slot image above list */
    .space-casinos-custom-header-image {
        visibility: hidden;
    }
    /* Changes length of text to full screen */
    .space-casinos-custom-header-content p {
        width: 90%;
    }
}

.icon-size-10 {
    color: #fff;
    height: 20px;
    width: 20px;
    margin: 0 5px -3px 0;
}

/* Homepage Content End */


/* Latest News */
.space-news-5-item-meta {
    display: none;
}
/* */

#wpforms-widget-3 {
	padding-left: 15px;
	padding-right: 15px;
}
