/*!
Theme Name: Dad Live Custom Theme
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: dad-live-custom-theme
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.

Dad Live Custom Theme 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;
}

.fm-question-visibility-section .fm-question-visibility-options.checkbox-group.checkbox-group-orange input[type="radio"],
.fm-question-visibility-section .fm-question-specific-members .fm-question-checkbox-group.checkbox-group.checkbox-group-orange input[type="checkbox"] {
    appearance: none;
}

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

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

/* Text to Speech Button
--------------------------------------------- */
.entry-content .tts-button {
	display: inline-flex;
	align-items: center;
	gap: 0.5em;
	padding: 0.75em 1.25em;
	margin-bottom: 1.5em;
	background-color: #0073aa;
	color: #ffffff;
	border: 1px solid #0073aa;
	border-radius: 4px;
	cursor: pointer;
	font-size: 0.9em;
	font-weight: 500;
	transition: background-color 0.2s ease, border-color 0.2s ease;
}

.entry-content .tts-button:hover {
	background-color: #005a87;
	border-color: #005a87;
}

.entry-content .tts-button:focus {
	outline: 2px solid #0073aa;
	outline-offset: 2px;
}

.entry-content .tts-button.tts-speaking {
	background-color: #d63638;
	border-color: #d63638;
}

.entry-content .tts-button.tts-speaking:hover {
	background-color: #b32d2e;
	border-color: #b32d2e;
}

.entry-content .tts-button .tts-icon {
	font-size: 1.1em;
	line-height: 1;
}

.entry-content .tts-button .tts-text {
	line-height: 1;
}

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

/* Home-page */

@font-face {
    font-display: swap;
    font-family: "Bricolage Grotesque";
    font-style: normal;
    font-weight: 400;
    src: url(fonts/bricolage-grotesque-v9-latin-regular.woff2)format("woff2"), url(fonts/bricolage-grotesque-v9-latin-regular.ttf)format("truetype")
}

@font-face {
    font-display: swap;
    font-family: "Bricolage Grotesque";
    font-style: normal;
    font-weight: 500;
    src: url(fonts/bricolage-grotesque-v9-latin-500.woff2)format("woff2"), url(fonts/bricolage-grotesque-v9-latin-500.ttf)format("truetype")
}

@font-face {
    font-display: swap;
    font-family: "Bricolage Grotesque";
    font-style: normal;
    font-weight: 600;
    src: url(fonts/bricolage-grotesque-v9-latin-600.woff2)format("woff2"), url(fonts/bricolage-grotesque-v9-latin-600.ttf)format("truetype")
}

@font-face {
    font-display: swap;
    font-family: "Bricolage Grotesque";
    font-style: normal;
    font-weight: 700;
    src: url(fonts/bricolage-grotesque-v9-latin-700.woff2)format("woff2"), url(fonts/bricolage-grotesque-v9-latin-700.ttf)format("truetype")
}

@font-face {
    font-display: swap;
    font-family: "Bricolage Grotesque";
    font-style: normal;
    font-weight: 800;
    src: url(fonts/bricolage-grotesque-v9-latin-800.woff2)format("woff2"), url(fonts/bricolage-grotesque-v9-latin-800.ttf)format("truetype")
}

@font-face {
    font-display: swap;
    font-family: "Reddit Sans";
    font-style: normal;
    font-weight: 400;
    src: url(fonts/reddit-sans-v6-latin-regular.woff2)format("woff2"), url(fonts/reddit-sans-v6-latin-regular.ttf)format("truetype")
}

@font-face {
    font-display: swap;
    font-family: "Reddit Sans";
    font-style: normal;
    font-weight: 500;
    src: url(fonts/reddit-sans-v6-latin-500.woff2)format("woff2"), url(fonts/reddit-sans-v6-latin-500.ttf)format("truetype")
}

@font-face {
    font-display: swap;
    font-family: "Reddit Sans";
    font-style: normal;
    font-weight: 600;
    src: url(fonts/reddit-sans-v6-latin-600.woff2)format("woff2"), url(fonts/reddit-sans-v6-latin-600.ttf)format("truetype")
}

@font-face {
    font-display: swap;
    font-family: "Reddit Sans";
    font-style: normal;
    font-weight: 700;
    src: url(fonts/reddit-sans-v6-latin-700.woff2)format("woff2"), url(fonts/reddit-sans-v6-latin-700.ttf)format("truetype")
}

@media (min-width:768px) {
    .desktop-only-block {
        display: block
    }
}

@media (max-width:767px) {
    .desktop-only-block {
        display: none
    }
}

@media (min-width:768px) {
    .desktop-only-flex {
        display: flex
    }
}

@media (max-width:767px) {
    .desktop-only-flex {
        display: none
    }
}

@media (min-width:768px) {
    .mobile-only-block {
        display: none
    }
}

@media (max-width:767px) {
    .mobile-only-block {
        display: block
    }
}

@media (min-width:768px) {
    .mobile-only-flex {
        display: none
    }
}

@media (max-width:767px) {
    .mobile-only-flex {
        display: flex
    }
}

.header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 40px;
    padding-top: 24px;
    padding-bottom: 24px;
    margin-bottom: 56px
}

@media (min-width:768px) and (max-width:991px) {
    .header {
        column-gap: 32px
    }
}

@media (max-width:805px) {
    .header {
        column-gap: 20px
    }
}

@media (max-width:767px) {
    .header {
        justify-content: space-between;
        padding: 6px 0;
        margin-bottom: 16px
    }
}

@media (max-width:850px) {
    .header-big.header {
        justify-content: space-between;
        padding: 6px 0;
        margin-bottom: 16px
    }
}

.navbar-toggler {
    width: 24px;
    height: 24px;
    background: url(images/interface/ico-hamburger.svg)no-repeat center;
    cursor: pointer;
    border: 0;
    display: none
}

@media (max-width:850px) {
    .navbar-toggler {
        display: block
    }
}

.logo {
    display: flex;
    align-items: center;
    column-gap: 16px
}

.logo:hover,
.top-navbar li a:hover,
.top-navbar li.current-menu-item a {
    color: #669ec5
}

.logo-slogan {
    color: #202020
}

@media (max-width:1249px) {
    .logo-slogan {
        display: none
    }
}

.top-nav,
.top-navbar li span {
    display: flex;
    align-items: center
}

.top-nav {
    column-gap: 20px;
    margin-left: auto;
    transition: all .3s ease 0s
}

@media (min-width:768px) and (max-width:991px) {
    .top-nav {
        column-gap: 32px
    }
}

@media (max-width:805px) {
    .top-nav {
        column-gap: 20px
    }
}

.top-navbar,
.top-navbar li a {
    display: flex;
    align-items: center
}

.top-navbar {
    margin-top: 0;
    margin-bottom: 0
}

@media (max-width:805px) {
    .top-navbar {
        padding-left: 0
    }
}

.top-navbar li {
    justify-content: center;
    list-style: none
}

.top-navbar li a {
    font-size: 18px;
    font-weight: 500;
    padding-left: 20px;
    padding-right: 20px;
    height: 48px;
    color: #000;
    position: relative
}

@media (max-width:805px) {
    .top-navbar li a {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .top-navbar li a {
        padding-left: 16px;
        padding-right: 16px
    }
}

.top-navbar li span {
    font-size: 18px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 500;
    height: 48px
}

@media (max-width:805px) {
    .top-navbar li span {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media (max-width:767px) {
    .top-navbar li span {
        padding-left: 16px;
        padding-right: 16px;
        font-size: 14px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .top-navbar li span {
        padding-left: 16px;
        padding-right: 16px
    }
}

.top-navbar li.current-menu-item a::after {
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    height: 2px;
    background-color: currentColor
}

@media (min-width:768px) and (max-width:991px) {
    .top-navbar li.current-menu-item a::after {
        left: 16px;
        right: 16px
    }
}

@media (max-width:805px) {
    .top-navbar li.current-menu-item a::after {
        left: 10px;
        right: 10px
    }
}

@media (max-width:767px) {
    .top-navbar li.current-menu-item a::after {
        display: none
    }
}

.icon a,
.icon div,
.top-navbar li,
.top-tools {
    display: flex;
    align-items: center
}

.top-tools {
    column-gap: 8px;
    position: relative
}

.top-profile,
.top-profile-avatar {
    display: flex;
    align-items: center;
    cursor: pointer
}

.top-profile {
    column-gap: 6px;
    position: relative
}

.top-profile-avatar {
    justify-content: center;
    overflow: hidden;
    border-radius: 50%;
    width: 48px;
    height: 48px
}

.top-profile-avatar img {
    display: flex
}

.top-profile-arrow {
    width: 10px;
    height: 10px;
    background: url(images/interface/arrow_down.svg)no-repeat center;
    cursor: pointer
}

.top-profile-menu {
    top: 100%;
    right: 0;
    position: absolute;
    z-index: 5;
    margin-top: 2px;
    display: none;
    flex-direction: column;
    width: 178px;
    min-height: 200px;
    background-color: #e7f0f5;
    box-sizing: border-box;
    border: 1px solid rgba(102, 158, 197, .3);
    border-radius: 16px 0 16px 16px;
    overflow: hidden;
    backdrop-filter: blur(15px)
}

.top-profile-nav,
.top-tools-nav {
    padding-left: 0;
    margin-top: 16px;
    margin-bottom: 16px
}

.icon {
    list-style: none
}

.icon a,
.icon div {
    font-size: 18px;
    color: #202020;
    height: 43px;
    padding-left: 24px;
    padding-right: 6px;
    column-gap: 12px
}

.icon a:hover,
.icon div:hover {
    color: #669ec5;
    background-color: rgba(102, 158, 197, .3)
}

.icon a:before,
.icon div:before {
    content: "";
    display: flex;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(images/interface/ico-my_posts.svg)
}

.icon.ico-profile a:before {
    background-image: url(images/interface/ico-profile.svg) !important
}

.icon.ico-family a:before {
    background-image: url(images/interface/ico-family.svg)
}

.icon.ico-settings a:before {
    background-image: url(images/interface/ico-settings.svg)
}

.icon.ico-log-out a:before {
    background-image: url(images/interface/ico-log_out.svg)
}

.icon.ico-post a:before {
    background-image: url(images/interface/ico-post.svg)
}

.icon.ico-question a:before {
    background-image: url(images/interface/ico-question.svg)
}

.icon.ico-mail a:before {
    background-image: url(images/interface/ico-mail.svg)
}

.icon.ico-edit a:before {
    background-image: url(images/interface/ico-edit.svg)
}

.icon.ico-unpublish a:before {
    background-image: url(images/interface/ico-unpublish.svg)
}

.icon.ico-delete a:before {
    background-image: url(images/interface/ico-delete.svg)
}

.icon.alert a:after {
    content: ""
}

.top-navbar .icon a:hover {
    background-color: transparent !important
}

@media (max-width:767px) {
    .header-big .top-navbar a {
        display: flex;
        padding-left: 0
    }
}

.top-profile-menu .icon a {
    padding-left: 24px;
    padding-right: 8px
}

.icon.alert a:after,
a .alert {
    display: flex;
    width: 16px;
    height: 16px;
    margin-left: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(images/interface/ico-warning.svg)
}

.top-tools-menu {
    top: 100%;
    right: 0;
    position: absolute;
    margin-top: 2px;
    z-index: 3;
    display: none;
    flex-direction: column;
    background-color: #e7f0f5;
    box-sizing: border-box;
    border: 1px solid rgba(102, 158, 197, .3);
    border-radius: 16px;
    overflow: hidden;
    backdrop-filter: blur(15px)
}

.top-tools-menu .icon a,
.top-tools-menu .icon div {
    padding-right: 24px;
    cursor: pointer
}

.top-log-out {
    display: none;
    margin-top: auto;
    border: 0;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    background-color: transparent;
    font-size: 18px
}

.top-log-out:before {
    content: "";
    display: flex;
    width: 24px;
    height: 24px;
    background: url(images/interface/ico-log_out.svg)no-repeat center
}

.top-nav-close {
    border: 0;
    display: none;
    width: 24px;
    height: 24px;
    background: url(images/interface/ico-top-nav_close.svg)no-repeat center
}

@media (min-width:768px) {
    .header-big .top-navbar a:before {
        display: none
    }
}

@media (max-width:850px) {
    .header-big .top-nav {
        display: flex !important;
        align-items: flex-start;
        flex-direction: column;
        background: #fff;
        position: fixed;
        z-index: 100;
        left: 0;
        top: 0;
        width: 280px;
        height: 100vh;
        opacity: 0;
        visibility: hidden;
        transform: translateX(-100%);
        padding: 32px 16px
    }

    .header-big .top-nav.top-nav-show {
        opacity: 1;
        visibility: visible;
        transform: translateX(0)
    }

    .header-big .top-nav .top-navbar {
        padding-top: 32px;
        padding-left: 0;
        flex-direction: column;
        align-items: flex-start;
        row-gap: 12px;
        margin-bottom: 28px
    }

    .header-big .top-nav .top-log-out,
    .top-nav-close {
        display: flex
    }
}

@media (max-width:767px) {

    .header-small .top-nav,
    .header-small .top-nav .top-navbar li a {
        font-size: 14px
    }

    .header-small .top-nav .top-tools .btn {
        height: 32px;
        padding-left: 12px;
        padding-right: 12px;
        font-size: 14px
    }
}

.top-nav-backdrop {
    position: fixed;
    z-index: 99;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all .3s ease 0s;
    opacity: 0;
    visibility: hidden
}

.top-nav-backdrop.top-nav-backdrop-show {
    opacity: 1;
    visibility: visible
}

body.body-no-scroll {
    overflow: hidden
}

.backdrop-popup,
.popup-container {
    display: flex;
    justify-content: center
}

.backdrop-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    align-items: center;
    backdrop-filter: blur(30px);
    background: rgba(89, 111, 130, .5);
    z-index: 1000
}

.popup-container {
    z-index: 1001;
    width: 100%;
    max-width: 640px
}

.popup {
    border-radius: 48px;
    margin: 4px;
    width: 100%;
    padding: 60px;
    background-color: #fff;
    border: 1px solid #acb7c0;
    position: relative
}

@media (max-width:767px) {
    .popup {
        border-radius: 24px;
        padding: 14px;
        width: auto;
        max-height: calc(100vh - 40px);
        overflow-y: auto;
        scrollbar-width: thin
    }
}

.popup-blue {
    border-radius: 30px;
    margin: 4px;
    max-width: 600px;
    width: 100%;
    padding: 24px;
    background-color: #e7f0f5;
    border: 1px solid #acb7c0;
    position: relative;
    max-height: calc(100vh - 40px);
    overflow-y: auto;
    scrollbar-width: thin
}

@media (max-width:767px) {
    .popup-blue {
        border-radius: 24px;
        padding: 14px
    }
}

.close {
    width: 56px;
    height: 56px;
    padding: 0;
    border-radius: 50%;
    border: 0;
    cursor: pointer;
    position: absolute;
    top: 24px;
    right: 24px;
    background-image: url(images/interface/ico-x.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #e7f0f5
}

.close:hover {
    background-color: #e8f1f6
}

.close:active {
    background-color: #cfdee5
}

@media (max-width:767px) {
    .close {
        width: 30px;
        height: 30px;
        top: 10px;
        right: 10px
    }
}

.popup-blue .close {
    background-color: #fff
}

.popup-blue .form-control {
    border-color: #fff;
    height: 50px !important
}

.popup-header {
    margin-bottom: 24px
}

@media (max-width:767px) {
    .popup-header {
        margin-bottom: 9px
    }
}

.popup-title {
    font-family: "Bricolage Grotesque", sans-serif;
    line-height: 1.2;
    font-size: 42px;
    font-weight: 800
}

.popup-title.popup-title-small {
    font-size: 28px
}

@media (max-width:767px) {
    .popup-title {
        font-size: 24px
    }

    .popup-blue .popup-title.popup-title-small {
        font-size: 20px
    }
}

.popup-form {
    display: flex;
    flex-direction: column;
    row-gap: 24px
}

@media (max-width:767px) {
    .popup-form {
        row-gap: 12px
    }

    .popup-form .btn-common {
        height: 50px
    }
}

.popup-form-header {
    font-size: 18px;
    margin-bottom: 16px
}

@media (max-width:767px) {
    .popup-form-header {
        margin-bottom: 4px
    }
}

.popup-form-label {
    font-size: 14px;
    line-height: 1.41;
    margin-bottom: 4px
}

@media (max-width:767px) {
    .popup-form-label {
        margin-bottom: 4px
    }
}

.popup-blue .popup-form-label {
    color: var(--Txt grey, #202020);
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    text-align: left
}

@media (max-width:767px) {
    .popup-blue .popup-form-label {
        margin-bottom: 4px
    }
}

.label-group {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.label-primary {
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    display: inline-block;
    padding-right: 48px;
    cursor: pointer;
    user-select: none;
    line-height: 20px
}

.label-primary:has(:disabled) {
    opacity: .5
}

input[type=radio].primary {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none
}

.label-primary::after,
.label-primary::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.label-primary::before {
    right: 0;
    width: 35px;
    height: 20px;
    background: #afb4cb;
    border-radius: 100em;
    transition: background .25s ease
}

.label-primary::after {
    right: 15px;
    width: 18px;
    height: 18px;
    background: #fff;
    border-radius: 50%;
    transition: transform .25s ease
}

.label-primary:has(input[type=radio]:checked)::before {
    background: #669ec5
}

.label-primary:has(input[type=radio]:checked):after {
    transform: translateX(14px) translateY(-50%)
}

.popup-form-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px
}

@media (max-width:767px) {
    .popup-form-buttons {
        flex-direction: column;
        align-items: stretch;
        gap: 4px
    }
}

.popup-form-buttons button {
    flex: 0 0 50%;
    height: 60px
}

@media (max-width:767px) {
    .popup-form-buttons button {
        font-size: 18px;
        flex: 0 0 60px
    }
}

.popup-subtitle {
    font-size: 16px
}

@media (max-width:767px) {
    .popup-subtitle {
        font-size: 15px;
        line-height: 1.3
    }
}

.popup-bottom {
    text-align: center
}

.popup-disclaimer {
    font-size: 14px;
    text-align: center
}

* {
    box-sizing: border-box
}

body {
    font-family: "Reddit Sans", sans-serif;
    color: #202020;
    background: #fff;
    background-size: cover;
    font-size: 18px;
    line-height: 1.5;
    display: flex;
    min-height: 100vh;
    flex-direction: column
}

@media (min-width:768px) and (max-width:991px) {
    body {
        font-size: 16px
    }
}

@media (max-width:767px) {
    body {
        font-size: 16px
    }
}

a {
    color: #669ec5;
    text-decoration: none;
    transition: all .3s ease 0s
}

.bg-orange {
    background-color: #ffecdd
}

.bg-orange a {
    color: #ffa865
}

.bg-orange a:hover {
    color: #f09249
}

.bg-blue-lite {
    background-color: #e7f0f5
}

main {
    flex: 1 0 auto
}

.container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 40px
}

@media (min-width:768px) and (max-width:991px) {
    .container {
        padding: 0 24px
    }
}

@media (max-width:767px) {
    .container {
        padding: 0 4px
    }
}

.container-narrow {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 40px
}

@media (min-width:768px) and (max-width:991px) {
    .container-narrow {
        padding: 0 24px
    }
}

@media (max-width:767px) {
    .container-narrow {
        padding: 0 16px
    }
}

.container-small {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 40px
}

@media (min-width:768px) and (max-width:991px) {
    .container-small {
        padding: 0 24px
    }
}

@media (max-width:767px) {
    .container-small {
        padding: 0 16px
    }

    .container-12 {
        padding: 0 12px
    }
}

.h1,
h1 {
    display: block;
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 42px;
    font-weight: 800;
    line-height: 120%;
    margin-top: 0;
    margin-bottom: 0
}

@media (max-width:767px) {

    .h1,
    h1 {
        font-size: 24px;
        font-weight: 800;
        line-height: 120%;
        margin-bottom: 0
    }
}

.h2,
h2,
p {
    margin-top: 0
}

.h2,
h2 {
    display: block;
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 16px
}

@media (max-width:767px) {

    .h2,
    h2 {
        font-size: 20px;
        font-weight: 800;
        line-height: 120%;
        margin-bottom: 12px
    }
}

p {
    margin-bottom: 1rem
}

p:last-child {
    margin-bottom: 0
}

.img-responsive {
    display: flex;
    max-width: 100%;
    height: auto
}

.btn {
    cursor: pointer;
    border: 0;
    border-radius: 100em;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    color: #fff;
    transition: all .3s ease 0s;
    font-size: 18px
}

a.btn {
    display: inline-flex
}

.btn-common {
    height: 48px;
    padding-left: 20px;
    padding-right: 20px
}

@media (max-width:767px) {
    .btn-common {
        height: 38px;
        font-size: 16px;
        padding-left: 14px;
        padding-right: 14px
    }

    .top-tools .btn-common {
        font-size: 18px;
        height: 48px;
        padding-left: 20px;
        padding-right: 20px
    }
}

.btn-small {
    font-size: 14px;
    height: 30px;
    padding-left: 11px;
    padding-right: 11px
}

@media (max-width:767px) {
    .btn-small {
        font-size: 9px;
        height: 20px;
        padding-left: 7px;
        padding-right: 7px
    }
}

.btn-50 {
    font-size: 18px;
    height: 50px;
    padding-left: 26px;
    padding-right: 26px;
    font-weight: 600
}

@media (max-width:767px) {
    .btn-50 {
        height: 38px;
        font-size: 12px;
        padding-left: 14px;
        padding-right: 14px
    }
}

.btn-big {
    font-size: 20px;
    font-weight: 600;
    height: 62px;
    padding-left: 25px;
    padding-right: 25px
}

@media (max-width:767px) {
    .btn-big {
        height: 38px;
        font-size: 16px;
        padding-left: 16px;
        padding-right: 16px
    }
}

.btn-blue {
    background-color: #669ec5
}

.btn-blue:hover {
    background-color: #4d8db9
}

.btn-blue:active {
    background-color: #578aae
}

.btn-blue:disabled {
    opacity: .3;
    cursor: default;
    background-color: #669ec5;
    pointer-events: none
}

.btn-orange {
    color: #fff !important;
    background-color: #ffa865
}

.btn-orange:hover {
    background-color: #f09249
}

.btn-orange:active {
    background-color: #db8c50
}

.btn-orange:disabled {
    opacity: .3;
    cursor: default;
    background-color: #ffa865;
    pointer-events: none
}

.btn-badge {
    cursor: default;
    text-transform: uppercase
}

.btn-badge.btn-blue {
    background-color: #669ec5
}

.btn-badge.btn-orange {
    background-color: #ffa865
}

.btn-transparent {
    background-color: rgba(255, 255, 255, .2)
}

.btn-transparent:hover {
    background-color: rgba(255, 255, 255, .3)
}

.btn-gray {
    color: #202020;
    background-color: #e7f0f5
}

.btn-gray:hover {
    background-color: #e8f1f6
}

.btn-gray:active {
    background-color: #cfdee5
}

.btn-gray:disabled {
    opacity: .3;
    cursor: default;
    background-color: #e7f0f5;
    pointer-events: none
}

.btn-sound {
    display: flex;
    border: 0;
    cursor: pointer;
    background-color: transparent;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 185px;
    height: 50px
}

@media (max-width:767px) {
    .btn-sound {
        width: 118px;
        height: 32px
    }
}

.btn-sound-white {
    background-image: url(images/interface/ico-sound-white.svg)
}

.btn-sound-orange {
    background-image: url(images/interface/ico-sound-orange.svg)
}

.btn-sound-blue {
    background-image: url(images/interface/ico-sound-blue.svg)
}

.text-right {
    text-align: right
}

.announcement {
    width: 100%;
    background-color: #e7f0f5;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 16px;
    height: 50px;
    font-size: 16px;
    column-gap: 10px
}

@media (max-width:767px) {
    .announcement {
        height: 40px;
        font-size: 12px;
        column-gap: 10px
    }
}

.backdrop {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    backdrop-filter: blur(30px);
    background: rgba(89, 111, 130, .5)
}

.form-control {
    display: block;
    width: 100%;
    border: solid 1px #c0d7e7;
    border-radius: 100em;
    background: #fff;
    transition: all .3s ease 0s
}

.form-control:focus,
.form-control:focus-visible,
.form-control:focus-within {
    outline: 0;
    border-color: #669ec5 !important
}

sup.required {
    color: #4d8db9
}

.form-no-border .form-control {
    border-color: #e7f0f5
}

.form-no-border .not-valid.form-control {
    border-color: #ff6d7b !important
}

label {
    cursor: pointer
}

.checkbox-group {
    display: flex;
    flex-wrap: wrap;
    gap: 4px
}

.checkbox-group .form-check-label {
    overflow: hidden;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 15px;
    padding-right: 15px;
    background: #c0d7e7
}

.checkbox-group .form-check-label:has(:checked) {
    background: #669ec5
}

.checkbox-group-orange .form-check-label {
    background: #fff6f0;
    color: #202020
}

.checkbox-group-orange .form-check-label:has(:checked) {
    color: #fff;
    background: #ffa865
}

.form-check-input {
    position: absolute;
    clip: rect(0 0 0 0);
    pointer-events: none
}

.form-check-label {
    border: 0;
    border-radius: 100em
}

@media (max-width:767px) {
    .form-control {
        font-size: 14px
    }
}

textarea.form-control {
    resize: none;
    border-radius: 20px;
    padding: 12px
}

input[type=email].form-control,
input[type=password].form-control,
input[type=text].form-control {
    height: 50px;
    padding-left: 12px;
    padding-right: 12px
}

@media (max-width:767px) {

    input[type=email].form-control,
    input[type=password].form-control,
    input[type=text].form-control {
        height: 40px
    }
}

.popup input[type=email].form-control,
.popup input[type=password].form-control,
.popup input[type=text].form-control {
    height: 45px;
    padding-left: 12px;
    padding-right: 12px
}

.form-blue .form-control {
    background: #e7f0f5
}

.form-group {
    display: flex;
    gap: 8px
}

@media (max-width:767px) {
    .form-group {
        flex-direction: column;
        row-gap: 8px
    }
}

.popup-blue .form-group {
    flex-wrap: nowrap;
    flex: 0 0 100%
}

.form-group-item,
.form-group-singe {
    flex-direction: column
}

.form-group-item {
    display: flex;
    flex-grow: 1;
    position: relative
}

.form-control:focus::-moz-placeholder {
    opacity: 0
}

.form-control:focus:-ms-input-placeholder {
    opacity: 0
}

.form-control:focus::-webkit-input-placeholder {
    opacity: 0
}

.add-item {
    cursor: pointer;
    color: var(--669EC5, #669ec5);
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    text-align: right;
    margin-left: auto
}

.add-item-disabled {
    opacity: .25;
    cursor: default;
    pointer-events: none;
    color: #202020
}

.form-subheader {
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 20px;
    font-weight: 800;
    line-height: 120%;
    text-align: left
}

.pseudo-link {
    cursor: pointer;
    color: #669ec5
}

.pseudo-link:hover {
    color: #4d8db9
}

.pseudo-menu-link {
    cursor: pointer;
    color: #202020
}

.pseudo-menu-link:hover {
    color: #669ec5
}

.hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 40px
}

@media (max-width:767px) {
    .hero {
        flex-direction: column;
        row-gap: 42px
    }
}

.hero-left,
.hero-right {
    flex-grow: 1;
    min-height: 100px
}

.hero-left {
    flex-basis: 38.23529412%
}

.hero-logo {
    display: flex;
    aspect-ratio: 42/10;
    width: 100%;
    max-width: 420px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(images/logo-big.svg);
    margin-bottom: 30px
}

@media (max-width:767px) {
    .hero-logo {
        margin-bottom: 12px;
        max-width: 220px
    }
}

.hero-left-title {
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 42px;
    font-weight: 800;
    line-height: 120%;
    margin-bottom: 24px;
    margin-top: 0
}

@media (min-width:768px) and (max-width:991px) {
    .hero-left-title {
        font-size: 32px;
        margin-bottom: 16px
    }
}

@media (max-width:767px) {
    .hero-left-title {
        font-size: 24px;
        margin-bottom: 12px
    }
}

.hero-left-text {
    margin-bottom: 30px
}

@media (max-width:767px) {
    .hero-left-text {
        margin-bottom: 24px
    }
}

.hero-right,
.section-features .feature:before {
    background-repeat: no-repeat;
    background-position: center
}

.hero-right,
.section-features .feature {
    display: flex;
    align-items: center;
    position: relative
}

.hero-right {
    flex-basis: 58.82352941%;
    overflow: hidden;
    border-radius: 32px;
    justify-content: center;
    aspect-ratio: 800/587;
    background-size: cover
}

@media (max-width:767px) {
    .hero-right {
        flex-basis: 100%;
        width: 100%;
        aspect-ratio: 312/273;
        border-radius: 24px
    }
}

.hero-right-content {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .5) 100%);
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #fff
}

@media (max-width:767px) {
    .hero-right-content {
        padding: 24px
    }
}

.hero-right-title,
.section-features .feature .feature-header {
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 20px
}

@media (max-width:767px) {
    .hero-right-title {
        font-size: 22px;
        margin-bottom: 8px
    }
}

.hero-right-text {
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 50px
}

@media (max-width:767px) {
    .hero-right-text {
        font-size: 16px;
        margin-bottom: 24px
    }
}

.hero-right-links {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 30px
}

@media (max-width:767px) {
    .hero-right-links {
        column-gap: 14px
    }
}

.section-common {
    margin-bottom: 140px
}

@media (max-width:767px) {
    .section-common {
        margin-bottom: 60px
    }
}

.section-features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 54px
}

@media (min-width:768px) and (max-width:991px) {
    .section-features {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 32px
    }
}

@media (max-width:767px) {
    .section-features {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 32px
    }
}

.section-features .feature {
    flex-direction: column;
    z-index: 1
}

@media (max-width:480px) {
    .section-features .feature {
        max-width: 218px;
        margin-left: auto;
        margin-right: auto;
        text-align: center
    }
}

.section-features .feature .feature-header {
    font-size: 22px;
    line-height: 150%;
    margin-bottom: 24px
}

@media (max-width:767px) {
    .section-features .feature .feature-header {
        font-size: 20px;
        font-weight: 800;
        line-height: 120%;
        margin-bottom: 8px
    }
}

.section-features .feature .feature-text {
    text-align: center;
    font-weight: 500;
    line-height: 1.5
}

@media (max-width:767px) {
    .section-features .feature .feature-text {
        font-size: 16px
    }
}

.section-features .feature:before {
    content: "";
    width: 70px;
    height: 70px;
    margin-bottom: 32px;
    background-size: 100%
}

@media (max-width:767px) {
    .section-features .feature:before {
        width: 60px;
        height: 70px;
        margin-bottom: 14px
    }
}

.section-features .feature:nth-child(1):before {
    background-image: url(images/interface/feat-share.svg)
}

.section-features .feature:nth-child(2):before {
    background-image: url(images/interface/feat-receive.svg)
}

.section-features .feature:nth-child(3):before {
    background-image: url(images/interface/feat-discover.svg)
}

.section-features .feature:nth-child(4):before {
    background-image: url(images/interface/feat-connect.svg)
}

.section-features .feature:after {
    content: "";
    display: flex;
    position: absolute;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%
}

.section-features .feature:nth-child(2):after {
    background-image: url(images/interface/feat-share_arrow.svg);
    width: 189px;
    height: 73px;
    top: 60px;
    left: -130px
}

@media (max-width:767px) {
    .section-features .feature:nth-child(2):after {
        background-image: url(images/interface/feat-receive_arrow_mob.svg);
        width: 43px;
        height: 125px;
        top: -30px;
        left: 0
    }
}

.section-features .feature:nth-child(3):after {
    background-image: url(images/interface/feat-receive_arrow.svg);
    width: 187px;
    height: 105px;
    top: 5px;
    left: -110px
}

@media (min-width:768px) and (max-width:991px) {
    .section-features .feature:nth-child(3):after {
        display: none
    }
}

@media (max-width:767px) {
    .section-features .feature:nth-child(3):after {
        background-image: url(images/interface/feat-discover_arrow_mob.svg);
        width: 52px;
        height: 87px;
        top: -30px;
        left: unset;
        right: 7px
    }
}

.section-features .feature:nth-child(4):after {
    background-image: url(images/interface/feat-discover_arrow.svg);
    width: 151px;
    height: 49px;
    top: 60px;
    left: -110px
}

@media (max-width:767px) {
    .section-features .feature:nth-child(4):after {
        background-image: url(images/interface/feat-connect_arrow_mob.svg);
        width: 50px;
        height: 77px;
        top: -10px;
        left: 10px
    }
}

.privacy,
.privacy:before {
    margin-left: auto;
    margin-right: auto
}

.privacy {
    max-width: 980px;
    text-align: center
}

.privacy:before {
    display: flex;
    content: "";
    width: 70px;
    height: 70px;
    margin-bottom: 32px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-image: url(images/interface/feat-paddlock.svg)
}

@media (max-width:767px) {
    .privacy:before {
        width: 60px;
        height: 70px;
        margin-bottom: 14px
    }
}

.privacy .privacy-header {
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 24px;
    line-height: 130%
}

@media (max-width:767px) {
    .privacy .privacy-header {
        font-size: 16px;
        font-weight: 700;
        line-height: 130%;
        margin-bottom: 16px
    }
}

.section-feedback {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    column-gap: 40px
}

@media (max-width:767px) {
    .section-feedback {
        flex-direction: column;
        row-gap: 42px
    }
}

.feedback-left,
.feedback-right {
    flex-grow: 1;
    min-height: 100px;
    padding: 80px
}

@media (min-width:768px) and (max-width:991px) {

    .feedback-left,
    .feedback-right {
        padding: 40px
    }
}

@media (max-width:767px) {

    .feedback-left,
    .feedback-right {
        padding: 24px
    }
}

.feedback-left {
    flex-basis: 58.82352941%;
    border-radius: 32px;
    background-color: #e7f0f5
}

.feedback-right {
    flex-basis: 38.23529412%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 32px
}

.form-common .form-group+.form-group {
    margin-top: 16px
}

@media (max-width:767px) {
    .form-feedback .btn-submit {
        align-self: flex-start
    }
}

.not-valid,
.wpcf7-not-valid {
    border-color: #ff6d7b
}

.not-valid-tip,
.wpcf7-not-valid-tip {
    font-size: 14px;
    line-height: 1.41;
    padding-top: 4px;
    color: #ff6d7b
}

.feedback-title {
    font-size: 34px;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 8px
}

@media (max-width:767px) {
    .feedback-title {
        font-size: 20px;
        font-weight: 800;
        line-height: 120%
    }
}

.feedback-subheader {
    margin-bottom: 32px
}

@media (max-width:767px) {
    .feedback-subheader {
        margin-bottom: 16px
    }
}

.secret-words {
    position: relative
}

.secret-words-btn {
    cursor: pointer;
    position: absolute;
    z-index: 1;
    border: 0;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #669ec5;
    background: #e7f0f5;
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    text-align: left;
    transition: all .3s ease 0s;
    top: 7px;
    right: 7px
}

.remove-link-btn:hover,
.secret-words-btn:hover {
    color: #fff;
    background: #669ec5
}

@media (max-width:767px) {
    .secret-words-btn {
        top: 2px;
        right: 2px
    }
}

.remove-link-btn {
    cursor: pointer;
    position: absolute;
    z-index: 1;
    border: 0;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #669ec5;
    background: #e7f0f5;
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    text-align: left;
    transition: all .3s ease 0s;
    bottom: 7px;
    right: 7px
}

.member-contact a,
.secret-words-hint {
    display: flex;
    align-items: center;
    border-radius: 100em
}

.secret-words-hint {
    justify-content: center;
    border: 0;
    box-shadow: 0 0 15px 0 rgba(56, 72, 83, .3);
    background: #202020;
    color: #e7f0f5;
    font-size: 14px;
    line-height: 1.2;
    position: absolute;
    z-index: 1;
    top: 50px;
    height: 39px;
    padding: 0 12px;
    right: -90px;
    width: 244px
}

@media (max-width:767px) {
    .secret-words-hint {
        right: 0;
        top: 40px
    }
}

.secret-words-hint:before {
    position: absolute;
    z-index: 31;
    top: 0;
    transform: translateY(-100%);
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 6px solid #202020
}

@media (max-width:767px) {
    .secret-words-hint:before {
        right: 17px
    }
}

.feedback-sent {
    display: flex;
    flex-direction: column;
    align-items: center
}

.feedback-sent-img {
    width: 118px;
    height: 118px;
    background: url(images/interface/ico-sent.svg)no-repeat center;
    background-size: 100%;
    margin-bottom: 12px
}

@media (max-width:767px) {
    .feedback-sent-img {
        margin-bottom: 6px
    }
}

.feedback-sent-txt {
    color: #669ec5;
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 130%
}

@media (max-width:767px) {
    .feedback-sent-txt {
        font-size: 20px
    }
}

.feedback-contacts,
.feedback-soc {
    padding-left: 0;
    list-style: none
}

.feedback-soc {
    display: flex;
    gap: 16px;
    margin-top: 0;
    margin-bottom: 0
}

.feedback-soc li a svg path {
    transition: all .3s ease 0s
}

.feedback-soc li a:hover svg path {
    fill: #f09249
}

@media (max-width:767px) {
    .hide-mobile {
        display: none
    }
}

.main-posts {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    column-gap: 40px;
    overflow: hidden
}

@media (max-width:991px) {
    .main-posts {
        flex-direction: column;
        row-gap: 40px
    }
}

@media (max-width:767px) {
    .main-posts {
        border-radius: 24px;
        row-gap: 32px
    }
}

.post-left,
.post-right {
    flex-grow: 1;
    min-height: 100px
}

.post-left {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-basis: 58.82352941%;
    border-radius: 32px;
    overflow: hidden;
    background-color: #e7f0f5
}

@media (max-width:767px) {
    .post-left {
        flex-direction: column;
        border-radius: 24px
    }
}

.post-left-image {
    min-height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    flex-basis: 82%
}

@media (max-width:767px) {
    .post-left-image {
        min-height: 300px
    }
}

.post-left-text {
    flex-basis: 82%;
    flex-grow: 1;
    display: flex;
    padding: 32px;
    flex-direction: column;
    justify-content: space-between;
    margin-left: -32px;
    background: #669ec5;
    color: #fff;
    border-radius: 32px;
    overflow: hidden
}

@media (max-width:767px) {
    .post-left-text {
        min-height: 300px;
        margin-left: 0;
        padding: 24px;
        margin-top: -24px;
        border-radius: 24px
    }
}

.post-text-content {
    margin-bottom: 80px
}

@media (min-width:768px) and (max-width:991px) {
    .post-text-content {
        margin-bottom: 40px
    }
}

@media (max-width:767px) {
    .post-text-content {
        margin-bottom: 24px
    }
}

.post-bottom {
    display: flex;
    column-gap: 32px
}

.post-bottom .btn-sound {
    flex-shrink: 0
}

@media (min-width:768px) and (max-width:991px) {
    .post-bottom {
        column-gap: 20px
    }
}

@media (max-width:767px) {
    .post-bottom {
        column-gap: 14px
    }
}

@media (max-width:1220px) and (min-width:992px) {
    .post-left-text {
        min-width: 352px
    }
}

.post-right {
    flex-basis: 38.23529412%;
    display: flex;
    padding: 32px;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 32px
}

@media (max-width:767px) {
    .post-right {
        padding: 24px
    }
}

.coming-soon-outer {
    flex: 1 0 auto;
    display: flex;
    align-items: center
}

.coming-soon-logo {
    margin: 0 auto 64px
}

@media (max-width:767px) {
    .coming-soon-logo {
        margin-bottom: 24px
    }
}

.coming-soon {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    min-height: 432px;
    overflow: hidden;
    border-radius: 32px
}

@media (max-width:767px) {
    .coming-soon {
        flex-direction: column
    }
}

.coming-soon-left {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 432px;
    flex-basis: 82%;
    background-color: #f5f5f5;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(images/content/coming-soon.jpg)
}

@media (max-width:767px) {
    .coming-soon-left {
        min-height: 300px
    }
}

.coming-soon-left iframe {
    width: auto;
    height: 100%;
    aspect-ratio: 16/9;
    display: flex
}

@media (max-width:767px) {
    .coming-soon-left iframe {
        width: 100%;
        height: 100%
    }
}

@media (max-width:539px) {
    .coming-soon-left iframe {
        width: auto;
        height: 300px
    }
}

.coming-soon-right {
    flex-basis: 82%;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px;
    flex-direction: column;
    margin-left: -32px;
    background: #e7f0f5;
    position: relative;
    z-index: 2;
    border-radius: 32px;
    overflow: hidden
}

@media (min-width:768px) and (max-width:991px) {
    .coming-soon-right {
        min-height: 100px;
        padding: 40px
    }
}

@media (max-width:767px) {
    .coming-soon-right {
        min-height: 240px;
        margin-left: 0;
        padding: 24px;
        margin-top: -24px;
        border-radius: 24px
    }
}

.coming-soon-text {
    margin-bottom: 32px
}

@media (max-width:767px) {
    .coming-soon-text {
        margin-bottom: 15px
    }
}

.mt-16 {
    margin-top: 16px
}

.coming-soon .wpcf7-response-output {
    display: none !important
}

.page-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px
}

.page-header .h2 {
    margin-bottom: 0
}

.btn-add-member {
    column-gap: 10px
}

.btn-add-member:before {
    display: flex;
    content: "";
    width: 24px;
    height: 24px;
    background: url(images/interface/ico-plus.svg)no-repeat center;
    background-size: 100%
}

@media (max-width:767px) {
    .btn-add-member {
        column-gap: 4px;
        font-size: 12px
    }

    .btn-add-member:before {
        width: 12px;
        height: 12px
    }
}

.members {
    display: flex;
    flex-direction: column;
    row-gap: 16px
}

@media (max-width:767px) {
    .members {
        row-gap: 12px
    }
}

.member {
    position: relative;
    background-color: #e7f0f5;
    overflow: hidden;
    border-radius: 30px;
    padding: 24px;
    min-height: 100px
}

.member-inner {
    display: flex;
    column-gap: 16px;
    align-items: stretch;
    justify-content: flex-start
}

@media (max-width:767px) {
    .member-inner {
        text-align: center;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }
}

.member-image {
    flex: 0 0 165px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 165px;
    height: 165px
}

.member-image img {
    display: flex;
    object-fit: cover;
    width: 100%;
    height: auto
}

@media (max-width:767px) {
    .member-image {
        margin-bottom: 16px
    }
}

.edit {
    position: absolute;
    z-index: 2;
    width: 38px;
    height: 38px;
    background: url(images/interface/ico-edit-big.svg)no-repeat center;
    background-size: 100%;
    right: 16px;
    top: 16px;
    cursor: pointer
}

.member-header {
    margin-bottom: 16px
}

.member-title {
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 20px;
    font-weight: 800;
    line-height: 120%
}

@media (max-width:767px) {
    .member-title {
        font-size: 23px
    }
}

.member-condition {
    padding-top: 7px;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%
}

.member-condition.normal {
    color: #669ec5
}

.member-condition.pending {
    color: #f09249
}

.member-condition.pending a {
    color: #f09249;
    text-decoration: underline
}

@media (max-width:767px) {
    .member-condition {
        font-size: 12px;
        font-weight: 500;
        line-height: 150%
    }
}

.member-contacts {
    font-size: 14px;
    font-weight: 400;
    line-height: 141%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 16px
}

@media (max-width:767px) {
    .member-contacts {
        font-size: 16px;
        font-weight: 400;
        line-height: 141%
    }
}

.member-emails,
.member-phones {
    display: flex;
    row-gap: 24px;
    flex-wrap: wrap
}

@media (max-width:767px) {

    .member-emails,
    .member-phones {
        flex-direction: column;
        row-gap: 12px
    }
}

.member-contact {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-left: 36px;
    padding: 4px 0;
    position: relative
}

.member-contact a.default:before,
.member-contact:before {
    display: flex;
    content: "";
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center
}

.member-contact:before {
    position: absolute;
    top: 8px;
    left: -28px
}

.member-contact.member-emails:before {
    background-image: url(images/interface/ico-mail-small.svg)
}

.member-contact.member-phones:before {
    background-image: url(images/interface/ico-phone-small.svg)
}

@media (max-width:767px) {
    .member-contact {
        justify-content: center;
        align-items: center;
        margin-left: 0
    }

    .member-contact:before {
        display: none
    }
}

.member-contact a {
    color: #202020;
    padding-left: 14px;
    padding-right: 14px;
    height: 32px;
    background: #c0d7e6
}

.member-contact a.default,
.member-social-inactive a {
    pointer-events: none;
    cursor: default;
    opacity: .5
}

.member-contact a.default:before {
    margin-right: 2px;
    background-image: url(images/interface/ico-child-small.svg)
}

.member-social {
    display: flex;
    margin-bottom: 16px;
    align-items: center
}

@media (max-width:767px) {
    .member-social {
        flex-direction: column;
        row-gap: 10px
    }

    .member-links .member-social {
        flex-direction: row
    }
}

.soc-link {
    display: flex;
    width: 48px;
    height: 48px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(images/interface/ico-social-common.svg)
}

.soc-link.soc-facebook {
    background-image: url(images/interface/ico-social-facebook.svg)
}

.soc-link.soc-telegram {
    background-image: url(images/interface/ico-social-telegram.svg)
}

.soc-link.soc-linkedin {
    background-image: url(images/interface/ico-social-linkedin.svg)
}

.soc-link.soc-youtube {
    background-image: url(images/interface/ico-social-youtube.svg)
}

.soc-link.soc-insta {
    background-image: url(images/interface/ico-social-insta.svg)
}

.soc-link.soc-x {
    background-image: url(images/interface/ico-social-x.svg)
}

.members-list .member-social .soc-link {
    width: 32px;
    height: 32px
}

@media (max-width:767px) {
    .members-list .member-social .soc-link {
        width: 36px;
        height: 36px
    }
}

.member-social-active,
.member-social-inactive {
    display: flex;
    flex-wrap: wrap;
    column-gap: 8px;
    row-gap: 4px;
    justify-content: flex-start
}

@media (max-width:767px) {

    .member-social-active,
    .member-social-inactive {
        justify-content: center
    }
}

.member-social-inactive {
    position: relative;
    margin-left: 16px
}

.member-social-inactive:before {
    position: absolute;
    display: flex;
    content: "";
    background: rgba(102, 158, 197, .3);
    width: 1px;
    height: 32px;
    top: -1px;
    left: -8px
}

@media (max-width:767px) {
    .member-social-inactive {
        margin-left: 0
    }

    .member-social-inactive:before {
        display: none
    }
}

.member-buttons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 8px
}

@media (max-width:767px) {
    .member-buttons {
        justify-content: center
    }

    .member-buttons .btn {
        font-size: 16px
    }
}

.two-cols {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    column-gap: 32px
}

.col-left {
    flex-grow: 1;
    flex-basis: 73.52941176%
}

.col-right {
    flex-basis: 328px;
    flex-shrink: 0
}

@media (max-width:900px) {
    .two-cols {
        flex-direction: column-reverse;
        row-gap: 16px
    }

    .col-left,
    .col-right {
        flex-basis: unset;
        width: 100%
    }

    .col-left {
        flex-grow: 1
    }

    .col-right {
        flex-shrink: 0
    }

    .col-right .latest-posts {
        display: none
    }
}

.post-list {
    display: flex;
    flex-direction: column;
    row-gap: 16px
}

.post-item {
    display: flex;
    min-height: 400px;
    align-items: stretch;
    justify-content: flex-start;
    border-radius: 32px;
    overflow: hidden
}

.post-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    flex-basis: 82%
}

.post-text {
    background-color: #e7f0f5;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    border-radius: 32px;
    padding: 32px
}

.post-image~.post-text {
    margin-left: -32px;
    flex-basis: 82%
}

@media (max-width:520px) {
    .post-item {
        flex-direction: column;
        min-height: 400px;
        align-items: stretch;
        justify-content: flex-start;
        border-radius: 32px
    }

    .post-image {
        min-height: 300px
    }

    .post-image~.post-text {
        margin-top: -32px
    }

    .post-text {
        background-color: #e7f0f5;
        border-radius: 32px;
        padding: 32px;
        margin-left: 0 !important
    }
}

a.post-heading {
    color: #202020;
    margin-bottom: 8px
}

a.post-heading:hover {
    color: #669ec5
}

@media (min-width:768px) and (max-width:991px) {
    a.post-heading {
        font-size: 23px
    }
}

@media (max-width:767px) {
    a.post-heading {
        font-size: 23px
    }
}

.post-status {
    margin-bottom: 16px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    font-size: 16px;
    line-height: 1;
    column-gap: 12px;
    row-gap: 6px
}

@media (min-width:768px) and (max-width:991px) {
    .post-status {
        font-size: 15px
    }
}

@media (max-width:767px) {
    .post-status {
        font-size: 14px
    }
}

.post-status.published {
    color: #62d0a2
}

.calendar-time div,
.post-status.scheduled,
.post-status.unpublished {
    color: #ffa865
}

.post-status .icon {
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    display: flex;
    background-color: #fff
}

.post-status .icon.icon-video:before {
    background-image: url(images/interface/ico-video.svg)
}

.post-status .icon.icon-audio:before {
    background-image: url(images/interface/ico-audio.svg)
}

.post-excerpt {
    margin-bottom: 16px;
    color: var(--202020, #202020);
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    opacity: .7;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical
}

@media (min-width:768px) and (max-width:991px) {
    .post-excerpt {
        font-size: 16px
    }
}

@media (max-width:767px) {
    .post-excerpt {
        font-size: 16px
    }
}

.post-bot-comments,
.post-bot-views,
.post-bot_views-comments {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 16px
}

.post-bot-comments,
.post-bot-views {
    column-gap: 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3
}

.post-bot-comments:before,
.post-bot-views:before,
.post-status .icon:before {
    display: flex;
    content: "";
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%
}

.post-bot-views:before {
    background-image: url(images/interface/ico-views.svg)
}

.post-bot-comments:before {
    background-image: url(images/interface/ico-comments.svg)
}

.btn-post-settings {
    position: absolute;
    right: 16px;
    top: 16px;
    padding: 0;
    width: 32px;
    height: 32px;
    background: 0 0;
    display: block;
    justify-content: center;
    align-items: center;
    border: 0;
    cursor: pointer;
    color: #202020;
    transition: color .2s ease
}

.btn-post-settings.open,
.btn-post-settings:hover {
    color: #669ec5
}

.btn-post-settings__icon {
    width: 32px;
    height: 32px;
    fill: currentColor;
    pointer-events: none
}

.btn-post-settings__menu {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 4px;
    width: 170px;
    background-color: #e7f0f5;
    box-sizing: border-box;
    border: 1px solid rgba(102, 158, 197, .3);
    border-radius: 16px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: all .2s ease;
    z-index: 1000
}

.btn-post-settings__menu ul {
    list-style: none;
    margin: 0;
    padding: 16px 0
}

.btn-post-settings__menu li {
    padding: 0
}

.btn-post-settings.open .btn-post-settings__menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.post-filters {
    border-color: #ffecdd;
    border-radius: 30px;
    padding: 24px;
    max-width: 320px
}

@media (max-width:900px) {
    .post-filters {
        max-width: unset
    }
}

.post-filter+.post-filter {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid var(--FFFFFF, #ffffff)
}

.post-filter-title {
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 20px;
    font-weight: 800;
    line-height: 120%;
    margin-bottom: 12px
}

.form-control-calendar {
    border: 0;
    background-image: url(images/interface/ico-calendar.svg);
    background-repeat: no-repeat;
    background-position-y: 50%;
    background-position-x: calc(100% - 10px);
    padding-right: 50px;
    color: rgba(32, 32, 32, .7);
    margin-bottom: 12px
}

.post-filter .checkbox-group-orange .form-check-label:has(:not(:checked)) {
    background: #ffe5d0
}

.posts-pagination {
    margin-top: 24px
}

.wp-pagenavi,
.wp-pagenavi a,
.wp-pagenavi span {
    display: flex;
    align-items: center;
    justify-content: center
}

.wp-pagenavi {
    flex-wrap: wrap;
    column-gap: 4px;
    row-gap: 8px
}

.wp-pagenavi a,
.wp-pagenavi span {
    color: #669ec5;
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 1
}

.wp-pagenavi .current {
    border-radius: 50%;
    overflow: hidden;
    background-color: #eef9ff;
    border: 1.5px solid #e7f0f5
}

.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    text-indent: -100px
}

.wp-pagenavi .first,
.wp-pagenavi .last {
    background-image: url(images/interface/ico-pag_end.svg)
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
    background-image: url(images/interface/ico-pag_next.svg)
}

.wp-pagenavi .first,
.wp-pagenavi .previouspostslink {
    transform: rotate(180deg)
}

.post-featured-image {
    overflow: hidden;
    margin-bottom: 32px;
    border-radius: 32px
}

@media (max-width:767px) {
    .post-featured-image {
        border-radius: 16px
    }
}

.post-title {
    margin-bottom: 8px
}

.post-date {
    color: var(--202020, #202020);
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    opacity: .4
}

.post-audio-list,
.post-header,
.post-message {
    margin-bottom: 32px
}

.post-audio-list {
    display: flex;
    flex-direction: column;
    row-gap: 12px
}

.post-comments {
    margin-bottom: 140px
}

@media (max-width:767px) {
    .post-comments {
        margin-bottom: 60px
    }
}

.post-comments-list {
    margin-bottom: 32px;
    display: flex;
    flex-direction: column;
    row-gap: 32px
}

.post-comment {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    column-gap: 24px
}

.post-profile {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 56px;
    border-radius: 50%;
    overflow: hidden
}

.post-comment-avatar {
    display: flex;
    max-width: 100%;
    height: auto
}

.post-comment-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    padding: 14px 24px;
    border-radius: 0 20px 20px 20px;
    background: rgba(102, 158, 197, .1)
}

.post-comment-text {
    opacity: .7
}

.post-comment-date {
    margin-left: auto;
    opacity: .4
}

.post-admin .post-comment-content {
    background: #ffecdd
}

.form-comments {
    display: flex;
    column-gap: 24px;
    align-items: stretch
}

@media (max-width:767px) {
    .form-comments {
        flex-direction: column;
        row-gap: 12px
    }
}

.post-pagination {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    column-gap: 40px
}

@media (min-width:768px) and (max-width:991px) {
    .post-pagination {
        column-gap: 20px
    }
}

@media (max-width:767px) {
    .post-pagination {
        column-gap: 8px
    }
}

.post-pagination-link {
    flex-basis: 50%;
    min-height: 300px;
    background: #f3f3f3;
    overflow: hidden;
    border-radius: 32px;
    display: flex;
    align-items: stretch
}

@media (max-width:767px) {
    .post-pagination-link {
        flex-direction: column;
        min-height: unset;
        border-radius: 16px
    }
}

.post-pagination-img {
    flex-shrink: 1;
    flex-grow: 1;
    flex-basis: auto;
    background-color: transparent;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

@media (max-width:767px) {
    .post-pagination-img {
        min-height: 167px
    }
}

.post-pagination-link:nth-child(1) .post-pagination-text {
    background-color: #669ec5;
    color: #fff
}

.post-pagination-link:nth-child(2) {
    flex-direction: row-reverse
}

@media (max-width:767px) {
    .post-pagination-link:nth-child(2) {
        flex-direction: column;
        margin-left: 0
    }
}

.post-pagination-link:nth-child(2) .post-pagination-text {
    background-color: #ffecdd;
    margin-left: 0;
    margin-right: -32px;
    color: #202020
}

@media (max-width:767px) {
    .post-pagination-link:nth-child(2) .post-pagination-text {
        border-radius: 16px;
        flex-direction: column;
        margin-right: 0
    }
}

.post-pagination-text {
    flex-shrink: 1;
    flex-grow: 1;
    flex-basis: calc((400/660)*100% - 320px);
    position: relative;
    z-index: 2;
    margin-left: -32px;
    border-radius: 32px;
    padding: 32px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

@media (max-width:767px) {
    .post-pagination-text {
        border-radius: 16px;
        padding: 12px;
        margin-top: -16px;
        margin-left: 0;
        flex-basis: unset
    }
}

.latest-posts-list .latest-post .latest-post-link,
.post-pagination-title {
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 20px;
    font-weight: 800;
    line-height: 120%
}

.post-pagination-title {
    margin-bottom: 16px
}

@media (max-width:767px) {
    .post-pagination-title {
        font-size: 16px;
        margin-bottom: 8px
    }
}

.post-pagination-excerpt {
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    opacity: .7
}

@media (max-width:767px) {
    .post-pagination-excerpt {
        font-size: 15px;
        margin-bottom: 12px
    }
}

.post-pagination-bot {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.post-pagination-multimedia {
    display: flex;
    gap: 8px
}

.post-pagination-multimedia .icon {
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    display: flex;
    background-color: transparent
}

.post-pagination-multimedia .icon:before {
    display: flex;
    content: "";
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%
}

.post-pagination-multimedia .icon.ico-earphone-blue-lite:before {
    background-image: url(images/interface/ico-earphone-blue-lite.svg)
}

.post-pagination-multimedia .icon.ico-earphone-orange:before {
    background-image: url(images/interface/ico-earphone-orange.svg)
}

.post-filter-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px
}

.post-filter-header .post-filter-title {
    margin-bottom: 0
}

.post-filter-views {
    display: flex;
    align-items: center;
    font-size: 16px;
    column-gap: 8px
}

.post-filter-views:before {
    display: flex;
    content: "";
    width: 24px;
    height: 24px;
    background: url(images/interface/ico-views.svg)no-repeat center
}

.post-for-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px
}

.post-for-item {
    font-size: 16px;
    background: #ffa865;
    overflow: hidden;
    border-radius: 100em;
    color: #fff;
    display: flex;
    align-items: center;
    height: 54px;
    padding-left: 12px;
    padding-right: 20px
}

.post-for-item a {
    color: #fff
}

@media (max-width:767px) {
    .post-for-item {
        padding-left: 8px;
        padding-right: 12px;
        height: 47px;
        font-size: 12px
    }
}

.post-for-views {
    padding-right: 8px;
    margin-right: 8px;
    border-right: solid 1px rgba(255, 255, 255, .3)
}

.post-for-views:before {
    display: flex;
    content: "";
    width: 24px;
    height: 24px;
    background: url(images/interface/ico-eye-white.svg)no-repeat center
}

.post-for-comments,
.post-for-views {
    display: flex;
    align-items: center;
    gap: 6px
}

.post-for-comments:before {
    display: flex;
    content: "";
    width: 24px;
    height: 24px;
    background: url(images/interface/ico-chat-white.svg)no-repeat center
}

.post-for-avatar {
    flex-shrink: 0;
    width: 31px;
    height: 31px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 4px
}

.post-for-avatar img {
    display: flex;
    width: 31px;
    height: 31px
}

.post-for-name {
    margin-right: 4px;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-wrap: anywhere
}

.post-for-name:hover {
    color: #fff !important
}

.posted-buttons {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    row-gap: 8px;
    margin-top: 32px;
    margin-bottom: 60px
}

@media (max-width:900px) {
    .posted-buttons {
        flex-direction: row;
        margin-top: 12px;
        margin-bottom: 12px;
        column-gap: 8px
    }

    .posted-buttons .btn {
        flex-basis: 50%
    }
}

.bg-blue-lite .form-control-calendar {
    background-image: url(images/interface/ico-calendar-blue.svg)
}

.latest-posts-list {
    padding-top: 24px;
    display: flex;
    flex-direction: column;
    row-gap: 24px
}

.editor-ul,
.latest-posts-list .latest-post {
    display: flex;
    flex-direction: column;
    row-gap: 2px
}

.latest-posts-list .latest-post .latest-post-link {
    color: #202020
}

.footer-nav li a:hover,
.latest-posts-list .latest-post .latest-post-link:hover {
    color: #669ec5
}

.latest-posts-list .latest-post .latest-post-date {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    opacity: .4
}

.editor-ul {
    row-gap: 32px
}

.comment-text {
    opacity: .7;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 10px
}

.editor-item {
    background-color: #e7f0f5;
    padding: 24px;
    border-radius: 30px
}

.editor-item .form-control {
    border: solid 1px #e7f0f5;
    padding-left: 20px !important;
    padding-right: 20px !important
}

.editor-item .form-control::-moz-placeholder {
    opacity: .4
}

.editor-item .form-control:-ms-input-placeholder {
    opacity: .4
}

.editor-item .form-control::-webkit-input-placeholder {
    opacity: .4
}

.editor-item .form-control:focus::-moz-placeholder {
    opacity: 0
}

.editor-item .form-control:focus:-ms-input-placeholder {
    opacity: 0
}

.editor-item .form-control:focus::-webkit-input-placeholder {
    opacity: 0
}

.editor-item-header {
    position: relative;
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 150%;
    display: flex;
    align-items: center;
    column-gap: 16px;
    margin-bottom: 24px
}

.editor-item .form-group+.form-group {
    margin-top: 24px
}

.ico-edit {
    font-style: normal;
    width: 46px;
    height: 46px;
    display: flex;
    background-repeat: no-repeat;
    background-position: center
}

.ico-edit.ico-edit-mail {
    background-image: url(images/interface/ico-edit-mail.svg)
}

.ico-edit.ico-edit-audio {
    background-image: url(images/interface/ico-edit-audio.svg)
}

.ico-edit.ico-edit-eye {
    background-image: url(images/interface/ico-edit-eye.svg)
}

.ico-edit.ico-edit-flag {
    background-image: url(images/interface/ico-edit-flag.svg)
}

.ico-edit.ico-edit-lamp {
    background-image: url(images/interface/ico-edit-lamp.svg)
}

.ico-edit.ico-edit-photo {
    background-image: url(images/interface/ico-edit-photo.svg)
}

.ico-edit.ico-edit-rocket {
    background-image: url(images/interface/ico-edit-rocket.svg)
}

.ico-edit.ico-edit-video {
    background-image: url(images/interface/ico-edit-video.svg)
}

.editor-button-group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 24px
}

@media (max-width:767px) {
    .editor-button-group {
        column-gap: 12px
    }
}

.post-filters {
    margin-bottom: 32px
}

.ideas-list {
    margin-bottom: 12px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap
}

.idea,
.more-ideas {
    cursor: pointer;
    font-weight: 500
}

.idea {
    display: inline-flex;
    border-radius: 100em;
    background: rgba(255, 168, 101, .1);
    padding: 11.5px 26px;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-wrap: anywhere;
    transition: all .3s ease 0s
}

.idea:hover {
    background: rgba(255, 168, 101, .3)
}

.more-ideas {
    text-decoration: underline;
    color: #ffa865;
    text-align: center
}

.checkbox-group-big {
    gap: 12px
}

.checkbox-group-big .form-check-label {
    font-size: 18px;
    font-weight: 500;
    height: 50px;
    padding-left: 26px;
    padding-right: 26px
}

.calendar-time,
.reset {
    display: inline-flex;
    align-items: center
}

.reset {
    margin-left: auto;
    justify-content: space-between;
    border: 0;
    width: 62px;
    column-gap: 6px;
    background: 0 0;
    font-size: 16px;
    font-family: "Reddit Sans", sans-serif;
    font-weight: 500;
    color: #ffa865
}

.reset:before {
    content: "";
    display: flex;
    width: 16px;
    height: 16px;
    background: url(images/interface/ico-reset.svg)no-repeat center
}

.calendar-time {
    justify-content: flex-start;
    column-gap: 4px
}

.form-control-time {
    border: 0;
    text-align: center;
    width: 64px;
    color: #d2d2d2
}

.footer {
    padding: 6px 0
}

@media (min-width:768px) and (max-width:991px) {
    .footer {
        padding: 16px 0
    }
}

@media (max-width:767px) {
    .footer {
        padding: 16px 0
    }
}

.footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media (min-width:768px) and (max-width:991px) {
    .footer-inner {
        flex-direction: column;
        row-gap: 16px
    }
}

@media (max-width:767px) {
    .footer-inner {
        flex-direction: column;
        row-gap: 16px
    }
}

.footer-left {
    flex-basis: 35%;
    flex-grow: 0;
    flex-shrink: 1
}

@media (max-width:767px) {
    .footer-left {
        order: 2
    }
}

.footer-nav {
    max-width: 440px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0
}

.footer-nav li {
    list-style: none
}

.footer-nav li a {
    color: #202020
}

@media (min-width:768px) and (max-width:991px) {
    .footer-nav {
        column-gap: 40px
    }
}

@media (max-width:767px) {
    .footer-nav {
        flex-direction: column;
        align-items: center;
        row-gap: 4px
    }
}

.footer-mid {
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width:767px) {
    .footer-mid {
        order: 1
    }
}

.footer-logo,
.footer-logo img {
    display: flex;
    width: 147px;
    height: 40px
}

.footer-right {
    flex-basis: 35%;
    flex-grow: 0;
    flex-shrink: 1;
    text-align: right
}

@media (max-width:767px) {
    .footer-right {
        order: 3
    }
}

/* Settings page changes - */

.wpum-template.wpum-account-page.dadlive-account-page .wpum-template.wpum-form.wpum-password-form form#wpum-submit-password-form {
    margin-bottom: 50px;
}

.wpum-template.wpum-account-page.dadlive-account-page .wpum-template.wpum-form.wpum-password-form form#wpum-submit-password-form input#password {
    background: #fff;
    border: none;
}

.wpum-template.wpum-account-page.dadlive-account-page .wpum-template.wpum-form.wpum-password-form form#wpum-submit-password-form input#password_repeat {
    border-radius: 100px;
    border: none;
    background: #fff;
    height: 45px;
    padding-left: 12px;
    padding-right: 12px;
}

.wpum-template.wpum-account-page.dadlive-account-page .wpum-template.wpum-form.wpum-password-form form#wpum-submit-password-form input.button {
    background: #669EC5;
    border: none;
    width: 100%;
    padding: 10.5px 20px 10.5px 20px;
    border-radius: 100px;
    color: #fff;
}

.wpum-template.wpum-account-page.dadlive-account-page .fm-sms-account-settings .fm-sms-section {
    background: none;
    border: 1px solid #669EC5;
}

.wpum-template.wpum-account-page.dadlive-account-page .fm-sms-account-settings .fm-sms-section table.wp-list-table {
    width: 80%;
    background: #fff;
    border-radius: 10px;
    /* text-align: center; */
    margin: 0 auto;
}

form#wpum-submit-password-form label {
    font-size: 18px;
}

.wpum-template.wpum-account-page.dadlive-account-page .fm-sms-account-settings .fm-sms-section table.wp-list-table thead {
    background: #669EC5;
    color: #fff;
    font-size: 16px;
    text-align: left;
}

.wpum-template.wpum-account-page.dadlive-account-page .fm-sms-account-settings .fm-sms-section table.wp-list-table td {
    font-size: 15px;
}

.wpum-template.wpum-account-page.dadlive-account-page .fm-sms-account-settings .fm-sms-section table.wp-list-table td strong {
    font-weight: 500;
}

.wpum-template.wpum-account-page.dadlive-account-page .fm-sms-account-settings p.submit button.button.button-primary {
    background: #669EC5;
    border: none;
    width: 100%;
    padding: 10.5px 20px 10.5px 20px;
    border-radius: 100px;
    color: #fff;
}