/*
Theme Name: Shapran Theme
Theme URI: Theme Name: https://shapran.org/
Author: Pavel Kuchenev
Author URI: Theme Name: https://shapran.org/
Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. Twenty Fifteen's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: knyagynyn.if.ua

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
.text img{
	height: auto;;
}
.breadcrumbs ul{
    display: flex;
}
.breadcrumbs ul li{
    position: relative;
    padding-right: 18px;
}
.breadcrumbs ul li::before{
    content:  '/';
    position: absolute;
    right: 5px;
    top: 0;
}
.breadcrumbs ul li:last-child::before{
    content: '';
}
.breadcrumbs ul li:last-child a{
    color: #0d0d0d;
    cursor: default;
}
.breadcrumbs ul li:last-child a:hover{
    color: #0d0d0d;
    opacity: 1;
}
.baner-block{
    background-size: cover;
}
.lang-item{
    list-style-type: none;
}
.lang-item a{
    font-weight: 500;
    text-transform: uppercase;
}
.invert .current-lang{
    background-color: #531987;
}
.current-lang{
    background-color: #531987;
}
 .current-lang a{
    color: #fff;
}
.new-item{
    display: block;
}
.slick-track {
    display: flex !important;
  }
  
  .slick-slide {
    height: auto;
  }
  /* .proj-img{
      display: block;
      width: 100%;
      height: 448px;
  }
  .proj-img img{
      width: 100%;
      height: 100%;
      object-fit: cover;
  } */
  .mce-notification-inner{
      display: none!important;
  }
  .desk-langs{
    display: flex;
}
@media(max-width: 768px){
	header .soc a{
		padding: 0 11px!important;
	}
	.baner-block {
    	background-position: -291px 0px;
	}
	.secrets{
		padding-left: 15px;
		padding-right: 15px;
	}
	.bb2{
		height: 229px!important;
		padding: 0!important;
		background-position: -53px 0!important;

	}
	.secret-title{
		margin-top: 50px!important;
		margin-bottom: 20px!important;
		font-size: 18px!important;
		line-height: 24px!important;
	}
	.secrets{
		font-size: 14px;
	}
	.first h1, .first ul, .first div{
		padding-right: 50px;
	}
	.achievements-block .title-block{
		padding-left: 0;
	}
}
@media(max-width: 380px){
    .desk-langs{
        display: none;
    }
}
