@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul li {
  list-style: none;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-size: 1.6rem;
  overflow: hidden;
}
.wrapper header,
.wrapper main,
.wrapper footer {
  display: block;
  width: 100%;
}

footer {
  margin-top: auto;
}

main {
  flex-grow: 1;
}

html {
  -webkit-text-size-adjust: none;
          text-size-adjust: none;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-size: 10px;
  color: #221D18;
}

select,
button,
input,
textarea {
  font-family: "Lato", sans-serif;
}

a {
  text-decoration: none;
  transition: 0.3s;
  color: #221D18;
  outline: 0;
}

.a, .logo:after, .entry-content blockquote:after {
  content: "";
  display: block;
}

.f, .post-panel__title, .fb-share, .like-button, .title, .facebook-link, .post__title, .menu li a, .logo, .entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6, .entry-content h1 {
  font-family: "Georgia";
}

.content {
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 1920px;
}

@media (hover: hover) {
  .wrapper.hidden,
body.hidden {
    overflow: hidden;
    padding-right: 5px;
    height: 100vh;
  }

  ::-webkit-scrollbar-button {
    width: 5px;
    height: 0px;
  }

  ::-webkit-scrollbar-track {
    background-color: rgba(66, 62, 54, 0.1);
    border-left: 0;
    border-radius: 0;
  }

  ::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: #423E36;
    border-radius: 0;
  }

  ::-webkit-resizer {
    width: 5px;
    height: 0px;
  }

  ::-webkit-scrollbar {
    width: 5px;
  }
}
@font-face {
  font-family: "Lato";
  src: url("/wp-content/themes/slovadliadushi/fonts/Lato/Lato-Bold.woff2") format("woff2"), url("/wp-content/themes/slovadliadushi/fonts/Lato/Lato-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("/wp-content/themes/slovadliadushi/fonts/Lato/Lato-Regular.woff2") format("woff2"), url("/wp-content/themes/slovadliadushi/fonts/Lato/Lato-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("/wp-content/themes/slovadliadushi/fonts/Lato/Lato-Italic.woff2") format("woff2"), url("/wp-content/themes/slovadliadushi/fonts/Lato/Lato-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Georgia";
  src: url("/wp-content/themes/slovadliadushi/fonts/Georgia/Georgia.woff2") format("woff2"), url("/wp-content/themes/slovadliadushi/fonts/Georgia/Georgia.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Georgia";
  src: url("/wp-content/themes/slovadliadushi/fonts/Georgia/Georgia-Bold.woff2") format("woff2"), url("/wp-content/themes/slovadliadushi/fonts/Georgia/Georgia-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Georgia";
  src: url("/wp-content/themes/slovadliadushi/fonts/Georgia/Georgia-BoldItalic.woff2") format("woff2"), url("/wp-content/themes/slovadliadushi/fonts/Georgia/Georgia-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Georgia";
  src: url("/wp-content/themes/slovadliadushi/fonts/Georgia/Georgia-Italic.woff2") format("woff2"), url("/wp-content/themes/slovadliadushi/fonts/Georgia/Georgia-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
.entry-content {
  line-height: 1.94;
  font-size: 18px;
  color: #221D18;
  font-weight: normal;
  text-align: left;
}
.entry-content a {
  color: #255195;
  font-weight: bold;
  text-decoration: none;
}
.entry-content a:hover {
  text-decoration: underline;
}
.entry-content h1 {
  font-size: 35px;
  padding-bottom: 30px;
  padding-top: 10px;
  line-height: 1.5;
  font-weight: bold;
}
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  font-size: 1.25em;
  padding-bottom: 30px;
  padding-top: 10px;
  line-height: 1.5;
  font-weight: bold;
}
.entry-content p {
  padding-bottom: 1.7em;
}
.entry-content ul {
  padding-bottom: 2em;
}
.entry-content ul li {
  position: relative;
  padding-bottom: 1em;
  display: flex;
  align-items: flex-start;
  font-weight: bold;
}
.entry-content ul li:before {
  content: "—";
  display: block;
  margin-right: 10px;
  margin-top: -2px;
}
.entry-content ol {
  padding-bottom: 2em;
  counter-reset: ol;
}
.entry-content ol li {
  padding-bottom: 1em;
  font-weight: bold;
  list-style: none;
  display: flex;
  align-items: flex-start;
}
.entry-content ol li:before {
  counter-increment: ol;
  content: counter(ol) ".";
  font-weight: bold;
  display: block;
  width: 25px;
  min-width: 25px;
}
.entry-content blockquote {
  margin-top: 1em;
  margin-bottom: 2em;
  position: relative;
  padding-left: 40px;
  font-style: italic;
}
.entry-content blockquote:after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background: url(/wp-content/themes/slovadliadushi/images/icon/quotes.svg) 0 0 no-repeat;
  background-size: contain;
  width: 20px;
  height: 14px;
  transform: scale(-1, -1);
}
.entry-content blockquote * {
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 100;
}
.entry-content blockquote cite {
  text-align: right;
  display: block;
}
.entry-content img {
  max-width: 100%;
  height: auto;
}
.entry-content table {
  width: 100% !important;
  border-collapse: collapse;
  margin-bottom: 30px;
}
.entry-content table tr:nth-child(odd) {
  background: #eff0f5;
}
.entry-content table tr td {
  width: auto !important;
  height: auto !important;
  padding: 4px 15px;
}
.entry-content .wp-block-image figcaption {
  font-weight: bold;
  font-size: 16px;
  color: #CBCBCB;
  margin-top: 0;
  text-align: left;
  margin-bottom: 0;
}
.entry-content .wp-block-image figcaption br {
  display: none;
}
.entry-content .wp-block-image {
  margin-bottom: 2em;
  margin-top: 0;
  padding-top: 0.5em;
}
.entry-content .wp-block-image img {
  width: 100%;
}
.entry-content .wp-block-column .wp-block-image {
  margin-bottom: 2em;
}
.entry-content .wp-block-column {
  margin-bottom: 0;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 30px 30px;
}

.alignleft {
  float: left;
  margin: 5px 30px 30px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.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;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

@media screen and (max-width: 767px) {
  .entry-content {
    font-size: 16px;
  }
  .entry-content table {
    font-size: 14px;
  }
  .entry-content table tr td {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media screen and (max-width: 580px) {
  .entry-content .wp-block-image figcaption {
    font-size: 14px;
  }

  .entry-content p > img {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .entry-content table {
    font-size: 12px;
  }
  .entry-content table tr td {
    padding-left: 4px;
    padding-right: 4px;
  }
}
/*-----------------submit----------------------*/
button[type=submit],
input[type=submit] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  transition: 0.3s;
  border: 0;
  outline: 0;
  width: 100%;
  display: block;
  height: 60px;
  background: #255195;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  border-radius: 0;
}
button[type=submit]:hover,
input[type=submit]:hover {
  background: #2f67be;
}

/*-----------------input----------------------*/
textarea,
input[type=password],
input[type=search],
input[type=email],
input[type=text],
input[type=tel] {
  height: 50px;
  background: 0;
  border: 1px solid rgba(66, 62, 54, 0.3);
  background: #fff;
  padding: 0 15px;
  border-radius: 0;
  font-size: 16px;
  font-weight: 500;
  display: block;
  outline: none;
  width: 100%;
  color: #423E36;
  -webkit-appearance: none;
}
textarea.search__input,
input[type=password].search__input,
input[type=search].search__input,
input[type=email].search__input,
input[type=text].search__input,
input[type=tel].search__input {
  height: 7rem;
  padding-right: 6rem;
  border-color: #fff;
  background: #fff url(/wp-content/themes/slovadliadushi/images/icon/search.svg) calc(100% - 3rem) center no-repeat;
  background-size: 3rem 3rem;
}

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  display: none;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  display: none;
}

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

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

textarea {
  height: 100px;
  padding-top: 15px;
  resize: none;
  overflow: auto;
}

/*---------------placeholder------------------------*/
*::-webkit-input-placeholder {
  color: #000;
  opacity: 0.4;
}

*:-moz-placeholder {
  color: #000;
  opacity: 0.4;
}

*::-moz-placeholder {
  color: #000;
  opacity: 0.4;
}

*:-ms-input-placeholder {
  color: #000;
  opacity: 0.4;
}

textarea:focus::-webkit-input-placeholder,
input[type=search]:focus::-webkit-input-placeholder,
input[type=number]:focus::-webkit-input-placeholder,
input[type=password]:focus::-webkit-input-placeholder,
input[type=email]:focus::-webkit-input-placeholder,
input[type=text]:focus::-webkit-input-placeholder,
input[type=tel]:focus::-webkit-input-placeholder {
  opacity: 0;
}
textarea:focus:-moz-placeholder,
input[type=search]:focus:-moz-placeholder,
input[type=number]:focus:-moz-placeholder,
input[type=password]:focus:-moz-placeholder,
input[type=email]:focus:-moz-placeholder,
input[type=text]:focus:-moz-placeholder,
input[type=tel]:focus:-moz-placeholder {
  opacity: 0;
}
textarea:focus::-moz-placeholder,
input[type=search]:focus::-moz-placeholder,
input[type=number]:focus::-moz-placeholder,
input[type=password]:focus::-moz-placeholder,
input[type=email]:focus::-moz-placeholder,
input[type=text]:focus::-moz-placeholder,
input[type=tel]:focus::-moz-placeholder {
  opacity: 0;
}
textarea:focus:-ms-input-placeholder,
input[type=search]:focus:-ms-input-placeholder,
input[type=number]:focus:-ms-input-placeholder,
input[type=password]:focus:-ms-input-placeholder,
input[type=email]:focus:-ms-input-placeholder,
input[type=text]:focus:-ms-input-placeholder,
input[type=tel]:focus:-ms-input-placeholder {
  opacity: 0;
}

/*------------------WPCF7 Loader---------------------*/
.input-list .ajax-loader {
  visibility: hidden;
}

.input-list .ajax-loader {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  background: rgba(255, 255, 255, 0.7) url(/wp-content/themes/slovadliadushi/images/icon/loading.gif) center no-repeat !important;
  background-size: 50px auto !important;
}

.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 12px !important;
  color: red !important;
  padding: 0 !important;
  margin: 0 !important;
  text-align: center;
  display: block;
}

.wpcf7-form br {
  display: none !important;
}

.wpcf7-response-output,
.wpcf7-form .wpcf7-validation-errors {
  font-size: 12px !important;
  color: red !important;
  padding: 0 0 0 0 !important;
  margin: 0 auto 0 !important;
  border: 0 !important;
  text-align: center;
  display: block;
}

.wpcf7 form.sent .wpcf7-response-output,
div.wpcf7-mail-sent-ok {
  font-size: 16px !important;
  font-weight: bold;
  color: #255195 !important;
  padding: 0 0 0 0 !important;
  margin: 0 auto 0 !important;
  border: 0 !important;
  text-align: center;
  display: block;
}

.input-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}

.wpcf7-form .wpcf7-response-output {
  max-width: 900px;
}

.input-list__item {
  width: calc(33.33333% - 15px);
  padding-bottom: 15px;
}
.input-list__item p {
  padding-bottom: 0;
}
.input-list__item label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.input-list__item_full {
  width: 100%;
}

.input-list__item_ml {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .input-list__item {
    width: 100%;
  }
}
.header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 15rem;
}

.logo {
  display: block;
  position: relative;
  z-index: 100;
  color: #255195;
  font-weight: bold;
  font-size: 2.9rem;
  text-transform: uppercase;
  -webkit-user-select: none;
          user-select: none;
  white-space: nowrap;
}
.logo:after {
  position: absolute;
  z-index: -1;
  background: #E8F1FF;
  left: 0;
  top: 0.6rem;
  bottom: 0;
  right: 0;
}
.logo img {
  display: block;
  width: 100%;
  height: auto;
}

.header__logo {
  margin-right: auto;
}

.footer__search,
.header__search {
  min-width: 5rem;
  width: 5rem;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 2.5rem;
  position: relative;
  background: #E8F1FF;
  color: #255195;
  z-index: 611;
}
.footer__search svg,
.header__search svg {
  width: 2.2rem;
  height: 2.2rem;
}
@media (hover: hover) {
  .footer__search:hover,
.header__search:hover {
    background: #255195;
    color: #fff;
  }
}

.icon-menu {
  position: relative;
  width: 5rem;
  height: 5rem;
  background: #255195;
  display: none;
  cursor: pointer;
  z-index: 810;
  padding: 19px 16px;
  margin-left: auto;
}

.sw-topper,
.sw-bottom,
.sw-footer {
  position: relative;
  top: 0;
  width: 100%;
  height: 2px;
  border-radius: 4px;
  background: #fff;
  border: none;
  transition: transform 0.5s, top 0.2s, background 0.3s;
}

.sw-bottom {
  top: 4px;
}

.sw-footer {
  top: 8px;
}

.icon-menu.active .sw-topper {
  top: 5px;
  transform: rotate(135deg);
}

.icon-menu.active .sw-bottom {
  top: 0;
  transform: rotate(180deg);
  opacity: 0;
}

.icon-menu.active .sw-footer {
  top: 1px;
  transform: rotate(-135deg);
}

.search {
  position: fixed;
  z-index: 900;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #255195;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}
.search.active {
  opacity: 1;
  visibility: visible;
}
.search.active .search__close svg {
  transform: rotate(0);
}
.search.active .search__form {
  transform: translate(-50%, -50%);
}

.search__header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 15rem;
}

.search__form {
  padding: 0 3rem;
  max-width: 76rem;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0%);
  transition: 0.6s;
}

.search__close {
  width: 5rem;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.search__close svg {
  transition: transform 0.3s;
  transform: rotate(135deg);
  width: 2.2rem;
  height: 2.2rem;
}
.navigation-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 700;
  background: #255195;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}
.navigation-bg.active {
  opacity: 0.75;
  visibility: visible;
}

.menu {
  overflow: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 0.6rem;
}
.menu li {
  padding: 1rem 2.1rem;
}
.menu li a {
  font-size: 1.8rem;
  position: relative;
  display: inline-block;
  border-bottom: 1px solid transparent;
}
@media (hover: hover) {
  .menu li a:hover {
    color: #255195;
    border-bottom: 1px solid rgba(37, 81, 149, 0.5);
  }
}
.menu li.current-menu-item a {
  color: #255195;
  font-weight: bold;
}

.post-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.5rem;
}

.post {
  width: calc(25% - 3rem);
  margin: 0 1.5rem 5rem;
  display: flex;
  flex-direction: column;
  transition: 0.3s;
  position: relative;
}
@media (hover: hover) {
  .post:hover {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  }
  .post:hover .post__title {
    color: #255195;
  }
}

.post__thumb {
  position: relative;
  overflow: hidden;
  display: block;
  transition: 0.3s;
  z-index: 100;
}
.post__thumb img {
  display: block;
  width: 100%;
  height: auto;
}

.post__body {
  flex-grow: 1;
  background: #fff;
  padding: 2rem 2rem;
  transition: 0.3s;
}

.post__title {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.5;
  transition: 0.3s;
}

.post__info {
  display: flex;
  align-items: center;
  padding-bottom: 2rem;
}

.post__categories {
  margin-right: 3rem;
}

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

.post-view {
  padding-left: 2.7rem;
}
.post-view svg {
  width: 2.1rem;
  height: 1.4rem;
}

.post-share {
  padding-left: 2.1rem;
}
.post-share svg {
  width: 1.6rem;
  height: 1.4rem;
}

.post-view,
.post-share {
  position: relative;
  transition: 0.3s;
  margin-right: 2rem;
  white-space: nowrap;
  color: #255195;
}
.post-view span,
.post-share span {
  color: #221D18;
}
.post-view svg,
.post-share svg {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.post-share {
  margin-right: 0;
}

.post__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 400;
}

.post__cat {
  font-weight: bold;
  color: #255195;
  border-bottom: 1px solid transparent;
  position: relative;
  z-index: 410;
}
.post__cat:hover {
  border-bottom: 1px solid rgba(37, 81, 149, 0.5);
}

.main {
  padding-bottom: 10rem;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  flex-wrap: wrap;
  margin-bottom: -1rem;
}
.pagination li {
  padding: 0 0.5rem 1rem;
}
.pagination li span,
.pagination li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  background: #E8F1FF;
}
.pagination li span svg,
.pagination li a svg {
  width: 1rem;
  height: 1.4rem;
}
.pagination li .current {
  background: #255195;
  color: #fff;
}
@media (hover: hover) {
  .pagination li a:hover {
    background: #C2D6F4;
  }
}

/*
--------------------FOOTER
*/
.footer {
  background: #F8F8F8;
  padding-bottom: 5rem;
}

.footer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5rem 0;
}

.footer__search {
  margin-left: 3rem;
}

.facebook-link {
  display: flex;
  align-items: center;
  background: #E8F1FF;
  font-size: 1.8rem;
  white-space: nowrap;
}
.facebook-link .facebook-link__icon {
  display: flex;
  height: 5rem;
  width: 5rem;
  justify-content: center;
  align-items: center;
  background: #255195;
}
.facebook-link .facebook-link__text {
  display: block;
  padding: 0 2rem;
}
@media (hover: hover) {
  .facebook-link:hover {
    background: #255195;
    color: #fff;
  }
}

.footer__nav {
  flex-grow: 1;
}

.feadback-link {
  margin-right: 30px;
  white-space: nowrap;
}
.feadback-link a {
  font-weight: bold;
  color: #255195;
  border-bottom: 1px solid transparent;
}
.feadback-link a:hover {
  border-bottom: 1px solid rgba(37, 81, 149, 0.5);
}

.footer__copiryght {
  text-align: center;
  max-width: 97.5rem;
  margin: 0 auto;
  color: #221D18;
  opacity: 0.3;
  font-size: 1.5rem;
  line-height: 1.8;
}

.footer__copiryght a {
	text-decoration:underline;
}

.footer__copiryght a:hover, .footer__copiryght a:active {
	text-decoration:none;
}

/*
------------------------SINGLE
*/
.main_in {
  padding-bottom: 2rem;
}

.content_single {
  max-width: 840px;
}

.title {
  font-size: 32px;
  line-height: 1.4;
  font-weight: bold;
}

.single__title {
  text-align: center;
  margin-bottom: 30px;
}

.related-title {
  margin-bottom: 40px;
  padding-top: 70px;
}

.post-list_related .post {
  width: calc(50% - 3rem);
}
.post-list_related .post__cat {
  max-width: 130px;
}
.post-list_related .post__cat span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  padding: 2px 0;
}

.single {
  padding-bottom: 50px;
  padding-top: 70px;
  border-top: 2px solid #F8F8F8;
}

.single__thumb {
  position: relative;
  overflow: hidden;
  display: block;
  transition: 0.3s;
  z-index: 100;
}
.single__thumb img {
  display: block;
  width: 100%;
  height: auto;
}

.single__info {
  justify-content: center;
  margin-bottom: 40px;
  padding: 0;
  font-size: 16px;
}
.single__info .post-view {
  padding-left: 27px;
}
.single__info .post-view svg {
  width: 21px;
  height: 14px;
}
.single__info .post-share {
  padding-left: 21px;
}
.single__info .post-share svg {
  width: 16px;
  height: 14px;
}

.after-content {
  border-top: 2px solid #F8F8F8;
  border-bottom: 2px solid #F8F8F8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
  margin-top: 20px;
}

.after-content__share {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.text-line {
  font-weight: 500;
  font-size: 16px;
  margin-right: 20px;
}

.like-button {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  font-size: 18px;
}

.share42-item,
#share42 {
  display: block;
}

.fb-share {
  display: flex;
  align-items: center;
  background: #E8F1FF;
  font-size: 18px;
  padding-right: 20px;
  white-space: nowrap;
}
@media (hover: hover) {
  .fb-share:hover {
    background: #255195;
    color: #fff;
  }
  .fb-share:hover .share42-counter {
    color: #fff;
  }
}

.share42-counter {
  color: #255195;
  padding-left: 5px;
  transition: 0.3s;
}

.i-fb {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  background: #255195;
  margin-right: 20px;
}

.title_center {
  text-align: center;
  margin-bottom: 50px;
}

.breadcrumbs {
  text-align: center;
  background: #F8F8F8;
  font-size: 14px;
  padding: 20px 20px;
  margin-bottom: 50px;
}
.breadcrumbs a:hover {
  color: #255195;
}

.wp-block-columns {
  margin-bottom: 15px !important;
  margin-top: 15px !important;
}

.post-panel {
  position: fixed;
  z-index: 610;
  top: 0;
  left: 0;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.03);
  transform: translateY(-100%);
  transition: 0.3s;
}
.post-panel .content {
  max-width: 840px;
  padding-left: 20px;
  padding-right: 20px;
}
.post-panel.active {
  transform: translateY(0);
}

.post-panel__content {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  min-height: 15rem;
  padding: 10px 0;
}
.post-panel__content .share42init {
  margin: 0;
}

.post-panel__title {
  width: calc(100% - 330px);
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
}

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

@media screen and (max-width: 1200px) {
  .single__thumb {
    margin-left: -20px;
    margin-right: -20px;
    height: 400px;
  }

  .post-panel__content {
    height: 9rem;
    min-height: 1px;
  }
}
@media screen and (max-width: 1110px) {
  .post-panel__title {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .after-content {
    flex-wrap: wrap;
    justify-content: center;
  }

  .like-button {
    width: 100%;
    padding-top: 20px;
  }

  .text-line {
    margin: 0;
    padding: 10px 15px;
  }

  .single__thumb {
    height: 320px;
  }
}
@media screen and (max-width: 550px) {
  .single__thumb {
    height: 220px;
  }

  .title {
    font-size: 23px;
  }

  .single {
    padding-bottom: 40px;
    padding-top: 30px;
  }

  .related-title {
    padding-top: 40px;
    margin-bottom: 20px;
  }

  .post-panel .fb-share {
    white-space: normal;
    width: 200px;
    font-size: 14px;
    padding-right: 10px;
  }
  .post-panel .i-fb {
    margin-right: 10px;
  }

  .after-content__share .fb-share {
    font-size: 17px;
    white-space: normal;
  }
}
@media screen and (max-width: 360px) {
  .post-panel .fb-share {
    white-space: normal;
    width: 140px;
    font-size: 14px;
    padding-right: 10px;
  }
  .post-panel .i-text {
    display: none;
  }
  .post-panel strong {
    margin: 0 auto;
    font-size: 20px;
  }

  .after-content__share .fb-share {
    font-size: 16px;
    white-space: normal;
  }
}
@media screen and (max-width: 1800px) {
  html {
    font-size: 9px;
  }
}
@media screen and (max-width: 1700px) {
  html {
    font-size: 8.3px;
  }
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 10px;
  }

  .wrapper {
    padding-top: 90px;
  }

  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 900;
    background: #fff;
  }
  .header.scroll {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  }

  .post {
    width: calc(50% - 2rem) !important;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 4rem;
  }

  .post-list {
    margin: 0 -1rem;
  }

  .post__title {
    font-size: 1.8rem;
  }

  .post__body {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }

  .pagination {
    padding-top: 2rem;
  }

  .main {
    padding-bottom: 6rem;
  }

  .main_in {
    padding-bottom: 1rem;
  }

  .footer__copiryght {
    max-width: 730px;
  }
  .footer__copiryght br {
    display: none;
  }

  .footer__top {
    flex-wrap: wrap;
  }

  .footer__nav {
    width: 100%;
    order: 10;
    padding-top: 4rem;
    margin-bottom: -1rem;
  }

  .feadback-link {
    margin-left: auto;
  }

  .logo {
    font-size: 2.5rem;
  }

  .feadback-link {
    margin-right: 2rem;
  }

  .footer__search {
    margin-left: 2rem;
  }

  .search__header,
.header__content {
    height: 9rem;
  }

  /*--------MENU----------*/
  .navigation {
    position: fixed;
    top: 0;
    right: 0;
    width: 280px;
    height: 100%;
    background: #fff;
    padding: 90px 0 0;
    z-index: 800;
    transform: translateX(100%);
    transition: 0.5s;
  }
  .navigation.active {
    transform: translateX(0);
  }
  .navigation .menu {
    display: block;
    text-align: right;
    padding: 0;
  }
  .navigation .menu li {
    padding: 8px 20px;
  }

  .icon-menu {
    display: block;
    transition: transform 0.5s;
  }
  .icon-menu.active {
    background: #fff;
    transform: translateX(8rem);
    padding: 19px 8px;
  }
  .icon-menu.active div {
    background: #255195;
  }

  .header__search {
    margin-left: 2rem;
  }
}
@media screen and (max-width: 999px) {
  .footer__nav {
    max-width: 555px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .facebook-link .facebook-link__text {
    display: none;
  }

  .post__info {
    font-size: 15px;
  }
}
@media screen and (max-width: 600px) {
  .footer {
    padding-bottom: 20px;
  }

  .footer__top {
    padding: 25px 0;
  }

  .footer__nav {
    padding-top: 25px;
  }

  .post {
    width: calc(100% - 2rem) !important;
  }

  .logo {
    white-space: normal;
  }

  .footer__logo {
    width: 107px;
    text-align: center;
  }
}
@media screen and (max-width: 445px) {
  .logo {
    width: 80px;
    text-align: center;
    font-size: 20px;
    margin-right: auto;
  }
  .logo:after {
    top: 4px;
  }

  .feadback-link {
    order: 9;
    width: 100%;
    padding-top: 30px;
  }

  .footer__nav .menu {
    justify-content: flex-start;
    padding: 0;
  }
  .footer__nav .menu li {
    width: 36%;
    text-align: left;
    padding: 8px 0;
  }
  .footer__nav .menu li:nth-child(odd) {
    width: 64%;
  }
}

/*ads*/
.ad_top {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: space-around;
}

.like-button .fb_iframe_widget iframe,
.like-button .fb_iframe_widget span{
	height:20px!important;
	width:155px!important;
}