@charset utf-8;
/*
Theme Name: JACK LONDON
Theme URI: 
Author: 
Author URI: 
Description: 
Version: 3.0
*/

html {
	scroll-behavior: smooth;
}

body {
	font-weight: 400;
}

.logo-text h1 a, 
.logo-text .h1 a, 
.logo-text h2 a, 
.logo-text .h2 a, 
.logo-text h3 a, 
.logo-text .h3 a, 
.logo-text h4 a, 
.logo-text .h4 a, 
.logo-text h5 a, 
.logo-text .h5 a, 
.logo-text h6 a, 
.logo-text .h6 a {
	text-decoration: none;
	border-bottom: none;
}

.a2a_vertical_style a {
	border-bottom: none;
}

h1 .all-items-link, 
.h1 .all-items-link, 
h2 .all-items-link, 
.h2 .all-items-link, 
h3 .all-items-link, 
.h3 .all-items-link, 
h4 .all-items-link, 
.h4 .all-items-link, 
h5 .all-items-link, 
.h5 .all-items-link, 
h6 .all-items-link, 
.h6 .all-items-link {
	float: right;
	font-size: 0.5em;
	/*line-height: 3;*/
	display: inline-block;
	
}

li h1, 
li .h1, 
li h2, 
li .h2, 
li h3, 
li .h3, 
li h4, 
li .h4, 
li h5, 
li .h5, 
li h6, 
li .h6 {
	margin-bottom: 0 !important;
}

.site-title:before {
	display: none !important;
}

.h1 {
	font-size: 3.25em;
	line-height: 1.1;
	margin: 0 0 1.5rem 0;
	letter-spacing: 0.025em;
}

@media screen and (max-width: 736px) {
	.h1 {
		font-size: 2em;
		line-height: 1.3;
		margin: 0 0 1rem 0;
	}
}

.h2 {
	font-size: 2.5em;
	line-height: 1.3;
}

@media screen and (max-width: 1280px) {
	.h2 {
		font-size: 2.25em;
	}
}

@media screen and (max-width: 736px) {
	.h2 {
		font-size: 1.5em;
		line-height: 1.5;
	}
}

.h3 {
	font-size: 1.75em;
}

@media screen and (max-width: 736px) {
	.h3 {
		font-size: 1.25em;
	}
}

.h4 {
	font-size: 1.1em;
}

@media screen and (max-width: 736px) {
	.h4 {
		font-size: 1em;
	}
}

.h5 {
	font-size: 0.9em;
}

.h6 {
	font-size: 0.7em;
}


.position-relative {
	position: relative;
}
.stretched-link {
	display: inline-block;
}
.stretched-link::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
	content: '';
	background-color: rgba(0,0,0,0);
}


.text-center {
	text-align: center;
}



.image img {
	height: auto;
	max-width: 100%;
}

.gallery .image img {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	
}


.cards {
	display: flex;
	flex-wrap: wrap;
}
.card img {
	max-width: 100%;
	height: auto;
}

.card-meta {
	display: flex;
	width: 100%;
	/*justify-content: space-between;*/
	justify-content: space-evenly;
	flex-flow: row-reverse;
	/*padding-left: 2em;*/
	/*padding-right: 2em;*/
}
@media screen and (max-width: 736px) {

}
.card-meta .post-rating .rating .star-image span i:before,
.card-meta .post-rating.single-post-rating .rating .star-image span i:before {
	font-size: 0.7em;
}




.spotlight-card {
	align-items: flex-start;
}
.spotlight-card .image {
	width: 350px;
}
.spotlight-card .image img {
	height: auto;
	max-width: 100%;
}
.spotlight-card .content {
	width: calc( 100% - 350px );
}

@media screen and (max-width: 1280px) {
	.spotlight-card .image {
		width: 240px;
	}
	.spotlight-card .image img {
		height: auto;
		max-width: 100%;
	}
	.spotlight-card .content {
		width: calc( 100% - 240px );
	}
}

@media screen and (max-width: 980px) {
	.spotlight-card {
		display: flex;
		flex-direction: row !important;
	}	
	.spotlight-card:nth-of-type(2n) {
		flex-direction: row-reverse !important;
	}
	.spotlight-card .image {
		width: 180px;
		margin: 0 0 0 1.5em !important;
	}
	.spotlight-card .image img {
		height: auto;
		max-width: 100%;
	}
	.spotlight-card .content {
		width: calc( 100% - 180px );
		margin: 0 0 0 1.5em !important;
		text-align: left !important;
	}
	.spotlight-card .content header h2:before, 
	.spotlight-card .content header h3:before, 
	.spotlight-card .content header h4:before, 
	.spotlight-card .content header h5:before, 
	.spotlight-card .content header h6:before {
		margin-left: 0 !important; 
		margin-right: 0 !important; 
	}

}

@media screen and (max-width: 576px) {
	.spotlight-card {
		display: block;
		/*flex-direction: row !important;*/
	}	
	.spotlight-card:nth-of-type(2n) {
		/*flex-direction: row-reverse !important;*/
	}
	.spotlight-card .image {
		margin: 0 0 3em 0 !important;
		width: 100%;
	}
	.spotlight-card .image img {
		display: block;
		margin: 0 auto;
		height: auto;
		max-width: 100%;
		width: auto;
	}
	.spotlight-card .content {
		margin: 0 !important;
		text-align: center !important;
		width: 100% !important;
	}
	.spotlight-card .content header h2:before, 
	.spotlight-card .content header h3:before, 
	.spotlight-card .content header h4:before, 
	.spotlight-card .content header h5:before, 
	.spotlight-card .content header h6:before {
		margin-left: auto !important; 
		margin-right: auto !important; 
	}

}

.spotlight-card .episodes {
	text-align: left !important;
}
 


.spotlight-card .card-meta {
	flex-flow: row;
	justify-content: space-between;
	float: right;
	
}
.episodes .card-meta {
	justify-content: space-between;
}



.page-header {
	position: relative;
}

.page-header .yasr-visitor-votes {
	float: right;
	
}


.yasr-visitor-votes-after-stars {
	/*display: none;*/
}
.yasr-total-average-text {
	display: none;
}
.yasr-small-block-bold {
	display: none;
}
.yasr-custom-text-vv-before {
	display: none;	
}
.yasr-visitor-votes-after-stars {
	display: none;	
}

.page-meta {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 2em;
}

.page-meta:before,
.page-meta:after {
	display: none;
	
}


.footer ul.menu,
.footer .menu > ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.footer ul.menu li,
.footer .menu > ul li {
    padding-left: 1em;
}




/* responsive tables and video - functions.php eqlab_reject_video() */
.post__table {
	overflow: auto;
	max-width: 100%;
	margin: 25px 0;
	-webkit-overflow-scrolling: touch;
}
.post table {
	width: 100%;
	font-size: 14px;
}
.post__video {
	position: relative;
	overflow: hidden;
	height: 0;
	padding: 56.25% 0 0;
}
.post__video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.wp-video {
/*
	position: relative;
	overflow: hidden;
	height: 0;
	padding: 56.25% 0 0;
*/
	width: 100% !important;
}
.wp-video .mejs-video {
/*
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
*/
}


.videoplayer-wrapper {
	margin-bottom: 2em;
}


.comment-list .comment-item {
	display: flex;
	flex-wrap: wrap;
	
}
.comment-list .comment-item .image {

}
.comment-list .comment-item .comment-content {
	flex: 1;
}

.comment-meta {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	margin-bottom: 1em;
}
.comment-author {
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
.comment-date {
	margin-left: 2em;
	font-size: 0.7em;
	opacity: 0.7;
}
.comment-awaiting-moderation {
	color: red;
	font-style: italic;
	width: 100%;
	font-size: 0.8em;
}
.comment-awaiting-moderation p {
	margin-bottom: 0;
}
.comment-text {
	margin-bottom: 3em;
}
.comment-text p:last-child {
	margin-bottom: 0;
}


textarea {
	max-width: 100%;
	min-height: 3em;
}


.image.left img, 
.image.right img {
	max-width: 100%;
	height: auto;
	
}




.book-content .pagenavi {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-size: 1em;
}
.book-content .pagenavi li {
	margin-bottom: 1em;
}
@media screen and (max-width: 576px) {
	.book-content .pagenavi .book-navi-text {
		width: 100%;
		text-align: center;

		display: none;
		
		
	}
}

.book-content .pagenavi .button  {
	height: 4.2857em;
	width: 4.2857em;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
}
.book-content .pagenavi .button span {
	font-size: 1.4em;
}

.book-content .sequence {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 1em;
}
.book-content .sequence ul {
	display: none;
}
.book-content .sequence .sequence-list {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.book-content .sequence .sequence-list:before {
	/*font-family: 'FontAwesome';*/
	/*content: '\f02d';*/
}
.book-content .sequence .sequence-list-element {

}

.links-block {
	/*margin-bottom: 2em;*/
}







input[type="submit"].warning,
input[type="reset"].warning,
input[type="button"].warning,
button.warning,
.button.warning {
	background-color: #ec0d0d;
	border-color: #ec0d0d;
	color: #ffffff !important;
}

input[type="submit"].warning:hover,
input[type="reset"].warning:hover,
input[type="button"].warning:hover,
button.warning:hover,
.button.warning:hover {
	background-color: rgba(86, 86, 86, 0.075);
	color: inherit !important;
}

.wrapper.style3 input[type="submit"].warning,
.wrapper.style3 input[type="reset"].warning,
.wrapper.style3 input[type="button"].warning,
.wrapper.style3 button.warning,
.wrapper.style3 .button.warning {
	background-color: #ffffff;
	border-color: #ffffff;
	color: #ec0d0d !important;
}

.wrapper.style3 input[type="submit"].warning:hover,
.wrapper.style3 input[type="reset"].warning:hover,
.wrapper.style3 input[type="button"].warning:hover,
.wrapper.style3 button.warning:hover,
.wrapper.style3 .button.warning:hover {
	background-color: rgba(255, 255, 255, 0.075);
	color: inherit !important;
}

#menu input[type="submit"].warning,
#menu input[type="reset"].warning,
#menu input[type="button"].warning,
#menu button.warning,
#menu .button.warning {
	background-color: #ffffff;
	border-color: #ffffff;
	color: #ec0d0d !important;
}

#menu input[type="submit"].warning:hover,
#menu input[type="reset"].warning:hover,
#menu input[type="button"].warning:hover,
#menu button.warning:hover,
#menu .button.warning:hover {
	background-color: rgba(255, 255, 255, 0.075);
	color: inherit !important;
}



section.footer {
	/*border-top: 1px solid #f7f7f7;*/
	border-top: 1px solid #eaeaea;
}

.wrapper.intro-inner {
	text-align: center;
	padding: 1em 0 0;
	/*border-bottom: 1px solid #f7f7f7;*/
	border-bottom: 1px solid #eaeaea;
}
.wrapper.intro-inner > .inner {
	padding: 0;
	width: 72em;	
}
@media screen and (max-width: 1680px) {
	.wrapper.intro-inner > .inner {
		width: 64em;
	}
}

@media screen and (max-width: 1280px) {
	.wrapper.intro-inner {
		padding: 1em 3em 0em 3em;
	}
	.wrapper.intro-inner > .inner {
		width: 100%;
	}
}


.wrapper.intro-inner > .inner > .image {
    display: block;
    margin: 0 3em 2em 0;
    width: 10em;
}

@media screen and (max-width: 980px){
	.wrapper.intro-inner > .inner > .image {
		margin: 0 auto 2em auto;
		width: 10em;
	}
}
@media screen and (max-width: 736px) {
	.wrapper.intro-inner > .inner > .image {
		margin: 0 auto 1.5em auto;
		width: 8em;
	}
}
.wrapper.intro-inner > .inner > .content {
	margin-bottom: 2em;
}



ins.adsbygoogle {
	margin-bottom: 2em;
}
.eqlab-ab {
	margin-bottom: 2em;
}


.clearfix:before,
.clearfix:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}




/* Стили eqlab.pp.ua/ab слайдеров */
.slider-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-bottom: 15px;
}
.eqlab_aliad_slider {
	width: 100%;
}
.eqlab_aliad_slider img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.slick-prev, 
.slick-next {
	z-index: 1;
}
.slick-prev {
	left: 0;
}
.slick-next {
	right: 0;
}
.slick-prev:before,
.slick-next:before {
	color: #f00;
	text-shadow: 0px 0px 5px #fff;
}





.term-views {
	float: right;
}



.comment-form-rating {
	display: flex;
	flex-wrap: wrap;
}
.comment-form-rating .comments-rating,
.comment-form-rating .rating-text {
	padding-left: 1em;
}

@media screen and (max-width: 576px) {
	.comment-form-rating .rating-title {
		flex: 0 0 100%;
		width: 100%;
	}
	.comment-form-rating .comments-rating {
		padding-left: 0;
	}
}


.rating-container input[type="radio"] + label {
    text-decoration: initial;
    color: initial;
    cursor: initial;
    display: initial;
    font-size: initial;
    font-weight: initial;
    padding-left: initial;
    padding-right: initial;
    position: initial;
}
.rating-container input[type="radio"] + label:before {
    -moz-osx-font-smoothing: initial;
    -webkit-font-smoothing: initial;
    font-family: initial;
    font-style: initial;
    font-weight: initial;
    text-transform: initial !important;
}
.rating-container input[type="radio"] + label:before {
    border-radius: initial;
    border: initial;
    content: '';
    display: initial;
    height: initial;
    left: initial;
    line-height: initial;
    position: initial;
    text-align: initial;
    top: initial;
    width: initial;
}
.rating-container input[type="radio"] + label:before {
    border-radius: initial;
}
.rating-container input[type="radio"] + label:before {
	background: initial;
	border-color: initial;
}




.comments-rating {
	border: none;
	padding: 0;
	margin-left: 0;
}

.comments-rating label {
	display: inline-block;
}

.rating-container {
	/* //remove inline-block whitespace */
	font-size: 0;
	/* //flip the order so we can use the + and ~ combinators */
	unicode-bidi: bidi-override;
	direction: rtl;
}

.rating-container * {
	font-size: 1.4em;
}

.rating-container > input[type="radio"] {
	/*display: none;*/
	/*// иначе не работает required*/

	-moz-appearance: radio;
	-webkit-appearance: radio; 
	-ms-appearance: radio;
	appearance: radio; 
	display: initial;
	float: initial;
	margin: 0;
	margin-right: -1px;
	opacity: 0;
	width: 1px;
	z-index: -1;	
}

.rating-container > input[type="radio"] + label {
	/*// only enough room for the star */
	font-family: 'dashicons';
	/*font-family: 'FontAwesome';*/
	display: inline-block;
	overflow: hidden;
	text-indent: 9999px;
	/*width: 1em;*/
	width: 1.5em;
	white-space: nowrap;
	cursor: pointer;
	margin: 0;

	/*font-size: 1.4em;*/
}


.rating-container > input[type="radio"] + label:before {
	font-family: 'dashicons';
	/*font-family: 'FontAwesome';*/
	display: inline-block;
	text-indent: -9999px;
	content: '\f154';
	/*content: '\f005';*/
	/*color: #888;*/
	color: #eaeaea;

	font-size: 1.5em;

}

.rating-container > input[type="radio"]:checked ~ label:before,
.rating-container > input[type="radio"] + label:hover ~ label:before,
.rating-container > input[type="radio"] + label:hover:before {
	content: '\f155';
	/*content: '\f006';*/
	color: #fed500;
	/*text-shadow: 0 0 1px #333;*/
}

.rating-container > input[type="radio"].star-cb-clear + label {
	text-indent: -9999px;
	width: .5em;
	margin-left: -.5em;
}

.rating-container > input[type="radio"].star-cb-clear + label:before {
	width: .5em !important;
	content: ' ' !important;
}

.rating-container:hover > input[type="radio"] + label:before {
	content: '\f154';
	/*content: '\f005';*/
	/*color: #888;*/
	color: #eaeaea
	/*text-shadow: none;*/
}

.rating-container:hover > input[type="radio"] + label:hover ~ label:before,
.rating-container:hover > input[type="radio"] + label:hover:before {
	content: '\f155';
	/*content: '\f006';*/
	color: #fed500;
	/*text-shadow: 0 0 1px #333;*/
}

.comment-respond .rating-container > .star-cb-clear + label, 
.comment-respond .rating-container > input[type="radio"] + label:before {
	text-indent: 9999px;
}

.comment-respond .rating-container > input[type="radio"] + label {
	text-indent: -9999px;
}









.post-rating {
	/*float: right;*/
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center; 
}
.post-rating.single-post-rating {
	float: right;
}
.post-rating .rating {
	padding: 0;
}
.post-rating .rating .star-image {
	position: relative;
	display: inline-block;
}
.post-rating .rating .star-image span {
	display: inline-block;
	white-space: nowrap;
}
.post-rating .rating .star-image span i {
	width: auto;
	height: auto;
}
.post-rating .rating .star-image span i:before {
	font-size: 1.3em;
}
.post-rating.single-post-rating .rating .star-image span i:before {
	font-size: 1.3em;
}

.post-rating .rating .star-image-value {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	color: #fed500;
	overflow: hidden;
	/*text-shadow: 0 0 1px #333;*/
}
.post-rating .rating .star-image-base {
	/*color: #eaeaea;*/
	color: #eaeaea;
}

.post-rating .rating .rating-average {
	font-weight: bold;
	font-size: 18px;
	line-height: 25px; 
}
.post-rating .votes {
	border-left: 1px solid #f4f4f4;
	text-align: center;
	padding-left: 14px;
	font-weight: 600;
	font-size: 10px;
	line-height: 14px; 
}
.post-rating .votes .value {
	display: inline-block;
	width: 100%;
	font-weight: bold;
	font-size: 18px;
	line-height: 25px;
	color: #F14941; 
}





















.progress-wrap {
	position: fixed;
	/*right: 50px;*/
	/*bottom: 50px;*/
	right: 2em;
	bottom: 2em;	
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	/*box-shadow: inset  0 0 0 2px rgba(255,255,255,0.2);*/
	box-shadow: inset  0 0 0 2px rgba(240,240,240,0.5);
	z-index: 10000;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}
@media screen and (max-width: 736px) {
	.progress-wrap {
		right: 1em;
		/*bottom: 1em;*/
		height: 32px;
		width: 32px;
	}
}
.progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.progress-wrap::after {
	position: absolute;
	content: '↑';
	text-align: center;
	line-height: 46px;
	font-size: 24px;
	/*color: #ecedf3;*/
	color: #ccc;
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	z-index: 1;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}

.progress-wrap:hover::after {
	opacity: 0;
}
@media screen and (max-width: 736px) {
	.progress-wrap::after {
		line-height: 32px;
		font-size: 18px;
		height: 32px;
		width: 32px;
	}
}
.progress-wrap::before {
	position: absolute;
	content: '↑';
	text-align: center;
	line-height: 46px;
	font-size: 24px;
	opacity: 0;
	background-image: linear-gradient(298deg, #da2c4d, #f8ab37);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	z-index: 2;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}

.progress-wrap:hover::before {
	opacity: 1;
}
@media screen and (max-width: 736px) {
	.progress-wrap::before {
		line-height: 32px;
		font-size: 18px;
		height: 32px;
		width: 32px;
	}
}
.progress-wrap svg path { 
	fill: none; 
}

.progress-wrap svg.progress-circle path {
	/*stroke: #ecedf3;*/
	stroke: #ccc;
	stroke-width: 4;
	box-sizing:border-box;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}










body {
	font-size: 16px;
}
@media screen and (max-width: 1280px) {
	body {
		font-size: 16px;
	}
}
@media screen and (max-width: 980px) {
	body {
		font-size: 16px;
	}
}
@media screen and (max-width: 736px) {
	body {
		font-size: 15px;
	}
}
@media screen and (max-width: 576px) {
	body {
		font-size: 14px;
	}
}













img {
	max-width: 100%;
	height: auto;
}




.wrapper {
	padding: 5em 0 3em 0;
	position: relative;
}
.wrapper.intro-inner {
	padding: 1em 0;
}
@media screen and (max-width: 1280px){
	.wrapper {
		padding: 4em 2em 2em 2em;
	}
	.wrapper.intro-inner {
		padding: 1em 3em 0em 3em;
	}
}
@media screen and (max-width: 980px){
	.wrapper {
		padding: 4em 2em 2em 2em;
	}
}
@media screen and (max-width: 736px){
	.wrapper {
		padding: 3.5em 2em 1.5em 2em;
	}
}
@media screen and (max-width: 480px){
	.wrapper {
		padding: 3em 1em 1em 1em;
	}
	.wrapper.intro-inner {
		padding: 1em 1em 0em 1em;
	}
}






.hidden {
	display: none !important;
}




/* ===== WordPress Core ======== */

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

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

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

    max-width: 50%;
}

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

    max-width: 50%;
}

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

.gallery-caption-caption {}

.wp-caption {
    /*background: #fff;*/
    /*border: 1px solid #f0f0f0;*/
    border: none;
    /*max-width: 96%;*/
    max-width: none;
    /* Image does not overflow the content area */
    /*padding: 5px 3px 10px;*/
    padding: 0;
    text-align: center;
}

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

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

	max-width: 50%;
}

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

	max-width: 50%;
}

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

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


@media screen and (max-width: 1280px){

}
@media screen and (max-width: 980px){

}
@media screen and (max-width: 736px){

}
@media screen and (max-width: 480px){
	.alignright,
	.alignleft {
	    float: none;
	    margin: 5px auto 20px;

	    max-width: none;
	    width: 100% !important;
	    height: auto;
	    
	}
	.wp-caption.alignright,
	.wp-caption.alignleft {
	    margin: 5px auto 20px;
	    max-width: none;
	    width: 100% !important;
	}
	.wp-caption img {
	    border: 0 none;
	    height: auto;
	    margin: 0;
	    /*max-width: 98.5%;*/
	    max-width: 100%;
	    padding: 0;
	    /*width: auto;*/
	    width: 100%;
	}

}


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    white-space: nowrap;
    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;
}

.uniform-search-field {
	display: flex;
	/*flex-wrap: wrap;*/

}
.uniform-search-field .search-field {
	flex: 1;
	height: 40px;
	padding-right: calc( 50px + 1em );
}
.uniform-search-field .search-btn {
	/*height: 2.75em;*/
	height: 40px;
	padding-left: 0;
	padding-right: 0;
	text-align-last: center;
	width: 50px;
	margin-left: -50px;
	/*border-color: transparent !important;*/
	border-radius: 8px;
}
.uniform-search-field .search-btn .fa {
	/*line-height: inherit;*/
	font-size: 1.5em;
	line-height: 38px;
	/*font-size: inherit;*/
}
.uniform-search-field .search-field + .search-btn {
	display: flex;
	align-items: center;
	justify-content: center;	
}



/* отступ рекламных блоков */
.google-auto-placed {
	margin-bottom: 2em;
}
.yrtbw {
	margin-bottom: 2em;
}







.videoplayer-wrapper {
	position: relative;
	background: #000;
}
.videoplayer-wrapper:after {
	content: '';
	position: absolute;
	/*top: 12px;*/
	top: 10px;
	/*right: 12px;*/
	right: 14px;
	width: 46px;
	height: 46px;
	/*background-color: #f7f7f7;*/
	/*background-image: url(images/logo-maigret-mini.png);*/
	background-position: 50% 50%;
	background-size: cover;
}




.breadcrumbs {
	font-size: 0.8em;
	margin-bottom: 2em;
}


.wp-playlist-item a {
	border-bottom-color: transparent;
}









* {
	/*outline: 1px solid red;*/
}