@charset "UTF-8";
/*!
 * Theme Name: РСВ Блог
 * Theme URI: https://gitlab.com/anorsv/rsv-blog
 * Author: RSV
 * Author URI: https://rsv.ru
 * Description: WordPress theme for RSV blog
 * Version: 1.1.75
 * GitLab Theme URI: https://gitlab.com/anorsv/rsv-blog
 * GitLab branch: master

 * RSV blog 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
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
@font-face {
    font-family: "Proxima Nova";
    src: url("fonts/ProximaNova-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal; }

@font-face {
    font-family: "Proxima Nova";
    src: url("fonts/ProximaNova-LightIt.ttf") format("truetype");
    font-weight: 300;
    font-style: italic; }

@font-face {
    font-family: "Proxima Nova";
    src: url("fonts/ProximaNova-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal; }

@font-face {
    font-family: "Proxima Nova";
    src: url("fonts/ProximaNova-RegularIt.ttf") format("truetype");
    font-weight: 400;
    font-style: italic; }

@font-face {
    font-family: "Proxima Nova";
    src: url("fonts/ProximaNova-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal; }

@font-face {
    font-family: "Proxima Nova";
    src: url("fonts/ProximaNova-SemiBoldIt.ttf") format("truetype");
    font-weight: 600;
    font-style: italic; }

@font-face {
    font-family: "Proxima Nova";
    src: url("fonts/ProximaNova-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal; }

@font-face {
    font-family: "Proxima Nova";
    src: url("fonts/ProximaNova-BoldIt.ttf") format("truetype");
    font-weight: 700;
    font-style: italic; }

/*--------------------------------------------------------------
# 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;
    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;
    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: #2A2626;
    font-family: "Proxima Nova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 1rem;
    line-height: 1.4; }

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

p {
    margin-bottom: 20px; }

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

blockquote {
    margin: 0 20px; }

address {
    margin: 0 0 20px; }

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

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

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

/* Basic elements
---------------------- */
a {
    color: #3874E0;
    text-decoration: none;
    transition: color 300ms; }
a:hover, a:focus, a:active {
    color: #191970; }
a:focus {
    outline: thin dotted; }
a:hover, a:active {
    outline: 0; }

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%;
    display: block; }

figure {
    margin: 1em 0; }

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

textarea {
    width: 100%; }

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

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.site {
    background-color: #F5F9FC; }
@media (min-width: 1100px) {
    .site {
        display: grid;
        grid-template-areas: "header" "breadcrumbs" "wrapper" "footer";
        grid-template-columns: 100%; } }

.site-header {
    padding: 8px 20px;
    grid-area: header;
    width: 100%;
    display: flex;
    background-color: #fff;
    z-index: 90;
    height: 64px; }
@media (min-width: 1300px) {
    .site-header {
        height: 100px; } }

.site-branding {
    max-width: 140px;
    max-height: 48px;
    margin-right: 24px; }
.site-branding a {
    padding: 4px 8px;
    display: inline-block; }
@media (min-width: 1300px) {
    .site-branding a {
        padding: 4px 14px; } }
.site-branding svg {
    width: 95px;
    max-width: 140px;
    max-height: 40px; }
@media (min-width: 1300px) {
    .site-branding svg {
        width: 140px;
        max-width: 140px;
        max-height: 80px; } }
@media (min-width: 1720px) {
    .site-branding {
        margin-right: 48px; } }

.main-navigation {
    display: none;
    align-items: center; }
@media (min-width: 768px) {
    .main-navigation {
        display: flex; } }
@media (min-width: 1720px) {
    .main-navigation {
        margin-right: 48px; } }
.main-navigation-link {
    display: block;
    margin-right: 34px;
    font-size: 11.520000457763672px;
    font-weight: 700;
    color: #2A2626;
    border-bottom: 1px solid transparent; }
@media (min-width: 1300px) {
    .main-navigation-link {
        font-size: 15.29px; } }
@media (min-width: 1720px) {
    .main-navigation-link {
        font-size: 19.29px; } }
.main-navigation-link:hover {
    border-bottom: 1px solid #63b5e6; }

.header-social {
    display: none;
    align-items: center;
    justify-content: center; }
@media (min-width: 1100px) {
    .header-social {
        display: flex; } }
.header-social-link {
    margin-right: 8px;
    width: 23px;
    height: 23px;
    background-color: #fff;
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%; }
@media (min-width: 1720px) {
    .header-social-link {
        margin-right: 28px; } }
@media (min-width: 1720px) {
    .header-social-link {
        width: 34px;
        height: 34px; } }
.header-social-link span {
    display: none; }
.header-social-link svg {
    width: 23px;
    height: 23px; }
@media (min-width: 1720px) {
    .header-social-link svg {
        width: 34px;
        height: 34px; } }
.header-social-link.link-vk:hover svg * {
    fill: #597da3; }
.header-social-link.link-ok:hover svg * {
    fill: #ed812b; }
.header-social-link.link-twitter:hover svg * {
    fill: #00acee; }
.header-social-link.link-instagram:hover svg * {
    fill: #c536a4; }
.header-social-link.link-facebook:hover svg * {
    fill: #3b5998; }
.header-social-link.link-maxMessenger:hover svg * {
    fill: #3b5998; }
.header-social-link.link-youtube:hover svg * {
    fill: red; }

.social-links-item .social-links__icon_rt:hover .rutube-top-circle {
    fill: #ed143b;
}
.social-links-item .social-links__icon_dzen:hover circle {
    fill: #251f45;
}
.social-links-item .social-links__icon_tenchat:hover circle {
    fill: #fc3234;
}
.social-links-item .social-links__icon_maxMessenger:hover circle {
    fill: #fc3234;
}

.header-right-wrapper {
    display: none; }
@media (min-width: 1100px) {
    .header-right-wrapper {
        margin-left: auto;
        display: flex; } }

.header-search {
    align-self: center; }
.header-search input.search-field {
    width: 154px; }
.header-search input.search-submit {
    background-color: #D1004A !important; }

.header-login-button {
    padding: 11px;
    margin-left: 8px;
    display: block;
    align-self: center;
    border-radius: 4px;
    background-color: #3874E0;
    color: #fff; }
@media (min-width: 1720px) {
    .header-login-button {
        margin-left: 32px;
        padding: 11px 34px; } }
.header-login-button:hover {
    color: #e6e6e6; }

.header-hamburger {
    display: block;
    margin-left: auto;
    align-self: center;
    cursor: pointer; }
@media (min-width: 768px) {
    .header-hamburger {
        display: none; } }

.mobile-navigation {
    visibility: hidden;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 900;
    opacity: 0;
    transition: all 400ms ease-in;
    background-image: url("img/mobile-menu.png"); }
.mobile-navigation.active {
    visibility: visible;
    opacity: 1; }
.mobile-navigation-logo {
    position: absolute;
    top: 16px;
    left: 16px;
    width: 140px; }
@media (min-width: 768px) {
    .mobile-navigation-logo {
        width: 85px; } }
.mobile-navigation-link {
    margin: 12px 0;
    display: block;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #2A2626; }
@media (min-width: 480px) {
    .mobile-navigation-link {
        font-size: 28px;
        margin: 12px 0; } }
.mobile-navigation-link.header-login-button {
    color: #fff; }
.mobile-navigation .header-hamburger {
    position: absolute;
    top: 41px;
    right: 16px; }

.site-breadcrumbs {
    padding: 20px;
    margin: 0 auto;
    width: 100%;
    max-width: 1542px;
    grid-area: breadcrumbs; }
@media (min-width: 1720px) {
    .site-breadcrumbs {
        padding: 20px 40px; } }

.site-wrapper {
    margin: 0 auto 32px;
    padding: 32px 16px;
    width: 100%;
    max-width: 1542px;
    grid-area: wrapper;
    background-color: #fff;
    border: 1px solid #D2D5D9; }
@media (min-width: 768px) {
    .site-wrapper {
        padding: 20px; } }
@media (min-width: 1100px) {
    .site-wrapper {
        margin: 0 auto 80px;
        display: flex;
        flex-wrap: wrap; } }
@media (min-width: 1720px) {
    .site-wrapper {
        padding: 10px 40px; } }
@media (min-width: 1542px) {
    .site-wrapper {
        border-radius: 4px; } }

.site-subtitle {
    margin-top: 0;
    margin-bottom: 20px;
    display: block;
    flex: 1 0 100%; }

.home-categories {
    margin-bottom: 32px; }
@media (min-width: 1100px) {
    .home-categories {
        display: none; } }

.site-main {
    flex: 1 0 100%;
    overflow: hidden;
    /* Resolves issue with <pre> elements forcing full width. */ }
@media (min-width: 1100px) {
    .site-main {
        margin-right: 2%;
        flex: 0 1 70%; } }
@media (min-width: 1542px) {
    .site-main {
        margin-right: 48px;
        flex: 0 1 1001px; } }

.site-main .nav-links {
    margin-bottom: 10px;
    text-align: center; }
.site-main .nav-links > * {
    padding: 8px 12px;
    color: #2A2626; }
.site-main .nav-links a:hover {
    color: #3874E0; }
.site-main .nav-links svg {
    display: inline;
    vertical-align: bottom; }
.site-main .nav-links svg:hover path {
    fill: #3874E0; }
.site-main .nav-links .current {
    border-radius: 4px;
    background-color: #3874E0;
    color: #fff; }

.pagination {
    margin-bottom: 42px; }
@media (min-width: 1100px) {
    .pagination {
        margin-bottom: 0; } }

.widget-area {
    flex: 0 1 28%; }
@media (min-width: 1542px) {
    .widget-area {
        flex: 0 1 410px; } }

.site-footer {
    padding: 48px;
    grid-area: footer;
    background-color: #D4E8F8; }

.footer-jumbo {
    max-width: 1096px;
    margin: 0; }
.footer-jumbo-item {
    margin-bottom: 32px;
    font-size: 18px;
    line-height: 40px; }
.footer-jumbo-item:last-child {
    margin-bottom: 0; }
.footer-jumbo-item-heading {
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px; }
.footer-jumbo-item-heading.collapsed svg {
    transform: initial; }
.footer-jumbo-item-heading svg {
    display: inline;
    vertical-align: super;
    transform: rotate(180deg); }
@media (min-width: 1100px) {
    .footer-jumbo-item-heading svg {
        display: none; } }
.footer-jumbo-item-links.collapsed {
    display: none; }
.footer-jumbo-item-link {
    display: block;
    color: #2A2626;
    font-size: 18px;
    font-weight: normal; }
.footer-jumbo-item-link:hover {
    text-decoration: underline; }
.footer-jumbo-item-link:last-child {
    margin-bottom: 0; }
@media (min-width: 1100px) {
    .footer-jumbo {
        margin: 0 auto 48px;
        display: flex; }
    .footer-jumbo-item {
        margin-bottom: 0;
        margin-right: 82px;
        flex: 1 0 200px; }
    .footer-jumbo-item-heading {
        margin: 0 0 15px; } }

.footer-social {
    margin: 24px auto;
    display: flex; }
@media (min-width: 768px) {
    .footer-social {
        justify-content: center; } }
.footer-social-link {
    margin-right: 16px;
    width: 23px;
    height: 23px;
    background-color: #64A6DB;
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%; }
@media (min-width: 1720px) {
    .footer-social-link {
        width: 34px;
        height: 34px; } }
.footer-social-link span {
    display: none; }
.footer-social-link:last-child {
    margin-right: 0; }
.footer-social-link svg {
    width: 23px;
    height: 23px; }
@media (min-width: 1720px) {
    .footer-social-link svg {
        width: 35px;
        height: 35px; } }
@media (min-width: 1100px) {
    .footer-social-link {
        margin-right: 32px; } }

.site-info a {
    margin-bottom: 8px;
    display: block;
    font-weight: 600;
    color: #64A6DB; }
.site-info a:first-child {
    margin-right: 32px; }

@media (min-width: 1100px) {
    .site-info {
        display: flex;
        justify-content: center; }
    .site-info a {
        margin-right: 0; }
    .site-info a span {
        display: inline;
        font-size: 20px; } }

/* No Sidebar styles
---------------------- */
.no-sidebar .site {
    display: grid;
    grid-template-columns: auto;
    grid-template-areas: "header" "main" "footer"; }

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

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

@media (min-width: 1100px) {
    .blog .site-main {
        display: grid;
        grid-gap: 1rem 2rem;
        grid-template-areas: "one one" "two three" "four five" "six seven" "banner banner" "eight nine" "ten eleven" "navigation navigation";
        grid-template-columns: 1fr 1fr; }
    .blog .post:first-of-type {
        grid-area: one; }
    .blog .post:nth-of-type(2) {
        grid-area: two; }
    .blog .post:nth-of-type(3) {
        grid-area: three; }
    .blog .post:nth-of-type(4) {
        grid-area: four; }
    .blog .post:nth-of-type(5) {
        grid-area: five; }
    .blog .post:nth-of-type(6) {
        grid-area: six; }
    .blog .post:nth-of-type(7) {
        grid-area: seven; }
    .blog .post:nth-of-type(8) {
        grid-area: eight; }
    .blog .post:nth-of-type(9) {
        grid-area: nine; }
    .blog .post:nth-of-type(10) {
        grid-area: ten; }
    .blog .post:nth-of-type(11) {
        grid-area: eleven; }
    .blog .navigation {
        margin-bottom: 0;
        grid-area: navigation; } }

.blog .listing-banner {
    margin-top: 0;
    grid-area: banner; }

@media (min-width: 1100px) {
    body.archive .hentry,
    body.search .hentry {
        display: flex; }
    body.archive .entry-thumbnail,
    body.search .entry-thumbnail {
        flex: 1 0 350px;
        margin-right: 32px; } }

body.tag .page-title {
    padding: 6px 16px;
    display: inline-block;
    border-radius: 100px;
    background-color: #3874E0;
    color: #fff;
    font-size: 18px; }
body.tag .page-title a {
    border-bottom: 0; }
body.tag .page-title a:hover {
    border-bottom: 0; }
body.tag .page-title svg {
    margin-left: 6px;
    display: inline-block;
    cursor: pointer; }

.posts-navigation,
.post-navigation {
    margin-bottom: 32px; }

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

.entry-title,
.page-title {
    margin-top: 0; }
.archive .entry-title, .archive
.page-title {
    margin-bottom: 19px; }
.entry-title a,
.page-title a {
    color: #2A2626;
    transition: border 300ms;
    border-bottom: 1px solid transparent; }
.entry-title a:hover,
.page-title a:hover {
    border-color: currentColor; }

.entry-header-category {
    margin-bottom: 12px;
    display: block;
    color: #98A0A9;
    font-size: 18px;
    text-transform: uppercase; }

.entry-thumbnail {
    margin-bottom: 24px;
    border-radius: 4px;
    overflow: hidden; }
.entry-thumbnail .post-thumbnail {
    display: block;
    position: relative; }
.entry-thumbnail .post-thumbnail img {
    width: 100%; }
.entry-thumbnail .entry-meta {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 12px;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    border-radius: 4px; }

body.single .entry-meta {
    color: #98A0A9; }

.entry-meta .entry-pageviews {
    display: inline; }
.entry-meta .entry-pageviews * {
    vertical-align: bottom; }

.entry-tags {
    margin-bottom: 16px; }
.entry-tags-link {
    color: #98A0A9; }

.single-tags {
    margin-top: 48px;
    margin-bottom: 80px; }
.single-tags-link {
    padding: 6px 16px;
    margin-right: 6px;
    display: inline-block;
    border: 2px solid #D2D5D9;
    border-radius: 100px;
    color: #98A0A9; }

.entry-pageviews {
    color: #D2D5D9; }
.entry-pageviews .pageviews-placeholder {
    vertical-align: top; }

.entry-content-more {
    margin-bottom: 12px;
    display: inline-block;
    border-bottom: 1px solid; }

.single-social {
    margin-bottom: 32px;
    display: flex; }
.single-social-heading {
    margin-top: 32px;
    margin-bottom: 8px;
    display: block;
    color: #D2D5D9; }
.single-social-add {
    display: block; }
.single-social-add svg {
    width: 32px;
    height: 32px; }
.single-social-add__icon_hidden {
    display: none; }

div.ya-share2__container {
    display: block; }
div.ya-share2__container li.ya-share2__item {
    margin: 0 4px 0 0 !important; }

span.ya-share2__badge {
    margin-right: 8px;
    width: 32px;
    height: 32px;
    border-radius: 50% !important;
    background-color: #D2D5D9 !important; }
span.ya-share2__badge span.ya-share2__icon {
    background-size: 25px !important;
    background-repeat: no-repeat;
    background-position: center !important; }

.single-interesting {
    position: relative;
    margin-bottom: 40px;
    padding: 16px 48px !important;
    background-color: #F3F8FF; }
@media (min-width: 1100px) {
    .single-interesting {
        margin-bottom: 0;
        padding: 48px 72px !important; } }
.single-interesting-heading {
    margin-top: 0;
    margin-bottom: 32px;
    font-weight: 600;
    font-size: 30px;
    flex: 1 0 100%; }
.single-interesting-item {
    margin-bottom: 20px;
    border: 1px solid #D2D5D9;
    background-color: #fff;
    border-radius: 4px; }
@media (min-width: 1100px) {
    .single-interesting-item {
        margin-bottom: 0; } }
.single-interesting-item:last-of-type {
    margin-right: 0; }
.single-interesting-item-heading {
    padding: 0 24px;
    margin-top: 16px;
    margin-bottom: 8px;
    font-size: 22px;
    font-weight: 600;
    color: #2A2626; }
.single-interesting-item-content {
    padding: 0 24px;
    margin-bottom: 80px; }
.single-interesting-item-footer {
    position: absolute;
    bottom: 24px;
    left: 0;
    right: 0;
    padding: 0 24px;
    display: flex;
    justify-content: space-between; }
.single-interesting-item-link {
    color: #3874E0;
    border-bottom: 1px solid currentColor; }
.single-interesting-item-link:hover {
    color: #11326e; }
.single-interesting-item-time {
    color: #98A0A9; }

.single-interesting-item-thumbnail-badge-free {
    position: absolute;
    padding: 11px 0 0 26px;
    width: 158px;
    height: 46px;
    background-color: #0aca57;
    color: white;
    font-size: 18px;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }

.swiper-wrapper {
    box-sizing: border-box !important; }

.swiper-slide {
    height: initial !important; }

.single-popular {
    margin-bottom: 40px; }
@media (min-width: 1100px) {
    .single-popular {
        margin-bottom: 80px;
        display: flex;
        flex-wrap: wrap; } }
.single-popular-heading {
    margin-top: 0;
    margin-bottom: 32px;
    font-weight: 600;
    font-size: 30px;
    flex: 1 0 100%; }
.single-popular-item {
    margin-bottom: 20px;
    color: inherit; }
@media (min-width: 1100px) {
    .single-popular-item {
        margin-bottom: 0;
        margin-right: 50px;
        flex: 0 0 calc(50% - 25px); } }
.single-popular-item:hover {
    color: #3874E0; }
.single-popular-item:last-child {
    margin-right: 0; }
.single-popular-item-thumbnail {
    margin-bottom: 24px; }
.single-popular-item-category {
    margin-bottom: 12px;
    display: block;
    color: #98A0A9;
    text-transform: uppercase; }
.single-popular-item-heading {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 600; }
.single-popular-item-pageviews {
    display: inline;
    color: #D2D5D9; }
.single-popular-item-pageviews * {
    vertical-align: bottom; }
.single-popular-item-pageviews .pageviews-placeholder {
    vertical-align: top; }

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

.bypostauthor {
    display: block; }

/* Widgets
--------------------------------------------- */
.widget-item {
    margin-bottom: 32px; }
.widget-item:last-child {
    margin-bottom: 0; }
.widget-item-link {
    font-weight: bold;
    padding: 12px 24px;
    margin-bottom: 16px;
    border-radius: 4px;
    display: block;
    width: 100%;
    background-color: #DCEEFF;
    text-decoration: none; }
.widget-item-link:link {
    color: #3874E0; }
.widget-item-link.active {
    background-color: #3874E0;
    color: #fff; }
.widget-item-link-name {
    text-transform: uppercase; }
.widget-item-link-count {
    float: right; }
@media (min-width: 1100px) {
    .widget-item {
        margin-bottom: 48px; } }

.sidebar-categories {
    display: none; }
body.single .sidebar-categories {
    display: block; }
@media (min-width: 1100px) {
    .sidebar-categories {
        display: block; } }

.banner-test {
    padding: 20px;
    border-radius: 4px;
    background-color: #18D3DE;
    color: #fff;
    text-align: center; }
@media (min-width: 1100px) {
    .banner-test {
        z-index: 10; } }
@media (min-width: 1542px) {
    .banner-test {
        padding: 40px; } }
.banner-test-heading {
    margin: 16px 0 8px;
    font-size: 28px;
    line-height: 36px;
    text-transform: uppercase; }
.banner-test-subheading {
    margin: 0 0 32px;
    font-size: 20px; }
.banner-test-link {
    padding: 14px;
    display: block;
    border-radius: 4px;
    background-color: #d1004a;
    color: #fff;
    font-size: 20px; }
.banner-test-link:hover {
    background-color: #9e0038;
    color: #fff; }

.banner-mail {
    padding: 20px;
    border-radius: 4px;
    background-color: #AD98FF;
    color: #fff;
    text-align: center; }
@media (min-width: 1100px) {
    .banner-mail {
        z-index: 9; } }
@media (min-width: 1542px) {
    .banner-mail {
        padding: 40px; } }
.banner-mail-wrapper {
    margin-bottom: 32px;
    display: flex; }
.banner-mail-svg {
    flex: 1 0 64px;
    height: 72px; }
.banner-mail-heading {
    flex: 1 0 auto;
    margin: 0;
    font-size: 28px;
    line-height: 36px;
    text-transform: uppercase;
    text-align: left; }
.banner-mail .mc4wp-form-fields {
    width: 100%;
    display: flex; }
.banner-mail-input {
    padding: 11px 16px !important;
    display: block;
    flex: 1 1 100%;
    border: 0;
    height: 48px; }
.banner-mail-submit {
    display: block;
    width: 46px;
    height: 48px;
    border: 0 !important;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='22' viewBox='0 0 24 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.5029 10.2309L1.21769 0.0762971C0.86284 -0.082791 0.439421 0.011985 0.19257 0.313237C-0.0559956 0.614489 -0.0645669 1.04267 0.171999 1.35239L7.5004 10.9992L0.171999 20.6461C-0.0645669 20.9558 -0.0559956 21.3856 0.190856 21.6852C0.357137 21.89 0.605703 22 0.857697 22C0.979408 22 1.10112 21.9746 1.21597 21.9221L23.5012 11.7676C23.8063 11.6288 24 11.3292 24 10.9992C24 10.6692 23.8063 10.3696 23.5029 10.2309Z' fill='white'/%3E%3C/svg%3E%0A") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-color: #3874E0 !important;
    border-radius: 4px !important; }

.listing-banner {
    margin-top: 32px;
    margin-bottom: 42px;
    padding: 37px 37px 180px 37px;
    background-color: #F5F9FC;
    background-image: url("img/listing-banner-desktop-2.svg");
    background-size: 150%;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    font-family: Montserrat; }
.listing-banner:last-child {
    margin-bottom: 24px; }
@media (min-width: 1100px) {
    .listing-banner {
        padding: 37px 40px;
        background-size: 100%; } }
.listing-banner-heading {
    display: block;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 40px;
    text-align: left; }
@media (min-width: 1100px) {
    .listing-banner-heading {
        font-size: 32px; } }
.listing-banner-subheading {
    margin-top: 16px;
    display: block;
    font-weight: 600;
    font-size: 22px;
    line-height: 40px; }
@media (min-width: 1100px) {
    .listing-banner-subheading {
        font-size: 30px; } }
.listing-banner-content {
    margin-top: 10px;
    margin-bottom: 20px;
    display: block;
    font-size: 18px;
    font-weight: 400; }
@media (min-width: 1100px) {
    .listing-banner-content {
        margin-bottom: 32px;
        font-size: 20px; } }
.listing-banner-link {
    padding: 14px 48px;
    display: block;
    text-align: center;
    border-radius: 4px;
    background-color: #d1004a;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600; }
.listing-banner-link:hover {
    background-color: #9e0038;
    color: #fff; }
@media (min-width: 768px) {
    .listing-banner-link {
        display: inline;
        text-align: left; } }

.post-banner {
    margin-top: 32px;
    margin-bottom: 42px;
    padding: 37px 37px 130px 37px;
    border: 3px solid #42ADFF;
    border-radius: 4px;
    background-image: url("img/single-banner-desktop.png");
    background-size: 150%;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    text-align: center; }
@media (min-width: 1100px) {
    .post-banner {
        padding: 37px 37px 100px 37px;
        background-size: 100%; } }
.post-banner-heading {
    margin: auto;
    display: block;
    width: 70%;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase; }
@media (min-width: 1100px) {
    .post-banner-heading {
        font-size: 32px; } }
.post-banner-content {
    margin-bottom: 24px;
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: normal; }
@media (min-width: 1100px) {
    .post-banner-content {
        margin-bottom: 32px; } }
.post-banner-link {
    padding: 14px 48px;
    display: block;
    text-align: center;
    border-radius: 4px;
    background-color: #d1004a;
    color: #fff; }
.post-banner-link:hover {
    background-color: #9e0038;
    color: #fff; }
@media (min-width: 768px) {
    .post-banner-link {
        display: inline;
        text-align: left;
        font-size: 20px; } }

.search-form {
    max-width: 200px;
    display: flex; }
.search-form .search-field {
    padding: 11px 16px !important;
    display: block;
    flex: 0 1 auto;
    height: 44px; }
.search-form .search-field.search-field-header {
    display: none; }
.search-form .search-submit {
    display: block;
    flex: 0 0 46px;
    width: 46px;
    height: 44px;
    border: 0 !important;
    border-radius: 4px !important;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.4134 20.2076L28.3693 27.1634C28.6993 27.4935 28.6993 28.0393 28.3693 28.3693C28.2043 28.5407 27.9822 28.6232 27.7664 28.6232C27.5506 28.6232 27.3285 28.5343 27.1634 28.3693L20.2076 21.4134C18.0624 23.2793 15.2636 24.409 12.2045 24.409C5.47712 24.409 0 18.9319 0 12.2045C0 5.47712 5.47077 0 12.2045 0C18.9319 0 24.409 5.47077 24.409 12.2045C24.409 15.2636 23.2793 18.0624 21.4134 20.2076ZM12 2C6.48881 2 2 6.4814 2 11.997C2 17.5125 6.48881 22 12 22C17.5172 22 22 17.5065 22 11.997C22 6.48745 17.5172 2 12 2Z' fill='%23FFFFFF'/%3E%3Cpath d='M19.7045 8.55794C19.161 7.14334 18.2147 5.93387 16.9677 5.06038C15.6911 4.16599 14.1915 3.69324 12.6312 3.69324C12.2826 3.69324 12 3.97588 12 4.32442C12 4.67296 12.2826 4.9556 12.6312 4.9556C15.2253 4.9556 17.5942 6.58518 18.5262 9.01075C18.6226 9.26171 18.8618 9.41572 19.1155 9.41572C19.1907 9.41572 19.2673 9.40215 19.3417 9.37355C19.6671 9.24852 19.8296 8.88338 19.7045 8.55794Z' fill='%23FFFFFF'/%3E%3Cpath d='M22.8566 25.4711C22.1354 24.7499 22.1354 23.5807 22.8566 22.8595C23.5777 22.1384 24.747 22.1384 25.4681 22.8595L30.6913 28.0827C31.4124 28.8038 31.4124 29.9731 30.6913 30.6942C29.9701 31.4154 28.8009 31.4154 28.0797 30.6942L22.8566 25.4711Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-color: #3874E0 !important;
    cursor: pointer; }

/* 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-text {
    text-align: center; }

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

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

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