/* 
 * Theme Name: GameLoi
 * Description: Theme
 * Theme URI: https://gameloi.com
 * Version: 1.0.0
 * Author: CuongIT
 * Author URI: https://gameloi.com
 * Tags: theme game, apk game
 * Textdomain: GameLoi.Com
 */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

#container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 4vw;
    padding-left: 4vw;
}

/* Theme mobile */

@media all and (min-width:320px) {

    .adsense {
        min-height: 250px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 2px;
        background-color: white;
    }

    .menu-pc {
        display: none;
    }

    .flex-container .flex-item {
        flex: 0 1 100%;
    }

    .flex-container .flex-item-app {
        flex: 0 1 calc(100% - 0.1em);
    }

    .card .photo-game {
        width: 100%;
        height: 200px;
    }

    .hide-on-med-and-down {
        display: none !important;
    }

    .right-header {
        line-height: 24px;
    }

    header {
        height: 100px;
    }

    h1 {
        font-size: 1.15em;
    }

    h2 {
        font-size: 1.25em;
        ;
    }

    h3 {
        font-size: 1em;
    }

}

/* Theme Ipad */

@media all and (min-width:600px) {

    .adsense {
        min-height: 280px;
    }

    .flex-container .flex-item {
        flex: 0 1 calc(50% - 1em);
    }
}

/* Theme PC */

@media all and (min-width:1024px) {

    .menu-mobile {
        display: none;
    }

    .menu-pc {
        display: inline;
    }

    #container {
        max-width: 840px;
        margin: 0 auto;
    }

    #main-content {
        width: 740px;
        margin: 0 auto;
    }

    .flex-container .flex-item {
        flex: 0 1 calc(33% - 1em);
    }

    .flex-container .flex-item-app {
        flex: 0 1 calc(50% - 1em);
    }

    .card .photo-game {
        width: 360px;
        height: 180px;
    }

    .hide-on-med-and-down {
        display: block !important;
    }

    .right-header {
        float: right !important;
        line-height: 64px;
    }

    header {
        height: 64px;
    }

    h1 {
        font-size: 1.65em;
    }
}

@media all and (min-width:1280px) {
    #container {
        max-width: 1024px;
        margin: 0 auto;
    }

}

/* Theme chung */

* {
    outline: none;
}

html {
    font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-style: inherit;
    text-rendering: auto;
    overflow-x: hidden;
    font-size: 16px;
    scroll-behavior: smooth;
}

body {
    color: #212529;
    background: #fff;
    font-weight: 350;
}

em {
    font-style: italic;
    font-size: 14px;
}

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

.content {
    overflow: hidden
}

.adsense {
    display: block;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2px;
    width: 100%;
}

.adsense-hide {
    height: 280px;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2px;
    width: 100%;
}

article,
aside,
details,
figcaption,
figure,
hgroup,
menu,
nav,
section {
    display: block;
}

/* List Home */

.right {
    float: right !important;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.clickable {
    opacity: 1;
    transition: .25s ease-in-out;
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
}

.clickable:hover {
    opacity: .75;
    transition: .25s ease-in-out;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
}

.has-shadow {
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 0%), 0 3px 1px -2px rgb(0 0 0 / 0%), 0 1px 5px 0 rgb(0 0 0 / 25%);
}

.card {
    position: relative;
    margin: .5rem 0 1rem;
    border-radius: 10px;
}

.card-app {
    position: relative;
    margin: .5rem 0 1rem;
    padding: 10px;
    border-radius: 5px;
}

.card .card-image {
    position: relative;
}


.card .card-image .card-body {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .15) 20%, rgba(0, 0, 0, .75) 100%);
    z-index: 2;
    padding-bottom: 10px;
    padding-top: 30px;
}

.card .card-image .card-title,
.card .card-image .card-excerpt {
    margin: 0 10px;
    color: #fff;
}

.card .card-title h3,
.card .card-title h2 {
    font-size: 18px !important;
    line-height: 28px !important;
    margin-bottom: 0;
    margin-top: 0;
}

.truncate {
    display: block;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Form */


.search-button {
    border: none;
    background-color: white;
    color: #212511;
}

.search-input {
    height: 30px;
}

.input-group {
    position: relative;
    border-collapse: separate;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

input,
textarea {
    padding: 4px;
    border: none;
    padding: 0 17px;
}

button {
    color: #fff;
    cursor: pointer;
    transition: border .25s linear, color .25s linear, background-color .25s linear;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}


blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

b,
strong {
    font-weight: bold;
}


h1 {
    font-weight: bold;
}

h1 a {
    color: #212511;
}

h1 a:hover {
    text-decoration: none
}

h2 {
    font-weight: bold;
}

h3 {
    font-weight: bold;
}

h4 {
    font-size: 16px;
    font-weight: bold;
}

h5 {
    font-size: .83em;
}

h6 {
    font-size: .75em;
}

a {
    color: #007bff;
    text-decoration: none;
    transition: border .25s linear, color .25s linear, background-color .25s linear
}


a:focus {
    outline: thin dotted
}

a:active,
a:hover {
    outline: 0;
    text-decoration: none;
}

article {
    position: relative;
    border-bottom: 1px solid #e2e2e2;
    clear: both;
    background: #fff;
    padding: 5px 10px 5px 10px;
}

article p {
    display: block;
    overflow: hidden;
}

article a:hover {
    text-decoration: none
}


.center {
    text-align: center
}

.bgwhite {
    background: #fff
}

.content-bottom {
    border-top: 1px solid #eee;
    padding-top: 5px;
    overflow: auto;
    text-align: center
}

.content-bottom a {
    color: #595959;
    font-size: 13px;
}

.photo {
    float: left;
    margin: 0 8px 0 0;
    height: 65px;
    width: 65px;
    border-radius: 5px;
}

.photo-pc {
    width: 120px;
    float: left;
    margin: 0 8px 0 0;
    height: 80px;
    border-radius: 3%;
}

.thumb {
    width: 90px;
    height: 90px;
    position: relative;
    border-radius: 10px;
}

#primaryimage img {
    aspect-ratio: 2/1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.title_h1 {
    position: relative;
    color: inherit;
    display: grid;
    grid-template-columns: 90px calc(100% - 90px - 5px);
    gap: 10px;
    width: 100%;
    margin-block: 10px;
}

.title_name {
    width: 100%;
    position: relative;
    line-height: 32px;
}

.photo-game {
    border-radius: 3%;
}

.font-small {
    color: #646f78 !important;
    font-size: 13px;
}

.title {
    color: #212511;
    display: block;
    text-align: left;
    font-weight: bold;
    line-height: 32px;
}

.author {
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.countdown {
    background: #fbfbfb;
    color: #666;
    display: block;
    padding: 10px 15px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
}


.clear {
    clear: both;
    margin: 0;
}


.start_align {
    padding: 10px;
    display: block;
    text-align: center;
}


.info-post {
    border-top: 1px dashed #e2e2e2;
    font-weight: 400;
    font-size: 14px;
    cursor: default;
    background-color: #FFF;
    margin-bottom: 5px;

}

.info-post p {
    padding: 6px 8px;
    line-height: 20px;
    margin-bottom: 0;
}

.info-post a {
    color: #000;
}

.info-post-show {
    width: 49%;
    box-sizing: border-box;
    text-align: left;
    display: inline-block;
    vertical-align: top;
}

.caption-text {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-style: italic;
    font-size: 13px;
}

.aligncenter {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.share {
    text-align: center;
    padding-bottom: 10px;
}

.download {
    border-radius: 5px;
    margin-top: 8px;
    text-align: center;
    background-color: #007bff;
    margin-bottom: 10px;
    padding: 2px;
    color: white;
    font-weight: 400;
}

.code-full-detail {
    font-weight: 400;
    background-color: #fff;
    border: 2px dashed #ddd;
    padding: 5px 5px 0px 5px;
    border-radius: 5px;
}

.code-full-detail-hide {
    position: absolute;
    z-index: 2;
    display: table;
    font-weight: 400;
    background-color: #fff;
    border: 2px dashed #ddd;
    border-radius: 5px;
}

.get-code {
    border-radius: 5px;
    background-color: #f5f5f5;
    color: #666;
    padding: 2px 5px;
}

.entry-meta {
    padding: 5px;
    font-size: 14px;
}

.entry-content {
    line-height: 1.9;
    text-align: justify;
}

.entry-content p {
    margin-bottom: 20px;

}

.entry-content h2,
.entry-content h3,
article {
    padding-bottom: 20px;
}


.category1 a {
    color: #F44336;
    font-weight: 600;
}

.paginave {
    text-align: center;
    margin-bottom: 5px;
    background: #FFF;
    padding: 7px;
}

ol,
ul {
    list-style: none;
}

ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 3px;
    margin-block-end: 3px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 30px;
}

ol {
    display: block;
    list-style-type: circle;
    margin-block-start: 3px;
    margin-block-end: 3px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 25px;
}

li {
    line-height: 1.9;
}

#wp_page {
    margin: 8px;
    display: block;
    padding-bottom: 10px;
    font-weight: 400;
}

#wp_page a {
    padding: 7px 15px;
    border-radius: 1.55em;
    background-color: #32373c;
    color: white;
    margin: 0 5px;
}

#wp_page a:hover {
    opacity: .75;
    transition: .25s ease-in-out;
}

#wp_page .current {
    padding: 7px 15px;
    background: #4898CE;
    margin: 0 5px;
    color: white;
    border-radius: 1.55em;

}

/* header */


header {
    background: #fff;
    position: relative;
    z-index: 1;
    color: white;
    margin-bottom: 5px;
    box-shadow: 0 4px 12px 0 rgb(0 0 0 / 5%);
}

nav .sidenav-trigger {
    position: relative;
    display: inline-block;
}

nav {
    line-height: 64px;
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 10px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 2px;
}

.navbar-toggle .icon-bar {
    background-color: #000;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}

#sidenav {
    position: fixed;
    width: 300px;
    left: 0;
    top: 0;
    margin: 0;
    height: calc(100% + 60px);
    z-index: 999;
    overflow-y: auto;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
    transition: transform .25s;
    background-color: white;
}

#sidenav a {
    color: #212511;
}

#nav-check {
    display: none;
}

#nav-check:checked~#sidenav {
    transform: translate(0em, 0);
}

.title-mobile {
    display: block;
    font-weight: 600;
    font-size: 17px;
    border-bottom: 1px solid #e8e8e8;
    padding-left: 20px;
    background-color: #fbfbfb;
}


.list-sidenav {
    padding: 0 0 0 20px;
    font-weight: 600;
    font-size: 15px;
    border-bottom: 1px solid #e8e8e8;
}

.dropbtn {
    text-decoration: none;
    border: none;
    cursor: pointer;
    padding: 0 10px;
}

.dropbtn a {
    color: #212511;
    text-decoration: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 180px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    line-height: 40px;
    padding: 10px;
}

.dropdown-content a:hover {
    background-color: #222;
    opacity: .75;
    transition: .25s ease-in-out;
    color: white;
}

.dropdown-content a {
    display: block;
    color: #666;
    padding: 2px;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.divider {
    height: 1px;
    overflow: hidden;
    background-color: #e0e0e0;
}

/* footer */

footer {
    display: block;
    text-align: center;
    line-height: 50px;
    background-color: #eeeeee;
    color: #212511;
}

footer a {
    margin: 0 5px;
    color: #212511;
    font-weight: 350;

}

footer .socials a {
    color: inherit;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    margin-top: 10px;
}

footer .socials a:hover {
    background-color: #212511;
    fill: #fff;

}

/* SVG */

.btn-secondary svg,
.btn-secondary:not(:disabled):not(.disabled):active:focus svg {
    fill: #fff;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

.svg-2 {
    width: 1.00rem;
    height: 1.00rem;
    margin-right: .15rem !important;
    margin-bottom: 3px;
}

.svg-3 {
    width: 1.25rem;
    height: 1.25rem;
}

.svg-5 {
    width: 1.25rem;
    height: 1.25rem;
    margin-right: .15rem !important;
    margin-bottom: 3px;
}

.svg-date {
    width: 1.00rem;
    height: 1.00rem;
    margin-right: .15rem !important;
    margin-bottom: 3px;
}

.svg-time {
    width: 1.00rem;
    height: 1.00rem;
    margin-left: .15rem !important;
}

 /* Bang Table */

        table {
            border-collapse: collapse;
            border-spacing: 0;
            width: 100% !important;
        }

        .table {
            border: 1px solid #363a5d !important;
            border-radius: 10px !important;
            margin-bottom: 10px;
        }

        table,
        tr {
            border: 1px solid #363a5d !important;
            border-collapse: collapse;
        }
        .table th,
        .table td {
            text-align: left;
            padding: .625rem;
        }


        .font-small {
            font-size: 14px;
        }

        .get-code {
            padding: 5px;
            border: 1px solid #ff8c44;
            border-radius: 0.1rem;
        }


/* More info MOD */

.card-mod {
    border-radius: 0.5rem;
    border: 1px solid #dee2e6;
    margin-bottom: 10px;
}

#info-mod {
    display: block;
    transition: transform .50s;
    margin: 10px;

}

.info-mod {
    display: block;
    background-color: #F0F2F5 !important;
    padding: 5px 10px;
}

#list-check {
    display: none;
}

#list-check:checked~#info-mod {
    display: none;
}

/* Table Of Contents */

.table-of-content {
    background-color: #eee;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 0.2rem;
}

#list_toc {
    display: none;
    transition: transform .50s;
    margin-top: 10px;
}

#table-of-content {
    display: none;
}

#table-of-content:checked~#list_toc {
    display: block;
}

/* Image Post */

		@media only screen and (min-width:320px) {

			.horizontal-screenshot {
				max-width: 250px !important;
			}
		}

		@media only screen and (min-width: 993px) {

			.horizontal-screenshot {
				max-width: 360px !important;
			}
		}

		.screenshots {
			width: 100%;
			height: 100%;
			position: relative;
			z-index: 1;
			display: flex;
			transition-property: transform;
			box-sizing: content-box;
			overflow: auto;
			scroll-snap-type: x mandatory;
		}

		.screenshot {
			display: flex;
			justify-content: center;
			align-items: center;
			flex-shrink: 0;
			margin-right: 15px;
			scroll-snap-align: center;
			margin-bottom: 15px;
		}