/*!
* @package Boyo
*/
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
  display: block;
  margin-top: 30px;
  padding-top: 20px!important;
}

.hentry {
  /*padding: 40px 0 0;*/
  padding: 21px 0 0;
  margin-bottom: 40px;
}

.breadcrumbs {
  font-size: 0.75em;
  letter-spacing: .02em;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: 'Arial', 'Helvetica', sans-serif;
  /*letter-spacing: 0.1em;*/
color: #1f2023a1;
}

.breadcrumbs a,
.breadcrumbs a:visited,
.breadcrumbs a:active {
	color: #1f2023a1;
}

.sticky-label{
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-150%);
  margin: 0;
}

.entry-title,
.previous-article-title,
.next-article-title {
  font-size: 2.5em;
  letter-spacing: -0.04em;
  line-height: 1.2;
  color: #1f2023;
}

.previous-article-title,
.next-article-title{
  font-size: 1em;
}

.previous-article,
.next-article {
  color: #181818;
  font-family: Montserrat, sans-serif;
  letter-spacing: -0.04em;
}

.previous-article,
.next-article {
  /*font-size: 25px;*/
  font-size: 0.75em;
}

.published {
  display: none;
}

.updated.published {
  display: inherit;
}

.entry-content,
.entry-footer {
  /*max-width: 720px;*/
  max-width: 1200px;
  margin: auto;
}

.entry-meta{
  display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
        column-gap: 20px;
}

.cat-links{
  width: auto;
}
.entry-meta a {
  color: #1f2023;
  text-decoration: none;
}

.entry-meta .byline {
  margin: 20px 0;
}

.entry-meta .cat-links {
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.entry-meta .cat-links a{
  margin-right: 5px;
}

.entry-meta .posted-on {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.2em;
}

.first-letter {
  font-size: 78px;
  float: left;
  line-height: 1;
  margin-right: 5px;
  font-weight: 700;
}

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

.nav-previous > a,
.nav-next > a {
  text-decoration: none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figcaption {
  padding: 0 10px;
  font-size: 75%;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

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

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

blockquote {
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
}

code {
  padding: 20px;
  display: block;
  background-color: #f8f8f8;
}

.entry-content a:not(.post-toc__link) {
  border-bottom: 3px solid #ff3d3d;
  text-decoration: none;
}
.entry-content a:not(.post-toc__link):hover{
  color: #ff3d3d;
}

.entry-content a[href$=".jpg"],
.entry-content a[href$=".jpeg"],
.entry-content a[href$=".png"],
.entry-content a[href$=".gif"] {
  border-bottom: none;
}

.entry-header,
.entry-content {
  padding: 0 20px;
}

.site-info,
.site-info a {
  color: #b7b7b7;
  font-size: 14px;
  letter-spacing: 0.04em;
}

.page-template-template-page-about-us .hentry {
  margin-bottom: 0;
}

.error404 .site-main {
  max-width: 720px;
  padding: 0 20px;
  margin: 0 auto;
}

.error404 .error-404 .search-form {
  margin: 40px auto 80px;
}

.error404 .error404-content {
  color: #b7b7b7;
  font-family: Montserrat, sans-serif;
  font-size: 160px;
  font-weight: 700;
  margin: auto;
  text-align: center;
}

/*--------------------------------------------------------------
## Blocks related CSS
--------------------------------------------------------------*/
p.has-drop-cap:not(:focus)::first-letter {
  font-size: 78px;
  float: left;
  line-height: 1;
  margin-right: 5px;
  font-weight: 700;
}

.wp-block-separator.is-style-default {
  width: 120px;
}

.wp-block-separator.is-style-dots::before {
  font-size: 80px;
  letter-spacing: .1em;
  padding-left: .1em;
}
.wp-block-latest-posts.wp-block-latest-posts__list{
  list-style: disc;
}
.wp-block-latest-posts.wp-block-latest-posts__list li{
  margin-bottom: 15px;
}

/*--------------------------------------------------------------
  ## Block Editor Button Styles  
--------------------------------------------------------------*/
:root :where(.wp-element-button, .wp-block-button__link) {
  background-color: #32373c;
  border-color: #32373c;
  border-width: 0;
  color: #ffffff;
  font-family: inherit;
  font-style: normal;
}

/*--------------------------------------------------------------
## Handling of responsive view - for bigger screens
--------------------------------------------------------------*/
@media (min-width: 601px) {
  .flex-center{
    display: flex;
    justify-content: center;
  }

  .content-area,
  .entry-header,
  .entry-content {
    padding: 0 20px;
  }
  .entry-content {
    font-size: 1.25rem;
    line-height: 2;
  }
  .articles-wrapper .entry-content {
    /*font-size: 1.25rem;*/
    font-size: 1rem;
    /*line-height: 2;*/
    line-height: 1.2;
  }
}

@media (min-width: 961px) {
  .entry-header,
  .page-header,
  /*.site-info,*/
  .breadcrumbs,
  .post-thumbnail {
    /*max-width: 960px;*/
    max-width: 2000px;
    margin-left: auto;
    margin-right: auto;
  }
  .site-info {
    text-align: right;
  }
  .hentry {
    /*padding: 40px 0 0;*/
    padding: 30px 0 40px;
    margin-bottom: 80px;
  }
}

@media (min-width: 1281px) {
  .entry-header,
  .page-header,
  .breadcrumbs,
  .post-thumbnail {
    /*max-width: 1200px;*/
    max-width: 2000px;
  }
  /*.entry-title {
    max-width: 50%;
  }*/
}

@media (max-width: 767px){
  .entry-title{
    font-size: 1.75em;
  }

}
/*# sourceMappingURL=content.css.map */

.upbtn {
  position: fixed;
  /*right: 14px;*/
  /*left: calc(-64px + 100vw);*/
  left: calc(100vw - 21px);
  transform: translateX(-100%);
  right: auto;
  bottom: 2rem;
  padding: 4px;
  border-radius: 96px;
  background: #ff3d3d;
  z-index: 4;
  gap: 0;
  transition: .5s;
  display: none !important;
  border: none;
}


.upbtn__btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #ff3d3d;
  cursor: pointer;
  transition: .3s;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.upbtn__btn img{
  width: 20px;
  height: 20px;
}

/*.upbtn__btn:before {
  !*content: '';*!
  background-image: url(../img/arrowup.svg);
  background-position: center;
  background-size: contain;
  width: 30px;
  height: 30px;
  opacity: .8;
  transition: .3s;
}

.upbtn__btn:hover:before {
  opacity: 1;
}*/

.upbtn.show {
  display: flex !important;
  transition: .5s;
}

#article .wp-block-heading{
  margin-top: 0;}

.post-toc {
  margin: 24px 0;
  /*padding: 20px;*/
  /*border: 1px solid #e3e3e3;*/
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.post-toc__title {
  margin-bottom: 12px;
  font-size: 1.5em;
  font-weight: 700;
}

.post-toc__list {
  margin: 0;
  padding-left: 20px;
}

.post-toc__item {
  margin-bottom: 8px;
}

.post-toc__item:last-child {
  margin-bottom: 0;
}

.post-toc__link {
  color: #222;
  text-decoration: none;
}

.post-toc__link:hover {
  text-decoration: underline;
}

html {
  scroll-behavior: smooth;
}

.entry-content h2[id] {
  scroll-margin-top: 100px;
}

.overview__share{
  padding: 0;
  margin: 0;
}

.overview__sh-main{
  display: flex;
  align-items: center;
  margin-left: -10px;
}

.overview__sh-main:hover span {
  opacity: 0
}

.overview__sh-main:hover ul li:first-child {
  z-index: 2;
  opacity: 1;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition-delay: 80ms;
  transition-delay: 80ms;
  left: 0
}

.overview__sh-main:hover ul li:nth-child(2) {
  z-index: 2;
  opacity: 1;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition-delay: .16s;
  transition-delay: .16s;
  left: 38px
}

.overview__sh-main:hover ul li:nth-child(3) {
  z-index: 2;
  opacity: 1;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition-delay: .24s;
  transition-delay: .24s;
  left: 76px
}

.overview__sh-main:hover ul li:nth-child(4) {
  z-index: 2;
  opacity: 1;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition-delay: .32s;
  transition-delay: .32s;
  left: 114px
}

.overview__sh-btn {
  width: 32px;
  height: 32px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.overview__sh-btn svg {
  margin-top: 4px;
}

.overview__sh-svg_share {
  width: 13px;
  height: 14px;
}

.overview__sh-btn span {
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  position: absolute;
  z-index: -1;
  top: 50%;
  transform: translateY(25%);
  right: -100px;
  margin-top: -14px;
  opacity: 1;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

.overview__sh-wrapper {
  position: relative;
  width: 150px;
  height: 35px;
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
}
.overview__sh-item {
  width: 32px;
  height: 32px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .25);
  box-shadow: 0 2px 4px rgba(0, 0, 0, .25);
  -webkit-transition: all ease 1s;
  transition: all ease 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}

.overview__sh-item:hover svg path {
  fill: #fff
}

.overview__sh-item:hover {
  background-color: #ff3d3d
}

.overview__sh-link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.overview__sh-svg_fb {
  width: 7px;
  height: 14px;
}

.overview__sh-svg_tw {
  width: 15px;
  height: 12px;
}

.overview__sh-svg_in {
  width: 15px;
  height: 14px;
}

.overview__sh-svg_in {
  width: 15px;
  height: 14px;
}

.overview__sh-path {
  fill: #000;
}

@media (max-width: 960px){
  .entry-meta{
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .entry-meta br{
    display: none;
  }
  .overview__share{
    margin: -10px 0 0 0;
  }
}

@media (max-width: 767px){
  .entry-title{
    font-size: 1.75em;
  }
  .overview__share {
    margin: 0;
  }
  .overview__sh-btn span{
    opacity: 0;
    z-index: -1;
  }
  .overview__sh-main ul li:first-child {
    z-index: 2;
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition-delay: 80ms;
    transition-delay: 80ms;
    left: 0
  }

  .overview__sh-main ul li:nth-child(2) {
    z-index: 2;
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition-delay: .16s;
    transition-delay: .16s;
    left: 38px
  }

  .overview__sh-main ul li:nth-child(3) {
    z-index: 2;
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition-delay: .24s;
    transition-delay: .24s;
    left: 76px
  }

  .overview__sh-main ul li:nth-child(4) {
    z-index: 2;
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition-delay: .32s;
    transition-delay: .32s;
    left: 114px
  }
}