/*
Theme Name: Alarik
Theme URI: https://karljurgs.com
Author: Adlava
Author URI: https://karljurgs.com
Description: Adlava's Alarik Theme - named after Alarik I, the first Visigoth king to sack Rome in 410 AD
Version: 1.1.0
Text Domain: alarik
Tags: adlava-custom

# Aftermath Stylesheet
	- Let's try to keep this stylesheet for additional features outside the scope of the originally converted prototype.


Alarik is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# First New Feature
# Second New Feature
	## A Sub-Item of the Second New Feature
	## Another Sub-Item of the Second New Feature
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# First New Feature
--------------------------------------------------------------*/



/**
 * Base - Alignments
 */


 /*Remove archive link*/
 .page-template-page-login .c-login-welcome p{
    margin-bottom: 0;
 }
 .page-template-page-login .c-login-welcome p.mrg-top{
    margin-top: 0;
 }

.c-hero.interior.trans {
    height: auto !important;
    padding-top: 50px;
    padding-bottom: 50px;
    border-bottom: 2px none rgb(255, 0, 25);
    background-color: transparent;
    background-image: none;
    color: #333;
    text-align: center;
}
.c-hero.interior {
    height: 600px !important;
    background-position: 0px 0px, 0px 0px;
    background-size: auto, 125px;
    color: #fff;
}
.c-hero.interior.product-detail {
    height: 700px !important;
    padding-top: 70px;
    padding-bottom: 0px;
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
}

.section._w-mark-overlay.small {
    background-position: 0px 0px, 50% 50%;
    background-size: contain !important;
    background-repeat: repeat, no-repeat;
}
.archive{
    color:#fff;
}
.archive-tel{
    color: #fff;
    text-decoration: none;
}
.text-on{
    text-align: center;
    padding: 20px 0;
    background-color: #524094;
    color: #fff;
}
.page-template-portal .c-games_title {
    padding: 25px 28px;
    border-style: solid none none;
    border-width: 2px 1px 1px;
    border-color: rgba(240, 0, 24, 0) #000 #000;
    text-align: center;
    min-height: 131px;
    height: 131px;
    
}
.gfield.gfield_error.gfield_contains_required{
    max-height: initial !important;
}
#field_2_8{
    margin-top: 0;
}
#input_2_8{
    margin-top: 0;
}
#gform_2 .gform_wrapper .gform_footer{
    margin-top: 25px !important;  
}
#documents-search-par-sheets{
     padding: 10px;
 }
.no-result{
    font-size: 18px;
    font-weight: 500;
}
.no-result a{
    text-decoration: none;
    color: rgb(19, 0, 124);
}
.section-wrap.p-4060 {
    padding-top: 4%;
    padding-bottom: 3% !important;
}
.single-post .section-wrap.p-666 {
    padding: 6% 6% 3% !important;
}

/*.page-template-page-products .c-games_title {
    padding: 25px 28px;
    border-style: solid none none;
    border-width: 2px 1px 1px;
    border-color: rgba(240, 0, 24, 0) #000 #000;
    text-align: center;
    min-height: 220px;
}*/
.no-result a:hover{
    text-decoration: none;
    color: rgb(255, 0, 25);
}
.c-game-details_content ul{
	margin-top: 25px;
    margin-bottom: 35px;
    padding-left: 20px;
}
.c-game-details_content ul li{
	margin-bottom: 5px;
}
.c-products_slide.deluxe {
    z-index: 0;
    background-size: contain;
}
.tile-img-rollover {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    width: 32% !important;
    margin-top: 12px;
    margin-right: auto;
    margin-left: auto;
    opacity: 0;
}
.c-games_game-img {
    position: static;
    top: -123px;
    right: 0px;
    bottom: 0px;
    z-index: 5;
    display: block;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.alignleft {
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
	float: right;
	margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}


blockquote.alignleft {
	margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
	margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}

blockquote.aligncenter {
	margin-bottom: 1.473684211em;
}
.c-footer_contact-info-list.w-list-unstyled li a{
	text-decoration: none;
	color: hsla(0, 0%, 100%, .8);
}
.c-footer_contact-info-list.w-list-unstyled li{
	margin-bottom: 8px;
}
/*Default css post*/
.c-news-content figcaption{
	text-align: left;
}
.c-news-content h2{
	margin-top: 20px;
    margin-bottom: 20px;
    color: rgb(19, 0, 124);
    font-size: 1.8rem;
    line-height: 2.4rem;
}
.c-news-content h3{
	margin-bottom: 10px;
    color: #001d49;
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 500;
}
.c-news-content figure img{
	width: 100%;
}
.c-news-content blockquote {
	margin-top: 0px;
    margin-bottom: 30px;
    border-left-style: none;
    color: rgb(19, 0, 124);
    font-size: 1.2rem;
    line-height: 1.8rem;
    font-weight: 700;
    text-align: center;
}
.c-news-content blockquote p{
	background-image: url(images/quote.png);
}
.c-news-content ul{
	margin-top: 30px;
    margin-bottom: 30px;
    color: rgb(19, 0, 124);
    font-weight: 500;
}
.c-news-content ul li,
.c-news-content ol li{
	margin-bottom: 10px;
}
.c-news-content ol{
	margin-top: 30px;
    margin-bottom: 30px;
    color: #001d49;
    font-weight: 500;
}
.c-body.is-gray {
    background-color: #f5f5f5;
}
li.c-listings_li p{
	color : #333;
}
li.c-listings_li{
	text-align: left;
}
.c-listings_ul.w-list-unstyled .c-listings_li.w-col.w-col-6.w-col-medium-6 {
    width: 48%;
    margin-right: 20px;
    padding: 25px;
}
.text-block{
	color : #333;
	margin-top: 15px;
}
/*Css form id=1 (careers detail)*/
#field_1_1 input,
#field_1_2 input,
#field_1_3 input,
#field_1_5 input,
#field_1_9 input,
#field_1_12 input{
	height: 45px;
    border-radius: 2px;
    background-color: #fff;
    -webkit-transition: border-color 200ms ease;
    transition: border-color 200ms ease;
    display: block;
    width: 100%;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    vertical-align: middle;
    border: 1px solid #cccccc;
    font-family: Rubik, sans-serif;
    font-weight: 200;
}
#gform_fields_1 .gfield_required{
    display: none;
}
#field_1_4 textarea{
	height: auto;
    border-radius: 2px;
    background-color: #fff;
    -webkit-transition: border-color 200ms ease;
    transition: border-color 200ms ease;
    display: block;
    width: 100%;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 1.428571429;
    color: #333333;
    vertical-align: middle;
    border: 1px solid #cccccc;
    font-family: Rubik, sans-serif;
    font-weight: 200;
}
#gform_fields_1 li#field_1_1,
#gform_fields_1 li#field_1_2,
#gform_fields_1 li#field_1_3,
#gform_fields_1 li#field_1_5,
#gform_fields_1 li#field_1_9,
#gform_fields_1 li#field_1_12{
	margin-top: 0 !important;
	padding-right: 0 !important;
	max-height: 45px;
}
#gform_fields_1 li#field_1_4{
	margin-top: 0 !important;
	padding-right: 0 !important;
}
.gform_wrapper .gform_heading{
	display: none;
}
#gform_wrapper_1{
	margin-top: -25px;
}
#gform_wrapper_1 .gform_footer.top_label{
	text-align: center;
	font-family: Rubik, sans-serif;
    font-weight: 200;
}
#gform_wrapper_1 .gform_footer.top_label #gform_submit_button_1{
	font-family: Rubik, sans-serif;
    font-weight: 200;
}

/*Css form id=2 (contact page)*/

#field_2_1 input,
#field_2_2 input,
#field_2_3 input,
#field_2_4 input
{
    height: 45px;
    border-radius: 2px;
    background-color: #fff;
    -webkit-transition: border-color 200ms ease;
    transition: border-color 200ms ease;
    display: block;
    width: 98%;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    vertical-align: middle;
    border: 1px solid #cccccc;
    font-family: Rubik, sans-serif;
    font-weight: 200;
}
#field_2_7 select{
    height: 45px;
    border-radius: 2px;
    background-color: #fff;
    -webkit-transition: border-color 200ms ease;
    transition: border-color 200ms ease;
    display: block;
    width: 99%;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    vertical-align: middle;
    border: 1px solid #cccccc;
    font-family: Rubik, sans-serif;
    font-weight: 200;
}
#field_2_5 textarea{
    height: auto;
    border-radius: 2px;
    background-color: #fff;
    -webkit-transition: border-color 200ms ease;
    transition: border-color 200ms ease;
    display: block;
    width: 99%;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    vertical-align: middle;
    border: 1px solid #cccccc;
    font-family: Rubik, sans-serif;
    font-weight: 200;
}
#gform_fields_2 li#field_2_1,
#gform_fields_2 li#field_2_2,
#gform_fields_2 li#field_2_3,
#gform_fields_2 li#field_2_4,
#gform_fields_2 li#field_2_7{
    margin-top: 0 !important;
    padding-right: 0 !important;
    max-height: 45px;
    margin-bottom: 10px;
}
#gform_fields_2 li#field_2_5{
    margin-top: 0 !important;
    padding-right: 0 !important;
}
.gform_wrapper .gform_heading{
    display: none;
}
#gform_wrapper_2 div.validation_error {
    color: #790000;
    font-size: 1em;
    font-weight: 700;
    margin-bottom: 11px;
    border-top: 2px solid #790000;
    border-bottom: 2px solid #790000;
    padding: 16px 0;
    clear: both;
    width: 97%;
    text-align: center;
    margin-top: 35px;
}

#gform_wrapper_2{
    margin-top: -30px;
}
#gform_wrapper_2 .gform_footer.top_label{
    text-align: center;
    font-family: Rubik, sans-serif;
    font-weight: 200;
    padding-top: 0px;
   
}
#gform_wrapper_2 .gfield_required{
    display: none;
}
#gform_wrapper_2 .gform_footer.top_label #gform_submit_button_2{
    font-family: Rubik, sans-serif;
    font-weight: 400;
    font-size: 0.8rem;
    padding: 11px 15px;
}

.m-top-30{
    margin-top: 30px;
}

#field_1_6 label{
    display: none;
}

#field_1_6 .ginput_container_fileupload{
    visibility: hidden;
    height: 0px;
    margin: 0px;
}
.c-flex-fill{
    background-image: unset;
}

/*Css form id= (product/cabinet detail page --Contact Sales button)*/

#field_3_1 input,
#field_3_2 input,
#field_3_3 input,
#field_3_4 input,
#field_3_5 input,
#field_3_6 input,
#field_3_8 input,
#field_3_10 input
{
    height: 45px;
    border-radius: 2px;
    background-color: #fff;
    -webkit-transition: border-color 200ms ease;
    transition: border-color 200ms ease;
    display: block;
    width: 98%;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    vertical-align: middle;
    border: 1px solid #cccccc;
    font-family: Rubik, sans-serif;
    font-weight: 200;
}
#field_3_8 input, #field_3_10 input{
    height: 45px;
    border-radius: 2px;
    background-color: #fff;
    -webkit-transition: border-color 200ms ease;
    transition: border-color 200ms ease;
    display: block;
    width: 99%;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    vertical-align: middle;
    border: 1px solid #cccccc;
    font-family: Rubik, sans-serif;
    font-weight: 200;
}
#field_3_11 select{
    height: 45px;
    border-radius: 2px;
    background-color: #fff;
    -webkit-transition: border-color 200ms ease;
    transition: border-color 200ms ease;
    display: block;
    width: 99%;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    vertical-align: middle;
    border: 1px solid #cccccc;
    font-family: Rubik, sans-serif;
    font-weight: 200;
}
#field_3_9 textarea{
    min-height: 100px;
    height: 100px;
    border-radius: 2px;
    background-color: #fff;
    -webkit-transition: border-color 200ms ease;
    transition: border-color 200ms ease;
    display: block;
    width: 101%;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    vertical-align: middle;
    border: 1px solid #cccccc;
    font-family: Rubik, sans-serif;
    font-weight: 200;
}
#gform_fields_3 li#field_3_1,
#gform_fields_3 li#field_3_2,
#gform_fields_3 li#field_3_3,
#gform_fields_3 li#field_3_4,
#gform_fields_3 li#field_3_5,
#gform_fields_3 li#field_3_6,
#gform_fields_3 li#field_3_7,
#gform_fields_3 li#field_3_8,
#gform_fields_3 li#field_3_11{
    margin-top: 0 !important;
    padding-right: 0 !important;
    max-height: 45px;
    margin-bottom: 10px;
}
#gform_wrapper_3 .gfield_required {
    display: none;
}
#gform_wrapper_3 div.validation_error{
    margin-top: 40px;
}
#gform_fields_3 li#field_3_5{
    margin-top: 0 !important;
    padding-right: 0 !important;
}
#gform_wrapper_3 li.gfield.gfield_error, 
#gform_wrapper_3 li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{
    margin-bottom: 85px !important;
}
#gform_wrapper_3 .gform_heading{
    display: none;
}
#gform_wrapper_3 .field_description_below .gfield_description{
    padding-top: 0;
}
#gform_wrapper_3{
    margin-top: -30px;
}
.ginput_container.ginput_container_text{
    margin-top: 
}
#gform_wrapper_3 .gform_footer.top_label{
    text-align: center;
    font-family: Rubik, sans-serif;
    font-weight: 200;
    padding-top: 0px;
   
}
#gform_wrapper_3 .gform_footer.top_label #gform_submit_button_3{
    font-family: Rubik, sans-serif;
    font-weight: 400;
    font-size: 0.8rem;
    padding: 11px 15px;
}
textarea:focus, 
input:focus,
select:focus{
    outline: none;
}
#field_3_1 input:focus,
#field_3_2 input:focus,
#field_3_3 input:focus,
#field_3_4 input:focus,
#field_3_5 input:focus,
#field_3_6 input:focus,
#field_3_8 input:focus,
#field_3_10 input:focus,
#field_3_7 select:focus,
#field_3_9 textarea:focus
{

    border: 1px solid rgb(19, 0, 124) !important;
}

/* start */
.c-games_wrap .w-row{
    margin-bottom: 20px;
}

.c-games_wrap .w-row .game-link,
.c-games_wrap .w-row .game-link .c-games_game-tile{
    height: 100%;
}

.c-gaming-tabs .w-tab-content .social-game-slider .social-game-slide .game-link,
.c-gaming-tabs .w-tab-content .social-game-slider .social-game-slide .game-link .c-games_game-tile{
    height: 100%;
}

.page-template-page-learn-more .c-dash .w-row .col .c-dash_tile{
    height: 100%;
}

.c-gaming-tabs .w-tab-content .c-gaming-tabs_tab-pane{
    padding: 4%;
}

.c-gaming-tabs .w-tab-content .social-game-slider .slide-nav{
    height: 30px;
}

.c-cabinets_wrap{
    margin-right: -10px;
    margin-left: -10px;
    padding-left: 0px;
}

.c-cabinets_wrap .w-row{
    margin-bottom: 20px;
}

.c-cabinets_wrap .w-row .game-link,
.c-cabinets_wrap .w-row .game-link .c-games_game-tile{
    height: 100%;
}
/* stop */

/* start portal contact form */
#gform_4 .gform_heading{
    display: block;
    margin-bottom: 10px;
}

#gform_4 .gform_description{
    margin-bottom: 0px;
}

#gform_wrapper_4{
    margin: 0px;
}

#gform_4 label{
    display: none;
}

#gform_4 li{
    margin-top: 0px;
}

#gform_4 input[type="text"], #gform_4 textarea{
    height: 45px;
    border-radius: 2px;
    -webkit-transition: border-color 200ms ease;
    transition: border-color 200ms ease;
    display: block;
    width: 100%;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
}

#gform_4 textarea {
    min-height: 150px;
}

#gform_4 input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #999;
    opacity: 1;
}
#gform_4 input[type="text"]::-moz-placeholder { /* Firefox 19+ */
    color: #999;
    opacity: 1;
}
#gform_4 input[type="text"]:-ms-input-placeholder { /* IE 10+ */
    color: #999;
    opacity: 1;
}
#gform_4 input[type="text"]:-moz-placeholder { /* Firefox 18- */
    color: #999;
    opacity: 1;
}

#gform_4 select{
    height: 45px;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: linear-gradient(180deg, #fff, #fff);
    -webkit-transition: border-color 200ms ease;
    transition: border-color 200ms ease;
    color: #999;
    display: block;
    width: 100%;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.42857143;
    vertical-align: middle;
    border: 1px solid #cccccc;
}

#gform_4 .gform_footer{
    margin: 0px;
    padding: 0px;
    text-align: center;
}


.c-about_values-mobile div:nth-of-type(odd) {
    clear:left;
}
.pagination-text{
    display: inline;
    font-weight: bold;
    color: #999;
}
.div-pagination{
    text-align: center;
    padding-top: 30px;
}
.pagination-link {
    display: inline-block;
    padding-right: 3px;
    padding-left: 3px;
    color: #999;
    font-weight: 400;
    text-decoration: none;
}
.no-result-found{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #999;
}
.single-post .section-wrap.p-666 {
    padding: 6% 6% 6%;
}
.c-games_game-img{
    max-height: 660px;
}
.page-template-page-marketing-library .game-link {
    display: block;
    padding-right: 0;
    padding-left: 0;
    color: rgb(19, 0, 124);
    text-decoration: none;
    cursor: pointer;
}
.li-contact-info {
    width: 33.33%;
    margin-right: 0px;
    margin-bottom: 0px;
    padding: 5px 20px 5px 30px;
    background-image: url(https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png);
    background-position: 0px 5px;
    background-size: 20px;
    background-repeat: no-repeat;
}
.page-template-page-contact .li-contact-info.addy,
.page-template-page-contact .li-contact-info.phone,
.page-template-page-contact .li-contact-info.email{
    width: 100% !important;
    word-break: break-word;
}
.div-block-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.li-contact-info.addy.inline {
    width: 33.3%;
    background-position: 0px 8px;
}
.li-contact-info.addy {
    background-image: url(https://assets.website-files.com/5b3680fbb374dd3e58e0252f/5ba165fd95c0d3135e42b30b_place%20(3).svg);
    background-position: 0px 5px;
    background-size: 20px;
    background-repeat: no-repeat;
}
.div-block-6 {
    margin-top: 20px;
}
.section-header.is-left.xs.mb-2 {
    margin-bottom: 2%;
    color: grey;
    font-size: 1.2rem;
    font-weight: 500;
    text-align: left;
}
.text-block-3 {
    margin-bottom: 5px;
}
.contact-form {
    margin-top: 40px;
    margin-bottom: 30px;
    padding: 40px;
    border-style: solid;
    border-width: 3px 1px 1px;
    border-color: rgb(19, 0, 124) #dadada #dadada;
    background-color: #f1f1f1;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
}
.mrg-top{
    margin-top: 20px;
}
.tab-link.w--current {
    border-bottom-width: 8px;
    border-bottom-color: rgb(255, 0, 25);
    background-color: rgb(19, 0, 124);
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
    color: #fff;
}
.tab-link.sub-tab:hover {
    border-bottom-color: rgb(255, 0, 25);
    color: rgb(255, 0, 25);
}

.tab-link.sub-tab {
    width: auto;
    margin-right: 30px;
    margin-left: 30px;
    padding: 20px;
    background-color: transparent;
    -webkit-transition: color 200ms ease, opacity 200ms ease;
    transition: color 200ms ease, opacity 200ms ease;
    color: rgb(19, 0, 124);
    font-size: 1.8rem;
    font-weight: 700;
    cursor: pointer;
}
.tabs-menu.sub-tabs {
    width: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid hsla(249.1935483870968, 0.00%, 80.67%, 1.00);
    text-align: center;
}
.content-wrap {
    display: block;
    max-width: 85%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.c-posts_categories.left {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.tab-pane.sub-pane {
    padding-top: 34px;
}
.tab-pane {
    z-index: 1;
}
.dropdown-link.sub-cat {
    padding-left: 30px;
}
.dropdown-list.w--open {
    overflow: scroll;
    width: 100%;
    max-height: 300px;
    margin-top: 1px;
    background-color: #fff;
}
.dropdown-list.w--open {
    margin-top: 0px;
    background-color: #fff;
}

.w-dropdown-list.w--open {
    display: block;
    overflow: hidden;
    width: auto;
}

.page-template-page-products .dropdown-list.w--open{
    overflow-y: scroll;
}
.page-template-page-products .dropdown-list.products.w--open{
    overflow-y: unset !important;
}

.doc-link{
    min-height: 75px;
}
#products-wrapper .col._0-10-0-10.w-col.w-col-3.w-col-medium-6.w-col-small-6{
    margin-top: 25px;
}
.page-template-page-products .c-games_title {
    padding: 25px 28px;
    border-style: solid none none;
    border-width: 2px 1px 1px;
    border-color: rgba(240, 0, 24, 0) #000 #000;
    text-align: center;
   /* min-height: 170px;*/
}
/*.page-template-page-products #all-products .c-games_title {
    padding: 25px 28px;
    border-style: solid none none;
    border-width: 2px 1px 1px;
    border-color: rgba(240, 0, 24, 0) #000 #000;
    text-align: center;
    min-height: 220px;
}*/
.page-template-page-products .products .c-games_title,
.page-template-page-products .c-cabinets_wrap .c-games_title{
    padding: 25px 28px;
    border-style: solid none none;
    border-width: 2px 1px 1px;
    border-color: rgba(240, 0, 24, 0) #000 #000;
    text-align: center;
    /*min-height: 220px;*/
    /*height: unset !important;*/
}
.page-template-page-products .games-row-card .c-games_title{
    padding: 28px;
    border-style: solid none none;
    border-width: 2px 1px 1px;
    border-color: rgba(240, 0, 24, 0) #000 #000;
    text-align: center;
 /*   min-height: 135px;*/
}

.c-nav_logo {
    width: 300px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.c-menu_nav-link.no-caps,
.c-footer_footer-link.no-caps{
    text-transform: none;
}
.footer-logo {
    width: 80%;
}

/*About us page*/
body.page-template-page-about .section._w-mark-overlay.small{
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 96%, .5)), to(hsla(0, 0%, 96%, .5))), url(images/The_Globe_lightened.png);
    background-image: linear-gradient(180deg, hsla(0, 0%, 96%, .5), hsla(0, 0%, 96%, .5)), url(images/The_Globe_lightened.png);
}
@media screen and (max-width: 1400px) {
	.modal-box {
	    position: relative;
	    margin-top: 120px !important;
	    margin-bottom: 30px;
	    padding: 40px;
	    border-style: none solid solid;
	    border-width: 3px 1px 1px;
	    border-color: rgb(19, 0, 124) #dadada #dadada;
	    background-color: #f1f1f1;
	    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
	}
}

@media (min-width: 1280px) and (max-width: 1680px) {
    .modal-window {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 90%;
        -ms-flex: 0 0 90%;
        flex: 0 0 90%;
    }
    .modal-window.small {
        -webkit-flex-basis: 90%;
        -ms-flex-preferred-size: 90%;
        flex-basis: 90%;
    }
}
@media (max-width: 1225px){
    .c-listings_ul.w-list-unstyled .c-listings_li.w-col.w-col-6.w-col-medium-6 {
        width: 100%;
        margin-right: 20px;
        padding: 25px;
    }
}
@media (max-width: 991px){
    .div-block-7 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .li-contact-info.addy.inline {
        width: 100%;
    }
    .li-contact-info {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .text-block-3 {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 10px;
    }
}
@media (max-width: 479px){
    .section-header.is-left.xs.mb-2 {
        margin-bottom: 10%;
    }
    .c-nav_logo {
        width: 200px;
        float: left;
        padding-top: 18px;
        padding-bottom: 18px;
    }
}
@media (max-width: 767px){
    .c-nav_logo {
        width: 250px;
        padding-top: 18px;
        padding-bottom: 18px;
    }
    .nav-wrap{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-right: 5px;
        margin-left: 5px;
    }
}
@media (min-width: 642px) {
    #input_4_9_4_container{
        margin-right: 8px;
        padding-right: 8px;
    }
}
/* stop portal contact form */

/*.c-products_slide.deluxe {
    z-index: 0;
    background-image: url(images/moonshine.png);
    background-size: auto 150px;
}*/
.tile-img-rollover {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    width: 40%;
    margin-top: 12px;
    margin-right: auto;
    margin-left: auto;
    opacity: 0;
}
.no-video{
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    list-style: none;
}

.li-categories a.cat-active{
    color: rgb(19, 0, 124);
}

.ul-categories.top-list{
    padding: 0px;
    list-style-type: none;
}

/* start Order Parts form */
#gform_5 .gform_heading{
    display: block;
    margin-bottom: 10px;
}

#gform_5 .gform_description{
    margin-bottom: 0px;
}

#gform_wrapper_5{
    margin: 0px;
}

#gform_5 label{
    display: none;
}

#gform_5 li{
    margin-top: 0px;
}

#gform_5 input[type="text"], #gform_5 textarea{
    height: 45px;
    border-radius: 2px;
    -webkit-transition: border-color 200ms ease;
    transition: border-color 200ms ease;
    display: block;
    width: 100%;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
}

#gform_5 textarea {
    min-height: 150px;
}

#gform_5 input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #999;
    opacity: 1;
}
#gform_5 input[type="text"]::-moz-placeholder { /* Firefox 19+ */
    color: #999;
    opacity: 1;
}
#gform_5 input[type="text"]:-ms-input-placeholder { /* IE 10+ */
    color: #999;
    opacity: 1;
}
#gform_5 input[type="text"]:-moz-placeholder { /* Firefox 18- */
    color: #999;
    opacity: 1;
}

#gform_5 select{
    height: 45px;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: linear-gradient(180deg, #fff, #fff);
    -webkit-transition: border-color 200ms ease;
    transition: border-color 200ms ease;
    color: #999;
    display: block;
    width: 100%;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.42857143;
    vertical-align: middle;
    border: 1px solid #cccccc;
}

#gform_5 .gform_footer{
    margin: 0px;
    padding: 0px;
    text-align: center;
}
/* stop Order Parts form */

#modal-bg.open-download{
    display: flex !important;
    opacity: 1 !important;
}

.no-doc-download{
    text-align: center;
    font-weight: 400;
    font-size: 17px;
}

.table-edit-profile td{
    padding: 5px 0px;
}

.table-edit-profile input[type="text"]{
    height: 35px;
    border-radius: 2px;
    -webkit-transition: border-color 200ms ease;
    transition: border-color 200ms ease;
    display: block;
    width: 100%;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
}

.page-template-portal .tile-icon img{
    height: 40px;
}

#gform_submit_button_4{
    padding: 9px 15px !important;
}

_:-ms-fullscreen, :root .page-template-page-login .section.flex-full{
    position: relative;
    overflow: hidden;
}

_:-ms-fullscreen, :root .page-template-page-login .section.flex-full .content-wrap.is-narrow{
    position: absolute;
    width: 940px;
    left: 45%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.image-prod{
    max-height: 450px;
}
@media (min-width: 768px){
    .prod-desc{
        width: 55%;
    }
    .image-prod{
        max-height: 450px;
        float: right;
        width: 47%;
    }
}
@media (max-width: 768px){
    .image-prod{
        padding-bottom: 30px;
    }
}
@media (max-width: 1300px){
    .section-header.is-blue.is-small {
        color: rgb(19, 0, 124);
        font-size: 1.2rem;
        line-height: 1.2rem;
    }
}

@media (min-width: 768px) and (max-width: 1366px){
    /*.c-listings .c-listings_li{
        width: 49% !important;
        margin-right: 5px !important;
    }*/

    .c-news_post-img img{
        height: auto;
    }

    .page-template-page-contact .w-row .col{
        width: 100%;
    }

    .product-search .search-input{
        width: 80%;
    }

    .product-search .search-btn.inline{
        width: 20%;
    }

    .page-template-portal .section .w-row .w-col.w-col-3,
    .page-template-portal .section .w-row .w-col.w-col-9{
        width: 100%;
        margin-right: 0px;
        margin-left: 0px;
        padding-right: 0px;
        padding-left: 0px;
    }

    .page-template-portal .section .w-row .w-col.w-col-3 .c-side-menu,
    .page-template-portal .section .w-row .w-col.w-col-9 .product-search{
        margin-right: 0px;
        margin-left: 0px
    }
}

@media (min-width: 200px) and (max-width: 479px) and (orientation: portrait){
    .w-slide a.video-lightbox{
        margin-top: 15px;
    }

    #all-products .div-block-2,
    #all-products .categories-dropdown{
        display: block;
        width: 100%;
    }

    #all-products .categories-dropdown .dropdown-toggle.w-dropdown-toggle{
        width: 100%;
    }

    .w-row .col{
        margin-bottom: 10px;
    }

    .c-listings .c-listings_li{
        width: 100% !important;
    }

    .product-search{
        margin-right: 0px;
        margin-left: 0px;
    }

    .product-search .search-input{
        width: 70%;
    }

    .product-search .search-btn.inline{
        width: 30%;
    }

    .c-side-menu{
        width: 100%;
    }

    .modal-window {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 90%;
        -ms-flex: 0 0 90%;
        flex: 0 0 90%;
    }

    #list-documents .doc-link{
        margin-left: 0px;
        margin-right: 0px;
    }

    #list-documents .game-link{
        padding-left: 0px;
        padding-right: 0px;
    }

    .c-news_post-img img{
        height: auto;
    }

    #list-videos .game-link{
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (min-width: 200px) and (max-width: 767px) and (orientation: landscape){
    .c-news_post-img img{
        height: auto;
    }

    .w-row .col{
        margin-bottom: 10px;
    }

    .c-listings .c-listings_li{
        width: 49% !important;
        margin-right: 5px !important;
    }

    nav.c-nav_nav-menu{
        max-height: 100vh;
        overflow-y: scroll;
    }

    .product-search{
        margin-right: 0px;
        margin-left: 0px;
    }

    .product-search .search-input{
        width: 70%;
    }

    .product-search .search-btn.inline{
        width: 30%;
    }

    .c-side-menu{
        width: 100%;
    }

    #list-documents .doc-link{
        margin-left: 0px;
        margin-right: 0px;
    }

    #list-documents .game-link{
        padding-left: 0px;
        padding-right: 0px;
    }

    #list-videos .game-link{
        padding-left: 0px;
        padding-right: 0px;
    }
}

/* start width for filter */
#allproducts-region-toogle2,
#allproducts-region-toogle1,
.categories-dropdown{
    min-width: 280px;
}

#allproducts-region-toogle2 .dropdown-toggle,
#allproducts-region-toogle1 .dropdown-toggle,
.categories-dropdown .dropdown-toggle{
    width: 100%;
}
/* stop width for filter */


#list-download-items .w-checkbox{
    padding-left: 0px;
    margin-bottom: 15px;
}

#list-download-items .checkbox-label{
    display: contents;
}

#list-download-items .col:nth-child(2n){
    clear: right;
}

#list-download-items .col:nth-child(2n+1){
    clear: left;
}

/*Mada*/
@media screen and (max-width: 768px){
    .w-slide {
        text-align: center !important;
    }
}
@media screen and (max-width: 500px){
    .doc-link {
        min-height: 100px;
    }
}

.search-btn.inline {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 90px;
    height: 40px;
    background-color: rgb(19, 0, 124);
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}
#modal-bg .w-checkbox{
    padding-left: 0px;
    margin-bottom: 15px;
}
#modal-bg .checkbox-label.w-form-label{
    display: contents;
}

.product-search.w-form{
    width: 100%;
}

.product-search.w-form .form-search-content{
    width: 80%;
    position: relative;
    float: left;
}

.product-search.w-form .reset-area{
    width: 20%;
    float: left;
}

.clear-search{
    margin-top: -2px;
    float: right;
}
h3.game-title strong{
    word-break: break-word;
}
.page-template-page-playerhub h3.game-title strong {
    word-break: break-word;
}

@media (max-width: 835px){
    .product-search.w-form .form-search-content,
    .product-search.w-form .reset-area{
        width: 100%;
    }
}

@media (max-width: 350px){
    .product-search.w-form .search-btn.inline.w-button{
        padding: 1px;
    }
}

/*job*/
.all{
    display: inline-flex;
    width: 100%;
    padding: 5px 0;
}
.hard{
    width: 20%;
}

/*Modal Pop-up*/
@media screen and (max-width: 1500px){
	.modal-box {
	    position: fixed;
	    padding: 40px;
	    border-style: none solid solid;
	    border-width: 3px 1px 1px;
	    border-color:
	    rgb(19, 0, 124) #dadada
	    #dadada;
	    background-color:
	    #f1f1f1;
	    box-shadow: 0 0 20px 0
	    rgba(0, 0, 0, 0.2);
	    top: 1px;
	    left: 1px;
	    right: 1px;
	    bottom: 1px;
	    margin: auto;
	    height: 75%;
	    width: 80%;
	}
}

#list-download-items-par-sheets,
#list-download-items-marketing,
#list-download-items,
#list-download-items-setup,
#list-download-items-merch{
    max-height: 65%;
    overflow-y: scroll;
}

@media screen and (max-width: 991px) {
    .c-products_cateogry-content {
        width: 100%;
        margin-top: 10px;
        margin-left: 0px;
        text-align: center;
    }
    .tab-link.sub-tab {
        font-size: 1.3rem;
    }
    .c-posts_categories.left {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .c-games_wrap {
        padding-left: 0px;
    }
    .c-games_game-tile {
        margin-bottom: 20px;
    }
}
@media (max-width: 767px){
    .tabs-menu {
        width: 100%;
    }
    #list-download-items-par-sheets {
	    max-height: 55%;
	    overflow-y: scroll;
	}
	.modal-box{
		margin-top: 75px !important;
    	margin-bottom: 60px;
	}
	.modal-box {
	    position: fixed;
	    padding: 40px;
	    border-style: none solid solid;
	    border-width: 3px 1px 1px;
	    border-color: rgb(19, 0, 124) #dadada #dadada;
	    background-color: #f1f1f1;
	    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
	    top: 1px;
	    left: 1px;
	    right: 1px;
	    bottom: 1px;
	    margin: auto;
	    height: 82%;
	    width: 85%;
	}
	.div-centered-text{
		display: inline-flex;
	}
    .result-url {
        margin-bottom: 8px;
        color: #999;
        font-size: 0.85rem;
        word-break: break-word;
    }
    .modal-window {
        width: 90%;
    }
    .w-col {
        width: 100%;
        left: auto;
        right: auto;
    }
    .c-products_cateogry-content {
        margin-top: 29px;
        text-align: center;
    }
    .section-header.small-mobile {
        line-height: 2.4rem;
    }
    .section-header {
        font-size: 1.8rem;
    }
    .paragraph-2 {
        display: none;
    }
    .content-wrap {
        max-width: 90%;
    }
    .tab-link.sub-tab {
        font-size: 1.3rem;
    }
    body {
        font-size: 1rem;
    }
    .c-posts_categories.left {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .w-row, .w-container .w-row {
        margin-left: 0;
        margin-right: 0;
    }
    .w-col-small-6 {
        width: 50%;
    }
    .c-games_title {
        padding: 20px;
    }
}

/*End of Modal Pop up*/
@media (max-width: 479px){
    .tab-link.w--current {
        border-bottom-style: none;
    }
    .hard {
        width: 45%;
    }
    
    .modal-box {
        padding: 25px;
    }
    .w-col {
        width: 100%;
    }
    .w-dropdown-list {
        position: relative;
        background: #dddddd;
        display: none;
        min-width: 100%;
    }
    .c-products_category-image {
        position: static;
        left: 15px;
        top: -90px;
        right: 15px;
        bottom: auto;
        display: none;
        width: 120px;
        margin-right: auto;
        margin-bottom: 10px;
        margin-left: auto;
    }
    .c-products_cateogry-content {
        margin-top: 20px;
        margin-bottom: 20px;
        margin-left: 0px;
        text-align: center;
    }
    .section-header.small-mobile {
        margin-bottom: 4%;
        font-size: 1rem;
        line-height: 1.2rem;
    }
    .section-wrap.p-4040 {
        padding-top: 25px;
        padding-bottom: 50px;
    }
    .tabs-menu.sub-tabs {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .tab-link.sub-tab {
        margin-right: 0px;
        margin-left: 0px;
        padding-left: 20px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        font-size: 0.9rem;
        text-align: left;
    }
    .tab-pane.sub-pane {
        padding-top: 10px;
    }
    .div-block-3 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .categories-dropdown {
        display: block;
        width: 100%;
        margin: 20px auto 0px;
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    }
    .dropdown-toggle {
        width: 100%;
    }
    .categories-dropdown {
        display: block;
        width: 100%;
        margin: 20px auto 0px;
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    }
    .game-title {
        font-size: 1.1rem;
    }
    .reset-area{
        display: block;
        margin-top: 15px;
        float: right;
        text-align: right;
    }
}



@media only screen and (max-width: 1450px) and (min-width: 991px){
    .section-header.is-blue.is-small {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

/*Product page on mobile*/
.tabs-menu.sub-tabs {
    width: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #cecece;
    text-align: center;
}
.modal-box {
    position: relative;
    margin-top: 50px;
    margin-bottom: 30px;
    padding: 40px;
    border-style: none solid solid;
    border-width: 3px 1px 1px;
    border-color: rgb(19, 0, 124) #dadada #dadada;
    background-color: #f1f1f1;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    /*position: fixed;
    padding: 40px;
    border-style: none solid solid;
    border-width: 3px 1px 1px;
    border-color:
    rgb(19, 0, 124) #dadada
    #dadada;
    background-color:
    #f1f1f1;
    box-shadow: 0 0 20px 0
    rgba(0, 0, 0, 0.2);
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    margin: auto;
    height: 75%;
    width: 80%;*/
}
/*Careers page*/
.c-listings_li {
    margin-bottom: 15px;
    padding: 25px;
    border: 1px solid #d6d6d6;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}
.c-news_details.mb-20.landing {
    margin-bottom: 10px;
    margin-left: -15px;
    font-size: 0.8rem;
}
.c-news_post-date {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 0px;
    margin-left: 15px;
}
.c-listings_title {
    margin-top: 0px;
    margin-bottom: 15px;
    direction: ltr;
    color: rgb(19, 0, 124);
    font-size: 1.2rem;
    line-height: 1.4rem;
    letter-spacing: -0.5px;
    text-decoration: none;
    text-transform: capitalize;
}
.c-listings {
    display: block;
    margin-top: 3%;
    margin-right: auto;
    margin-left: auto;
}

#log-error-msg{
    display: none;
    width: 100%;
    float: left;
    color: rgb(19, 0, 124);
    margin-top: 15px;
    font-weight: 500;
    font-size: 17px;
}

.page-template-page-playerhub #map .gm-style-iw-d div{
    text-align: left;
}

/*Email confirmation*/
.test-page{
    text-align: left;
    margin-left: 0;
    margin-right: 0;
}
.details{
    border-top: solid #fc0019;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
    padding: 60px;
    text-align: left;
    margin-top: 30px;
    background-color: #fff;
    max-width: 800px;
}
.details h3{
    color: rgb(19, 0, 124);
}
.details p{
    margin-bottom: 20px;
}
.details a{
    text-decoration: none;
    font-weight: bold;
    color: rgb(19, 0, 124);
}
.trans.test-page-hero{
    background-color: #f1f1f1 !important;
}
.c-footer_socials.on-test-page{
    max-width: 800px;
    margin-top: 30px;
}
.c-footer_copyright.test{
    max-width: 800px;
    margin-top: 30px;
}

/*Interactive page*/
.page-template-page-interactive-games .section-wrap.p-4666 {
    padding: 4% 6% 6%;
}
.page-template-page-interactive-games .section-header.is-centered.small.mb-2 {
    margin-bottom: 2%;
    color: grey;
    font-weight: 500;
}
.featured-game-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}
.page-template-page-interactive-games .game-image-wrap.feat-2 {
    background-image: url(images/Cash-Locomotive-Aztec-Legend-Social-Gaming.png);
    background-size: contain;
}
.page-template-page-interactive-games .c-products_slide-content.full {
    width: 100%;
}
.game-image-wrap {
    min-height: 250px;
    margin-bottom: 20px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.cmb-type-group .cmb-th, 
.cmb2-postbox .cmb-th {
    width: 100% !important;
    padding: 0 2% 0 0;
}
.tax-interactive-games-category .game-image-wrap.feat-1 {
    background-image: url(images/100Line-Stack-Social-Gaming.png);
    background-size: contain;
}
.tax-interactive-games-category .featured-game-grid p{
    color:#333 !important;
}
.tax-interactive-games-category .c-products_slide-content.full {
    width: 100%;
}
.tax-interactive-games-category .section-wrap.p-4666 {
    padding: 4% 6% 6%;
}
.tax-interactive-games-category .games-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}
.tax-interactive-games-category .interactive-game-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #333;
    text-decoration: none;
}
.tax-interactive-games-category .c-games_title {
    padding: 25px 28px;
    border-style: solid none none;
    border-width: 2px 1px 1px;
    border-color: rgba(240, 0, 24, 0) #000 #000;
    text-align: center;
}
.tax-interactive-games-category .game-tile {
    height: 100%;
    border: 1px solid #e7e7e7;
    background-color: #fff;
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 10%);
}
.tax-interactive-games-category .tile-img {
    display: block;
    width: 100%;
    background-color: #e0e0e0;
}
.tax-interactive-games-category .c-games_tile-img {
    position: relative;
    overflow: hidden;
    width: 100%;
    border-bottom: 2px solid #f00018;
    -webkit-transition: border-color 200ms ease;
    transition: border-color 200ms ease;
}
.tax-interactive-games-category .game-title {
    margin-top: 0px;
    margin-bottom: 10px;
    direction: ltr;
    color: #0d0057;
    font-size: 1.2rem;
    line-height: 1.4rem;
    letter-spacing: -0.5px;
    text-decoration: none;
    text-transform: capitalize;
}
.tax-interactive-games-category .game-desc {
    color: #333;
}
.tax-interactive-games-category .c-hero.interior.products.social p{
    width: 50%;
    margin-top: 20px;
}
.tax-interactive-games-category .c-hero.interior.social {
    height: 450px !important;
}
.single-interactive-games .section-wrap.p-0 {
    padding-left: 0px;
}
.single-interactive-games .section-wrap {
    display: block;
    max-width: 1800px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.single-interactive-games .hero-content-wrap {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}
.c-hero.interior.products.interactive-games {
    height: 450px !important;
}
.single-interactive-games .c-hero_page-title.mb-10 {
    margin-bottom: 20px;
}
.single-interactive-games .c-hero_page-title {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #fff;
    font-size: 3.5rem;
    line-height: 4rem;
    letter-spacing: -1px;
}
.single-interactive-games .p-70 {
    width: 85%;
}
.single-interactive-games .game-buttons-wrap {
    margin-top: 30px;
}
.single-interactive-games .text-link.is-white.mt-20.back-link.white {
    margin-top: 30px;
    color: #fff;
}
.single-interactive-games .w-video {
    width: 100%;
    position: relative;
    padding: 0;
}
.single-interactive-games .w-video iframe, 
.single-interactive-games .w-video object, 
.single-interactive-games .w-video.embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.single-interactive-games .w-embed:before, 
.single-interactive-games .w-embed:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
}
.single-interactive-games .c-hero.interior.product-detail.interactive-game {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
}
.single-interactive-games .slider-arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0.25;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
}
.single-interactive-games .slide-nav.is-light {
    opacity: 0.2;
    font-size: 0.8rem;
}
.single-interactive-games .c-products_slide-content.full {
    width: 100%;
}
.tax-interactive-games-category .p-4666 h2{
    font-size: 1.2rem !important;
}
@media screen and (max-width: 991px){
    .c-hero.interior.products.interactive-games {
        height: auto !important;
        min-height: 0px;
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
@media screen and (max-width: 768px){
    .c-hero.interior.products.interactive-games,
    .c-hero.interior.products.social {
        padding-top: 50px;
        padding-bottom: 50px;
        margin-top: 0;
    }
    .page-template-page-interactive-games .featured-game-grid,
    .single-interactive-games .featured-game-grid,
    .tax-interactive-games-category .featured-game-grid {
        display: -ms-grid;
        display: grid;
        grid-auto-columns: 1fr;
        grid-column-gap: 40px;
        grid-row-gap: 16px;
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto;
        grid-template-rows: auto;
    }
    .page-template-page-interactive-games .featured-game-wrap,
    .single-interactive-games .featured-game-wrap{
        margin-bottom: 30px;
    }
    .page-template-page-interactive-games .section-wrap.p-4666 .content-wrap>h2{
        font-size: 1.8rem;
        padding: 30px 0;
    }
    .single-interactive-games .hero-content-wrap {
        display: -ms-grid;
        display: grid;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        grid-auto-columns: 1fr;
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto;
        grid-template-rows: auto;
    }
    .c-hero.interior.product-detail.interactive-game{
        margin-top: 0;
    }
    .c-hero.interior.product-detail.interactive-game .w-video.w-embed{
        margin-bottom: 30px;
        padding-top: 50.276596% !important;
    }
    .tax-interactive-games-category .c-hero.interior.products.social p {
        width: 100%;
        margin-top: 20px;
    }
    .tax-interactive-games-category .c-hero.interior.social {
        height: auto !important;
    }
    .tax-interactive-games-category .games-grid {
        display: -ms-grid;
        display: grid;
        grid-auto-columns: 1fr;
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr;
    }
    .tax-interactive-games-category .section.is-gray .section-wrap.p-4666 {
        padding: 6%;
    }
    .tax-interactive-games-category .section-header.is-centered.small.mb-2{
        font-size: 1.6rem;
        padding: 30px 0;
    }
}