/*
Theme Name: sky
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.24
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
:root{
    --main-color: #37477b;
}
body{
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
    font-size: 16px;
    color: #2e3246;
}
.nav > li > a {
    font-family: 'Roboto', sans-serif !important;
}
b, strong {
    font-weight: bold;
}
.header-main .nav > li > a {
    line-height: 16px;
}
@media (min-width: 550px) {
    #logo a .header-logo-dark {
        max-height: 76px;
    }
}
.align-equal h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 22px;
    line-height: 26px;
    text-transform: uppercase;
    color: var(--main-color);
    position: relative;
    margin-bottom: 20px;
    background-image: url(/wp-content/themes/sky/assets/img/envelopes.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding: 10px 0 10px 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.aligncenter{
    text-align: center;
}
.page-wrapper {
    background-image: url(/wp-content/themes/sky/assets/img/bg_news.jpg);
    background-size: cover;
}
.is-divider {
    background-color: rgba(10,10,10,0);
}
.recent-blog-posts-li .post_comments,
.from_the_blog_comments{
    display: none;
}

/*space casino*/
.relative{
	position: relative;
}
.absolute{
	position: absolute;
}
.w-35 {
    width: 35%;
}
.box-100 {
    width: 100%;
}
.box-25 {
    width: 25%;
}
.space-casinos-home-3-widget.homepage-block {
    margin-top: 0;
}
.space-casinos-home-3-widget {
    background-color: #f1f3f4;
    margin-bottom: 60px;
}
.space-casinos-home-3-widget-ins {
    padding-top: 45px;
    padding-bottom: 30px;
}
.space-casinos-home-3-widget .space-block-title {
    padding-bottom: 15px;
}
.space-casinos-3-archive-items {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}
.space-casinos-3-archive-item {
    display: inline-block;
}
.space-casinos-3-archive-item-ins {
    border-radius: 5px;
    padding: 10px 0;
    margin: 0 0 15px;
    background-color: #fff;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
.space-casinos-3-archive-item-ins:hover {
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.4);
}
.post-type-archive-casino .space-casinos-3-archive-item-ins,
.page-template-page-casino-archive-style-4 .space-casinos-3-archive-item-ins,
.archive .space-casinos-3-archive-item-ins {
    box-shadow: none;
    border: 1px solid #d6d7db;
}
.post-type-archive-casino .space-casinos-3-archive-item-ins:hover,
.page-template-page-casino-archive-style-4 .space-casinos-3-archive-item-ins:hover,
.archive .space-casinos-3-archive-item-ins:hover {
    box-shadow: none;
}
.space-casinos-3-archive-item-logo {
    order: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.space-casinos-3-archive-item-count {
    top: -22px;
    left: 30px;
    width: 30px;
    height: 42px;
    background-color: #be2edd;
    border-radius: 5px;
}
.space-casinos-3-archive-item:first-child .space-casinos-3-archive-item-count {
    background-color: var(--main-color);
}
.space-casinos-3-archive-item-count span {
    position: relative;
    display: inline-block;
    width: 30px;
    padding: 7px 0;
    text-align: center;
    font-weight: 700;
    font-size: 1em;
    line-height: 1em;
    color: #fff;
}
.space-casinos-3-archive-item-count:before {
    content: '';
    display: block;
    width: 30px;
    height: 12px;
    background-color: rgba(0, 0, 0, 0.1);
    top: 0;
    left: 0;
    right: 0;
    border-radius: 5px 5px 0 0;
    z-index: 1;
}
.space-casinos-3-archive-item-logo-ins {
    padding: 10px 30px;
    line-height: 0;
}
.space-casinos-3-archive-item-logo-ins img {
    border-radius: 5px;
    width: 50%;
}
.space-casinos-3-archive-item-terms {
    order: 2;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.space-casinos-3-archive-item-terms-ins {
    padding: 0 15px;
    font-weight: 400;
    font-size: 0.75em;
    line-height: 1.45em;
    color: #7f8c8d;
}
.space-casinos-3-archive-item-terms-ins a {
    color: var(--main-color);
    text-decoration: underline;
}
.space-casinos-3-archive-item-terms-ins a:hover {
    text-decoration: none;
}
.space-casinos-3-archive-item-terms-ins strong {
    font-weight: 700;
    font-size: 28.43px;
    line-height: 1.25em;
    color: #111111;
}
.space-casinos-3-archive-item-terms-ins span {
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.25em;
    color: #2e3246;
    padding-bottom: 5px;
}
.space-casinos-3-archive-item-rating {
    order: 3;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.space-casinos-3-archive-item-games {
    padding-bottom: 8px;
    font-weight: 400;
    font-size: 0.75em;
    line-height: 1.45em;
    color: #2e3246;
}
.space-casinos-3-archive-item-games span {
    font-weight: 700;
    color: #111111;
}
.space-casinos-3-archive-item-rating-box {
    display: inline-block;
    height: 40px;
    border-radius: 20px;
    padding: 8px 40px 8px 20px;
    border: 1px solid #d6d7db;
}
.space-casinos-3-archive-item-rating-box .star-rating1{
	margin-right: 5px;
}
.space-casinos-3-archive-item-rating-box .star-rating1 .star-full:before {
    content: "\f005";
    font-weight: 900;
}
.space-casinos-3-archive-item-rating-box .star-rating1 .star-half:before {
    content: "\f089";
    font-weight: 900;
}
.space-casinos-3-archive-item-rating-box .star-rating1 .star-empty:before {
    content: "\f006";
    font-weight: 400;
}
.space-casinos-3-archive-item-rating-box .star-rating1 .star {
    color: gold;
    display: inline-block;
    font-family: 'Font Awesome 5 Free' !important;
    font-size: 1em;
    font-style: normal;
    line-height: 1em;
    text-align: center;
    text-decoration: inherit;
    vertical-align: top;
    width: 22px;
    padding: 0 2px;
}
.space-casinos-3-archive-item-rating-box .star-rating1 span.screen-reader-text {
    display: none;
}
.space-casinos-3-archive-item-rating-box span {
    position: absolute;
    right: 20px;
    height: 1em;
    top: 0;
    bottom: 0;
    margin: auto 0;
    font-weight: 700;
    font-size: 1em;
    line-height: 1em;
    color: #111111;
}
.space-casinos-3-archive-item-button {
    order: 4;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.space-casinos-3-archive-item-button-ins a.action-btn {
    display: inline-block;
    min-width: 150px;
    padding: 10px 20px;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.25em;
    color: #fff;
    border-radius: 20px;
    /* background-color: #2ecc71; */
    background-color: #077475;
    box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.35);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.space-casinos-3-archive-item-button-ins a.action-btn:hover {
    box-shadow: 0px 0px 15px 0px rgba(45, 221, 108, 0.55);
}
.space-casinos-3-archive-item-button-ins a.action-btn i {
    padding-right: 5px;
}
.space-casinos-3-archive-item-button-ins a:first-child {
    margin-bottom: 4px;
}
.space-casinos-3-archive-item-button-ins a:last-child {
    margin-top: 4px;
    /* background-color: #7f8c8d; */
    background-color: #000;
}
.space-casinos-3-archive-item-button-ins a.action-btn:last-child:hover {
    box-shadow: 0px 0px 15px 0px rgba(127, 140, 141, 0.55);
}
.space-casinos-3-archive-item-button-ins a img {
    margin-bottom: 4px;
    width: 170px;
}
.space-casinos-3-archive-item-logo-ins:after,
.space-casinos-3-archive-item-terms-ins:after,
.space-casinos-3-archive-item-rating-ins:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 50px;
    right: 0;
    top: 0;
    bottom: 0;
    margin:auto 0;
    background-color: #d6d7db;
}
.space-casinos-3-archive-item-rating-box .kksr-legend,
.space-casinos-3-archive-item-rating-ins .kksr-legend {
    display: none;
}
.text-gift{
    margin-top: 10px;
}
.text-gift a {
    font-size: 15px;
    font-weight: bold;
    color: #de1219;
}
.text-gift a:after {
    content: '';
    position: absolute;
    margin-left: 5px;
    width: 22px;
    height: 11px;
    display: inline-block;
    background-image: url(/wp-content/themes/sky/assets/img/hot.gif);
}
.widget-area .game_blog.style-top .box-25{
    width: 100%;
}
.header-button a {
    background: #FFF;
    color: #000;
}
.absolute-footer.dark {
    color: #ffff00;
    opacity: 1;
}
@media screen and (max-width: 48em) {
    .game_blog.style-top .box-25{
        width: 100%;
    }
    .space-casinos-3-archive-item-logo-ins:after,
    .space-casinos-3-archive-item-terms-ins:after,
    .space-casinos-3-archive-item-rating-ins:after{
        display: none;
    }
}
/*end space casino*/

.topbanner .PC {
    flex-basis: calc(33% - 15px);
    margin: 5px !important;
}