.site-logo {
    width: 22%;
}
.main-header.et_pb_row {
    max-width: 1250px;
}

.btn-red-light {
    border: 2px solid transparent !important;
    background-color: #D91829;
    color: #fff;
    text-transform: uppercase;
}
.btn-red-light:hover {
    border-color: #D91829 !important;
    color: #D91829 !important;
    background-color: transparent !important;
}
.btn-design-big.btn-red-light::before {
    border-left: 10px solid #ffffff;
}
.btn-design-big.btn-red-light:hover::before {
    border-left-color: #D91829;
}

#page-container {
    padding: 0 !important;
    margin: 0 !important;
}
.social-icon {
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #424142 ;
}
.social-icon-list ul {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
}
.social-icon-list ul li a img {
    width: 20px;
    object-fit: cover;
    object-position: center;
    height: 20px;
    filter: brightness(100);
    transition: all 0.5s ease-in-out;
}
.social-icon-list ul li a:hover img {
    filter: none;
}

.go-back {
    display: none;
}
.site-header {
    position: relative;
}

.site-header .container  {
    max-width: 1290px;
    width: 100%;
    padding: 0 20px;
}

.header-nav {
    padding-top: 15px;
    padding-bottom: 15px;
}
.header-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-left,.header-right {
    width: 100%;
    max-width: 50%;
}
.header-left {
    align-items: center !important;
}
.site-search {
    max-width: 195px;
    width: 100%;
    margin-left: auto;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #cccccc;
}
.site-search form {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
}
.site-search  .input-box {
    font-family: 'd-din', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-align: left;
    background-color: RGBA(255, 255, 255, 0);
    color: #000000;
    padding: 10px;
    border-radius: 4px;
    border: 0;
    max-width: 152px;
    width: 100%;
}
.site-search  .input-box:focus {
    color: #000000;
}
.site-search  .input-box::-webkit-input-placeholder { 
    color: #000000;
}
.site-search  .input-box::-moz-placeholder { 
    color: #000000;
}
.site-search  .input-box:-ms-input-placeholder { 
    color: #000000;
}
.site-search  .input-box:-moz-placeholder { 
    color: #000000;
}
.site-search  .search-btn {
    font-size: 0px;
    background-color: #BE1E2D;
    background-image: url("/wp-content/themes/Divi-child/images/search-icon.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px;
    display: block;
    width: 40px;
    border: 2px solid rgb(240,240,240);
    border-radius: 6px;
}
.top-menu {
    margin-right: 10px;
}
.top-menu #primary-menu {
    list-style: none;
    margin: 0 0 15px 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: end;
}
.top-menu #primary-menu li {
    padding-left: 16px;
    padding-right: 16px;
    margin-top: 8px;
}
.top-menu #primary-menu li:last-child {
    padding-right: 0;
}
.top-menu #primary-menu li.desktop-none {
    display: none;
}
.top-menu #primary-menu li a {
    font-size:14px;
    font-weight: 600;
    font-family: 'DIN';
    padding-bottom: 8px;
    text-transform: uppercase;
    color: #000000;
    transition: all .4s ease-in-out;
}
.top-menu #primary-menu li a:hover,
.top-menu #primary-menu li.current-menu-item a {
    color: #be1e2d;
}

.second-menu #secondary-menu {
    margin: 0 0 15px 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
}

.second-menu #secondary-menu li {
    padding-left: 0px;
    padding-right: 30px;
    position: relative;
}
.second-menu #secondary-menu li:not(:last-child) {
    margin-right: 6px;
}
.second-menu #secondary-menu li::before {
    position: absolute;
    content: "";
    right: 15px;
    background-image: url("/wp-content/themes/Divi-child/images/menu-arrow.png");
    background-position: right center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 10px;
    height: 17px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .4s ease-in-out;
}

.second-menu #secondary-menu li a {
    font-weight: 800;
    font-family: "D-DIN Condensed";
    padding-bottom: 8px;
    text-transform: uppercase;
    font-size: 21px;
    color: #be1e2d;
    letter-spacing: 0.25px;
    line-height: 29px;
    overflow-wrap: break-word;
    transition: all .4s ease-in-out;
    border-bottom: 2px solid transparent;
}
.second-menu #secondary-menu li:hover a {
    border-bottom: 2px solid #be1e2d;
    /* color: #000000;  */
}
.second-menu #secondary-menu li.current-menu-item a {
    /* color: #000000; 
    border-bottom: 2px solid #424142; */
}
/* .second-menu #secondary-menu li:hover::before ,
.second-menu #secondary-menu li.current-menu-item::before  {
    filter: grayscale(1);
} */
.second-menu #secondary-menu li a.dropdownchild-open {
    border-bottom: 2px solid #be1e2d;
}
.mega-nav {
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 12px 15px #0000002E;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1008;
    opacity: 0;
    visibility: hidden;
}
#page-container.game-mega-nav .game-mega-dropdown,
#page-container.studio-mega-nav .studio-mega-dropdown,
#page-container.services-mega-nav .service-mega-dropdown,
#page-container.news-mega-nav .news-mega-dropdown  {
    opacity: 1;
    visibility: visible;
}
.submenu-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -10px;
}

[class*="col-"] {
    padding: 0 10px;
}
.col-2 {
    width: 16%;
}
.col-3 {
    width: 25%;
}
.col-4 {
    width: 33.33%;
}
.col-5 {
    width: 41.66%;
}
.col-6 {
    width: 50%;
}
.col-7 {
    width: 58.33%;
}
.col-8 {
    width: 66.66%;
}
.col-9 {
    width: 75%;
}

.game-mega-dropdown .col-8 {
    width: 64%;
}
.game-mega-dropdown .col-4 {
    width: 36%;
}
.sub-title {
    font-size: 18px;
    line-height: 30px;
    color: #D91829;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px;
}

.submenu-inner .mega-list {
    list-style: none;
}
.studio-list-box{
    height: 100%;
    padding-bottom: 20px;
}
.studio_name {
    width: 35%;
    position: relative;
    height: calc(100% - 50px);
}
.studio_page {
    position: absolute;
    left: 100%;
    top: 0;
    max-width: 200px;
    width: 100%;
    height: 100%;
    border-left: 1px solid #989698;
    border-right: 1px solid #989698;
    opacity: 0;
    visibility: hidden;
}

.studio-mega-dropdown .game-list {
    position: absolute;
    left: 100%;
    top: 0;
    width: 320px;
    height: 100%;
    padding-left: 30px;
    opacity: 0;
    visibility: hidden;
}

.submenu-inner .mega-list li {
    padding: 6px 0;
}
.submenu-inner .studio_name > .page-dropdown > .studio_page  > li {
    padding-left: 30px;
    padding-right: 30px;
}
.submenu-inner .mega-list li a {
    font-family: 'Open Sans';
    font-size: 18px;
    line-height: 24px;
    color:#424142;
}
.submenu-inner .studio_name li:hover>a,
.submenu-inner .studio_name li:hover>span {

/* .submenu-inner .mega-list li.active > a,
.submenu-inner .mega-list li.active > span,
.submenu-inner .mega-list li.active .studio_page .sub-active > a,
.submenu-inner .mega-list li.active .studio_page .sub-active > span  */
    color: #D91829 !important;
    font-weight: 700 !important;
}

/* .submenu-inner .studio_name > li.page-dropdown:hover > .studio_page,
.submenu-inner .studio_name > li.active > .studio_page {
    opacity: 1;
    visibility: visible;
}

.submenu-inner .studio_name > .page-dropdown > .studio_page  > .game-dropdown.sub-active > .game-list,
.submenu-inner .studio_name > .page-dropdown > .studio_page  > .game-dropdown:hover > .game-list {
    opacity: 1;
    visibility: visible;
} */

.submenu-inner .studio_name > li.page-dropdown:hover > .studio_page,
.submenu-inner .studio_name > .page-dropdown > .studio_page  > .game-dropdown:hover > .game-list {
    opacity: 1;
    visibility: visible;
}

.submenu-inner .mega-list li.page-dropdown,
.submenu-inner .mega-list li.game-dropdown {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.submenu-inner .mega-list li.page-dropdown span,
.submenu-inner .mega-list li.game-dropdown span {
    max-width: 20px;
    width: 100%;
    font-family: 'Open Sans';
    font-size: 20px;
    line-height: 24px;
    color: #989698;
    margin-right: 20px;
    text-align: center;
    font-weight: 400;
}
.submenu-inner .mega-list li.game-dropdown span {
    margin-right: 0;
}

.submenu-inner .mega-list .game-list .news-title li a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}


.latest_news_main_box,
.game-mega-box-3,
.news-box-3 {
    background-color: #E2E0E0;
    padding: 28px 42px 52px;
    position: relative;
    height: 100%;
}
.latest_news_main_box::before, 
.game-mega-box-3::before, 
.news-box-3::before,
.service-box-2::before {
    position: absolute;
    content: "";
    background-color: #E2E0E0;
    width: 100vh;
    left: 100%;
    top: 0;
    height: 100%;
}
.latest_news_menu {
    max-width: 320px;
    width: 100%;
}
.latest_news_inner_box,
.game-cms_inner_box,
.cms_news_inner_box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}
.latest_news_item:not(:last-child),
.game-cms-item:not(:last-child),
.cms_news_item:not(:last-child) {
    margin-bottom: 10px;
}
.latest_news_pic img,
.game-cms_pic img,
.cms_news_pic img {
    width: 98px;
    height: 98px;
    object-fit: cover;
    object-position: center center;
}
.latest_news_information,
.game-cms_information,
.cms_news_information {
    max-width: calc(100% - 118px);
}
.latest_news_information .title,
.game-cms_information .title,
.cms_news_information .title {
    font-family: 'Open Sans';
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #424142;
    padding-bottom: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.latest_news_information .trimmed_content, 
.game-cms_information .trimmed_content,
.cms_news_information .trimmed_content {
    font-family: 'Open Sans';
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #424142;
    padding-bottom: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news_page_btn {
    margin-top: 45px;
}

.game-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.game-row .col-3 {
    width: 22%;
}
.game-row .col-4 {
    width: 36.33%;
}
.column_1_cms_box .title {
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    color:#424142;
    display: block;
    margin-bottom: 6px;
    padding-bottom: 0;
}
.column_1_cms_box .description {
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color:#424142;
    display: block;
    max-width: 230px;
    width:100%;
    margin-bottom: 34px;
}
.page-link {
    margin-bottom: 35px;
}
.page-link a {
    margin-top: 35px;
    font-weight: 800;
    font-family: "D-DIN Condensed";
    text-transform: uppercase;
    font-size: 21px;
    color: #be1e2d !important;
    letter-spacing: 0.25px;
    line-height: 29px;
    overflow-wrap: break-word;
    transition: all .4s ease-in-out;
    position: relative;
    display: inline-block;
}
.page-link a::before {
    position: absolute;
    content: "";
    right: -20px;
    background-image: url("/wp-content/themes/Divi-child/images/menu-arrow.png");
    background-position: right center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 10px;
    height: 17px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .4s ease-in-out;
}
.page-link a:hover {
    color: #000000 !important;
}
.page-link a:hover:before {
    filter: grayscale(1);
}


.latest_releases,
.up_event {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.latest_reslease_item,
.up_event_item {
    max-width: calc(33.33% - 10px);
    width: 100%;
}
.latest_reslease_item .image-box,
.up_event_item .image-box {
    position: relative;
}
.latest_reslease_item .image-box::before,
.up_event_item .image-box::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0,0.2);
    z-index: 1;
}
.latest_reslease_item .image-box strong {
    position: absolute;
    left: 16px;
    bottom: 16px;
    z-index: 11;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    font-weight: 700;
    font-family: "D-DIN Condensed";
    text-transform: uppercase;
}
.latest_reslease_item a, 
.latest_reslease_item .image-box,
.up_event_item a,
.up_event_item .image-box {
    /* height: 100%; */
    height: 324px;
}
.latest_reslease_item .image-box img,
.up_event_item .image-box img  {
    height: 100%;
    object-fit: cover;
    object-position: center;
}





.game-mega-box-1,
.game-mega-box-2,
.news-box-1,
.news-box-2,
.service-box-1,
.studio-list-box {
    padding-top: 28px;
}
.game-cms_inner_box .game-cms_pic .video-icon {
    position: relative;
    height: 100%;
    display: block;
}
.game-cms_inner_box .game-cms_pic .video-icon::before {
    display: block !important;
    content: '';
    position: absolute;
    background-image: url(../images/play.png);
    width: 40px;
    height: 40px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}

.news__row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.news__row .col-3 {
    width: 22%;
}
.news__row .col-4 {
    width: 36.33%;
}

.up_event_info {
    position: absolute;
    left: 16px;
    bottom: 16px;
    z-index: 11;
}

.up_event_info strong {
    font-size: 28px;
    line-height: 30px;
    color: #fff;
    font-weight: 700;
    font-family: "D-DIN Condensed";
    text-transform: uppercase;
    display: block;
    margin-bottom: 6px;
}
.up_event_info strong.date {
    font-size: 21px;
    line-height: 24px;
    color: #fff;
    font-weight: 700;
    font-family: "D-DIN Condensed";
    text-transform: uppercase;
    margin-bottom: 0;
    display: block;
}
.up_venues {
    background-color: #D91829;
    padding: 7px 20px;
    position: absolute;
    top: 30px;
    z-index: 11;
    width: 70%;
}
.up_venues span {
    font-size: 21px;
    line-height: 24px;
    color: #fff;
    font-weight: 700;
    font-family: "D-DIN Condensed";
    text-transform: uppercase;
    width: 100%;
    display: block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.news-box-1 .page-list ul {
    list-style: none;
}
.news-box-1 .page-list ul li {
    padding: 6px 0;
}
.news-box-1 .page-list ul li a {
    font-family: 'Open Sans';
    font-size: 18px;
    line-height: 24px;
    color: #424142;
}
.news-box-1 .page-list ul li:hover a {
    color: #D91829 !important;
    font-weight: 700 !important;
}





.service-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.service-row .col-8 {
    width: 64%;
}
.service-row .col-4 {
    width: 36%;
}
.service-box-1 {
    height: 100%;
}
.service-list ul.game-cat-list {
    list-style: none;
    max-width: 40%;
    width: 100%;
    position: relative;
}
.service-list ul li {
    padding: 6px 0;
}
.service-list ul li.sub-cat-dropdown {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.service-list ul li.sub-cat-dropdown span.arrow {
    max-width: 20px;
    width: 100%;
    font-family: 'Open Sans';
    font-size: 20px;
    line-height: 24px;
    color: #989698;
    margin-right: 20px;
    text-align: center;
    font-weight: 400;
}

.service-list ul li a {
    font-family: 'Open Sans';
    font-size: 18px;
    line-height: 24px;
    color: #424142;
}
.service-list ul.game-cat-list > li:hover > a,
.service-list ul.game-cat-list > li:hover > span.arrow {
    color: #D91829;
    font-weight: 700;
}
.service-list li ul.game-cat-sub-list {
    position: absolute;
    left: 100%;
    top: 0;
    width: 300px;
    border-left: 1px solid #989698;
    opacity: 0;
    visibility: hidden;
    height: 100%;
}
.service-list li ul.game-cat-sub-list li {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-left: 30px;
    padding-right: 30px;
}
.service-list li ul.game-cat-sub-list li span {
    line-height: 0;
}
.service-list li ul.game-cat-sub-list li span img {
    filter: grayscale(1);
}
.service-list ul li.sub-cat-dropdown:hover ul.game-cat-sub-list {
    opacity: 1;
    visibility: visible;
}
.service-list li ul.game-cat-sub-list li:hover a {
    color: #D91829;
    font-weight: 700;
}
.service-list li ul.game-cat-sub-list li:hover span img {
    filter: none;
}
.service-box-2 {
    background-color: #E2E0E0;
    padding: 28px 42px 72px;
    position: relative;
}
.CMS-block-info {
    max-width: 232px;
    width: 100%;
}
.CMS-block-info p {
    font-family: 'Open Sans';
    font-size: 16px;
    line-height: 24px;
    color: #424142;
}
.CMS-block-info a {
    margin-top: 32px;
}



@media only screen and (min-width: 1920px) {
    .up_event_info strong {
        font-size: 20px;
        line-height: 26px;
    }
    .up_event_info strong.date {
        font-size: 18px;
        line-height: 22px;
    }
    .up_venues span {
        font-size: 16px;
        line-height: 20px;
    }
}

@media only screen and (max-width: 1200px) {
    .header-left {
        max-width: 40%;
    }
    .header-right {
        max-width: 60%;
    }
}

@media only screen and (max-width: 1100px) {
    .second-menu #secondary-menu li a {
        font-size: 18px;
    }
    .second-menu #secondary-menu li::before {
        width: 8px;
        height: 14px;
    }
}

@media only screen and (max-width: 991px) {
    .show-menu {
        overflow: hidden;
    }
    .header-left {
        max-width: 80%;
    }
    .header-right {
        max-width: 20%;
    }
    .second-menu {
        display: none;
    }
    .burgur_menu {
        max-width: 32px;
        width: 100%;
        padding: 4px;
        margin-left: auto;
        cursor: pointer;
    }
    .burgur_menu_lines,
    .burgur_menu_lines::before,
    .burgur_menu_lines::after {
        /* width: 1.5rem;
        height: 0.1rem; */
        width: 24px;
        height: 2px;
        background: #D91829;
        transition: all 0.4s ease-in-out;
    }
    .burgur_menu_lines::before {
        transform: translateY(-0.5rem);
    }
    .burgur_menu_lines::after {
        transform: translateY(0.5rem);
    }
    .burgur_menu_lines::before, 
    .burgur_menu_lines::after {
        content: "";
        position: absolute;
    }
    body.show-menu .burgur_menu_lines {
        transform: translateX(1rem);
        background: transparent;
    }
    body.show-menu .burgur_menu_lines::before {
        transform: rotate(45deg) translate(-0.5rem, 0.5rem);
        background: #D91829;
    }
    body.show-menu .burgur_menu_lines::after {
        transform: rotate(-45deg) translate(-0.5rem, -0.5rem);
        background: #D91829;
    }
    .top-menu {
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        height: 100%;
        /* scrollbar-gutter: stable; */
        overflow: hidden;
        overflow-y: auto;
        max-width: 500px;
        width: 100%;
        z-index: 100008;
        background: #fff;
        box-shadow: 0px 12px 15px #0000002E;
        transform: translateX(100%);
        transition: transform 0.3s ease-out;
        margin-right: 0;
        opacity: 0;
        visibility: hidden;
        padding-top: 10px;
    }
    body.show-menu .top-menu  {
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
    }
    .top-menu #primary-menu {
        margin: 0;
        align-items: start;
        justify-content: space-around;
        flex-direction: column;
    }
    .top-menu #primary-menu li.desktop-none {
        display: flex;
    }
    .top-menu #primary-menu li {
        padding-left: 16px;
        padding-right: 16px;
        margin-top: 0;
        width: 100%;
        padding-top: 0;
        padding-bottom: 0;
        border-bottom: 1px solid #989698;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
    }
    .top-menu #primary-menu li a {
        font-size: 16px;
        padding-bottom: 20px;
        padding-top: 20px;
        position: relative;
        z-index: 11;
    }
    .top-menu #primary-menu li span.child-trigger {
        background-image: url(/wp-content/themes/Divi-child/images/menu-arrow.png);
        background-position: center right;
        background-size: 10px  17px;
        background-repeat: no-repeat;
        width: 100%;
        height: 60px;
        transition: all .4s ease-in-out;
        display: inline-block;
        filter: grayscale(1);
        cursor: pointer;
        padding-bottom: 20px;
        padding-top: 20px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 20px;
    }

    .go-back {
        display: block;
        padding: 16px 16px 16px 40px;
        background-color: #E2E0E0;
        color: #424142;
        font-size: 18px;
        line-height: 24px;
        font-weight: 700;
        font-family: 'Open Sans';
        position: relative;
        cursor: pointer;
    }
    .go-back::before {
        position: absolute;
        content: "";
        left: 15px;
        background-image: url("/wp-content/themes/Divi-child/images/menu-arrow.png");
        background-position: right center;
        background-size: contain;
        background-repeat: no-repeat;
        width: 10px;
        height: 17px;
        top: 50%;
        transform: translateY(-50%) rotate(180deg);
        transition: all .4s ease-in-out;
    }
    .mega-nav {
        position: fixed;
        top: 0;
        bottom: 0;
        left: auto;
        right:0;
        height: 100%;
        /* scrollbar-gutter: stable; */
        overflow: hidden;
        overflow-y: auto;
        max-width: 500px;
        width: 100%;
        z-index: 100009;
        background: #fff;
        transform: translateX(100%);
        box-shadow: none;
        transition: ease-in-out 0.5s;
    }
    #page-container.game_mega_menu .game-mega-dropdown,
    #page-container.studio_mega_menu .studio-mega-dropdown ,
    #page-container.services_mega_menu .service-mega-dropdown,
    #page-container.news_mega_menu .news-mega-dropdown  {
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
    }


    /* studio-style  */
    .studio-list-box {
        padding-bottom: 0;
    }
    .submenu-inner .mega-list li.page-dropdown span, 
    .submenu-inner .mega-list li.game-dropdown span {
        margin-right: 10px;
        margin-right: 10px;
        max-width: 100%;
        width: 100%;
        text-align: right;
        cursor: pointer;
        position: absolute;
    }
    .studio_name {
        width: 100%;
        height: auto;
        padding-bottom: 20px;
    }
    .studio_page {
        position: static;
        max-width: 100% !important;
        border-left: 0;
        border-right: 0;
        display: none;
        opacity: 1;
        visibility: visible;
    }
    .submenu-inner .studio_name > .page-dropdown > .studio_page  > li {
        padding-left: 10px!important;
        padding-right: 10px!important;
    }
    .submenu-inner .studio_name > .page-dropdown > a {
        font-size: 16px;
        max-width: 100%;
        width: auto;
        position: relative;
        z-index: 11;
    }
    .submenu-inner .studio_name > li.page-dropdown:hover > .studio_page,
    .submenu-inner .studio_name > .page-dropdown > .studio_page  > .game-dropdown:hover > .game-list {
        opacity: 1;
        visibility: visible;
        display: none;
    }
    .studio-mega-dropdown .game-list {
        position: static;
        max-width: 100%;
        padding-left: 0px;
        display: none;
        opacity: 1;
        visibility: visible;
    }
    .submenu-inner .studio_name .page-dropdown .studio_page .game-dropdown .game-list > ul {
        max-width: 80%;
    }
    .submenu-inner .studio_name > .page-dropdown > .studio_page > li > a {
        font-size: 16px;
        max-width: 100%;
        width: auto;
        position: relative;
        z-index: 11;
        display: inline-block;
    }
    .submenu-inner .studio_name .page-dropdown .studio_page .game-dropdown .game-list > ul > li > a {
        font-size: 14px;
    }
    .latest_news_menu {
        max-width: 100%;
    }

    .column_1_cms_box .description,.CMS-block-info {
        max-width: 100%;
    }
}

@media only screen and (max-width: 600px) {
    .site-header .container {
        padding: 0 15px;
    }

    .social-icon-list ul {
        justify-content: space-around;
    }
    .header-main {
        flex-wrap: wrap;
    }
    .header-left {
        max-width: 100%;
        flex-wrap: wrap;
        gap: 20px;
    }
    .site-logo {
        margin-right: auto;
    }
    .site-search {
        max-width: 100%;
        margin-left: 0;
    }
    .site-search  .input-box {
        max-width: calc(100% - 40px);
    }
    .header-right {
        max-width: 100%;
        top: 20px;
        right: 15px;
        left: auto;
        position: absolute !important;
        width: 50px !important;
    }
    .top-menu,.mega-nav {
        max-width: 300px;
    }
    .top-menu #primary-menu li a {
        font-size: 14px;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .top-menu #primary-menu li {
        padding-left: 14px;
        padding-right: 14px;
    }
    .top-menu #primary-menu li span.child-trigger {
        background-size: 8px 14px;
        width: 100%;
        padding-bottom: 10px;
        padding-top: 10px;
        height: 50px;
    }
    .go-back {
        padding: 12px 12px 13px 34px;
        font-size: 16px;
        line-height: 24px;
    }
    .go-back::before {
        width: 8px;
        height: 14px;
    }
}