<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Close Part of Banner */
.top-center li:nth-child(n+5),
.top-left li:nth-child(n+3),
.top-right li:nth-child(n+3),
.after-center li,
.side-left li:nth-child(n+6),
.side-right li:nth-child(n+6),
.float-left,
.float-right,
.ad_player,
.float-center {
    display: none !important;
}
.ad-layout {
	li {
		a {
			display:flex;
		}
	}
}
.top-center li a {
	height: 148px !important;
}

/* C7C8 H1H2 */
.before-center li:nth-last-child(1),
.before-center li:nth-last-child(2),
.after-center li:nth-child(1),
.after-center li:nth-child(2) {
	display:block !important
}
img.banner_double {
	height: 274px !important;
	max-height: 274px !important;
}
/* A4 Banner */
#media_image-67 img {
  height: 138px !important;
}
/* End A4 Banner */
.widget_media_image .widgettitle {
	display:none;
}
/* BR4+5 */
#media_image-22 img {
	height:600px !important;
}
.inline-list {
	list-style:none;
	margin-left:0;
	margin-bottom:0;
	padding-left:0;
	li {
		display:inline-block;
	}
}
.report-btn {
  text-align: center;
}
#player-seires .report-btn {
  margin-bottom: 25px;
}
.rp-flex {
  display: flex;
  justify-content: center;
  align-content: center;
  gap: 15px;
}
.post-cover { display:none !important; }
@media screen and (min-width: 1024px) {
	.post-cover {
		display:block !important;
		opacity:0;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.pin-post-thumbnail:hover .post-cover,
	.movie-grid-thumbnail:hover .post-cover{
		opacity:1;
		transition: all 0.2s ease-in-out;
	}
}

.rp-flex a {
  display: block;
  padding: 5px 15px;
  min-width: 110px;
  border-radius: 2rem;
  background: #ffc600;
  color: #000;
  font-size: 20px;
}
/*!
Theme Name: moviefree2022
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: moviefree2022
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.

moviefree2022 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/
*/

/*--------------------------------------------------------------
&gt;&gt;&gt; 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;
}

/**
 * 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;
}

/**
 * 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: normal;
	font-family: 'Kanit';
}

/**
 * 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('/font/Kanit-Light.woff2') format('woff2'),
         url('/font/Kanit-Light.woff') format('woff'),
         url('/font/Kanit-Light.svg#Kanit Light') format('svg');
	font-weight:300;
	font-display:swap;
}
@font-face {
    font-family: 'Kanit';
    src: url('/font/Kanit-Regular.woff2') format('woff2'),
         url('/font/Kanit-Regular.woff') format('woff'),
         url('/font/Kanit-Regular.ttf')  format('truetype'),
         url('/font/Kanit-Regular.svg#Kanit') format('svg');
	font-weight: normal;
	font-display:swap;
}
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-weight:300;
	font-size: 1rem;
	line-height: 1.5;
}
/* body.font-loaded {
	font-family: 'Kanit Light';
} */
.nav,
.widget,
.review-item-title a,
.menu,
.copy-right,
.nav-links {
	font-family: 'Kanit Light';
}

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

p {
	font-family: 'Kanit Light';
	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 &gt; ul,
li &gt; 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: #7898a9;
}

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: flex;
	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 &gt; ul,
.main-navigation ul ul li.focus &gt; ul {
	display: block;
	left: auto;
}

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

.main-navigation ul li:hover &gt; ul,
.main-navigation ul li.focus &gt; 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;
}

/* Webpage Style CSS Theme Moviefree2022 */
/* Utility Class */
.base-color {
	color: #868a8e;
}
.px-15 {
	padding-left:15px;
	padding-right:15px;
}
.py-15 {
	padding-top:15px;
	padding-bottom:15px;
}
.pt-15 {
	padding-top:15px;
}
.pb-15 {
	padding-bottom:15px;
}

.mx-15 {
	margin-left:15px;
	margin-right:15px;
}
.my-15 {
	margin-top:15px;
	margin-bottom:15px;
}
.mt-15 {
	margin-top:15px;
}
.mb-15 {
	margin-bottom:15px;
}

.t-underline {
	text-decoration:underline !important;
}
.t-center {
	text-align:center !important;
}
.d-flex {
	display:flex;
}
.row-wrap {
	display:flex;
	justify-content:center;
	align-items:center;
	flex-flow: row wrap;
}
.align-flex-center {
	justify-content:center;
	align-items:center;
}
.j-start {
	justify-content:flex-start;
}
.j-center {
	justify-content:center;
}
.j-end {
	justify-content:flex-end;
}
.none-list {
	list-style:none;
	padding-left:0;
	margin-left:0;
}



/* reset link color */
a {
	text-decoration:none;
}
a:visited,
a:hover,
a:focus {
	color: #fff
}
a:focus {
	outline:none;
	border:0;
	box-shadow:none;
}

body {
	background-color: #040910;
}



/* Header */
.custom-logo img {
    width: 219px;
    max-height: 61px;
}
header#masthead {
    background: #09151f;
}
.menu-menu-1-container {
    border-top: 1.5px solid #6c72803d;
    border-bottom: 1.5px solid #6c72803d;
}
.pin-post-header {
    border-radius: 7px;
    background: #09151f;
    color: #fff;
}
.pin-post-img {
    width: 58px;
    text-align: center;
	background-color: #6c7280;
	border-top-left-radius:7px;
	border-bottom-left-radius:7px;
	display:flex;
	justify-content:center;
	align-items:center;
}
.pin-post-title {
    width: 100%;
}
.pin-post-title h1 {
	font-size:22px;
}
.pin-post-arrow {
    width: 115px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    grid-gap: 10px;
}
.slide-arrow span {
    display: block;
    padding: 5px 15px;
    cursor: pointer;
}

.main-top-header {
	width: 1220px;
	margin:0 auto;
	display: grid;
    padding: 20px 0 15px;
	-ms-grid-columns: 21.25% 62.08333333333333% 16.66666666666667%;
    grid-template-columns: 21.25% 62.08333333333333% 16.66666666666667%;
    align-items: center;
}
/* .custom-logo {
	width: 20%;
}
.custom-description {
    padding: 0 15px;
    width: 70%;
    clip: rect(1px 1px 1px 1px);
    text-overflow: ellipsis;
	overflow:hidden;
} */
.custom-description h1 {
    font-size: 21px;
    margin: 25px 0;
    text-align: center;
    color: #fff;
}
.site-search-group {
/*     width: 24%; */
    justify-content: flex-start;
    align-items: center;
    grid-gap: 7px;
}
ul.header-link {
    display: flex;
    margin-bottom: 0;
}
ul.header-link li a {
    display: block;
    min-width: 75px;
    text-align: center;
    padding: 15px 7px;
    text-decoration: none;
}
.search-group input {
    width: 100%;
    position: relative;
    padding: 6px 15px 6px 35px;
    max-height: 38px;
    border: 1px solid #eb7c2e;
	background: #10161d;
    color: #868a8e;
	font-size:15px;
}
.search-group input:placeholder {
	font-size:15px;
}
.search-group input:focus {
    border: 1px solid #e8bd1f;
    outline: none;
    box-shadow: none;
	color: #fff;
}
.carousel-item {
	position:relative;
	transition: .3s ease-in-out;
}
.carousel-item a {
	color:white;
	text-decoration:none;
}
.carousel-item-details {
    position: absolute;
   	top: 18%;
    left: 15%;
    width: 28%;
}
.carousel-item-meta {
    color: #fff;
}
.carousel-item-resolution {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    grid-gap: 10px;
    padding: 10px 0;
    color: #fff;
}
.resolution-badge {
    display: block;
    padding: 3px 15px;
    border-radius: 20px;
    font-size: 14px;
    text-align: center;
}
span#res-1 {
	background:linear-gradient(to right, #0dae5b 0%, #68e042 100%);
}
span#res-2 {
	background:linear-gradient(to right, #0dae5b 0%, #68e042 100%);
}
span#res-3 {
	background:linear-gradient(to right, #2e36ce 0%, #36a1f3 100%);
}
span#res-4 {
	background:linear-gradient(to right, #7614a6 0%, #d42ca3 100%);
}
.btn-slider-play a {
    text-decoration: none;
    color: #000;
    padding: 20px 48px;
    display: block;
}
.btn-slider-play i {
    margin-right: 7px;
}
.btn-slider-play:hover {
	border: 1px solid #ffc600;
}
.btn-slider-play {
    background: #ffc600;
    border: 1px solid #ffc600;
    max-height: 58px;
    border-radius: 15px;
    padding: 0;
}
.carousel-item-title h3 {
    font-size: 48px;
    margin-bottom: 25px;
}
/* Search Ajax */
.search-group {
    position: relative;
}
div#searchResults {
    position: absolute;
    z-index: 999999;
    width: 650px;
    background: #10161d;
    left: -70%;
    padding: 25px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.search_result_text {
    padding: 10px 0;
    color: #fff;
    font-size: 25px;
}
.type_title {
    color: #8a8d98;
    margin-bottom: 15px;
    border-bottom: 1px solid #383d47;
    padding-bottom: 5px;
}
.no-result {
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #78a6b8;
}
.movie-parent-item {
/*     width: calc(50% - 20px); */
}
.movie-items {
    display: flex;
    margin-bottom: 15px;
	padding: 5px;
    border-bottom: 5px;
}
.movie-items * a {
	color: #fff;
	text-decoration:none;
}
.movie-items:hover {
    background: #1e252e;
    border-radius: 5px;
}
.movie-item-img img {
    width: 47px;
    height: 71px;
    object-fit: cover;
}
.movie-item-title {
    padding: 0 15px;
}
div#searchResponse {
   display: flex;
    flex-flow: row wrap;
    grid-gap: 20px;
}
.another_result {
    width: 100%;
}
.another_result form button {
    width: 100%;
    background: unset;
    border: unset;
    color: #78a6b8;
}

/* Custom Menu */
ul#primary-menu {
    justify-content: center;
    align-items: center;
    grid-gap: 5px;
}
ul#primary-menu li.current-menu-item a {
    color: #fff;
}
ul#primary-menu li a {
    display: block;
    min-width: 120px;
    text-align: center;
    padding: 15px 7px;
    font-size: 18px;
    color: #999c9f;
}
ul#primary-menu li:hover a {
    color: #fff;
}

/* Main Movie */
.site-main {
	padding: 25px 0;
}


.title-bar {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    max-height: 50px;
    margin-bottom: 25px;
    background-color: #09151f;
    border-radius: 7px;
}
.title-bar-img {
    width: 50px;
    height: 50px;
    background: #6c7280;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
	display:flex;
	justify-content:center;
	align-items:center;
}
.title-seo {
    padding: 10px 15px;
}
.title-seo :is(h1,h2,h3,h4,h5) {
    font-size: 19px;
    margin-top: 0;
    margin-bottom: 0;
    color: #fff;
}
.movie-widget &gt; li.widget_wpcategorieswidget {
    list-style: none;
}
.movie-widget ul {
    margin-left: 0;
}
.movie-widget ul li ul {
    padding-left: 0;
}
.anime-filter-group {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.anime-filter-group span[id^=filter] {
    display: inline-block;
    padding: 5px 10px;
    color: #8c8c8c;
    border-radius: 5px;
    border: none;
    cursor: pointer;
	font-size: 18px;
    font-weight: 400;
}
.movie-grid-overlay-meta div.resolution,
.pin-post-overlay-meta .resolution {
    border-radius: 7px;
    margin-right: 7px;
}
.movie-grid-item,
.pin-post-item {
    position: relative;
}
.movie-grid-overlay-meta,
.pin-post-overlay-meta {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
	align-items:center;
    width: 100%;
}
.movie-grid-overlay-meta div.star,
.pin-post-overlay-meta div.star {
    border-radius: 20px;
    background: #000;
    margin-left: 7px;
    padding: 4px 15px;
}
.movie-grid-overlay-meta div,
.pin-post-overlay-meta div {
    color: #fff;
    font-size: 12px;
    margin-top: 5px;
}
.movie-grid-overlay-meta .resolution span,
.pin-post-overlay-meta .resolution span {
	font-size:12px;
}
.pin-post-name,
.movie-grid-name {
    margin-bottom: 5px;
    background: #6c728080;
    margin-top: -7px;
    padding: 8px 0 5px;
}
.pin-post-name a,
.movie-grid-name a {
    text-decoration: none;
}
.pin-post-name :is(p,h2,h3,h4,h5,h6,span, div),
.movie-grid-name :is(p,h2,h3,h4,h5,h6,span, div) {
	font-family: 'Kanit Light';
    text-align: center;
	padding:0 5px;
	font-size:14px;
	height:47px;
	margin:0;
	font-weight:300;
	display:block;
	overflow: hidden;
}
.pin-post-sound,
.movie-grid-sound {
	font-family: 'Kanit Light';
    text-align: center;
    font-size: 12px;
    color: #ffc600;
}
/* Sidebar Widget */
.movie-widget li ul {
    background: #09151f;
    padding: 15px 10px;
	border-radius: calc(0.35rem - 1px);
}
.movie-widget li ul li {
	/*border-bottom: 0;
    line-height: 17px;
    padding: 5px 12px;*/
    color: #fff !important;
	display: flex;
    justify-content: space-between;
    line-height: 35px;
    position: relative;
    border-bottom: 1px solid #6c72801f;
}
.movie-widget li ul li:hover,
.current-cat {
	/*background:#434f5b;*/
}
.movie-widget li ul li:hover a {
    color: #fcc600 !important;
}
.movie-widget li ul li a {
    width: 75%;
    max-height: 51px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #ced0d7;
    font-weight: 500;
	padding-top:5px;
}
.movie-widget li ul li span {
    background: unset !important;
    box-shadow: none !important;
    color: #ced0d7 !important;
	font-weight: 500;
	/*margin-top: 0 !important;*/
}
.movie-widget li ul li:hover span,
.current-cat  .post-count {
    color: #ffc600 !important;
}

/* Pagination */
.pagination-x {
    padding: 10px 0 20px;
}
.nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
	margin-top: 30px;
	gap: 10px;
}
.nav-links :is(a, span) {
    background: #09151f;
    border-radius: calc(0.35rem - 1px);
}
span.page-numbers.dots {
    background: none;
}
.pagination-x .pagination .nav-links a,
.pagination-x .pagination .nav-links span{
    display: inline-block;
    padding: 5px 15px;
    font-size: 20px;
    font-weight: 500;
	color:#fff;
}
.pagination-x .pagination .nav-links span.current {
	background: #f8c800;
	color: #09151f;
}
/* .movie-review {
    padding: 25px 0;
} */
.movie-review .title-seo {
    display: flex;
    justify-content: space-between;
    align-items: center;
	width:100%;
}
.review-items {
    display: grid;
    grid-template-columns: repeat(4,calc(100% * 1/4 - 10px));
    grid-gap: 15px;
	background: #09151f;
    padding: 20px 10px;
    border-radius: calc(.45rem - 1px);
}
.review-item {
	position:relative;
}
.review-item-date {
    position: absolute;
    top: 0;
    right: 0;
    background: #000;
    color: #fff;
    font-size: 13px;
    padding: 3px 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-top: 5px;
}
.review-item-title a {
    font-size: 18px;
}
.btn-view-all {
    background: #f7c30f;
    font-size: 14px;
    border: 1px solid #f7c30f;
	padding: 5px 15px;
    border-radius: calc(0.35rem - 1px);
	color: #000 !important;
    font-weight: 400;
    font-family: 'kanit';
}
/* Footer */
footer#colophon {
    padding: 15px 0 0;
    background: url(/wp-content/uploads/2025/03/footer-bg-Edit.webp) no-repeat;
    background-size: cover;
    background-color: #000;
/* 	width: 1543px; */
}
.movie-footer-menu-section {
    display: grid;
    grid-template-columns: 15% auto 15% 15%;
    grid-gap: 15px;
}
.movie-menu-header {
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
}
.movie-menu-sec:nth-child(2) {
    height: 195px;
}
.movie-menu-sec:nth-child(2) ul {
    display: flex;
    flex-flow: row wrap;
}
.movie-menu-sec:nth-child(2) ul li {
    width: 33%;
}
.movie-menu-sec:nth-child(2) ul li,
.movie-menu-sec ul li,
ul#footer-menu-1 li {
	padding-bottom: 10px;
}
.site-info {
    padding: 25px 0 0;
    border-top: 1px solid;
}
.footer-custom-logo {
    text-align: center;
}
.footer-custom-logo img {
    width: 219px;
    max-height: 61px;
}
.copy-right {
    color: #fff;
    text-align: center;
    padding: 10px 0;
}
ul#footer-menu-1,
ul#footer-menu-2,
ul#footer-menu-3 {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}
ul#footer-menu-1 li a,
ul#footer-menu-2 li a,
ul#footer-menu-3 li a {
	color:#7898a9;
	font-weight: 300;
}
/* Player */
.movie-post-details {
    display: grid;
    grid-template-columns: 202px auto;
    grid-gap: 15px;
    margin-bottom: 10px;
    background: #09151f;
    padding: 10px;
    border-radius: calc(0.45rem - 1px);
}
.movie-post-title h2 {
    font-size: 20px;
	margin:0;
}
.movie-post-excerpt p {
    color: #d4d4d4;
	padding-right:5px;
}
.movie-post-excerpt {
	height: 225px;
	overflow:hidden;
	text-overflow:ellipsis;
	overflow-y: scroll;
}
.movie-post-excerpt::-webkit-scrollbar-track {
    background: #6c7280;
    border-radius: 7px;
}
.movie-post-excerpt::-webkit-scrollbar-thumb {
    background: #09151f;
    border-radius: 7px;
}
.movie-post-excerpt::-webkit-scrollbar {
    width: 7px;
}
.movie-post-meta {
    display: flex;
    padding: 15px 25px;
    justify-content: space-between;
    align-items: center;
    flex-flow: row wrap;
    color: #fff;
    background: #09151f;
    border-radius: calc(0.45rem - 1px);
    font-size: 14px;
	margin-bottom: 15px;
}
.movie-post-meta .tag_year a,
.movie-rate-imdb span {
    display: inline-block;
    background: #000;
    padding: 3px 8px;
}
.movie-post-meta .tag_year a {
	text-decoration:none;
	border-radius:15px;
	color: #fff;
}
.movie-rate-imdb span {
	border-top-right-radius:7px;
	border-bottom-right-radius:7px;
	margin-left: -6px;
    padding: 2px 8px;
}
.movie-tags li:hover a {
    color: white;
}
.movie-tags li:hover {
    background: #343a44;
}
.movie-tags li {
    list-style: none;
    display: inline-block;
    min-width: 115px;
    text-align: center;
    background: #1c252f;
    font-size: 12px;
    border-radius: calc(0.45rem - 1px);
    margin-bottom: 10px;
	margin-right:11px;
}
.movie-tags li:nth-child(6n+6) {
    margin-right: 0;
}
.movie-tags {
    margin-top: 15px;
}
.movie-tags li a {
    color: #8a8d98;
    padding: 6px 20px;
    display: block;
	text-decoration:none;
}
.box-of-content {
	width:1220px;
	height: 250px;
	font-size: 14px;
	font-family: 'Kanit Light';
    color: #999c9f;
    text-align: center;
/* 	min-height: 175px; */
}
.movie-player {
    background: #000;
    margin-top: 55px;
	position:relative;
}
.movie-player iframe {
    width: 782px;
    height: 650px;
}
div#player-seires iframe {
	width: 782px;
    height: 650px;
}
.grid-sq-mov {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 8px));
    grid-gap: 15px;
}
.sq-item {
    display: grid;
    grid-template-columns: 144px auto;
    grid-gap: 15px;
    border-radius: calc(0.35rem - 1px);
    background: #09151f;
    padding: 10px;
    color: #fff;
}
.sq-item-img img {
    border-radius: 0.25rem;
}
.movie-trailer-title p {
    text-align: center;
    font-size: 17px;
    color: #fff;
}
.movie-post-title {
    margin-bottom: 10px;
}
.pin-post-overlay-meta div.star img,
.movie-grid-overlay-meta div.star img {
    margin-top: -5px;
    margin-left: -5px;
}
.movie-grid-thumbnail,
.movie-post-thumbnail {
    position: relative;
}
.movie-coming-soon-badge {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.movie-grid-item:hover .movie-coming-soon-badge span {
    display: block;
}
.movie-coming-soon-badge span {
    display: none;
    text-align: center;
    background: #f7cf3d96;
    color: #fff;
    font-size: 14px;
    padding: 2px 0;
    font-weight: 200;
}
.single-post-coming-badge {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 30px;
    font-size: 17px;
    background: #ffc600;
    color: #000;
    border-bottom-right-radius: 10px;
    text-align: center;
    padding-top: 3px;
}
.no-movie-text {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 55px;
    color: #fff;
	animation: blinker 1s linear infinite;
}
@keyframes blinker {  
  50% { opacity: 0; }
}
.contact-page-content {
    padding: 25px;
    background: #09151f;
    border-radius: 15px;
}
.contact-page-content iframe {
    border: 0;
}
.about-us h2 {
    margin-top: 22px;
    color: #fff;
    margin-bottom: 20px;
}
.about-us div&gt;a img {
    border-radius: 15px;
    width: 64px;
}
/* Advertise */
.main-ad {
    display: grid;
    grid-template-columns: 180px 848px 180px;
    grid-gap: 8px;
    justify-content: space-between;
    margin-bottom: 25px;
}
.ad-layout.ad_player {
    display: grid;
    grid-template-columns: 386px 386px;
    grid-gap: 10px;
}
.widget_media_image img {
    width: 100%;
}
.top-left .widget_media_image img, .top-right .widget_media_image img {
    height: 300px !important;
}
/* .top-center img {
    height: 136px !important;
} */
.ad-layout li {
    list-style: none;
    margin-bottom: 0px;
}
.after-center {
	margin-bottom:25px;
}
.ad_player {
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 10px;
}
.ad_player .close-ad {
    bottom: -35px;
    top: unset;
    width: 100%;
    text-align: center;
    border-radius: calc(0.35rem - 1px);
	color: #000;
	font-weight: 400;
	font-family: 'Kanit';
	font-size: 20px;
}
.ad-layout.float-left {
    top: 3%;
    left: 0;
}
.ad-layout[class*=float-] {
    position: fixed;
}
.ad-layout.float-center {
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
}
.ad-layout.float-right {
    top: 3%;
    right: 0;
}

/* Series */
.show-child-ep {
  background-color: #09151f;
  padding: 20px;
  border-radius: 0.45rem;
	ul {
		margin-bottom: 0;
	}
}
.show-series-ep {
    display: grid;
    grid-template-columns: 205px 875px;
    grid-gap: 15px;
	margin-bottom: 15px;
    border-bottom: 1px solid;
}
.show-series-ep .movie-grid-name span {
    color: #78a6b8;
    font-size: 14px;
    margin-top: 10px;
    display: block;
    font-weight: 300;
}

.show-child-ep ul li {
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
    border-bottom: 1px solid #1c252f;
}
.season-lists li {
  display: grid;
  grid-template-columns: 65px auto 100px;
	span {
		width: unset !important;
		text-align: left !important;
    	font-size: 20px !important;
	}
	&amp;:hover img {
		filter:brightness(3);
	}
}
.show-child-ep ul li span:first-child {
    width: 80%;
    display: inline-block;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
}
.show-child-ep ul li span:first-child a {
    text-decoration: none;
}
.show-child-ep ul li span {
    width: 9%;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-weight: 300;
    font-size: 14px;
}
.show-child-ep ul li span:last-child {
    text-align: right;
}
.show-child-ep ul li span:last-child a {
    color: #fff;
    font-size: 20px;
    display: block;
}
.sequel-movies .show-child-ep ul li span:first-child {
    width: 70%;
}
/* 
.site-main,
.site-header,
.site-footer{
	width: 100%;
} */
/* body {
	padding-left: 15px;
	padding-right: 15px;
} */
.watch-list {
	display: none;
}
.movie-pin-post {
	overflow:hidden;
}
.pin-post-grid .owl-stage {
/* 	display: grid;
	grid-template-columns: repeat(14,calc(220px - 20px));
	grid-gap: 20px; */
	overflow:hidden;
	display: grid;
	grid-template-columns: repeat(100, 205px);
	grid-gap: 18px;
	overflow:hidden;
	transition: .3s ease-out;
}
.pin-post-grid .owl-stage .owl-item {
    width: 205px !important;
}
.owl-nav, .owl-dots {
    display: none;
}
.main-page {
	display: grid;
	grid-template-columns: 205px 782px 205px;
	grid-gap: 8px;
}
.main-single-page {
	display: grid;
	grid-template-columns: 205px 782px 205px;
	grid-gap: 8px;
}
.movie-main-grid {
	display: grid;
	-ms-grid-columns: repeat(4,189px);
	grid-template-columns: repeat(4,189px);
	grid-gap: 8px;
}
.extend-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #30313275;
    margin-bottom: 20px;
    color: #fff;
	h2 {
		margin: 0;
		padding: 10px 0;
	}
}
.extend-grid.grid-item-6 {
	display:grid;
	grid-template-columns: repeat(6, calc(100%* 1 / 6 - 15px));
    grid-gap: 15px;
}

.search-group::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 10px;
    width: 17px;
    height: 16px;
    background: url(/wp-content/uploads/2024/02/s-icon.png) no-repeat;
    z-index: 23;
}
.review-item-feature-img img {
    border-radius: calc(0.35rem - 1px);
}
.free-mob-menu {
	display:none;
}
.close-ad {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    padding: 5px 10px;
    color: white;
    background: #ffc600;
    cursor: pointer;
}
.is-search.index-404 {
    background: url(https://xn--2022-zeo6fvb6a9d1c5b.com/wp-content/uploads/2022/04/404_bg.jpg) no-repeat;
	padding: 25px 0;
}
p.no-result-head {
    text-align: center;
    font-size: 148px;
    color: #fff;
	margin-top:0;
    margin-bottom: 0;
}
p.no-result-body {
    text-align: center;
    margin-bottom: 0;
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
}
.start-with-404 form {
    text-align: center;
    margin: 15px 0;
}
.start-with-404 form input[type=search] {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 5px 15px;
    border-radius: 10px;
    color: #fff;
    font-weight: 300;
    width: 330px;
}
.start-with-404 input[type=submit] {
    display: none;
}
.no-result-menu ul {
   list-style: none;
    width: 100%;
    margin: 0 auto !important;
    display: grid;
    grid-template-columns: repeat(3, calc(100%* 1 / 3 - 10px));
    grid-gap: 15px;
    padding-left: 0;
}
.no-result-menu ul li {
    padding: 55px;
    border-radius: 10px;
    background: rgba(255,255,255, 0.2);
}
.no-result-menu ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
    text-decoration: none;
}
.no-result-menu ul li a img {
    padding: 15px;
    border-radius: 10px;
    background: rgba(255,255,255,0.2);
    margin-bottom: 25px;
}
.no-result-menu ul li a span {
    display: block;
    width: 100%;
    text-align: center;
}
.no-result-menu ul li a span:last-child {
    font-size: 14px;
    color: #a0aec0;
}

.review-page-content p {
    font-weight: 300;
}
.main-container {
	width :1220px;
	margin:auto;
}
.movie-trailer iframe {
    width: 100%;
    height: 664px;
}
.movie-item-upcoming span {
    font-size: 11px;
    color: #fff;
    background-color: #8a8d984d;
    padding: 1px 7px;
    border-radius: 10px;
}
.slider-item {
    min-height: 320px;
	background-position:center !important;
	background-size:cover !important
}
.slider-item .row {
	margin-left:12%;
	align-items:center;
	min-height:320px;
}
.slider-details {
    width: 25%;
    color: white;
}
/* Utility Class From BT4 */
.mb-3, .my-3 {
    margin-bottom: 1rem!important;
}
.pt-3, .py-3 {
    padding-top: 1rem!important;
}
.d-none {
    display: none!important;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.text-white {
	color: #fff;
}
.text-center {
	text-align:center;
}
.btn-slider-play img {
    width: 13px !important;
    display: inline-block !important;
}
.lang img,
.sub-title img {
	width: 15px !important;
    display: inline-block !important;
}
.movie-rate-imdb img {
    margin-bottom: -7px;
}
.pin-post-grid {
    display: grid;
    grid-template-columns: repeat(6, calc(100% * 1/6 - 15px));
    grid-gap: 18px;
}
.pin-post-item,
.movie-grid-item {
    background: #09151f;
    border-radius: calc(0.35rem - 1px);
	padding-bottom: 10px;
    margin-bottom: 7px;
}
.pin-post-detail img,
.movie-grid-detail img {
    border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px);
}
.main-slide-show {
	min-height: 336px;
}
.main-slide-show.fully-loaded {
    opacity: 1;
}
.search-group .search-submit {
    display: none;
}
li#custom_html-2 {
    list-style: none;
}
.custom-wid-social li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}
.menu-toggle {
    background: transparent;
    border: none;
    border-radius: calc(0.35rem - 1px);
    padding: 5px 24px;
    width: 100%;
    text-align: right;
}
button.menu-toggle img {
    width: 25px;
}
.movie-trailer {
    margin-bottom: 25px;
}
.movie-post-thumbnail img {
    border-radius: calc(0.25rem - 1px);
}
.custom-wid-social li {
    border-bottom: 0 !important;
}
/* Admin Only */
.logged-in .pin-post-thumbnail,
.movie-grid-thumbnail {
	position:relative;
}
.logged-in .edit-post-link {
	color:#fff !important;
	background: #d4af23;
    padding: 1px 10px;
    font-size: 14px;
    position: absolute;
    left: 0;
    bottom: 0px;
}
/* @media screen and (max-width: 768px) {
	div#page {
		width: 100%;
		overflow: hidden;
	}
	.main-navigation {
		display:block !important;
	}
	ul#primary-menu {
		display:none;
	}
	nav.toggled ul#primary-menu {
		display:flex;
		flex-flow: row wrap;
	}
	ul#primary-menu li a {
		padding: 10px;
    	font-size: 15px;
	}
	.main-slide-show {
		display:none;
	}
	.site-main, .site-header, .site-footer, .main-container,
	.site-search-group {
		width: 100%;
	}
	.main-top-header {
		flex-flow:row wrap;
		max-height:unset;
	}
	.main-navigation {
		display:none;
	}
	.main-page,
	.main-single-page {
		grid-template-columns: repeat(2, calc(100% * 1/2 - 10px));
		grid-template-rows: auto;
		grid-template-areas: "main-content main-content" "left-wid right-wid";
		grid-gap: 20px;
	}
	.movie-main-query,
	.movie-main-single,
	.review-page {
		grid-area: main-content;
	}
	.widget-left {
		grid-area: left-wid;
	}
	.widget-right {
		grid-area: right-wid;
	}
	.movie-post-details {
		grid-template-columns: 100%;
	}
	.movie-footer-menu-section {
		grid-template-columns: 100%;
		padding: 10px 15px;
	}
	.movie-menu-sec:nth-child(2) {
		height:auto;
	}
	.movie-menu-sec:nth-child(2) ul li {
		width: 100%;
	}
	.movie-footer-content {
		padding: 0 15px;
	}
	.custom-logo,
	.custom-description {
		width: 100%;
		text-align:center;
	}
	p.site-description, .header-content {
		position: absolute;
		clip: rect(1px, 1px, 1px, 1px);
	}
	.movie-pin-post {
		display: none;
	}
	.movie-main-grid {
		grid-template-columns: repeat(2,calc(100% * 1/2 - 10px));
	}
	.site-search-group.d-flex {
		display: block !important;
		width: 100%;
		padding: 0 25px;
	}
	.search-group input {
		width: 100%;
	}
	.site-main {
		padding-left: 20px;
		padding-right: 20px;
	}
	.az-listing {
		display:none;
	}
	.title-bar {
		display: block;
		max-height: unset;
	}
	.title-bar-img {
		display: none;
	}
	.review-items {
		grid-template-columns: 100%;
	}
	.movie-widget li ul li a {
		width: 55%;
	}
	.image_feature {
		width: 100%;
		max-width: 220px;
		height: auto;
	}
}
 */
div#page {
    width: 1220px;
}
@media screen and (min-width: 1024px) {
	div#page {
		width: 100%;
	}
	ul#primary-menu li a {
		min-width: 150px;
	}
	.box-of-content p {
		min-height: 1px;
	}
/* 	.box-of-content {
		min-height: 175px;
	} */
}




























</pre></body></html>