/*
Theme Name: dongsub
Theme URI: https://dongsub.org
Author: evasub
Author URI: https://dongsub.org/
Description: DongSub theme
Version: 1.0.36
Text Domain: dongsub
*/

html {
	line-height: 1.75;
	-webkit-text-size-adjust: 100%;
}

html,
input[type="search"] {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
	min-width: 0;
}

abbr[title] {
	        text-decoration: underline;
	        text-decoration: underline dotted;
	border-bottom: none;
	-webkit-text-decoration: underline dotted;
}

b,
strong {
	font-weight: 700;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: normal;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	display: table;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	max-width: 100%;
	padding: 0;
	white-space: normal;
	color: inherit;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	outline-offset: -2px;
	-webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

/**
* #.# WordPress Core
*
* Styles for WordPress core and screen reader classes.
*/
/* Text meant only for screen readers. */
.screen-reader-text {
	position: absolute !important;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	width: 1px;
	height: 1px;
}

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

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}
#content.site-content.wrapper {
  min-height: 1200px;
}

/* Alignment */
.alignleft {
	float: left;
	margin: 0.4375rem 1.75rem 0.875rem 0;
}

.alignright {
	float: right;
	margin: 0.4375rem 0 0.875rem 1.75rem;
}

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

.alignnone {
	float: none;
	margin: 0 auto 1.75rem;
}

p .alignnone {
	margin: 0;
}

/* Gallery */
.entry-content .gallery {
	position: relative;
	left: 50%;
	width: 91vw;
	max-width: 900px;
	margin-bottom: 5%;
	-webkit-transform: translate(-50%);
	        transform: translate(-50%);
}

.gallery:after {
	display: table;
	clear: both;
	content: "";
}

.gallery-item {
	position: relative;
	display: block;
	float: left;
	width: 50%;
	margin: 0 0 6px;
	padding: 0 3px;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	display: block;
	max-width: 100%;
	background: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item:nth-of-type(3n) {
	width: 100%;
}

.gallery-item .gallery-icon {
	position: relative;
}

.gallery-item .gallery-icon a {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.gallery-item .gallery-icon a img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.gallery-item .gallery-icon img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.gallery-item .gallery-icon:after {
	display: block;
	width: 100%;
	padding-top: 56.25%;
	content: "";
}

.gallery-item .portrait.gallery-icon:after {
	padding-top: 133%;
}

.gallery-caption {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: auto;
	max-height: 50%;
	margin: 0 3px;
	padding: 0.875em;
	-webkit-transition: opacity 0.25s ease;
	        transition: opacity 0.25s ease;
	text-align: center;
	background: -webkit-gradient(linear, left top, right top, from(rgba(54, 54, 54, 0.6)), color-stop(85%, rgba(54, 54, 54, 0.4)));
	background: linear-gradient(to right, rgba(54, 54, 54, 0.6), rgba(54, 54, 54, 0.4) 85%);
}

.gallery-caption.wp-caption-text {
	color: #fff;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.entry-content .gallery img {
	display: block;
	margin: 0;
}

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

.entry-content a img,
.entry-summary a img,
.comment-content a img,
.textwidget a img {
	display: block;
}

a:hover > img,
a:focus > img {
	opacity: 0.8;
}

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

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

.wp-caption-text {
	font-size: 0.8rem;
	padding-top: 0.875em;
	color: #505050;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
	margin-bottom: 1.75em;
	vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
	margin-bottom: 0;
}

/* WordPress media elements */
.page-content .wp-audio-shortcode,
.entry-content .wp-audio-shortcode,
.comment-content .wp-audio-shortcode {
	margin-top: 0;
	margin-bottom: 1.75em;
}

.page-content .wp-video,
.entry-content .wp-video,
.comment-content .wp-video {
	margin-top: 0;
	margin-bottom: 1.75em;
}

.page-content .wp-playlist.wp-audio-playlist,
.entry-content .wp-playlist.wp-audio-playlist,
.comment-content .wp-playlist.wp-audio-playlist {
	margin-top: 0;
	margin-bottom: 1.75em;
	padding-bottom: 0;
}

.page-content .wp-playlist .wp-playlist-tracks,
.entry-content .wp-playlist .wp-playlist-tracks,
.comment-content .wp-playlist .wp-playlist-tracks {
	margin-top: 0;
}

.page-content .wp-playlist-item .wp-playlist-caption,
.entry-content .wp-playlist-item .wp-playlist-caption,
.comment-content .wp-playlist-item .wp-playlist-caption {
	padding: 0.7em 0;
	border-bottom: 0;
}

.page-content .wp-playlist-item .wp-playlist-item-length,
.entry-content .wp-playlist-item .wp-playlist-item-length,
.comment-content .wp-playlist-item .wp-playlist-item-length {
	top: 0.7em;
}

.page-content .wp-playlist-caption:focus,
.entry-content .wp-playlist-caption:focus,
.comment-content .wp-playlist-caption:focus {
	outline: 0;
}

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

/* Meta Js */
.page-content .mejs-container,
.entry-content .mejs-container,
.comment-content .mejs-container {
	margin-bottom: 1.75rem;
}

.mejs-controls a.mejs-horizontal-volume-slider,
.mejs-controls a.mejs-horizontal-volume-slider:focus,
.mejs-controls a.mejs-horizontal-volume-slider:hover {
	border: 0;
	background: transparent;
}

.mejs-audio.mejs-container,
.mejs-audio.mejs-container .mejs-controls {
	height: 60px !important;
	border-radius: 4px;
	background: rgba(23, 35, 34, 0.75);
}

.mejs-audio .mejs-controls {
	padding: 0 13px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
	        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.mejs-audio .mejs-controls .mejs-playpause-button {
	position: relative;
	width: 40px;
	height: 40px;
	margin-right: 8px;
	border-width: 0;
	border-radius: 50%;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(54, 54, 54, 0.2) 51%, rgba(54, 54, 54, 0.4) 100%);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
	        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

.mejs-audio .mejs-controls .mejs-playpause-button button {
	top: 50%;
	left: 50%;
	margin: 1px;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.mejs-audio .mejs-controls .mejs-time-rail .mejs-time-current {
	background-color: #03a9f4;
}

/**
* #.# Elements
*
* Styles for Core HTML elements.
*/
html {
	font-size: calc( 17px + 2 * ((100vw - 320px) / 1360));
}

.ios-device * {
	cursor: pointer;
}

body {
	font-family: PT Sans, sans-serif;
	font-size: 1rem;
	font-weight: normal;
	line-height: 1.75;
	margin: 0;
	word-wrap: break-word;
	color: #363636;
	background-color: #fff;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: bolder;
	line-height: 1.2;
	margin: 0 0 1.75rem;
}

h1 {
	font-size: 2.013rem;
	line-height: 1.7387;
}

h2 {
	font-size: 1.75rem;
	line-height: 1.15;
}

h3 {
	font-size: 1.205rem;
	line-height: 1.45228;
}

h4 {
	font-size: 1.150em;
	line-height: 1.52174;
}

h5 {
	font-size: 1rem;
	line-height: 1.75;
}

h6 {
	font-size: 0.87rem;
	line-height: 2.01149;
}

/* Links */
a {
	text-decoration: none;
	color: #0050c7;
}

a:visited,
a:hover {
	color: #06f;
}

a:focus {
	outline: thin dotted;
	outline-offset: -0.05em;
}

/* Lists */
ol,
ul {
	margin: 0 0 1.75rem;
	padding: 0 0 0 1.75em;
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin: 0.875rem 0;
}

/* Misc */
address,
p {
	margin: 0 0 1.75rem;
}

hr {
	overflow: visible;
	height: 1px;
	margin-bottom: 1.75rem;
	border: 0;
	background-color: #e6e6e6;
}

abbr,
dfn[title],
acronym {
	cursor: help;
	border-bottom: 1px dotted #e6e6e6;
}

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

mark,
ins {
	color: #363636;
	background: #fafafa;
}

dl,
dd {
	margin: 0 0 1.75rem;
}

dt {
	font-weight: 700;
}

figure {
	margin: 0;
}

/* Code */
code,
kbd,
tt,
var,
samp,
pre {
	font-family: "Andale Mono", AndaleMono, "Lucida Console", monospace;
	font-size: 0.87rem;
	line-height: 2.01149;
}

pre {
	overflow: auto;
	max-width: 100%;
	margin: 0 0 1.75rem;
	padding: 1.75em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
	background-color: #fafafa;
}

code {
	padding: 0.125em 0.25em;
	background-color: #fafafa;
}

/* Blockquote */
blockquote {
	font-size: 1.150rem;
	line-height: 1.52174;
	position: relative;
	margin-top: 0;
	margin-bottom: 1.75rem;
	margin-left: 0;
	padding-left: 2.5em;
	color: #363636;
}

blockquote > p {
	margin-bottom: 0.875rem;
}

blockquote > p:last-child {
	margin-bottom: 0;
}

blockquote cite {
	font-size: 0.851rem;
	font-style: normal;
	line-height: 2.0564;
	display: block;
	margin-top: 0.4375rem;
	color: #757575;
}

blockquote:before {
	font-family: "georgia";
	font-size: 50px;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	content: "\201C";
	color: #363636;
}

.wp-block-pullquote {
	padding: 0;
	border-top-width: 0;
	border-bottom-width: 0;
}

.wp-block-pullquote blockquote,
blockquote.wp-block-pullquote {
	margin-right: 0;
	margin-bottom: 0;
	padding: 3em 0;
	text-align: center;
	color: #363636;
	border-top: 4px solid currentColor;
	border-bottom: 4px solid currentColor;
}

.wp-block-pullquote blockquote > p,
blockquote.wp-block-pullquote > p {
	font-size: 1.150rem;
	line-height: 1.52174;
}

.wp-block-pullquote blockquote cite,
blockquote.wp-block-pullquote cite {
	font-size: 0.851rem;
	font-style: normal;
	line-height: 2.0564;
	display: block;
	margin-top: 0.4375rem;
	color: #757575;
}

.wp-block-pullquote blockquote:before,
blockquote.wp-block-pullquote:before {
	content: none;
}

/* Table */
table {
	width: 100%;
	margin-bottom: 1.75rem;
	border-spacing: 0;
	border-collapse: collapse;
}

table td,
table th {
	padding: 0.4em;
	text-align: left;
	border-bottom: 0.1rem solid #e6e6e6;
}

table td:first-child,
table th:first-child {
	padding-left: 0;
}

table td:last-child,
table th:last-child {
	padding-right: 0;
}

p:empty {
	line-height: 0;
	margin: 0;
	padding: 0;
}

p > br:only-child {
	display: none;
}

/**
* #.# Forms
*
* Styles for HTML form elements.
*/
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
select,
textarea:focus {
	-webkit-transition: all 0.15s ease-in-out;
	        transition: all 0.15s ease-in-out;
}

a.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	font-family: inherit;
	font-size: 0.87rem;
	line-height: 2.01149;
	line-height: 1;
	display: inline-block;
	padding: 0.7875em 1.3125em;
	letter-spacing: 0.046875em;
	text-transform: uppercase;
	color: #fff;
	border: none;
	border-radius: 3px;
	background-color: #0050c7;
}

a.button:hover,
a.button:focus,
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	cursor: pointer;
	border: none;
	background-color: #003d99;
}

a.button:focus,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: thin dotted;
	outline-offset: -4px;
}

a.bordered.button {
	padding: calc( 0.875em - 2px) 1.3125em;
	border: 2px solid #e6e6e6;
	background-color: rgba(0, 0, 0, 0.3);
}

a.bordered.button:hover,
a.bordered.button:focus {
	background-color: rgba(0, 0, 0, 0.5);
}

a.black-bordered.button {
	padding: calc( 0.875em - 2px) 1.3125em;
	color: #363636;
	border: 2px solid currentColor;
	background-color: #fff;
}

a.black-bordered.button:hover,
a.black-bordered.button:focus {
	background-color: rgba(0, 0, 0, 0.01);
}

a.cta.button {
	background-color: #4caf50;
}

a.cta.button:hover,
a.cta.button:focus {
	background-color: #46a04a;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea,
select {
	font-family: inherit;
	font-size: 0.87rem;
	line-height: 2.01149;
	line-height: normal;
	width: 100%;
	padding: 0.4375em 0.735em;
	color: #363636;
	border: 1px solid #e6e6e6;
	border-radius: 3px;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
select:focus {
	border-color: #999;
	outline: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

select {
	background: #fff url("data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAAAyAAD/7gAOQWRvYmUAZMAAAAAB/9sAhAAIBgYGBgYIBgYIDAgHCAwOCggICg4QDQ0ODQ0QEQwODQ0ODBEPEhMUExIPGBgaGhgYIyIiIiMnJycnJycnJycnAQkICAkKCQsJCQsOCw0LDhEODg4OERMNDQ4NDRMYEQ8PDw8RGBYXFBQUFxYaGhgYGhohISAhIScnJycnJycnJyf/wAARCAASAB4DASIAAhEBAxEB/8QAbwAAAgIDAAAAAAAAAAAAAAAAAAYBBQMEBwEBAQEAAAAAAAAAAAAAAAAAAQACEAABAgQDBwMFAAAAAAAAAAABAgQAEQMFIUESMVGhMhMzBrFiNJEiIxQ1EQADAQEBAAAAAAAAAAAAAAAAATEhcUH/2gAMAwEAAhEDEQA/AH1y7vfiN7qOXlWo+t71ZUpajzDIJGxC0DCQkCOD2zeNn7am7aVBUo1RNKh6HcRmIh6xbXFqtm7pipRqCRB2g5EHIiOf67p4HcVIkXVscTKATpCyBgZyOmonPeOGr0zODnfb60sTTr1/vrLmG7cGSlqHokZmEtrX8n/VfeWrcqpghHToFM6dRIqoEhTPLTSmeIx247Y2LJZXnk7036+klsT+KliAsA4ISMqaeP1h/wCmjR0tI6ctOiQ06ZSlLdFM9ZXXETFH5f8Awq3xuZHzO3zDZ7t0EECqFxlw2+NR5ORPZ7ewdv27oywQQCf/2Q==") right no-repeat;
	background-position: right 15px top 21px;
	background-size: 12px;
	-webkit-appearance: none;
	   -moz-appearance: none;
}

label {
	font-weight: 700;
	display: block;
	margin-bottom: 0.4375em;
	color: #363636;
}

a.button:disabled,
a.button.disabled,
a.button:disabled[disabled],
button.disabled,
button[disabled],
input[type="button"][disabled],
input[type="reset"][disabled],
input[type="submit"][disabled] {
	opacity: 0.7;
}

a.button:disabled:hover,
a.button.disabled:hover,
a.button:disabled[disabled]:hover,
button.disabled:hover,
button[disabled]:hover,
input[type="button"][disabled]:hover,
input[type="reset"][disabled]:hover,
input[type="submit"][disabled]:hover {
	cursor: not-allowed;
}

.search-form {
	position: relative;
}

.search-form label {
	margin-bottom: 0;
}

.search-field {
	padding-right: 50px;
}

button.search-submit {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	margin: 0.25em 0;
	padding: 0.4325em 0.875em;
	color: #363636;
	border-width: 0;
	border-left: 1px solid #e6e6e6;
	background-color: transparent;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

button.search-submit:hover,
button.search-submit:focus {
	background-color: transparent;
}

.shadow {
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
	        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

.no-scroll {
	position: fixed;
	overflow: scroll;
	width: 100%;
}

.wrapper {
	position: relative;
	display: block;
	max-width: 1500px;
	margin: 0 auto;
	padding: 0 20px;
}

.site-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid #e6e6e6;
	background-color: #fff;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.header-items,
.contact-information,
.site-navigation {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	    flex: 0 0 100%;
}

.header-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 0.875em;
	padding-bottom: 0.875em;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.site-branding {
	position: relative;
	left: -1px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.custom-logo-link img {
	width: auto;
	height: 42px;
	margin-right: 0.7rem;
}

.title-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.site-title {
	font-family: PT Serif, serif;
	font-size: 1.625rem;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a {
	display: inline-block;
	color: #363636;
}

.site-title a:focus,
.site-title a:hover {
	text-decoration: none;
	opacity: 0.7;
}

.site-description {
	font-size: 14px;
	line-height: 1;
	display: none;
	margin-bottom: 0;
	letter-spacing: 1px;
	color: #757575;
}

.site-title + .site-description {
	position: relative;
	top: 3px;
	text-indent: 1em;
}

.header-items .search-form {
	margin-top: 10px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.header-items .search-form ::-webkit-input-placeholder {
	opacity: 1;
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #757575;
	/* Firefox */
}

.header-items .search-form :-ms-input-placeholder {
	opacity: 1;
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #757575;
	/* Firefox */
}

.header-items .search-form ::-ms-input-placeholder {
	opacity: 1;
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #757575;
	/* Firefox */
}

.header-items .search-form ::placeholder {
	opacity: 1;
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #757575;
	/* Firefox */
}

.header-items .search-form :-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #757575;
}

.header-items .search-form ::-ms-input-placeholder {
	/* Edge */
	color: #757575;
}

.header-items .search-submit {
	margin: 0.25em 0;
	padding: 0.4325em 0.875em;
	color: #363636;
	border-left: 1px solid #e6e6e6;
}

.header-items .search-field {
	padding: 0.4325em 0.735em;
	color: #363636;
	border: 1px solid #e6e6e6;
	background-color: transparent;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.header-items .search-field:focus {
	border-color: #999;
	background-color: transparent;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.header-widgets {
	position: relative;
	margin-left: auto;
}

.header-widgets .action-toggle {
	font-size: 20px;
	position: relative;
	z-index: 299;
	right: -10px;
	width: 40px;
	height: 40px;
	margin-left: 2px;
	padding: 0;
	color: #363636;
	background-color: transparent;
}

.header-widgets .action-toggle:hover,
.header-widgets .action-toggle:focus,
.header-widgets .action-toggle.toggled-btn {
	outline: none;
}

.header-widgets .action-toggle:before,
.header-widgets .action-toggle:after {
	display: block;
	content: "";
}

.header-widgets .action-toggle:before,
.header-widgets .action-toggle .bar,
.header-widgets .action-toggle:after {
	position: absolute;
	right: 10px;
	width: 20px;
	height: 2px;
	-webkit-transition: 0.25s ease-in-out;
	        transition: 0.25s ease-in-out;
	background-color: #363636;
}

.header-widgets .action-toggle:before {
	top: 12px;
	-webkit-transform-origin: 0 0;
	        transform-origin: 0 0;
}

.header-widgets .action-toggle .bar {
	top: 18px;
	-webkit-transform-origin: 0 50%;
	        transform-origin: 0 50%;
}

.header-widgets .action-toggle:after {
	top: 24px;
	-webkit-transform-origin: 0 100%;
	        transform-origin: 0 100%;
}

.header-widgets .action-toggle.toggled-btn:before {
	right: 7px;
	-webkit-transform: rotate(45deg) scaleX(1.05);
	        transform: rotate(45deg) scaleX(1.05);
}

.header-widgets .action-toggle.toggled-btn:after {
	top: 26px;
	right: 7px;
	-webkit-transform: rotate(-45deg) scaleX(1.05);
	        transform: rotate(-45deg) scaleX(1.05);
}

.header-widgets .action-toggle.toggled-btn .bar {
	-webkit-transform: scaleX(0);
	        transform: scaleX(0);
	opacity: 0;
}

.header-widget-area {
	position: fixed;
	z-index: 199;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	visibility: hidden;
	overflow: hidden;
	overflow-y: scroll;
	width: 100%;
	height: 100%;
	padding: 3.5rem 5%;
	-webkit-transition: opacity 0.5s, visibility 0.5s, -webkit-transform 0.5s;
	        transition: opacity 0.5s, visibility 0.5s, -webkit-transform 0.5s;
	        transition: opacity 0.5s, visibility 0.5s, transform 0.5s;
	        transition: opacity 0.5s, visibility 0.5s, transform 0.5s, -webkit-transform 0.5s;
	-webkit-transform: scale(1.1);
	        transform: scale(1.1);
	pointer-events: none;
	opacity: 0;
	background-color: #fff;
}

.admin-bar .header-widget-area {
	margin-top: 46px;
}

.header-widget-area.makeitvisible {
	visibility: visible;
	-webkit-transform: none;
	        transform: none;
	pointer-events: auto;
	opacity: 1;
}

.header-widget-area .header-widget-wrapper {
	max-width: 720px;
	margin: 0 auto;
	padding: 0 0 3.5rem;
}

.header-widget-area a:hover,
.header-widget-area a:focus {
	text-decoration: underline;
}

.contact-information {
	position: relative;
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
}

.contact-wrapper {
	display: none;
}

.contact-wrapper.makeitvisible {
	display: block;
}

.contact-container {
	font-size: 0.851rem;
	line-height: 2.0564;
	position: static;
	display: block;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	color: #363636;
	border-bottom: 1px solid #f0f0f0;
}

.js .contact-container {
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

.js .contact-container::-webkit-scrollbar {
	display: none;
}

.contact-container > span {
	margin-right: 0.875rem;
	padding-top: 8px;
	padding-bottom: 8px;
	letter-spacing: 1px;
}

.contact-container .icon {
	font-size: 0.87rem;
	line-height: 2.01149;
	margin-right: 2px;
}

.contact-toggle {
	font-size: 12px;
	z-index: 9;
	width: 100%;
	padding: 8px;
	color: currentColor;
	border: 1px solid #e6e6e6;
	border-top-width: 0;
	border-radius: 0 0 3px 3px;
	background-color: transparent;
}

.contact-toggle:hover,
.contact-toggle:focus {
	border: 1px solid #e6e6e6;
	border-top-width: 0;
	background-color: transparent;
}

.social-navigation {
	position: relative;
	display: inline-block;
	color: currentColor;
}

.social-navigation ul {
	margin: 0;
	padding-right: 20px;
	padding-left: 0;
	list-style: none;
}

.social-navigation ul li {
	display: inline-block;
	margin-top: 0;
	padding-top: 0;
	border-top-width: 0;
}

.social-navigation ul a {
	line-height: 1;
	display: block;
	padding: 12px;
	color: #363636;
	background-color: transparent;
}

.social-navigation ul a .icon {
	width: 16px;
	height: 16px;
	margin-right: 0;
}

.social-navigation ul a:hover,
.social-navigation ul a:focus {
	color: #0050c7;
}

button.contact-bar-scroll {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 0 0.735em;
	cursor: default;
	background: -webkit-gradient(linear, left top, right top, from(rgba(250, 250, 250, 0.5)), color-stop(55%, #fafafa));
	background: linear-gradient(to right, rgba(250, 250, 250, 0.5), #fafafa 55%);
}

button.contact-bar-scroll:hover,
button.contact-bar-scroll:focus {
	background: #fafafa;
}

.site-navigation {
	position: relative;
	color: currentColor;
	background-color: #fff;
}

.site-navigation ul {
	margin: 0;
	padding-left: 0;
	list-style: none;
}

.site-navigation ul li {
	display: inline-block;
	padding: 0.2625em 0;
}

.site-navigation ul a {
	font-size: 0.8rem;
	line-height: 2.1875;
	line-height: 1;
	display: block;
	padding: 0.6125em 0.875em;
	-webkit-transition: background-color ease-in-out 0.25s;
	        transition: background-color ease-in-out 0.25s;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #757575;
	background-color: transparent;
}

.site-navigation ul a:hover,
.site-navigation ul a:focus {
	color: #0050c7;
}

.site-navigation ul ul {
	position: absolute;
	z-index: 499;
	top: 100%;
	left: -999em;
	display: none;
	padding: 0;
	text-align: left;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.175);
	        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.175);
}

.site-navigation ul ul li {
	display: block;
	padding: 0;
}

.site-navigation ul ul ul {
	position: static;
	padding-left: 20px;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.site-navigation ul ul a {
	font-size: 0.8rem;
	line-height: 2.1875;
	margin-right: 0;
	padding: 0.4375em 20px;
	letter-spacing: 0;
	border-bottom: 1px solid #f0f0f0;
}

.site-navigation ul ul a:hover,
.site-navigation ul ul a:focus {
	background-color: #fafafa;
}

.site-navigation ul .toggled-on > ul {
	right: 0;
	left: 0;
	display: block;
	opacity: 1;
}

.site-navigation .menu-container {
	position: static;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-transition: scroll 0.5s;
	        transition: scroll 0.5s;
	white-space: nowrap;
}

.js .site-navigation .menu-container {
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

.js .site-navigation .menu-container::-webkit-scrollbar {
	display: none;
}

.site-navigation .menu-container:after {
	display: table;
	clear: both;
	content: "";
}

.site-navigation .menu-container > ul {
	float: left;
	margin-left: -0.875em;
}

.site-navigation .menu-container > ul ul {
	white-space: initial;
}

.scroll-btn {
	/* Now style it as needed */
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	padding: 0 0.735em;
	opacity: 0;
	color: #757575;
	border-radius: 0;
}

.scroll-btn .icon {
	width: 1.5em;
	height: 1.5em;
}

.scroll-btn:focus {
	outline: 0;
}

.scroll-btn-Left {
	left: 0;
	background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.5)), color-stop(55%, #fff));
	background: linear-gradient(to left, rgba(255, 255, 255, 0.5), #fff 55%);
}

[data-overflowing="both"] ~ .scroll-btn-Left,
[data-overflowing="left"] ~ .scroll-btn-Left {
	z-index: 1;
	opacity: 1;
}

.scroll-btn-Left:hover,
.scroll-btn-Left:focus {
	background: #fff;
}

.scroll-btn-Right {
	right: 0;
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.5)), color-stop(55%, #fff));
	background: linear-gradient(to right, rgba(255, 255, 255, 0.5), #fff 55%);
}

[data-overflowing="both"] ~ .scroll-btn-Right,
[data-overflowing="right"] ~ .scroll-btn-Right {
	z-index: 1;
	opacity: 1;
}

.scroll-btn-Right:hover,
.scroll-btn-Right:focus {
	background: #fff;
}

/**
* #.# Site Content Area
*
* Styles for site content structural components.
*/
.site-content {
	padding-top: 20px;
}

.single .content-area {
	max-width: 1080px;
	margin: 0 auto;
}

.breadcrumbs {
	font-size: 0.87rem;
	font-weight: 600;
	line-height: 2.01149;
	margin-left: 4px;
	text-transform: uppercase;
}

.breadcrumbs .trail-browse.trail-browse {
	margin-right: 10px;
}

nav.breadcrumbs {
	margin-bottom: 1.75rem;
}

body:not(.error404) .page-header {
	position: relative;
	margin-bottom: 40px;
	padding: 30px;
	border: 1px solid #e6e6e6;
}

body:not(.error404) .page-header .show-blog-posts {
	font-size: 1.522rem;
	line-height: 1.15;
	position: absolute;
	top: 10px;
	right: 10px;
}

body:not(.error404) .page-header p:last-child {
	margin-bottom: 0;
}

body:not(.error404) .page-header h1.page-header-title {
	font-size: 1.522rem;
	line-height: 1.15;
	margin-bottom: 0;
}

body:not(.error404) .page-header-description {
	margin-top: 0.875rem;
}

body.grid:not(.error404) .page-header {
	margin-bottom: 40px;
}

.page-header:not(.screen-reader-text) {
	width: 100%;
}

.entry {
	margin-bottom: 40px;
}

.index-view .entry:after {
	display: table;
	clear: both;
	content: "";
}

.index-view .entry-main-content {
	padding: 20px;
	border: 1px solid #e6e6e6;
	border-radius: 0 0 3px 3px;
}

.index-view.grid .entry-main-content {
	padding: 20px 20px 50px;
}

.index-view.grid .tgrid .entry-main-content {
	padding: 0 !important;
}

.entry-header {
	position: relative;
}

.index-view .tgrid .entry-header > a {
    font-size: 0.851rem;
    line-height: 2.0564;
    display: none;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-word;
}

.entry-header-title-area {
	margin-bottom: 15px;
	text-align: center;
}

.entry-header-title {
	font-family: PT Serif, serif;
	font-weight: 700;
}

.entry-featured-content + .entry-main-content h2.entry-header-title  {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 14px;
    z-index: 2;
    margin: 0;
}


.index-view .entry-header-title {
	font-size: 1.25rem;
	line-height: 1.4;
	margin-bottom: 0.875rem;
}

.index-view .entry-header-title a {
	color: currentColor;
}

.index-view .entry-header-title a:hover,
.index-view .entry-header-title a:focus {
	color: #757575;
}

.index-view .tgrid .entry-header-title {
    font-size: 1rem;
    /*line-height: 1.75;*/
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-word;
}

.single .entry-header-title {
	font-size: 2.013rem;
	line-height: 1.7387;
	line-height: 1.2 !important;
	margin-bottom: 0.4375rem;
}

.single .entry-thumbnail {
	margin-bottom: 40px;
	text-align: center;
}

.entry-featured-content {
	position: relative;
	overflow: hidden;
	border-radius: 3px 3px 0 0;
	background: linear-gradient(45deg, #0052a4 0%, #06c 25%, #66c7d6 100%);
	width: 100%; aspect-ratio: 9/16; 
	overflow: hidden; 
	border-radius: 8px; 
}

.entry-featured-content:after {
	display: block;
	width: 100%;
	padding-top: 56.25%;
	content: "";
}

.entry-featured-content .entry-thumbnail {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
}

.entry-featured-content .entry-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px;
	filter: contrast(1.05) saturate(1.05) brightness(1.02);
	transition: filter 0.3s ease, transform 0.3s ease;
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
}
.entry-featured-content .entry-thumbnail img:hover {
	filter: contrast(1.1) saturate(1.1) brightness(1.03);
	transform: scale(1.015);
}


.entry-featured-content a.post-permalink {
	position: absolute;
	z-index: 9;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	/*background-color: rgba(0, 0, 0, 0.2);*/
}

.entry-featured-content a.post-permalink:hover,
.entry-featured-content a.post-permalink:focus {
	background-color: rgba(0, 0, 0, 0.1);
}

.entry-featured-content a.post-permalink:focus {
	outline-style: solid;
	outline-offset: 1px;
}

.entry-featured-content .quick-action {
	font-size: 0.851rem;
	line-height: 2.0564;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #fff;
}

.entry-featured-content .quick-action .icon {
	font-size: 32px;
	display: block;
	margin: 0 auto;
}

.entry-featured-content .meta-date {
	position: absolute;
	z-index: 19;
	bottom: 60px;
	left: 0px;
	padding: 0 10px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.55);
}

.entry-featured-content .meta-date .modified-entry-date {
	display: none;
}

.entry-featured-content .meta-date .entry-date {
	font-size: 0.87rem;
	line-height: 2.01149;
}

.entry-featured-content .icon-sticky {
	position: absolute;
	z-index: 9;
	top: 10px;
	left: 10px;
	color: #fff;
}

.entry-attachment {
	margin-bottom: 20px;
	text-align: center;
}

.entry-attachment img {
	margin-bottom: 0.875rem;
}

.entry-meta {
	font-size: 0.87rem;
	line-height: 2.01149;
	letter-spacing: 0.5px;
	color: #757575;
}

.entry-meta > span:before {
	margin: 0 3px;
	content: "\00b7";
}

.entry-meta > span:first-child:before,
.entry-meta .modified-entry-date {
	display: none;
}

.entry-meta .meta-author {
	margin-left: 3px;
}

.entry-meta .meta-author a {
	color: #363636;
}

.index-view .entry-content {
	font-size: 0.87rem;
	line-height: 2.01149;
}

.index-view .entry-content p {
	margin-bottom: 0.75rem;
}

.index-view .entry-content .meta-categories {
	font-size: 0.87rem;
	line-height: 2.01149;
	display: block;
	letter-spacing: 0.5px;
}

.index-view .entry-content .meta-categories .meta-title {
	display: none;
}

.index-view .entry-content .meta-categories a {
	line-height: 1;
}

.singular .entry-content {
	margin-bottom: 1.75rem;
}

.singular .entry-content:last-child {
	margin-bottom: 0px;
}

.singular .entry-content > *:last-child {
	margin-bottom: 0;
}

.entry-content .video-container {
	position: relative;
}

.entry-content .video-container:after {
	display: block;
	width: auto;
	padding-top: 56.25%;
	content: "";
}

.entry-content .video-container iframe,
.entry-content .video-container object,
.entry-content .video-container embed,
.entry-content .video-container video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
}

.entry-content:after {
	display: table;
	clear: both;
	content: "";
}

.entry-footer {
	font-size: 0.87rem;
	line-height: 2.01149;
	clear: both;
	margin: 0 auto 5px;
	letter-spacing: 1px;
	color: #363636;
}

.entry-footer .meta-categories,
.entry-footer .meta-tags {
	display: block;
}

.entry-footer .meta-title {
	display: inline-block;
	margin-right: 10px;
}

.attachment .entry-footer {
	text-align: center;
}

.sticky {
	position: relative;
}

.error404 .error-404 {
	max-width: 600px;
	margin: 0 auto;
	padding: 4.375rem 0 8.75rem;
	text-align: center;
}

.error404 .error-404 .search-form {
	width: 300px;
	max-width: 100%;
	margin: 0 auto;
}

.error404 .content-area {
	width: 100%;
}

.error404 .page-content h2 {
	font-size: 1rem;
	line-height: 1.75;
}

.search-no-results .sidebar-widget-area {
	display: none;
}

.search-no-results .no-results {
	max-width: 600px;
	margin: 0 auto;
	padding: 4.375rem 0 8.75rem;
	text-align: center;
}

.search-no-results .no-results .search-form {
	width: 300px;
	max-width: 100%;
	margin: 0 auto;
}

.search-no-results .page-header {
	margin-bottom: 0 !important;
	padding: 0 !important;
	border-width: 0 !important;
}

.page-entry-header {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	min-height: 360px;
	padding: 40px 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.page-entry-header .entry-thumbnail {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
}

.page-entry-header .entry-thumbnail img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.page-entry-header-items {
	position: relative;
	z-index: 9;
	max-width: 750px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
}

.page-entry-header-items h1,
.page-entry-header-items p {
	margin-bottom: 0;
}

.page-entry-header-items .entry-header-title {
	font-size: 2.013rem;
	line-height: 1.7387;
}

.page-entry-header-items .page-excerpt a.button {
	margin: 1.3125rem 0.4375rem 0;
	text-transform: capitalize;
}

.page-entry-header-items .page-excerpt a.bordered.button {
	padding: calc( 0.875em - 2px) 1.25em;
}

.entry-header-title + .page-excerpt {
	margin-top: 1rem;
}

.page-entry-header:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	display: block;
	content: "";
	background-color: rgba(0, 0, 0, 0.5);
}

.entry-author p {
	margin-bottom: 0;
}

.entry-author-avatar {
	float: left;
}

.entry-author-avatar > img {
	width: 60px;
	height: auto;
	margin-right: 0.875rem;
	margin-bottom: 0;
	border-radius: 3px;
}

.entry-author-description {
	overflow: hidden;
}

.entry-author-title {
	font-size: 1.205rem;
	line-height: 1.45228;
	margin-bottom: 0;
	color: #363636;
}

.entry-author-link {
	display: table;
}

.pagination {
	margin-bottom: 40px;
	text-align: center;
}

.pagination .nav-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.pagination .nav-links .next {
	margin-left: auto;
}

.pagination .page-numbers {
	font-size: 1rem;
	line-height: 1.75;
	display: none;
	color: #757575;
}

.pagination .page-numbers.prev,
.pagination .page-numbers.next {
	display: inline-block;
}

.rtl .pagination .page-numbers.prev,
.rtl .pagination .page-numbers.next {
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}

.image-navigation,
.comment-navigation,
.post-navigation {
	margin: 0 auto 40px;
}

.image-navigation .nav-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.image-navigation .nav-next .meta-nav {
	text-align: right;
}

.image-navigation .nav-next,
.image-navigation .nav-previous {
	max-width: 50%;
}

.comment-navigation .nav-links,
.post-navigation .nav-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	    flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
}

.comment-navigation .nav-links a,
.post-navigation .nav-links a {
	display: inline-block;
}

.comment-navigation .nav-next,
.post-navigation .nav-next {
	margin-top: 40px;
}

.post-navigation .meta-nav {
	font-size: 0.851rem;
	line-height: 2.0564;
	display: block;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #363636;
}

.page-links {
	clear: both;
	padding-top: 1.75em;
}

.comments-area {
	font-size: 0.87rem;
	line-height: 2.01149;
}

.page .comments-area {
	max-width: none;
}

.comments-area p.no-comments {
	margin-bottom: 60px;
}

.comments-title {
	font-size: 1.75rem;
	line-height: 1.15;
}

.comments-list {
	margin: 0;
	padding-left: 0;
	list-style: none;
}

.comments-list .children {
	margin: 0 0 1.75rem;
	padding-left: 1.75em;
	list-style: none;
}

.comments-list .children .children {
	font-size: 0.87rem;
	line-height: 2.01149;
	margin: 0.4375rem 0;
}

.comment-body {
	line-height: 1.5;
	position: relative;
	margin-bottom: 40px;
	padding-left: 60px;
}

.pingback .comment-body {
	padding-left: 0;
}

.comment-body .reply {
	font-size: 0.851rem;
	line-height: 2.0564;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.comment-meta {
	margin-bottom: 0.75rem;
}

.comment-metadata {
	font-size: 0.851rem;
	line-height: 2.0564;
}

.comment-metadata a {
	color: #757575;
}

.comment-metadata a:hover,
.comment-metadata a:focus {
	color: #0050c7;
}

.comment-author a {
	color: currentColor;
}

.comment-author a:hover,
.comment-author a:focus {
	color: #0050c7;
}

.comment-author > img {
	position: absolute;
	left: 0;
	border-radius: 50%;
}

.bypostauthor .comment-author b.fn {
	padding: 2px 8px;
	color: #fff;
	border-radius: 10px;
	background-color: #757575;
}

.comment-author .says {
	display: none;
}

.comment-content {
	font-size: 0.87rem;
	line-height: 2.01149;
	margin-bottom: 0.75rem;
}

.comment-content p,
.comment-content h1:first-child,
.comment-content h2:first-child {
	margin-bottom: 0.525rem;
}

.comment-content p:last-child {
	margin-bottom: 0;
}

.comment-respond {
	border-radius: 5px;
	background-color: rgba(0, 0, 0, 0.02);
}

.comment-respond p {
	margin-bottom: 20px;
}

.comment-respond .comment-reply-title {
	margin-bottom: 0.875rem;
}

.comment-form-cookies-consent input {
	float: left;
	height: 28px;
	margin: 0 0.4375rem 0.4375rem 0;
}

.comment-form-cookies-consent label {
	font-weight: 400;
}

.site-footer {
	border-top: 1px solid #e6e6e6;
}

.has-footer-widgets.site-footer {
	border-top-width: 0;
}

.footer-items {
	font-size: 0.87rem;
	line-height: 2.01149;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	letter-spacing: 1px;
}

.footer-items .credit-text {
	display: block;
}

.footer-widget-area + .footer-items {
	border-top: 1px solid #e6e6e6;
}

.scrl-to-top {
	font-size: 40px;
	position: fixed;
	right: 20px;
	bottom: 100px;
	visibility: hidden;
	padding: 0;
	opacity: 0;
	color: #757575;
	border-width: 0;
	background-color: transparent;
}

.scrl-to-top:hover,
.scrl-to-top:focus {
	background-color: transparent;
}

.scrl-to-top.makeitvisible {
	z-index: 499;
	visibility: visible;
	-webkit-transition: all 0.3s ease-in;
	        transition: all 0.3s ease-in;
	opacity: 1;
}

/**
* #.# Font Icons
*
* Styling for SVG font icons and fallback style if browser does not support SVG.
*/
.icon {
	position: relative;
	top: -0.0625em;
	display: inline-block;
	width: 1em;
	height: 1em;
	vertical-align: middle;
	stroke-width: 0;
	stroke: currentColor;
	fill: currentColor;
}

.svg-fallback {
	display: none;
}

.no-svg .svg-fallback {
	display: inline-block;
}

.widget {
	/*margin-bottom: 40px;*/
}

.sidebar-widget-area .widget,
.header-widget-area .widget,
.footer-widget-area .widget {
	font-size: 0.87rem;
	line-height: 2.01149;
}

.widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.widget li {
	margin-top: 0.6125rem;
	padding-top: 0.6125rem;
	border-top: 1px dotted #e6e6e6;
	display:inline-block;
}

.widget li:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}

.widget li li {
	margin-left: 0.875rem;
}

.widget li li:first-child {
	margin-top: 0.6125rem;
	padding-top: 0.6125rem;
	border-top: 1px dotted #e6e6e6;
}

.widget p:last-child,
.widget img:last-child {
	margin-bottom: 0;
}

.widget-title {
	margin-bottom: 1.3125rem;
}

.sidebar-widget-area .widget-title,
.header-widget-area .widget-title,
.footer-widget-area .widget-title {
	font-family: PT Sans, sans-serif;
	font-size: 0.851rem;
	line-height: 2.0564;
	margin-bottom: 1.3125rem;
	padding-bottom: 0.4375rem;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-bottom: 1px solid #e6e6e6;
}

.widget a.button {
	margin: 1.3125rem 0.4375rem 0 0;
	text-transform: capitalize;
}

.widget a.button:last-of-type {
	margin-right: 0;
}

.widget a.button.fwidth {
	width: 100%;
	margin: 1.3125rem 0 0;
	text-align: center;
}

.mo-optin-form-inpost {
	margin: 3.5rem 0 1.75rem;
}

.mo-optin-form-inpost .mo-optin-form-wrapper.moEleganceModal {
	margin: 0 auto !important;
	border-width: 1px !important;
	border-radius: 3px !important;
}

.mo-optin-form-inpost .mo-optin-form-wrapper.moEleganceModal input[type="text"],
.mo-optin-form-inpost .mo-optin-form-wrapper.moEleganceModal input[type="email"] {
	font-size: 0.7862rem !important;
	padding: 0.875em !important;
	outline: none !important;
}

.mo-optin-form-inpost .mo-optin-form-wrapper.moEleganceModal a.button,
.mo-optin-form-inpost .mo-optin-form-wrapper.moEleganceModal button,
.mo-optin-form-inpost .mo-optin-form-wrapper.moEleganceModal input[type="submit"] {
	font-size: 0.7862rem !important;
	padding: 0.875em 1.3125em !important;
	border-width: 0 !important;
	border-radius: 3px !important;
	outline: none !important;
}

.aml-related-posts {
	padding: 40px 20px;
	border-top: 1px solid #e6e6e6;
}

.aml-related-posts .dp-title {
	font-size: 1rem;
	line-height: 1.75;
}

.aml-related-posts .dp-categories {
	font-size: 0.851rem;
	line-height: 2.0564;
}

.grid.index-view .entry {width: 50%}

@media only screen and (min-width: 641px) {
	.gallery-item {
		width: 33.3333%;
	}
	.gallery-columns-3 .gallery-item {
		max-width: 33.3333%;
	}
	.gallery-columns-3 .gallery-item:nth-of-type(3n) {
		width: 33.3333%;
	}
	.header-items {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	.site-branding {
		margin-right: auto;
	}
	.custom-logo-link img {
		height: 64px;
		margin-right: 0.875rem;
	}
	.header-items .search-form {
		margin-top: 0;
		-webkit-box-flex: 0;
		-ms-flex: 0 1 250px;
		flex: 0 1 250px;
	}
	.header-widgets {
		margin-left: initial;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.contact-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		overflow: visible;
		white-space: normal;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.contact-toggle {
		position: absolute;
		left: 50%;
		width: auto;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.social-navigation {
		display: block;
		margin-left: auto;
	}
	.social-navigation ul {
		margin-right: -13px;
		padding-right: 0;
	}
	.social-navigation ul li:last-child a {
		margin-right: 0;
	}
	button.contact-bar-scroll {
		display: none;
	}
	.grid:not(.error404) .site-main {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: -20px -10px 20px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	body.grid:not(.error404) .page-header {
		margin: 20px 10px;
	}
	.list .entry {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.grid.index-view .entry {
		margin-bottom: 0;
		padding: 20px 10px;
		border-bottom-width: 0;
	}
	.grid:not(.search) .entry {
		width: 16.6666%;
	}
	.index-view.list .entry-main-content {
		padding: 30px;
		border-radius: 0 3px 3px 0;
		-ms-flex-preferred-size: 69%;
		flex-basis: 69%;
	}
	.index-view.list .entry-featured-content {
		border-radius: 3px 0 0 3px;
	}
	.entry-featured-content:after {
		padding-top: 100%;
	}
	.grid .entry-featured-content:after {
		padding-top: 60%;
	}
	.list .entry-featured-content {
		min-height: 260px;
		-ms-flex-preferred-size: 31%;
		flex-basis: 31%;
	}
	.page-entry-header {
		min-height: 60vw;
	}
	.entry-author-avatar > img {
		margin-right: 1.75rem;
	}
	.entry-author-title {
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #999;
	}
}

@media only screen and (min-width: 768px) {
	.gallery-columns-4 .gallery-item {
		max-width: 25%;
	}
	.gallery-columns-5 .gallery-item {
		max-width: 20%;
	}
	.gallery-columns-6 .gallery-item {
		max-width: 16.6666%;
	}
	.gallery-columns-7 .gallery-item {
		max-width: 14.28%;
	}
	.gallery-columns-8 .gallery-item {
		max-width: 12.5%;
	}
	.gallery-columns-9 .gallery-item {
		max-width: 11.1111%;
	}
	.wrapper {
		padding-right: 20px;
		padding-left: 20px;
	}
	.site-title {
		font-weight: 700;
	}
	.admin-bar .header-widget-area {
		margin-top: 32px;
	}
	.header-widget-area .widget {
		padding: 3.5rem;
		border: 5px solid #f0f0f0;
	}
	.social-navigation {
		right: -4px;
	}
	.site-navigation ul ul a {
		padding: 0.4375em 40px;
	}
	.grid:not(.error404) .site-main {
		margin: -20px -20px 20px;
	}
	body:not(.error404) .page-header {
		margin-bottom: 60px;
	}
	body.grid:not(.error404) .page-header {
		margin: 20px;
	}
	.grid.index-view .entry {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-direction: column;
		padding: 10px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
	}
	.index-view.grid .entry-main-content {
		position: relative;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
	.index-view.grid .entry-main-content .meta-author {
		position: absolute;
		bottom: 20px;
	}
	.entry-featured-content:after {
		padding-top: 75%;
	}
	.page-entry-header {
		min-height: 50vw;
		padding: 60px 40px;
	}
	.page-entry-header-items .page-excerpt {
		font-size: 1.205rem;
		line-height: 1.45228;
		letter-spacing: 0.04em;
	}
	.entry-author-avatar > img {
		width: 120px;
	}
	.entry-author {
		font-size: 0.87rem;
		line-height: 2.01149;
		margin-bottom: 7%;
	}
	.pagination .nav-links {
		display: block;
	}
	.pagination .page-numbers {
		line-height: 36px;
		display: inline-block;
		width: 36px;
	}
	.pagination .page-numbers.current,
	.pagination .page-numbers.dots {
		color: rgba(117, 117, 117, 0.5);
	}
	.pagination .page-numbers.prev .post-pagi,
	.pagination .page-numbers.next .post-pagi {
		display: none;
	}
	.image-navigation,
	.comment-navigation,
	.post-navigation {
		margin-bottom: 60px;
	}
	.comment-navigation .nav-links,
	.post-navigation .nav-links {
		flex-direction: row;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.comment-navigation .nav-next,
	.post-navigation .nav-next {
		margin-top: 0;
		margin-left: auto;
	}
	.comment-navigation .nav-next .meta-nav,
	.post-navigation .nav-next .meta-nav {
		text-align: right;
	}
	.comment-navigation .nav-next,
	.post-navigation .nav-next,
	.comment-navigation .nav-previous,
	.post-navigation .nav-previous {
		max-width: 50%;
	}
	.comment-respond {
		padding: 20px 40px;
	}
	.comment-form-author,
	.comment-form-email,
	.comment-form-url {
		width: 50%;
	}
	.has-footer-widgets.site-footer {
		border-top-width: 1px;
	}
	.footer-widget-area {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding-top: 40px;
		padding-bottom: 40px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.footer-widget-area .widget {
		margin-right: 40px;
		margin-bottom: 0;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
	.footer-widget-area .widget:last-child {
		margin-right: 0;
	}
	.footer-items {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.footer-items .credit-text {
		display: inline-block;
	}
	.footer-items .credit-text:before {
		margin-right: 0.25em;
		content: "\00b7";
	}
	.aml-related-posts {
		padding: 40px 20px;
	}
	.aml-related-posts-title {
		padding: 0 20px;
	}
	.aml-related-posts-content.dp-grid {
		margin-right: 0;
		margin-left: 0;
	}
}

@media only screen and (min-width: 1025px) {
	.entry-content .gallery {
		width: 100%;
	}
	.gallery-caption {
		opacity: 0;
	}
	.gallery-columns-5 .gallery-caption,
	.gallery-columns-6 .gallery-caption,
	.gallery-columns-7 .gallery-caption,
	.gallery-columns-8 .gallery-caption,
	.gallery-columns-9 .gallery-caption {
		display: none;
	}
	h1 {
		font-size: 2.315rem;
		line-height: 1.51188;
	}
	.site-description {
		display: block;
	}
	.header-widget-area .header-widget-wrapper {
		padding: 3.5rem 0;
	}
	.site-navigation ul a:hover {
		color: #757575;
		border-radius: 3px;
		background-color: rgba(54, 54, 54, 0.04);
	}
	.site-navigation .menu-container {
		overflow: visible;
		white-space: normal;
	}
	.site-navigation .menu-container > ul li {
		position: relative;
	}
	.site-navigation .menu-container > ul ul ul {
		position: absolute;
		top: 0;
		padding-left: 0;
		-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.175);
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.175);
	}
	.site-navigation .menu-container > ul ul a {
		width: 200px;
		padding: 0.4375em 20px;
	}
	.site-navigation .menu-container > ul ul .toggled-on > ul {
		left: 199px;
	}
	.site-navigation .menu-container > ul .toggled-on > ul {
		right: auto;
		left: auto;
	}
	.scroll-btn {
		display: none;
	}
	.site-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.site-content.wrapper {
		padding: 0;
	}
	.sidebar-widget-area {
		width: 381px;
		padding: 20px 20px 0;
		border: 1px solid #e6e6e6;
		border-width: 0 0 0 1px;
	}
	.sidebar-left .sidebar-widget-area {
		border-width: 0 1px 0 0;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	.content-area {
		padding: 20px 20px 0;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
	.singular.no-sidebar .site-main {
		max-width: 83.333333%;
		margin: 0 auto;
	}
	.single .entry-header-title {
		font-size: 2.315rem;
		line-height: 1.51188;
	}
	.entry-featured-content:after {
		padding-top: 100%;
	}
	.entry-footer {
		margin-bottom: 60px;
	}
	.attachment .entry-footer {
		margin-bottom: 40px;
	}
	.page-entry-header {
		min-height: 35vw;
		padding: 60px 40px;
	}
	.page-entry-header-items .entry-header-title {
		font-size: 2.315rem;
		line-height: 1.51188;
	}
	.comment-respond,
	.entry-comments,
	.comment-body {
		margin-bottom: 60px;
	}
	.scrl-to-top {
		right: 40px;
	}
	.nav-menu .sub-menu .icon {
		position: absolute;
		top: 50%;
		right: 1em;
		left: auto;
		margin-top: -7px;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
}

@media only screen and (min-width: 1200px) {
	.entry-content .gallery {
		width: 120%;
	}
	.singular .site-main {
		max-width: 98%;
		margin: 0 auto;
	}
	.no-sidebar.grid:not(.search) .entry {
		width: 33.3333%;
	}
	.entry-featured-content:after {
		padding-top: 75%;
	}
	.entry-featured-content .quick-action .icon {
		font-size: 42px;
	}
	.comments-list .children {
		padding-left: 3.5em;
	}
}

@media only screen and (min-width: 1366px) {
	.wrapper {
		padding-right: 60px;
		padding-left: 60px;
	}
	.sidebar-widget-area {
		width: 421px;
		padding: 30px 30px 0;
	}
	.content-area {
		padding: 30px 30px 0;
	}
	.grid:not(.error404) .site-main {
		margin: -30px -30px 30px;
	}
	body.grid:not(.error404) .page-header {
		margin: 30px;
	}
	.entry {
		margin-bottom: 60px;
	}
	.grid.index-view .entry {
		padding: 10px;
	}
	.single .entry-thumbnail {
		width: 120%;
		max-width: none;
		margin-left: -10%;
	}
	.single .entry-thumbnail img {
		border-radius: 3px;
	}
	.singular .entry-content:last-child {
		margin-bottom: 0px;
	}
	.page-entry-header {
		min-height: 38vw;
		padding: 100px 60px;
	}
	.page-entry-header-items {
		max-width: 900px;
	}
	.pagination {
		margin-bottom: 60px;
	}
	.footer-widget-area .widget {
		margin-right: 60px;
	}
	.scrl-to-top {
		right: 60px;
	}
	.widget {
		margin-bottom: 50px;
	}
	.aml-related-posts {
		padding: 60px 30px;
	}
	.aml-related-posts-title {
		padding: 0 30px;
	}
}

@media only screen and (min-width: 1680px) {
	.page-entry-header-items {
		max-width: 950px;
	}
}

@media only screen and (max-width: 600px) {
	.no-scroll .admin-bar #wpadminbar {
		position: fixed;
	}
}

@media print {
	body {
		font-family: sans-serif !important;/* Brute force since user agents all print differently. */
		font-size: 11.25pt;
		background: none !important;
	}
	.header-items,
	.navigation,
	.site-navigation,
	.social-navigation,
	.sidebar-widget-area,
	.footer-widget-area,
	.page-links,
	.entry-footer,
	.edit-link,
	#reply-title,
	.comment-form,
	.comment-edit-link,
	.comment-list .reply a,
	button,
	input,
	textarea,
	select {
		display: none;
	}
	.site-header,
	.site-footer,
	.hentry,
	.entry-footer,
	.page-header,
	.page-content,
	.comments-area {
		background: none !important;/* Make sure color schemes dont't affect to print */
	}
	body,
	blockquote,
	blockquote cite,
	blockquote small,
	label,
	a,
	.site-title a,
	.site-description,
	.post-title,
	.author-heading,
	.entry-footer,
	.entry-footer a,
	.taxonomy-description,
	.entry-caption,
	.comment-author,
	.comment-metadata,
	.comment-metadata a,
	.comment-notes,
	.comment-awaiting-moderation,
	.no-comments,
	.site-info,
	.site-info a,
	.wp-caption-text,
	.gallery-caption {
		color: #000 !important;/* Make sure color schemes don't affect to print */
	}
	pre,
	abbr[title],
	table,
	th,
	td,
	.site-header,
	.site-footer,
	.hentry + .hentry,
	.author-info,
	.page-header,
	.comments-area,
	.comment-list + .comment-respond,
	.comment-list article,
	.comment-list .pingback,
	.comment-list .trackback,
	.no-comments {
		border-color: #eaeaea !important;/* Make sure color schemes don't affect to print */
	}
}

main#main {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.anime-header {
    text-align: center;
}
.watch-box {
    text-align: center;
    margin: 20px auto;
    padding: 15px;
    background: none;
    border-radius: 10px;
}

.watch-box a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 25px;
    background: linear-gradient(135deg, #009688, #00796B);
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease-in-out;
    width: 180px;
}

.watch-box a:hover {
    background: #00796B;
    transform: scale(1.05);
}

.watch-box i {
    margin-right: 8px;
    font-size: 22px;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}


/* Video embed */
.embed-container{position:relative;width:100%;padding-bottom:56.25%;height:0;overflow:hidden;background-color:#000}.embed-container iframe,.loading-overlay{position:absolute;top:0;left:0;width:100%;height:100%}.loading-overlay{background:#000;display:flex;align-items:center;justify-content:center;z-index:10}.spinner{width:50px;height:50px;border:5px solid rgba(255,255,255,.3);border-radius:50%;border-top:5px solid #fff;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}

/* List Episode */
.player-servers{background:linear-gradient(135deg,#4aeadc 0,#6f3fc9 20%,#cf2aba 40%,#ee2c82 60%,#fb6962 80%,#4c9afe 100%);overflow:hidden;position:relative;margin-bottom:30px;border-radius:0 0 3px 3px;padding:10px}.player-servers #servers-content{overflow:hidden;min-height:80px;display:flex;gap:20px;flex-wrap:wrap}.player-servers .ps_-status{background:#f9f9f9;border:1px solid #4db6ac;border-radius:5px;padding:0 10px;width:40%;flex-shrink:0}.content{font-family:Arial,sans-serif;color:#00796b}.player-servers .ps_-status .server-notice{font-size:16px;font-weight:700}.player-servers .ps_-status .server-notice strong{font-weight:500;display:block;margin-bottom:5px}.note-c{color:red!important}.player-servers .ps_-status .server-notice span{color:#00796b;text-decoration:underline;font-weight:600}.player-servers .ps_-block{width:55%;display:flex;flex-wrap:wrap;gap:15px;flex-shrink:0}.ps__-list{display:flex;flex-wrap:wrap;gap:15px;width:100%;justify-content:center}.player-servers .ps__-list .itemm .btn{font-size:13px;box-shadow:none!important;font-weight:800;padding:0 10px;line-height:30px;background:#343434;color:#000000;border:none!important;display:inline-block;border-radius:3px;width:100%;text-align:center}.player-servers .ps__-list .itemm .btn.active{background:#29b40e;color:#fff}.ps_-block .server-item .btn.active,.ps_-block .server-item .btn:not(.active):hover{background-color:#fff;color:#000;}.ps_-block .server-item .btn:not(.active){background-color:#ffb509}.ps_-status+.ps_-block{margin-top:20px}
@media screen and (max-width:768px){.player-servers{flex-direction:column}.single .entry-header-title {font-size: 1.513rem;}.player-servers .ps_-block,.player-servers .ps_-status{width:100%;flex:1 1 100%}.player-servers .ps_-status .server-notice{transform:none;position:relative;top:auto;padding:5px}.itemm.server-item{margin-top:-30px;margin-bottom:10px}}

/* Find Episode */
.darkmode .bixbox{background:#222;-webkit-box-shadow:0 2px 3px rgba(0,0,0,.1);-khtml-box-shadow:0 2px 3px rgba(0,0,0,.1);-moz-box-shadow:0 2px 3px rgba(0,0,0,.1);-ms-box-shadow:0 2px 3px rgba(0,0,0,.1);-o-box-shadow:0 2px 3px rgba(0,0,0,.1);box-shadow:0 2px 3px rgba(0,0,0,.1);color:#ccc}.bixbox.infx{padding:15px;font-weight:300;font-size:13px;text-align:justify;color:#555}.bixbox{background:#fff;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;margin-bottom:18px;box-shadow:1px 3px 8px rgba(49,49,49,.1);overflow:hidden}.episode-filters{margin-bottom:15px;margin-top:10px;display:flex;flex-wrap:nowrap;gap:10px}.episode-range{width:auto;}.episode-filters input,.episode-filters select{color:#100000;background:#f9f7f7;border:1px solid #303030;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px hsla(0,0%,4%,.1);box-shadow:inset 0 1px 2px hsla(0,0%,4%,.1);padding:5px 3px;font-family:inherit;font-size:13px;font-weight:300}.episode-numbers{margin:0 -5px;padding:15px 5px 15px 0;overflow-x:hidden;max-height:175px}.darkmode a{color:#fff}.episode-number{float:left;display:block;cursor:pointer;width:calc(12.5% - 10px);margin:0 5px 10px;line-height:32px;background:#f5f1f1;color:#000000;text-align:center;border: 2px solid #090fc9;border-radius:3px;font-weight:900;}.episode-number:hover{background:#ff0000;color: #ffffff;}
@media screen and (max-width:989px){.episode-numbers .episode-number{width:calc(11% - 10px)}}@media screen and (max-width:880px){#sidebar #mainepisode{display:none}}@media screen and (max-width:768px){.episode-numbers .episode-number{width:calc(12.5% - 10px)}}@media screen and (max-width:639px){.episode-numbers .episode-number{width:calc(16.66% - 10px)}}@media only screen and (max-width:570px){.bcsx .bs{width:33.333333%!important}.naveps.bignav{flex:0 0 40%;font-size:13px;}.mobius{flex:0 0 60%}}

/* Fullscreen */
.fullscreen .player-embed{width:100vw;height:100vh;position:fixed;top:0;left:0;background:#000;z-index:9999}.naveps{display:flex;justify-content:center;gap:10px;margin-top:10px}.nvs{background:#ffffff;padding:5px 20px;border-radius:2px;border: 2px solid #a38f8f;}.nvs a{color:#000000;text-decoration:none;font-weight:700}.nvs a:hover{color:#ff6b6b}.nvs .nolink{color:#d9d8d8;font-weight:700}

.fullscreen-mode {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100vw !important;
    height: 100vh !important;
    background: black;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden; 
}

.fullscreen-mode .embed-container {
    width: 100vw !important;
    height: 100vh !important;
    max-width: 100%;
    max-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fullscreen-mode iframe {
    width: 100vw !important;
    height: 100vh !important;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

/* ====== Anime Single Page Styles ====== */
#anime-single {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    font-family: Arial, sans-serif;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.anime-header h1 {
    font-size: 24px;
    color: #333;
    text-align: center;
    margin-bottom: 15px;
}

.anime-content img {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 15px;
}

.anime-content p {
    font-size: 16px;
    color: #555;
    margin: 5px 0;
}

.anime-content p strong {
    color: #222;
}

/* ====== Description Box ====== */
.bixbox.synp {
    background: #f9f9f9;
    padding: 0 15px;
    border-left: 4px solid #ff5722;
    border-radius: 5px;
    margin-top: 20px;
}

.bixbox.synp h2 {
    font-size: 20px;
    color: #ff5722;
    margin-bottom: 10px;
}

.entry-content {
    font-size: 15px;
    line-height: 1.6;
    color: #444;
}

/* ====== Trailer Section ====== */
.anime-trailer {
    text-align: center;
    margin-top: 25px;
}

.anime-trailer h2 {
    font-size: 22px;
    color: #ff5722;
    margin-bottom: 10px;
}

.anime-trailer iframe {
    max-width: 100%;
    border-radius: 8px;
}

/* ====== Gallery Section ====== */
.anime-gallery {
    margin-top: 30px;
}

.anime-gallery h2 {
    font-size: 22px;
    color: #ff5722;
    text-align: center;
    margin-bottom: 15px;
}

.gallery-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.gallery-wrap img {
    width: 120px;
    height: 80px;
    object-fit: cover;
    border-radius: 5px;
    transition: transform 0.3s ease;
}

.gallery-wrap img:hover {
    transform: scale(1.1);
}

/* ====== Comments Section ====== */
#comments {
    padding: 5px;
    background: #f9f9f9;
    border-radius: 8px;
}

#comments h2 {
    font-size: 22px;
    color: #ff5722;
    margin-bottom: 15px;
}

.comment-list {
    list-style: none;
    padding: 0;
}

.comment-list li {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

.comment-list li:last-child {
    border-bottom: none;
}

.comment-author {
    font-weight: bold;
    color: #333;
}

.comment-metadata {
    font-size: 12px;
    color: #777;
}

.comment-content {
    font-size: 14px;
    color: #555;
    margin-top: 5px;
}

.comment-reply-link {
    color: #ff5722;
    text-decoration: none;
    font-weight: bold;
}

.comment-reply-link:hover {
    text-decoration: underline;
}

/* ====== Comment Form ====== */
.comment-form {
    margin-top: 20px;
}

.comment-form textarea,
.comment-form input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
}

.comment-form textarea {
    height: 100px;
}

.comment-form .submit {
    background: #ff5722;
    color: #fff;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    margin-top: 10px;
    display: inline-block;
}

.comment-form .submit:hover {
    background: #e64a19;
}

/* ====== Responsive Styles ====== */
@media (max-width: 768px) {
    #anime-single {
        padding: 15px;
    }

    .anime-header h1 {
        font-size: 20px;
    }

    .anime-content p {
        font-size: 14px;
    }

    .bixbox.synp {
        padding: 10px;
    }

    .entry-content {
        font-size: 14px;
    }

    .gallery-wrap img {
        width: 100px;
        height: 70px;
    }
}
.ctstt {padding-top:15px}
.content-status {
    background: linear-gradient(135deg, #ff416c, #ff4b2b);
    color: #fff;
    padding: 5px 15px;
    border-radius: 8px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.content-status span {
    color: #ffeb3b;
    font-weight: 700;
    font-size: 20px;
}

a.episode-number.active {
    background: linear-gradient(135deg,#4aeadc 0,#9778d1 20%,#cf2aba 40%,#ee2c82 60%,#fb6962 80%,#fef84c 100%);
    color: #fff;
}

.meta-episode {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #ff4500;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 12px;
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    z-index: 10;
}
@media (max-width: 768px) {
	.meta-episode {
		font-size: 12px;
		padding: 2px 5px;
		top: 2px;
		right: 2px;
		border-radius: 3px;
	}
	.entry-featured-content .meta-date .entry-date {
    font-size: 0.57rem;
	}
	.index-view .entry-header-title a {
    font-size: 13px;
	}
	.wrapper {
    padding: 0 10px;
	}
	.grid.index-view .entry {
    padding: 5px;
	}
	.index-view.grid .tgrid .entry-main-content {
    padding: 0 !important;
	}
	.entry {
    margin-bottom: 10px;
	}	
	.content-status {   
		font-size: 15px;
	}
	.content-status span {
    font-size: 16px;
}
}

.global-after-header{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    padding: 40px 20px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.widget_text {
    /*padding-top:10px;*/
}
.widgetlayer {
    padding: 10px !important;
	min-height: 300px;
}
img.lazyload {
  filter: blur(10px);
  transition: filter 0.3s;
}
img.lazyloaded {
  filter: blur(0);
}

/* Share Buttons */
.warning, .announ{background: #36bacf;}
#st-1 .st-btn,#st-1 .st-btn>img,#st-1 .st-btn>span{display:inline-block;position:relative;vertical-align:top}#st-1{font-family:"Helvetica Neue",Verdana,Helvetica,Arial,sans-serif;}.sharethis-inline-share-buttons{z-index:99!important}ul.freebify-free-share-links.social.social-bg{position:relative;float:left;width:100%;display:flex;flex-wrap:wrap;align-items:center;margin:0;justify-content:center;flex-direction:row;left:-15px;padding-top:15px;}.social{float:right;margin-top:13px}ol,ul{margin-top:0;margin-bottom:10px}span.st-label{display:flex;justify-content:flex-start;align-content:stretch;flex-direction:column}span.follow-social{display:inline-block;font-weight:900;background: #09592c;color:#ffffff;text-transform:uppercase;padding:2px;border-radius:8px;box-shadow:0 4px 8px rgba(0,0,0,.3);transition:.3s;letter-spacing:2px;text-align:center;animation:2s infinite blinkEffect}#st-1 .st-btn[data-network=telegram]{background-color:#08c}#st-1 .st-btn[data-network=facebook]>span,#st-1 .st-btn[data-network=telegram]>span,.social a{color:#fff}li.facebook-f.flex-1{display:block;margin: 0 5px;animation:2s infinite blinkEffect;padding:0 15px;}ul li{list-style:none}#st-1 .st-btn[data-network=facebook]{background-color:#4267b2}#st-1.st-has-labels .st-btn{min-width:120px}#st-1 .st-btn:last-child{margin-right:0}#st-1 .st-btn{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-moz-transition:opacity .2s ease-in,top .2s ease-in;-ms-transition:opacity .2s ease-in,top .2s ease-in;-o-transition:opacity .2s ease-in,top .2s ease-in;-webkit-transition:opacity .2s ease-in,top .2s ease-in;transition:opacity .2s ease-in,top .2s ease-in;-moz-border-radius:20px;-webkit-border-radius:20px;border-radius:20px;border:none;cursor:pointer;font-size:12px;height:32px;line-height:32px;margin-right:8px;padding:0 10px;text-align:center;top:0;white-space:nowrap}#st-1 .st-btn>img{height:16px;width:16px;top:8px}#st-1 .st-btn>span{-moz-transition:.2s ease-in;-ms-transition:.2s ease-in;-o-transition:.2s ease-in;-webkit-transition:.2s ease-in;transition:.2s ease-in;color:#fff;font-weight:500;letter-spacing:.5px;min-width:60px;opacity:1;padding:0 6px}
@keyframes blinkEffect{0%,100%{transform:scale(1)}50%{transform:scale(1.2)}}

/* Turn On/Off Light  */
#shadow{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000;z-index:9998;display:none}
.icol.light.turnedOff{position:relative;z-index:9999;color:#ff0}
.player-embed{position:relative;z-index:9999}

.mobius{flex:0 0 40%;display:flex;justify-content:flex-end}.iconx{float:right;margin-left:10px;overflow:hidden}.iconx .icol .fa,.iconx .icol .fas{font-size:14px;font-weight:700;margin-right:2px}.fa,.fas{font-weight:900}.iconx .icol .fa-expand{color:#00a58d}.iconx .icol span{line-height:20px}.iconx .icol{display:inline-block;margin-left:7px;padding:5px;font-size:12.5px;cursor:pointer}.iconx .icol .far{font-size:14px;margin-right:2px}.iconx .icol .fa-lightbulb{color:#ecbc2a}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fab,.far{font-weight:400}.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lightbulb:before{content:"\f0eb"}.icol.expand,.iconx .icol span,.naveps.bignav .nvs .tex{display:inline!important}.nvs.nvsc{background: linear-gradient(135deg,#fcb900 0,#ff6900 100%);}

@media only screen and (max-width:800px){.icol.expand{display:none}}@media only screen and (max-width:695px){.iconx{line-height:4px}.player-servers .ps_-status .server-notice {font-size: 15px; text-align: center;}}@media only screen and (max-width:590px){.iconx .icol{margin:0}.mobius{overflow:hidden;display:block}.iconx{float:right}}@media only screen and (max-width:570px){.mobius{flex:0 0 60%}}@media only screen and (max-width:380px){.nvs {padding: 2px 20px;font-size: 15px;}}