/*
Theme Name: fs25 Theme
Author: Jong
Description: FS25
Author URI: fs25.io
Version: 1.0
Text Domain: fs25.io
*/

html {
	font-family: -apple-system,BlinkMacSystemFont,segoe ui,Roboto,Oxygen-Sans,Ubuntu,Cantarell,helvetica neue,sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 500;
}

small {
	font-size: 90%;
}

img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 0;
}
hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

select {
	text-transform: none;
}
button {
	overflow: visible;
}
button,
input,
select,
textarea {
	max-width: 100%;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
	opacity: .5;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0.4375em;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

/**
 * 3.0 - Typography
 */

body,
button,
input,
select,
textarea {
	color: rgb(33, 33, 33);
	font-family: -apple-system,BlinkMacSystemFont,segoe ui,Roboto,Oxygen-Sans,Ubuntu,Cantarell,helvetica neue,sans-serif;
	font-size: 16px;
	line-height: 1.75;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 500;
	margin: 0;
	text-rendering: optimizeLegibility;
}
h1 {
	font-size: 22px;
}

h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 17px;
}

blockquote {
	border: 0 solid #1a1a1a;
	border-left-width: 4px;
	color: #686868;
	font-size: 19px;
	font-size: 1.1875rem;
	font-style: italic;
	line-height: 1.4736842105;
	margin: 0 0 1.4736842105em;
	overflow: hidden;
	padding: 0 0 0 1.263157895em;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote p {
	margin-bottom: 1.4736842105em;
}


p {
  font-size: 15px;	
}

blockquote cite,
blockquote small {
	color: #1a1a1a;
	display: block;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

pre {
	text-align: center;
	border: 1px solid #d1d1d1;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	margin: 0 0 1.75em;
	max-width: 100%;
	overflow: auto;
	padding: 1.75em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

big {
	font-size: 125%;
}

/**
 * 4.0 - Elements
 */

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #f8fafc;
	/* Fallback for when there is no custom background color defined. */
}

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

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;

	table-layout: fixed;
	/* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th,
td {
	padding: 0.6em .4em;
}

tr .image-console{
	margin-bottom: auto;
	margin-top: auto;
	padding-left:  0 ;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #686868;
	font-family: -apple-system,BlinkMacSystemFont,segoe ui,Roboto,Oxygen-Sans,Ubuntu,Cantarell,helvetica neue,sans-serif;
}

:-moz-placeholder {
	color: #686868;
	font-family: -apple-system,BlinkMacSystemFont,segoe ui,Roboto,Oxygen-Sans,Ubuntu,Cantarell,helvetica neue,sans-serif;
}

::-moz-placeholder {
	color: #686868;
	font-family: -apple-system,BlinkMacSystemFont,segoe ui,Roboto,Oxygen-Sans,Ubuntu,Cantarell,helvetica neue,sans-serif;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #686868;
	font-family: -apple-system,BlinkMacSystemFont,segoe ui,Roboto,Oxygen-Sans,Ubuntu,Cantarell,helvetica neue,sans-serif;
}


/**
 * 5.0 - Forms
 */

input {
	line-height: normal;
}

button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
	border: 0;
	border-radius: 5px;
	color: #fff;
	font-family: -apple-system,BlinkMacSystemFont,segoe ui,Roboto,Oxygen-Sans,Ubuntu,Cantarell,helvetica neue,sans-serif;
	letter-spacing: 0.046875em;
	line-height: 1;
}

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

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 {
	background: #f7f7f7;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border-radius: 5px;
	color: #686868;
	padding: 22px;
	width: 100%;
}

.post-password-form {
	margin-bottom: 1.75em;
}

.post-password-form label {
	color: #686868;
	display: block;
	font-family: -apple-system,BlinkMacSystemFont,segoe ui,Roboto,Oxygen-Sans,Ubuntu,Cantarell,helvetica neue,sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 1.75em;
	text-transform: uppercase;
}

.post-password-form input[type="password"] {
	margin-top: 0.4375em;
}

.post-password-form > :last-child {
	margin-bottom: 0;
}

.search-form {
	position: relative;
}

.search-submit:before {
	font-size: 24px;
	left: 2px;
	line-height: 42px;
	position: relative;
	width: 40px;
}

.search-submit {
	background-color: red;
	border-radius: 5px;
	bottom: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 20%;
}


/**
 * 6.0 - Navigation
 */

/**
 * 6.1 - Links
 */

a {
	color: red;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
/* 	color: #393939; */
}

a:focus {
	outline: none;
}

a:hover,
a:active {
	color: #4087f7;
	outline: 0;
}


/**
 * 6.2 - Menus
 */

.site-header-menu {
	display: none;
	-webkit-flex: 0 1 100%;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	margin: 0.875em 0;
}

.site-header{
	background-color: #fff!important;
	box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.site-header-menu.toggled-on,
.no-js .site-header-menu {
	display: block;
}

.main-navigation {
	font-family: -apple-system,BlinkMacSystemFont,segoe ui,Roboto,Oxygen-Sans,Ubuntu,Cantarell,helvetica neue,sans-serif;
}

.site-footer .main-navigation {
	margin-bottom: 1.75em;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
}

.main-navigation li {
	border-top: 1px solid #d1d1d1;
	position: relative;
}

.main-navigation a {
	color: #1a1a1a;
	display: block;
	line-height: 1.3125;
	outline-offset: -1px;
	padding: 0.84375em 0;
}


.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
	font-weight: 500;
}

.main-navigation ul ul {
	display: none;
	margin-left: 0.875em;
}

.no-js .main-navigation ul ul {
	display: block;
}

.main-navigation ul .toggled-on{
	display: block;
}

.main-navigation .primary-menu {
	border-bottom: 1px solid #d1d1d1;
}

.dropdown-toggle {
	background-color: transparent;
	color: #1a1a1a;
	height: 40px;
	padding: 0;
	position: absolute;
	right: 0;
	text-transform: none;
	top: 0;
	width: 30px;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background-color: transparent;
	color: #32373c;
}

.dropdown-toggle:focus {
	outline: none;
	outline-offset: -1px;
}

.dropdown-toggle:focus:after {
	border-color: transparent;
}

.site-header .main-navigation + .social-navigation {
	margin-top: 1.75em;
}

.post-navigation {
	border-bottom: 4px solid #1a1a1a;
	clear: both;
	font-family: -apple-system,BlinkMacSystemFont,segoe ui,Roboto,Oxygen-Sans,Ubuntu,Cantarell,helvetica neue,sans-serif;
	margin: 0 7.6923% 3.5em;
}

.post-navigation a {
	color: #1a1a1a;
	display: block;
	padding: 1.75em 0;
}

.post-navigation span {
	display: block;
}

.post-navigation .meta-nav {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

.post-navigation .post-title {
	display: inline;
	font-family: -apple-system,BlinkMacSystemFont,segoe ui,Roboto,Oxygen-Sans,Ubuntu,Cantarell,helvetica neue,sans-serif;
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.2173913043;
	text-rendering: optimizeLegibility;
}

.pagination {
	font-family: -apple-system,BlinkMacSystemFont,segoe ui,Roboto,Oxygen-Sans,Ubuntu,Cantarell,helvetica neue,sans-serif;
	font-size: 19px;
	font-size: 1.1875rem;
	min-height: 46px;
	position: relative;
}

.pagination .nav-links {
	text-align: center;
}

.pagination .nav-links:before,
.pagination .nav-links:after {
	color: #fff;
	font-size: 32px;
	line-height: 51px;
	opacity: 0.3;
	position: absolute;
	width: 52px;
	z-index: 1;
}


/* reset screen-reader-text */
.pagination .current .screen-reader-text {
	position: static !important;
}

.nav-links a{ color: white }

.pagination .page-numbers {
	letter-spacing: 0.013157895em;
	line-height: 1;
	padding: 0.6em;
	text-transform: uppercase;
	color: #32373c;
	transition: .3s;
	border: 1px solid black;
}
.pagination .page-numbers:hover{
	background-color: black;
	color: white;
}

.pagination .current {
	background-color: black;
	color: white;
}

.pagination .prev,
.pagination .next {
	color: #fff;
	height: 42px;
	margin: 0;
	overflow: hidden;
	padding: 0.6em;
	width: 42px;
	z-index: 2;
	margin: auto;
}

.btn-before{
	width: 100%;
	background-color: black ;
	color: #fff;
}
.btn-before svg{
	margin: 12px;
}

.pagination .prev:before,
.pagination .next:before {
	font-size: 32px;
	height: 53px;
	line-height: 52px;
	position: relative;
	width: 53px;
}

.pagination .prev:hover svg,
.pagination .prev:focus,
.pagination .next:hover svg,
.pagination .next:focus {
	color: #fff;
	fill: white;
}

.pagination .prev:focus,
.pagination .next:focus {
	outline: 0;
}

.pagination .prev {
	right: 54px;
}

.pagination .next {
	right: 0;
}

.image-navigation,
.comment-navigation {
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	color: #686868;
	font-family: -apple-system,BlinkMacSystemFont,segoe ui,Roboto,Oxygen-Sans,Ubuntu,Cantarell,helvetica neue,sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin: 0 7.6923% 2.1538461538em;
	padding: 1.0769230769em 0;
}

.comment-navigation {
	margin-right: 0;
	margin-left: 0;
}

.comments-title + .comment-navigation {
	border-bottom: 0;
	margin-bottom: 0;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty),
.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
	display: inline-block;
}

.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}


/**
 * 7.0 - Accessibility
 */

/* Text meant only for screen readers */
.says,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	/* many screen reader and browser combinations announce broken words as they would appear visually */
	word-wrap: normal !important;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
	background-color: #f1f1f1;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
	color: #21759b;
	display: block;
	font-family: -apple-system,BlinkMacSystemFont,segoe ui,Roboto,Oxygen-Sans,Ubuntu,Cantarell,helvetica neue,sans-serif;
	font-size: 16px;
	font-weight: 700;
	left: -9999em;
	outline: none;
	padding: 15px 23px 14px;
	text-decoration: none;
	text-transform: none;
	top: -9999em;
}

.logged-in .site .skip-link {
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
}

.site .skip-link:focus {
	clip: auto;
	height: auto;
	left: 6px;
	top: 7px;
	width: auto;
	z-index: 100000;
}

/**
 * 8.0 - Alignments
 */

.aligncenter {
	clear: both;
	display: block;
	text-align: center;
}

/**
 * 9.0 - Clearings
 */

.clear:before,
.clear:after,
blockquote:before,
blockquote:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-main > article:before,
.site-main > article:after,
.primary-menu:before,
.primary-menu:after,
.social-links-menu:before,
.social-links-menu:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after {
	content: "";
	display: table;
}

.clear:after,
blockquote:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-content:after,
.site-main > article:after,
.primary-menu:after,
.social-links-menu:after,
.textwidget:after,
.content-bottom-widgets:after {
	clear: both;
}


/**
 * 10.0 - Widgets
 */

.widget {
	margin-bottom: 3.5em;
	padding-top: 1.75em;
}

.widget-area > :last-child,
.widget > :last-child {
	margin-bottom: 0;
}

.widget .widget-title {
	font-family: -apple-system,BlinkMacSystemFont,segoe ui,Roboto,Oxygen-Sans,Ubuntu,Cantarell,helvetica neue,sans-serif;
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.046875em;
	line-height: 1.3125;
	margin: 0 0 1.75em;
	text-transform: uppercase;
}

.widget .widget-title:empty {
	margin-bottom: 0;
}

.widget-title a {
	color: #1a1a1a;
}
/* Recent Posts widget */
.widget_recent_entries .post-date {
	color: #686868;
	display: block;
	font-family: -apple-system,BlinkMacSystemFont,segoe ui,Roboto,Oxygen-Sans,Ubuntu,Cantarell,helvetica neue,sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.615384615;
	margin-bottom: 0.538461538em;
}

.widget_recent_entries li:last-child .post-date {
	margin-bottom: 0;
}

/* RSS widget */
.widget_rss .rsswidget img {
	margin-top: -0.375em;
}

.widget_rss .rss-date,
.widget_rss cite {
	color: #686868;
	display: block;
	font-family: -apple-system,BlinkMacSystemFont,segoe ui,Roboto,Oxygen-Sans,Ubuntu,Cantarell,helvetica neue,sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: normal;
	line-height: 1.615384615;
	margin-bottom: 0.538461538em;
}

.widget_rss .rssSummary:last-child {
	margin-bottom: 2.1538461538em;
}

.widget_rss li:last-child :last-child {
	margin-bottom: 0;
}
/**
 * 11.0 - Content
 */

.site {
	background-color: #fff;
}

.site-inner {
	margin: 0 auto;
	/*max-width: 1320px;*/
	position: relative;
}

.site-content {
	word-wrap: break-word;
	
}

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

.site-main > :last-child {
	margin-bottom: 0;
}
/**
 * 11.1 - Header
 */

.site-header {
	padding: 2.625em 7.6923%;
}

.site-header-main {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
		;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-content: center;
}

.site-branding {
	margin: 0.5em auto 0.5em 0;
	/* Avoid overflowing wide custom logo in small screens in Firefox and IEs */
	max-width: 100%;
	min-width: 0;
	overflow: hidden;
}

.custom-logo-link {
	display: block;
}

.custom-logo {
	max-width: 180px;
}

.site-title {
	font-family: -apple-system,BlinkMacSystemFont,segoe ui,Roboto,Oxygen-Sans,Ubuntu,Cantarell,helvetica neue,sans-serif;
	line-height: 1.25;
	margin: 0;
}
.site-title a{
	color: #2a2a2a;
}

.wp-custom-logo .site-title {
	margin-top: 0px;
}

.site-description {
	display: none;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 400;
	line-height: 1.0769230769;
	margin: 0.538461538em 0 0;
}

.menu-toggle {
	background-color: transparent;
	border: 1px solid #d1d1d1;
	color: #1a1a1a;
	font-size: 13px;
	font-size: 0.8125rem;
	margin: 0;
	padding: 0.5em;
}

.no-js .menu-toggle {
	display: none;
}

.menu-toggle.toggled-on,
.menu-toggle.toggled-on:hover,
.menu-toggle.toggled-on:focus {
	border-color: #1a1a1a;
	color: #fff;
}

#menu-menu{
	padding: 0 16px;
}


#menu-menu .menu-item .dropdown-toggle{
	width: 38px;
}

.menu-toggle:focus {
	outline: 0;
}

.header-image {
	clear: both;
}

.header-image a {
	display: block;
}

.header-image a:hover img,
.header-image a:focus img {
	opacity: 0.85;
}

/**
 * 11.2 - Posts and pages
 */

.site-main > article {
	margin-bottom: 2em;
	position: relative;
}

.entry-title {
	font-family: -apple-system,BlinkMacSystemFont,segoe ui,Roboto,Oxygen-Sans,Ubuntu,Cantarell,helvetica neue,sans-serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 1.25;
	margin-bottom: 16px;
}

.entry-title a {
	color: #1a1a1a;
}

.post-thumbnail, .post-thumbnail img {
	display: block;
/* 	margin: auto; */
}

.no-sidebar .post-thumbnail img {
	margin: 0 auto;
}

a.post-thumbnail:hover,
a.post-thumbnail:focus {
	opacity: 0.85;
}

.entry-content,
.entry-summary {
	border-color: #d1d1d1;
}

.entry-content, .entry-header-single {
	font-size: 16px;
	
}

.entry-content a, .table-single a{
	color: red;
    text-decoration: none;
}

.mod-info , .version{
	color: rgb(33, 33, 33);
	font-size: 14px;
}

.mod-info{
	font-size: 15px;
}

.entry-content p, .entry-header-single .wrapper-header-single p {
	font-weight: 300;
}

.black-bg {
	background-color: rgb(0 0 0 / 75%);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 0;
	left: 0;
	opacity: 0.8;
}

.wrapper-header-single .wrapper-pp-info {
	line-height: 1.6;
	color: #fff;
	margin-top: 15px;
	position: relative;
}

.entry-content ul {list-style: inherit}

.entry-content h1,
.entry-summary h1,
.comment-content h1,
.textwidget h1 {
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 1.25;
	margin-top: 2em;
	margin-bottom: 1em;
}

.entry-content h2,
.entry-summary h2,
.comment-content h2,
.textwidget h2 {
	font-size: 23px;
	line-height: 1.2173913043;
}

.entry-summary h3,
.comment-content h3,
.textwidget h3 {
	font-size: 19px;
	line-height: 1.1052631579;
	margin-top: 2.9473684211em;
	margin-bottom: 1.4736842105em;
}

.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.textwidget h4,
.textwidget h5,
.textwidget h6 {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	margin-top: 3.5em;
	margin-bottom: 1.75em;
}

.entry-content h4,
.entry-summary h4,
.comment-content h4,
.textwidget h4 {
	letter-spacing: 0.140625em;
	text-transform: uppercase;
}

.entry-content h6,
.entry-summary h6,
.comment-content h6,
.textwidget h6 {
	font-style: italic;
}

.pk-title,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h1,
.entry-summary h2,
.entry-summary h3,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.textwidget h1,
.textwidget h2,
.textwidget h3,
.textwidget h4,
.textwidget h5,
.textwidget h6 {
	font-weight: 400;
}

.post-navigation .post-title,
.entry-title,
.comments-title {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

.main-navigation {
	margin: 0 -0.875em;
}

.main-navigation .primary-menu,
.main-navigation .primary-menu > li {
	border: 0;
}

.main-navigation .primary-menu > li {
	float: left;
}

.main-navigation a {
	outline-offset: -8px;
	padding: 0.65625em 0.875em;
	white-space: nowrap;
	font-size: 16px;
}

.entry-content > :last-child,
.entry-summary > :last-child,
body:not(.search-results) .entry-summary > :last-child,
.page-content > :last-child,
.comment-content > :last-child,
.textwidget > :last-child {
	margin-bottom: 0;
}

.more-link {
	white-space: nowrap;
}

.author-info {
	border-color: inherit;
	border-style: solid;
	border-width: 1px 0 1px 0;
	clear: both;
	padding-top: 1.75em;
	padding-bottom: 1.75em;
}

.author-avatar .avatar {
	float: left;
	height: 42px;
	margin: 0 1.75em 1.75em 0;
	width: 42px;
}

.author-description > :last-child {
	margin-bottom: 0;
}

.entry-content .author-title {
	clear: none;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 900;
	line-height: 1.75;
	margin: 0;
}

.author-bio {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-bottom: 1.6153846154em;
	overflow: hidden;
}

.author-link {
	white-space: nowrap;
}

.entry-footer {
	color: #686868;
	font-family: -apple-system,BlinkMacSystemFont,segoe ui,Roboto,Oxygen-Sans,Ubuntu,Cantarell,helvetica neue,sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-top: 2.1538461538em;
}

.entry-footer:empty {
	margin: 0;
}

.entry-footer a {
	color: #686868;
}

.entry-footer > span:not(:last-child):after {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}

.entry-footer .avatar {
	height: 21px;
	margin: -0.1538461538em 0.5384615385em 0 0;
	width: 21px;
}

.sticky-post {
	color: #32373c;
	display: block;
	font-family: -apple-system,BlinkMacSystemFont,segoe ui,Roboto,Oxygen-Sans,Ubuntu,Cantarell,helvetica neue,sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

/**
 * IE8 and earlier will drop any block with CSS3 selectors.
 * Do not combine these styles with the next block.
 */
.updated:not(.published) {
	display: none;
}

.sticky .posted-on,
.byline {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

/*header topics */

.wrap-topics{
	margin-top: 12px;
	width: 100%;
	margin-bottom: 12px;
}

.wrap-topics h2 {
	font-weight: 600;
}

.main-topics{
	text-align: center;
	margin-top: 12px;
}

.item-topics{
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #fff;
	padding: 6px 12px;
	border-radius: 5px;
}

.item-topics a {
	color: rgb(33, 33, 33);
}

/* end header topics */

.page-header {
	margin-bottom: 24px;
	padding-top: 1.75em;
}

.page-title {
	font-family: -apple-system,BlinkMacSystemFont,segoe ui,Roboto,Oxygen-Sans,Ubuntu,Cantarell,helvetica neue,sans-serif;
	font-size: 23px;
	font-size: 1.4375rem;
	line-height: 1.2173913043;
}

.taxonomy-description {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
}

.taxonomy-description p {
	margin: 0.5384615385em 0 1.6153846154em;
}

.taxonomy-description > :last-child {
	margin-bottom: 0;
}

.page-links {
	clear: both;
	font-family: -apple-system,BlinkMacSystemFont,segoe ui,Roboto,Oxygen-Sans,Ubuntu,Cantarell,helvetica neue,sans-serif;
	margin: 0 0 1.75em;
}

.page-links a,
.page-links > span {
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	display: inline-block;
	font-size: 13px;
	font-size: 0.8125rem;
	height: 1.8461538462em;
	line-height: 1.6923076923em;
	margin-right: 0.3076923077em;
	text-align: center;
	width: 1.8461538462em;
}

.page-links a {
	background-color: #1a1a1a;
	border-color: #1a1a1a;
	color: #fff;
}

.page-links > .page-links-title {
	border: 0;
	color: #1a1a1a;
	height: auto;
	margin: 0;
	padding-right: 0.6153846154em;
	width: auto;
}

.entry-attachment {
	margin-bottom: 1.75em;
}

.entry-caption {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 1.0769230769em;
}

.entry-caption > :last-child {
	margin-bottom: 0;
}

.content-bottom-widgets {
	margin: 0 7.6923%;
}

.content-bottom-widgets .widget-area {
	margin-bottom: 3.5em;
}


/**
 * 11.3 - Post Formats
 */

.format-aside .entry-title,
.format-image .entry-title,
.format-video .entry-title,
.format-quote .entry-title,
.format-gallery .entry-title,
.format-status .entry-title,
.format-link .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 1.473684211;
}

.blog .format-status .entry-title,
.archive .format-status .entry-title {
	display: none;
}


/**
 * 11.4 - Comments
 */



.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
	padding-top: 1.75em;
}

.comments-title,
.comment-reply-title {
	font-family: -apple-system,BlinkMacSystemFont,segoe ui,Roboto,Oxygen-Sans,Ubuntu,Cantarell,helvetica neue,sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.3125;
	padding-top: 1.217391304em;
}

.comments-title {
	margin-bottom: 1.217391304em;
}

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

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid #d1d1d1;
	padding: 1.75em 0;
}

.comment-list .children {
	list-style: none;
	margin: 0;
}

.comment-list .children > li {
	padding-left: 0.875em;
}

.comment-author {
	color: #1a1a1a;
	margin-bottom: 0.4375em;
}

.comment-author .avatar {
	float: left;
	height: 28px;
	margin-right: 0.875em;
	position: relative;
	width: 28px;
}

.comment-metadata,
.pingback .edit-link {
	color: #686868;
	font-family: -apple-system,BlinkMacSystemFont,segoe ui,Roboto,Oxygen-Sans,Ubuntu,Cantarell,helvetica neue,sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
}

.comment-metadata {
	margin-bottom: 2.1538461538em;
}

.comment-metadata a,
.pingback .comment-edit-link {
	color: #686868;
}

.comment-metadata .edit-link,
.pingback .edit-link {
	display: inline-block;
}

.comment-metadata .edit-link:before,
.pingback .edit-link:before {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 1.5em 1.25em;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-reply-link {
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	display: inline-block;
	font-family: -apple-system,BlinkMacSystemFont,segoe ui,Roboto,Oxygen-Sans,Ubuntu,Cantarell,helvetica neue,sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1;
	margin-top: 2.1538461538em;
	padding: 0.5384615385em 0.5384615385em 0.4615384615em;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
	border-color: currentColor;
	outline: 0;
}

.comment-form {
	padding-top: 1.75em;
	padding-bottom: 1.75em;
}

.comment-form label {
	color: #686868;
	display: block;
	font-family: -apple-system,BlinkMacSystemFont,segoe ui,Roboto,Oxygen-Sans,Ubuntu,Cantarell,helvetica neue,sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

.comment-list .comment-form {
	padding-bottom: 1.75em;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-bottom: 2.1538461538em;
}

.no-comments {
	border-top: 1px solid #d1d1d1;
	font-family: -apple-system,BlinkMacSystemFont,segoe ui,Roboto,Oxygen-Sans,Ubuntu,Cantarell,helvetica neue,sans-serif;
	font-weight: 700;
	margin: 0;
	padding-top: 1.75em;
}

.comment-navigation + .no-comments {
	border-top: 0;
	padding-top: 0;
}

.form-submit {
	margin-bottom: 0;
}

.required {
	font-family: -apple-system,BlinkMacSystemFont,segoe ui,Roboto,Oxygen-Sans,Ubuntu,Cantarell,helvetica neue,sans-serif;
}

.comment-reply-title small {
	font-size: 100%;
}

.comment-reply-title small a {
	border: 0;
	float: right;
	height: 32px;
	overflow: hidden;
	font-size: 16px;
}

.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
	color: #1a1a1a;
}

.comment-form #wp-comment-cookies-consent {
	margin: 0 10px 0 0;
}

.comment-form .comment-form-cookies-consent label {
	display: inline;
	font-family: Merriweather, Georgia, serif;
	letter-spacing: 0;
	text-transform: none;
}

/**
 * 11.5 - Sidebar
 */

/*.sidebar {*/
/*	margin-bottom: 3.5em;*/
/*	padding: 0 7.6923%;*/
/*}*/


/**
 * 11.6 - Footer
 */

.site-footer {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.twitter-icon,.fb-icon, .gmail-icon,
.pinterest-icon{
	fill: white;
}
.site-info {
	color: #eee;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	width: 100%;
	margin: auto 0;
	padding: 1px 0
}

.site-info a {
	color: #eee;
}

.site-info a:hover,
.site-info a:focus {
	color: white;
}

.site-footer .site-title {
	font-family: inherit;
	font-size: inherit;
	font-weight: 400;
}


/* footer custom */

.site-logo{
	width: 100%;
	text-align: center;
}

.site-logo img {
	border-radius: 50%;
}
/**
 * 12.0 - Media
 */

.site .avatar {
	border-radius: 50%;
}

.entry-content .wp-smiley,
.entry-summary .wp-smiley,
.comment-content .wp-smiley,
.textwidget .wp-smiley {
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

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

/* Make sure embeds and iframes fit their containers. */

/**
 * 12.1 - Captions
 */

.wp-caption {
	margin-bottom: 1.75em;
	max-width: 100%;
}

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

.wp-caption .wp-caption-text {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}

/**
 * 12.2 - Galleries
 */

.gallery {
	margin: 0 -1.1666667% 1.75em;
}

.gallery-item {
	display: inline-block;
	max-width: 33.33%;
	padding: 0 1.1400652% 2.2801304%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

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

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

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.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.11%;
}

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #686868;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/* custom css*/

/* INDEX CUSTOM */

.list-post .post-item {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #f0f0f0;
    transition: all 0.2s;
}

.post-item:hover {
	border: 1px solid #3b82f663;
	box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}


.thumbnail-header{
	float: left;
	width: 100%;
}


.thumbnail-header-blog{
	width: 100% !important;
}

.blog-body-content {
    margin-left: 5px;
}

.blog-item {
	position: relative;
}

.body-content {
    width: 100%;
    padding-top: inherit;
    padding: 10px;
}

.get-more-btn{
    border-radius: 7px;
    width: 100%;
    padding: 12px;
    font-weight: 400;
    background-color: red;
}

#btn-search:hover svg, .btn-before:hover svg {
	fill: white;
}

.aiosrs-rating-wrap {
    text-align: center;
}

.submit{
	background-color: red;
}

img {
	margin-left:auto;
	margin-right:auto;
}

.main-navigation .primary-menu > li{
	float: none; border-bottom: 1px solid white;
}

.social-btn-item{
	margin-left: 20px;
}

.social-btn-item svg {
	fill: white;
}

.social-btn{
	float: right; width: 100%; text-align: center; margin-top: 10px
}
.text-contact{
	float: left; padding-left:15px; width: 100%; text-align: center; color: white; text-transform: uppercase
}
.site-info-wrapper{
	float: left; width: 100%; text-align: center; margin-top: 10px;
}

.site-info-wrapper span, .site-info-wrapper a {
	color: #fff;
}

.sidebar{
	margin-top: 24px;
}

.breadcrumb-content .breadcrumb-text{
	margin: 12px 0 !important;
	font-size: 15px;
	font-weight: 400;
	color: #999;
}

.breadcrumb-content{
	text-align: left;
}

.sidebar {
	width: 100%;
}

.hero__banner{
	color: white;
	text-align: center;
}

.search__field {
	width: 80%;
	float: left;
	border-radius: 7px;
}

.input.js-input.is-big.search-big {
	border: none;
	outline: none;
	height: 20px;
	text-align: center;
}

.input.js-input.is-big.search-big:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

.search-field {
    height: 50px;
    border: none;
    outline: none;
    border-radius: 7px;
}

.search__action{
	width: 20%;
}

.is-search {
    display: flex;
    height: 40px;
    width: 100%;
    transition: .4s;
    background: red;
    border-radius: 7px;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.is-search svg {
	vertical-align: middle;
	fill: white;
}

.hero__banner .hero__title{
	font-size: 22px;
	font-family: -apple-system,BlinkMacSystemFont,segoe ui,Roboto,Oxygen-Sans,Ubuntu,Cantarell,helvetica neue,sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	margin: 32px 0;
	color: black;
}

.hero__banner .hero__title span {
	font-size: 19px;
	font-weight: 250;
	display: block;
	text-transform: none;
	color: black;
}

/* TABLE OF CONTENT*/

.pk-title{
	font-size: 24px;
}

.pk-toc ol li a {
	color: rgb(33, 33, 33);
	font-size: 18px;
	font-weight: 300;
}


/* popular */

.mt-2{
	margin-top:24px ;
	font-size: 15px;
}
.mb-2{
	margin-bottom: 24px;
}

.wrapper-popular-header{
	text-transform: uppercase;
	margin: auto;
}

.popular-console-title {
	font-size: 18px;
/* 	border-bottom: 3px solid white; */
	font-weight: 500;
	text-shadow: 2px 2px 20px red91;
	transition: .4s;
	animation-timing-function: ease;
	display: inline-block;
}


.a-link-button {
    display: flex;
    height: 40px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .06);
    color: #555;
    background-color: #fff;
    width: 100%;
    margin-bottom: 0.5rem !important;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 15px;
    align-items: center;
}

.a-link-button:hover{
    color: #555;
}

.get-more	{
	text-align: center;
	margin-bottom: 15px;
}

.dflex {
	display: flex;
	flex-wrap: wrap;
}

.clear-fix{
	clear: both;
	content: "";
}

.wrapper-item-image {
	padding: 10px;
}

.wrapper-before-link{
	border: 1px solid #eee;
	margin-bottom: 20px;
	transition: .5s;
}

.wrapper-before-link:hover{
	border: 1px solid rgb(33,33,33);
}
.wrapper-before-link:hover .wrapper-item-title{
	border-top: 1px solid rgb(33,33,33);
}

/* table archive category */

.btn-before{
	width: 100%;
}
.btn-before svg{
	margin: 12px;
}
tr:nth-child(even) {
	background-color: #f5f6f7;
}

/* post-popular-container */

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

.col-6-pr, .col-6-pl{
	margin-bottom: 0;
}
.tb-popular, .tb-recent{
	border: none;
	border-collapse: collapse;
}

.tb-popular td, .tb-recent td { border: none }

/* download table*/

.download-table{
	padding: 15px 0;
}

.text-h{
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
}

.text-link{
	font-size: 15px;
	color: #2a2a2a;
	transition: .2s;
}
.text-attr{
	font-weight: 600;
}

.dowload-item {
	border-radius: 7px;
	background: #F0F2F5;
	padding: 10px 5px 10px 5px;
	font-size: 16px;
	margin: 5px 0 5px 0;
}
.img-backgroup {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}

span.date-update {
    font-size: 14px;
    float: left;
}

.title-item{
	margin-right: 15px;
}

.title-item,
.text-link,
.attr-item {
	cursor: pointer;
	user-select: none;
}

.wrapper-featured{
	width: 100%;
	height: unset;
	border: 2px solid #fff;
	text-align: center;   
	background-color: #eaeaea;
	position: relative;
}

.title-blog{
	line-height: 1.3;
	margin-bottom: 12px;
}
.attr-item{
	color: grey;
	float: right;
}

.tog-btn-link{display: none;}

.tog-btn {
	width: 100%;
	border-radius: 5px;
	padding: 5px 15px;
	font-size: 12px;
	background-color: red;
}

/* progress bar */

.progress-wrapper {
	display: none;
	height: 5px;
	position: relative;
	background: #f3efe6;
	overflow: hidden;
}

.progress-wrapper span {
	display: block;
	height: 100%;
}

.progress {
	background-color: red;
	animation: progressBar 5s ease-in-out;
	animation-fill-mode:both;
}

@keyframes progressBar {
	0% { width: 0; }
	100% { width: 100%; }
}

.d-block{
	display: block;
}
.d-none{
	display: none;
}

/* cate blog archive */

.featured-blog-archive{
	width: 35%;
	margin-right: 15px
}

/*single post*/

.wrapper-featured {
	width: 85px;
	height: 85px;
}

.wrapper-featured > img{
	width: 85px;
	height: 85px;
	border-radius: 10px;
}

.wrapper-thumbnail-single{
	float: left;
	width: 85px;
}
.wrapper-table-single{
	width: 100%;
}

.m-center {
	margin-left: auto;
	margin-right: auto;
	padding-right: 5px;
	padding-left: 5px;
}

.mini-title{
	font-size: 23px;
	color: #32373c;
	font-weight: 500;
}

.bg-img{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}


.bg-img {
	width: 100%;
	height: 120px;
	object-fit: cover;
}

.title-recommended-link .title-recommended {
	color: red;
	transition: .3s;
}

.title-sidebar {
    color: #fbaa4c;
}

.title-sidebar-link .title-sidebar{
	font-weight: 500;
	transition: .3s;
}

.text-cat svg {
	vertical-align: middle;
}

.text-cat span {
	font-size: 13px;
}

.post-thumbnail img{
/* 	height: auto !important; */
}

.title-recommended, .title-sidebar {
	color: red;
	font-weight: 600;
	font-size: 20px
}

.title-blog-item{
	color: #21384f;
	font-weight: 600;
}

.entry-sidebar{ margin-bottom: 16px }

.wrapper-post-info .kk-star-ratings{
	pointer-events: none;
}
.wrapper-post-info h4 {
	font-size: 16px;
}
.text-muted{
	font-size: 15px;
	font-weight: 400;
}
.text-cat  {
	font-size: 13px;
	color: #73797d;
	font-weight: 400;
}
/* .rc-sidebar-item{
	margin-bottom: 16px;
} */
.wrapper-download{
	text-align: center;
}
#btn-download{
	background-color: red;
	font-weight: 400;
	padding: .8em;
	font-size: 14px;
	border-radius: 22px;
}
#btn-download-last{
	padding: 11px !important;
	text-transform: none;
	padding: 8px;
	width: 100%;
	font-weight: 400;
	border-radius: 19px;
}
.wrapper-post-info{
	position: relative;
	width: calc(100% - 115px);
	margin-left: 15px;
	margin-top: auto;
	margin-bottom: auto;
	padding-right: 12px;
}

.wrapper-pp-info{
	line-height: 1.5;
	text-align: center;
	width: 95%;
	margin-left: 10px;
	margin-top: auto;
	margin-bottom: auto;
}

.wrapper-pp-info span {
	font-size: 14.5px;
}

.wrapper-featured > img {
	width:110px;
	height: auto;
	border-radius: 10px;
	margin: 15px;
}


.download-list {
	margin-top: 15px;
	margin-bottom: -15px;
}

.col-6{
	width: 100%;
	margin-bottom: 20px;
}

.wrapper-img-recommended{
	width: 80px;
	height: 80px
}

.wrapper-img-pp{
	width: 60px;
	height: 60px
}

.wrapper-img-recommended > img{
	max-width: 100px;
	max-height: 100px
}

.wrapper-img-pp > img{
	max-width: 60px;
	max-height: 60px
}

/* filter posts */

.title-thread{
	width: 50%;
}

p.breadcrumb-text a, .breadcrumb_last, .seperator-brc{
	font-weight: 400;
	color: #abb8c3;
}

p.breadcrumb-text a{
	color: red;
}

.image-thread{
	width: 90px;
}

.thread-bg-fix {
	height: 77px;
	border-radius: 5px;
}

.quantity-thread{
	width: 18%;
}

.quantity-thread, .quantity-thread-child{
	text-align: center;
}

.rating-thread, .rating-thread-child{
	text-align: center;
	display: none;
}

.search-group{
	float: left;
	width: 100%;
	display: block;
}

.genre-group{
	display: block;
	float: left;
	width: 49%;
	margin-bottom: 15px ;
}

.region-group{
	display: block;
	float: right;
	width: 49%;
}

.custom-select {
	padding-left: 0.5rem;
	padding-right: 1.5rem;
	height: 52px;
	width: 100%;
	font-size: 15px;
	border: 1px solid #d1d1d1;
}

.search-filter{
	background-color: white !important;
	font-size: 15px;
	padding: 16.5px !important;
}
.is-search-filter{
	width: 13%;
	background-color: white !important;
	border: none ;
	margin-left: -14%;
	padding-top: 16px !important;
	padding-bottom: 15px !important;
	border-top: 1px solid #d1d1d1;

}

.publisher-thread-child, .publisher-thread{
	font-size: 15px;
	text-align: center;
}

/* end custom css*/

.container-footer{
	background-color: red;
}

#menu-primary{
	padding: 0 12px;
}

.menu-item > a {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 16px;
}

/*header*/
.menu-item:hover .sub-menu{
	display: block;
}

/* comment */

.comment-form-url{
	display: none;
}
.comment-form-comment textarea{
	height: 120px;
}

.form-submit #submit{
    padding: 10px;
    font-weight: 400;
    background-color: red;
}
.comment-form-author #author, .comment-form-email #email{
	padding: 10px;
	border: 1px solid;
}
/**
 * 14.0 - Media Queries
 */

/**
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */

@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

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

	.site-header, .hero__title, .site-content, .site-footer{
		padding: 0 3%;
	}
	.wrapper-before-link{
		margin-right: 10px;
	}

	.col-item{
		width: 50% !important;
	}

	.search__action,  .search__field {
		width: 100%;
	}
	.search__field{
		margin-bottom: 15px;
	}

}
/**
* 14.0 - >= 580px
*/

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

	.image-thread{
		width: 100px;
	}

	.thread-bg-fix {
		height: 88px;
	}

	.post-thumbnail, .post-thumbnail img{
		margin: 0;
	}
	.col-item{
		width: 50% !important;
	}
	.wrapper-before-link{
		margin-right: 20px;
	}
}

/**
* 14.1 - >= 710px
*/

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

	.featured-blog-archive{
		width: 20%;
	}
	.none-sidebar{
		width: 16%;
	}

	.col-6{
		width: 50%;
	}
	.col-6-pl{
		width: 49%;
		float:left;
	}
	.col-6-pr{
		width: 49%;
		float: right;
	}

	.col-item{
		width: 33.333% !important;
	}

	.custom-logo {
		max-width: 210px;
	}

	.wp-custom-logo .site-title {
		margin-top: 0.5em;
	}

	.site-description {
		display: block;
	}

	.menu-toggle {
		font-size: 16px;
		font-size: 1.0rem;
		margin: 1.3125em 0;
		padding: 0.8125em 0.875em 0.6875em;
	}

	.site-header-menu {
		margin: auto 0;
	}

	.site-header .main-navigation + .social-navigation {
		margin-top: 2.625em;
	}

	.header-image {
		margin: 0;
	}

	.post-navigation {
		margin-bottom: 5.25em;
	}

	.post-navigation .post-title {
		font-size: 28px;
		font-size: 1.75rem;
		line-height: 1.25;
	}

	/* restore screen-reader-text */
	.pagination .current .screen-reader-text {
		position: absolute !important;
	}

	.site-main > article {
		margin-bottom: 2em;
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		border-width: 4px 0 0 0;
		padding: 0.9473684211em 0 0;
		width: -webkit-calc(50% - 0.736842105em);
		width: calc(50% - 0.736842105em);
	}

	.entry-content blockquote:not(.alignleft):not(.alignright),
	.entry-summary blockquote,
	.comment-content blockquote {
		margin-left: -1.473684211em;
	}

	.entry-content blockquote blockquote:not(.alignleft):not(.alignright),
	.entry-summary blockquote blockquote,
	.comment-content blockquote blockquote {
		margin-left: 0;
	}

	.entry-content ul,
	.entry-summary ul,
	.comment-content ul,
	.entry-content ol,
	.entry-summary ol,
	.comment-content ol {
		margin-left: 0;
	}

	.entry-content li > ul,
	.entry-summary li > ul,
	.comment-content li > ul,
	.entry-content blockquote > ul,
	.entry-summary blockquote > ul,
	.comment-content blockquote > ul {
		margin-left: 1.25em;
	}

	.entry-content li > ol,
	.entry-summary li > ol,
	.comment-content li > ol,
	.entry-content blockquote > ol,
	.entry-summary blockquote > ol,
	.comment-content blockquote > ol {
		margin-left: 1.5em;
	}

	.comment-author {
		margin-bottom: 0;
	}

	.comment-author .avatar {
		height: 42px;
		position: relative;
		top: 0.25em;
		width: 42px;
	}

	.comment-list .children > li {
		padding-left: 1.75em;
	}

	.comment-list + .comment-respond,
	.comment-navigation + .comment-respond {
		padding-top: 3.5em;
	}
	
	

	.comments-area,
	.widget,
	.content-bottom-widgets .widget-area {
		margin-bottom: 5.25em;
	}

	.sidebar,
	.widecolumn {
		margin-bottom: 5.25em;
	}

	body:not(.search-results) .entry-summary li > ul,
	body:not(.search-results) .entry-summary blockquote > ul {
		margin-left: 1.157894737em;
	}

	body:not(.search-results) .entry-summary li > ol,
	body:not(.search-results) .entry-summary blockquote > ol {
		margin-left: 1.473684211em;
	}
}

/**
 * 14.2 - >= 783px
 */

@media screen and (min-width: 48.9375em) {
	
	.row {
		display: flex;
		width: 100%;
	}

	.post-c {
		flex: 2;
	}

	.same-category {
		flex: 1;
		margin-left: 10px;
	}

	.list-post {
		grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
		gap: 10px;
	}

	.is-search{
		width: 20% !important;
		padding: 22px !important;
	}
	.search__field{
		width: 80% !important;
	}
	.col-item{
		width: 25% !important;
	}
	.hero__banner .hero__title{
		font-size: 38px;
	}
	.hero__banner .hero__title span{
		font-size: 28px;
	}
}

/**
 * 14.3 - >= 910px
 */

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

	.wrap-topics{
		margin-top: 24px;
		width: 90%;
	}

	.sub-menu{
		position: absolute;
		z-index: 9999;
		background-color: #fff;
	}

	.main-navigation ul .toggled-on li{
		width: 100%;
	}

	.search-group{
		width: 48%;
	}
	.site-main-single{
		width: 100%;
/* 		max-width: 880px; */
/* 		width: 70%;
		max-width: 720px; */
		/* 		float: left */
	}
	.sidebar{
		margin-top: 24px;
		float: right;
		padding: 0;
		width: 25%;
	}

	.hero__banner .hero__title{
		font-size: 40px;
	}
	.hero__banner .hero__title span{
		font-size: 34px;
	}

	.site-header-main {
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.wp-custom-logo .site-header-main {
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.site-header-menu {
		display: block;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}

	.dropdown-toggle,
	.main-navigation ul .dropdown-toggle.toggled-on,
	.menu-toggle,
	.site-header .social-navigation,
	.site-footer .main-navigation {
		display: none;
	}

	.entry-header,
	.post-thumbnail,
	.entry-content,
	.entry-summary,
	.entry-footer,
	.comments-area,
	.image-navigation,
	.post-navigation,
	.pagination,
	.page-header,
	.page-content,
	.content-bottom-widgets {
		margin-right: 0;
		margin-left: 0;
	}

	.sidebar {
		float: right;
		padding: 0;
		width: 25%;
	}

	.widget {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
		margin-bottom: 3.230769231em;
		padding-top: 1.615384615em;
	}

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

	.widget p,
	.widget address,
	.widget hr,
	.widget ul,
	.widget ol,
	.widget dl,
	.widget dd,
	.widget table {
		margin-bottom: 1.6153846154em;
	}

	ol {
		padding-left: 20px;
	}

	.widget li > ul,
	.widget li > ol {
		margin-bottom: 0;
	}

	.widget blockquote {
		font-size: 16px;
		line-height: 1.3125;
		margin-bottom: 1.3125em;
		padding-left: 1.0625em;
	}

	.widget blockquote cite,
	.widget blockquote small {
		font-size: 13px;
		line-height: 1.6153846154;
	}

	.widget th,
	.widget td {
		padding: 0.5384615385em;
	}

	.widget pre {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
		margin-bottom: 1.6153846154em;
		padding: 0.5384615385em;
	}

	.widget fieldset {
		margin-bottom: 1.6153846154em;
		padding: 0.5384615385em;
	}

	.widget button,
	.widget input,
	.widget select,
	.widget textarea {
		font-size: 13px;
		line-height: 1.6153846154;
	}

	.widget button,
	.widget input[type="button"],
	.widget input[type="reset"],
	.widget input[type="submit"] {
		line-height: 1;
		padding: 0.846153846em;
	}

	.widget input[type="date"],
	.widget input[type="time"],
	.widget input[type="datetime-local"],
	.widget input[type="week"],
	.widget input[type="month"],
	.widget input[type="text"],
	.widget input[type="email"],
	.widget input[type="url"],
	.widget input[type="password"],
	.widget input[type="search"],
	.widget input[type="tel"],
	.widget input[type="number"],
	.widget textarea {
		padding: .5em;
	}

	.widget h1 {
		font-size: 23px;
		font-size: 1.4375rem;
		line-height: 1.2173913043;
		margin-bottom: 0.9130434783em;
	}

	.widget h2 {
		font-size: 19px;
		font-size: 1.1875rem;
		line-height: 1.1052631579;
		margin-bottom: 1.1052631579em;
	}

	.widget h3 {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.3125;
		margin-bottom: 1.3125em;
	}

	.widget h4,
	.widget h5,
	.widget h6 {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
		margin-bottom: 0.9130434783em;
	}

	.widget_rss .rssSummary:last-child {
		margin-bottom: 1.615384615em;
	}

	.widget .search-submit:before {
		font-size: 16px;
		left: 1px;
		line-height: 35px;
		width: 34px;
	}

	.widget button.search-submit {
		padding: 0;
		width: 35px;
	}

	.textwidget h1 {
		margin-top: 1.8260869565em;
	}

	.textwidget h2 {
		margin-top: 2.2105263158em;
	}

	.textwidget h3 {
		margin-top: 2.625em;
	}

	.textwidget h4 {
		letter-spacing: 0.153846154em;
	}

	.textwidget h4,
	.textwidget h5,
	.textwidget h6 {
		margin-top: 3.2307692308em;
	}


	.content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1):last-of-type {
		margin-right: 0;
	}

	.no-sidebar .content-area {
		float: none;
		margin: 0;
		width: 100%;
	}

	.widecolumn {
		padding-right: 15%;
		padding-left: 15%;
	}

	.main-navigation .primary-menu > li{
		float: left;
		border: none;
	}
}

/**
 * 14.4 - >= 985px
 */

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

	.col-item{
		width: 20% !important;
	}

	.custom-logo {
		max-width: 240px;
	}

	.image-navigation {
		margin-bottom: 3.230769231em;
	}

	.post-navigation {
		margin-bottom: 7.0em;
	}
	.widget {
		margin-bottom: 4.307692308em;
	}

	.site-main > article {
		margin-bottom: 2.0em;
	}

	.entry-content h1,
	.entry-summary h1,
	.comment-content h1 {
		font-size: 33px;
		line-height: 1.2727272727;
		margin-top: 1.696969697em;
		margin-bottom: 0.8484848485em;
	}

	.entry-content h2,
	.entry-summary h2,
	.comment-content h2 {
		font-size: 28px;
		line-height: 1.25;
	}

	.entry-content h3,
	.entry-summary h3,
	.comment-content h3 {
		font-size: 23px;
		line-height: 1.2173913043;
		margin-top: 20px;
		margin-bottom: 18px;
	}

	.entry-content h4,
	.entry-summary h4,
	.entry-intro h4,
	.comment-content h4 {
		letter-spacing: 0.131578947em;
	}

	.entry-content h4,
	.entry-content h5,
	.entry-content h6,
	.entry-summary h4,
	.entry-summary h5,
	.entry-summary h6,
	.comment-content h4,
	.comment-content h5,
	.comment-content h6 {
		font-size: 19px;
		font-size: 1.1875rem;
		line-height: 1.1052631579;
		margin-top: 2.9473684211em;
		margin-bottom: 1.473684211em;
	}

	.author-info {
		border-bottom-width: 0;
		padding-bottom: 0;
	}

	.comment-list + .comment-respond,
	.comment-navigation + .comment-respond {
		padding-top: 1.75em;
		padding-left: 5px;
		padding-right: 5px;
		padding-bottom: 10px;
	}

	.comments-area,
	.sidebar,
	.content-bottom-widgets .widget-area,
	.widecolumn {
		margin-bottom: 7.0em;
	}

	body:not(.search-results) .entry-summary {
		margin-bottom: 2.210526316em;
	}

	body:not(.search-results) .entry-header + .entry-summary {
		margin-top: -1.105263158em;
	}

	body:not(.search-results) article:not(.type-page) .entry-content > blockquote.alignleft.below-entry-meta {
		margin-left: -40%;
		width: -webkit-calc(60% - 1.4736842105em);
		width: calc(60% - 1.4736842105em);
	}

}


/**
 * 14.5 - >= 1116px
 */

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

	.widget{
		border-top: none;
	}
	.site-content, .site-header, .site-footer{
		padding: 0 12.9455%;
	}

	.col-item{
		width: 16.666% !important;
	}

	.wrap-topics{
		width: 70%;
	}
}

.wrapper-archive-title a {
	color: black;
}
.archive-item p{
	margin-bottom: 7px;
}


.kk-star-ratings.kksr-template {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.sub-menu {
	width: 100%;
	max-height: 300px;
	overflow-y: scroll;
	padding: 0 10px;
}

.scroll-container::-webkit-scrollbar {
	width: 10px;
}

.scroll-container::-webkit-scrollbar-thumb {
	background: #888;
	border-radius: 5px;
}

.scroll-container::-webkit-scrollbar-thumb:hover {
	background: #555;
}

ul.sub-menu::-webkit-scrollbar-track {
	background: #f4f4f4;
}

.load-more-wrapper {
    text-align: center;
    padding: 14px 0 30px 0;
}

.load-more-btn {
    width: auto;
    height: 35px;
    padding: 0 30px;
    color: white;
    background: red;
    border: none;
    border-radius: 5px;
	text-transform: none;
	font-weight: 400;
}

.load-more-btn:hover {
    width: auto;
    height: 35px;
    padding: 0 30px;
    color: white;
    background: red;
    border: none;
    border-radius: 5px;
	text-transform: none;
	font-weight: 400;
}

.section-header {
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.segmented-control button {
	display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    background: #e2e8f0;
    height: 25px;
    padding: 10px;
    border: none;
    border-radius: 5px;
    font-size: 15px;
}

button.active {
    color: white;
    background: red;
}

.ios-pagination {
  display: flex;
  justify-content: center;
  padding: 6px;
  margin: 20px 0;
}

.ios-pagination .pagination-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.ios-pagination .pagination-list li {
  margin: 0 4px;
}

.ios-pagination .pagination-list a,
.ios-pagination .pagination-list span {
  display: inline-block;
  min-width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 16px;
  font-size: 14px;
  text-decoration: none;
  border: none;
  background: none;
  color: #007aff;
  transition: background-color .2s;
}

.ios-pagination .prev.page-numbers,
.ios-pagination .next.page-numbers {
  padding: 0 8px;
}

.ios-pagination .pagination-list .current {
  background-color: #ffffff;
  color: #000000;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.ios-pagination .pagination-list a:hover {
  background-color: rgba(0,0,0,0.05);
  text-decoration: none;
}

a.next.page-numbers, a.prev.page-numbers {
    display: flex;
    align-items: center;
}

.rank-math-breadcrumb p {
    margin: 0;
}

.rank-math-question {
    font-size: 19px;
	font-weight: bold;
}

.box {
	background: #fff;
	padding: 10px;
	border-radius: 5px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

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

.t-20 {
	font-size: 20px;
}

.mt-20 {
	margin-top: 20px;
}


figure.wp-block-table.post-table {
    margin: 15px 0;
}

.list-post {
	display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 5px;
}
.svg-6 {
    width: 1rem;
    height: 1rem;
    margin-right: 0.25rem !important;
    vertical-align: middle;
    fill: #73797d;
}

.nintendo-switch-logo {
    display: flex;
	font-weight: 500;
}

.post-info {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.title-post {
	font-size: 17px;
	line-height: 1.4;
	margin: 0;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.title-download {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.h1-title{
	font-size: 22px;
    line-height: initial;
    text-align: left;
    font-weight: 600 !important;
    color: #333;
}


.tog-btn1 {
	border-radius: 5px;
    padding: 10px;
    font-size: 15px;
    font-weight: bold;
    width: 100%;
    background-color: red;
}
.telegram {
    background-color: red;
    border-radius: 5px;
    padding: 5px;
    color: #fff;
    text-align: center;
    font-weight: 600;
}
.svg-4 {
    width: 1.4rem;
    height: 1.4rem;
    margin-right: 0.25rem!important;
    vertical-align: middle;
	fill: #32373c;
}


.svg-5.mr-1 {
    width: 1.25rem;
    height: 1.25rem;
    fill: #fff;
    margin-right: .25rem!important;
    overflow: hidden;
    vertical-align: middle;
}

.svg-5 {
    width: 2rem;
    height: auto;
    margin-right: 0.25rem!important;
    vertical-align: unset;
    fill: red;
}

.align-middle {
	vertical-align: middle!important;
	font-weight: 600;
	font-size: 14px;

}

.align-middle:hover {
	color: white;
}

.wp-block-button__link {
	padding: 0px;
	display: inline-block;
	box-shadow: 0 1px 10px 0 rgba(0,0,0,0.2), 0 1px 16px 0 rgba(0,0,0,0.19);
	border-radius: 7px;
	background-color: red;
	width: 100%;
	margin-bottom: 0.5rem!important;
	margin-top: 15px;
} 

.wp-block-button__link:hover {
color: white;
}

.wp-block-button,
.wp-block-image figure {
	display: block!important;
}

.wp-block-image img {
	height: auto;
}

.block {
	display: block!important;
}

.align-middle.link-title {
	    color: #555;
}

.text-muted1 {
    font-size: 15px;
   
    font-weight: 600;
}

/* FAQ Section */
.faq {
/*     padding: 80px 5%; */
}

.faq-list {
/*     margin: 50px auto 0; */
}

.faq-item {
    margin-bottom: 20px;
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: var(--shadow);
}

.faq-question {
    padding: 10px;
    background-color: var(--card-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.faq-question h3 {
    font-size: 18px;
    font-weight: 600;
}

.faq-icon {
    transition: transform 0.3s;
}

.faq-answer {
    padding: 0 10px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    background-color: var(--card-color);
    opacity: 0;
}

.faq-item.active .faq-icon {
    transform: rotate(180deg);
}

.faq-item.active .faq-answer {
    max-height: 300px;
    opacity: 1;
}



/* Download */

.table-container {
	overflow-x: auto;
}

.table-dl {
	width: 100%;
	border-collapse: collapse;
	background: white;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
	table-layout: auto;

}

.thead-dl {
	background: linear-gradient(135deg, #5b1717 0%, #ff0000 100%);
	color: white;
}

.th-dl {
	text-align: left;
	font-weight: 500;
	font-size: 15px;
	letter-spacing: 0.5px;
}

.tbody-dl .tr-dl {
	transition: all 0.3s ease;
	border-bottom: 1px solid #f0f0f0;
}

.tbody-dl .tr-dl:hover {
	background: linear-gradient(135deg, #f8f9ff 0%, #e3f2fd 100%);
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.tbody-dl .tr-dl:last-child {
	border-bottom: none;
}

.td-dl {
	font-size: 0.95rem;
	color: #333;
}

.file-type {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.file-icon {
	width: 35px;
	height: 35px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	color: white;
	font-size: 0.8rem;
	text-transform: uppercase;
}

.pdf { background: linear-gradient(135deg, #e74c3c, #c0392b); }
.doc { background: linear-gradient(135deg, #3498db, #2980b9); }
.xls { background: linear-gradient(135deg, #27ae60, #229954); }
.zip { background: linear-gradient(135deg, #f39c12, #e67e22); }
.img { background: linear-gradient(135deg, #9b59b6, #8e44ad); }
.mp3 { background: linear-gradient(135deg, #e91e63, #ad1457); }
.mp4 { background: linear-gradient(135deg, #ff5722, #d84315); }

.file-name {
	font-weight: 500;
	color: #2c3e50;
}

.file-size {
	color: #7f8c8d;
	font-weight: 500;
}

.download-btn {
    width: 100%;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 5px 10px;
    background: red;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 500;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    justify-content: center;
}

.download-btn:hover {
	background: red;
	color: white;
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(0, 184, 148, 0.3);
}

.download-btn svg {
	width: 16px;
	height: 16px;
}

/* Screenshots */
.screenshots {
/*     margin-top: 48px;
    background: white;
    border-radius: 12px;
    padding: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); */
}

.screenshots-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    margin-top: 24px;
}

.screenshot {
    border-radius: 8px;
    overflow: hidden;
    aspect-ratio: 16/9;
    position: relative;
    cursor: pointer;
    transition: transform 0.2s;
}

.screenshot:hover {
    transform: scale(1.02);
}

.screenshot img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.gallery {
    overflow: hidden;
    overflow-y: hidden;
    white-space: nowrap;
    margin-bottom: 25px;
    margin-top: 17px;
    overflow-x: scroll;
    position: relative;
    width: 100%;
}
.mb-14 {
    margin-bottom: 14px !important;
}

.gallery a, .gallery img {
    display: inline-block;
    max-width: none;
    min-height: 165px;
    max-height: 165px;
}


.gallery.beauty-scroll {
    display: flex;
    overflow-x: auto;
    gap: 10px;
    padding-bottom: 8px;
    scrollbar-width: thin;
    scrollbar-color: #999 transparent;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
}

.gallery.beauty-scroll a {
    flex: 0 0 auto;
    scroll-snap-align: start;
	padding-left: 10px;
}

.gallery.beauty-scroll img {
    height: 120px;
    max-width: 100%;
    object-fit: cover;
    border-radius: 8px;
    display: block;
}

#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
#baguetteBox-overlay.visible {
  opacity: 1;
}
#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}
#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%;
}
#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  white-space: normal;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: sans-serif;
}
#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  -webkit-transition: left 0.4s ease, -webkit-transform 0.4s ease;
  transition: left 0.4s ease, -webkit-transform 0.4s ease;
  transition: left 0.4s ease, transform 0.4s ease;
  transition: left 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease,
    -moz-transform 0.4s ease;
}
#baguetteBox-slider.bounce-from-right {
  -webkit-animation: bounceFromRight 0.4s ease-out;
  animation: bounceFromRight 0.4s ease-out;
}
#baguetteBox-slider.bounce-from-left {
  -webkit-animation: bounceFromLeft 0.4s ease-out;
  animation: bounceFromLeft 0.4s ease-out;
}
@-webkit-keyframes bounceFromRight {
  0%,
  100% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
}
@keyframes bounceFromRight {
  0%,
  100% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
}
@-webkit-keyframes bounceFromLeft {
  0%,
  100% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
}
@keyframes bounceFromLeft {
  0%,
  100% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
}
.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px;
}
.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
  -moz-border-radius: 15%;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.baguetteBox-button:focus,
.baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, 0.9);
}
.baguetteBox-button#next-button {
  right: 2%;
}
.baguetteBox-button#previous-button {
  left: 2%;
}
.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: calc(2% + 6px);
  width: 30px;
  height: 30px;
}
.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0;
}
.baguetteBox-spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}
.baguetteBox-double-bounce1,
.baguetteBox-double-bounce2 {
  width: 100%;
  height: 100%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
}
.baguetteBox-double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

/* css m */


.svg-8.mr-1 {
    width: 1.25rem;
    height: 1.25rem;
    fill: #555;
    margin-right: .25rem !important;
    overflow: hidden;
    vertical-align: middle;
}

.download {
	  border: none;
    background-color: #007aff;
    color: #fff;
    font-size: 18px;
    padding: 10px;
    width: 250px;
    border-radius: 5px;
    transition: background-color 0.3s ease-in-out;
}
.download:hover {
    background-color: #0061ff;
	  color: #fff;
	  border-radius: 5px;
	  padding: 10px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.row {
    gap: 10px;
}


.post h2, 
.post h3, 
.post h4 {
	margin-bottom: 20px;
	font-weight: 400;
	line-height: 1.5;
}

.post .wp-block-image img {
	width: 100%; 
	max-width: 100%;
	height: auto;
}

.img-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.last-updated{
	color: #73797d;
	margin-bottom: 20px;
	font-size: 14px;
}

.menu-item>a {
	text-transform: none;
}