/*
Theme Name: MODAPKPIE Android Apps Store
Author URI: https://modapkpie.com
Description: Android Apps Store
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: modapkpie
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&family=Poppins:wght@400;500;600;700&display=swap');

:root {
	--accent-color: #116011;
	--secondary-color: #8e3eff;
}
/*--------------------------------------------------------------
#30ad87;
# Normalize
--------------------------------------------------------------*/
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
    font-family: 'Roboto', sans-serif;
    -webkit-appearance: none !important;
}

body {
	margin: 0;
}

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
	color: var(--accent-color);
}

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

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

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

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

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

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

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #212121;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Poppins', sans-serif;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	font-family: 'Poppins', sans-serif;
}

p {
	margin-bottom: 1.5em;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}

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;
	font-size: 15px;
	font-size: 0.9375rem;
	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;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}
a {
	text-decoration: none;
	color: #212121;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	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/ */
	box-sizing: inherit;
}

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

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

blockquote,
q {
	quotes: "" "";
}

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: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}
.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}
@media (min-width: 992px) {
	.container {
		width: 1088px;
	}
}
.row:before,
.row:after {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}
.row {
	margin-right: -15px;
	margin-left: -15px;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

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

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

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

select {
	border: 1px solid #ccc;
}

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

textarea {
	width: 100%;
}
/*--------------------------------------------------------------
# Margins and Paddings
--------------------------------------------------------------*/
.pl-0 {padding-left: 0 !important}
.pr-0 {padding-right: 0 !important}
.pt-0 {padding-top: 0 !important}
.pb-0 {padding-bottom: 0 !important}


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

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

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

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

.ml-0 {margin-left: 0 !important}
.mr-0 {margin-right: 0 !important}
.mt-0 {margin-top: 0 !important}
.mb-0 {margin-bottom: 0 !important}

.ml-5 {margin-left: 5px !important}
.mr-5 {margin-right: 5px !important}
.mt-5 {margin-top: 5px !important}
.mb-5 {margin-bottom: 5px !important}

.ml-10 {margin-left: 10px !important}
.mr-10 {margin-right: 10px !important}
.mt-10 {margin-top: 10px !important}
.mb-10 {margin-bottom: 10px !important}

.ml-20 {margin-left: 20px !important}
.mr-20 {margin-right: 20px !important}
.mt-20 {margin-top: 20px !important}
.mb-20 {margin-bottom: 20px !important}

@media all and (max-width: 990px) {
    .pl-sm-0 {padding-left: 0 !important}
    .pr-sm-0 {padding-right: 0 !important}
    .pt-sm-0 {padding-top: 0 !important}
    .pb-sm-0 {padding-bottom: 0 !important}
}
@media all and (max-width: 768px) {
    .pl-xs-0 {padding-left: 0 !important}
    .pr-xs-0 {padding-right: 0 !important}
    .pt-xs-0 {padding-top: 0 !important}
    .pb-xs-0 {padding-bottom: 0 !important}
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	font-family: 'Roboto', sans-serif;
}

a:visited {
	color: #333333;
}

a:hover,
a:focus,
a:active {
	color: #00A6ED;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
	height: 80px;
	background: #ffffff;
	width: 100%;
}
.site-header.sticky {
	position: fixed;
	top: 0;
	z-index: 999;
}
.desktop-header, .mobile-header {
	height: 100%;
	background-color: #ffffff;
	z-index: 999;
}
.mobile-header {
    height: 75px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
	display: none;
}
.mobile-header .search-col, .mobile-header .nav-toggle {
	width: 50px;
	text-align: center;
}
.site-header .container {
	height: 100%;
	position: relative;
}
.desktop-header-content {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	border-bottom: 1px solid #ededed;
}
.desktop-header-content > div {
	flex: 1;
}
.site-branding {
	padding-top: 0;
	padding-bottom: 0;
	color: #fff;
	text-align: left;
	max-width: 50px;
}
.site-branding a {
	color: var(--accent-color);
	display: block;
	height: 100%;
	line-height: 1;
}
.site-branding a img {
	max-height: 100%;
}
.search-col {
	position: relative;
	max-width: 60px;
	text-align: center;
}
#openSearchBox, #openSearchMobile {
	color: #000000;
	display: inline-block;
	font-size: 20px;
	padding: 0 !important;
	border: none !important;
	background-color: transparent !important;
}
#openSearchMobile i {
	font-size: 25px;
}
.search-box {
	position: fixed;
    top: 0;
    right: 0;
    width: 100%;
	height: 100%;
    display: none;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 99;
}
.searchbox-overlay {
	position: absolute;
	z-index: 5;
	width: 100%;
	height: 100%;
}
.search-form-container {
	width: 100%;
	position: absolute;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 100px;
	flex-direction: column;
}
.search-form-container form {
	display: block;
	width: 800px;
	max-width: 100%;
}
#ajaxSearchResults {
	background-color: #000000;
	width: 800px;
	border-radius: 10px;
	font-size: 0px;
	max-width: 100%;
}
#ajaxSearchResults a {
	padding: 15px;
	display: block;
	width: 100%;
	color: #FFFFFF;
	font-size: 16px;
}
#ajaxSearchResults h3 {
	color: #ffffff;
	width: 100%;
	text-align: center;
	padding: 15px;
	font-size: 16px;
}
#closeSearchBox {
	position: absolute;
	top: 10px;
	right: 10px;
	background-color: var(--accent-color);
	color: #ffffff;
	font-size: 22px !important;
	width: 40px !important;
	height: 40px !important;
	border-radius: 50%;
	text-align: center;
	line-height: 40px !important;
	cursor: pointer;
	z-index: 20;
	border: none !important;
	padding: 0 !important;
}
.logged-in.admin-bar .header-search-box {
	top: 110px;
}
.searchform {
	background: transparent;
	font-size: 30px;
	color: #fff;
	line-height: 60px;
}
.searchform a {
	color: #ffffff;
	line-height: 0;
}
.searchform > div {
	display: block;
	height: 100%;
}
.searchform .input-group {
	height: 50px;
	margin: 0;
	width: 100%;
	position: relative;
	top: -10px;
}
.searchform .input-group .searchinput {
	width: 100%;
	height: 50px;
	border: 2px solid var(--accent-color);
	padding: 10px 40px 10px 15px;
	font-size: 14px;
	border-radius: 50px;
}
.searchform .input-group .searchinput:focus {
	border-color: var(--accent-color);
	box-shadow: none;
	outline: none;
}
.searchform .input-group button {
	position: absolute;
	top: 50%;
	right: 0;
	height: 40px;
	margin-top: -15px;
	background: transparent;
	border: none;
	font-size: 16px;
	padding: 0 15px;
}
.searchToggle {
	background-color: #ca2028;
	color: #ffffff;
	border: none;
	display: inline-block;
	width: 100%;
	height: 100%;
	font-size: 20px;
}
.header-search a {
	color: #333333;
	font-size: 28px;
	margin-right: 5px;
	display: inline-block;
	padding: 5px;
}	
.social-icons-header {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	width: 100%;
	text-align: right;
}
.social-icons-header li {
	display: inline-block;
}
.social-icons-header li a {
	display: inline-block;
	color: #ffffff;
	font-size: 28px;
	padding: 10px;
	margin: 0 10px;
}
.social-icons-header li:last-child a {
	margin-right: 0;
}
@media all and (max-width: 768px) {
	.site-header {
		z-index: 99999;
		width: 100%;
		height: 60px;
	}
	.search-form-container {
		width: 92%;
		padding-left: 20px;
	}
	.desktop-header {
		display: none;
	}
	.mobile-header {
		display: flex;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
	}
}
@media all and (min-width: 768px) {
	.logged-in.admin-bar .site-header {
		top: 32px;
	}
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
	display: block;
	height: 100%;
}
.main-navigation ul li {
	display: inline-block;
	height: 100%;
	margin: 0 15px;
}
.main-navigation ul li a {
	display: flex;
	padding: 15px 10px;
	font-size: 18px;
	color: #333333;
	font-weight: 600;
	font-family: "Poppins", sans-serif;
	height: 100%;
	align-items: center;
	border-bottom: 3px solid #ffffff;
}
.main-navigation ul li a:before {
	content: "";
	display: inline-block;
	background-image: url(images/svg/icon-home.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 29px;
	height: 29px;
	text-align: center;
	margin-right: 5px;
}
.main-navigation ul li:first-child a:before {
	background-image: url(images/svg/icon-home.svg);
}
.main-navigation ul li:nth-child(2) a:before {
	background-image: url(images/svg/icon-apk.svg);
}
.main-navigation ul li:nth-child(3) a:before {
	background-image: url(images/svg/icon-games.svg);
}
.main-navigation ul li:nth-child(4) a:before {
	background-image: url(images/svg/icon-mods.svg);
}
#mobile-navigation ul li a:before {
	margin-right: 10px;
}
#mobile-navigation ul li:first-child a:before {
	background-image: url(images/svg/icon-home.svg);
}
#mobile-navigation ul li:nth-child(2) a:before {
	background-image: url(images/svg/icon-apk.svg);
}
#mobile-navigation ul li:nth-child(3) a:before {
	background-image: url(images/svg/icon-apk.svg);
}
#mobile-navigation ul li:nth-child(4) a:before {
	background-image: url(images/svg/icon-mods.svg);
}
.main-navigation ul li a > span {
	margin-left: 5px;
}
.main-navigation ul li a:hover, .main-navigation ul li.current-menu-item a {
	color: #000000;
}
/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
#toggleNav {
	font-size: 30px;
	color: #333333;
	max-width: 80px;
	line-height: 60px;
}
@media all and (max-width: 768px) {
	#content {
		padding: 10px;
	}
	.mobile-menu {
		display: none;
		position: fixed;
		top: 76px;
		width: 100%;
		left: 0;
		z-index: 999;
	}
	#mobile-navigation {
		padding: 10px;
		background-color: #000000;
	}
	#mobile-navigation li {
		width: 100%;
	}
	#mobile-navigation li a {
		color: #ffffff;
		text-align: center;
		border-bottom: 1px solid #333333;
	}
	#mobile-navigation li:last-child a {
		border-bottom: none;
	}
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

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

.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;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.site-main .page-header {
	margin-top: 0;
}
.home-search-apps {
	height: 450px;
	background: #a0a0a0;
}
.home-apps-block {
	margin-top: 20px !important;
}

.block-header {
	padding: 15px 0;
	background-color: #ffffff;
	margin-bottom: 30px;
	text-align: center;
	position: relative;
}
.block-header .bg-strip {
	display: block;
	width: 100%;
	height: 4px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
	border-radius: 4px;
	background-color: var(--accent-color);
	z-index: 5;
}
.app-download-file .block-header .bg-strip {
	top: 70%;
}

.block-header .heading-txt {
	font-size: 22px;
	margin: 0px;
	display: inline-block;
	padding: 10px 30px;
	background-color: #ffffff;
	color: #000000;
	font-weight: 600;
	position: relative;
	z-index: 10;
}
.block-header .heading-txt span {
	color: var(--accent-color);
}
.block-container {
	position: relative;
}
.relted-apps-row {
	margin-top: 50px;
}
.similar-apps {
	border: 1px solid #ededed;
	padding: 20px;
}
.home-footer-textarea {
	margin-bottom: 30px;
	text-align: left;
	font-size: 14px;
	font-weight: 300;
	color: #777777;
}
.similar-apps-block {
	border-radius: 5px;
}
.similar-apps-block, .post-content, .search-content {
	background: #fff;
}
.news-container {
	padding: 10px;
}
.similar-apps-block .block-body {
	padding: 0;
}
.similar-apps-block .block-head {
	margin-top: -15px;
	background-color: #ededed;
	padding: 15px;
}
.similar-apps-block .block-head h3 {
	margin-bottom: 0;
}
.post-block {
	margin-bottom: 20px;
}
.apps-block-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr); 
	grid-gap: 10px;
}
.apps-block-container.featured-apps {
	grid-template-columns: repeat(5, 1fr); 
}
.apps-block-container.dl-page {
	display: grid;
	grid-template-columns: repeat(3, 1fr); 
	grid-gap: 10px;
}
.apps-block-container.featured-apps {
	gap: 20px;
}
.download-main .similar-apps {
	border: none !important;
}
.block-container-large {
	display: grid;
	grid-template-columns: repeat(3, 1fr); 
	grid-gap: 10px;
}
aside .block-container-large {
	grid-template-columns: repeat(1, 1fr);
}
.featured-apps-container {
	width: 500px;
	margin: 0 auto;
	max-width: 90%;
}
.top-3-apps {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	margin-bottom: 50px;
}
.app-block-circle {
	margin: 0 15px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 30%;
}
.app-block-circle .crown-icon {
	display: none;
	font-size: 35px;
	color: goldenrod;
}
.app-block-circle.top-1 .crown-icon {
	display: inline-block;
}
.app-block-circle .app-thumbnail {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: 3px solid var(--accent-color);
	position: relative;
}
.app-block-circle .position-count {
	width: 26px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	background-color: #34007D;
	color: #ffffff;
	display: inline-block;
	position: absolute;
	font-size: 14px;
	left: 50%;
	bottom: -13px;
	margin-left: -13px;
	font-weight: 600;
	border-radius: 50%;
}
.position-count-2 {
	width: 26px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	background-color: #34007D;
	color: #ffffff;
	display: inline-block;
	position: absolute;
	font-size: 14px;
	left: -7px;
	top: -10px;
	font-weight: 600;
	border-radius: 5px;
	z-index: 10;
}
.app-block-circle.top-1 .app-thumbnail {
	border-color: gold;
	border-width: 5px;
}
.app-block-circle .app-thumbnail img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.app-block-circle.top-1 .app-thumbnail {
	width: 110px;
	height: 110px;
}

.app-block-circle.top-1 {
	order: 2;
}
.app-block-circle.top-2 {
	order: 1;
}
.app-block-circle.top-3 {
	order: 3;
}
.app-block-circle .app-title {
	overflow: hidden;
	max-width: 100%;
	text-overflow: ellipsis;
	width: fit-content;
	white-space: nowrap;
	font-size: 16px;
	font-weight: 600;
	color: #212121;
	margin-top: 10px;
}
.app-block-circle .app-title a {
	color: #212121;
}
.app-block-circle .app-title a:hover, .app-block .app-info .app-title a:hover {
	color: #34007D;
}
.home-apps-block .block-footer {
	margin: 50px 0 20px 0;
	text-align: center;
}
.app-block {
	position: relative;
}
.app-other-versions {
	display: grid;
	grid-template-columns: 100%;
	gap: 10px;
}
.app-block-version > a {
	display: flex;
	align-items: center;
	position: relative;
	padding: 10px;
	border: 1px solid #ededed;
	border-radius: 8px;
	transition: .5s all;
}
.app-block-version > a .app-thumbnail {
	width: 50px;
	margin-right: 10px;
	display: flex;
}
.app-block-version > a .app-size {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #ededed;
	font-size: 12px;
	font-weight: bold;
	border-radius: 0 8px 0 8px;
	padding: 5px 10px;
}
.app-block-version > a:hover {
	background-color: #d8bffc;
	color: #000000;
}
.app-block-version > a:hover .app-size {
	background-color: var(--secondary-color);
	color: #ffffff;
}
.app-inner-block {
	padding: 15px;
	transition: 0.3s all;
	width: 100%;
	display: flex;
	align-items: center;
	border: 1px solid #ededed;
	border-radius: 10px;
	position: relative;
}
.sidebar .app-block {
	flex-direction: column;
	background-color: #ffffff;
	padding: 10px;
	border-radius: 12px;
}
.featured-apps .app-block {
	border: none;
}
.featured-apps .app-inner-block {
	border: none !important;
	background-color: #000000;
	clip-path: polygon(0% 50%, 25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%);
	-webkit-clip-path: polygon(0% 50%, 25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%);
	-moz-clip-path: polygon(0% 50%, 25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%);
	flex-direction: column;
	justify-content: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 150px;
	position: relative;
}
.featured-apps .app-inner-block::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.featured-apps .app-block-meta {
	justify-content: center;
}
.featured-apps .app-inner-block .app-info .app-title {
	color: #fff;
}
.btnGooglePlayStore {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 300px;
    font-size: 30px;
    border-radius: 8px;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    background-color: #333;
    padding: 5px 10px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-decoration: none !important;
}
.btnGooglePlayStore .ctText {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.btnGooglePlayStore .ctText .textGetItOn {
    font-size: 8px;
    font-weight: 300;
}

.btnGooglePlayStore .ctText span {
    color: white;
    text-decoration: none;
}
.btnGooglePlayStore .ctText .textGooglePlay {
    font-size: 12px;
    font-weight: 700;
}
.app-block-inner-large {
	display: block;
	padding: 10px;
	border: 1px solid #f0f0f0;
	border-radius: 10px;
}
.app-block-inner-large:hover {
	background-color: #f0f0f0;
}
.app-block-inner-large .app-banner {
	margin-bottom: 10px;
}
.app-block-inner-large .app-banner img {
	width: 100%;
	border-radius: 6px;
}
.app-block-inner-large .app-details-row {
	display: flex;
	align-items: center;
	border-radius: 10px;
}
.post-block .post-block-inner {
	max-width: 100%;
	height: 100%;
}
.app-block .app-block-inner:hover, .post-block .post-block-inner:hover {
	border-color: var(--accent-color);
	border-radius: 10px;
}
.app-block .app-block-inner .kksr-legend {
	display: none;
}
.app-block .app-thumbnail, .app-block-inner-large .app-details-row .app-thumbnail{
	max-width: 60px;
	border-radius: 15px;
	margin-right: 15px;
}
.sidebar .app-block .app-thumbnail {
	max-width: 100%;
	width: 100%;
	margin: 0;
}
.app-block .app-thumbnail img, .app-icon-single img {
	clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
	background-color: #000000;

}
.post-block .post-block-inner .post-thumbnail {
	margin-bottom: 15px;
}
.app-block  .app-thumbnail img, .app-block-inner-large .app-details-row .app-thumbnail img {
	max-width: 150px;
}
.sidebar .app-block .app-thumbnail img {
	max-width: 100%;
	border-radius: 5px;
}
.post-block .post-block-inner .post-thumbnail img {
	max-width: 100%;
}
.app-block .app-info, .app-block-inner-large .app-details-row .app-info, .app-block .app-info .app-title a {
	width: 100%;
	color: #222222;
}
.featured-apps .app-block .app-info .app-title a {
	color: #ffffff;
}
.app-block .app-info .app-title, .app-block-inner-large .app-details-row .app-title {
	font-size: 16px;
	margin-top: 0;
	font-weight: 600;
}
.app-block .app-info {
	position: relative;
}
.app-block .app-thumbnail img {
	width: 100%;
}
.app-block .last-update-sm {
	font-size: 12px;
	margin-top: 5px;
}
.app-block-meta {
	display: flex;
	align-items: center;
	margin-top: 5px;
}
.app-block-meta.sidebar-meta {
	justify-content: center;
}
.app-block-meta span {
	padding: 4px 5px;
	font-size: 14px !important;
	line-height: 1;
	border-radius: 3px;
	display: inline-block;
}
.app-block-meta .cat-links {
	padding: 0;
}
.app-block-meta .sep, .app-block-meta a {
	display: none;
}
.app-block-meta span a {
	font-size: 14px !important;
}
.app-block-meta a:first-child {
	display: inline-block;
}
.app-block-meta .app-category {
	background-color: #86ffdb;
	margin-right: 4px;
	color:#003d02;
}
.app-block-meta .app-version {
	background-color: #ffccb1;
	padding: 4px 6px;
	color:#5f3e00;
}

.search-app-block .app-info p {
	font-size: 14px;
}
.post-banner {
	padding: 5px;
	width: 100%;
}
.archive .page-header, .search-header, .search-main .page-header {
	margin: 0 0 50px 0;
	padding: 0;
	background: #fbfbfb;
	font-size: 18px;
	display: block;
	border: none !important;
}
.block-toggle {
	text-align: center;
	font-size: 18px;
	border-bottom: 1px solid #e8e8e8;
}
.block-toggle .tab {
	display: inline-block;
	padding: 15px 20px 20px 20px;
	color: #333333;
	font-weight: 600;
	font-size: 16px;
}
.block-toggle .tab.active {
	border-bottom: 3px solid #1FBDC4;
}
.block-head {
	margin-bottom: 20px;
}
.block-head h3, .archive-main .page-header h3, .search-header h1, .search-main .page-header h1 {
	margin: 0 0 15px 0;
	line-height: 1;
	clear: both;
	width: 100%;
	font-weight: 600;
}
.search-header h1 {
	font-size: 22px;
	font-weight: 300;
	color: #666666;
	text-transform: uppercase;
}
.app-download-btn {
	padding: 10px 30px;
	color: #fff !important;
	background: #78B943;
	font-size: 14px;
}

.download-page-content {
	padding: 50px 20px;
	text-align: center;
	height: auto;
	overflow: hidden;
}
.download-btn-row {
	margin-top: 10px;
}
#countdowntimer {
	width: 100px;
	height: 100px;
	margin: 20px 0;
	border-radius: 50%;
	text-align: center;
	line-height: 95px;
	font-size: 50px;
	border: 3px solid var(--accent-color);
	color: var(--accent-color);
	display: inline-block;
}
.see-more-cat {
	padding: 10px 20px;
	border-radius: 20px;
	border: 2px solid #212121;
	color: #212121;
	font-size: 16px;
	box-shadow: 4px 4px 0 #212121;
}
.see-more-cat:hover {
	border-color: var(--accent-color);
	color: #212121;
	box-shadow: 4px 4px 0 var(--accent-color);
}
#appScreenshots {
	height: 300px;
	position: relative;
	overflow: hidden;
}
#appScreenshots .owl-item, #appScreenshots .owl-item .fapp-slide-thumb {
	height: 100%;
}
#appScreenshots .owl-item img {
	height: 100%;
}
.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;
}
.cat-sorting-dopdown select:hover {
	background: #eee;
}
.sub-categories {
	margin-bottom: 30px;
}
.sub-categories ul {
	display: grid;
	list-style: none;
	margin: 0;
	padding: 0;
	grid-template-columns: repeat(5, 1fr);
	gap: 15px;
}
.sub-categories ul li {
	display: block;
	width: 100%;
}
.sub-categories ul li a {
	display: block;
	text-align: center;
	padding: 10px 20px;
	background-color: #f8f8f8;
	border-radius: 8px;
	border: 1px solid #ededed;
	color: #212121;
	font-size: 14px;
	font-weight: 500;
}
.sub-categories ul li a:hover {
	border-color: var(--accent-color);
	color: var(--accent-color);
}
.sub-categories ul li a img {
	width: 60px;
}
.sub-categories ul li .category-icon {
	margin-bottom: 0px
}
.sub-categories ul li a span {
	display: inline-block;
	width: 100%;
}
@media all and (min-width: 769px) {
	.post-banner.hide-desktop {
		display: none;
	}
}
@media all and (max-width: 768px) {
	.block-container-large, .apps-block-container {
		grid-template-columns: repeat(1, 1fr);
	}
	aside .block-container-large {
		grid-template-columns: repeat(2, 1fr);
	}
	.apps-block-container.featured-apps {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.featured-apps .app-block {
		width: 46%;
	}
	.featured-apps .app-inner-block {
		height: 125px;
	}
	.app-info-box-inner {
		gap: 5px;
		flex-direction: column;
	}
	.app-info-box {
		padding: 15px !important;
	}
	.app-info-box label {
		font-size: 16px !important;
	}
	.app-info-box .value {
		font-size: 14px !important;
	}
	.sidebar .app-block {
		text-align: center;
	}
	.sidebar .app-block-meta {
		justify-content: center;
	}
	.post-banner.hide-mobile {
		display: none !important;
	}
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#breadcrumbs{
    list-style:none;
    margin:0;
	overflow:hidden;
	padding-left: 0;
}
#breadcrumbs li{
    display:inline-block;
    vertical-align:middle;
    margin-right:15px;
}
  
#breadcrumbs .separator{
    font-size:18px;
    font-weight:100;
    color:#ccc;
}
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}
.post-main {
	margin-bottom: 20px;
}
.box-shadow {
	box-shadow: 0px 0px 3px #ddd;
	border-radius: 5px;
}
.blog-post-inner {
	padding: 10px;
	background: #fff;
	text-align: center;
	height: 100%;
}
.blog-post-inner p {
	font-size: 12px;
}
.post-breadcrumbs {
	padding: 10px;
	font-size: 14px;
	margin-bottom: 10px;
	background-color: rgba(48, 173, 135, .15);
	border-radius: 5px;
}
.post-breadcrumbs a {
	color: #212121 !important;
	font-weight: bold;
}
.post-breadcrumbs .item-current {
	color: #116011;
}
.post-breadcrumbs i {
	color: #116011;
}
.post-sharing-single {
	text-align: center;
	padding: 10px;
	background: #ddd;
}
.at-style-responsive .at-share-btn {
	margin-bottom: 0 !important;
}
.single-app-page {
	display: flex;
	align-items: stretch;
}
.single-app-page main {
	width: 70%;
	padding-right: 30px;
}
.single-app-page .sidebar {
	width: 30%;
}
.sidebar .sidebar-similar-apps {
	position: sticky;
	top: 20px;
}
.single-app-banner {
	margin-bottom: 20px;
}
.single-app-banner img {
	width: 100%;
    height: 100%;
    max-height: 200px;
    aspect-ratio: 1.82;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 8px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.single-app-header {
	position: relative;
}
.single-news-header {
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 10px;
}
.single-app-header-info {
	display: flex;
	align-items: start;
	overflow: hidden;
	align-items: center;
}
.app-icon-single {
	background: #ffffff;
	text-align: center;
	max-width: 100px;
	margin-right: 20px;
}
.app-icon-single img {
	max-width: 90%;
	border-radius: 15px;
}
.app-header-meta {
	width: 50%;
	padding-right: 10px;
}
.app-title-single {
	padding: 20px 10px;
	text-align: left;
}
.post-title-single{
	font-size: 32px;
	font-weight: bold;
}
.app-title-single {
	margin: 0 0 10px 0;
	font-size: 18px;
	padding: 0;
	font-weight: 600;
}
.app-header-meta .app-published-date, .app-header-meta .app-version {
	font-size: 14px;
}
.single-app-header-info .app-dl-button {
	width: 350px;
}
.app-title-single .app-category {
	font-size: 16px;
	color: #00D578;
}
.app-title-single .app-category i {
	margin-right: 5px;
	font-size: 18px;
	position: relative;
	top: 3px;
}
.app-title-single .app-category .cat-links {
	color: #ffffff;
}
.app-title-single .app-category .cat-links a:first-child {
	display: none;
}
.app-title-single .app-trusted-label {
	font-size: 16px;
}
.app-title-single .app-trusted-label i {
	color: green;
}
.single-app-rating .glsr-summary .glsr-summary-rating, .single-app-rating .glsr-summary .glsr-review-rating, .single-app-rating .glsr-summary .glsr-summary-text {
	display: inline-block;
	float: left !important;
}
.single-app-rating .glsr-summary .glsr-summary-text {
	padding-top: 0px;
	font-weight: bold;
	font-size: 20px;
}
.single-app-info {
	background: #fff;
	padding: 0;
}
.app-header-row {
	padding: 15px 0 0 0;
}
.app-short-desc {
	font-size: 16px;
	padding: 10px;
}
.app-info-row.bottom-row {
	border: none;
}
.archive-title {
	border-bottom: 4px solid var(--accent-color);
	padding: 12px;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #212121;
	text-align: center;
}
.archive-title h2 {
	margin: 0;
}
.archive-title.with-sorting {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.archive-description {
	text-align: center;
}
.app-info-tabs {
	display: flex;
}
.app-info-tab {
	position: relative;
}
.app-info-tab:first-child {
	width: 120px;
	margin-right: 20px;
}
.app-info-tab:last-child {
	width: 210px;
}
.app-info-tab a {
	display: block;
	width: 100%;
	padding: 15px;
	text-align: center;
	color: #212121;
	font-size: 18px;
}
.app-info-tab:first-child a {
	border-bottom: 3px solid var(--accent-color);
}
.app-toc-section {
	position: relative;
	margin: 15px 0 0 0;
	border-radius: 10px;
}
.toc-header {
	background-color: var(--accent-color);
	border-radius: 5px 5px 0 0;
}
.toc-header button {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
	background: transparent;
	border: none;
}
.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: 0 0 5px 5px;
}
#table-of-contents a {
	text-align: left;
	font-size: 16px;
	padding: 5px;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	width: 100%;
	color: #212121;
	font-style: italic;
	font-family: serif;
}
#table-of-contents a::before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 18px;
	margin-right: 5px;
	background-image: url(images/toc-arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.single-meta-below {
	margin: 10px 0;
}
.app-info-box {
	text-align: left;
	font-size: 12px;
	padding: 10px 20px;
	border-left: none;
	vertical-align: middle;
}
.app-info-box-inner {
	display: flex;
	justify-content: space-between;
	font-size: 16px;
}
.app-info-box a {
	color: var(--secondary-color);
	text-decoration: underline;
}
.app-info-box label {
	font-family: 'Open Sans', sans-serif;
	text-transform: capitalize;
	font-weight: 600 !important;
}
.app-info-box img {
	max-width: 60%;
}
.post-info-box {
	font-size: 14px;
	display: inline-block;
	margin-right: 10px;
}
.additional-app-info .block-header {
	margin-bottom: 0;
	padding-bottom: 0;
}
.additional-app-info .block-header .bg-strip {
	top: 65%;
}
.additional-app-info .block-header .heading-txt {
	padding-top: 0;
	padding-bottom: 0;
}
.single-app-info.compact {
	padding: 0;
	background: #fff;
}
.single-app-info-row {
	position: relative;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(157, 88, 255, 0)), color-stop(7.91%, rgba(157, 88, 255, 0.14)));
    background: linear-gradient(180deg, rgba(157, 88, 255, 0) 0%, rgba(157, 88, 255, 0.14) 7.91%);
	padding-top: 20px;
	padding-bottom: 20px;
}
.single-app-info-row:last-child {
	border-bottom: none;
}
.download-info {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-3.09%, rgba(222, 27, 27, 0)), color-stop(7.37%, rgba(184, 39, 39, 0.1)));
    background: linear-gradient(180deg, rgba(222, 27, 27, 0) -3.09%, rgba(184, 39, 39, 0.1) 7.37%);
	padding: 30px;
}
.dl-links-container {
	padding: 50px;
	border: 1.05282px solid rgba(157, 88, 255, 0.15);
	border-radius: 12px;
}
.dl-links-container .telegram-button, .dl-links-container .tiktok-button {
	max-width: 600px;
	margin: 0 auto;
}
.download-info h4 {
	color: var(--secondary-color);
}
.download-info p {
	font-weight: 400;
	font-style: italic;
	font-size: 18px;
	text-align: center;
}
.download-info .dl-link {
	display: flex;
	align-items: center;
	justify-content: center;
    border: 1px solid rgba(142, 62, 255, 0.4);
    width: 100%;
	max-width: 600px;
    border-radius: 8px;
    padding: 6px 8px;
    position: relative;
	color: var(--accent-color);
	font-size: 16px;
	font-weight: bold;
	margin: 0 auto;
	margin-bottom: 10px;
}
.download-info .dl-link:hover {
	background-color: var(--secondary-color);
	color: #ffffff;
}
.download-info .dl-link .file-icon {
	display: inline-block;
	width: 25px;
	height: 25px;
	background-image: url(images/svg/icon-apk-file.svg);
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 5px;
}
.single-app-info.compact .single-app-info-row span {
	font-size: 13px;
}
.single-app-info-row.bottom-row {
	border: none;
}
.bottom-row .single-app-info-row .app-info-box {
	border: 1px solid #f0f0f0;
}
.single-app-info-row strong {
	margin-bottom: 5px;
	color: #333333;
}
.single-app-info-flex {
	display: flex;
}
.single-app-info-flex .single-app-info-col {
	flex: 1;
}
.single-app-info-flex .single-app-info-col span {
	display: inline-block;
	width: 100%;
	clear: both;
	padding: 5px;
	font-size: 14px;
}
.single-app-info-flex .single-app-info-col span .cat-links {
	padding: 0;
}
.single-app-info-flex .single-app-info-col .single-app-info-label {
	font-weight: bold;
}
.single-app-info-flex .single-app-info-col .single-app-info-text img {
	max-width: 150px;
}
.single-app-info-flex .single-app-info-col .single-app-info-text a {
	color: #79b84a;
}
.post-extra-info {
	border: 1px solid #f0f0f0;
}
.post-extra-info.sharing-row {
	background-color: #f0f0f0;
}
.post-extra-info .post-extra-col {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 16px;
}
.post-extra-info .post-extra-col > i {
	margin-right: 5px;
}
.sidebar {
	padding: 15px;
	border-radius: 10px;
	background-color: #f0f0f0;
}
.app-screenshots {
	height: 300px;
	width: 100%;
	text-align:left;
    white-space: nowrap;
    overflow-y:hidden;
}
.app-screenshots .screenshot {
	display: inline-block;
	margin-right: 10px;
	height: 95%;
}
.app-screenshots .screenshot img {
	height: 100%;
	border-radius: 10px;
}
#shareBox {
	border-radius: 5px;
	width: 100%;
}
.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: 34px;
}
.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;}

.star-rating-block {
	display: inline-block;
	font-size: 20px;
}
.star-rating-block .gdrts-stars-current, .star-rating-block .gdrts-stars-active {
	font-size: 20px !important;
}
.star-rating-block .gdrts-block-stars, .star-rating-block .gdrts-rating-text {
	float: left;
}
.star-rating-block .gdrts-rating-text {
	margin-left: 10px;
	font-size: 14px;
}
.rating-block-label {
	float: left;
	margin-top: 5px;
}
.star-rating-block .gdrts-rating-block, .gdrts-rating-block.gdrts-align-left .gdrts-inner-wrapper {
	margin: 5px 0 0 0 !important;
}

.download-btn-single {
	background: var(--secondary-color);
    line-height: 50px;
    height: 50px;
    color: white !important;
	padding: 0 22px;
	display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 5px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    border: none;
	position: relative;
	width: 100%;
	--btn-raise: 1rem;
	clip-path: polygon(var(--btn-raise) 0%, calc(100% - var(--btn-raise)) 0%, 100% 50%, calc(100% - var(--btn-raise)) 100%, var(--btn-raise) 100%, 0 50%);
}
.telegram-button {
	background: var(--accent-color);
    line-height: 50px;
    height: 50px;
    color: #ffffff !important;
	padding: 0 22px;
	display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 5px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
	position: relative;
	width: 100%;
	--btn-raise: 1rem;
	clip-path: polygon(var(--btn-raise) 0%, calc(100% - var(--btn-raise)) 0%, 100% 50%, calc(100% - var(--btn-raise)) 100%, var(--btn-raise) 100%, 0 50%);
}
.download-btn-single.bottom, .telegram-button.bottom, .tiktok-button.bottom {
	width: 400px;
	margin: 0 auto;
}
.tiktok-button {
	background: #000000;
    line-height: 50px;
    height: 50px;
    color: #ffffff !important;
	padding: 0 22px;
	display: flex;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 5px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
	position: relative;
	width: 100%;
	align-items: center;
	justify-content: center;
	position: relative;
	--btn-raise: 1rem;
	clip-path: polygon(var(--btn-raise) 0%, calc(100% - var(--btn-raise)) 0%, 100% 50%, calc(100% - var(--btn-raise)) 100%, var(--btn-raise) 100%, 0 50%);
}
.tiktok-button img {
	width: 20px;
	margin-right: 10px;
}

.single-app-download-cache.torrent-link a {
	background-color: #00A24C;
}
.single-app-download a:hover {
	text-decoration: none;
    background-color: rgb(166, 224, 99);
}
.single-app-download-cache a:hover {
	background-color: #CA5A5A;
}
.single-app-download a:hover {
	text-decoration: none;
}

.post-main .review-form, .post-main .user-reviews, .page-main, .download-post-row {
	padding: 20px;
	background: #ffffff;
}
.download-post-row {
	box-shadow: 0 2px 3px 0 rgba(0,0,0,0.15);
}
.post-thumb-single {
	height: 300px;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 8px;
	background-color: #c0c0c0;
	background-position: center center;
}
.news-post {
	padding: 10px;
	border: 1px solid #ededed;
	border-radius: 5px;
}
.post-title-single h1 {
	font-size: 28px;
	margin-top: 20px;
	margin-bottom: 0;
}
.news-detail-row h1 a {
	color: #333333;
	font-weight: normal;
	font-family: 'Roboto', sans-serif;
}
.news-detail-title h1 {
	font-size: 32px;
	margin-bottom: 0;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	padding-left: 5px;
}
.news-detail-row h3, .news-detail-row h3 a {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	margin-top: 15px;
	margin-bottom: 5px;
}
.news-archive-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
}
.single-app-section-heading{
	font-weight: bold;
	margin-bottom: 20px;
	font-size:20px;
}
.news-archive-container article {
	clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
	height: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}
.news-archive-container article::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	background-color: rgba(0, 0, 0, 0.6);
}
.news-archive-container article .news-detail {
	position: relative;
	z-index: 99;
}
.news-detail-meta {
	margin-top: 15px;
}
.news-detail-meta span {
	margin-right: 0px;
}
.news-detail-meta span, .news-detail-meta span a, .news-detail-meta span i {
	color: #fff;
	font-size: 12px;
	font-weight: 500;
}
.news-thumb img {
	border-radius: 5px;
}
.category-actions {
	display: flex;
	align-items: center;
}
.cat-action-button {
	position: relative;
	width: 200px;
	margin-right: 10px;
}
.cat-action-button .cat-action-btn {
	display: inline-block;
	width: 100%;
	text-align: center;
	background-color: #f0f0f0;
	color: #212121;
	padding: 10px 15px;
	border-radius: 30px;
	transition: .5s all;
	font-size: 14px;
	font-weight: 600;
}
.cat-action-button .cat-action-btn:hover, .cat-action-button .cat-action-btn.active {
	background-color: var(--accent-color);
	color: #ffffff;
}
.cat-action-dropdown {
	position: absolute;
	top: 50px;
	width: 600px;
	padding: 20px;
	background-color: #ffffff;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
	z-index: 10;
	border-radius: 10px;
	display: none;
}
.cat-action-dropdown ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 15px;
	grid-template-columns: repeat(3, 1fr);
}
.cat-action-dropdown ul a {
	font-size: 14px;
	color: #212121;
}
.cat-action-dropdown ul a:hover {
	color: var(--accent-color);
}

.download-main .app-banner {
	text-align: center;
	margin-bottom: 20px;
}
.download-main .app-banner img {
	border-radius: 12px;
}
.download-title-row h3 {
	font-size: 40px;
	margin-bottom: 10px;
}

.dl-page-head-icon {
	color: #1FBDC4;
	font-size: 28px;
}
.dl-page-heading {
	font-weight: 600;
}
.download-desc-row {
	font-size: 14px;
}
.page-content {
	padding: 10px 20px;
}
.post-content .entry-footer {
	border-top: 1px solid #f0f0f0;
	padding-top: 10px;
}
.reviewFormToggleBtn {
	padding: 15px;
	text-align: center;
	display: inline-block;
	width: 100%;
	font-size: 18px;
	background: #78B943;
	color: #fff !important;
}
.reviewFormToggleBtn:hover {
	text-decoration: none;
	color: #fff;
	background: #2c985d;
}
.review-form-body {
	display: none;
}
.post-main .review-form .glsr-field label {
	font-size: 14px;
}
.post-main .review-form .glsr-field .regular-text, .post-main .review-form .glsr-field .large-text {
	width: 100%;
	font-size: 14px;
	padding: 10px;
}
.post-main .user-reviews .glsr-review {
	position: relative;
}
.review-data-head .review-author {
	float: left;
	width: 100px;
	height: 100px;
	text-align: center;
	background: #f8f8f8;
	border-radius: 50%;
}
.review-data-head .review-author .glsr-review-avatar, .review-data-head .review-author .glsr-review-author {
	display: inline-block;
	width: 100%;
	float: none !important;
	clear: both;
}
.review-data-head .review-author .glsr-review-avatar {
	margin: 20px 0 0 0;
}
.review-data-head .review-author .glsr-review-author {
	padding: 0 10px;
}
.review-data-head .review-meta-info {
	float: left;
	margin-left: 15px;
}
.review-data-head .review-meta-info .glsr-review-title {
	margin-top: 15px;
}
.post-main .user-reviews .glsr-review-excerpt {
	float: none;
	clear: both;
	margin-left: 120px;
	font-size: 14px;
	padding: 20px 10px 15px 20px;
	background: #f8f8f8;
	border-radius: 10px;
	position: relative;
}
/* Right triangle, left side slightly down */
.post-main .user-reviews .glsr-review-excerpt:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  left: -30px;
	right: auto;
  top: 15px;
	bottom: auto;
	border: 15px solid;
	border-color: #f8f8f8 #f8f8f8 transparent transparent;
}
.single .entry-content {
	margin-top: 0 !important;
	padding: 0;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
	font-size: 14px;
	padding: 10px;
}
.page-content a,
.entry-content a,
.entry-summary a {
	color: var(--accent-color);
	font-weight: 600;
}
.entry-content ul, .entry-content ol {
	margin-left: 15px;
	padding-left: 10px;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.pagination-row {
	margin-top: 50px;
}
.pagination {
    width: 100%;
    clear: both;
	margin: 0;
	padding: 0px;
	background: #fbfbfb;
}
.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: var(--accent-color);
}
.accordion {
	background-color: #ffffff;
	color: #212121;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: 1px solid #ededed;
	text-align: left;
	outline: none;
	font-size: 15px;
	transition: 0.4s;
	margin-bottom: 10px;
}
.accordion:after {
	content: '\002B';
	color: #ffffff;
	font-weight: bold;
	float: right;
	margin-left: 5px;
	background-color: var(--secondary-color);
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 19px;
	font-size: 20px;
	border-radius: 50%;
}
.active:after {
	content: "\2212";
}
.active, .accordion:hover {
	background-color: #f0f0f0;
	color: #000000;
}
.accordion:hover:after {
	color: #FFFFFF;
}
.panel {
	padding: 0 18px;
	background-color: white;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}
.apps-block-container .kk-star-ratings .kksr-legend .kksr-muted {
	display: none !important;
}
@media all and (max-width: 990px) {
	.app-info-box {
		padding-left: 5px;
		padding-right: 5px;
	}
}
@media all and (max-width: 768px) {
	.archive-title h2 {
		font-size: 22px;
	}
	.post-main {
		padding-right: 0;
	}
	.content-area {
		padding: 0;
	}
	.single-app-info-row strong {
		width: auto;
		float: left;
		margin: 0;
	}
	.single-app-download {
		padding: 0px;
	}
	.single-app-download a, .post-main .review-form .glsr-field .button {
		font-size: 14px;
		font-weight: normal;
		width: 100%;
	}
	.download-btn-single {
		font-size: 16px;
		text-align: center;
	}
	.download-btn-single .dl-btn-file-size {
		padding: 0 10px;
	}
	.app-info-box {
		padding: 5px;
	}
	.app-info-box img {
		max-width: 100px;
	}
	.blocks-col {
		padding: 0 !important;
	}
	.home-apps-block .block-body, .featured-app-block .block-body, .archive-main, .search-main, .download-page-content {
		padding: 0 !important;
		box-shadow: none !important;
	}
	.app-block, .sidebar-col, .owl-item .app-thumbnail, .owl-item .app-info {
		padding: 0 !important;
	}
	.app-block .app-block-inner {
		border: none !important;
		padding: 10px;
	}
	.block-toggle {
		border-top: 1px solid #e8e8e8;
	}
	.block-head h3 {
		font-size: 18px;
	}
	.block-head h3 span {
		position: relative;
		top: 5px;
	}
	.similar-apps-block, .similar-apps-block .block-body {
		padding: 0 !important;
	}
	.single .entry-content {
		padding: 0 10px 10px 10px;
		margin-top: 0 !important;
	}
	.yasr-total-average-container {
		display: block !important;
	}
	.post-title-single h1{
		font-size: 20px;
		font-weight: bold;
	}
	.single-app-page {
		flex-direction: column;
	}
	.single-app-page main, .single-app-page .sidebar {
		width: 100%;
		padding: 15px;
	}
	.single-app-banner {
		height: 150px;
	}
	.single-app-header-info {
		flex-wrap: wrap;
	}
	.single-app-header-info .app-dl-button {
		width: 100%;
	}
	.app-header-meta {
		width: calc(100% - 120px);
	}
	.app-title-single {
		padding-top: 5px;
	}
	.app-title-single h1 {
		font-size: 18px;
	}
	.block-header .heading-txt {
		font-size: 16px;
	}
	.app-icon-col {
		padding-right: 0 !important;
	}
	.app-icon-single {
		padding: 0;
	}
	.app-block .app-thumbnail, .app-block-inner-large .app-details-row .app-thumbnail {
		padding: 10px;
		max-width: 70px;
		margin-right: 10px;
	}
	.app-block .app-thumbnail img {
		top: 5px;
		position: relative;
	}
	.app-block .app-info {
		padding: 10px 0;
	}
	#table-of-contents {
		display: none;
	}
	#table-of-contents a {
		font-size: 13px;
	}
	#table-of-contents {
		left: -60px;
	}
	.news-archive-container {
		grid-template-columns: repeat(1, 1fr);
	}
	.news-archive-container article {
		text-align: center;
	}
	.sub-categories ul {
		grid-template-columns: repeat(2, 1fr);
	}
	.dl-links-container {
		padding: 10px;
	}
	.dl-links-container .telegram-button {
		font-size: 16px;
	}
	.download-btn-single.bottom, .telegram-button.bottom, .tiktok-button.bottom {
		width: 90%;
	}
	.app-screenshots {
		height: auto;
		padding-bottom: 10px;
	}
}
.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;
}
.comment-form-author input {
	width: 98%;
}
.bypostauthor {
	display: block;
}
.comment-respond {
	padding: 10px;
}
.comments-title {
	margin-bottom: 20px;
	text-align: center;
}
.comment-list {
	margin: 0;
	padding-left: 0;
}
.comment-list li {
	padding: 20px;
	border: 1px solid #ededed;
	margin-bottom: 20px;
	position: relative;
	border-radius: 10px;
}
.comment-list .children li {
	margin-bottom: 10px;
}
.comment-meta {
	display: flex;
	line-height: 40px;
}
.comment-metadata {
	margin-left: 10px;
	font-size: 12px;
}
.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 20px 20px 30px;
	font-size: 20px;
	background: #f6f6f6;
	border-radius: 10px;
}
.comment-content p {
	margin-bottom: 0;
}
.comment-list li .reply {
	text-align: right;
	margin-bottom: 0px;
	font-size: 12px;
}
.comment-list li .reply a {
	position: relative;
	top: -25px;
	right: 10px;
}
.comment-respond .submit {
	padding: 10px 30px;
	font-size: 18px;
	color: #fff;
	background: #059E97;
	border: 2px solid #059E97;
	transition: 0.5s all;
}
.comment-respond .submit:hover {
	background: rgb(5, 141, 134);
	border: 2px solid rgb(5, 141, 134);
}
.comment-form p label {
	width: 100%;
}
@media all and (max-width: 768px) {
	.comments-area {
		padding: 10px 0 !important;
	}
	.comment-list {
		padding-left: 20px;
	}
	.comment-list .children {
		margin-left: 0;
		padding-left: 15px;
	}
	.comment-meta {
		line-height: 1;
		margin-bottom: 10px;
	}
	.comment-author.vcard {
		line-height: 1;
		font-size: 16px;
	}
	.comment-author.vcard img {
		top: 52px;
	}
	.comments-title {
		font-size: 20px;
	}
}
@media all and (max-width: 1400px) {
	.comment-list {
		padding-left: 20px;
	}
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	background: #fff;
	padding: 10px 10px 20px 10px;
	box-shadow: 0 0px 3px 0 rgba(0,0,0,0.15);
	border-radius: 5px;
}
.single-sidebar .widget {
	padding: 0 10px 10px 10px;
	border-radius: 0;
	box-shadow: none;
	border: 1px solid #dddddd;
}
.widget_media_image {
	text-align: center;
}
.banner-widget {
	text-align: center;
}
.banner-widget img, .banner-widget-img {
	width: 100%;
}
.banner-widget-img {
	margin-top: 10px;
}
.widget ul {
	list-style: none;
	margin: 0 0 0 10px;
	padding: 0;
}
.widget .widget-title, .widget-apps-block .block-head {
	margin: 0 0 15px 0;
	padding: 15px;
	font-size: 18px;
	margin-left: -10px;
	margin-right: -10px;
	display: block;
	border-bottom: 1px solid #e8e8e8;
	background-color: #ededed;
}
.home-footer-textarea .widget-title {
	font-size: 28px;
}
.widget-apps-block .block-head h3 {
	font-size: 18px;
	color: #666666;
	margin-bottom: 0;
}
.widget-apps-block .block-body {
	padding: 0;
}
.widget-apps-block .app-block {
	border: none !important;
	border-bottom: 1px solid #f0f0f0 !important;
	margin-bottom: 0;
	position: relative;
}
.widget-apps-block .app-block .download-btn-small {
	left: 90px;
	bottom: 15px;
}
.widget-app-label span {
	margin-top: 20px;
	display: inline-block;
	padding: 5px 10px;
	background: #e7e7e7;
	color: #666666;
	font-weight: bold;
	font-size: 13px;
}
.widget-apps-block .app-block:first-child .widget-app-label span {
	background: #de2630;
	color: #fff;
}
.widget-apps-block .app-block:nth-child(2) .widget-app-label span {
	background: #f37431;
	color: #fff;
}
.widget-apps-block .app-block:nth-child(3) .widget-app-label span {
	background: orange;
	color: #fff;
}
#popular-cats-menu {
	margin: 0;
}
#popular-cats-menu li {
	display: inline-block;
	width: 50%;
	float: left;
	padding: 5px;
}
#popular-cats-menu li a {
	display: inline-block;
	width: 100%;
	padding: 10px;
	color: #333333;
	font-size: 13px;
}
#popular-cats-menu li a:hover {
	text-decoration: none;
	color: #38baf9;
}
#popular-cats-menu li a i {
	display: inline-block;
	width: 35px;
	height: 35px;
	border: 2px solid #f0f0f0;
	text-align: center;
	line-height: 30px;
	border-radius: 50%;
	font-size: 16px;
}
#popular-cats-menu li a span {
	display: inline-block;
	margin-left: 5px;
}
#popular-cats-menu li.orange a i {background: orange; color: #fff}
#popular-cats-menu li.green a i {background: #32cc7a; color: #fff}
#popular-cats-menu li.blue a i {background: #38baf9; color: #fff}
#popular-cats-menu li.pink a i {background: #f87a97; color: #fff}
#popular-cats-menu li.purple a i {background: #851bc5; color: #fff}
#popular-cats-menu li.brown a i {background: #724024; color: #fff}
#popular-cats-menu li.red a i {background: #bd0711; color: #fff}
/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}
.comment-form .submit {
	background: var(--accent-color);
    line-height: 48px;
    height: 48px;
    color: white;
    padding: 0 22px;
    display: inline-block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 3px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    border: none;
	--btn-raise: 1rem;
	clip-path: polygon(var(--btn-raise) 0%, calc(100% - var(--btn-raise)) 0%, 100% 50%, calc(100% - var(--btn-raise)) 100%, var(--btn-raise) 100%, 0 50%);
}
.comment-form .submit:hover {
	background-color: var(--secondary-color);
	border: none;
}
.comment-form-url {
	display: none;
}
.comment-form-field-input {
	padding: 10px !important;
	font-size: 14px;
}
.comment-form-email .comment-form-field-input, .comment-form-author .comment-form-field-input {
	width: 50%;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

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

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

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

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

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

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

.gallery-columns-7 .gallery-item {
	max-width: 14.28571%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11111%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
	text-align: center;
	margin-top: 50px;
	background-color: #313131;
	padding: 20px 0;
}
.footer-info {
	margin-bottom: 10px;
}
.footer-logo img {
	max-width: 250px;
}
.footer-social {
	margin-top: 20px;
}
.footer-social .heading-label {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 10px;
}
#footer-menu, .social-icons {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer-menu li {
	display: inline-block;
}
.social-icons li {
	margin: 0 10px;
	display: inline-block;
}
#footer-menu li a {
	font-size: 18px;
	color: #ffffff;
	display: block;
	text-shadow: none;
	padding: 0px 40px;
	border-right: 1px solid #ffffff;
	line-height: 1;
}
.social-icons li a {
	font-size: 30px;
	color: #ffffff;
}
#footer-menu li:last-child a {
	border: none;
}
.footer-copyrigt p {
	font-size: 14px;
	margin: 10px 0;
	color:#fff;
}
@media all and (max-width: 768px) {
	#footer-menu li a {
		padding: 0 10px;
		font-size: 14px;
	}
	.social-icons li {
		margin: 0 5px;
	}
}

.kk-star-ratings .kksr-legend {
	margin-left: 2px!important;
	margin-right: 0!important;
	font-size: 14px!important;
	font-weight: bold!important;
}
.kk-star-ratings .kksr-muted{
	opacity: 1!important;
}
strong.similar-title{
	font-size:20px;
	display: block;
}
.sr-only {
	border: 0 !important;
	clip: rect(1px, 1px, 1px, 1px) !important; /* 1 */
	-webkit-clip-path: inset(50%) !important;
	clip-path: inset(50%) !important;  /* 2 */
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important;            /* 3 */
}
#ajaxSearchResults{
	margin-top:5px!important;
	border-radius: 25px!important;
}