/*!
Theme Name: blogers.zond
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: blogers-zond
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

blogers.zond is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

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

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

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

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

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

a:focus {
	outline: thin dotted;
}

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

/* 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, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

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

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	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;
}

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

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

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

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

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

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

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

.main-navigation li {
	position: relative;
}

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

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

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

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
}

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

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

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

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

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

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

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

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

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

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

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

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

	/*rtl:ignore*/
	float: left;

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

.alignright {

	/*rtl:ignore*/
	float: right;

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

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


@font-face {
	font-family: 'NAMU';
	src: url('/wp-content/themes/blogers-zond/fonts/NAMU-1850.woff2') format('woff2'),
		url('/wp-content/themes/blogers-zond/fonts/NAMU-1850.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'NAMU';
	src: url('/wp-content/themes/blogers-zond/fonts/NAMU-1750.woff2') format('woff2'),
		url('/wp-content/themes/blogers-zond/fonts/NAMU-1750.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}


@font-face {
	font-family: 'NAMU';
	src: url('/wp-content/themes/blogers-zond/fonts/NAMU-1960.woff2') format('woff2'),
		url('/wp-content/themes/blogers-zond/fonts/NAMU-1960.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}


@font-face {
	font-family: 'NAMU';
	src: url('/wp-content/themes/blogers-zond/fonts/NAMU-1400.woff2') format('woff2'),
		url('/wp-content/themes/blogers-zond/fonts/NAMU-1400.woff') format('woff');
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}


body,
button,
select,
input,
* {
	font-family: 'NAMU' !important;
}

.header__inner {
	padding: 30px 40px;
	display: flex;
	justify-content: space-between;

	border: 1px solid #F0F0F0;
	background: #FFF;
}

.header a {
	display: flex;
	align-items: center;

	color: #141414;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 18px;
	text-decoration: none;
	gap: 10px;
}


.login-form,
.search-page,
.profile {
	max-width: 700px;
	margin: 80px auto;
	padding: 0px 15px;
	min-height: 50vh;
}


.page-title {
	color: #000;
	font-size: 24px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}

.login-form form,
.search-page form {
	margin-top: 24px;
	padding: 32px;
	border-radius: 30px;
	border: 1px solid #E9E9E9;
	background: #FBFBFB;
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: flex-start;
}

.login-form form input {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	text-transform: capitalize;
	padding: 20px 18px;
	border-radius: 12px;
	border: 1px solid #D9D9D9;
	opacity: 0.7;
	background: #FFF;
	width: 100%;
}



.button {
	color: #000 !important;
	text-decoration: none;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 23px;
	text-transform: capitalize;
	padding: 8px 110px !important;
	outline: none;
	min-height: 40px !important;
	border-radius: 33px !important;
	border: 1px solid #747474 !important;
	opacity: 0.9 !important;
	background: #FBFBFB !important;
	cursor: pointer;

	transition: 0.2s linear;
}

.button:hover {
	border-radius: 33px;
	border: 1px solid #747474 !important;
	opacity: 0.9;
	background: #FF7A00;
}

.search-page__header,
.profile__header {
	display: flex;
	align-items: center;
	justify-content: space-between;

	margin-bottom: 24px;

}


.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple,
.search {
	border-radius: 12px !important;
	border: 1px solid #D9D9D9;
	opacity: 0.7;
	background: #FFF;
	display: flex !important;
	padding: 0px 16px;
	align-items: center;
	min-height: 60px !important;
}

.search {
	padding-left: 24px !important;
	font-family: 'NAMU' !important;
	font-size: 16px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 9.17019C16.8126 8.98394 16.5592 8.87939 16.295 8.87939C16.0308 8.87939 15.7774 8.98394 15.59 9.17019L12 12.7102L8.45999 9.17019C8.27263 8.98394 8.01918 8.87939 7.75499 8.87939C7.49081 8.87939 7.23736 8.98394 7.04999 9.17019C6.95627 9.26315 6.88187 9.37375 6.8311 9.49561C6.78033 9.61747 6.7542 9.74818 6.7542 9.88019C6.7542 10.0122 6.78033 10.1429 6.8311 10.2648C6.88187 10.3866 6.95627 10.4972 7.04999 10.5902L11.29 14.8302C11.383 14.9239 11.4936 14.9983 11.6154 15.0491C11.7373 15.0998 11.868 15.126 12 15.126C12.132 15.126 12.2627 15.0998 12.3846 15.0491C12.5064 14.9983 12.617 14.9239 12.71 14.8302L17 10.5902C17.0937 10.4972 17.1681 10.3866 17.2189 10.2648C17.2697 10.1429 17.2958 10.0122 17.2958 9.88019C17.2958 9.74818 17.2697 9.61747 17.2189 9.49561C17.1681 9.37375 17.0937 9.26315 17 9.17019Z' fill='%23FF7A00'/%3E%3C/svg%3E%0A");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
}

.select2-selection__arrow b {
	display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	right: 18px !important;
	top: 19px !important;
}

.select2-container--open .select2-dropdown {
	top: 40px;
}

.select2-search--dropdown {
	display: none !important;
}

.select2-results__option {
	padding: 12px 24px;
	color: #818181 !important;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	text-transform: capitalize;
	background: none;
	display: flex;
	align-items: center;
	gap: 16px;
	background: white !important;
}



.select2-results__option::before {
	content: "";
	display: block;
	width: 24px;
	height: 24px;

	border-radius: 6px;
	border: 2px solid #D9D9D9;

}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background: transparent !important;
}

.thank {
	padding: 80px 15px;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-direction: column;
	gap: 32px;
	align-items: center;
	justify-content: center;
}

.thank h1 {
	color: #4B4B4B;
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}

.profile__content {
	border-radius: 30px;
	border: 1px solid #E9E9E9;
	background: #F5F5F5;
	overflow: hidden;
}

.profile__content-nav {
	padding: 24px 18px;
	display: flex;
	align-items: center;
	gap: 32px;
}

.profile__content-nav a {
	color: #333;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	text-decoration: none;
}

.profile__content-nav a.active,
.profile__content-nav a:hover {
	text-decoration: underline;
	text-decoration-color: #FF7A00;
}

.profile__table-header {
	padding: 18px;

	color: #333;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;

}

.profile__table-header,
.profile__table-row {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

.profile__table-row>div {
	display: flex;
	align-items: center;
	width: 100%;
}

.profile__table-row {
	color: #333;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	padding: 18px;
	background: #fff;
	border: 1px solid #F0F0F0;
}

.profile__table-row.first {
	border-radius: 30px 30px 0px 0px !important;
}

.profile__table-row {
	color: #333;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	text-transform: capitalize;
}

.profile__table-row .yellow {
	display: flex;
	align-items: center;
	gap: 8px;
}

.profile__table-row .yellow::before {
	content: "";
	width: 12px;
	height: 12px;
	background: #FFF092;
	border-radius: 50%;
	display: block;
}

.profile__table-row .green {
	display: flex;
	align-items: center;
	gap: 8px;
}

@media(max-width: 991px) {
	.status span {
		display: none;
	}
}

.profile__table-row .green::before {
	content: "";
	width: 12px;
	height: 12px;
	background: #92FF96;
	border-radius: 50%;
	display: block;
}

.profile__table-row .red {
	display: flex;
	align-items: center;
	gap: 8px;
}

.profile__table-row .red::before {
	content: "";
	width: 12px;
	height: 12px;
	background: red;
	border-radius: 50%;
	display: block;
}

.profile__table-row a {
	color: #333;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	align-items: center;
	gap: 8px;
	text-decoration: none;
}

.profile__table-row a:hover {
	text-decoration: underline;
}


.footer {
	padding: 40px;
	background: #292929;
}

.footer__row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 20px;
	border-bottom: 1px solid #747474;
	margin-bottom: 20px;
}

.footer__row a {
	color: #FFF;
	text-align: right;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 36px;
	text-decoration: none;
}

.footer .copyright {
	text-align: center;
}

.footer .copyright,
.footer .copyright a {
	color: var(--www-zond-agency-alto, var(--color-grey-85, #DBD8D8));
	font-size: 16.453px;
	font-style: normal;
	font-weight: var(--font-weight-400, 400);
	line-height: var(--line-height-23_4, 23.4px);
	text-decoration: none;
}

.footer .copyright a:hover {
	text-decoration: underline;
}

.post,
.page {
	margin: 0;
}

.profile__table--admin .profile__table-header,
.profile__table--admin .profile__table-row {
	display: grid;
	grid-template-columns: 0.5fr 1.5fr 1fr 1fr 1fr;
}


.block {
	padding: 32px;
	border-radius: 25px;
	border: 1px solid #E9E9E9;
	background: #FBFBFB;
}

.result-page {
	padding: 80px 40px;
}

.result-page__meta {
	display: grid;
	grid-template-columns: 1.3fr 1fr;
	gap: 60px;
}

.manager__info {
	display: flex;
	gap: 40px;
}

.manager__info img {
	width: 180px;
	height: auto;
	object-fit: cover;
}

.manager__info h2 {
	color: #333;
	font-size: 24px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	margin: 0;
}

.manager__info .position {
	color: #333;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 25px;
}

.manager__info .button {
	padding-left: 40px;
	padding-right: 40px;
}

.manager__info a {
	display: flex;
	align-items: center;
	gap: 8px;

	color: #333;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 30px;

	text-decoration: none;

}

.manager__info .contact {
	margin: 12px 0px;
}

.result-page__tags .acf-fields-output {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.result-page__tags .acf-fields-output .button {
	padding-left: 50px !important;
	padding-right: 50px !important;
}

.result-page__tags .acf-fields-output .button:first-child {
	display: flex;
	align-items: center;
	gap: 16px;
	border-color: #FF7A00 !important;
	color: #FF7A00 !important;
}

@media(max-width: 991px) {
	.result-page__meta {
		grid-template-columns: 1fr;
		gap: 20px;
	}
}

@media(max-width: 600px) {
	.manager__info {
		flex-direction: column;
		gap: 20px;

	}

}

@media(max-width: 767px) {
	.header__inner {
		padding-left: 16px;
		padding-right: 16px;
	}

	.result-page {
		padding: 40px 0px;
		padding-left: 16px;
		padding-right: 16px;
	}

	.result-page__tags .acf-fields-output {
		display: grid;
		grid-template-columns: 1fr 1fr;

	}

	.result-page__tags .acf-fields-output .button,
	.manager__info .button {
		padding-left: 8px !important;
		padding-right: 8px !important;
		text-align: center;
		justify-content: center;
	}



}


.result-page__section {
	margin: 40px 0px;
}

.result-page__section .page-title {
	margin-bottom: 20px;
}

@media(max-width: 767px) {
	.result-page__section {
		margin: 20px 0px;
	}
}

.result-page__bloggers-item {
	margin-bottom: 20px;
	display: grid;
	grid-template-columns: 96px 285px 1fr 260px;
	gap: 64px;
	align-items: center;

	overflow-x: auto;
}


.result-page__bloggers-item .details {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 40px;
}


@media(max-width: 1440px) {
	.result-page__bloggers-item {
		grid-template-columns: 1fr;
		gap: 24px;
	}


}


@media(max-width: 767px) {
	.result-page__bloggers-item .details {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.result-page__bloggers-item .details>div {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 16px;
	}

	.result-page__bloggers-item .details span {
		padding-top: 0 !important;
	}
}

.result-page__bloggers-item .details b {
	color: #333;
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	opacity: 0.8;
	display: block;
	text-transform: capitalize;
}

.result-page__bloggers-item .details span {
	color: #333;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	padding-top: 16px;
	display: inline-block;
	display: block;
	text-transform: capitalize;
}

.result-page__bloggers-item .name {
	color: #333;
	font-size: 24px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	margin-bottom: 10px;
	margin: 0;
}

.result-page__bloggers-item .description {
	color: #333;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	opacity: 0.8;
}

.result-page__bloggers-item a {
	color: #FF7A00;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	padding: 8px;
	width: 100%;

	border-radius: 7px;
	border: 1px solid #D9D9D9;
	background: #F9F9F9;

	text-decoration: none;
	text-align: center;

}



.about-section__text {
	color: #333;
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 300;
	line-height: 30px;
}

.about-section__advantages {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 100px;
	padding-top: 50px;
}

.about-section__advantages-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 12px;
}

.about-section__advantages-item span {
	color: #333;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	line-height: 30px;
}

.services {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 32px;
}

@media(max-width:767px) {
	.services {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.about-section__advantages {
		grid-template-columns: 1fr;
		gap: 32px;
	}
}

.services__item {
	display: flex;
	align-items: center;
	gap: 12px;
	color: #333;
	font-size: 24px;
	font-style: normal;
	font-weight: 300;
	line-height: 30px;

}

.result-page__section .faq .faq-title {
	color: #333;
	font-size: 24px;
	font-style: normal;
	font-weight: 300;
	line-height: 30px;
	margin-bottom: 32px;
}

.result-page__section .faq .faq__items {
	display: grid;
	grid-template-columns: 1fr 1fr;
	row-gap: 30px;
	column-gap: 80px;
}

@media(max-width: 991px) {
	.result-page__section .faq .faq__items {
		grid-template-columns: 1fr;
		gap: 16px;
	}
}

.accordion {
	padding: 16px 35px;
	border-radius: 7px;
	border: 1px solid #D9D9D9;
	background: #F5F5F5;
	height: max-content;
}

.accordion p {
	padding-top: 16px;
	padding-bottom: 0;
	margin: 0;
}

.accordion svg {
	min-width: 24px;
	width: 24px;
	transition: all 0.4s;
}

.accordion.active svg {
	transform: rotate(180deg);
}

.accordion-header {
	color: #333;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	cursor: pointer;
}

@media(max-width: 767px) {
	.block {
		padding: 24px 16px;
	}

	.accordion {
		padding: 16px;
	}

	.services__item svg {
		min-width: 24px;
		width: 24px;
	}

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

.how {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 85px;
}

@media(max-width: 991px) {
	.how {
		grid-template-columns: 1fr;
		gap: 24px;
	}
}

.acf-form-fields {
	width: 100% !important;
	max-width: 100% !important;
}

.how__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 30px;
}

.how__item .number {
	color: #333;
	font-size: 32px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}

.how__item span {
	color: #333;
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	text-align: center;
}

.select2-container--default .select2-results>.select2-results__options .select2-results__option {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 20px;
	padding-right: 20px;
}

.select2-container--default .select2-results>.select2-results__options {
	border-radius: 8px;
	background: #FEFEFE;
}

.select2-container--open .select2-dropdown--below {
	border-radius: 8px !important;
	border: 1px solid #DEE2E6 !important;
	background: #FEFEFE;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.10), 5px 3px 16px 0px rgba(198, 198, 198, 0.31);
}

.select2-container--open .select2-dropdown--below {
	padding-bottom: 8px;
	padding-top: 8px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default:hover {
	background: #f9f9f9 !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected]::before,
.select2-results__option[aria-selected="true"]::before {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cg id='Interface / Check'%3E%3Cpath id='Vector' d='M6 12L10.2426 16.2426L18.727 7.75732' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	background-size: 20px;
	background-position: center;
	background-repeat: no-repeat;
}

.select2-container.-acf .select2-selection {
	border: 2px solid #D9D9D9 !important;
}

.acf-range-wrap {
	padding: 12px 18px;

	border-radius: 12px;
	border: 1px solid #D9D9D9;
	opacity: 0.7;
	background: #FFF;
	padding-right: 8px
}

.acf-range-wrap input[type=number] {
	background: none;

	color: #000;
	text-align: center;
	font-family: NAMU !important;
	font-size: 14px !important;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	text-transform: capitalize;
	max-width: 100px !important;
	background: none;
	border: transparent;
	min-width: 0 !important;

	padding: 0;
	appearance: none;

}

.acf-range-wrap input[type=range] {
	width: calc(100% - 94px);
}



.popup-overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #0000004f;
	z-index: 15;
	opacity: 0;
	visibility: hidden;
	transition: 0.2s linear
}




.popup {
	top: 10vh;
	max-width: 1000px;
	z-index: 16;
	position: fixed;
	padding: 32px;
	border-radius: 20px;
	background: #FFF;
	margin-left: auto;
	margin-right: auto;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	opacity: 0;
	visibility: hidden;
	transition: 0.2s linear
}

.popup.show,
.popup-overlay.show {
	opacity: 1;
	visibility: visible;
}

.popup .details {
	margin-top: 24px;
}

.popup .details>div {
	display: grid;
	grid-template-columns: 1fr 1fr;
	padding: 12px 24px;
	text-transform: capitalize;
}

.popup .details>div:nth-child(odd) {
	background: #F5F5F5;
}

.popup--sm {
	max-width: 500px;

}

.popup__close {
	position: absolute;
	right: 24px;
	top: 16px;
	cursor: pointer;
}

.popup__close svg {
	width: 27px;
	height: 27px;
}

@media(max-width:767px) {

	.profile__table--admin .profile__table-row,
	.profile__table--admin .profile__table-header {
		grid-template-columns: 20px 0.5fr 1fr 1fr;
		gap: 8px;
	}


	.popup {
		top: 3vh;
		max-height: calc(100vh - 5vh) !important;
	}



	.profile__table--admin .profile__table-header>div:nth-child(4),
	.profile__table--admin .profile__table-row>div:nth-child(4) {
		order: -1;
	}

	.profile__table-row a {
		font-size: 14px;
	}

	.profile__table--admin .profile__table-row>div:nth-child(3) {
		display: none;
	}

	.profile__table-header,
	.profile__table-row {
		padding: 14px 16px;
		font-size: 16px;
	}

	.profile__table--admin .profile__table-header>div:nth-child(3) {
		display: none;
	}

	.profile__table--admin .profile__table-header>div:nth-child(4) {
		opacity: 0;
	}

	.popup {
		width: calc(100% - 32px);
		padding: 24px 16px;
	}

	.profile__table:not(.profile__table--admin) .profile__table-header>div:nth-child(2),
	.profile__table:not(.profile__table--admin) .profile__table-header>div:nth-child(3) {
		display: none;
	}

	.profile__table:not(.profile__table--admin) .profile__table-header {
		grid-template-columns: 1fr 1fr;
		gap: 16px;
	}

	/* .profile__table:not(.profile__table--admin) .profile__table-row>div:nth-child(2),
	.profile__table:not(.profile__table--admin) .profile__table-row>div:nth-child(3) {
		display: none;
	} */

	.profile__table:not(.profile__table--admin) .profile__table-row {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 16px;
	}

	.popup__close {
		right: 16px;
	}

	.login-form,
	.search-page,
	.profile {
		margin: 32px 0px;
	}

	.profile__header .button {
		padding: 8px 16px !important;
		font-size: 15px;
	}

	.profile__header {
		gap: 16px;
	}

	.page_title {
		color: #000;
		font-size: 20px;
		font-style: normal;
		font-weight: 300;
		line-height: normal;
	}

}


.prices .prices-row {
	display: grid;
	grid-template-columns: 1fr 1fr;

	color: #5B5B5B;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;

}

.prices {
	border-radius: 10px;
	border: 1px solid #E7E7E7;
	background: #F5F5F5;
	overflow: hidden;
	white-space: nowrap;
}

.prices .prices-row:not(:first-child) {
	background: #fff;
	border-bottom: 1px solid #E7E7E7;
}

.prices .prices-row:last-child {
	border: none;
}

.prices .prices-row>div {
	padding: 8px 10px;
}

.prices .prices-row>div:first-child {
	border-right: 1px solid #E7E7E7;
}

.result-page__bloggers-item a {
	margin-top: 16px;
	display: block;
}

.popup__header {
	display: flex;
	align-items: center;
	gap: 12px;
}

.popup__header .name {
	color: #333;
	font-size: 24px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	margin-bottom: 10px;
}

.popup__header img {
	width: 96px;
	height: 96px;
	border-radius: 50%;
}

.popup__header .description {
	color: #333;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}

.popup .gallery .swiper-slide img {
	width: 100%;
	height: auto;
}

.popup .gallery {
	margin-top: 30px;
	margin-bottom: 0;
}

.popup .gallery .swiper-slide img {
	border-radius: 0 !important;
}

.swiper-arrows {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	margin-top: 24px;
}

.swiper-arrows>div {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #FF7A00;
	display: flex;
	align-items: center;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.popup {
	max-height: 80vh;
	overflow-y: auto;
}

.popup .gallery .swiper-slide {
	width: max-content;
}

.popup .gallery .swiper-slide img {
	max-height: 50vh;
	object-fit: contain;
	width: auto;
}


.popup-title {
	color: #333;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 10px;
	margin-top: 16px;
	margin-bottom: 24px;
}


.actions {
	display: flex;
	align-items: center;
	padding: 5px 8px;
	width: 100%;
	border-radius: 8px;
	border: 1px solid #C5C5C5;
	background: #F6F6F6;

	color: #333;
	font-family: NAMU;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;

	justify-content: space-between;
	position: relative;
}

.actions .actions__content {
	position: absolute;
	top: calc(100% + 4px);
	left: 0;
	width: 100%;
	border-radius: 8px;
	border: 1px solid #C5C5C5;
	background: #F6F6F6;
	padding: 8px;
	opacity: 0;
	visibility: hidden;
	z-index: 15;
}

.actions .actions__content::before {
	content: "";
	width: 100%;
	height: 5px;
	bottom: 100%;
	left: 0;
	position: absolute;
	display: block;
}

.actions:hover .actions__content {
	opacity: 1;
	visibility: visible;
}

.actions .actions__content a {
	padding: 4px 0px;
	display: flex;
	align-items: center;
}

.actions .actions__content a svg {
	width: 16px;
	min-width: 16px;
}

.profile__table--all img {
	width: 42px;
	height: 42px;
	border-radius: 50%;
}

.profile__table--all .profile__table-row .login {
	display: flex;
	align-items: center;
	gap: 8px;
	overflow: hidden;
}

.profile__table--all .profile__table-header,
.profile__table--all .profile__table-row {
	grid-template-columns: 1fr 1fr 1fr 80px;
	gap: 16px;
}

.profile__table--all .actions-wrap {
	display: flex;
	align-items: center;
	gap: 8px;
}

.profile__table--all .profile__table-row>div {
	display: flex;
	align-items: center;
}

.profile__table--all .actions-wrap a {
	border-radius: 7px;
	border: 1px solid #D9D9D9;
	background: #F9F9F9;
	padding: 6px;
}

.pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding-bottom: 16px;
}

.pagination a {
	color: #5C5C5C;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	text-decoration: none;
}

.pagination a.current {
	font-weight: 600;
}

@media(min-width: 768px) {
	.bloggers-filter .acf-fields {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

}

.bloggers-filter .acf-form-submit .acf-button {
	width: 100%;
	margin-top: 24px;
}

.bloggers-filter .acf-fields>.acf-field {
	width: 100% !important;
}

.filter-btn {
	margin-left: auto;
}

.filter-button-wrap {
	margin-left: auto;
	display: flex;
	align-items: center;
	gap: 8px;

	color: #333;
	font-family: NAMU;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}

.filter-button-wrap .filter-btn {
	border-radius: 8px;
	border: 1px solid #C5C5C5;
	background: #F6F6F6;
	padding: 8px;
	display: flex;
	align-items: center;
	gap: 8px;


}

@media(max-width: 767px) {
	.bloggers-filter .acf-form-submit .acf-button {
		padding: 0px !important;
	}

	.filter-button-wrap .filter-btn span {
		display: none;
	}
}

.profile__content-nav a.clear {
	font-size: 14px !important;
}