/*
Theme Name: apkbox
Text Domain: apkbox
Theme URI: https://apkbox.ru
Version: 2027
Description: apkbox
Author: apkbox
Author URI: https://apkbox.ru
*/

/* ---------------------------------------------- *\
   CSS reset --- start
\* ---------------------------------------------- */

html, body {
	margin: 0;
	padding:0;
}

h1, h2, h3, h4, h5, h6, p, blockquote, address, big, cite, code, em, font, img, small, strike, sub, sup, li, ol, ul, fieldset, form, label, legend, button, table, caption, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left;
}

table,
.table {
	margin: 0;
	border-spacing: 0;
}

.post__description ul,
.post__description ol,
.page-container ul,
.page-container ol,
.post__notes ul,
.post__notes ol {
	margin: 8px 0 15px;
	padding-left: 20px;
}

.post__changelog ul {
	margin: 0;
	padding-left: 20px;
}

input[type=search] {
   -moz-appearance:none;
   -webkit-appearance:none;
}

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

/* ---------------------------------------------- *\
   CSS reset --- end
\* ---------------------------------------------- */


/* ---------------------------------------------- *\
   Document setup --- start
\* ---------------------------------------------- */

/* Global Variables --- start */

:root {
	--title-1: 40px;
	--title-2: 28px;
	--title-3: 20px;
	--text-default: 15px;
	--text-small: 15px;
	--color-text-default: #262626;
	--color-blue: #1564BF;
	--color-pink: #ff3366;
	--space-top-bottom-large: 100px 0;
	--space-large: 100px;
	--space-medium-large: 40px;
	--space-medium: 32px;
	--space-default: 20px;
	--bs-gutter-x: 16px;
}

/* Global Variables --- end */

/* body.home {
	padding-top: 0 !important;
} */

body {
	margin: 0;
	padding: 0;
	border: none;
	color: #262626;
	background-color: #eee;
	font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-size: 15px;
	line-height: 1.4;
}

body a {
	color: #003fcc;
	color: #205adc;
	color: #3366cc;
	color: #1564BF;
	text-decoration: none;
	outline: 0;
}

body a:hover {
	color: #e91e63;
	text-decoration: none;
	outline: 0;
}

* { 
	box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	-webkit-font-smoothing: antialiased;
}

p {
	margin: 0 0 15px;
}

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

figure {
	margin: 0 0 14px;
}

/* ::selection {
	background: #184277 !important;
	color: #fff;
} */

::-webkit-input-placeholder { color: #A9A9A9; }
:-ms-input-placeholder { color: #A9A9A9; }

.mb4 {
	margin-bottom: 4px;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	padding: 0 16px;
	border: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #1564BF;
	line-height: 44px;
	color: #fff;
	text-decoration: none;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	outline: none;
	cursor: pointer;
}

button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	outline: none;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	width: 100%;
	padding: 0 12px;
	max-width: 100%;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 6px;
	line-height: 42px;
	color: #444;
	outline: none;
}

/* input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	border: 1px solid #999;
	outline:0 !important;
} */

button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: none !important;
	-webkit-tap-highlight-color: transparent;
}

textarea {
	width: 100%;
	padding: 10px 12px;
}

label {
    display: inline-block;
    margin-bottom: 8px;
    font-weight: 700;
}

blockquote {
	padding-top: 15px;
    border-top: 1px dashed #bdbdbd;
    border-bottom: 1px dashed #bdbdbd;
    margin-top: 32px;
}

.form-item {
	margin-bottom: 16px;
}

.video-container {
	position: relative;
	margin: 16px 0 40px;
	padding-bottom: 56.25%;
	padding-top: 0;
	height: 0;
	overflow: hidden;
}

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

/* ---------------------------------------------- *\
   Document setup --- end
\* ---------------------------------------------- */


/* ---------------------------------------------- *\
   Structure   --- start
\* ---------------------------------------------- */

.container__global {
	width: 1068px;
	margin: 0 auto;
}

/* .wrapper:after {
	content: "";
	display: block;
	width: 28.5%;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	bottom: 0;
} */

.content {
	min-height: 100vh;
	margin-left: 211px;
	padding: 0 0 0 32px;
	border-left: 1px solid #ccc;
}

.breadcrumbs {
	margin-bottom: 8px;
	color: #999;
}

/* ---------------------------------------------- *\
   Structure --- end
\* ---------------------------------------------- */



/* ---------------------------------------------- *\
   Sidebar --- start
\* ---------------------------------------------- */

.sidebar {
    position: relative;
	float: left;
	overflow: auto;
	position: -webkit-sticky;
	position: sticky;
}

.sidebar__fixed {
	position: fixed;
	padding: 0 32px 0 0;
	height: 100%;
    width: 211px;
	overflow: auto;
}

.sidebar__logo {
    margin: 29px 0 0;
	line-height: 1.15;
	font-size: 40px;
	font-weight: 700;
	color: #131516;
}

.sidebar__logo a,
.sidebar__logo a:hover {
	color: #262626;
}

.sidebar__logo span.dot {
	font-weight: 700;
	color: blue;
}

.sidebar__logo span {
	font-weight: 400;
	color: #131516;
}

ul.sidebar__menu {
	margin-top: 32px;
}

.sidebar__menu {
	margin-top: 32px;
}

.sidebar__menu-item a {
	display: block;
	padding: 6px 0;
	font-size: 18px;
	color: black;
}

.sidebar__menu-item a.small {
	font-size: 15px;
	color: #555;
}

.hashtag-before:before {
	content: '#';
	margin-right: 2px;
	opacity: 0.5;
}

.sidebar__menu-item a.small:hover {
	color: #e20016;
}

.sidebar__menu-item.divider-top {
	margin: 32px 0;
}

.sidebar__menu-item.divider-bottom {
	margin: 0 0 32px;
}

.sidebar__menu-item a.telegram {
	display: inline-block;
}

.sidebar__menu-item .dot {
	display: inline-block;
	margin-left: 6px;
	height: 6px;
	width: 6px;
	background-color: #389ce9;
	border-radius: 50%;
	vertical-align: 2px;
}

/* ---------------------------------------------- *\
   Sidebar --- end
\* ---------------------------------------------- */



/* ---------------------------------------------- *\
   Header --- start
\* ---------------------------------------------- */

.header {
	position: relative;
	z-index: 999;
	width: 100%;
	padding: 0;
	background-color: #111;
	-moz-box-shadow: 0px 2px 4px rgba(0,0,0,.08);
	-webkit-box-shadow: 0px 2px 4px rgba(0,0,0,.08);
	box-shadow: 0px 2px 4px rgba(0,0,0,.04);
}

/* ---------------------------------------------- *\
   Header --- end
\* ---------------------------------------------- */



/* ---------------------------------------------- *\
   Search --- start
\* ---------------------------------------------- */

.search__form {
	position: relative;
	display: flex;
	margin-bottom: 32px;
	box-shadow: 0px 2px 4px rgb(0 0 0 / 4%);
}

.sidebar .search__form {
	margin: 32px 0;
}

input[type="search"].search__field {
	border: 1px solid transparent;
}

input[type="search"].search__field:focus {
	border-color: #ccc;
	border-color: rgb(51 102 204 / 64%);
}

.search__button {
	position: absolute;
	display: flex;
	align-items: center;
	right: 1px;
	top: 1px;
	padding: 12px 16px 17px 12px;
	background-color: transparent;
	color: #262626;
}

.search__button:hover,
.search__button:active {
	background-color: transparent;
	color: #e20016;
}

.ico-mglass {
	position: relative;
	display: inline-block;
	background: #fff;
	border-radius: 30px;
	height: 13px;
	width: 13px;
	border: 2px solid #262626;
}

.ico-mglass:after {
	content: "";
	height: 2px;
	width: 9px;
	background-color: #262626;
	position: absolute;
	top: 11px;
	left: 7px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.search .post__tags,
.error404 .post__tags {
	margin-top: 10px;
	margin-bottom: 32px;
}

.search .post__tags a {
	margin-right: 6px;
	background-color: #fff;
}

.error404 .post__tags {
	margin-top: 10px;
}

.error404 .post__tags a {
	margin-right: 6px;
}

/* ---------------------------------------------- *\
   Search --- end
\* ---------------------------------------------- */



/* ---------------------------------------------- *\
   Titles  --- start
\* ---------------------------------------------- */

.title-1,
h1 {
	display: block;
	padding: 29px 0 32px;
	line-height: 1.15;
	font-size: 40px;
	font-weight: 700;
}

.page .title-1,
.page h1,
.error404 .title-1,
.error404 h1 {
	margin: 0 0 16px;
	padding: 0;
}

.search .title-1,
.search h1 {
	padding-bottom: 32px;
}

.single .title-1,
.single h1 {
	margin: 0 0 20px;
	padding: 0;
}

.title-2,
h2 {
	display: block;
	margin: 32px 0 10px;
	line-height: 1.15;
	font-size: 28px;
	font-weight: 700;
}

.title-3,
h3 {
	display: block;
	margin: 32px 0 10px;
	line-height: 1.15;
	font-size: 21px;
	font-weight: 700;
}

.home .title-2,
.home .title-2 h2 {
	margin: 48px 0 20px;
}

.home .title-2.no-hashtag {
	margin-bottom: 18px;
}

.home .title-2:before {
	content: '#';
	margin-right: 5px;
	opacity: 0.5;
	font-weight: 400;
}

.home .title-2.no-hashtag:before {
	content: '';
}

.post__download .title-2 h2 {
	margin: 0 0 12px;
}

a.button {
	display: inline-block;
	padding: 12px 16px;
	width: 100%;
	border-radius: 6px;
	background-color: #fff;
	font-size: 18px;
}

a.button img {
	float: right;
	margin-right: -4px;
	height: 24px;
	vertical-align: middle;
}

/* ---------------------------------------------- *\
   Titles  --- end
\* ---------------------------------------------- */



/* ---------------------------------------------- *\
   Homepage Content  --- start
\* ---------------------------------------------- */

/* Post card --- start */

.post,
.post__card,
.page-container {
	background: #fff;
	margin-bottom: 16px;
	padding: 16px;
	border-radius: 6px;
	-moz-box-shadow: 0px 2px 4px rgba(0,0,0,.08);
	-webkit-box-shadow: 0px 2px 4px rgba(0,0,0,.08);
	box-shadow: 0px 2px 4px rgba(0,0,0,.04);
}

.home .row,
.archive .row,
.related .row,
.search .row {
	--bs-gutter-x: 16px;
}

.post__card img {
	border-radius: 6px;
}

.post__card-title {
	margin-bottom: 4px;
	line-height: 1.1;
	font-size: 18px;
	font-weight: 700;
	-ms-word-break: break-word;
	word-break: break-word;
	color: #262626;
}

.related .tag-wallpapers .post__card-title {
	margin-bottom: 0;
}

a:hover .post__title {
	color: #262626;
}

.post__card-meta {
	margin-bottom: 6px;
	font-size: 13px;
	color: #999;
}

.post__card-meta span {
	margin-right: 4px;
}

.updated { 
	color: #4caf50;
}

.updated .material-icons {
	margin-right: 2px;
	vertical-align: text-top;
	font-size: 17px;
}

.views .material-icons {
	margin-right: 4px;
	vertical-align: -2px;
	font-size: 15px;
}

.post-views {
	display: inline-block;
}

.post__card-icon {
	margin-bottom: 16px;
}

.post__card-icon .row {
	margin-right: -8px;
	margin-left: -8px;
}

.post__card-icon .col-6,
.post__card-icon .col-12 {
	padding-right: 8px;
	padding-left: 8px;
}

.post__card-description {
	overflow: hidden;
	font-size: 13px;
	color: #333;
}

.related-apps .post__card-description {
	margin-bottom: 6px;
}

.post__card-excerpt {
	margin-top: 4px;
	color: #333;
}

.archive.tag-wallpapers .post__card-icon,
.archive.tag-wallpapers .post__gallery {
	margin-bottom: 0;
}

/* Post card --- end */

/* Google Play rating --- start */

.star-rating {
	line-height: 1;
	font-size: 13px;
}

.star-rating__value {
	margin-right: 2px;
	font-size: 13px;
	font-weight: 400;
	color: #262626;
}

.star-rating_note {
	margin-left: 16px;
	padding-top: 5px;
	font-size: 15px;
	color: #999;
}

.star-rating_note .material-icons {
	padding-bottom: 1px;
	padding-left: 2px;
	font-size: 17px;
}

.star-rating,
.back-stars,
.front-stars,
.star-rating__value,
.star-rating_note {
	display: flex;
	align-items: center;
}

.back-stars {
    color: #444;
    position: relative;
}

.front-stars {
    color: #555;
    overflow: hidden;
    position: absolute;
    top: 0;
}

/* Google Play rating --- end */

.home__description {
	margin-top: 48px;
}

/* ---------------------------------------------- *\
   Homepage Content  --- end
\* ---------------------------------------------- */



/* ---------------------------------------------- *\
   Footer  --- start
\* ---------------------------------------------- */

.footer {
	margin-top: 16px;
	padding-bottom: 32px;
}

.footer__item {
	display: inline-block;
	margin-right: 16px;
}

/* ---------------------------------------------- *\
   Footer  --- end
\* ---------------------------------------------- */



/* ---------------------------------------------- *\
   Single post  --- start
\* ---------------------------------------------- */

.single .post,
.page .page-container,
.error404 .page-container {
	margin-bottom: 32px;
	padding: 29px 32px 32px;
	border-radius: 0 0 6px 6px;
}

.post__gallery {
	margin-bottom: 16px;
	white-space: nowrap;
	overflow-x: scroll;
}

.post__gallery figure {
	display: inline-block;
	margin-right: 16px;
}

.post__gallery figure:last-of-type {
	margin-right: 0;
}

.post__gallery img {
	border-radius: 6px;
}

.archive.tag-wallpapers .post__gallery {
	overflow-x: hidden;
}

.tag-stock-wallpapers .post__gallery {
	margin-bottom: 16px;
	white-space: nowrap;
	overflow-x: hidden;
}

.tag-stock-wallpapers .post__gallery figure {
	margin-right: 12px;
	margin-bottom: 0;
}

.single .post__meta {
	margin-bottom: 4px;
	font-size: inherit;
	color: #999;
}

.single .ads-top {
	margin-bottom: 32px;
}

.single .ads-bottom {
	margin-top: 32px;
}

.single .post a {
	text-decoration: none;
}

.post__download a {
	text-decoration: none;
}

.post__description {
	margin-bottom: 32px;
}

.single .star-rating {
	margin-bottom: 8px;
	font-size: 28px;
}

.single .star-rating__value {
	margin-right: 4px;
	padding-top: 0;
	font-size: 28px;
}

.single_requirements {
	margin-bottom: 32px;
}

.post__changelog {
	margin-bottom: 32px;
}

.post__notes {
	margin-bottom: 32px;
}

.simple-title {
	margin-bottom: 8px;
	line-height: 1.2;
	font-weight: 700;
	font-size: 18px;
}


/* Download button --- start */

.post__download .generaltitle {
	font-weight: 700;
}

.post__download .table td {
	padding: 0 16px;
	vertical-align: middle;
	line-height: 44px;
}

.post__download .filetitle {
    margin: 12px 0 6px;
	font-weight: 700;
}

.post__download .accordion-body .filetitle:first-of-type {
    margin: 0 0 6px;
}

.post__download .table td.icon {
	width: 46px;
	padding: 0;
	white-space: nowrap;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	background-color: #eee;
	border-right: 1px solid #dfdfdf;
}

.post__download .table td.icon img {
	margin: 0 11px 0 11px;
	filter: invert(0.3);
}

.accordion .table td.icon {
    border-right: 1px solid #577ba5;
}

.post__download .filename {
	max-width: 1px;
	background-color: #eee;
	border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.post__download .filename a,
.post__download .filename a:hover {
	text-decoration: none;
	color: #fff;
}

.post__download .filesize {
	width: 1%;
	white-space: nowrap;
	background-color: #eee;
	border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
	text-align: center;
	font-weight: 500;
}

/* Download button --- end */


/* Previous versions --- start */

.accordion {
	margin-bottom: 32px;
}

.accordion button {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 0 10px 0 16px;
	background-color: #eee;
	font-weight: 500;
	color: initial;
	transition: transform .2s ease-in-out;
}

.accordion button:not(.collapsed) img {
	transform: rotate(-180deg);
}

.accordion-body {
	padding: 20px 0;
	border-bottom: 1px solid #ddd;
}

.post__download .accordion-body a.table:last-of-type {
	margin-bottom: 0;
}

.accordion .table td.icon,
.accordion .table td.filename {
	background-color: #788C01;
	background-color: #3f638c;
}

/* Previous versions --- end */


/* Tags --- start */

.post__tags {
	margin-top: 18px;
	font-size: 18px;
}

.home .post__tags {
	margin-bottom: 16px;
}

.post__tags a {
	display: inline-block;
	margin-top: 6px;
	margin-right: 2px;
	padding: 4px 8px;
	background-color: #f0f3f6;
	border-radius: 6px;
}

.post__tags a:before {
	content: '#';
	margin-right: 2px;
	opacity: 0.5;
}

.post__tags a.back {
    color: #262626;
}

.post__tags a.back:before,
.post__tags a.collapse__button:before {
	content: none;
}

.post__tags a.back img {
    height: 19px;
	margin-right: 4px;
    vertical-align: -3px;
}

/* .module div.collapsing.show {
    height: unset !important;
} */

/* Tags --- end */

/* Related apps --- start */

.related {
	margin-bottom: 16px;
}

.related .title-2 {
	margin: 32px 0 20px;
}

.single .related .post__card {
	margin-bottom: 16px;
	padding: 16px;
	border-radius: 6px;
}

.single .related .star-rating {
	margin: 0;
    font-size: 13px;
}

.single .related .star-rating__value {
	margin-right: 4px;
	font-size: 13px;
}

.related .not-found {
	margin-bottom: 16px;
}

/* Related apps --- end */

/* ---------------------------------------------- *\
   Single post  --- end
\* ---------------------------------------------- */



/* ---------------------------------------------- *\
   Archive  --- start
\* ---------------------------------------------- */

.archive__description p {
	margin-top: 16px;
	margin-bottom: 16px;
}

/* Pagination --- start */

.nav-links {
	margin: 16px 0;
}

.nav-links .page-numbers {
	background-color: #fff;
	display: inline-block;
	margin-right: 3px;
	padding: 7px 12px;
	border: 1px solid #c5c5c5;
	border-radius: 6px;
	line-height: 20px;
	font-size: 18px;
}

.nav-links a.page-numbers:hover {
	color: #ff3366;
}

.nav-links .page-numbers.current {
	background-color: #ccc;
	border-color: #aaa;
}

.nav-links .prev,
.nav-links .next {
	display: none;
}

/* Pagination --- end */


.archive .post__tags {
	margin-top: -6px;
	margin-bottom: 32px;
}

.archive .post__tags a,
.home .post__tags a {
	margin-right: 6px;
	background-color: #fff;
}


/* Collapse --- start */

.module div.collapse {
    display: block;
    height: 121px !important;
    overflow: hidden;
}

.module div.collapsing {
    height: 121px !important;
}

.module div.collapse.show {
    display: block;
    height: unset !important;
    overflow: hidden;
}

.collapsing {
  transition: height 0s ease;
}

.archive .post__tags a.collapse__button {
	margin-top: 0;
	margin-right: 0;
	padding: 4px 8px;
	border-radius: 0 0 6px 6px;
	border: 1px solid #c5c5c5;
	border-top: 0;
	color: initial;
}

.collapse__line {
	margin-top: 16px;
	border-top: 1px dashed #c5c5c5;
	text-align: center;
	font-size: 14px;
}

/* ---------------------------------------------- *\
   Archive  --- end
\* ---------------------------------------------- */



/* ---------------------------------------------- *\
   Page  --- start
\* ---------------------------------------------- */

.page-container p:last-of-type {
	margin: 0;
}

/* ---------------------------------------------- *\
   Page  --- end
\* ---------------------------------------------- */



/* ---------------------------------------------- *\
   Comments  --- start
\* ---------------------------------------------- */

.comments-container,
.respond-container {
	margin-bottom: 32px;
}

.comments-inner {
	padding: 32px;
	background-color: #fff;
	border-radius: 6px;
	-moz-box-shadow: 0px 2px 4px rgba(0,0,0,.08);
	-webkit-box-shadow: 0px 2px 4px rgba(0,0,0,.08);
	box-shadow: 0px 2px 4px rgba(0,0,0,.08);
}

.comment-reply-title {
	margin-bottom: 16px !important;
}

.comments-title,
.comments-title-link {
	vertical-align: bottom;
}

.comments-title {
	line-height: 1.1;
	font-size: 28px;
	font-weight: 700;
}

.comments-title .fa,
.comment-reply-title .fa {
	margin-right: 6px;
	color: #0093C2;
	font-size: 22px;
	position: relative;
	top: -2px;
}

.comments-title-link { 
	float: right;
	font-size: 0.9em;
	font-weight: 700;
	position: relative;
	bottom: -5px;
}

.comments-title-link a {
	color: #0093C2;
	padding-bottom: 1px;
	border-bottom: 1px solid #ddd;
}

.comments-title-link a:hover { border-bottom-color: #0093C2; }

.comment-awaiting-moderation {
	margin-left: 8px;
}


/* No Comments ----------------------------------------- */

.no-comments {
	margin: 50px 0 0 200px;
	font-style: italic;
	font-weight: 700;
	text-align: center;
}

.no-comments .fa { 
	margin-right: 4px; 
	color: #0093C2;
}


/* Comment List ---------------------------------------- */

.comments {

}

.comment { position: relative; }

div.comment {
	margin-top: 22px;
}

.commentlist {
	margin-top: 32px;
}

.commentlist > .comment:first-child > .comment:first-child { margin-top: 0; }

.commentlist .children {
	padding-left: 30px;
	border-left: 1px dashed #ddd;
}

.comment .avatar {
	display: block;
	width: 60px;
	height: auto;
	border-radius: 999px;
	position: absolute;
	top: 3px;
	left: 0;
}

.comment-inner {
	position: relative;
}

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

.comment-header .comment-author {
	font-weight: 700;
}

.comment-author-admin  .comment-author {
	display: inline-block;
	margin-bottom: 4px;
	padding: 1px 6px 0px;
	background-color: #ffd6e0;
	border-radius: 4px;
}


/* Comment Content ---------------------------------------- */

.comment-content p,
.comment-content blockquote,
.comment-content ul,
.comment-content ol,
.comment-content address,
.comment-content dl,
.comment-content pre {
	margin-bottom: 4px;
}


/* Comment Meta */

.comment-meta {
	display: flex;
	justify-content: flex-start;
	font-size: 14px;
	color: #999;
}

.comment-meta a {
	margin-left: 4px;
	color: #999;
}

.comment-meta .fa { 
	margin: 0 4px 0 10px; 
	position: relative;
}
.comment-meta .fa:first-child { margin-left: 0; }

.comment-meta .fa-wrench { 
	margin-left: 12px; 
	top: -1px;
}


/* Comment Navigation ---------------------------------------- */

.comments-pagination {
	margin-top: 32px;
}


/* -------------------------------------------------------------------------------- */
/* Respond
/* -------------------------------------------------------------------------------- */

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

.comment-respond .row {
	margin-right: -8px;
	margin-left: -8px;
}

.comment-respond .col-sm-6 {
	padding-right: 8px;
	padding-left: 8px;
}

.comment-respond .logged-in-as {
	margin-bottom: 16px;
}

.comment-respond .logged-in-as a:first-of-type {
	font-weight: 700;
}

.comment-respond form {
	margin-left: 0;
}

.comment-respond form label { 
	display: block;
	margin-bottom: 8px;
	font-weight: 700;
}

.comment-respond form label span {
	margin-left: 2px;
	color: red;
}

.comments ol {
	margin-bottom: 0;
	list-style: none;
}

.comments ol ul {
	list-style: none;
}

.comment-respond p {
	margin-bottom: 0;
}

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

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

p.form-submit {
	margin-top: 16px;
}

.comment-respond p.comment-subscription-form { margin-bottom: 10px; }
.comment-respond p.comment-subscription-form:last-of-type { margin-bottom: 0; }

.comment-form-author,
.comment-form-email {

}

p.comment-form-cookies-consent {
	margin: 16px 0;
}

#wp-comment-cookies-consent {
	margin-right: 6px;
}

.comment-form-cookies-consent label {
	display: inline !important;
}

.comment-respond input[type="text"],
.comment-respond textarea {
	display: block;
	width: 100%;
	margin: 0;
	background: #fafafa;
	border: 1px solid #ddd;
}

.comment-respond input[type="text"]:focus,
.comment-respond textarea:focus {
	outline: none;
}

.comment-respond textarea { 
/* 	resize: none;
    overflow: hidden;
    height: 44px; */
    min-height: 108px;
	line-height: 1.4;
	box-sizing: border-box;
}

.comment-respond input[type="submit"] {
	display: inline-block;
	margin: 0;
	background: #262626;
	border-radius: 6px;
	border: none;
	font-size: 14px;
	color: #fff;
	-webkit-appearance: none;
}

.comment-respond input[type="submit"]:hover {
	cursor: pointer;
	color: #fff;
}


/* In Comment List --------------------------------------- */

.commentlist .comment-respond {
	padding: 16px 0;
	max-width: 100%;
}

.commentlist #cancel-comment-reply-link {
	margin-left: 8px;
	font-weight: 700;
	font-size: 14px;
	position: relative;
}

.commentlist .comment-respond form { margin-left: 32px; }

/* ---------------------------------------------- *\
   Comments  --- end
\* ---------------------------------------------- */


/* ---------------------------------------------- *\
   Page & Page templates  --- start
\* ---------------------------------------------- */

.body-color {
	color: #25282d;
}

/* Search Page --------------------------------------- */

.header-search {
	position: absolute;
	right: 0;
	margin-top: 12px;
}

.header-search .search-form,
.wrapper .search-form { position: relative; }

.header-search .search-form {
	width: 168px;
	-webkit-transition: width 0.4s ease-in-out;
	transition: width 0.4s ease-in-out;
}

.header-search .search-form:hover,
.header-search .search-form:active,
.header-search .search-form:focus {
	width: 300px;
}

.header-search .search-field,
.wrapper .search-field {
	display: block;
	width: 100%;
	padding: 5px 36px 5px 10px;
	margin: 0;
	background: #f5f5f8;
	border: 0;
	line-height: 22px;
	color: #222;
}

.header-search .search-field:focus,
.wrapper .search-field:focus {
	outline: none;
	border: 0;
}

.header-search .search-button,
.wrapper .search-button {
	display: block;
	height: 100%;
	width: 36px;
	background: #f5f5f8;
	color: #25282d;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
}

.header-search .search-button .material-icons,
.wrapper .search-button .material-icons { 
	line-height: 32px;
	font-size: 22px;
}

.header-search .search-button:hover,
.wrapper .search-button:hover { 
	cursor: pointer;
	background: #f0f0f3;
	color: #25282d;
}

/* ---- Error 404 */


/* Page Title --------------------------------------- */

.page-title {
	padding: 32px 0 0;
	background: #f2f2f2;
	position: relative;
}

.single .page-title,
.page .page-title {
	padding: 32px 0;
}

.tag .page-title {
	padding-bottom: 8px;
}

.page-title h1 {
	margin: 0;
	padding: 0;
	font-weight: 700;
	font-size: 40px;
	line-height: 1.15;
}

.page-title .description {
	margin: 8px 0;
}


/* Archive Navigation --------------------------------------- */

.archive-nav {
	border-top: 1px solid #ddd;
	text-align: center;
	position: relative;
	color: #777;
}

.archive-nav li { 
	display: inline-block;
}

.archive-nav a {
	display: inline-block;
	padding: 15px 10px 10px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #777;
}

.archive-nav-older,
.archive-nav-newer {
	position: absolute;
	top: 0;
}

.archive-nav-newer { left: 0; }
.archive-nav-older { right: 0; }

.archive-nav .active a { 
	color: #25282d;
	border-top-color: #25282d; 
}
.archive-nav a:hover { 
	border-top-color: #003fcc; 
	color: #003fcc;
}

.archive-nav li + li { margin-left: 10px; }



/* ---------------------------------------------- *\
   Responsive design --- start
\* ---------------------------------------------- */

@media (max-width: 1199px) {

	.home .row,
	.archive .row,
	.related .row {
		--bs-gutter-x: 12px;
	}
	
	.sidebar__menu-item a {
		padding: 5px 0;
	}
	
	.related {
		margin-bottom: 20px;
	}
	
	.post__card,
	.single .related .post__card {
		margin-bottom: 12px;
		padding: 12px;
	}
	
	.home .post__tags {
		margin-bottom: 12px;
	}
	
	.post__card-icon,
	.tag-stock-wallpapers .post__gallery {
		margin-bottom: 12px;
	}
	
	.post__card img {
		border-radius: 6px;
	}
	
	.archive.tag-wallpapers .post__gallery figure {
		margin-right: 12px;
		margin-bottom: 10px;
	}
	
	a.button {
		padding: 10px 12px;
	}
	
	a.button img {
		height: 22px;
	}

	.sidebar__menu-item a,
	.post__card-title,
	a.button,
	.nav-links .page-numbers,
	.post__tags {
		font-size: 17px;
	}
	
	.post__tags a.back img {
		height: 18px;
	}
	
	/* Single --- start */
	
	.sidebar__logo,
	.title-1,
	h1 {
		font-size: 38px;
	}
	
	.post__gallery img {
		width: 244px;
	}
	
	.post__gallery.only-two img {
		width: 100%;
	}
	
	.rect.post__gallery img {
		width: 512px;
	}
	
	.rect.post__gallery.only-one img {
		width: 100%;
	}
	
	.single .star-rating__value,
	.post__download .title-2 h2,
	.title-2,
	.title-2 h2,
	h2,
	.single .star-rating,
	.comments-title {
		font-size: 26px;
	}
	
	h3 {
		font-size: 20px;
	}
	
	.simple-title {
		font-size: 17px;
	}
	
	/* Single --- end */
	
	.collapse__line {
		margin-top: 12px;
	}
	
	.module div.collapse {
		height: 115px !important;
	}

	.module div.collapsing {
		height: 115px !important;
	}
}

@media (max-width: 991px) {
	
	body {
		font-size: 14px;
		line-height: 18px;
	}
	
	/* ---------------------------------------------- *\
	   Bootstrap menu --- start
	\* ---------------------------------------------- */

	.navbar {
		padding: 0;
	}

	.navbar a.navbar-brand {
		font-weight: 700;
	}

	.navbar-light .navbar-brand,
	.navbar-light .navbar-brand:hover,
	.navbar-light .navbar-brand:focus {
		color: #f5f5f7;
	}

	a.navbar-brand:hover {
		color: #f5f5f7;
	}

	.navbar-brand .fas {
		margin-right: 8px;
	}

	.navbar-sitename {
		font-size: 20px;
	}

	.navbar-nav li {
		margin: 0;
	}

	.navbar-light .navbar-nav .nav-link {
		padding: 12px 0;
		color: #f5f5f7;
		transition: none;
		border-top: 1px solid rgba(255,255,255,.1);
	}

	.navbar-light .navbar-nav .nav-link,
	.navbar-light .navbar-nav .nav-link:hover,
	.navbar-light .navbar-nav .nav-link:focus {
		color: #f5f5f7;
	}

	.navbar-toggler {
		padding: 14px 8px 14px 14px;
		font-size: 20px;
	}

	.navbar-toggler:focus {
		box-shadow: none;
	}

	.navbar button:hover,
	.navbar button:active,
	.navbar button:focus {
		background: transparent;
		padding: 14px 8px 14px 14px;
	}

	.navbar-light .navbar-toggler {
		border: none;
		color: #111;
	}

	.navbar-light .navbar-toggler-icon {
		background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.98)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
		width: 28px;
		height: 28px;
	}

	/* ---------------------------------------------- *\
	   Bootstrap menu --- end
	\* ---------------------------------------------- */

	.container__global {
		width: 100%;
	}

	.content {
		min-height: unset;
		margin-left: unset;
		padding: unset;
		border-left: unset;
	}

	.sidebar {
		display: none;
	}
	
	.title-1,
	h1 {
		font-size: 26px;
	}
	
	.home .title-1,
	.home h1,
	.archive .title-1,
	.archive h1 {
		padding: 0 0 16px;
	}
	
	.home .title-2 {
		font-size: 26px;
	}
	
	.home .title-2.no-hashtag {
		margin-bottom: 14px;
	}
	
	.home .post__tags {
		margin-top: 14px;
	}
	
	.search .title-1,
	.search h1 {
		padding-top: 0;
		padding-bottom: 16px;
	}
	
	.search__form {
		margin: 20px 0;
	}
	
	input[type="search"] {
		padding: 0 11px;
	}
	
	.search__button {
		padding: 10px 16px 15px 16px;
	}
	
	input[type="text"],
	input[type="email"],
	input[type="tel"],
	input[type="url"],
	input[type="password"],
	input[type="search"],
	textarea {
		line-height: 38px;
	}

	.post__card-title,
	.nav-links .page-numbers,
	.simple-title,
	.post__tags {
		font-size: 16px;
		line-height: 20px;
	}

	.post__tags a.back img {
		margin-right: 3px;
		height: 17px;
	}

	a.button {
		font-size: 16px;
		line-height: 23px;
	}
	
	/* Single --- start */
	
	.single .post,
	.page .page-container,
	.error404 .page-container {
		margin-bottom: 20px;
		padding: 20px 20px 20px;
		border-radius: 6px;
	}
	
	.post__gallery figure {
		margin-right: 12px;
	}
	
	.post__description ul li:before,
	.page-container ul li:before {
		left: -11px;
		line-height: 18px;
		font-size: 20px;
	}
	
	.post__description ul,
	.page-container ul,
	.post__notes ul,
	.post__notes ol {
		margin: 14px 0;
	}
	
	.single .star-rating__value,
	.post__download .title-2 h2,
	.title-2,
	.title-2 h2,
	h2,
	.single .star-rating,
	.comments-title {
		font-size: 22px;
	}
	
	h3 {
		font-size: 17px;
	}
	
	p {
		margin: 0 0 14px;
	}
	
	.accordion button {
		padding: 0 6px 0 12px;
	}
	
	.post__download .table td {
		padding: 0 12px;
	}
	
	.post__download .table td.icon {
		width: 40px;
	}

	.post__download .table td.icon img {
		margin: 0 8px;
	}
	
	.comments-inner {
		padding: 20px;
	}
	
	.commentlist .children {
		padding-left: 20px;
	}
	
	/* Single --- end */
	
	.module div.collapse {
		height: 105px !important;
	}

	.module div.collapsing {
		height: 105px !important;
	}
}

@media ( max-width: 767px ) {
	body {
		background-color: #fff;
	}
	
	body a:hover,
	.nav-links a.page-numbers:hover {
		color: #1564bf;
	}
	
	.search__form {
		margin: 16px 0;
	}
	
	.search__form,
	.post,
	.post__card,
	.comments-inner,
	.page-container {
		box-shadow: none;
	}
	
	input[type="search"].search__field {
		border: 1px solid #ccc;
	}

	.home .title-2,
	.home .title-2 h2,
	.archive .title-2,
	.archive .title-2 h2	{
		font-size: 22px;
	}
	
	.home .row,
	.related .row,
	.archive .row {
		--bs-gutter-x: 0;
	}
	
	.home .row .col-sm-6:nth-child(2n+1),
	.archive .row .col-sm-6:nth-child(2n+1) {
		padding-right: 6px;
	}
	
	.home .row .col-sm-6:nth-child(2n),
	.archive .row .col-sm-6:nth-child(2n) {
		padding-left: 6px;
	}
	
	.post__card-divider,
	.home .post__tags {
		margin-bottom: 24px;
	}
	
	.archive.tag-stock-wallpapers .post__card-divider {
		margin-bottom: 32px;
	}
	
	.post__card,
	.single .related .post__card {
		height: 100%;
		margin-bottom: 0;
		padding: 0;
	}
	
	.post__card-icon {
		margin-bottom: 0;
		margin-right: 12px;
		float: left;
	}

	.archive.tag-stock-wallpapers .post__card-icon {
		margin-right: 0;
	}
	
	.post__card img {
		border-radius: 12px;
		width: 64px;
	}
	
	.archive.tag-stock-wallpapers .post__card img {
		border-radius: 6px;
	}
	
	.post__card-title {
		padding-top: 1px;
		font-size: 16px;
		line-height: 20px;
	}
	
	.post__card-meta {
		margin-left: 8px;
		margin-bottom: 0;
	}
	
	.post__card-meta,
	.post__card-description {
		line-height: 18px;
		font-size: 14px;
	}
	
	.star-rating {
		font-size: 13px;
	}
	
	.star-rating span {
		margin-bottom: 2px;
	}
	
	.star-rating__value {
		margin-right: 3px;
		padding-top: 0;
		font-size: 14px;
	}
	
	.front-stars {
		width: 100% !important;
	}
	
	a.button {
		background-color: #f0f3f6;
		line-height: 24px;
		font-size: 16px;
	}

	a.button img {
		height: 20px;
		margin-top: 2px;
	}
	
	.nav-links {
		margin: 8px 0 16px;
	}
	
	/* Single --- start */
	
	.single .post,
	.page .page-container,
	.error404 .page-container,
	.comments-inner {
		padding: 0;
	}
	
	.post__gallery figure,
	.archive.tag-stock-wallpapers .post__gallery figure {
		margin-right: 10px;
	}
	
	.post__gallery img {
		width: 194px;
	}
	
	.post__gallery.only-two img {
		width: 248px;
	}

	.rect.post__gallery img {
		width: 424px;
	}
	
/* 	.comments-container,
	.respond-container {
		margin-top: 48px;
	} */
	
	/* Single --- end */

	/* Archive --- start */
	
	.archive .post__tags a,
	.home .post__tags a,
	.search .post__tags a {
		background-color: #f0f3f6;
	}
	
	.archive .post__tags a.collapse__button {
		background-color: #fff;
	}
	
	/* Archive --- end */

	/* Page --- start */
	
	/* Page --- end */
}

@media ( max-width: 575px ) {

	.home .row .col-sm-6:nth-child(2n+1),
	.related .row .col-sm-6:nth-child(2n+1),
	.archive .row .col-sm-6:nth-child(2n+1) {
		padding-right: 0;
	}

	.home .row .col-sm-6:nth-child(2n),
	.related .row .col-sm-6:nth-child(2n),
	.archive .row .col-sm-6:nth-child(2n) {
		padding-left: 0;
	}

	.post {
		padding: 0;
		box-shadow: none;
	}
	
	.post__gallery img {
		width: 50vw;
	}
	
	.rect.post__gallery img {
		width: 78vw;
	}
	
/* 	.post__download .icon {
		display: none;
	}
	
	.post__download .filename {
		border-bottom-left-radius: 4px;
		border-top-left-radius: 4px;
	} */
	
	.module div.collapse {
		height: 207px !important;
	}

	.module div.collapsing {
		height: 207px !important;
	}

}

@media ( max-width: 480px ) {

	.post__gallery.only-two img {
		width: 50vw;
	}

}