/*!
Theme Name: Moviehdd2021
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: moviehdd2021
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	
}
body.wp-custom-logo {
	background: url(https://24-do.com/wp-content/uploads/2024/07/main_bg-1.jpg) !important;
    background-repeat: no-repeat !important;
    background-color: #0a0c0e !important;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}
a:focus {
	outline:none !important;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: 400;
/* 	font-weight: bolder; */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
@font-face {
    font-family: 'Kanit Light';
    src:url('/fonts/Kanit-Light.woff2') format('woff2'),
         url('/fonts/Kanit-Light.woff') format('woff'),
         url('/fonts/Kanit-Light.svg#Kanit Light') format('svg');
	font-weight:300;
	font-display:swap;
}
@font-face {
    font-family: 'Kanit';
    src: url('/fonts/Kanit-Regular.woff2') format('woff2'),
         url('/fonts/Kanit-Regular.woff') format('woff'),
         url('/fonts/Kanit-Regular.ttf')  format('truetype'),
         url('/fonts/Kanit-Regular.svg#Kanit') format('svg');
	font-weight: normal;
	font-display:swap;
}
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Kanit Light', sans-serif;
	font-weight:300;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Kanit';
	font-weight:normal;
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
/* 	display: none; */
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
/* Movie Css */
body {
	background: #000;
}
.carousel-item {
    transition: .8s ease-in-out !important;
}
ol.carousel-indicators li {
    height: 15px;
    border-radius: 50%;
    width: 15px;
	margin: 0 15px;
}
ol.carousel-indicators li.active {
	height: 15px ;
	width: 15px ;
	border-top:0;
	border-bottom:0;
	background:linear-gradient(90deg, #7f00ff, #e100ff);
	margin-top:10px;
	margin-bottom:10px;
}

.site-header, .site-footer, .site-main {
	width:100%;
}
.site-footer {
/* 	width:1294px; */
	width:100%;
}
.container-head {
    display: flex;
    justify-content: space-between;
    width: 1294px;
    margin: 0 auto;
    padding: 15px 0;
    align-items: center;
}
.head-descript h1 {
    font-size: 20px;
    font-weight: 400;
}
.hotfix-content {
    text-align:center;
}
.hotfix-content :is(h2, h3, h4) {
    font-weight: 300;
    color: #ffbf00;
}
.hotfix-content p {
    font-weight: 300;
}
.site-custom-header {
    display:none;
	padding:0 15px;
    width: 1294px;
    display: grid;
    margin: 0 auto;
    grid-template-columns: 21.25% auto;
/* 	align-items:center; */
	grid-gap: 15px;
}
.site-custom-header ul {
	padding:0;
	margin:0;
	overflow:hidden;
}
.head-ajax-search form {
    display: flex;
    justify-content: center;
    align-items: center;
}
.head-ajax-search input.search-field {
    width: 100%;
    border: 0;
    height: 26px;
    background: #272b30;
    padding: 19px 10px;
    color: #fff !important;
    font-size: 13px;
    border-top-left-radius: .45rem;
    border-bottom-left-radius: .45rem;
}
.search-btn {
    cursor: pointer;
    padding: 7px 10px;
    background: linear-gradient(to right, #12619c 0%, #5fb4f0 100%);
    border-top-right-radius: .35rem;
	border-bottom-right-radius: .35rem;
}
.head-ajax-search input.search-field::placeholder {
	font-size:13px;
	color:#fff;
}
.head-ajax-search input.search-field:focus {
	border:0;
	outline:none;
}
.head-ajax-search input.search-submit {
	display:none;
}
button#searchsubmit {
/*     background: #1b1b2c; */
	background: #e31c79;
    border: 0;
    height: 26px;
    font-size: 13px;
    border-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: white;
	cursor:pointer;
}
button#searchsubmit:focus {
	outline:none;
	border:0;
	box-shadow:none;
}
.menu-main-menu-container {
    width: 100%;
    text-align: center;
    background: #131518;
}
.menu-main-menu-container ul {
    justify-content:center;
    text-align: center;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    margin-bottom: 25px;
}
.menu-main-menu-container ul li {
    display: inline-flex;
    position: relative;
    text-align: center;
    padding: 0 1%;
}
.menu-main-menu-container ul li:after,
.menu-main-menu-container ul li.current-menu-item:after {
	display:block;
    /*content: '';*/
    position: absolute;
    width: 80%;
    height: 3px;
    background: #ffbf00;
    bottom: 0;
    left: 0;
	transform:translate(15%, 50%);
}
.menu-main-menu-container ul li:after {
	display:none;
}
.menu-main-menu-container ul li:hover:after {
	display:block;
}
.menu-main-menu-container ul li a {
    display: block;
    padding: 20px 0;
	font-size: 16px;
	font-weight:400;
    color: white;
}
.menu-main-menu-container ul li.current-menu-item a,
.menu-footer-nav-container ul li.current-menu-item a {
    color: #5fb4f0;
}
.menu-main-menu-container ul li a:focus {
	text-decoration:none;
}
/* Main Movie */
body {
	color:white;
}
.site-header {
	padding-top:0;
	width:100%;
}
.container-full {
    width: 1294px;
    margin: 0 auto;
}
.main-grid {
    display: grid;
    grid-template-columns: 242px 782px 242px;
    margin-top: 30px;
/*     grid-gap: 35px; */
	grid-gap:10px;
}
.movie-grid {
    display: grid;
    grid-template-columns: repeat(4,calc(100% * 1/4 - 10px));
    grid-gap: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.movie-box {
	position:relative;
	overflow: hidden;
}
.movie-box a {
	color:white;
	display:block;
    text-decoration: none;
}
.movie-box a:hover {
	color:#ffbf00;
}
.movie-box a:focus {
	text-decoration:none;
	outline:none;
}
.movie-box span {
    width: 100%;
    display: block;
    text-align: center;
}
.movie-box a:hover span.lang-res {
    color: white;
}
.movie-box span.lang-res {
	background:#2e2e48;
/* 	margin-top:-5.9px; */
	font-size:12px;
	font-weight:300;
	padding:6px 0;
}
.movie-box p {
	text-align:center;
	background: #1b1b2c;
    font-size: 13px;
    margin: 0;
    padding: 7px 5px;
	height:52px;
}
.title_para {
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    height: 55px;
    padding-top: 10px;
    background: #1b1b2c;
}
.movie-meta {
    position: absolute;
    top: 0;
    width: 100%;
    display: block;
}
.movie-meta span.score,.movie-meta span.resolution {
    position: relative;
}
.movie-meta span.score {
    padding-right: 14px;
    background-color: #111;
    background-image: url(/wp-content/uploads/2023/08/rating-star.webp);
    background-repeat: no-repeat;
    background-position: right center;
    color: #fff;
    width: 25%;
    font-size: 12px;
    text-align: left;
    float: left;
    line-height: 20px;
}
span.res {
    color: #fff;
    width: 100px;
    font-size: 18px;
    text-align: center;
    line-height: 20px;
    background: #d30000;
    position: absolute;
    top: 12px;
    right: -27px;
    transform: rotate(45deg);
    text-shadow: 2px -1px #000000de;
}
span.res1 {
	color: white;
	padding: 5px;
    font-size: 12px;
    text-align: center;
}
/*.resolution-1 {*/
/* 	background: #ffbf00;	*/
/*}*/
/*.resolution-2 {*/
/* 	background: #e31c79;	*/
/*}*/
/*.resolution-3 {*/
/* 	background: #0693e3;	*/
/*}*/
.d-none {
	display:none !important;
}
.site-custom-header ul h1 {
    font-size: 24px;
    text-align: left;
	color:white;
	font-weight:300;
	margin-top:0;
}
.h1-text :is(h1,h2,h3,h4), .h2-text h2 {
	text-align:center;
    color: white !important;
    font-size: 20px;
	font-weight: 400;
    margin: 0;
    padding: 4px 20px;
}
.h1-text {
/*     background: #e31c79; */
	background: linear-gradient(90deg, #7f00ff 0%, #e100ff 100% );
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.widget_wpcategorieswidget,
.filter-widget,
.widget_tag_cloud{
	background:#1b1b2c !important;
	border-radius: 10px;
}
/* .widget_wp_categories_widget {
	border-top-left-radius: 7px;
    border-top-right-radius: 7px;
} */
.widget_wpcategorieswidget h2,
h2.widget-title {
	background:#2e2e48;
	text-align:center !important;
	font-size:16px !important;
	line-height:30px !important;
	margin-bottom:7px !important;
	color:white !important;
	padding:4px !important;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
ul.wpcategorieswidget-2,
ul.wpcategorieswidget-3 {
    margin: 0;
    padding: 0;
}
ul.wpcategorieswidget-2 ul,
ul.wpcategorieswidget-3 ul{
    padding: 0;
    padding-left: 0 !important;
    margin: 0;
    text-align: center;
}
.widget_wpcategorieswidget ul li {
	font-size: 14px !important;
    border: 0 !important;
	line-height:36px !important;
}
.widget_wpcategorieswidget ul li:last-child {
	border-bottom-style:unset !important;
}
.widget_wpcategorieswidget ul li span.post-count {
	box-shadow:unset !important;
	background:unset !important;
	color:#9398ab !important;
}
.categories {
	padding-left:0 !important;
	padding-right:0 !important;
}
.categories ul li {
	padding-left:15px !important;
	padding-right:15px !important;
}
.cat-item {
	
}
.widget_wpcategorieswidget ul li a {
	color:white !important;
	font-weight:300;
}
.widget_wpcategorieswidget ul li.current-cat a {
	color:#ffbf00 !important;
}
.select-filter {
    padding: 0 15px;
    margin-bottom: 1rem;
}
.select-filter p {
    margin: 5px 0;
}
.movie-years .tagcloud {
    padding: 10px;
}
section#search-2 form {
    display: flex;
    justify-content: center;
    padding: 10px 15px 25px;
}
div#show-search {
    background: #1b1b2c;
    border-radius: 10px;
}
#search-2 input[type=search] {
    width: 100%;
    border: 0;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 5px;
    padding-left: 15px;
    font-size: 15px;
}
#search-2 input[type=submit] {
    border: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    background: linear-gradient(90deg,#7f00ff 0%,#e100ff 100%);
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}
#tag_cloud-2 .tagcloud a {
	display:inline-flex;
	color:white;
	width:calc(26.33333% - 10px);
	margin:0 10px;
	font-size: 14px !important;
	font-weight:300;
	justify-content:center;
	text-decoration:none !important;
}
.main-movie {
	overflow:hidden;
}
.trailer-title:is(h2, h3, h4) {
    font-size: 18px;
}
.trailer-box {
    display: grid;
    grid-template-columns: 265px 507px;
    grid-gap: 8px;
	margin-bottom:10px;
}
.movie-trailer iframe {
    width: 100%;
    height: 470px;
}
.mif-1 {
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: jusitfy;
    padding: 6px 10px;
    align-items: center;
	background:#2e2e48;
	margin-bottom:10px;
}
.mif-1 span {
	font-size:14px;
	margin-left:7px;
	border-radius:7px;
}
.mif-1 span a {
	color:white;
	text-decoration:none;
}
.mif-1 .star {
    display: inherit;
    justify-content: space-between;
	padding:3px 7px;
	border-radius:7px;
	background:#000000;
	color:#f5c518;
}
.mif-1 .star img {
	padding-right:7px;
}
.mif-2 {
    margin: 20px 10px;;
}
.mif-2 span {
    display: block;
    overflow: hidden;
}
.mif-2 span li {
    list-style: none;
    display: inline-flex;
    background: #000000;
    padding: 5px 10px;
    font-size: 13px;
	border-radius:7px;
	margin-right:10px;
	margin-bottom:5px;
}
.mif-2 span li:hover a {
	color:#f5c518;
}
.mif-2 span li a {
    color: white;
    text-decoration: none;
}
.mif-2 span li a:hover {
	background:;
}
.mif-2 span li a:focus {
	outline:none;
}
.mif-3  {
	font-size:14px;
	font-weight: 300;
	padding:0 10px;
	margin-bottom:1rem;
	height: 300px;
	overflow-y: scroll;
}
.mif-3::-webkit-scrollbar {
	width:7px;
}
.mif-3::-webkit-scrollbar-track {
	background-color: #2e2e48;
	border-radius:15px;
}
.mif-3::-webkit-scrollbar-thumb {
	background-color: #8500ff;
	border-radius:15px;
}
.mif-3 p {
	margin:0;
}
.movie-excerpt {
    padding: 15px 0;
}
.movie-excerpt h3 {
    font-size: 18px;
}
iframe.res-iframe {
    width: 100%;
    height: 600px;
	position:relative;
	background-color: #1b1b2c61;
}
/* Ad */
/* Player Banner */
.movie-player {
    position: relative;
}
.player-banner {
/* 	display:none; */
    position: absolute;
    z-index: 9999;
    top: 42px;
    left: 85px;
	margin-top:10px;
}
div#close {
    position: absolute;
    right: 0px;
    top: 1px;
    padding: 5px 10px;
    background: #639;
    font-size: 10px;
    cursor: pointer;
}
.main-ad {
    display: grid;
    grid-template-columns: 204px 858px 204px;
    grid-gap: 10px;
    margin-top: 35px;
}
.top-left li, .top-center li, .top-right li,
.ad-bottom-center li,
.ad-upper-center li,
.ad-bottom li,
.ad-main-left li,
.ad-main-right li{
	list-style:none;
	margin-bottom: 4.5px;
}
/* floating Ad */
.ad_float_top_left {
    position: fixed;
    left: 15px;
    top: 13%;
    list-style: none;
	z-index:10;
}
.ad_float_top_right {
    position: fixed;
    right: 15px;
    top: 13%;
    list-style: none;
	z-index:10;
}
.ad_float_bottom_left {
    position: fixed;
    left: 15px;
    top: 56%;
    list-style: none;
	z-index:10;
}
.ad_float_bottom_right {
    position: fixed;
    right: 15px;
    top: 56%;
    list-style: none;
	z-index:10;
}
.ad_float_bottom_center {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    list-style: none;
	z-index:10;
}
.ad_float_top_left .close-ad,
.ad_float_top_right .close-ad,
.ad_float_bottom_left .close-ad,
.ad_float_bottom_right .close-ad,
.ad_float_bottom_center .close-ad{
    position: absolute;
	top:0;
	right:0;
    background: rebeccapurple;
    font-size: 14px;
    color: white;
    font-family: 'Kanit';
    padding: 3px 10px;
	cursor:pointer;
}
.ad_float_bottom_center .close-ad {
	top: -27px !important;
}
.ad_float_bottom_center .close-ad.btn-f1 {
    top: 41.8% !important;
}
.player-banner div#close {
    bottom: -24px;
    left: 0;
    top: unset;
    font-size: 13px;
    text-align: center;
}
.button-comment {
    display: flex;
}
.comment, .ss {
    background: #3b3d45;
    color: #fff;
    padding: 6px 20px;
    cursor: pointer;
    margin: 20px 0;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 200;
}
.comment {
	margin-right:10px;
}
.comment.active,
.ss.active{
	background:#ffbf00 !important;
}
.show-comment {
    background: #070b1c;
}
footer#colophon {
    background: url(https://24-do.com/wp-content/uploads/2024/07/footer_bg-1.jpg) no-repeat;
	background-size: cover;
	background-position: left center;
}
.footer-content {
    padding: 25px 15px;
}
.footer-logo {
    text-align: left;
    margin-bottom: 25px;
}
#content-footer {
    font-size: 14px;
}
.site-info {
    text-align: center;
    padding: 5px 0;
	font-weight:300;
}
.result-filter {
    display: flex;
    padding: 10px 0;
    margin-bottom: .5rem;
    align-items: flex-start;
    justify-content: space-between;
}
.content-cate, .archive-description {
	font-size:14px;
}
.content-cate a , .archive-description a{
	color:white;
	text-decoration:none;
}
.select-filter select {
    background: #070b1c;
    font-size: 12px;
    color: white;
    width: 100%;
    border: 0;
    padding: 5px 10px;
    font-weight: 200;
	margin-bottom:5px;
}
.select-filter select::-webkit-scrollbar {
	width:7px;
	height:25px;
}
.select-filter select::-webkit-scrollbar-track {
	background:#2e2e48;
}
.select-filter select::-webkit-scrollbar-thumb {
	background:#e31c79;

	border-radius:7px;
}
/* .select-filter select option {
	color:#070b1c;
} */
.select-filter p {
    color: white;
    font-size: 14px;
}
input#selectRate {
    width: 100%;
}
input[type="range"] {
    background: #f5c518;
    -webkit-appearance: none;
    -ms-appearance: none;
    border: 0;
    outline: none;
    border-radius: 10px;
    height: 0;
}
p#rangeimdb {
    display: flex;
    justify-content: space-between;
}
span#valueIMDB {
    padding: 0px 10px;
    background: #1a1a1a;
    border-radius: 7px;
    font-size: 12px;
    color: #f5c518;
    line-height: 20px;
}
.zone-button {
    padding: 25px 0;
    text-align: center;
}
button#submit-search {
/*     background: #e31c79; */
	background:linear-gradient(90deg, #7f00ff, #e100ff);
    border: 0;
    color: white;
    cursor: pointer;
    font-size: 14px;
    padding: 8px 35px;
    font-weight: 300;
}
.menu-footer-nav-container ul {
    padding-left: 0;
    margin-left: 0;
    list-style: none;
    display: flex;
	justify-content:center;
}
.menu-footer-nav-container ul li {
	display:inline-flex;
	padding:0 1%;
	position:relative;
}
.menu-footer-nav-container ul li a {
    font-size: 16px;
    font-weight: 400;
    color: white;
    display: block;
    text-decoration: none;
	padding:20px 0 15px;
}
#content-footer hr {
    background: #343434;
    margin: 0;
}
details.details-footer {
    text-align: center;
    margin: 30px 0;
    border: 0;
}
details.details-footer summary {
	color:#dedede;
	outline:0;
}
details.details-footer summary p {
	color:#dedede;
}
.site-info a {
    color: white;
    text-decoration: none;
}
iframe.form-contact {
    width: 100%;
    height: 700px;
    margin-bottom: 50px;
}
.ad-bottom {
    text-align: center;
}
.movie-excerpt {
    background: #1b1b2c;
	height:98.8%;
}
.movie-directors .tagcloud {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}
.movie-directors .tagcloud a {
    display: block;
    color: white;
    text-decoration: none;
    font-size: 15px !important;
    font-weight: 300;
}
.movie-directors .tagcloud a:hover {
	color:#ffbf00;
}
.pagination-x {
	text-align:center;
/* 	overflow:hidden; */
	margin:20px 0;
}
.pagination-x .pagination {
	display:block;
}
:is(span.page-numbers , a.page-numbers) {
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    background: #2e2e48;
    border-radius: 7px;
    text-decoration: none;
}
a.page-numbers:hover {
	color:#ffbf00;
}
.page-numbers.current {
	background:#ffbf00;
	color:white;
	border-radius:7px;
}
.widget-movie-1 {
/* 	padding-left: 25px; */
}
.widget-filter-1 {
/* 	padding-right: 25px; */
}
.top-left {
/* 	padding-left: 25px; */
}
.top-right {
/* 	padding-right: 25px; */
}
.site-desc-container {
    position: absolute;
    clip: rect(1px,1px,1px,1px);
}
.coming-soon {
	opacity:0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000a6;
    top: 0;
	transition: .3s ease-out;
}
.coming-soon:hover {
	opacity:1;
	transition: .3s ease-in;
}
.coming-badge {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
}
.coming-badge span {
    width: 190px;
    background: #ffbf006e;
    text-align: center;
    color: white;
}
.movie-thumbnail {
    position: relative;
}
.coming-movie-badge {
    position: absolute;
    top: 0;
    width: 85px;
    height: 25px;
    text-align: center;
    font-size: 12px;
    background: #ffbf00;
    display: flex;
    justify-content: center;
    align-items: center;
}
.no-url-movie {
    background: #000000a6;
    position: relative;
	display:flex;
	justify-content:center;
	align-items:center;
}
.no-movie-text {
    position: absolute;
	z-index:550;
}
.no-movie-text span {
	font-size: 45px;
    animation: blinkingText 2s ease-in-out infinite;
}
.sequel-movies ul {
	list-style:none;
	padding-left:0;
	margin-left:0;
}
.sequel-movies ul li {
    display: grid;
    grid-template-columns: 80% 10% 10%;
	padding: 5px;
}
.sequel-movies ul li:nth-child(odd) {
    background: #2e2e48;
}
.sequel-movies ul li:not(:first-child) {
	font-size:15px;
}
li.bold {
    background: #2e2e48;
    padding: 5px;
    font-size: 18px;
	font-weight: 400;
}
.sequel-movies ul li:hover a {
    color: #ffbf00;
}
.sequel-movies ul li a {
    color: white;
    text-decoration: none;
}
.view-count {
    font-style: italic;
    font-weight: 200;
    background: #1b1b2c;
    padding: 2px 7px;
    font-size: 14px;
}
.view-count span {
    display: flex;
}
div#content-footer h1 {
    position: absolute;
    clip: rect(0px 0px 0px 0px);
}
.mif-3 a {
    color: white;
    text-decoration: none;
}
@-webkit-keyframes blinkingText{
	0%{		color: white;	}
	49%{	color: transparent;	}
	50%{	color: transparent;	}
	99%{	color:transparent;	}
	100%{	color: white;	}
}
.page-id-52 .main-ad {
	display:none;
}
ul.wpcategorieswidget-2 ul {
    height: 689px;
    overflow: hidden;
    overflow-y: scroll;
}
ul.wpcategorieswidget-2 ul::-webkit-scrollbar-thumb {
    background: #8500ff;
    border-radius: 7px;
}
ul.wpcategorieswidget-2 ul::-webkit-scrollbar-track {
    background: #2e2e48;
    border-radius: 7px;
}
ul.wpcategorieswidget-2 ul::-webkit-scrollbar {
    width: 10px;
}
.widget_media_image .widgettitle {
    display: none;
}
.movie-extend-grid >.alm-reveal {
    display: grid;
    grid-template-columns: repeat(6, calc(100% * 1/6 - 10px));
    grid-gap: 12px;
	margin-top: 25px;
}
/*
@media screen and (min-width: 1294px) {
	.site-header,
	.site-main,
	.site-footer {
		width:100%;
	}
	.footer-content {
		padding: 25px 0 10px;
	}
	.site-custom-header {
		padding:0;
	}
	.widget-movie-1 {
		padding-left: 0;
	}
	.widget-filter-1 {
		padding-right: 0;
	}
	.top-left {
		padding-left: 0;
	}
	.top-right {
		padding-right: 0;
	}
	.main-grid {
		grid-gap: 14px;
	}
	.movie-grid {
		grid-template-columns: repeat(4,188px);
    	grid-gap: 10px;
	}
}
*/
/* Mobile Responsive Test */
body {
		display:block;
		width:100%;
	}
.icon-mob {
    display:none;
}
/* Reset .top-ad Image */

.ad-mobile {
	display:none;
}
li#media_image-46 img {
    width: 100% !important;
	height:132px !important; 
}
/* A7 ชั่วคราว */
li#media_image-28 img {
    width: 858px !important;
    height: 145px !important;
}
/* A4-5 ชั่วคราว */
li#media_image-55 img,
li#media_image-54 img {
	width: 858px !important;
}
.d-none {
	display:none;
}
div#content-footer p {
    font-weight: 300;
}
div#content-footer p :is(b, strong) {
    font-weight: 400;
}
.home-extended-content >*{
	font-weight:300;
	font-size:15px;
}
.home-extended-content :is(h2,h3,h4,h5) {
	font-weight:400;
	font-size:20px;
}
.home-extended-content :is(strong, b, bold) {
	font-weight:400;
	color:#edebb0;
}
.home-extended-content a {
	color:#fff;
}
.home-extended-content a:hover {
	color: #ffbf00;
}

@media screen and (max-width: 768px) {
	.custom-site-head {
		padding-top: 40px;
	}
	.home-extend-content {
		padding-left: 15px;
		padding-right: 15px;
	}
	.container-head {
	    flex-flow: row wrap;
	}
	.container-head {
        flex-flow: row wrap;
        width: 100%;
        justify-content: center;
    }
    .head-logo {
        display:none;
    }
    .head-descript h1 {
        text-align: center;
    }
    .hotfix-content :is(h2,h3,h4) {
        font-size:20px;
        min-height:60px;
    }
    .hotfix-content {
		font-family: sans-serif;
        padding: 0 15px;
        margin-bottom: 30px;
        min-height: 50px;
		max-height:435px;
		overflow: scroll;
    }
	.hotfix-content.is_loaded {
		font-family: 'Kanit Light';
	}
	.head-ajax-search {
		display: none;
	}
	.movie-extend-grid >.alm-reveal {
		grid-template-columns: repeat(2,calc(100%*1/2 - 10px));
	}
	.movie-slider {
		display: none !important;
	}
	.main-ad {
		grid-template-columns: 20% auto 20%;
		grid-gap: 5px;
		margin-top: 0;
		padding: 0 15px;
	}
	.top-left li, .top-center li, .top-right li, .ad-bottom-center li, .ad-upper-center li, .ad-bottom li, .ad-main-left li, .ad-main-right li {
		margin-bottom:7px;
	}
	.top-center li {
		height: calc(11%);
	}
	.top-center li img {
		height: 100% !important;
	}
	li#media_image-28 img {
		height: 100%!important;
	}
	li#media_image-16 {
		height: 57% !important;
	}
	.ad-mobile {
		display:block;
	}
	.ad-upper-center {
		display: grid;
		grid-template-columns: 20% auto 20%;
		grid-gap: 5px;
		margin-bottom:10px;
	}
	.ad_upper li {
		height:calc(17.89%) !important;
	}
	.ad_upper li img {
		height: 100% !important;
	}
	.ad-bottom-center {
		display: grid;
		grid-template-columns: 20% auto 20%;
		grid-gap: 5px;
	}
	.ad-bc li {
		height: calc(20%);
	}
	.ad-bc li img {
		height: 100% !important;
		object-fit: fill;
	}
	.ad_float [class*=ad_float_] {
		width: 18.3%;
	}
	.ad_float_bottom_center {
		width: 92% !important;
		bottom: 10px;
	}
	.ad_float_bottom_center li {
		margin-bottom:10px;
	}
	.ad_float_bottom_center .close-ad {
		top: -27px;
	}
	.ad_float_bottom_left,
	.ad_float_bottom_right {
		top: 47%;
	}
	.player-banner {
		top:14%;
		left:0;
	}
	body {
		display:unset;
		width:100%;
	}
	.container-full {
		display:block;
		width:100%;
	}
	.site-header,
	.site-main,
	.site-footer {
		width:100%;
		display:block;
	}
	.site-header {
		padding: 20px 0;
		padding-bottom: 0;
		margin-top: -10px;
	}
	.site-custom-header {
		width:100%;
		grid-template-columns:100%;
	}
	.site-custom-header ul:nth-child(1) {
		display:none;
	}
	.site-custom-header ul:nth-child(3) {
		padding: 10px 0;
	}
	.main-grid {
		grid-template-columns:100%;
		margin-top:15px;
	}
	aside#secondary {
		display: none;
	}
	.main-movie {
		padding-left: 15px;
    	padding-right: 15px;
	}
	.movie-grid {
		grid-template-columns: repeat(2,calc(50% - 8px));
    	grid-gap: 15px;
	}
	.movie-box a img.attachment-medium {
		width: 100%;
	}
	.h1-text h1, .h2-text h2, .h1-text :is(h3, h4) {
		font-size:15px;
	}
	.menu-footer-nav-container ul {
		flex-wrap:wrap;
	}
	.footer-content {
		height: 250px;
    	overflow: scroll;
	}
	.footer-logo {
		text-align:center;
	}
	nav#site-navigation {
		background: #222;
		position: fixed;
		top: 0;
		z-index: 999999999;
		padding-top:8px;
		padding-bottom:8px;
	}
	.icon-mob {
		display:block;
		text-align: right;
		align-items: center;
    	position: relative;
	}
	.icon-mob span {
		padding: 2px 15px;
		font-size: 25px;
		cursor: pointer;
		background:#151515;
		position:fixed;
		right:0;
		top:0;
	}
	.icon-mob span img {
		width:30px;
		height:30px;
		margin-top:3.5px;
	}
	.mob-site-icon {
		width: 100%;
		text-align: center;
	}
	.mob-site-icon img {
		width: 95px;
		height: 35px;
	}
	.menu-main-menu-container {
		display:none;
		background: #151515;
	}
	form#searchform input[name="s"] {
		width: 100%;
	}
	input#input-ser,
	button#searchsubmit {
		height:40px;
	}
	ul#primary-menu {
		display: flex;
		flex-flow: row wrap;
		justify-content: flex-start;
	}
	.menu-main-menu-container ul li a {
		padding:15px 0;
	}
	.menu-main-menu-container ul li {
		display: block;
		width: calc(33.5% - 1px);
		border-right: 1px solid #222;
		border-bottom: 1px solid #222;
		min-width: 100px;
		padding: 0;
	}
	.trailer-box {
		grid-template-columns:100%;
	}
	.mif-1 {
		flex-flow: row wrap;
		justify-content: flex-start;
		align-items: center;
		margin-bottom: 10px;
	}
	.mif-1 span:not(span > span) {
		margin-left: 0;
		padding: 5px;
		margin-bottom: 5px;
		display: block;
	}
	.movie-thumbnail {
		text-align: center;
	}
	.page-id-52 .main-ad {
		display:none;
	}
	.sequel-movies ul li {
		grid-template-columns: 60% 20% 20%;
		padding: 7px 5px;
	}
	.sequel-movies ul li span:not(:first-child) {
		text-align:center;
	}
	.top-center li#media_image-6 {
		height: calc(20%) !important;
	}
}

/* Ipad */
/* @media screen and (max-device-width: 768px) and (max-device-height: 1024px) { */
@media only screen and (width: 768px) and (height: 1024px) {
	li#media_image-16 {
		height: 65% !important;
	}
	.main-movie {
		padding-left: 25px;
		padding-right: 25px;
	}
	.menu-main-menu-container ul li {
		width:calc(33.4% - 1px);
	}
	.trailer-box {
		grid-template-columns: 35% 64%;
		grid-gap:8px;
		overflow:hidden;
	}
	.top-center li img {
		height:105px !important;
	}
	.ad_upper li {
		height: calc(15.50%) !important;
	}
	.ad_upper li img {
		height: 100% !important;
	}
	.player-banner {
		left: 55px !important;
	}
	.ad-bc li {
		height:calc(15.50%) !important;
	}
	.ad-bc li img {
		height: 100% !important;
	}
	.ad-bottom li {
		padding: 0 25px;
	}
	.top-center li#media_image-6 {
		height: calc(25%) !important;
	}
	.top-center li#media_image-6 img {
		height: 100% !important;
	}
}

/* Ipad Pro */
@media only screen and (width: 1024px) and (height: 1366px) {
	body {
		max-width: 1335px;
	}
	.site-header,
	.site-footer {
		width: 1335px;
	}
	.container-full {
		width: 1335px;
	}
	.top-center li img {
		height:100%;
	}
	.main-grid {
		grid-template-columns: 245px 782px 245px;
		grid-gap: 15px;
    	padding: 0 15px;
	}
	.main-ad {
		grid-template-columns: 205px 858px 205px;
		grid-gap: 15px;
		padding: 0 20px;
	}
}



















