/*! 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; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* 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; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/* 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; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  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; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
  font: inherit; /* 2 */
}

/* 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;
}
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  text-rendering: auto;
  line-height: 1.4;
  color: #151515;
  background: #f9f9f9;
  word-break: break-word;
}

a {
  color: #151515;
  font-weight: 400;
  text-decoration: none;
}

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

img,
figure img,
picture {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
}
video,
iframe {
  width: 100% !important;
  display: block !important;
}

br {
  display: block;
  line-height: 0 !important;
  margin-bottom: 5px !important;
  padding: 0 !important;
}

blockquote {
  font-style: italic;
  border-left: 4px solid #FFBF00;
  padding-left: 15px;
  margin-left: 0;
}

figure {
  margin: 0;
  padding: 0;
  display: flex !important;
  flex-direction: column !important;
  gap: 10px;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 600;
  line-height: 1.4;
  color: #151515;
}

p {
  margin: 0;
  margin-bottom: 20px;
  line-height: 1.4;
}

/* Buttons */
.btn {
  display: inline-block;
  padding: 6px 24px;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  cursor: pointer;
  border-radius: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.btn.disabled,
.btn[disabled],
.btn[disabled]:hover,
.btn[disabled]:active {
  pointer-events: none;
  opacity: 0.30;
  cursor: default;
}

.btn-s {
  background: #F6F740;
  color: #252525;
  border: 1px solid #F6F740; 
}

.btn-s:focus,
.btn-s:active,
.btn-s:hover {
  background: #F6F740;
  color: #fff;
  border: 1px solid #F6F740;
}

.btn-d {
  background: #fff;
  color: #252525;
  border: 1px solid #fff; 
}

.btn-d:focus,
.btn-d:active,
.btn-d:hover {
  background: #fff;
  color: #252525;
  border: 1px solid #F6F740;
}
.btn-w {
  background: #f8173e;
  color: #ffffff;
  border: 1px solid  #f8173e;
}
.btn-w:focus,
.btn-w:active,
.btn-w:hover {
  background: #f8173e;
  color: #333;
  border: 1px solid  #f8173e;
}
.btn-mini {
  padding: 2px 15px;
  border-radius: 4px;
}
.btn-small {
  padding: 4px 15px;
  font-size: 14px;
  border-radius: 6px;
}

/* forms */
.form-container {
  background: #F2F3F4;
  max-width: 600px;
  margin: 0 auto 20px;
  padding: 20px;
  border-radius: 8px;
  -webkit-box-shadow: 1px 3px 8px #BEBFC5;
          box-shadow: 1px 3px 8px #BEBFC5;
}
.fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.form-header {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
.field-title {
  font-size: 14px;
  font-weight: 500;
}
.field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.field-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  width: 100%;
}
.field-control {
  width: 100%;
  padding: 10px;
  outline: 0;
  border: 1px solid rgba(33,37,41,.05);
  border-radius: 10px;
}
.field-control::-webkit-input-placeholder {
  color: #212529;
  opacity: 0.8;
}
.field-control::-moz-placeholder {
  color: #212529;
  opacity: 0.8;
}
.field-control:-ms-input-placeholder {
  color: #212529;
  opacity: 0.8;
}
.field-control::-ms-input-placeholder {
  color: #212529;
  opacity: 0.8;
}
.field-control::placeholder {
  color: #212529;
  opacity: 0.8;
}
textarea.field-control {
  height: auto;
  min-height: 110px;
}
.field-nav {
  -ms-flex-negative: 0;
      flex-shrink: 0;  
  display: -webkit-box;  
  display: -ms-flexbox;  
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 33px;
  height: 33px;
  background: rgba(33,37,41,.05);
  border-radius: 50%;
  color: #212529;
  line-height: 1;
  font-size: 14px;
  font-weight: 400;
}
.field-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}

/* Container */
.container {
  padding: 0 20px;
  max-width: 900px;
  margin: 0 auto 20px;
}

/* Navigation */
.nav {
  background: #F6F740;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 15px;
  margin-bottom: 20px;
}

.nav-container {
  width: 100%;
  max-width: 860px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0 auto;
  gap: 20px;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  scrollbar-width: none;
}

.nav-container::-webkit-scrollbar {
  display: none;
}

.nav-logo,
.nav-title {
  color: #151515;
}

.nav-logo {
  font-size: 24px;
  font-weight: 600;
}

.nav-title {
  font-size: 16px;
  font-weight: 600;
}

/* Header */
.header {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}
/* Masonry Items */

.img-hidden {
  display: none !important;
}



.masonry-items {
  width: 100%;
}

.masonry-items:after {
  content: '';
  display: block;
  clear: both;
}

.masonry-item {
  float: left;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  width: 100%;
  -webkit-box-shadow: 0px 5px 15px -3px rgba(0,0,0,0.1);
          box-shadow: 0px 5px 15px -3px rgba(0,0,0,0.1);
  border-radius: 8px;
  margin-bottom: 20px;
}

.masonry-item img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  max-height: 300px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.item-size-index {
  width: calc((100% - 40px)/3);
}

.title-box {
  padding: 10px;
}

.feed-title {
  font-size: 16px;
  font-weight: 500;
}

.fancybox__container .feed-show {
  padding: 20px !important;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -20px;
}
.feed-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 600px;
  width: 100%;
  gap: 15px;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 5px 15px -3px rgba(0,0,0,0.1);
          box-shadow: 0px 5px 15px -3px rgba(0,0,0,0.1);
}
.feed-show div {
  width: 100% !important;
  padding-bottom: 0 !important;
}
.feed-show p img {
  margin-bottom: 10px;
}
.feed-show figure {
  margin-bottom: 10px;
}

.writer-bio-avatar {
  max-width: 30px;
}
.kbos-share,
.share-button-container {
  display: none;
}
.feed-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.feed-source {
  font-size: 14px;
  font-weight: 500;
}
.iframe-container,
.wp-block-embed__wrapper,
.responsive-video-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.responsive-iframe,
.wp-block-embed__wrapper iframe,
.responsive-video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.instagram-media {
  position: relative !important;
}
.wp-smiley {
  display: inline-block;
  max-height: 1em !important;
  max-width: 1em !important;
}

.feed-show-index a {
  font-weight: 400;
  font-size: 18px;
}
.feed-show-index a:hover {
  color: #005bb5;
}


/* Tags */
.tags {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 600px;
}
.tag-title {
  font-size: 16px;
  font-weight: 600;
}
.tag-item {
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 5px 15px -3px rgba(0,0,0,0.1);
          box-shadow: 0px 5px 15px -3px rgba(0,0,0,0.1);
}

/* Responsive */
@media (max-width: 650px) {
  .item-size-index {
    width: calc((100% - 20px)/2);
  }
  .adv {
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media (max-width: 450px) {
  .item-size-index {
    width: 100%;
  }
}

.pagy {
  display: none;
}

/* Loader Wheel */
.loader-wheel {
  font-size: 69px;
  position: relative;
  height: 1em;
  width: 1em;
  padding-left: 0.45em;
  overflow: hidden;
  margin: 20px auto;
  -webkit-animation: loader-wheel-rotate 0.5s steps(12) infinite;
          animation: loader-wheel-rotate 0.5s steps(12) infinite;
}

.loader-wheel i {
  display: block;
  position: absolute;
  height: 0.3em;
  width: 0.1em;
  border-radius: 0.05em;
  background: #cfdee3;
  opacity: 0.7;
  -webkit-transform: rotate(-30deg);
      -ms-transform: rotate(-30deg);
          transform: rotate(-30deg);
  -webkit-transform-origin: center 0.5em;
      -ms-transform-origin: center 0.5em;
          transform-origin: center 0.5em;
}

/* About */
.about {
  background: #fff;
  max-width: 600px;
  margin: 0 auto 20px;
  border-radius: 8px;
  padding: 20px;
  -webkit-box-shadow: 0px 5px 15px -3px rgba(0,0,0,0.1);
          box-shadow: 0px 5px 15px -3px rgba(0,0,0,0.1);
}
.about-title {
  font-size: 16px;
  font-weight: 600;
}
.about-description {
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
}
.about-contacts,
.about-contacts a {
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
}
.about-contacts a {
  color: #007FFF;
}

/* Admin */
.margin-bottom-10 {
  margin-bottom: 10px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.margin-bottom-30 {
  margin-bottom: 30px;
}
.margin-top-20 {
  margin-top: 20px;
}

.admin-title {
  font-size: 16px;
  font-weight: 500;
}

/* adv */
.adv {
  margin-bottom: 20px;
}

@-webkit-keyframes loader-wheel-rotate {
  from { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

@keyframes loader-wheel-rotate {
  from { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
