/*!
Theme Name: ApkModBucket: Android Apps Store
Theme URI: https://apkmodbucket.com
Author: ApkModBucket
Author URI: https://apkmodbucket.com
Description: Android Apps Store sharing thousands of APKs for Android Smart Phones
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 8.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: apkmodbucket
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

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

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* @import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); */

:root {
	--accent-color: #005fb8;
	--primary-text: #121212;
	--secondary-text: #212121;
	--primary-bg: #ffffff;
	--secondary-bg: #f3f3f3;
	--primary-font: "Poppins", sans-serif;
	--sacondary-font: "Open Sans", sans-serif;
	--border-color: #e3e3e3;
	--border-color-strong: #cccccc;
}

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

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

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

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

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

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

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

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

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

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

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

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: var(--primary-text);
	font-family: var(--primary-font), -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: var(--secondary-bg);
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: var(--accent-color);
	transition: .5s all;
	text-decoration: none;
}

a:visited {
	color: #191970;
}

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

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
input, button, select, textarea {
	transition: .5s all;
}
input:focus, input:focus-visible {
	outline: none;
}
button {
	border: none;
	background-color: var(--accent-color);
	padding: 10px;
	border-radius: 4px;
}
button:active, button:focus {
	outline: none;
}
@media (max-width: 768px) {
	.site-container {
		padding-top: 60px;
	}
}
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Search Box
----------------------------------------*/
.site-search, .mobile-search {
	position: relative;
}
.inline-search-box {
	position: relative;
	width: 300px;
}
.inline-search-box:focus-within button {
	color: var(--accent-color);
}
.inline-search-box input {
	width: 100%;
	padding: 10px 20px 10px 50px;
	border: 1px solid #cecece;
	font-size: 16px;
	border-radius: 4px;
}
.inline-search-box input:focus {
	border-color: var(--accent-color);
}
.inline-search-box button {
	position: absolute;
	top: 8px;
	left: 10px;
	padding: 0;
	outline: none;
	border: none;
	background-color: transparent;
	font-size: 20px;
}
.inline-search-box .clear-search {
	position: absolute;
	top: 2px;
	right: 10px;
	font-size: 14px;
	color: var(--secondary-text);
	display: none;
	font-weight: 600;
	padding: 10px;
	border-radius: 50%;
	cursor: pointer;
	width: 30px;
	left: auto;
}
#ajaxSearchResults, #ajaxSearchResultsM {
	position: absolute;
	top: calc(100% + 10px);
	background-color: var(--primary-bg);
	border-radius: 8px;
	border: 1px solid var(--border-color);
	display: none;
	z-index: 999;
	width: 100%;
}
#ajaxSearchResultsM {
	top: 100%;
	left: 0;
	border-radius: 0;
}
#ajaxSearchResults a, #ajaxSearchResultsM a{
	display: flex;
	margin-bottom: 10px;
	font-size: 16px;
	gap: 10px;
	align-items: center;
	color: var(--primary-text) !important;
	padding: 10px;
	transition: all 0.5s;
	font-weight: 600;
}
#ajaxSearchResults a:hover, #ajaxSearchResultsM a:hover {
	background-color: var(--secondary-bg);
}
#ajaxSearchResults a:first-child {
	border-radius: 8px 8px 0 0;
	margin-bottom: 0;
}
#ajaxSearchResults a:last-child, #ajaxSearchResultsM a:last-child {
	border-radius: 0 0 8px 8px;
	margin-bottom: 0;
}
#ajaxSearchResults a .icon, #ajaxSearchResultsM a .icon {
	width: 40px;
	text-align: center;
	line-height: 1;
}
#ajaxSearchResults a .icon img, #ajaxSearchResultsM a .icon img {
	width: 32px;
	border-radius: 50%;
}
#ajaxSearchResults h5, #ajaxSearchResultsM h5 {
	font-weight: 600;
	padding: 0 15px;
}
/* Slider
----------------------------------------*/
.slider-container {
	position: relative;
	margin-bottom: 80px;
}
.main-slider {
	width: 100%;
	height: 400px;
	margin: 30px 0;
}
.swiper-button-prev, .swiper-button-next {
	visibility: hidden;
	font-size: 20px;
	color: var(--primary-text);
	width: 40px;
	background-color: var(--primary-bg);
	border-radius: 4px;
}
.swiper-button-prev::after, .swiper-button-next::after {
	font-size: 20px;
}
.slider-container:hover .swiper-button-prev, .slider-container:hover .swiper-button-next {
	visibility: visible;
}
.slider-container .swiper-pagination {
	transform: translateY(50px);
}
.slide-card {
	border-radius: 8px;
	background-color: var(--primary-bg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
}
.slide-overlay, .slide-content {
	position: absolute;
	border-radius: 8px;
	background-color: rgba(0, 0, 0, 0.5);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	display: block;
	transition: .5s all;
}
.slide-overlay {
	backdrop-filter: none;
	backdrop-filter: blur(1px);
}
.slide-card:hover .slide-overlay {
	background-color: rgba(0, 0, 0, 0.3);
	backdrop-filter: none;
}
.slide-content {
	z-index: 20;
	background-color: transparent;
	padding: 20px;
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	text-decoration: none;
}
.slide-content-inner {
	display: flex;
	height: 100%;
	width: 100%;
	flex-direction: column;
	justify-content: center;
}
.slide-title {
	color: #ffffff;
	font-size: 20px;
	font-weight: 600;
	text-shadow: 0px 0px 3px #121212;
	margin-bottom: 10px;
}
.slide-button {
	display: inline-block;
	width: 110px;
	text-align: center;
	font-size: 12px;
	font-weight: 500;
	padding: 5px;
	color: var(--primary-text);
	background-color: rgba(255,255,255, 0.8);
	border-radius: 4px;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
}
/* App Card
----------------------------------------*/
.app-card {
	display: flex;
	align-items: center;
	padding: 15px;
	background-color: var(--primary-bg);
	border-radius: 8px;
	border: 1px solid var(--border-color);
	gap: 15px;
	text-decoration: none;
	transition: all .3s ease;
	position: relative;
}
.app-card:hover {
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
	position: relative;
	top: -5px;
	transform: translateY(-2px);
}
.app-card .card-thumb {
	width: 60px;
	line-height: 1;
}
.app-card .card-thumb img {
	border-radius: 50%;
}
.app-card .card-title {
	font-size: 16px;
	font-weight: 500;
	color: var(--primary-text);
}
.app-card .card-content {
	width: calc(100% - 70px);
	padding-top: 10px;
}
.app-card .card-meta {
	margin-top: 3px;
	display: flex;
	align-items: center;
	font-size: 12px !important;
	color: var(--primary-text) !important;
	flex-wrap: wrap;
}
.app-card .card-meta span {
	margin-right: 5px;
}
.app-card .card-meta .kksr-stars {
	display: none;
}
.app-card .card-meta .kksr-legend {
	margin: 0 !important;
	color: #121212 !important;
	font-size: 12px !important;
}
.app-card .card-meta .kksr-legend::after {
	font-family: 'fontello';
	content: '\E80D';
	display: inline-block;
}
.app-card .card-meta .kksr-muted {
	display: none;
}
.app-card .card-content .app-size {
	text-transform: uppercase;
}
.app-card .card-content .app-version {
	display: inline-block;
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 12px;
	color: #121212;
	padding: 2px 5px;
	background-color: var(--border-color);
	border-radius: 4px;
}
.similar-apps .app-card .card-content .app-version {
	position: relative;
	top: 0;
	right: 0;
	margin-left: 5px;
}
.similar-apps .app-card .card-title {
	margin-bottom: 5px;
}
/* Blog Card
----------------------------------------*/
.blog-card {
	border-radius: 6px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 220px;
	position: relative;
	text-decoration: none;
}
.blog-card .card-overlay {
	border-radius: 0 0 6px 6px;
	width: 100%;
	height: 60%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
	z-index: 10;
}
.blog-card .card-header {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px 10px;
	background-color: var(--accent-color);
	border-radius: 6px 6px 0 0;
	text-align: center;
	z-index: 20;
	font-size: 12px;
	color: #ffffff;
}
.blog-card .card-data {
	width: 100%;
	height: 60%;
	position: absolute;
	bottom: 15px;
	left: 0;
	padding: 0 15px;
	display: flex;
	justify-content: flex-end;
	z-index: 20;
	flex-direction: column;
}
.blog-card .card-data h3 {
	font-size: 16px;
	color: #ffffff;
	font-weight: 600;
	line-height: 1.2;
	margin: 10px 0;
	text-shadow: 0px 0px 2px #121212;
}
.blog-card .card-data .published-date {
	font-size: 12px;
	color: #ffffff;
}
/* Social Sharing
--------------------------------------------- */
.social-sharing {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
}
.social-sharing li {
	display: inline-block;
	margin-left: 5px;
}
.social-sharing li a {
    display: inline-block;
    text-align: center;
    font-size: 18px;
    color: #FFFFFF;
	width: 30px;
	height: 30px;
	border-radius: 5px;
	line-height: 32px;
}
.social-sharing li a.fb-icon {background-color: #3b5998;}
.social-sharing li a.tw-icon {background-color: #55acee;}
.social-sharing li a.wa-icon {background-color: #25d366;}
.social-sharing li a.in-icon {background-color: #2a7ab9;}
.social-sharing li a.pin-icon {background-color: #ca2028;}
.social-sharing li a.rd-icon {background-color: #ff4500;}
.social-sharing li a.em-icon {background-color: #222222; line-height: 34px;}
/* Toggles 
---------------------------------------------------- */
.collapsed-content {
	height: 250px;
	overflow: hidden;
	position: relative;
}
.collapsed-content::after {
	display: block;
	content: "";
	width: 100%;
	height: 80px;
	background: linear-gradient(to top, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 0) 100%);
	position: absolute;
	bottom: 0;
	left: 0;
}
.collapsed-content.expanded {
	height: auto;
	overflow: visible;
}
.collapsed-content.expanded::after {
	display: none;
}
#toggleContent {
	margin-top: 20px;
	display: block;
	width: 100%;
	text-align: left;
	background: #fff;
	color: #005fb8;
	cursor: pointer;
}
/* Pagination
-------------------------------------------------------------*/
.pagination-row {
	margin-top: 50px;
}
.pagination {
    width: 100%;
    clear: both;
	margin: 0;
	padding: 10px;
	background: #fbfbfb;
	border-radius: 12px;
}
.pagination ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.pagination ul li {
    display: inline-block;
}
.pagination ul li a {
    padding: 10px 15px;
    color: #333;
	background: #dddddd;
}
.pagination ul li .current {
    display: inline-block;
    color: #fff;
}
.pagination ul li .current, .pagination ul li a:hover {
    background: var(--accent-color);
	color: #fff;
	border-color: var(--accent-color);
}
.pagination-row .page-numbers {
	display: inline-block;
	padding: 5px 10px;
	border-radius: 5px;
	margin: 0 2px;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #666666;
}
/* Lightbox
----------------------------------------------*/
.lb-data .lb-close {
	position: fixed;
	top: 10px;
	right: 10px;
}
@media all and (max-width: 768px) {
	.slider-container {
		margin-bottom: 10px;
	}
	.slider-container .swiper-pagination {
		display: none;
	}
}
/* Table of Contents 
----------------------------------------------*/
.app-toc-section {
	margin: 15px 0 0 0;
	border-radius: 10px;
}
.toc-header {
	background-color: var(--accent-color);
	border-radius: 5px;
}
.toc-header button {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
}
.toc-header button i {
	font-size: 24px !important;
	color: #ffffff !important;
}
#table-of-contents {
	font-size: 14px;
	text-align: left;
	padding: 10px;
	background-color: #f4f4f4;
	border-radius:5px;
	margin-top: 10px;
	display: none;
}
#table-of-contents a {
	text-align: left;
	font-size: 16px;
	padding: 5px;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	width: 100%;
	color: #212121;
}
#table-of-contents a::before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 22px;
	margin-right: 5px;
	background-image: url(assets/icons/arrow-right.svg);
	background-repeat: no-repeat;
	background-size: contain;
}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/* Header
--------------------------------------------- */
.site-header {
	background-color: var(--primary-bg);
}
.desktop-header {
	gap: 15px;
	padding: 10px 0;
}
.header-extras {
	width: 250px;
	flex-grow: 2;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
}
.header-extras .darkmod {
	padding-top: 5px;
}
.mobile-header {
	gap: 15px;
	display: none !important;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	background-color: var(--primary-bg);
	padding: 8px;
	justify-content: space-between;
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
}
.site-branding a, .mobile-header .mobile-logo a {
	display: block;
	line-height: 0;
}
.site-branding img {
	width: 60px;
	max-width: 60px;
}
.mobile-header .mobile-logo a img {
	width: 100%;
	max-width: 60px;
}
.mobile-search {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	padding: 10px;
	background-color: var(--primary-bg);
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
}
.header-extras ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1;
}
.mobile-header .gt_switcher-popup span {
	display: none !important;
}
.mobile-header .header-extras {
	gap: 20px;
}
@media all and (max-width: 1024px) {
	.desktop-header {
		flex-wrap: wrap;
	}
}
@media all and (max-width: 768px) {
	.desktop-header {
		display: none !important;
	}
	.mobile-header {
		display: flex !important;
	}
	.inline-search-box {
		width: 100%;
	}
}
/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation ul li a {
	font-family: var(--primary-font);
	font-weight: 600;
	font-size: 18px;
	display: flex;
	align-items: center;
	padding: 10px 20px;
	color: var(--primary-text);
	line-height: 1;
	border-bottom: 2px solid #ffffff;
}
html[data-dracula-scheme="dark"] .main-navigation ul li a {
	border: none;
}
.main-navigation ul li a:hover {
	color: var(--accent-color);
}
.main-navigation ul li a:before {
	content: "";
	display: inline-block;
	background-image: url(assets/img/icon-home.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 25px;
	height: 25px;
	text-align: center;
	margin-right: 5px;
}
.main-navigation ul li:first-child a:before {
	background-image: url(assets/img/icon-home.svg);
}
.main-navigation ul li:nth-child(2) a:before {
	background-image: url(assets/img/icon-apk.svg);
}
.main-navigation ul li:nth-child(3) a:before {
	background-image: url(assets/img/icon-games.svg);
}
.main-navigation ul li:nth-child(4) a:before {
	background-image: url(assets/img/icon-blog.svg);
}
html[data-dracula-scheme="dark"] .main-navigation ul li:first-child a:before {background-image: url(assets/img/icon-home-w.svg)}
html[data-dracula-scheme="dark"] .main-navigation ul li:nth-child(2) a:before {background-image: url(assets/img/icon-apk-w.svg)}
html[data-dracula-scheme="dark"] .main-navigation ul li:nth-child(3) a:before {background-image: url(assets/img/icon-games-w.svg)}
html[data-dracula-scheme="dark"] .main-navigation ul li:nth-child(4) a:before {background-image: url(assets/img/icon-blog-w.svg)}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

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

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

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

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

.main-navigation li {
	position: relative;
}

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

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
	background-color: var(--primary-bg);
}
.search-toggle {
	color: var(--primary-text);
	background-color: var(--primary-bg);
	border: none;
}
#mobile-menu {
	position: fixed;
	top: 80px;
	background-color: var(--secondary-bg);
	width: 100%;
	left: 0;
	padding: 10px;
	box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
}
#mobile-menu li a {
	border-bottom: 1px solid var(--border-color);
	padding: 20px 10px;
}
#mobile-menu li:last-child a {
	border: none;
}
@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}
@media screen and (min-width: 1024px) {
	.main-navigation {
		width: calc(100% - 400px);
	}
}
.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

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

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

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

/* Posts and pages
--------------------------------------------- */
.home-widget-area {
	margin: 30px 0;
}
.download-widget-area {
	margin: 10px 0;
}
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}
.page-header {
	padding: 20px;
	border-radius: 12px;
	background-color: var(--primary-bg);
	margin: 30px 0;
}
.page-header .page-title {
	margin: 0;
	text-align: center;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
	padding: 20px 30px;
	background-color: var(--primary-bg);
	border-radius: 12px;
}
.section-content p {
	font-size: 16px;
	margin: 10px 0;
}
.post-content .entry-content {
	margin: 0;
}
.page-content {
	margin-bottom: 30px;
}
.featured-image {
	text-align: center;
}
.featured-image img {
	width: 100%;
	border-radius: 6px;
}
.entry-footer {
	margin: 20px 0;
	font-size: 14px;
	padding: 15px;
	background-color: var(--primary-bg);
	border-radius: 12px;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.home-section {
	margin: 20px 0 50px 0;
}
.section-header {
	margin-bottom: 20px;
}
.section-header a {
	display: inline-block;
	text-decoration: none;
	font-size: 20px;
	color: var(--primary-text);
	padding: 5px 5px 5px 0px;
	font-weight: 600;
	border-radius: 4px;
}
.section-header a:hover {
	padding: 5px 5px 5px 15px;
	color: #005fb8;
	background-color: #ededed;
}
.apps-grid-large {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
}
.blog-grid-small {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
}
.blog-grid-large {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
	margin: 30px 0;
}
.apps-grid-sidebar {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 0px;
}
.search-results-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
}
.app-details-page {
	position: relative;
}
.app-details-page .app-header, .post-header {
	position: relative;
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
	padding-top: 30px;
}
.post-header {
	justify-content: center;
	height: 350px;
}
.app-details-page .app-details {
	margin-top: 50px;
}
.post-header h1 {
	margin-bottom: 10px;
	font-size: 3em;
	text-align: center;
}
.post-header .entry-meta {
	font-size: 14px;
	text-align: center;
}
.blur-img {
    position: absolute;
    top: -50px;
    z-index: -1;
    height: 450px;
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    filter: blur(40px) opacity(0.9);
    transform: translate3d(0px, 0px, 0px);
	width: 100%;
}
.post-header .blur-img {
	height: 300px;
	filter: blur(5px) opacity(0.9);
}
.blur-img::before {
    content: "";
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    background: var(--secondary-bg);
    opacity: 0.4;
}
.blur-img::after {
    content: "";
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, var(--secondary-bg), transparent 30%), linear-gradient(to top, var(--secondary-bg), transparent 30%), linear-gradient(to right, var(--secondary-bg), transparent 50%), linear-gradient(to left, var(--secondary-bg), transparent 100%);
}
.app-header-thumb img {
	width: 100%;
	border-radius: 12px;
}
.app-header-info {
	position: relative;
}
.app-header-info h1 {
	font-size: 28px;
	font-weight: 600;
	margin: 0 0 10px 0;
}
.app-header-info .app-info-dev {
	font-size: 16px;
}
.app-header-buttons {
	margin-top: 30px;
	display: grid;
	grid-template-columns: 200px 200px;
	gap: 10px;
}
.dl-btn-sm {
	padding: 10px 30px;
	background-color: var(--accent-color);
	color: #ffffff !important;
	border-radius: 6px;
	border: 1px solid var(--accent-color);
	font-size: 16px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.dl-btn-sm i {
	margin-right: 10px;
}
.ps-btn-sm {
	padding: 10px 30px;
	background-color: #ffffff;
	border: 1px solid var(--border-color-strong);
	border-radius: 6px;
	display: flex;
	align-items: center;
	color: var(--primary-text) !important;
	font-size: 16px;
	justify-content: center;
}
.ps-btn-sm img {
	margin-right: 10px;
	max-width: 24px;
}
.app-header-social {
	position: absolute;
	right: 0;
	top: 20px;
	text-align: center;
}
.app-header-social .kk-star-ratings {
	justify-content: center;
	margin-bottom: 10px;
}
.app-header-social .kk-star-ratings .kksr-legend {
	margin: 0 5px !important;
}
.app-header-info .app-desc p, .entry-description p {
	font-size: 16px;
	font-family: var(--sacondary-font);
}
.app-details-section {
	background-color: var(--primary-bg);
	border-radius: 8px;
	padding: 15px 25px;
	border: 1px solid var(--border-color);
	margin-bottom: 20px; 
}
.app-details-section .section-header {
	padding: 10px 0 20px 0;
	border-bottom: 1px solid var(--border-color);
	margin-bottom: 20px;
}
.app-details-section .section-header h5 {
	margin: 0;
	font-weight: 600;
}
.sidebar-similar-apps {
	position: sticky;
	top: 10px;
}
.sidebar-similar-apps h3 {
	font-size: 20px;
	margin-top: 0;
	font-weight: 600;
}
.sidebar-similar-apps hr, .sidebar-similar-posts hr {
	background-color: var(--border-color);
	margin: 15px 0;
}
.sidebar-similar-apps .app-card {
	background-color: transparent;
	border: none;
	box-shadow: none;
}
.sidebar-similar-apps .app-card:hover {
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
	background-color: #ffffff;
	top: 0;
	transform: none;
}
#screenshots .section-content {
	height: 300px;
	width: 100%;
	overflow-x: scroll;
	overflow-y: hidden;
	display: flex;
	gap: 10px;
}
#screenshots .section-content a {
	display: block;
	height: 100%;
	width: auto;
}
#screenshots .section-content a img {
	height: 100%;
	border-radius: 4px;
	width: auto;
	max-width: none;
}
.app-meta-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin-bottom: 20px;
}
.app-metabox {
	display: flex;
	align-items: center;
}
.app-mb-icon {
	width: 50px;
	text-align: center;
	font-size: 24px;
	color: #666666;
}
.app-mb-data {
	font-family: var(--sacondary-font);
	display: flex;
	flex-direction: column;
}
.app-mb-data label {
	font-size: 12px;
	color: #666666;
}
.app-mb-data h5 {
	margin: 0;
	font-size: 14px;
	font-weight: 500;
}
.archive-container {
	background-color: var(--primary-bg);
	padding: 20px 0;
	border-radius: 12px;
}
.category-page-header {
	margin-top: 50px;
	margin-bottom: 50px;
}
.header-info-bar {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	padding: 15px;
	background-color: var(--primary-bg);
	border-radius: 12px;
	border: 1px solid var(--border-color);
}
.category-page-header .archive-title {
	width: calc(100% - 200px);
}
.category-page-header .archive-title h2 {
	margin: 0;
	font-size: 28px;
	font-weight: 600;
}
.category-page-header .archive-title h2 i {
	color: var(--accent-color);
}
.category-page-header .cat-sorting-dopdown {
	width: 200px;
}
.sub-category-pills {
	position: relative;
}
.sub-category-pills ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	display: block;
	text-align: center;
}
.sub-category-pills ul li {
	margin-right: 5px;
	margin-bottom: 5px;
	display: inline-block;
}
.sub-category-pills ul li a {
	display: inline-block;
	padding: 5px 10px;
	background-color: var(--primary-bg);
	border: 1px solid var(--border-color);
	border-radius: 12px;
	color: var(--primary-text);
	font-weight: 500;
	font-size: 14px;
}
.sub-category-pills ul li a:hover {
	background-color: var(--accent-color);
	border-color: var(--accent-color);
	color: #ffffff;
}
.cat-sorting-dopdown select {
	padding: 10px 20px; 
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #fff;
	cursor: pointer;
	font-weight: 600;
	font-family: 'Roboto', sans-serif;
	color: #000000;
	font-size: 14px;
	width: 100%;
}
.cat-sorting-dopdown select:hover {
	background: #eee;
}
.category-archive-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 15px 10px;
}
.category-archive-grid .app-card {
	flex-direction: column;
	justify-content: center;
	padding: 0;
	gap: 0;
}
.category-archive-grid .app-card .card-meta {
	margin-top: 10px !important;
}
.category-archive-grid .app-card .card-thumb, .category-archive-grid .app-card .card-content {
	width: 100%;
	padding: 15px;
}
.category-archive-grid .app-card .card-thumb {
	text-align: center;
	background-color: var(--secondary-bg);
	border-radius: 8px 8px 0 0;
	position: relative;
	padding: 25px 15px;
}
.card-thumb-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	border-radius: 8px 8px 0 0;
}
.category-archive-grid .app-card .card-thumb img {
	width: 80px;
	position: relative;
	z-index: 10;
}
.category-archive-grid .app-card .card-content .app-version {
	top: auto;
	bottom: 10px;
	right: 10px;
}
.sidebar-similar-posts {
	padding: 15px;
	background-color: var(--primary-bg);
	border-radius: 12px;
	position: sticky;
	top: 10px;
}
.sidebar-similar-posts h3 {
	margin: 0 0 10px 0;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
}
.sidebar-similar-posts .app-card {
	padding: 0;
	border: none;
	flex-direction: column;
}
.sidebar-similar-posts .app-card > div {
	width: 100%;
	text-align: center;
}
.sidebar-similar-posts .app-card:hover {
	box-shadow: none;
	transform: none;
	top: 0;
}
.sidebar-similar-posts .app-card .card-meta {
	flex-direction: column;
}
.sidebar-similar-posts .app-card .card-title {
	line-height: 1.2;
	font-size: 14px;
}
.sidebar-similar-posts .card-thumb img {
	width: 100%;
	border-radius: 8px;
}
/* Download Page
-------------------------------------------------------------*/
.download-main {
	margin: 50px auto;
	max-width: 100%;
}
.download-page-content {
	text-align: center;
}
.download-page-content .app-icon-single img {
	max-width: 180px;
	border-radius: 12px;
}
.download-page-content h1 {
	font-size: 24px;
}
.download-info .first-text {
	margin-bottom: 10px;
}
.download-info .second-text{
	font-size: 14px;
	display: none;
}
.download-page-content .counter {
	padding: 5px 15px;
	border-radius: 4px;
	background-color: var(--primary-bg);
	font-family: var(--sacondary-font);
	font-weight: 600;
	display: inline-block;
	margin: 0 10px;
}
.download-main .general-faqs h5 {
	margin-bottom: 10px;
	font-size: 22px;
}
.dl-page-extra-info {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 50px 0;
	gap: 10px;
}
.additional-download-links {
	padding: 15px;
	margin: 20px 0;
	border-radius: 12px;
	background-color: var(--primary-bg);
	display: none;
}
.additional-download-links a {
	display: block;
	width: 300px;
	max-width: 100%;
	margin: 10px auto;
	padding: 10px 30px;
	border-radius: 8px;
	color: #ffffff;
	background-color: var(--accent-color);
}
.verified-badge, .telegram-button {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 15px 30px;
	border-radius:8px;
	background-color: var(--primary-bg);
	font-size: 18px;
	font-weight: 600;
	border: 1px solid var(--border-color);
	min-width: 320px;
	justify-content: center;
	text-align: center;
}
.telegram-button {
	background-color: #000000;
	color: #ffffff !important;
	border: none;
	display: inline-block;
	cursor: pointer;
}
.verified-badge img {
	width: 30px;
}
.general-faqs {
	padding: 20px;
	background-color: var(--primary-bg);
	border-radius: 12px;
	margin-top: 20px;
}
.general-faqs h5 {
	margin-top: 0;
	text-align: center;
	font-size: 28px;
	font-weight: 600;
}
.related-apps{
	margin:40px auto;
}
.related-apps div.section-header{
	font-size: 28px;
	font-weight:bold;
	text-align: center;
}
/* FAQs
--------------------------------------------- */
.faq-accordion-content {
	position: relative;
}
.faq-accordion-item {
	margin-bottom: 15px;
}
.faq-item-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 15px;
	border-radius: 8px;
	background-color: var(--secondary-bg);
	border: 1px solid var(--border-color);
}
.faq-item-header .faq-toggle-btn {
	display: inline-block;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 28px;
	font-size: 14px;
	background: #121212;
	border-radius: 50%;
	color: #ffffff;
	padding: 0px;
	cursor: pointer;
}
.faq-item-header h4 {
	margin: 0;
	font-weight: 600;
}
.faq-item-content {
	padding: 15px;
}
@media all and (max-width: 768px) {
	.page-content,
	.entry-content,
	.entry-summary  {
		padding: 10px;
	}
	.apps-grid-large, .category-archive-grid, .search-results-grid {
		grid-template-columns: repeat(1, 1fr);
	}
	.blog-grid-small, .blog-grid-large {
		grid-template-columns: repeat(2, 1fr);
	}
	.app-meta-grid{
		grid-template-columns: repeat(1, 1fr);
	}
	.app-details-page .app-header {
		height: auto;
		overflow: hidden;
		margin: -12px -12px 0 -12px;
		padding-top: 30px;
	}
	.app-header-info {
		text-align: center;
	}
	.app-header-thumb {
		text-align: center;
	}
	.app-header-thumb img {
		max-width: 100px;
	}
	.app-header-social {
		position: relative;
		height: 90px;
	}
	.app-header-info .app-desc p {
		margin-bottom: 0;
	}
	.category-page-header .archive-title h2 {
		font-size: 18px;
	}
	.cat-sorting-dopdown {
		width: 160px;
	}
}
@media all and (max-width: 390px) {
	.category-page-header {
		margin: 20px 0;
	}
	.header-info-bar {
		flex-direction: column;
	}
	.category-page-header .archive-title {
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
	}
	.category-page-header .cat-sorting-dopdown {
		width: 100%;
	}
	.content-area.container, .app-content {
		padding: 0;
	}
	.blog-grid-small, .app-meta-grid, .blog-grid-large {
		grid-template-columns: repeat(1, 1fr);
	}
	.faq-item-header h4 {
		font-size: 16px;
	}
	.faq-item-header .faq-toggle-btn {
		height: 20px;
		line-height: 22px;
	}
}
/* Comments
--------------------------------------------- */
.comments-area {
	padding: 10px;
}
.comments-area .kk-star-ratings {
	margin: 10px 0 20px 0;
}
.comment-content a {
	word-wrap: break-word;
}
.comment-form-comment {
	margin-bottom: 5px;
}
.comment-form-cookies-consent {
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	gap: 5px;
}
.comment-form-cookies-consent label, .comment-form-cookies-consent input {
	margin: 0;
}
.comment-form-author, .comment-form-email {
	width: 50%;
	position: relative;
	float: left;
}
.comment-form-author input, .comment-form-email input {
	width: 100%;
	padding: 10px;
	background: rgb(248, 248, 248);
	border-radius: 8px;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(232, 232, 232);
}
.comment-form-author input {
	width: 98%;
}
.bypostauthor {
	display: block;
}
.comment-respond {
	margin-top: 20px;
}
.comments-title {
	margin-bottom: 20px;
	text-align: left;
	display: inline-block;
	font-size: 24px;
}
.comment-list {
	margin: 0;
	padding-left: 0;
	list-style: none;
}
.comment-list li {
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
	border-radius: 10px;
	list-style: none;
}
.comment-list article.comment-body {
	background: #fafafa;
	border: 1px solid #e3e3e3;
	padding: 20px 15px;
	border-radius: 8px;
}
.comment-meta {
	display: flex;
	justify-content: space-between;
	gap:8px;
	align-items: center;
}
.comment-metadata {
	font-size: 14px;
}
div.comment-author.vcard{
	text-transform: capitalize;
}
.comment-author.vcard img {
	border-radius: 50%;
	position: absolute;
	top: 64px;
	left: -30px;
	border: 2px solid #ededed;
}
.comment-author .says {
	display: none;
}
.comment-content {
	padding: 20px 0;
	font-size: 16px;
}
.comment-content p {
	margin-bottom: 0;
}
.comment-list li .reply {
	text-align: right;
	margin-bottom: 0;
	margin-top: 20px;
}
.comment-list li .reply a {
	font-size: 14px;
	padding: 6px 12px;
	border-radius: 4px;
	background: #000;
	color: #fff;
	font-weight: bold;
}
.comment-form #comment{
	background: #f8f8f8;
	border-radius: 8px;
	padding: 15px;
	border: 1px solid #e8e8e8;
}
.comment-respond .submit {
	padding: 10px 30px;
	font-size: 18px;
	color: #fff;
	background: var(--accent-color);
	border: 2px solid var(--accent-color);
	transition: 0.5s all;
	border-radius: 8px;
}
.comment-respond .submit:hover {
	background: rgb(5, 141, 134);
	border: 2px solid rgb(5, 141, 134);
}
.comment-form p label {
	width: 100%;
	display: block;
	margin-bottom: 10px;
}
.comment-form p.comment-form-cookies-consent label{
	margin-bottom: 0;
}
.comment-form textarea {
	width: 100%;
}
@media all and (max-width: 768px) {
	.comments-area {
		padding: 10px 0 !important;
	}
	.comment-list .children {
		margin-left: 0;
		padding-left: 10px;
	}
	.comment-meta {
		line-height: 1.4em;
		flex-direction: column;
		justify-content: left;
		align-items: start;
		gap: 10px;
	}
	.comment-metadata{
		font-size:14px;
	}
	.comment-author.vcard {
		font-size: 14px;
	}
	.comment-author.vcard img {
		top: 52px;
	}
	.comments-title {
		font-size: 20px;
	}
	.app-header-buttons {
		grid-template-columns: auto!important;
	}
	.comment-form-author, .comment-form-email {
		width: 100%;
		position: relative;
		float: none;
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

/* Footer
--------------------------------------------- */
.site-footer {
	background-color: var(--primary-bg);
	margin-top: 50px;
	padding: 20px 0;
	font-size: 14px;
}
.site-footer ol, .site-footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-widgets {
	margin-bottom: 50px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
}
.widget-title {
	font-weight: 600;
	font-size: 22px;
	margin-bottom: 15px;
}
.footer-widget ul, .footer-widget ol {
	text-align: center;
}
.footer-widget li {
	margin-bottom: 10px;
}
.footer-widget li a {
	color: var(--secondary-text);
}
.footer-scocial {
	position: relative;
	margin-bottom: 20px;
}

.social-icons {
	display: inline-block;
}
.social-icons li {
	margin: 0 10px;
	display: inline-block;
}
.site-info {
	display: flex;
	align-items: center;
	justify-content: center;
}
.site-info .copyright-info p {
	text-align: center;
	margin: 0;
}
.footer-navigation ul {
	text-align: left;
}
.footer-navigation ul li {
	display: inline-block;
}
.footer-navigation ul li a {
	color: var(--primary-text);
	font-size: 14px;
	padding: 0 10px;
	border-left: 1px solid var(--border-color);
}
.footer-navigation ul li:first-child a {
	border: none;
}
@media (max-width: 1024px) { 
	.footer-widget .widget-title {
		font-size: 18px;
	}
}
@media (max-width: 768px) {
	.site-info {
		flex-direction: column;
	}
	.site-info .copyright-info, .site-info .footer-navigation {
		width: 100%;
	}
	.footer-navigation ul, .site-info .copyright-info p {
		text-align: center;
	}
	.footer-widgets {
		grid-template-columns: repeat(1, 1fr);
	}
}
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

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

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

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

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Margin and padding utility classes, setting margin and padding to 0 */
.mt-0 {margin-top: 0 !important}
.mb-0 {margin-bottom: 0 !important}
.mr-0 {margin-right: 0 !important}
.ml-0 {margin-left: 0 !important}

.pt-0 {padding-top: 0 !important}
.pb-0 {padding-bottom: 0 !important}
.pr-0 {padding-right: 0 !important}
.pl-0 {padding-left: 0 !important}

.text-center {
	text-align: center;
}
/* Accessibility
--------------------------------------------- */

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

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

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

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

	/*rtl:ignore*/
	float: left;

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

.alignright {

	/*rtl:ignore*/
	float: right;

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

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

ul#breadcrumbs{
	margin: 0 0 40px 0;
	padding: 0;
	list-style-type: none;
	font-weight: bold;
	font-size: 18px;
	color: #005fb8;
}

ul#breadcrumbs li{
	display: inline-block;
	margin-right: 5px;
}

@media screen and (max-width: 767px) {

	ul#breadcrumbs{
		font-weight: bold;
		font-size: 16px;
		color: #005fb8;
	}

	ul#breadcrumbs li{
		margin-top: 5px;
	}

}

.kk-star-ratings .kksr-muted{
	opacity:1!important;
}

.intro-container p {
	margin: 0;
	line-height: 1.8em;
	font-size: 16px;
}

.intro-container, .details-container {
	padding: 20px;
	background: #fff;
	border-radius: 8px;
}
strong.footer-title{
	display: block;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}
div.pagination-container{
	margin-top: 20px;
	font-weight: bold;
	font-size: 18px;
}
#description div.collapsed-content ul, #description div.collapsed-content ol{
	margin-left: 0;
}