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

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
.code-item .col-inner {
    border-radius: 10px;
    padding: 10px 0;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #fff;
    box-shadow: 0 0 25px 0 rgb(0 0 0 / 20%);
    transition: all 0.5s ease-in-out;
}
.game_position {
    position: absolute;
    top: -20px;
    left: 30px;
    width: 30px;
    height: 35px;
    border-radius: 5px;
    text-align: center;
    line-height: 35px;
    color: #fff;
    font-weight: 700;
    background-color: #ed1c24;
}
.item_code>.col {
    padding: 10px;
    /* padding-top: 10px !important; */
    /* padding-bottom: 10px !important; */
}
.game_logo img {
    display: block;
    margin: 0 auto;
    max-width: 100px;
}
.game_button a {
    margin-bottom: 0 !important;
    min-width: 130px;
    margin-bottom: 5px !important;
    margin-right: 0 !important;
}
.button.primary:not(.is-outline) {
    background-color: #009c3b;
}
.button.secondary:not(.is-outline) {
    background-color: #de3f3f;
}
.row-solid .col:after {
    border-bottom-style: solid;
    border: none !important;
}