/** custpm font **/
@font-face {
    font-family: 'PrettyFont';
    font-style: normal;
    font-weight: 400;
    src: local('Oswald Regular'),local(Oswald-Regular),url(//themes.googleusercontent.com/static/fonts/oswald/v7/qs_6LdoYjCitupC9judWT-vvDin1pK8aKteLpeZ5c0A.woff) format("woff")
}

@font-face {
    font-family: 'PrettyFont';
    font-style: normal;
    font-weight: 700;
    src: local('Oswald Bold'),local(Oswald-Bold),url(//themes.googleusercontent.com/static/fonts/oswald/v7/dI-qzxlKVQA6TUC5RKSb37O3LdcAZYWl9Si6vvxL-qU.woff) format("woff")
}

body {
	font-family: 'PrettyFont' !important;
}

.site-content {
    display: block !important;
}

.game_section a {
    text-decoration: none;
}

/* Custom style game */
.home main > div.wp-block-group h1,
.home main > div.wp-block-group hr{
    display: none;
}
a {
    text-decoration: none;
}

a:hover {
    color: #fff;
    text-decoration: none;
}

.mt-0 {
    margin-top: 0;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.cat-info {
    margin-top: 5px;
    color: #fff;
    font-weight: bold;
}

.cat-name {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}

.cat-game-amount {
    color: rgba(255, 255, 255, 0.3);
    font-weight: normal;
    font-size: 16px;
}

.cat-item {
    border-radius: 15px;
    margin-right: 20px;
    margin-bottom: 16px;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
}

.cat-item img {
    width: 50px;
    height: auto;
}

.cat-item:hover,
.game-item:hover{
    background: rgba(255, 255, 255, 0.15);
}

.text-ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.game-section {
    width: 100%;
    max-width: 100% !important;
    display: inline-block;
}

.section-title {
    text-transform: uppercase;
}

.category-games {
    width: 100%;
    max-width: 100% !important;
    display: inline-block;
    list-style: none;
    margin: 0;
}

ul {
    list-style: none;
}

li.category-game-item a {
    display: flex;
    justify-content: left;
    align-items: center;
}

.game-item {
    display: flex;
    flex-wrap: wrap;
    border-radius: 20px;
}

.list-game {
    overflow: hidden;
    width: 100%;
}

img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.img-full-width img{
    max-width: unset;
}

.grid-2 .list-thumbnail {
    max-width: 100px;
    float: left;
    margin-right: 15px;
}

.grid-2 .list-title {
    font-size: 20px;
    font-weight: 500;
}

.grid-3 .list-game {
    background: rgba(225, 225, 225, 0.15);
    border-radius: 15px;
}

.grid-3 .list-thumbnail {
    overflow: hidden;
    margin: 0;
}

.grid-3 .list-thumbnail {
    overflow: hidden;
    margin: 0;
}

.grid-3 .list-info {
    padding: 10px;
}

.list-info {
    color: rgba(255, 255, 255, 0.5);
}

.list-title {
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


.grid-3 .list-title {
    font-size: 20px;
    font-weight: 500;
}