/*
Theme Name: Jewish Magazine
Theme URI: http://askello.net/
Author: askello
Author URI: http://askello.net/
Description: This is basic template for your next one-millione-dollars project. Good luck!
Requires at least: WordPress 5.4.2
Version: 0.1
Text Domain: jewishmagazine
*/


@font-face {
    font-family: 'PF Highway Sans Pro';
    src: local('PF Highway Sans Pro Regular'), local('PF-Highway-Sans-Pro-Regular'),
        url('assets/fonts/PFHighwaySansPro/PFHighwaySansPro-Regular.woff2') format('woff2'),
        url('assets/fonts/PFHighwaySansPro/PFHighwaySansPro-Regular.woff') format('woff'),
        url('assets/fonts/PFHighwaySansPro/PFHighwaySansPro-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
	font-family: 'PF Highway Sans Pro';
	src: local('PF Highway Sans Pro Bold'), local('PF-Highway-Sans-Pro-Bold'),
		url('assets/fonts/PFHighwaySansPro/PFHighwaySansPro-Bold.woff2') format('woff2'),
		url('assets/fonts/PFHighwaySansPro/PFHighwaySansPro-Bold.woff') format('woff'),
		url('assets/fonts/PFHighwaySansPro/PFHighwaySansPro-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Georgia';
	src: local('Georgia Regular'), local('Georgia-Regular'),
		url('assets/fonts/Georgia/Georgia-Regular.woff2') format('woff2'),
		url('assets/fonts/Georgia/Georgia-Regular.woff') format('woff'),
		url('assets/fonts/Georgia/Georgia-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}
@font-face {
    font-family: 'Georgia';
    src: local('Georgia Bold'), local('Georgia-Bold'),
        url('assets/fonts/Georgia/Georgia-Bold.woff2') format('woff2'),
        url('assets/fonts/Georgia/Georgia-Bold.woff') format('woff'),
        url('assets/fonts/Georgia/Georgia-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Georgia';
    src: local('Georgia Italic'), local('Georgia-Italic'),
        url('assets/fonts/Georgia/Georgia-Italic.woff2') format('woff2'),
        url('assets/fonts/Georgia/Georgia-Italic.woff') format('woff'),
        url('assets/fonts/Georgia/Georgia-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Georgia';
    src: local('Georgia Bold Italic'), local('Georgia-Bold-Italic'),
        url('assets/fonts/Georgia/Georgia-BoldItalic.woff2') format('woff2'),
        url('assets/fonts/Georgia/Georgia-BoldItalic.woff') format('woff'),
        url('assets/fonts/Georgia/Georgia-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}


html, body {
	font-family: 'PF Highway Sans Pro';
    font-variant-numeric: proportional-nums;
	font-size: 19px;
	background-color: #fafafa;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

a {
	color: #2a2a2a;
	text-decoration: underline;
}
a:hover {
	color: #545454;
	text-decoration: none;
}
a.undecorated {
	text-decoration: none;
	transition: color .2s linear;
}
a.undecorated:hover {
	color: #545454;
}
a.btn {
	text-decoration: none;
}

.tooltip {
    font-size: 15px;
}

.font-family-georgia {
	font-family: 'Georgia';
}
.font-size-14 {
	font-size: 14px;
}

.bg-gray {
	background-color: #e5e5e5;
}
.bg-dark {
	background-color: #2a2a2a !important;
}
.bbb {
	border-bottom: 1px solid #2a2a2a;
}
.home-adv img {
	max-width: 100%;
	height: auto;
}

.input-white {
	background-color: white;
	padding: 5px 25px;
	border: 1px solid white;
	border-radius: 5px;
	font-size: 16px;
}

.block-title {
	font-family: 'PF Highway Sans Pro';
	font-weight: bold;
	font-size: 36px;
	line-height: 40px;
	margin-bottom: 25px;
}

.col-no-gutters-mobile {
	padding-left: 0;
	padding-right: 0;
}

.font-georgia {
	font-family: 'Georgia';
}
.title-single {
	font-weight: bold;
	font-size: 28px;
	line-height: 34px;
	font-family: 'Georgia';
}
.section-title {
	border-bottom: 1px solid black;
	font-size: 32px;
}
.tags a {
	font-size: 12px;
	font-family: 'Georgia';
	text-decoration: none;
	text-transform: uppercase;
}
.interview-guest {
	font-size: 32px;
	color: #6f6f6f;
	font-weight: bold;
}
.interview-image {
	margin-left: -15px;
	margin-right: -15px;
}
.interview-image img {
	width: 100%;
	height: auto;
}

.left-tags {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	align-content: space-between;
}
.left-tags > div {
	flex: 0 0 auto;
}
.fb-share-btn {
	display: none;
}
.fb-share-btn.ready {
	display: inline-block;
}


._df_book {
    background-color: #fafafa !important;
}





/* -------------------------------- */
/* ARTICLES ----------------------- */
/* -------------------------------- */
.articles-grid {
	padding: 40px 0;
	background-color: #fafafa;
}
.article {
	margin-bottom: 30px;
}
.article-image {
	display: block;
	position: relative;
}
.article-image > img {
	width: 100%;
	height: auto;
	transition: opacity .2s linear;
}
.article-image:hover > img {
	opacity: .8;
}
.article-info {
	position: relative;
	padding-top: 30px;
}
.article-info-box {
	background-color: #fafafa;
	padding: 30px 15px 50px 15px;
}
.article-category {
	display: inline-block;
	position: absolute;
	top: -18px;
	left: 15px;
	background-color: #fafafa;
	padding: 8px 30px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	font-family: 'Georgia';
	text-decoration: none;
	white-space: nowrap;
}
.articles-grid .article-info-box {
	background-color: #fafafa;
}
.articles-grid .article-category {
	background-color: #fafafa;
}
.article-title {
	display: block;
	font-family: 'PF Highway Sans Pro';
	font-weight: bold;
	font-size: 26px;
	text-decoration: none;
	line-height: 32px;
	margin-bottom: 15px;
}
.article-guest {
	color: #6f6f6f;
}
.article-excerpt {
	font-family: 'Georgia';
	padding-bottom: 20px;
	border-bottom: 1px solid #2a2a2a;
	margin-bottom: 3px;
}
.article-excerpt p {
	margin-bottom: 0;
}
.article-date span {
	font-size: 14px;
}
.article-author {
	font-size: 15px;
	font-size: 16px;
	text-decoration: none;
}
.article-big .article-image {
	margin-right: -15px;
    margin-left: -15px;
}
.article-big .article-category {
	left: 0;
}




/* -------------------------------- */
/* SLIDER ------------------------- */
/* -------------------------------- */
.slider-controls {
	padding-top: 30px;
	padding-bottom: 20px;
	text-align: center;
}
.slider-controls:focus {
	outline: 0;
}
.slider-nav {
	display: inline-block;
	margin: 0 15px;
}
.slider-nav > button {
	width: 12px;
	height: 12px;
	background-color: white;
	border: 1px solid white;
	border-radius: 3px;
	padding: 0;
}
.slider-nav.black > button {
	border: 1px solid #2a2a2a;
	background-color: #2a2a2a;
}
.slider-nav > button + button {
	margin-left: 7px;
}
.slider-nav > button.active,
.slider-nav > button.tns-nav-active {
	background-color: transparent;
}
.slider-nav > button:focus {
	outline: 0;
	box-shadow: none;
}
.slider-column {
	display: block;
	position: relative;
	text-align: center;
}
.slider-column img {
	width: 100%;
	height: auto;
	margin-bottom: -20px;
}
.slider-column-name {
	font-family: 'Georgia';
	font-size: 17px;
	color: white;
	margin-top: 15px;
}
.slider-column-name span {
	font-family: 'PF Highway Sans Pro';
	font-weight: bold;
	color: #0db4d0;
}
.slider-column-inner {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	color: white;
	width: calc(100% - 30px);
	height: calc(100% - 18px);
	text-align: center;
	background-color: rgba(0, 0, 0, 0.4);
}
.slider-column-title {
	font-family: 'PF Highway Sans Pro';
	font-weight: bold;
	font-size: 22px;
	line-height: 26px;
}
.slider-column-text {
	display: none;
	font-family: 'Georgia';
	font-size: 16px;
	line-height: 18px;
}
.slider-column:hover .slider-column-title {
	display: none;
}
.slider-column:hover .slider-column-text {
	display: block;
}
.slider-column-category {
	display: inline-block;
	background-color: white;
	min-width: 180px;
	padding: 10px;
	font-family: 'Georgia';
	font-weight: bold;
	font-size: 13px;
	position: relative;
}
.slider-column:hover .slider-column-category {
	color: #2a2a2a;
}
.tns-autowidth {
	display: block;
}



/* -------------------------------- */
/* ARROW -------------------------- */
/* -------------------------------- */
.arrow {
	position: relative;
	display: inline-block;
	background-color: transparent;
	border: none;
	vertical-align: middle;
	background-repeat: no-repeat;
	padding: 0;
	text-decoration: none;
}
.arrow:hover {
	opacity: .8;
}
.arrow:focus {
	outline: 0;
	box-shadow: none;
}
.arrow-inner {
	position: relative;
	vertical-align: middle;
	display: inline-block;
	width: 47px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center center;
}
.arrow:hover .arrow-inner:before {
	content: '';
    position: absolute;
    width: 34px;
    height: 34px;
    border-radius: 5px;
    transform: rotate(45deg);
	top: -2px;
    right: -4px;
}
.arrow-white .arrow-inner {
	background-image: url('assets/img/arrow-white-right.png');
}
.arrow-white .arrow-text {
	color: white;
}
.arrow-black .arrow-inner{
	background-image: url('assets/img/arrow-black-right.png');
}
.arrow-white:hover .arrow-inner:before {
	background-color: rgba(255, 255, 255, 0.1);
}
.arrow-black:hover .arrow-inner:before {
	background-color: rgba(0, 0, 0, 0.1);
}
.arrow-left .arrow-inner {
	transform: scaleX(-1);
}
.arrow-right .arrow-inner {
	background-position-x: right;
}
.arrow span {
	display: inline-block;
}
.arrow-right .arrow-text {
	margin-right: 15px;
}
.arrow-left .arrow-text {
	margin-left: 15px;
}
.arrow-white.arrow-up .arrow-inner,
.arrow-white.arrow-down .arrow-inner {
	background-image: url('assets/img/arrow-white-down.png');
}
.arrow-black.arrow-up .arrow-inner,
.arrow-black.arrow-down .arrow-inner {
	background-image: url('assets/img/arrow-black-down.png');
}
.arrow-up .arrow-inner,
.arrow-down .arrow-inner {
	width: 30px;
	height: 47px;
}
.arrow-up .arrow-inner {
	transform: scaleX(-1);
}

.arrow-up:hover .arrow-inner:before,
.arrow-down:hover .arrow-inner:before {
	top: auto;
	bottom: -4px;
    left: -2px;
}

.arrow-up .arrow-text,
.arrow-down .arrow-text {
	display: block;
}
.arrow-up .arrow-text {
	margin-bottom: 15px;
}
.arrow-down .arrow-text {
	margin-top: 15px;
}





/* -------------------------------- */
/* BREADCRUMBS -------------------- */
/* -------------------------------- */
a.breadcrumbs__link {
	font-size: 14px;
	text-decoration: none;
	color: #6f6f6f;
	text-decoration: underline;
}
a.breadcrumbs__link:hover {
	text-decoration: none;
}
.breadcrumbs__current {
	font-size: 14px;
}
.breadcrumbs__separator {
	display: inline-block;
	position: relative;
	width: 40px;
}
.breadcrumbs__separator:before {
	content: '';
	position: absolute;
	width: 5px;
	height: 5px;
	transform: rotate(45deg);
	background-color: #6f6f6f;
	top: 13px;
    left: 18px;
}




/* -------------------------------- */
/* PAGINATION --------------------- */
/* -------------------------------- */
.page-link {
    padding: 5px 10px;
	text-decoration: none;
	color: #5f5f5f;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #0eb3cd;
    border-color: #0b8ea3;
}
.page-link:hover {
    color: #0eb3cd;
}





/* -------------------------------- */
/* HEADER ------------------------- */
/* -------------------------------- */
.header-top {
	border-bottom: 1px solid #2a2a2a;
}
header .custom-logo-link {
	margin-bottom: -11px;
}
header .custom-logo {
	width: 170px;
	height: auto;
}
header .navbar {
	padding: 0;
}

header .navbar-nav > li > a {
	margin: 10px 0;
	color: white;
	text-decoration: none;
	text-align: right;
	padding: 0;
}
header .navbar-nav > li > a:hover {
	border-bottom: 1px solid #2a2a2a;
}
header .navbar-nav > li:first-child > a {
	margin-left: 40px;
}
header .navbar-toggler {
	border: none;
	padding-left: 0;
	padding-right: 0;
}
header .navbar-toggler:focus {
	outline: 0;
}
header .navbar-toggler-icon {
	background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'><path stroke='rgb(42, 42, 42)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}
header .navbar-collapse.show {
	background-color: #2a2a2a;
    position: absolute;
	top: 0;
    right: -15px;
    width: calc(100% + 15px);
    z-index: 3;
	padding: 10px 35px 50px 35px;
}
header .collapsing {
    -webkit-transition: none;
    transition: none;
    display: none;
}
header .link-subscribe {
	color: white;
	margin: 10px 0;
	padding: 0;
	text-decoration: none;
}
header .link-subscribe:hover {
	border-bottom: 1px solid #2a2a2a;
	text-decoration: none;
}
.header-nav-footer {
	border-top: 1px solid #5d5d5d;
	padding-top: 15px;
	margin-top: 40px;
}
.header-nav-footer a {
	color: #5d5d5d;
	font-size: 14px;
	text-decoration: none;
}
.mobile-nav-close {
	position: relative;
	width: 20px;
	height: 20px;
	transform: rotate(45deg);
}
.mobile-nav-close:before,
.mobile-nav-close:after {
	content: '';
	position: absolute;
	display: block;
	background-color: #e5e5e5;
	border-radius: 2px;
}
.mobile-nav-close:before {
	top: calc(50% - 1px);
	width: 100%;
	height: 2px;
}
.mobile-nav-close:after {
	left: calc(50% - 1px);
	width: 2px;
	height: 100%;
}
.header-bottom {
	padding: 4px 0;
	border-bottom: 1px solid #2a2a2a;
}
.header-bottom.no-border {
	border-bottom: none;
}
.header-bottom-buttons a {
	display: inline-block;
	vertical-align: middle;
	height: 19px;
	line-height: 19px;
}

.search-form {
	background-color: #e6e6e6;
	padding: 4px;
	border-radius: 3px;
	border-top-left-radius: 0;
	height: 32px;
	line-height: 24px;
}
.search-form input {
	border: none;
	background-color: #e6e6e6;
	padding-left: 10px;
	font-family: 'Georgia';
	font-style: italic;
	font-size: 16px;
	height: 24px;
}
.search-form input:focus {
	outline: 0;
}
.search-form-close {
	display: inline-block;
	vertical-align: middle;
	width: 19px;
	height: 19px;
	margin: 0 10px;
	position: relative;
}
.search-form-close:before,
.search-form-close:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #2a2a2a;
	border-radius: 2px;
	top: 9px;
	left: 0;
}
.search-form-close:before {
	transform: rotate(45deg);
}
.search-form-close:after {
	transform: rotate(-45deg);
}
.search-form-btn {
	display: inline-block;
	border-left: 1px solid #2a2a2a;
	padding-left: 10px;
	padding-right: 10px;
	height: 19px;
	line-height: 19px;
}
.search-form-close:hover,
.search-form-btn:hover {
	cursor: pointer;
	opacity: .6;
}
.search-form-hidden {
	background-color: #fafafa;
}
.search-form-hidden input,
.search-form-hidden .search-form-close {
	display: none;
}
.search-form-hidden .search-form-btn {
	border-left-color: transparent;
	border-right-color: #2a2a2a;
	
}





/* -------------------------------- */
/* FOOTER ------------------------- */
/* -------------------------------- */
.footer-menu {
	padding: 3px 0;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	text-align: center;
}
.footer-menu a {
	color: white;
	text-decoration: none;
	display: inline-block;
	padding: 6px 0;
	margin: 0 20px;
	border-bottom: 1px solid transparent;
}
.footer-menu a:hover {
	border-bottom: 1px solid white;
}
.footer-menu-2 a {
	font-size: 14px;
	text-decoration: none;
	color: white;
}
.footer-menu-2 a:hover {
	color: #0eb3cd;
}
.footer-copywrite {
	border-top: 1px solid white;
	font-size: 14px;
	color: white;
	text-align: center;
}





/* -------------------------------- */
/* HOME PAGE ---------------------- */
/* -------------------------------- */
.home-0 {
	position: relative;
}
.home-0-bgs > a {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}
.home-0-main {
	position: relative;
	width: 150px;
	background-color: #2a2a2a;
	margin-left: auto;
	color: white;
	padding: 10px 0;
	z-index: 2;
}
.home-0-cover {
	display: block;
	margin-bottom: 20px;
}
.home-0-cover img {
	width: 100%;
	height: auto;
}
.home-0-title {
	font-size: 24px;
	padding-left: 7px;
}
.home-0-subtitle {
	padding-left: 7px;
	font-size: 20px;
	margin-bottom: 10px;
}
.home-0-subtitle span {
	font-size: 28px;
	font-weight: bold;
	line-height: 28px;
	color: #00c5dd;
}
.home-0-slide {
	display: block;
	min-height: 190px;
	color: white;
	text-decoration: none;
}
.home-0-slide:hover {
	color: white;
}
.home-0-slide-title {
	font-size: 26px;
	line-height: 30px;
	color: #00c5dd;
	padding: 0 7px;
	font-weight: bold;
	margin-bottom: 10px;
}
.home-0-slide-text {
	font-size: 14px;
	padding: 0 7px;
}
.home-0 .arrow-inner {
	width: 30px;
    background-size: contain;
}
.home-0 .slider-controls {
	padding-top: 10px;
	padding-bottom: 10px;
}
.home-0 .slider-nav {
	margin: 0 10px;
}
.home-0 .slider-nav > button {
    width: 10px;
    height: 10px;
}
.home-0 .slider-nav > button + button {
    margin-left: 5px;
}


.home-1 {
	
}
.home-1-left {
	
}
.home-1-left-inner {
	width: 100%;
	height: 140vw;
}
.home-1-right {
	
}
.home-1-right-inner {
	width: 100%;
	margin: 0 auto;
}
.home-1 .carousel,
.home-1 .carousel-inner,
.home-1 .carousel-item {
	height: 100%;
}

.carousel-meta {
	position: absolute;
	top: 15px;
	left: 15px;
	color: white;
	z-index: 2;
	font-weight: bold;
}
.carousel-meta-title {
	font-size: 30px;
}
.carousel-meta-subtitle {
	font-size: 18px;
}

.home-1-slide {
	height: 100%;
	position: relative;
	background-size: cover;
	background-position: center center;
	color: white;
	font-weight: bold;
	padding: 15px;
}
.home-1-slide a {
	color: white;
	text-decoration: none;
}
.home-1-slide a:hover {
	color: white;
}
.home-1-slide span,
.carousel-meta span {
	color: #0eb3cd;
}
.home-1-slide-info {
	position: absolute;
	bottom: 70px;
	right: 15px;
	text-align: right;
	width: calc(100% - 30px);
}
.home-1-slide-info-title {
	font-size: 36px;
	margin-bottom: 10px;
}
.home-1-slide-info-text {
	font-family: 'Georgia';
}
.home-1 .archive-link {
	font-family: 'Georgia';
	font-size: 14px;
	display: block;
	padding: 15px 0;
	border-bottom: 1px solid #2a2a2a;
}
.home-1 .tns-outer {
	margin-bottom: -85px;
}
.home-1 .slider-controls {
	margin-top: -50px;
	padding-top: 0;
	padding-bottom: 10px;
}

.stmegi-news {
	background-color: #e5e5e5;
	padding: 10px 0 20px 0;
}
.stmegi-news-title {
	font-size: 28px;
	margin-bottom: 10px;
}
.stmegi-news-title img {
	width: 120px;
	margin-right: 7px;
}
.stmegi-news-title a {
	text-decoration: none;
	font-size: 24px;
}
.stmegi-news-text {
	font-family: 'Georgia';
	font-size: 16px;
	min-height: 65px;
	border-bottom: 1px solid #2a2a2a;
	margin-bottom: 0px;
	padding-bottom: 15px;
}
.stmegi-news-date {
	font-weight: bold;
	font-size: 16px;
	text-align: right;
}


.home-3 {
	background-color: #2a2a2a;
	padding-top: 40px;
}
.home-3 .article-info,
.home-3 .article-category {
	background-color: white;
}
.home-3 .article-info-box {
	margin-bottom: 50px;
}

.home-5-inner {
	position: relative;
}
.home-5 .article {
	margin-bottom: 0;
}
.home-5,
.home-5 .article-info,
.home-5 .article-category {
	background-color: #e5e5e5;
}
.home-5 .article-info-box {
	padding-left: 0;
	padding-right: 0;
}

.home-6 {
	background-color: #2a2a2a;
	padding: 40px 0 20px 0;
}





/* -------------------------------- */
/* COLUMNISTS --------------------- */
/* -------------------------------- */
.columnists {
	background-color: #e6e6e6;
}
.columnist {
	display: block;
	text-decoration: none;
	padding: 30px 15px;
	background-color: #fafafa;
	border-radius: 6px;
	overflow: hidden;
	transition: all .2s linear;
	height: 100%;
}

a.columnist:hover {
	background-color: #fafafa;
	box-shadow: 0 0 3px #fafafa;
}
.columnist-avatar {
	display: block;
	margin: 20px 0 30px 0;
	margin-bottom: 30px;
    transform: rotate(45deg);
    overflow: hidden;
    border-radius: 6px;
    width: 80px;
    height: 80px;
}
.columnist-avatar img {
	width: 200%;
	height: auto;
    margin-top: -20px;
    margin-left: -36px;
	transform: rotate(-45deg);
}
.columnist-avatar-outer {
	width: 102px;
	margin-right: 15px;
	position: relative;
}
.columnists .columnist-avatar-outer {
	margin-left: -10px;
}
.columnist-avatar-outer-lines {
	position: absolute;
	width: 100%;
	height: 100%;
	top: -15px;
    right: 32px;
	width: 4px;
	height: 21px;
	border-right: 1px solid #2a2a2a;
}
.columnist-avatar-outer-lines:before {
	content: '';
	position: absolute;
	height: 17px;
	top: 0;
	left: 0;
	border-left: 1px solid black;
}
.columnist-avatar-outer-lines.inverse {
	top: auto;
	bottom: -15px;
}
.columnist-avatar-outer-lines.inverse:before {
	top: auto;
	bottom: 0;
}
.columnist-noavatar .columnist-avatar-outer-lines,
.columnist-noavatar .columnist-avatar-outer-lines:before {
	height: 100%;
}
.columnist-noavatar .columnist-avatar-outer-lines.inverse {
	display: none;
}
.columnist-name {
	display: inline-block;
	padding-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
	text-decoration: none;
}
.columnist-tags {
	font-size: 16px;
	font-family: 'Georgia';
	font-style: italic;
}
.columnist-tags-rombik {
	display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    background-color: #2a2a2a;
    transform: rotate(45deg);
    margin-right: 5px;
}
.columnist-tags-rombik.white {
	background-color: #e6e6e6;
}
.columnist-social {
	margin-top: 40px;
}
.columnist-social a {
	display: inline-block;
	vertical-align: top;
	padding: 0 15px;
	border-right: 1px solid #e6e6e6;
}
.columnist-social a:first-child {
	padding-left: 0;
}
.columnist-social a:last-child {
	padding-right: 0;
	border-right: none;
}
.photoreport-author.black .columnist-social a {
	padding: 0 8px;
}
.photoreport-author.black .columnist-social a:first-child {
	padding-left: 0;
}
.photoreport-author.black .columnist-social a:last-child {
	padding-right: 0;
	border-right: none;
}
.columnist-title {
	display: block;
	text-decoration: none;
	font-size: 26px;
	line-height: 28px;
	font-weight: bold;
	margin-bottom: 10px;
}
.columnist-text {
	font-family: 'Georgia';
	font-size: 17px;
	padding-bottom: 15px;
	border-bottom: 1px solid #2a2a2a;
	margin-bottom: 10px;
}
.columnist-date {
	font-size: 14px;
}
.columnist-page {
	background: none;
	padding-top: 0;
	padding-bottom: 0;
}
.columnist-page .columnist-avatar {
	margin-left: 0;
}
.columnist-page .columnist-social {
	margin-top: 25px;
}




/* -------------------------------- */
/* PAGE SEARCH -------------------- */
/* -------------------------------- */
.search-result-image img {
	width: 100%;
	height: auto;
	margin-bottom: -28px;
}
.search-result-category {
	display: inline-block;
	background-color: #fafafa;
	text-transform: uppercase;
	font-family: 'Georgia';
	font-size: 12px;
	padding: 5px 0;
	text-decoration: none;
}
.search-result-issue {
	display: inline-block;
	text-decoration: none;
	font-family: 'Georgia';
	font-size: 16px;
	line-height: 16px;
	vertical-align: top;
}
.search-result-title {
	font-size: 22px;
	font-weight: bold;
	line-height: 24px;
	padding: 5px 0 12px 0;
	display: inline-block;
	text-decoration: none;
}
.search-result-text {
	font-family: 'Georgia';
	margin-bottom: 20px;
}
.search-result-info {
	border-bottom: 1px solid #2a2a2a;
}
.search-result-author {
	font-family: 'Georgia';
	font-size: 16px;
}
.search-result-author-name {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	background-color: #e6e6e6;
	padding: 5px 12px;
	text-transform: uppercase;
	margin-left: 10px;
	text-decoration: none;
}
.search-result-author-name:hover {
	opacity: .9;
}




/* -------------------------------- */
/* ARCHIVE ------------------------ */
/* -------------------------------- */
.issue-cover {
	display: block;
	margin-bottom: 5px;
}
.issue-cover img {
	width: 100%;
	height: auto;
}
.issue-pdf {
	display: block;
	background-color: #fafafa;
	padding: 6px 0;
	text-align: center;
	border-top: 1px solid #2a2a2a;
	border-bottom: 1px solid #2a2a2a;
	text-decoration: none;
}
.issue-pdf img {
	display: none;
}
.issue-pdf-icon {
	display: inline-block;
	vertical-align: middle;
	width: 36px;
	height: 43px;
	background-image: url(assets/img/pdf.png);
}
.issue-pdf:hover > .issue-pdf-icon {
	background-image: url(assets/img/pdf-blue.png);
}
.issue-title {
	font-family: 'Georgia';
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	padding: 8px 0;
	margin-bottom: 5px;
	background-color: #e6e6e6;
}
.issue-members {
	text-align: center;
	line-height: 23px;
	font-size: 17px;
}
.issue-member {
	display: inline-block;
	margin: 0 6px;
	text-decoration: none;
}

.issue-years-container {
	background-color: #2a2a2a;
}
.issue-years {
	text-align: right;
}
.issue-year {
	display: inline-block;
	padding: 5px 0 5px 30px;
	border: 1px solid transparent;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #838282;
}
.issue-year-active,
.issue-year:hover {
	color: white;
	border-color: #2a2a2a;
}
.issue-year + .issue-year {
	margin-left: -1px;
}




/* -------------------------------- */
/* HISTORY ------------------------ */
/* -------------------------------- */
.history {
	background-color: #fafafa;
}

.history-timeline {
	background-color: #e6e6e6;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.2);
	height: 40px;
	position: relative;
}
.history-timeline-move {
	position: relative;
	width: 34px;
	height: 38px;
	background-color: white;
}
.history-timeline-move:hover {
	background-color: #fafafa;
	cursor: pointer;
}
.history-timeline-move:before,
.history-timeline-move:after {
	content: '';
	position: absolute;
	width: 14px;
	height: 1px;
	background-color: #2a2a2a;
}
.history-timeline-move:before {
	left: 11px;
	top: 14px;
	transform: rotate(45deg);
}
.history-timeline-move:after {
	top: 24px;
	left: 11px;
	transform: rotate(-45deg);
}
.history-timeline-move-prev:before {
	left: 10px;
	transform: rotate(-45deg);
}
.history-timeline-move-prev:after {
	left: 10px;
	transform: rotate(45deg);
}
.history-timeline-years {
	height: 38px;
	overflow: hidden;
}
.history-timeline-year {
	position: relative;
	display: inline-block;
	text-decoration: none;
	height: 38px;
	border: 1px solid #e6e6e6;
	line-height: 36px;
	width: 100%;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
.history-timeline-year-active,
.history-timeline-year:hover {
	border: 1px solid #2a2a2a;
}
.history-timeline-year:before,
.history-timeline-year:after {
	content: '';
	position: absolute;
	width: 15%;
	height: 3px;
	top: 17px;
	border-left: 1px solid #6f6f6f;
	border-right: 1px solid #6f6f6f;
}
.history-timeline-year:before {
	left: 7%;
}
.history-timeline-year:after {
	right: 7%;
}

.history-article {
	
}
.history-article .first-col {
	border-bottom: 1px solid black;
}
.history-article h1 {
	font-size: 28px;
	line-height: 32px;
	font-weight: bold;
}
.history-article-image {
	display: block;
	position: relative;
	margin-left: -15px;
	margin-right: -15px;
}
.history-article-image img {
	width: 100%;
	height: auto;
}
.history-article-title {
	display: inline-block;
	font-size: 28px;
    line-height: 32px;
    font-weight: bold;
	text-decoration: none;
	margin-bottom: 10px;
}
.history-article-info {
	border-top: 1px solid #2a2a2a;
}
.history-article-year {
	position: absolute;
	bottom: -26px;
	left: 15px;
	vertical-align: top;
	padding: 5px 18px;
	background-color: #fafafa;
	font-size: 14px;
	height: 53px;
}
.history-article-year-top {
	border-bottom: 1px solid #838282;
}
.history-year-separator {
	display: none;
}
.history-year-separator-empty {
	height: 42px;
}





/* -------------------------------- */
/* SINGLE ------------------------- */
/* -------------------------------- */
.single-content {
	font-family: 'Georgia';
}
.single-content > p {
	font-family: 'Georgia';
}
.single-content p a {
	color: #007bff;
}
.single-content p a:hover {
	color: #0056b3;
}
.single-content > h2,
.single-content > h3,
.single-content > h4,
.single-content > h5,
.single-content > h6 {
	font-weight: bold;
	margin-bottom: 1rem;
}
.single-content [data-toggle=tooltip] {
	border-bottom: 1px dotted #2a2a2a;
	cursor: help;
}
.photoreport-collapsed {
	height: 500px;
	overflow: hidden;
	position: relative;
}
.photoreport-collapsed:after {
	content: '';
	position: absolute;
	top: 440px;
	height: 60px;
	width: 100%;
	background: linear-gradient(to top, #fafafa, rgba(0,0,0,0));
}
.photoreport-author {
	position: relative;
}
.photoreport-author:before {
	content: '';
	position: absolute;
	top: 0;
	left: 20px;
	height: 100%;
	width: 5px;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
}
.photoreport-author.black:before {
	border-left: 1px solid #2a2a2a;
	border-right: 1px solid #2a2a2a;
}
.columnist-info-bottom:before {
	left: 0px;
	border-color: #2a2a2a;
}
.columnist-info-bottom .columnist-social {
	margin-top: 25px;
}
.columnist-info-bottom .author-avatar-romb {
	margin-bottom: 10px;
	margin-left: 0px;
}
.columnist-info-bottom .columnist-social.mobile {
	padding-left: 40px;
	margin-top: 15px;
}
.columnist-info-bottom .columnist-social a {
	padding-right: 20px;
	padding-left: 20px;
	border-right-color: #2a2a2a;
}
.columnist-info-bottom .columnist-social a:first-child {
	padding-left: 0;
}
.columnist-info-bottom .columnist-social a:last-child {
	padding-right: 0;
}
.columnist-info-bottom .columnist-social a:hover {
	opacity: .8;
}
.single-issue-cover {
	width: 100%;
	height: auto;
}
.single-issue-cover-container {
	margin-left: -15px;
	margin-right: -15px;
}
.single-issue-outher .issue-pdf-icon {
	display: none;
}







/* -------------------------------- */
/* AUTHOR POSTS ------------------- */
/* -------------------------------- */
.other-author-posts {
	background-color: #e5e5e5;
	padding: 40px 0;
}
.other-author-posts-title {
	font-family: 'Georgia';
	font-size: 16px;
	text-transform: uppercase;
}
.other-author-post {
	border-bottom: 1px solid #2a2a2a;
	margin-top: 15px;
	font-family: 'Georgia';
	padding-bottom: 15px;
}
.other-author-post-title {
	position: relative;
	padding-left: 12px;
	display: inline-block;
	font-family: 'PF Highway Sans Pro';
	font-weight: bold;
	font-size: 21px;
	text-decoration: none;
}
.other-author-post-title:before {
	content: '';
	position: absolute;
    width: 4px;
    height: 4px;
    background-color: #2a2a2a;
    transform: rotate(45deg);
    left: 0;
	top: 13px;
}





/* -------------------------------- */
/* MODALS ------------------------- */
/* -------------------------------- */
.custom-modal-container {
    padding: 10px 15px 70px 15px;
    background-color: #babdcc;
    width: 100%;
    color: #100f35;
    text-align: center;
    z-index: 1051;
    pointer-events: auto;
}
.custom-modal-close {
    background: none;
    border: none;
    padding: 0;
    font-size: 12px;
}
.custom-modal-close:focus {
    outline: 0;
}
.custom-modal-title {
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 10px;
}
.custom-modal-text {
    line-height: 30px;
}





/* -------------------------------- */
/* WP BLOCKS ---------------------- */
/* -------------------------------- */
.wp-block-verse {
	padding: 5px 0 5px 15px;
    border-left: 6px solid #eaeaea;
    font-family: 'PF Highway Sans Pro';
    font-size: 21px;
}
.wp-block-quote {
	border-left: none;
    padding: 30px 10px 0px 46px;
    position: relative;
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 2rem;
}
.wp-block-quote:before {
	content: '«';
	position: absolute;
	top: 30px;
	left: 0;
	font-size: 60px;
    line-height: 36px;
}
.wp-block-quote p:last-child {
	border-bottom: 1px solid #2a2a2a;
	padding-bottom: 30px;
}
.wp-block-image {
	margin-bottom: 30px !important;
	margin-left: -15px;
	margin-right: -15px;
}
.wp-block-image img {
	height: auto;
}
.wp-block-image figcaption {
	position: relative;
	display: block;
	vertical-align: bottom;
	margin: 15px 15px 0 15px !important;
	font-family: 'PF Highway Sans Pro';
	font-size: 16px;
}
.wp-block-image figcaption:after {
	content: '';
	display: block;
	height: 5px;
	border-top: 1px solid #2a2a2a;
	border-bottom: 1px solid #2a2a2a;
	margin-top: 15px;
}
.wp-block-read-also {
	font-family: 'PF Highway Sans Pro';
	border-left: 1px solid #2a2a2a;
	padding-left: 30px;
	margin: 40px 0;
}
.wp-block-read-also-hint {
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.wp-block-read-also-title {
	font-size: 21px;
	line-height: 24px;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 10px;
	display: inline-block;
}
.wp-block-read-also p {
	font-size: 17px;
	margin-bottom: 0;
}
.wp-block-info {
	margin-left: 60px;
	font-family: 'PF Highway Sans Pro';
	margin-bottom: 40px;
}
.wp-block-info-inner {
	padding-right: 110px;
	padding-bottom: 20px;
	background-image: url(assets/img/info-bg.png);
	background-repeat: repeat-x;
	background-position: bottom left;
}
.wp-block-info-title {
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 20px;
}
.wp-block-info2 {
	font-family: 'PF Highway Sans Pro';
	margin-bottom: 40px;
	background-color: #e5e5e5;
	margin-left: -15px;
	margin-right: -15px;
	padding-top: 15px;
}
.wp-block-info2-inner {
	padding-bottom: 20px;
	margin: 0 15px;
}
.wp-block-info2-title {
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 20px;
}
.wp-block-info2-image {
	display: block;
	text-align: center;
}
.wp-block-info2-image img {
	max-width: 70%;
	width: auto;
	height: auto;
}
.wp-block-info2-text {
	height: 115px;
	overflow: hidden;
}
.wp-block-info2.open .wp-block-info2-text {
	height: auto;
}
.wp-block-spravka {
	font-family: 'PF Highway Sans Pro';
	background-color: #e5e5e5;
	padding: 40px 0;
	margin-bottom: 30px;
	margin-left: -15px;
	margin-right: -15px;
}
.wp-block-spravka-inner {
	padding-left: 30px;
	position: relative;
	margin-left: 15px;
	margin-right: 15px;
}
.wp-block-spravka-inner:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 6px;
	height: 100%;
	border-right: 1px solid #2a2a2a;
	border-left: 1px solid #2a2a2a;
}
.wp-block-spravka-title {
	font-size: 28px;
	line-height: 32px;
	font-weight: bold;
	margin-bottom: 15px;
}
.wp-block-spravka-text {
	height: 115px;
	overflow: hidden;
}
.wp-block-spravka.open .wp-block-spravka-text {
	height: auto;
}
.wp-block-spravka-text p {
	margin-bottom: 0;
}
.wp-block-advertise {
	margin-bottom: 30px;
}
.wp-block-advertise-title {
	font-family: 'PF Highway Sans Pro';
}
.wp-block-advertise-content {
	padding: 40px 15px;
	color: #c5c5c5;
	border-top: 1px solid #2a2a2a;
	border-bottom: 1px solid #2a2a2a;
	background-color: white;
}

.wp-block-discussion {
	font-family: 'PF Highway Sans Pro';
	background-color: #e5e5e5;
	margin: 0 -15px 30px -15px;
	padding: 30px 15px;
}
.wp-block-discussion-inner {
	position: relative;
}
.wp-block-discussion-image {
	display: block;
	text-align: center;
}
.wp-block-discussion-image img {
	width: auto;
	height: auto;
	max-width: 70%;
	margin-bottom: 20px;
}
.wp-block-discussion-title {
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 20px;
}
.wp-block-discussion p {
    margin-top: 0;
    margin-bottom: 15px;
}
.wp-block-discussion-separator {
	margin-bottom: 10px;
}
.wp-block-discussion-romb {
	display: inline-block;
	vertical-align: middle;
	width: 5px;
	height: 5px;
	transform: rotate(45deg);
	background-color: #2a2a2a;
	margin-right: 3px;
}
.wp-block-discussion-users {
	position: relative;
}
.wp-block-discussion-user {
	position: relative;
}
.wp-block-discussion-user-info {
	position: relative;
}
.wp-block-discussion-user-info:before {
	content: '';
	position: absolute;
	width: 5px;
	height: calc(100% - 21px);
	border-left: 1px solid #2a2a2a;
	border-right: 1px solid #2a2a2a;
	top: 6px;
	left: 0;
}
.wp-block-discussion-user-avatar {
	margin-left: -20px;
}
.wp-block-discussion-user-name {
	font-size: 28px;
	font-weight: bold;
	line-height: 34px;
	margin-bottom: 5px;
}
.wp-block-discussion-user-expertise {
	font-family: 'Georgia';
	font-size: 16px;
	font-style: italic;
	margin-bottom: 15px;
}
.wp-block-discussion-user-text {
	max-height: 140px;
	overflow: hidden;
	margin-bottom: 15px;
}
.wp-block-discussion-user-text.open {
	max-height: none;
}
.wp-block-discussion-user-text p:last-child {
	margin-bottom: 0
}
.wp-block-discussion-btn {
	display: none;
	position: absolute;
	background-color: #fafafa;
	width: 64px;
	height: 94px;
	top: 108px;
}
.wp-block-discussion-btn:hover {
	cursor: pointer;
	background-color: #f5f5f5;
}
.wp-block-discussion-btn:before,
.wp-block-discussion-btn:after {
	content: '';
	position: absolute;
	display: block;
	width: 20px;
	height: 1px;
	background-color: #2a2a2a;
	left: 10px;
}
.wp-block-discussion-btn:before {
	top: 39px;
	transform: rotate(-45deg);
}
.wp-block-discussion-btn:after {
	bottom: 39px;
	transform: rotate(45deg);
}
.wp-block-discussion-btn.next:before,
.wp-block-discussion-btn.next:after {
	left: auto;
	right: 10px;
}
.wp-block-discussion-btn.next:before {
	top: 39px;
	transform: rotate(45deg);
}
.wp-block-discussion-btn.next:after {
	bottom: 39px;
	transform: rotate(-45deg);
}
.wp-block-discussion .slider-nav > button {
	background-color: #2a2a2a;
	border-color: #2a2a2a;
}
.wp-block-discussion .slider-nav > button.active {
	background-color: #e5e5e5;
}
.wp-block-eedee-block-gutenslide .slide-content p {
    background-color: rgba(0,0,0,.7);
    padding: 0 10px;
    font-size: 16px;
    font-family: 'Georgia';
    color: white !important;
}
.wp-block-eedee-block-gutenslide .slide-content span {
    color: white !important;
}
.wp-block-gutenslider-wrapper {
	margin: 0 -15px 20px -15px;
}
.wp-block-gutenslider-wrapper-slider {
	max-width: 100%;
	display: inline-block;
}
.wp-block-gutenslider-wrapper-text {
	display: inline-block;
	vertical-align: text-bottom;
	font-family: 'PF Highway Sans Pro';
	font-size: 16px;
}
.wp-block-gutenslider-wrapper-text p {
	margin-bottom: 0;
}
.wp-block-gutenslider-wrapper-text:after {
	content: '';
	display: block;
	height: 5px;
	border-top: 1px solid #2a2a2a;
	border-bottom: 1px solid #2a2a2a;
	margin-top: 15px;
	margin-bottom: 4px;
}
.wp-block-eedee-block-gutenslider .slick-dotted.slick-slider {
	margin-bottom: 15px !important;
}





/* -------------------------------- */
/* PHOTOREPORT -------------------- */
/* -------------------------------- */

.single-content-photoreport .wp-block-image {
	margin-left: -15px;
	margin-right: -15px;
}
.single-content-photoreport .wp-block-image img {
	width: 100%;
	max-width: 100% !important;
}
.single-content-photoreport .wp-block-image figcaption {
	display: block;
	margin-left: 15px !important;
	text-align: left;
}
.single-content-photoreport > p {
	margin-left: auto;
	margin-right: 15px;
	max-width: none !important;
}
.photoreport-right {
	font-family: 'Georgia';
}
.photoreport-right-inner {
	padding: 15px 0 30px 0;
}
.photoreport-right-content img {
	max-width: 100%;
	height: auto;
}
.photoreport-right h1,
.photoreport-right h2 {
	font-family: 'PF Highway Sans Pro';
	font-size: 28px;
	font-weight: bold;
	line-height: 32px;
	margin-bottom: 20px;
}
.photoreport-divider {
	height: 8px;
	background-image: url(assets/img/rombik-bg.png);
	background-repeat: repeat-x;
	background-position: bottom left;
	margin: 50px 0;
}
.photoreport-right .article-date {
	font-family: 'PF Highway Sans Pro';
	color: #747373;
}
.author-avatar-romb {
	display: inline-block;
	margin: 20px 30px 30px 10px;
	margin-bottom: 30px;
    transform: rotate(45deg);
    overflow: hidden;
    border-radius: 6px;
    width: 80px;
    height: 80px;
}
.author-avatar-romb img {
	width: 200%;
	height: auto;
    margin-top: -20px;
    margin-left: -36px;
	transform: rotate(-45deg);
}

.photoreport-theme-dark {
	color: #e6e6e6;
	background-color: #2a2a2a;
}
.photoreport-theme-dark a {
	color: #e6e6e6;
}
.photoreport-theme-dark .tags a {
	color: #747373;
}
.photoreport-theme-dark .tags a:hover {
	color: #e6e6e6;
}

.logo-footer {
    max-height: 100px;
    width: auto;
}





/* -------------------------------- */
/* MEDIA -------------------------- */
/* -------------------------------- */
@media (min-width: 576px) {
	.article-excerpt {
		min-height: 72px;
		padding-bottom: 14px;
	}
	.article-big .article-image {
		margin-right: 0;
		margin-left: 0;
	}
	.interview-image {
		margin-left: 0;
		margin-right: 0;
	}
	.home-1-left-inner {
		width: 540px;
		height: 600px;
		margin: 0 auto;
	}
	.home-1-slide-info {
		bottom: 80px;
		width: 70%;
	}
	.home-1-slide-info-title {
		font-size: 40px;
		margin-bottom: 20px;
	}
	.home-1-slide-info-text {
		font-size: 26px;
	}
	.home-5 .article-category {
		left: 15px;
	}
	.history-article-image {
		margin-left: 0;
		margin-right: 0;
	}
	.history-article-year {
		left: 0;
	}
	.wp-block-image,
	.wp-block-image figcaption {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.single-content-photoreport .wp-block-image figcaption {
		margin-right: 15px !important;
	}
	.single-content-photoreport .wp-block-image {
		margin-left: -15px !important;
		margin-right: -15px !important;
	}
	.single-issue-cover {
		width: 390px;
	}
	.single-issue-cover-container {
		margin-left: 0;
		margin-right: 0;
	}
	.wp-block-info2,
	.wp-block-info2-inner {
		margin-left: 0;
		margin-right: 0;
	}
	.wp-block-info2-image {
		max-width: 200px;
		margin-left: 15px;
		margin-right: 15px;
	}
	.wp-block-info2-image img {
		max-width: 100%;
	}
	.wp-block-info2-inner {
		padding: 0 15px;
		padding-bottom: 10px;
	}
	.wp-block-spravka {
		margin-left: calc(-50vw + 262px);
		margin-right: calc(-50vw + 263px);
	}
	.wp-block-spravka-inner {
		margin-left: calc(50vw - 262px);
		margin-right: calc(50vw - 263px);
	}
	.wp-block-discussion-image {
		max-width: 200px;
	}
	.wp-block-discussion-image img {
		max-width: 100%;
	}
	.wp-block-discussion {
		margin-left: 0;
		margin-right: 0;
	}
	.wp-block-gutenslider-wrapper {
		margin-left: 0;
		margin-right: 0;
	}
	.single-issue-outher {
		width: fit-content;
		position: relative;
	}
	.single-issue-outher .issue-pdf {
		position: absolute;
		bottom: 0;
		right: 0;
		width: 70px;
		height: 70px;
		line-height: 58px;
		border-top: none;
		border-bottom: none;
	}
	.single-issue-outher .issue-pdf span {
		display: none;
	}
	.single-issue-outher .issue-pdf-icon {
		display: inline-block;
	}
}
@media (min-width: 768px) {
	header .navbar-nav > li > a {
		padding: 20px 0 !important;
		margin: 0 11px;
		border-bottom: 1px solid #fafafa;
		color: #2a2a2a;
	}
	header .navbar-nav > li.active > a,
	header .navbar-nav > li > a:hover {
		border-bottom: 1px solid #2a2a2a;
	}
	header .navbar-nav > li:last-child > a {
		margin-right: 0px;
	}
	.home-1-left-inner {
		width: 690px;
	}
	.home-1-slide-info-title {
		font-size: 50px;
	}
	.home-1-slide-info-text {
		font-size: 30px;
	}
	.wp-block-spravka {
		margin-left: calc(-50vw + 352px);
		margin-right: calc(-50vw + 353px);
	}
	.wp-block-spravka-inner {
		margin-left: calc(50vw - 352px);
		margin-right: calc(50vw - 353px);
		padding-left: 60px;
	}
	.columnist-info-bottom:before {
		left: 80px;
	}
	.wp-block-image img {
		max-width: calc(100% - 220px) !important;
	}
	.wp-block-image figcaption {
		display: inline-block;
		margin-top: 0;
		width: 190px;
		margin-left: 25px !important;
	}
	.wp-block-eedee-block-gutenslider {
		height: 320px !important;
	}
	.wp-block-gutenslider-wrapper-slider {
		max-width: calc(100% - 220px) !important;
		display: inline-block;
	}
	.wp-block-gutenslider-wrapper-text {
		display: inline-block;
		vertical-align: text-bottom;
		width: 190px;
		margin-left: 25px !important;
	}
	.single-content-photoreport .wp-block-image figcaption {
		width: 690px;
		margin-left: auto !important;
		margin-right: 0 !important;
	}
    .tooltip > .tooltip-inner {
        max-width: 400px;
    }
}
@media (min-width: 992px) {
	.col-no-gutters-mobile {
		padding-left: 15px;
		padding-right: 15px;
	}
	.article-info {
		padding-top: 20px;
	}
	.article-title {
		margin-bottom: 5px;
	}
	.article-big .article-category {
		left: 30px;
	}
	.article-big .article-info {
		padding-top: 30px;
	}
	.article-big .article-title {
		margin-bottom: 15px;
	}
	.article-big .article-excerpt {
		padding-bottom: 30px;
	}
	header .navbar-nav > li > a {
		margin: 0 20px;
	}
	header .navbar-nav > li:first-child > a {
		margin-left: 40px;
	}
	header .link-subscribe {
		padding: 23px 0;
		border-bottom: 1px solid white;
		text-decoration: none;
		color: #2a2a2a;
	}
	header .link-subscribe:hover {
		border-bottom: 1px solid #2a2a2a;
		text-decoration: none;
	}
	.search-form {
		border-top-left-radius: 3px;
	}
	.search-form input {
		padding-left: 40px;
	}
	.search-form-close {
		margin: 0 15px;
	}
	.search-form-btn {
		padding-left: 22px;
		padding-right: 22px;
		border-right: 1px solid #e6e6e6;
	}
	.header-bottom-buttons a {
		border-right: 1px solid #2a2a2a;
	}
	.footer-menu a {
		margin: 0 30px;
	}
	.footer-copywrite {
		border-top: none;
	}
	.home-1 {
		display: flex;
	}
	.home-1-left {
		width: calc(50% + 465px - 30px - 260px);
	}
	.home-1-left-inner {
		width: 640px;
		height: 100%;
		margin-right: 0;
		margin-left: auto;
	}
	.home-1-right {
		flex: 1;
		padding-left: 30px;
		background-color: #2a2a2a;
	}
	.home-1-right-inner {
		width: 300px;
		margin: 0 auto;
	}
	.home-1-right-inner {
		width: 260px;
		margin: 0;
	}
	.home-1-slide {
		padding-left: 0;
	}
	.carousel-meta-title {
		font-size: 42px;
	}
	.carousel-meta-subtitle {
		font-size: 21px;
	}
	.home-1-slide-info-title {
		font-size: 50px;
		margin-bottom: 40px;
	}
	.home-1-slide-info {
		bottom: 40px;
		width: 60%;
		right: 20px;
	}
	.home-1-slide-info-text {
		font-size: 30px;
	}
	.home-1 .archive-link {
		color: #0db4d0;
	}
	.home-1 .slider-controls {
		margin-top: 0px;
		padding-top: 30px;
		padding-bottom: 20px;
	}
	.home-3 {
		margin-bottom: 90px;
	}
	.home-3 article {
		height: 100%;
		background-color: white;
		margin-bottom: 0;
	}
	.home-3 .article-info-box {
		padding: 30px;
		margin-bottom: 0;
	}
	.home-3 .mb-minus {
		margin-bottom: -90px;
	}
	.home-4 {
		padding-bottom: 120px;
	}
	.home-5-slider-controls {
		position: absolute;
		right: 50px;
		top: 515px;
	}
	.home-5 .article-category {
		left: 30px;
	}
	.home-5 .article-image img {
		margin-top: -80px;
	}
	.columnist-lg-2 {
		height: calc(100% - 70px);
		padding-bottom: 90px;
	}
	.columnist-lg-5 {
		height: calc(100% + 70px);
		margin-top: -70px;
	}
	.search-result-category {
		padding: 5px 40px;
	}
	.issue-cover {
		display: block;
		margin-bottom: -70px;
	}
	.issue-cover img {
		width: 100%;
		height: auto;
	}
	.issue-pdf {
		display: inline-block;
		width: 70px;
		height: 70px;
		line-height: 58px;
		text-align: center;
		border: none;
	}
	.issue-pdf img {
		display: inline-block;
	}
	.issue-pdf span {
		display: none;
	}
	.issue-title {
		background: none;
		margin-bottom: 10px;
		border-bottom: 1px solid #2a2a2a;
	}
	.issue-years-container {
		background-color: #e6e6e6;
	}
	.issue-year {
		padding: 5px 30px;
		color: #2a2a2a;
	}
	.issue-year-active,
	.issue-year:hover {
		color: #2a2a2a;
		border-color: #2a2a2a;
	}
	.history-inner {
		background-image: url(assets/img/history/bg.jpg);
		background-size: contain;
	}
	.history-inner2 {
		background-color: #fafafa;
		background-image: url(assets/img/history/bg-inner2.jpg);
		background-position: top right;
		background-repeat: repeat-y;
	}
	.history-line {
		background-image: url(assets/img/history/bg-line.png);
		background-repeat: repeat-y;
		background-position: top right;
		padding-bottom: 40px;
	}
	.history-year-separator {
		display: block;
		width: 379px;
		height: 42px;
		margin: -8px 1px 8px auto;
		text-align: right;
		font-size: 26px;
		font-weight: bold;
		color: #838282;
		line-height: 28px;
	}
	.history-year-separator > div {
		padding-right: 7px;
		background-color: #2a2a2a;
	}
	.history-year-separator-top {
		border-bottom: 1px solid #838282;
	}
	
	.history-article .first-col {
		padding-right: 40px;
	}
	.history-article-info {
		border-top: none;
	}
	.single-content > p,
	.single-content > h2,
	.single-content > h3,
	.single-content > h4,
	.wp-block-advertise {
		max-width: 535px;
	}
	.title-single {
		font-size: 32px;
	}
	.single-columnist-main {
		border-bottom: 1px solid #2a2a2a;
	}
	.other-author-post:last-child {
		border-bottom: none;
	}
	.single-content-photoreport {
		width: calc(50vw);
	}
	.wp-block-quote p {
		padding-right: 80px;
	}
	.wp-block-quote {
		width: 730px;
		padding: 30px 30px 0px 110px;
		font-size: 32px;
	}
	.wp-block-quote:before {
		font-size: 130px;
		line-height: 60px;
	}
	.wp-block-read-also {
		padding-left: 40px;
	}
	
	.single-content-photoreport > p {
		width: 470px;
	}
	.single-content-photoreport .wp-block-image figcaption {
		width: 500px;
		margin-left: auto !important;
		margin-right: 0 !important;
		padding-right: 15px;
	}
	.single-content-photoreport .wp-block-image figcaption:after {
		width: calc(100% + 15px);
	}
	.photoreport-right-inner {
		padding: 15px 0 30px 30px;
		width: 400px;
	}
	.photoreport-collapsed {
		height: auto;
	}
	.photoreport-collapsed:after {
		display: none;
	}
	.wp-block-info-title {
		font-size: 28px;
		line-height: 32px;
	}
	.wp-block-info2 {
		position: relative;
		margin-left: 60px;
		padding-top: 5px;
		background-color: transparent;
	}
	.wp-block-info2-image {
		position: absolute;
		top: 10px;
		left: -210px;
		width: 180px;
	}
	.wp-block-info2-title {
		font-size: 28px;
		line-height: 32px;
	}
	.wp-block-info2-image img {
		max-height: 200px;
	}
	.wp-block-info2-inner {
		padding-left: 0;
		padding-right: 110px;
	}
	.wp-block-info2-text > div:last-child {
		padding-top: 15px;
		border-bottom: 1px solid #2a2a2a;
	}
	.wp-block-spravka {
		margin-left: calc(-50vw + 312px);
		margin-right: calc(-50vw + 473px);
	}
	.wp-block-spravka-inner {
		margin-left: calc(50vw - 312px);
		margin-right: calc(50vw - 473px);
	}
	.wp-block-spravka .author-avatar-romb {
		position: absolute;
		top: 0;
		left: -65px;
	}
	.wp-block-discussion {
		margin-left: -128px;
		margin-right: 36px;
		padding-left: 0;
		padding-right: 0;
	}
	.wp-block-discussion-inner {
		margin-left: 128px;
		padding-right: 60px;
	}
	.wp-block-discussion-image {
		position: absolute;
		top: 12px;
		left: -160px;
		width: 140px;
	}
	.wp-block-discussion-image img {
		max-width: 100%;
		max-height: 200px;
	}
	.wp-block-discussion-title {
		font-size: 28px;
		line-height: 32px;
	}
	.wp-block-discussion-btn {
		display: block;
	}
	.wp-block-discussion-btn.prev {
		left: -160px;
	}
	.wp-block-discussion-btn.next {
		right: -92px;
	}
	.wp-block-discussion-user-avatar {
		position: absolute;
		top: 3px;
		left: -120px;
		margin-left: 0;
	}
	.wp-block-discussion-user:before {
		content: '';
		position: absolute;
		width: 5px;
		height: calc(100% - 5px);
		border-left: 1px solid #2a2a2a;
		border-right: 1px solid #2a2a2a;
		top: 6px;
		left: -44px;
	}
	.wp-block-discussion-user-info {
		position: normal;
	}
	.wp-block-discussion-user-info:before {
		display: none;
	}
	.wp-block-eedee-block-gutenslider {
		height: 400px !important;
	}
	
	.single-content-photoreport .wp-block-discussion,
	.single-content-photoreport .wp-block-advertise,
	.single-content-photoreport .wp-block-read-also,
	.single-content-photoreport .wp-block-spravka {
		margin-left: auto;
		margin-right: -15px;
		width: 500px;
		max-width: unset;
	}
	.single-content-photoreport .wp-block-spravka-inner {
		margin-left: 0;
		margin-right: 0;
		padding-left: 150px;
		padding-right: 15px;
	}
	.single-content-photoreport .wp-block-spravka .author-avatar-romb {
		left: 25px;
	}
	.single-content-photoreport .wp-block-spravka-inner:before {
		left: 100px;
	}
	.single-content-photoreport .wp-block-info,
	.single-content-photoreport .wp-block-info2 {
		margin-left: auto;
		margin-right: 0;
		width: 485px;
	}
	.single-content-photoreport .wp-block-info-inner,
	.single-content-photoreport .wp-block-info2-inner {
		padding-right: 0;
	}
	.single-content-photoreport .wp-block-info2-image {
		position: static;
		display: block;
		width: auto;
		margin-left: 0;
		margin-right: 0;
	}
	.single-content-photoreport .wp-block-info2-image img {
		height: auto;
		max-height: unset;
		max-width: 100%;
	}
}
@media (min-width: 1200px) {
	header .navbar-nav > li > a {
		margin: 0 30px;
	}
	header .navbar-nav > li:first-child > a {
		margin-left: 60px;
	}
	.home-1-left {
		width: calc(50% + 555px - 30px - 300px);
	}
	.home-1-left-inner {
		width: 780px;
	}
	.home-1-right {
		padding-left: 30px;
	}
	.home-1-right-inner {
		width: 300px;
	}
	.home-1-slide-info-text {
		font-size: 36px;
	}
	.home-5-slider-controls {
		right: 75px;
		top: 610px;
	}
	.columnist-lg-2 {
		height: 100%;
		padding-bottom: 30%;
	}
	.columnist-lg-5 {
		height: 100%;
		margin-top: 0;
	}
	.columnist-xl-2,
	.columnist-xl-4 {
		height: calc(100% - 70px);
		padding-bottom: 90px;
	}
	.columnist-xl-6,
	.columnist-xl-8 {
		height: calc(100% + 70px);
		margin-top: -70px;
	}
	.history-year-separator > div {
		padding-right: 15px;
	}
	.single-content > p,
	.single-content > h2,
	.single-content > h3,
	.single-content > h4,
	.wp-block-advertise {
		max-width: 640px;
	}
	.single-content-photoreport > p {
		width: 660px;
	}
	.single-content-photoreport .wp-block-image figcaption {
		width: 690px;
	}
	.single-content-photoreport {
		width: calc(50vw + 100px);
	}
	.wp-block-info2-image {
		left: -250px;
		width: 210px;
	}
	.wp-block-spravka {
		margin-left: calc(-50vw + 372px);
		margin-right: calc(-50vw + 564px);
	}
	.wp-block-spravka-inner {
		margin-left: calc(50vw - 372px);
		margin-right: calc(50vw - 564px);
		padding-right: 100px;
	}
	.wp-block-discussion {
		margin-left: -154px;
		margin-right: 36px;
	}
	.wp-block-discussion-inner {
		margin-left: 154px;
		padding-right: 60px;
	}
	.wp-block-discussion-image {
		left: -190px;
		width: 160px;
	}
	.wp-block-discussion-btn.prev {
		left: -186px;
	}
	.wp-block-discussion-btn.next {
		right: -92px;
	}
	.single-content-photoreport .wp-block-discussion,
	.single-content-photoreport .wp-block-advertise,
	.single-content-photoreport .wp-block-read-also,
	.single-content-photoreport .wp-block-spravka {
		width: 690px;
	}
	.single-content-photoreport .wp-block-info,
	.single-content-photoreport .wp-block-info2 {
		margin-left: auto;
		margin-right: 0;
		width: 580px;
	}
	.single-content-photoreport .wp-block-info-inner,
	.single-content-photoreport .wp-block-info2-inner {
		padding-right: 0;
	}
	.single-content-photoreport .wp-block-info2-image {
		position: absolute;
		left: -190px;
		width: 160px;
	}
}
