/*
Theme Name: silauma5
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: silauma5
Tags:

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.

silauma5 is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/
@charset "utf-8";

html {
	font-family: 'PT Sans', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
	/*background: url(/wp-content/themes/silauma5/02-proverka.png) 0 0 no-repeat;*/
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

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

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
	color: #535353;  /* #404040; */
	font-size: 17px;
	font-size: 1.07rem;
	
	/*line-height: 1.5;*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin: 0 0 1em 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote {
	padding: 0 0 0 1em;
	border-left: solid 1px #ccc;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}


/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a {
}

.main-navigation ul ul :hover > a {
}

.main-navigation ul ul a:hover {
}

.main-navigation ul li:hover > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}



.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

/*.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}*/

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.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; /* Above WP toolbar. */
}

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

.alignnone {
	display: block;
	margin: auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 15px 0 0;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget-search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

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

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.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;
}

/*--------------------------------------------------------------
12.0 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 {
	display: block;
	max-width: 100%;
	margin: auto;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

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

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/*----------------------------------------------------*/

/* Logo */
.sidebar-main {
	padding: 190px 20px 30px 30px;
}

.site-branding {
	position: absolute;
	display: block;
	width:180px;
	left:30px;
	top:66px;
	font-family: 'PT Sans Caption', 'PT Sans', sans-serif;
}

.site-branding__homelink {
	text-decoration: none;
}

.site-title {
	color: rgb(243, 108, 33);
	font-family: "PT Sans Caption","PT Sans",sans-serif;
	font-size: 43px;
	letter-spacing: -2px;
	line-height: 1;
	margin: 0 0 0 -5px;
}

.site-description {
	color: #000;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 12px;
	text-transform: uppercase;
	width: 150px;
}

/************************** Entry *******************************/

.teaser__image {
	display: block;
	margin: 0 auto 40px;
	max-width:100%;
}
.teaser__image_small {
	max-width: 100%;
	margin-bottom:0;
}

.hentry {
	position: relative;
	margin-bottom: 70px
}

.teaser {
	margin:0 104px 40px 118px;
}

.entry-title {
	font-size: 45px;
	font-family: "PT Sans Caption", "PT Sans", sans-serif;
	line-height: 1;
	margin: 0 104px 30px 118px;
	text-align: center;
	vertical-align: baseline;
}

.single-post .entry-title{margin: 0 158px 30px 89px;}
	.entry-title a {
		text-decoration: none;
		color:#808080
	}

	.first-post .entry-title a {
		color: #000;
		}
	
	.single-post .entry-title {
		margin-top: 53px;
		color: #000
		}
	.entry-title:first-child {
		margin-top: 53px;
	}
		

.post {
	color:#4D4D4D;
	line-height: 1.46;
}		
.first-post {
	color: #000;
}

.first-post .entry-content {
	font-weight: bold;
}

.entry-content{position:relative;}

.entry-content,
.entry-footer,
.comments-area {
	margin: 0 105px 0 119px;
}

.entry-footer,
.comments-area {
	margin: 0 119px 0 119px;
}

.entry-content a:link,
.entry-content a:visited {
	color:#4D4D4D;
	font-weight: bold;
}

	.first-post .entry-content a:link,
	.first-post .entry-content a:visited {
		color:#000;
	}

.entry-content a:hover,
.entry-content a:active {
	color:rgb(243,108,33);
}

.entry-content > div{
    font-size: 11px !important;
    font-weight: normal !important;
    left:15px;
    bottom: 19px;
    color:#4d4d4d;
}

.entry-meta {
	width: 100px;
	position: absolute;
	/*left:-50px;*/
	font-size: 12px;
	text-align: center;
}
.entry-meta_sidebar {
	position: static;
	text-align: left;
	width: 180px;
	margin-bottom: 44px;
	/*position: absolute;*/
	/*text-align: left;*/
	/*width: 180px;*/
	/*left: 180px;*/
	/*top: 170px;*/
}

.entry-meta_sidebar .byline {
	width: 100px;
}

.entry-meta a {
	text-decoration: none;
	color: #4D4D4D;
}

.entry-meta .entry_author_image {
	display: block;
	height:83px;
	overflow:hidden;
	margin-top: -81px;
	width:0;
}

.entry-meta .entry_author_image img {
	display: block;
	-webkit-filter: grayscale(100%);
	   -moz-filter: grayscale(100%);
			filter: grayscale(100%);
}


	.entry-meta_sidebar .entry_author_image {
		width: 100px;
		height:auto;
		margin: 40px auto 0;
	}


.entry-meta .byline {
	display: block;
	margin: 4px 0px 5px 0px;
}
.singlseries .byline{
	display: block;
	margin: 0;
}

.entry-meta .posted-on {
	margin-top: 40px;
}
.entry-meta_sidebar .posted-on {
	 /*margin-top: 14px; /!* margin-top: 14px;  margin-top: 5px; *!/*/
	/*margin: 4px -45px 5px 49px;*/
	display: block;
	margin-top: 18px;
}

.author_lastname {
	text-transform: uppercase;
	display:block; float:left; width:100%;
}

.entry-meta a.post-edit-link {
	color:royalblue;
	font-size: 12px;
}
.entry-meta.entry-meta_sidebar>.edit-link {
	display: block;
	text-align: left;
}
.entry-meta .edit-link {
	display: block;
	text-align: center;
}

.entry-content a.more-link {
	color: #000;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 95%;
	font-style: italic;
	font-weight: normal;
	font-family: Arial;
}
	.more-link:hover {
		text-decoration: underline;
	}

.image-wrap {
	display: block;
	text-align:center;
}

.image-wrap img {
	display: inline-block;
	margin:auto;
}

.entry-content h2:first-child,
.entry-content h3:first-child {
	margin-top:0;
}

.single-post .entry-content p:first-child {
	/*font-weight: bold;*/
	color: #000;
}
	.single-post .entry-content p:first-child a {
		color: #000;
	}

.entry-content h2,
.entry-content h3,
.entry-content h4
 {
	color:#777;
	margin-bottom: 0;
}


/*------------  Images/Figures/Pullqoutes
-------------------------------------------------------*/

.img-pullout, .img-long {
	position: relative;
	margin: 20px -80px 20px -80px;
}
@media (max-width: 768px) {
	.img-pullout, .img-long {
	margin-left: 0;
	margin-right: 0;
	}
}

.img-pullout.mini {
	margin: 40px 0;
}

.img-pullout img {
	width: 100%;
	max-width:100%;
}

.img-pullout.mini img {
	width: auto;
	max-width:100%;
}

.img-pullout figcaption,
.img-long figcaption,
.img-normal figcaption {
	position: absolute;
	top:0;
	left: -145px;
	width: 150px;
	padding: 20px 1em 0 0;
	font-size: 75%;
	font-style: italic;
	text-align: right;
}
.img-in-the-text-left,
.img-in-the-text-right {
	position: relative;
}
.img-in-the-text-left {
	margin-left: -80px;
}
.img-in-the-text-right {
	margin-right: -80px;
}
.img-in-the-text-left .img-in-the-text-left-desc {
	position: absolute;
	top:0;
	left: -145px;
	width: 150px;
	padding: 20px 1em 0 0;
	font-size: 75%;
	font-style: italic;
	text-align: right;
}
.img-in-the-text-right .img-in-the-text-right-desc {
	position: absolute;
	top:0;
	right: -145px;
	width: 150px;
	padding: 20px 0 0 1em;
	font-size: 75%;
	font-style: italic;
	text-align: left;
}

.img-small figcaption {
	padding: 20px 0 0 0;
}

@media (max-width: 768px) {
	/*.img-normal figcaption,*/
	.img-pullout figcaption,
	.img-long figcaption,
	.img-normal figcaption	{
	margin-top: -40px;
	}
}

.img-normal {
	position: relative;
	width: 100%;
	margin: 20px 0;
}

.entry-content .text-pullout {
	margin: 1em -80px 1em -80px;
	text-align: center;
	font-size: 1.8em;
	line-height: 1.3;
	font-style: italic;
	font-weight: normal;

}

.comments-link {
	display: block;
	text-align: center;
	font-size: 73%;
	letter-spacing: 1px;
	margin-top: 12px;  /* margin-top: 34px; */
}

.single-post .comments-link{margin-left:7px; margin-right:75px;}
	.comments-link a {
		text-transform: uppercase;
		text-decoration: none;
		color: #4D4D4D;	
	}

	.comments-link em {
		padding: 0px 3px;
		color: #FFF;
		background: rgb(243,108,33);
		font-weight: bold;
		font-style: normal;
	}

.entry-header .comments-link {
	margin-bottom: 30px; /* margin-bottom: 37px; */
	
}
.dodo_pizza_footer {
    text-shadow: 0 0px, 0 0px, 0 0px, 0 -1px;
}

.entry-footer {
	/* margin-top:1em; */
	margin-top: 10px;
	margin-bottom: -14px;
}

/*------------------Single Entry -----------------*/
.entry-sidebar__cat-links{padding-top:15px; display:block;}
.entry-sidebar__cat-links a {
	display: inline-block;
	margin-bottom: 5px;
	padding: 0px 4px;
	color:#fff;
	background: #595959;
	text-decoration: none;
	font-size: 15px;
	white-space: nowrap;
	/* text-shadow: 0 0px, 0 0px, 0 0px, 0 0px; */
}

.single-post .author_lastname{float:none; display:inline;}
.single-post .byline{
	/*margin-left:40px;*/
}
.single-post .posted-on{
	/*margin-left: 40px;*/
	margin-top:4px;
}

.single-post .entry-content, .single-post .entry-footer,.single-post .comments-area{margin: 0 159px 0 89px;}

.single-post .comment-form input[type=text],
.single-post .comment-form input[type=email],
.single-post .comment-form input[type=url]{padding:1px 3px;}

.single-post #ed_toolbar {
    margin-top: 74px;
}

.single-post #comment{border:1px solid #808285; width: 90%; height:165px;}

div#ed_toolbar input, #ed_toolbar span{font-size:18px !important;}

.single-post #ed_link{color:#535353 !important;}
/*--- Social likes --*/

.hentry__social-side {
	position: absolute;
	top: 15px;
	right: -89px;
	
}

.hentry__social-side .social-likes__widget {
	margin-bottom: 12px;
}

/*.single-post {
	margin-bottom: 55px;
}*/

.single-post .entry-footer {
	margin-top: 24px;
}



/*
 .social-likes__button{text-indent: -9999px;} 
*/

.top-socil-likes .social-likes__button{text-indent: -9999px;}
.top-socil-likes .social-likes{margin:-5px 107px 0 0;}
.top-socil-likes .social-likes .social-likes__widget{margin-top:13px;}


/* .entry-footer .social-likes__button{text-indent: 0px;}  */


/*----- Comments 
------------------------------------------*/
#comments:focus {outline:none}

.comments-title {
	margin-bottom: 35px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 0px;
	color: #f60;
	text-align: left;
	font-size: 90%;
}

ol.comment-list {
	margin: 0;
	padding: 0;
}

.comment-list li {
	margin: 1em 0 2em 0;
	padding: 0;
	list-style: none;
}

.comment-meta {
	position: relative;
	margin-left: -155px;
}

.comment-author {
	float:left;
	margin-left: 155px;
}

	.comment-author a,
	.comment-author .fn {
		color:#000;
		line-height: 1.47;
	}

	.loginza_provider_ico {
		vertical-align:baseline;
	}

.comment-metadata {
	position: absolute;
	width: 155px;
	left:0;
}

	.comment-metadata a {
		color:#666;
		text-decoration: none;
		font-size: 70%;
	}

	.comment-metadata a.comment-edit-link {
		display: block;
		color: royalblue;
	}
.comment-content {
	line-height: 1.47;
}
.comment-content a {
	font-weight: bold;
	color:#4D4D4D;
}

/*----- Comment form
--------------------------------------------------*/



.comment-form {
	font-family: 'Open Sans', 'PT Sans', sans-serif;
}


.comment-form input[type=text],
.comment-form input[type=email],
.comment-form input[type=url] {
	float: left;
	width: 327px;
	border-radius:0;
	margin-top: -1px;
	font-size: 17px;
	
}


.comment-form label {
	float: right;
	width: 257px;
	text-align: left;
	white-space: nowrap;
}

.comment-form-comment {
	display: none;
}

#loginza_comment {
	text-transform: uppercase;
	float: left;
	font-size: 20px;
	margin-bottom: 21px;
	margin-top: 22px;
	width: 100%;
}

#loginza_comment a {
	color:#F36C21;
	font-weight: bold;
}

.comment-form .submit {
	padding: 5px 10px;
	color:#fff;
	background: rgb(102,102,102);
	border: solid 1px rgb(102,102,102);
	-webkit-border-radius: 0;
	        border-radius: 0;
	text-shadow: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
	font-size: 16px;
	font-weight: normal;
}
 .comment-form .submit:hover {
 	background: #333;
 	border: solid 1px #333	;
 	text-shadow: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
 }

 .comment-respond a {
 	color:#4D4D4D;
 }


/*----------------- sidebar ---------------------*/

.widget-search {
	margin-top: 27px;
}

.widget-search__title {
	margin: 0 0 .5em 0;
	font-family: "PT Sans Caption", "PT Sans", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#000;
}
.search-field {
	font-size: 90%;	
}

.widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget li {
	margin: 0 0 3px 0;
}

.menulink-external a,
.menulink-external a:visited,
.menulink-external a:hover,
.menulink-external a:active
 {
	text-decoration: none;
	font-size: 85%;
	font-weight: bold;
	color:rgb(243,108,33);
}
.menulink-external_special a,
.menulink-external_special a:visited,
.menulink-external_special a:hover,
.menulink-external_special a:active
  {
	padding:1px 2px;
	color:#fff;
	background: rgb(243,108,33);
}

.mainmenu-toggle-wrap {
	margin-top: 0;
}

a.mainmenu-toggle {
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	font-family: "PT Sans Caption", "PT Sans", sans-serif;
}	
	a.mainmenu-toggle span {
		text-decoration: underline;
	}

	a.mainmenu-toggle:after {
		content: " ▶";
	}

	a.mainmenu-toggle_active:after {
		content: " ◀";
	}

.mainmenu {
	display: block;
	width: 244px;
	margin: -60px 0 0 -274px;
	padding: 80px 20px 20px 30px;
	color: #000;
	background: #a7a7a7;
	transition: .7s;
}

	.mainmenu_active {
		transition: .7s;
		margin: -60px 0 0 -30px;
	}

	.mainmenu h5 {
		margin: 0.5em 0 0.2em 0;
		text-transform: uppercase;
		font-size: 14px;	
	}

	.mainmenu a {
		color:#fff;
		text-decoration: none;
		font-size: 90%;
		font-weight: bold;
	}

	.mainmenu .mainmenu__biglinks a {
		margin: .5em 0;
		color:#000;
		text-transform: uppercase;
		font-size: 14px;
	}

/* Collapse lists */
	.mainmenu a.collapseMore{
		color: #000;
		text-transform: lowercase;
		text-decoration: none;
		font-size: 75%;
		font-style: italic;
		font-weight: normal;
	}

	.mainmenu a.collapseMore:hover {
		border-bottom: dotted 1px;
		}

.collapseWrapper { overflow: hidden; }

.sidebar-block {
	margin-bottom: 2em;
}

.search-field {
	width: 155px;
}

/*----------------- pagination ---------------------*/
.posts-navigation {
	text-align: center;
}



.nav-previous,
.nav-next {
	display: inline;
	float:none;
	width: 50px;
	padding: 0 1em;
	
}
.single .nav-previous, .single  .nav-next{padding:0;}
.posts-navigation a {
	font-size: 30px;
	color: #a7a7a7;
	text-decoration: none;
}

/*----------------- footer ---------------------*/
.site-footer {
	margin:25px 0 0 0; 
	padding:30px 0 40px 0;
	min-height: 100px;
	background: #F9A43C;
	color: #fff;
}

.footer-main {
	max-width: 840px;
	margin: 0 0 0 244px;
}

.footer-sidebar
{
	/*float: left;*/
	width: 300px;
	padding: 120px 20px 0 20px;
	background: url(/wp-content/themes/silauma5/i/clock.png) 50% 0 no-repeat;
	text-align: center;
	color: #000;
	font-size: 80%;
	margin:0 auto;
	/* Hidden counter*/
	display: none !important;
}

	.footer-sidebar b {
		font-weight: normal;
	}

	.footer-sidebar span {
		color:#fff;
	}

	.footer-sidebar a:link,
	.footer-sidebar a:visited
	 {
		color:#fff;
		text-decoration: underline;
	}

.footer__site-info {
	/*float: left;*/
	padding: 10px 10px;
	/*margin-left: 55px;*/
	max-width: 700px;
	text-align: center;
	margin:0 auto;
}

/*.single-post .footer__site-info{margin-left:22px;}*/

.footer-text-underline {
    text-decoration:underline;
}

.subscribe,
.subscribe:visited {
	display: block;
	color: #FFF;
	text-decoration: none;
}

a.subscribe:hover {
	color: #000;
}
	.subscribe__header {
		margin: 0;
		font-size: 30px;
		font-weight: bold;
		text-transform: uppercase;
	}

	.subscribe__text {
		font-size: 25px;
		margin-top: .5em;
	}

.rss-icon {
  display: inline-block;
  /*margin-top: 40px;*/
  }

.rss-icon img {
	display: block;
	width: 30px;
	height: 30px;
}


/* Шапка в серии */
.series_header {
	margin-top: 23px;
	margin-bottom: 20px;
	width: 100%;
	padding: 40px 120px 50px;
	background-color: #f0eeef;
	border-bottom: 2px solid #ababab;
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	border-radius: 2px;
}
.series_header>p {
	font-size: 20px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
}
.series_header>h2 {
	text-transform: uppercase;
	color: rgb(243, 108, 33);
	font-size: 48px;
	margin: 0;
}
.series_header .last_post_link>a {
	color: #fff;
	background-color: rgb(243, 108, 33);
	display: block;
	width: 250px;
	height: 40px;
	padding: 10px 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
}
.series_header .last_post_link>a:hover {
	color: #333;
}
.series_header .series-description {
	margin-top: 30px;
	margin-bottom: 20px;
}

/* SEARCH */
.search-header {
	margin-left: 119px;
	margin-bottom: 50px;
}
.search-header>p {
	margin: 0;
}
.search-header .search-form {
	margin-top: 30px;
}
.search-header .search-title {
	font-size: 48px;
}
.search-header .search-field {
	/*width: 362px;*/
	width: 51%;
	padding-left: 15px;
	padding-right: 15px;
}
.search-header .search-submit-new {
	margin-left: 15px;
	color: #fff;
	background-color: rgb(243, 108, 33);
	border: 1px solid;
	text-shadow: none;
	box-shadow: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
}
.search-header .search-submit-new:hover {
	text-shadow: none;
	box-shadow: none;
	border: 1px solid;
	background-color: rgb(217, 97, 30);
}
.search-no-result {margin-top: -20px;}
.no-results {}

/* Small menu. */
.menu-toggle {
	display: none;
}

.top-menu-toggle {
	display: none;
}

.none-d{display:none;}

@media screen and (max-width: 1024px) {
	.footer__site-info {
		/*margin-left: 25px;*/
		max-width: 400px;
	}

	.footer-main {
		margin:0;
		width:100%;
	}
	.series_header {
		padding: 30px 80px 40px;
		margin-bottom: 60px;
	}
}
@media screen and (max-width: 768px) {

	 /*#top-menu-toggle{display:none;}*/
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	.main-navigation ul {
		display: none;
	}

/*.widget-area.sidebar-main{display:none;}*/
.widget-area.sidebar-main.sidebar-main_open{display:block;}
	/*.footer__site-info{margin-left:0;}*/
	.author_lastname{display:inline; float:none;}
	.single-post .comments-link{margin-right:7px;}
	.none-d{display:inline;}
	/*.single-post .footer__site-info{margin-left:0;}*/
.clear.comment-form-author {
    clear: both;
}
.teaser, .teaser_big {margin-left:-34px; margin-right:-34px;}
	a.top-menu-toggle,
	a.top-menu-toggle:visited
	 {
		position: absolute;
		display: block;
		width: 36px;
		height: 40px;
		top:10px;
		left:10px;
		padding: .2em .3em;
		font-size: 40px;
		line-height: 1;
		background: url(/wp-content/themes/silauma5/i/menu.png) center center no-repeat;
		text-decoration: none;
		color: #4D4D4D;
	}

	.site-header {
		top:0;
		left:0;
		z-index:100;
		width: 100%;
		height:auto;
		padding: .8em 2em;
		background: #FFF;
		border-bottom: 1px solid #4D4D4D;
	}

	.site-branding {
		position: static;
		/*margin: -35px auto 0px;*/
		width:auto;
		text-align:center;
		padding-left: 38px;
		padding-right:38px;
	}
	
	.site-title{margin-left:0;}

	.site-description {
		width: auto;
		margin: 0;
	}

	.site-content {
		overflow: hidden;
	}

	.site-main {
		position: relative;
		left:0;
		margin: 0;
		z-index:2;
		padding: 60px 1em 0 1em;
		background: #FFF;
	}
		.site-main_slide {
			left:250px;
		}

	.sidebar-main {
		padding: 50px 20px 30px 30px;
	}

	.sidebar-main {
		/*display: none;*/
		/*position: fixed;*/
		top: 60px;
		z-index:1;
	}

		.sidebar-main_open {
			display: block;
			left:0;
		}

	.entry-title,
	.entry-content,
	.entry-footer,
	.comments-area {
		margin-left: 0;
		margin-right:0;
	}
	
	.single-post .entry-content, .single-post .entry-footer, .single-post .comments-area{
		margin-left: 0;
		margin-right:0;
	}
	
	.single-post .entry-title{
		margin-left: 0;
		margin-right:0;	  
	}
	
	.entry-title:first-child{margin-top:0;}

	.entry-title {
		font-size: 2em;
	}

	.entry-header .entry-meta {
		position: static;
		display: table;
		left: auto;
		width: auto;
		margin: 0 auto 1em auto;
		text-align: left;
	}

	.single .entry-meta .entry_author_image {
		display: none;
	}
	
	.entry-header .entry-meta .byline {
		display: inline-block;
		margin: 0 0 0 0;
	}
	
	.entry-header .entry-meta .posted-on {
		display: inline-block;
		margin: 0 1em;
		padding-left: 1em;
		border-left: 1px solid #4D4D4D;
	}

	.teaser__image_small {
		max-width: 100%;
	}

	.entry-content .text-pullout {
		margin:1em 0;
	}
	.hentry__social-side {
		display: none;
	}


	.comment-meta {
		position: static;
		margin:0;
	}

	.comment-author {
		float: none;
		margin-left: 0;
	}

	.comment-metadata {
		position: static;
		width: auto;
		left: auto;
		margin-bottom: 1em;
	}

	.comment-form label {
		float: none;
		display: block;
		width: auto;
	}

	.comment-form input[type=text], 
	.comment-form input[type=email], 
	.comment-form input[type=url] 
	{
		display: block;
		float: none;
		width: 99%;
		margin-bottom: .5em;
	}#top-menu-toggle

	.comment-form .submit {
		padding: 1em 2em;
	}

	.footer-sidebar {
		float: none;
		padding: 1em;
		background: none;
		width: auto;
	}

	.footer__site-info {
		float: none;
		max-width: 100%
	}
	
	.img-pullout figcaption, .img-normal figcaption, .img-long figcaption{left:0; position:relative; width:100%; float:left; text-align:left; padding:20px 1em 20px 0;}

	.series_header {
		padding: 20px 45px 60px;
		margin: 0;
		margin-bottom: 80px;
		text-align: center;
	}
	.series_header>p, .series_header>h2 {text-align: center}
	.search-header:after {
		content: '';
		display: block;
		clear: both;
	}
	.last_post_link {
		position: relative;
		right: 50%;
		float: right;
	}
	.series_header .last_post_link>a {
		position: relative;
		z-index: 1;
		right: -50%;
	}
	
}
@media screen and (max-width: 560px) {
	.entry-title:first-child{margin-top:0px;}

	.series_header {padding: 20px 45px 60px;}
	.series_header>h2 {font-size: 40px;}

}

@media screen and (max-width: 410px) {
  .entry-title:first-child{margin-top:0;}
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {

}



.pre-next-posts{border:10px solid #cccccc; padding:20px; box-sizing:border-box; margin:40px 0 40px 0;}
.this-post{ width:100%; color:#404040; text-align:center;}
.entry-footer .this-post a{color: #f37025; font-size:17px;}
.next-img{ width:100%; text-align:center; margin-top: 24px;}
.entry-footer .next-img p{padding:0 0 0 0; font-style:italic; color:#404040; font-size: 15px; margin:0; font-weight:300 !important;}
.next-img img{width:190px; height:auto;}
.next-header{width:100%;  text-align:center; margin-top: -2px;}
.entry-footer .nav-links-in-post .next-header a, .next-header a{color:#000; font-size:29px; text-align:center; line-height: 28px; text-decoration:none; font-style:normal !important; font-family: "PT Sans",sans-serif;}
.prev-post{width:100%;  text-align:center; color:#404040; font-size: 15px; font-style: italic; margin-top: 22px;}
.prev-post a{font-weight:900; font-size:17px; font-style:normal; text-decoration:none; color:#000;}


.nav-links-in-post{margin: 0 0 0 0; padding:35px 0 0; text-align:center;}
.nav-links-in-post img{padding: 0 14px; margin-bottom: -4px;}
.nav-links-in-post a{text-decoration:none; color:#404040; font-style:italic; font-family: Times New Roman; font-size: 16px;}

#comments{padding-top:15px;}

.pre-next-posts span{color:#f37025;}
.this-post a, .next-header a{font-weight:900; color:#000;}
.this-post a{text-decoration:underline; font-family: "PT Sans",sans-serif; font-style:normal;}



/* Archive */
.postspermonth {
	display: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin: 8px 0 10px 25px;
}
.archive-monthly {
	display: none;
	position: absolute;
	left: 78px;
	margin-top: 50px;
	margin-left: 0;
	padding-left: 0;
}
.archives-yearly {
	margin: 0 0 0 38px;
}
.archives-yearly>li {
	display: inline;
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;
}
.archives-yearly>li>a:link,
.archives-yearly>li>a {
	font-weight: normal;
}
.archives-yearly h4 {
	margin-top: 0;
}
.archives-yearly>.ui-state-active a {
	text-decoration: none;
	font-weight: bold !important;
}
.archive-monthly h4 {
	cursor: pointer;
	text-decoration: underline;
}
.post_count {
	font-size: 13px;
	position: relative;
	margin-left: 16px;
}
.post_count:after {
	content: '';
	background: url("/wp-content/themes/silauma5/i/post_count.png") no-repeat;
	width: 30px;
	height: 21px;
	position: absolute;
	right: -7px;
	bottom: -4px;
}

.posts-navigation a {
	text-decoration: none;
	color: #404040;
	font-style: italic;
	font-family: Times New Roman;
	font-size: 16px;
}
.posts-navigation img {
	padding: 0 14px;
	margin-bottom: -4px;
}

.teaser_video {
	margin: 0 auto 40px;
}

.youtube_iframe {
	position: relative;
	padding-bottom: 56.25%; /* 780x440 */
	padding-top: 25px;
	height: 0;
	margin-bottom: 40px;
}
.youtube_iframe_second {
	position: relative;
	padding-bottom: 43%; /* 640x360 */
	padding-top: 25px;
	height: 0;
	margin-bottom: 40px;
}
.youtube_iframe .first_video_frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (max-width: 768px) {
	.youtube_iframe,
	.youtube_iframe_second {
		margin-left: -34px;
		margin-right: -34px;
	}
	
	.youtube_iframe_second {
		padding-bottom: 56.25%; /* 640x360 */
	}
	.youtube_iframe_second .second_video_frame {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}

#ya-site-form0 .ya-site-form__search-input {
	padding: 0 !important;
}
