/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Normalize
2.0 - Typography
3.0 - Elements
4.0 - Forms
5.0 - Accessibility
6.0 - Alignments
7.0 - Clearings
8.0 - Layout Structure
9.0 - Header
10.0 - Navigation
	10.1 - Top Navigation
	10.2 - Main Navigation
	10.3 - Social Icon Menu
11.0 - Widgets
	11.1 - Default Widgets
	11.2 - Category Posts Widgets
12.0 - Posts and pages
11.0 - Comments
12.0 - Footer
13.0 - Media
	13.1 - Captions
	13.2 - Galleries
14.0 - Media Queries
	14.1 - Desktop Large ( < 1120px )
	14.2 - Desktop Medium ( < 1040px )
	14.3 - Desktop Small ( < 960px )
	14.4 - Tablet Large ( < 880px )
	14.5 - Tablet Medium ( < 800px )
	14.6 - Tablet Small ( < 720px )
	14.7 - Mobile Extra Large ( < 640px )
	14.8 - Mobile Large ( < 560px )
	14.9 - Mobile Medium ( < 480px )
	14.10 - Mobile Small ( < 320px )
15.0 - Theme Option Styles
	15.1 - Sidebar Left Layout
	15.2 - Sticky Navigation
16.0 - Media Query Fixes
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# 1.0 - Normalize
--------------------------------------------------------------*/
html {
	font-family: Arial, Helvetica, sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

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: 1.25em;
	margin: 0.2em 0;
	color:#336891;
    border-bottom: 1px solid #DAE1E8;
	text-align:center;
text-shadow: 1px 1px 1px rgba(64, 64, 64, 0.3);
}

h2 {
	font-size: 1.3em;
	margin: 0.2em 0;
	color:#336891;
    border-bottom: 1px solid #DAE1E8;	
	text-align:center;
text-shadow: 1px 1px 1px rgba(64, 64, 64, 0.3);
}

h3 {
	font-size: 1em;
	margin: 0.2em 0;
	color:#336891;
	text-align:center;
	text-shadow: 1px 1px 1px rgba(64, 64, 64, 0.3);
}

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


.ulogin-button-odnoklassniki{
	margin: 0px 5px 0px 0px;
}

/*--------------------------------------------------------------
# 2.0 - Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-size: 0.95rem;
	line-height: 1.4;
}

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

p {
margin: 0em 0 0.5em 0;
    text-align: justify;
}

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;
	background:	#E6C9A1 url("images/bg-light.jpg") fixed;
}

*,
*: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 {
padding: 0px;
}

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

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

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

ul,
ol {
	margin: 0 0 0.5em 0.5em;
}

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 0em;
	width: 100%;
}

a {
	color: #2B587A;
	text-decoration: none;
}

a:link,
a:visited {
	color: #0274A9;
}

a:hover,
a:focus,
a:active {
	color: #444;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
# 4.0 - Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	padding: 0.5em 0.8em;
	font-weight:bold;
	font-size: 14px;
	font-size: 0.875rem;
	color: #fff;
	background: #2580E5;
	border: none;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #2F5F84;
	color: #fff;
	}

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 {
background: #EF781E;
	}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	max-width: 100%;
	padding: 0.2em;
	color: #666;
	border: 1px solid #C3CBD4;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
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;
	border: 1px solid #7FB4E8;
-webkit-box-shadow: 0px 0px 5px 0px rgba(61, 146, 232, 0.5);
-moz-box-shadow:    0px 0px 5px 0px rgba(61, 146, 232, 0.5);
box-shadow:         0px 0px 5px 0px rgba(61, 146, 232, 0.5);
}

textarea {
	width: 100%;
	height:80px;
}

/*--------------------------------------------------------------
# 5.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. */
}

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

/*--------------------------------------------------------------
# 7.0 - Clearings
--------------------------------------------------------------*/
.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

/*--------------------------------------------------------------
# 8.0 - Layout Structure
--------------------------------------------------------------*/
.site {
	max-width: 1010px;
	width: 100%;
	margin: 0 auto;
	background: #fff;
-webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.5);
-moz-box-shadow:    0px 1px 5px 0px rgba(50, 50, 50, 0.5);
box-shadow:         0px 1px 5px 0px rgba(50, 50, 50, 0.5);
}

.site-content {
	padding: 0.6em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.content-area {
	float: left;
	width: 74.6%;
	padding-right: 0.5em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-left: 1px solid #CCD3DA;
}

.sidebar {
	float: right;
	width: 25%;
	padding-right:0.6em;
}

/* Fullwidth Template */
.fullwidth .content-area {
	float: none;
	width: 100%;
	padding: 0;
}

/*--------------------------------------------------------------
# 9.0 - Header
--------------------------------------------------------------*/
.header-main {
padding: 0 10x;
background:	#162D3E;
height: 100px;
}

.download-link{
background:	#FFFFFF url("https://super.urok-ua.com/wp-content/themes/super-merlin/images/baneri.jpg") no-repeat bottom center;
}

.download-link a{
	display: inline-block;
	text-decoration: none;
	font-size: 20px;
	text-shadow: 0px -1px 0px rgba(30, 30, 30, 0.8);
	border: 2px solid #FFF;
	padding:8px;
	background: rgba(51,104,145,.6);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#FFFFFF;
	width: 80%;
}

.download-link a:link, 
.download-link a:visited  {
	color: #fff;
}

.download-link a:hover, 
.download-link a:active {
	background: #3777BC;
	background: #336891;

}

.site-branding {
	float: left;
	max-width: 100%;
	margin: 0;
	margin:15px;
}

.site-branding a:link, 
.site-branding a:visited, 
.site-branding a:hover {
	text-decoration: none;
	padding: 0;
}

/* Стиль блоку копірайта */
.header-stroka{
width:100%;
text-align:center;
padding:7px;
border-bottom: 1px dashed #C2C4C6;
border-top: 1px dashed #C2C4C6;
background: #FFFFFF;
margin:5px 0 5px 0;
}

/* Кнопка додати матеріал */
.add-link {
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 15px;
	text-shadow: 0px -1px 0px rgba(30, 30, 30, 0.8);
	background: #237EE5;
	border: 2px solid #FFF;
	margin: 0;
	padding:10px;
	background: rgba(51,104,145,.6);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.add-link:link, 
.add-link:visited  {
	color: #fff;
}

.add-link:hover, 
.add-link:active {
	background: #3777BC;
	text-decoration: none;
	background: #336891;

}

/* Кнопка - додати сертифікат */
.banner-header{
	    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 10px 150px;
background: #1d3b51;
margin: 2px -15px;
	
}

#line_block .add-sertifikat {
    display: inline-block;
	padding: 0.55em 1.3em 0.5em 2.9em;
    text-decoration: none;
	color: #FAB00F;
	background:	#181101 url("images/add-yellow.png") no-repeat left center;
	text-transform: uppercase;
	font-size: 14px;
	text-shadow: 0px -1px 0px rgba(30, 30, 30, 0.8);
	border: 2px solid #FAB00F;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 5px auto;
	
  }
#line_block .add-sertifikat:hover {
		background:	#181101 url("images/add-white.png") no-repeat left center;
	color: #FFF;
border: 2px solid #FFF;
transition: all .4s ease;
   }

/* Read more Link */
.konspekt-link {
	display: inline-block;
	margin: 0 0 0.0em;
	padding: 0.4em 0.5em;
	font-family: 'Hammersmith One', Tahoma, Arial;
	font-size: 14px;
	color: #fff;
	background: #46617D;
	width: 100%;
/*	text-transform: uppercase; */
	text-decoration: none;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	content: '\f429';
	/*		border-top: 1px dashed #2B587A; */

	
}

.konspekt-link:link, 
.konspekt-link:visited  {
	color: #fff;
}

.konspekt-link:hover, 
.konspekt-link:active {
	background: #444;
	text-decoration: none;
}

/* Read more Link */
.konspekt-link1 {
	display: inline-block;
	margin: 0 0 0.0em;
	padding: 0.4em 0.5em;
	font-family: 'Hammersmith One', Tahoma, Arial;
	font-size: 14px;
	color: #fff;
	background: #4C6988;
	width: 100%;
/*	text-transform: uppercase; */
	text-decoration: none;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	/*		border-top: 1px dashed #2B587A; */
	
	
}

.konspekt-link1:link, 
.konspekt-link1:visited  {
	color: #fff;
}

.konspekt-link1:hover, 
.konspekt-link1:active {
	background: #444;
	text-decoration: none;
}


/* Header Widgets */
.header-widgets {
	display: inline;
}

.header-widget {
	float: right;
	margin: 0;
	padding:10px 30px 0 30px;
}

.header-widget ul {
	margin: 0;
	padding: 0;
}

.header-widget-title {
	margin: 0 0 0.5em;
}

/* Custom Header Image */
.header-image {
	margin: 1px 0;
}

.header-image img {
	max-width: 1340px;
	vertical-align: top;
	width: 100%;
	height: auto;
}



/*--------------------------------------------------------------
# 10.0 - Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## 10.1 - Top Navigation
--------------------------------------------------------------*/
/* Стиль верхнього меню */
.header-bar-wrap {
	border-bottom: 2px solid #FAB00F;
	padding: 0 0.5em;
background: rgb(255,214,94);
background: -moz-radial-gradient(center, ellipse cover, rgb(255,214,94) 0%, rgb(254,191,4) 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, rgb(255,214,94) 0%,rgb(254,191,4) 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center, rgb(255,214,94) 0%,rgb(254,191,4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd65e', endColorstr='#febf04',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

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

.top-navigation-menu {
	display: inline;
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
}

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

.top-navigation-menu a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	padding: 0.9em 1em;
	text-decoration: none;
	text-transform: uppercase;
}

.top-navigation-menu ul {
	position: absolute;
	display: none;
	z-index: 99;
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	border: 2px solid #eee;
	background: #fff;
}

.top-navigation-menu ul li{
	margin: 0;
	padding: 0;
	border: none;
}

.top-navigation-menu ul a {
	width: 250px;
	width: 16rem;
	padding: 0.8em 1em;
	text-transform: none;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.top-navigation-menu ul a:link, 
.top-navigation-menu ul a:visited {
	text-decoration: none;
}

.top-navigation-menu li ul ul {
	margin-left: 250px;
	margin-left: 16rem;
	margin-top: -2px;
}

.top-navigation-menu li:hover ul ul, 
.top-navigation-menu li:hover ul ul ul, 
.top-navigation-menu li:hover ul ul ul ul {
	display:none;
}

.top-navigation-menu li:hover ul, 
.top-navigation-menu li li:hover ul, 
.top-navigation-menu li li li:hover ul, 
.top-navigation-menu li li li li:hover ul {
	display:block;
}

.top-navigation-menu li.current-menu-item a,
.top-navigation-menu li.current-menu-item ul li a:hover,
.top-navigation-menu ul li.current-menu-item a {
	text-decoration: underline;
}

.top-navigation-menu li.current-menu-item ul li a,
.top-navigation-menu ul li.current-menu-item ul li a {
	text-decoration: none;
}


/*--------------------------------------------------------------
## 10.2 - Main Navigation
--------------------------------------------------------------*/
.primary-navigation {
/* Головне меню */
background: #3777BC;
background: -moz-linear-gradient(top, rgb(73,155,234) 0%, rgb(32,124,229) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgb(73,155,234) 0%,rgb(32,124,229) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgb(73,155,234) 0%,rgb(32,124,229) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5',GradientType=0 ); /* IE6-9 */
}

.main-navigation-toggle,
.sidebar-navigation-toggle {
	display: none;
}

.main-navigation-menu {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	position: relative;	
}

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

.main-navigation-menu a {
	display: block;
	font-family: 'Hammersmith One', Tahoma, Arial;
	font-size: 15px;
	font-size: 0.9375rem;
	padding: 0.8em 1.1em;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.main-navigation-menu a:link, 
.main-navigation-menu a:visited {
	color: #fff;
	text-decoration: none;
}

.main-navigation-menu a:hover {
	background: #2B587A;
}

.main-navigation-menu ul {
	position: absolute;
	display: none;
	z-index: 99;
	margin: 0;
	padding: 0 1em;
	list-style-type: none;
	list-style-position: outside;
	background: #2B587A;
}

.main-navigation-menu ul li{
	margin: 0;
}

.main-navigation-menu ul a {
	width: 105px;
	width: 6.4rem;
	padding: 0.4em 0;
	float: left;
	font-size: 14px;
	font-size: 0.875rem;
	color: #fff;
	border-bottom: 2px solid rgba(255,255,255,0.2);
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

.main-navigation-menu ul li:last-child a {
	border-bottom: none;
}

.main-navigation-menu ul a:link, 
.main-navigation-menu ul a:visited {
	color: #fff;
	text-decoration: none;
}

.main-navigation-menu ul a:hover {
	text-decoration: underline;
}

.main-navigation-menu li ul ul {
	margin-left: 105px;
	margin-left: 6.4rem;
}

.main-navigation-menu li:hover ul ul, 
.main-navigation-menu li:hover ul ul ul, 
.main-navigation-menu li:hover ul ul ul ul {
	display:none;
}

.main-navigation-menu li:hover ul, 
.main-navigation-menu li li:hover ul, 
.main-navigation-menu li li li:hover ul, 
.main-navigation-menu li li li li:hover ul {
	display:block;
}

.main-navigation-menu li.current-menu-item a {
	background: #2B587A;
}

.main-navigation-menu li.current-menu-item ul li a,
.main-navigation-menu ul li.current-menu-item ul li a {
	text-decoration: none;
}

.main-navigation-menu ul li.current-menu-item a {
	text-decoration: underline;
}

/*--------------------------------------------------------------
## 10.3 - Social Icons Menu
--------------------------------------------------------------*/
.header-bar .social-icons-navigation {
	float: right;
}

.social-icons-navigation-toggle {
	display: none;
}

.social-icons-menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	line-height: 1;
}

.social-icons-menu li {
	float: left;
	margin: 0;
	padding: 0;
}

.social-icons-menu li a {
	position: relative;
	display: inline-block;
	padding: 0.6em;
	text-decoration: none;
}

.social-icons-menu li a:before {
	color: #fff;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 24px;
	line-height: 1;
	font-family: 'Genericons';
	text-decoration: inherit;
	vertical-align: top;
}

/* Add Genericons */
.social-icons-menu li a:before { content: '\f408'; color: #333; } /* Default Icon */
.social-icons-menu li a[href*="codepen.io"]:before  { content: '\f216'; color: #222; }
.social-icons-menu li a[href*="digg.com"]:before { content: '\f221'; color: #151515; }
.social-icons-menu li a[href*="dribbble.com"]:before { content: '\f201'; color: #ea4c89; }
.social-icons-menu li a[href*="facebook.com"]:before { content: '\f204'; color: #3b5998; }
.social-icons-menu li a[href*="flickr.com"]:before { content: '\f211'; color: #ff0084; }
.social-icons-menu li a[href*="plus.google.com"]:before { content: '\f218'; color: #dd4b39; }
.social-icons-menu li a[href*="github.com"]:before { content: '\f200'; color: #171515; }
.social-icons-menu li a[href*="instagram.com"]:before { content: '\f215'; color: #3f729b; }
.social-icons-menu li a[href*="linkedin.com"]:before { content: '\f207'; color: #007bb6; }
.social-icons-menu li a[href*="pinterest.com"]:before { content: '\f209'; color: #cb2027; }
.social-icons-menu li a[href*="polldaddy.com"]:before { content: '\f217'; color: #bc0b0b; }
.social-icons-menu li a[href*="getpocket.com"]:before { content: '\f224'; color: #ee4056; }
.social-icons-menu li a[href*="reddit.com"]:before { content: '\f222'; color: #ff4500; }
.social-icons-menu li a[href*="spotify.com"]:before { content: '\f515'; color: #81b71a; }
.social-icons-menu li a[href*="skype.com"]:before,
.social-icons-menu li a[href*="skype:"]:before { content: '\f220'; color: #00aff0; }
.social-icons-menu li a[href*="stumbleupon.com"]:before { content: '\f223'; color: #f74425; }
.social-icons-menu li a[href*="tumblr.com"]:before { content: '\f214'; color: #32506d; }
.social-icons-menu li a[href*="twitch.tv"]:before { content: '\f516'; color: #6441A5; }
.social-icons-menu li a[href*="twitter.com"]:before { content: '\f202'; color: #00aced; }
.social-icons-menu li a[href*="vimeo.com"]:before  { content: '\f212'; color: #aad450; }
.social-icons-menu li a[href*="wordpress.org"]:before { content: '\f205'; color: #21759b; }
.social-icons-menu li a[href*="wordpress.com"]:before { content: '\f205'; color: #1e8cbe; }
.social-icons-menu li a[href*="youtube.com"]:before { content: '\f213'; color: #c4302b; }
.social-icons-menu li a[href*="vk.com"]:before { content: '\f471'; color: #507299; 	font-size: 26px; }
.social-icons-menu li a[href*="yandex.ru"]:before { content: '\f307'; color: #507299; }
.social-icons-menu li a[href*="/feed"]:before,
.social-icons-menu li a[href*="/feed/"]:before,
.social-icons-menu li a[href*="?feed=rss2"]:before,
.social-icons-menu li a[href*="feedburner.google.com"]:before,
.social-icons-menu li a[href*="feedburner.com"]:before { content: '\f413'; color: #ee802f; }

.social-icons-menu li a:hover:before {
	text-decoration: none;
	color: #222;
}

.social-icons-menu li a .screen-reader-text {
	display: none;
}

/*--------------------------------------------------------------
## Post Navigation Menu
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# 11.0 - Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 0.5em 0;
	color: #333;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.widget-header {
	margin: 0 0 0.7em 0;
	background: #eee;
}

.widget-title {
	display: inline-block;
	margin: 0;
	padding: 0.5em 1em;
	font-family: 'Hammersmith One', Tahoma, Arial;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
	background: #2B587A;
}

.widget ul {
	margin: 0;
	padding: 0 0.3em;
	list-style: circle inside;
}

.widget ul .children,
.widget ul .sub-menu {
	padding: 0;
	margin: 0.5em 0 0.5em 1em;
}

.widget-title a:link, 
.widget-title a:visited  {
	color: #fff;
}

.widget-title a:hover, 
.widget-title a:active  {
	text-decoration: underline;
}

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

/*--------------------------------------------------------------
## 11.1 - Default Widgets
--------------------------------------------------------------*/

/* Default Archive & Category Wigdets */
.widget_archive ul, 
.widget_categories ul {
	list-style: none;
}

.widget_archive ul li:before, 
.widget_categories ul li:before {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 18px 'Genericons';
	vertical-align: middle;
	color: #555;
	margin: 0 0.3em 0 0;
}

.widget_archive ul li:before {
	content: '\f307';
}

.widget_categories ul li:before {
	content: '\f301';
}

/* Default Recent Posts & Comments Wigdets */
.widget_recent_entries ul, 
.widget_recent_comments ul {
	list-style: none;
}

.widget_recent_entries ul li .post-date {
	color: #888;
	font-size: 12px;
	font-size: 0.75rem;
	font-style: italic;
}

.widget_recent_entries ul li:before, 
.widget_recent_comments ul li:before {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 16px 'Genericons';
	vertical-align: middle;
	color: #555;
	margin: 0 0.2em 0 0;
}

.widget_recent_entries ul li:before {
	content: '\f303';
}

.widget_recent_comments ul li:before {
	content: '\f300';
}

/* Default Meta & Pages Wigdets */
.widget_meta ul, 
.widget_pages ul, 
.widget_nav_menu ul {
	list-style: none;
}

.widget_meta ul li a:before, 
.widget_pages ul li a:before ,
.widget_nav_menu ul li a:before {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 18px 'Genericons';
	vertical-align: middle;
	padding:3px;
	color: #555;
	margin: 0 0.1em 0 0;
	content: '\f432';
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
}

/* Tagcloud Widget */
.widget_tag_cloud .tagcloud {
	font-size: 14px;
	font-size: 0.875rem;
}

.widget_tag_cloud .tagcloud:before,
.widget_tag_cloud .tagcloud:after {
	content: "";
	display: table;
}

.widget_tag_cloud .tagcloud:after {
	clear: both;
}

.widget_tag_cloud .tagcloud a {
	float: left;
	display: inline-block;
	margin: 0 2px 2px 0;
	padding: 0.3em 0.6em;
	text-decoration: none;
	font-size: 1.0em !important;
	border: 1px solid #2B587A;
}

.widget_tag_cloud .tagcloud a:link, 
.widget_tag_cloud .tagcloud a:visited {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.widget_tag_cloud .tagcloud a:hover, 
.widget_tag_cloud .tagcloud a:active {
	color: #fff;
	background-color: #2B587A;
}

/* Theme Search Widget */
.search-form {
	display: block;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.search-form .screen-reader-text {
	display: none;
}

.search-form .search-field {
	display: inline-block;
	margin: 0;
	width: 100%;
	padding: 0.5em 1.5em 0.5em 0.7em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
}

.search-form .search-submit {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	background: #2B587A;
	padding: 0.6em 0.6em 0 0;
	cursor: pointer;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.search-form .search-submit .genericon-search {
	display: inline-block;
	padding: 0.05em 0 0.55em 0.45em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 24px;
	line-height: 1;
	font-family: 'Genericons';
	text-decoration: inherit;
	font-weight: normal;
	font-style: normal;
	vertical-align: middle;
	color: #fff;
	content: '\f400';
}

.search-form .search-submit:hover {
	background: #444;
}


/*--------------------------------------------------------------
## 11.2 - Category Posts Widgets
--------------------------------------------------------------*/

.widget-category-posts {
	margin-bottom: -1.1em;
}

.widget-category-posts .widget-header .category-archive-link .category-archive-icon {
	float: right;
	display: inline-block;
	margin: 0;
	padding: 0.22em 0.4em;
	color: #2B587A;
}

.widget-category-posts .widget-header .category-archive-link .category-archive-icon:after {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1;
	font-size: 28px;
	font-family: 'Genericons';
	text-decoration: inherit;
	vertical-align: middle;
	content: '\f100';
	margin: 0;
}

.widget-category-posts .widget-header .category-archive-link .widget-title,
.widget-category-posts .widget-header .category-archive-link .category-archive-icon {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.widget-category-posts .widget-header .category-archive-link:hover .category-archive-icon {
	background: #ddd;
}

.widget-category-posts .widget-header .category-archive-link:hover .widget-title {
	background: #444;
}

.widget-category-posts .type-post {
	margin: 0 0 1.2em 0;
	padding: 0;
	border: none;
	background: none;
}

.widget-category-posts .type-post .wp-post-image {
	margin: 0;
	max-width: 100%;
}

.widget-category-posts .type-post .entry-meta .meta-author {
	margin-left: 0.8em;
}

.widget-category-posts .type-post .entry-meta span:before {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 16px 'Genericons';
	vertical-align: middle;
	color: #555;
}

.widget-category-posts .type-post .entry-meta .meta-date:before{
	content: '\f303';
}

.widget-category-posts .type-post .entry-meta .meta-author:before{
	content: '\f411';
}

.widget-category-posts .type-post .entry-content p {
	margin: 1em 0 0;
}

.widget-category-posts .type-post .more-link {
	margin: 1em 0 0;
}

.widget-category-posts .type-post .more-link:link, 
.widget-category-posts .type-post .more-link:visited  {
	color: #fff;
}

.widget-category-posts .large-post .entry-title {
	font-size: 24px;
	font-size: 1.5rem;
}

.widget-category-posts .large-post .wp-post-image {
	margin: 0 0 0.4em 0;
}

.widget-category-posts .medium-post {
	float: left;
	display: block;
	width: 33.33333333%;
	padding-right: 1.2em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.widget-category-posts .medium-post .wp-post-image {
	margin: 0 0 0.2em 0;
}

.widget-category-posts .medium-post .entry-title {
	font-size: 16px;
	font-size: 1rem;
	border-width: 2px;
}

.widget-category-posts .small-post {
	float: left;
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.widget-category-posts .small-post .wp-post-image {
	float: left;
	margin: 0 1em 0 0;
	max-width: 40%;
}

.widget-category-posts .small-post .entry-title {
	font-size: 15px;
	font-size: 0.9375rem;
	border-width: 2px;
}

.widget-category-posts .small-post .entry-meta {
	font-size: 12px;
	font-size: 0.75rem;
}

/* Category Posts Boxed Widget Horizontal Style */
.widget-category-posts-boxed .category-posts-boxed-horizontal .large-post .wp-post-image {
	float: left;	
	width: 50%;
	margin: 0;
	padding-right: 0.5em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.widget-category-posts-boxed .category-posts-boxed-horizontal .large-post .post-content {
	float: right;
	width: 50%;
	padding-left: 0.5em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.widget-category-posts-boxed .category-posts-boxed-horizontal .medium-posts {
	margin-right: -1em;
}

/* Category Posts Boxed Widget Vertical Style */
.widget-category-posts-boxed .category-posts-boxed-vertical .large-post {
	float: left;
	width: 50%;
	margin-bottom: 1em;
	padding-right: 0.5em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.widget-category-posts-boxed .category-posts-boxed-vertical .small-posts {
	width: 50%;
	margin-left: 50%;
	padding-left: 0.5em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Category Posts Grid Widget */
.widget-category-posts-grid .category-posts-grid-row {
	margin-right: -1.2em;
}

.widget-category-posts-grid .category-posts-grid-row .large-post {
	float: left;
	width: 50%;
	padding-right: 1.2em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Front Page Category Area Thre (two columns) */
.merlin_category_posts_columns {
	padding: 0;
}

.widget-category-posts-columns .category-posts-columns .category-posts-columns-content .category-posts-columns-post-list {
	float: left;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.widget-category-posts-columns .category-posts-columns .category-posts-columns-content {
	float: left;
	width: 100%;
}

.widget-category-posts-columns .category-posts-column-left {
	float: left;
	width: 50%;
	padding-right: 0.6em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.widget-category-posts-columns .category-posts-column-right {
	margin-left: 50%;
	width: 50%;
	padding-left: 0.6em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.widget-category-posts-columns .medium-post {
	width: 100%;
	padding-right: 0;
}

/*--------------------------------------------------------------
# 12.0 - Posts and pages
--------------------------------------------------------------*/
.type-post, 
.type-page, 
.type-attachment  {
	margin: 0 0 0.8em 0;
	max-width: 100%;
}

.page-title, 
.entry-title {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-size: 1.75rem;
	padding: 0 0 0.1em;
	margin: 0;
	color: #2B587A;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.page-title {
	color: #444;
	border-bottom: 3px solid #444;
}

.entry-title {
	border-bottom: 2px solid #2b587a;
}

.entry-title a:link, 
.entry-title a:visited {
	color: #bd362f;
	text-decoration: none;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.entry-title a:hover, 
.entry-title a:active{
	color: #222;
}

.type-post .wp-post-image {
	margin: 0 0 0.5em;
}

.type-post .post-thumbnail-small .wp-post-image {
	float: left;
	max-width: 40%;
	margin: -0.3em 1em 0.5em 0;
	padding: 5px;
	background:#EEEEEE;
	border: 1px solid #CCCCCC;
	border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%;
}

.type-post .post-thumbnail-small + .entry-header .entry-title {
	font-size: 20px;
	font-size: 1.25rem;
}

/* Page Links | wp_link_pages() */
.page-links {
	margin: 0;
	word-spacing: 1em;
	font-weight: bold;
}

/* Entry Meta */
.entry-meta {
	color: #777;
	font-size: 14px;
	font-size: 0.875rem;
	margin: 0.7em 0.2em 0;
}

/* Entry Tags */
.entry-tags {
	clear: both;
	margin: 0.5em 0 1.5em;
}

.entry-tags .meta-tags {
	display: block;
	margin: 0;
	font-size: 14px;
	font-size: 0.875rem;
}

.entry-tags .meta-tags a {
	float: left;
	display: inline-block;
	margin: 0 2px 2px 0;
	padding: 0.3em 0.6em;
	text-decoration: none;
	border: 1px solid #2B587A;
}

.entry-tags .meta-tags a:link, 
.entry-tags .meta-tags a:visited {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.entry-tags .meta-tags a:hover, 
.entry-tags .meta-tags a:active {
	color: #fff;
	background-color: #2B587A;
}

/* Entry Footer Meta */
.entry-footer-meta {
	margin: 0;
	padding: 0.5em 0.8em;
	color: #222;
	font-size: 14px;
	font-size: 0.875rem;
border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #4c8cbd;
    background: aliceblue;
	display: flow-root;
}

.entry-footer-meta span:before {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 20px 'Genericons';
	vertical-align: top;
	color: #333;
}

.entry-footer-meta .meta-comments {
	float: right;
}

.entry-footer-meta .meta-category:before{
	content: '\f301';
}

.entry-footer-meta .meta-comments:before{
	content: '\f300';
}

/* Post Navigation */
.post-navigation {
	margin-top: 1.5em;
}

.post-navigation .nav-links:before,
.post-navigation .nav-links:after {
	content: "";
	display: table;
}

.post-navigation .nav-links:after {
	clear: both;
}

.post-navigation .nav-links .nav-previous {
	float: left;
}

.post-navigation .nav-links .nav-next {
	float: right;
}

/* Read more Link */
.more-link {
	display: inline-block;
	margin: 0 0 1em;
	padding: 0.5em 0.8em;
	font-family: 'Hammersmith One', Tahoma, Arial;
	font-size: 14px;
	font-size: 0.875rem;
	color: #fff;
	background: #2B587A;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.more-link:link, 
.more-link:visited  {
	color: #fff;
}

.more-link:hover, 
.more-link:active {
	background: #444;
	text-decoration: none;
}


.my-site{
	padding: 5px;
	background: #E0E2E4;
		  border: 1px solid #E0E2E4;
}

.my-site:link, 
.my-site:visited  {
	color: #fff;
}

.my-site:hover {
-webkit-box-shadow: 0px 1px 10px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 1px 10px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 1px 10px 0px rgba(50, 50, 50, 0.75);
}

.my-site:active{
	padding: 5px;
	background: #CACBCD;
		  border: 1px solid #B8BABB;
}

/* Archives and Search Heading */
.page-header {
	margin: 0 0 0.5em 0;
	background: #eee;
}

.page-header .archive-title {
	display: inline-block;
	margin: 0;
	padding: 0.5em 1em;
	font-family: 'Hammersmith One', Tahoma, Arial;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
	background: #2B587A;
}

.entry-tags .meta-tags a {
	float: left;
	display: inline-block;
	margin: 0 2px 2px 0;
	padding: 0.3em 0.6em;
	text-decoration: none;
	border: 1px solid #2B587A;
}

.entry-tags .meta-tags a:link, 
.entry-tags .meta-tags a:visited {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.entry-tags .meta-tags a:hover, 
.entry-tags .meta-tags a:active {
	color: #fff;
	background-color: #2B587A;
}

/* Theme Pagination */
.post-pagination a,
.post-pagination .current {
	display: inline-block;
	margin: 0 2px 2px 0;
	padding: 0.4em 0.9em;
    text-align: center;
	text-decoration: none;
	border: 1px solid #2B587A;
}

.post-pagination a:link, 
.post-pagination a:visited {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.post-pagination a:hover,
.post-pagination .current {
	color: #fff;
	background-color: #2B587A;
}

/*--------------------------------------------------------------
# 11.0 - Comments
--------------------------------------------------------------*/

/* Comment Header */
.comments-header,
.comment-reply-title {
	margin: 0 0 1em 0;
	background: #eee;
}

.comments-header .comments-title,
.comment-reply-title span {
	display: inline-block;
	margin: 0;
	padding: 0.5em 1em;
	font-family: 'Hammersmith One', Tahoma, Arial;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
	background: #2B587A;
}

/* Comment List */
.comment-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.comment {
	padding: 0.2em 0;
	border-top: 1px solid #ccc;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.comment-meta {
	float: left;
	width: 100%;
	padding: 0 0 0.2em;
	border-bottom: 1px solid #eee;
}

.comment-meta .comment-author img {
	float: left;
	margin-right: 1em;
	border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%;
	border: 1px solid #CCCCCC;
}

.bypostauthor {
	display: block;
}

.comment-meta .comment-metadata {
	margin-top: 0.3em;
	font-size: 14px;
	font-size: 0.875rem;
}

.comment-meta .comment-metadata a {
	margin-right: 1em;
}

.comment-content {
	clear: left;
	padding: 0.1em 0 0;
}

.comment-content a {
	word-wrap: break-word;
}

.comment .reply {
	margin-bottom: 0.2em;
}

.comment ol.children {
	list-style: none;
}

/* Comment Pagination */
.comment-navigation {
	margin: 0 0 1.8em;
	color: #222;
	font-size: 14px;
	font-size: 0.875rem;
}

.comment-navigation a {
	display: inline-block;
	padding: 0.3em 0.6em;
	border: 1px solid #2B587A;
}

.comment-navigation a:link, 
.comment-navigation a:visited {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.comment-navigation a:hover, 
.comment-navigation a:active {
	color: #fff;
	background-color: #2B587A;
}

.comment-navigation .nav-previous {
	float: left;
}

.comment-navigation .nav-next {
	float: right;
}

/* Comment Form */
.comment-form {
	padding: 0 0.5em;
}
.comment-form label {
	display: inline-block;
	min-width: 100px;
	font-weight: bold;
}

.comment-form textarea {
	margin-top: 0.0em;
}

.comment-form .submit {
	padding: 0.5em 1em 0.4em 1em;
	margin: 0 0 10px 0;
}

.comment-reply-title small a {
	margin-left: 1em;
	text-decoration: underline;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: normal;
}

/*--------------------------------------------------------------
# 12.0 - Footer
--------------------------------------------------------------*/
.site-footer {
	border-top: 0px solid #eee;
	padding: 0.5em;
	font-size: 14px;
	font-size: 0.875rem;
}

/* Стиль блоку копірайта */
.footer-copyright{
width:100%;
text-align:center;
padding:7px;
border-top: 1px solid #E6DB55;
background: #2580E5;
margin-top:0em;
color:#FFF;
}

.site-footer .site-info {
	float: left;
}

/* Footer Navigation Menu */
.footer-navigation {
	float: right;
}

.footer-navigation-toggle {
	display: none;
}

.footer-navigation-menu {
	display: inline;
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
}

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

.footer-navigation-menu a {
	display: block;
	padding: 0.15em 1em;
	font-size: 13px;
	font-size: 0.8125rem;
	text-transform: uppercase;
}

/*--------------------------------------------------------------
# 13.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 {
	max-width: 100%;
}

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

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

.name_aftor {
padding: 5px;
    background: #f8f8f8;
    margin: 0 0 5px 0;
    display: flex;
    border-radius: 3px;
    color: #333;
	text-align: left;
}

/*--------------------------------------------------------------
# 14.0 - Media Queries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## 14.1 - Desktop Large ( < 1120px )
--------------------------------------------------------------*/
@media only screen and (max-width: 70em) {
	
	.top-navigation-menu a {
		font-size: 12px;
		font-size: 0.75rem;
	}

	.social-icons-menu li a:before {
		font-size: 21px;
	}
	
	.page-title,
	.entry-title {
		font-size: 26px;
		font-size: 1.625rem;
	}
	
	.type-post .post-thumbnail-small + .entry-header .entry-title,
	.widget-category-posts .large-post .entry-title 	{
		font-size: 22px;
		font-size: 1.375rem;
	}

	.widget-category-posts .medium-post .entry-title {
		font-size: 15px;
		font-size: 0.9375rem;
	}
	
	.widget-category-posts .small-post .entry-title {
		font-size: 14px;
		font-size: 0.875rem;
	}
	
	.widget-category-posts-boxed .category-posts-boxed-horizontal .large-post .more-link  {
		display: none;
	}
	
}

/*--------------------------------------------------------------
## 14.2 - Desktop Medium ( < 1040px )
--------------------------------------------------------------*/
@media only screen and (max-width: 65em) {
	
	.content-area {
		width: 74%;
	}

	.sidebar {
		width: 25%;
	}
	
	.type-post .post-thumbnail-small + .entry-header .entry-title,
	.widget-category-posts .large-post .entry-title 	{
		font-size: 20px;
		font-size: 1.25rem;
	}
	
	/* Magazine Homepage: Category Post Widgets Boxed */
	.widget-category-posts-boxed .category-posts-boxed-horizontal .large-post .wp-post-image {
		width: 55%;
	}

	.widget-category-posts-boxed .category-posts-boxed-horizontal .large-post .post-content {
		width: 45%;
	}
	
	.widget-category-posts-boxed .category-posts-boxed-horizontal .large-post .entry-meta .meta-author {
		display: none;
	}
	
		.block-footer{display:none;
	}
	
		.block-banner{display:none;
	}
	
		.header-copyright{display:none;
	}
	
		.yandex-partner-1{display:none;
	}
	
		.yandex-partner-2{display:none;
	}

}



/*--------------------------------------------------------------
## 14.3 - Desktop Small ( < 960px )
--------------------------------------------------------------*/
@media only screen and (max-width: 60em) {

	.header-main {
	background:	#162D3E;
	height: 200px;
	}
	
	.banner-header{
    padding: 10px;
	background: none;
	}
		
	.add-text{
	display:none;
	}
	
	.mpbile-none-960{display:none;
	}
	
	#topcontrol{display:none;
	}
	
	.site-branding {
		float: none;
		text-align: center;
		margin: 1em 0 0 0;
	}
	
	.header-widget {
		float: none;
		margin: 0em 0 0;
		text-align: center;
	}

	.site-content {
		padding: 0.7em;
	}

	.content-area {
		padding-right: 1.5em;
	}
	
	.header-bar-wrap {
		padding: 0;
	}
	
	.header-bar .social-icons-navigation {
		padding-right: 0.5em;
	}
	
	/*** Mobile Top Navigation ***/
	
	/* Reset */
	.top-navigation-menu li {
		float: none;
		position: static;
	}
	
	.top-navigation-menu ul {
		position: static;
		display: block;
	}
	
	.top-navigation-menu ul a {
		width: auto;
		float: none;
	}
	
	.top-navigation-menu li ul ul {
		margin-left: 0;
	}
	
	.top-navigation-menu li:hover ul ul, 
	.top-navigation-menu li:hover ul ul ul, 
	.top-navigation-menu li:hover ul ul ul ul,
	.top-navigation-menu li:hover ul, 
	.top-navigation-menu li li:hover ul, 
	.top-navigation-menu li li li:hover ul,
	.top-navigation-menu li li li li:hover ul {
		display: inline;
	}
	
	
	/* Top Navigation Toggle */
	#top-navigation-toggle-tablet {
		display: inline-block;
	}
	
	#top-navigation-toggle-phone {
		display: none;
	}
	
	.top-navigation-toggle {
		display: inline-block;
		padding: 0.8em 1.2em;
		background: none;
	}
	
	.top-navigation-toggle:hover,
	.top-navigation-toggle:active,
	.top-navigation-toggle:focus {
		cursor: pointer;
		background: none;
	}
	
	.top-navigation-toggle:after {
		float: left;
		display: inline-block;
		font-family: 'Genericons';
		font-size: 18px;
		font-weight: normal;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		text-decoration: inherit;
		vertical-align: middle;
		content: '\f419';
		color: #2B587A;
	}
	
	.top-navigation-toggle:hover:after {
		color: #333;
	}
	
	/* Top Navigation Menu */
	.top-navigation-menu {
		float: left;
		width: 100%;
		display: none;
		border-top: 2px solid #eee;
	}
	
	.top-navigation-menu a {
		display: block;
		clear: left;
		font-size: 13px;
		font-size: 0.8125rem;
		padding: 0.9em 1.2em;
	}

	.top-navigation-menu ul {
		width: 100%;
		border-width: 1px;
		border-left: none;
		border-right: none;
		padding-left: 1em;
	}
	
	.top-navigation-menu ul a {
		display: block;
		width: 100%;
	}
	
	.top-navigation-menu ul ul {
		border: none;
		padding-left: 2em;
	}
	
	/* Mobile Submenu Dropdowns */
	.top-navigation-menu .submenu-dropdown-toggle {
		float: right;
		display: block;
		margin: 0;
		padding: 0.5em 1.2em;
	}
	
	.top-navigation-menu .submenu-dropdown-toggle:hover {
		cursor: pointer;
	}
	
	.top-navigation-menu .submenu-dropdown-toggle:before {
		font-size: 24px;
		line-height: 1;
		font-family: 'Genericons';
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		text-decoration: inherit;
		vertical-align: middle;
		content: '\f431';
		color: #2B587A;
	}
	
	.top-navigation-menu .submenu-dropdown-toggle:hover:before {
		color: #333;
	}
	
	.top-navigation-menu .submenu-dropdown-toggle.active:before {
		content: '\f432';
	}
	
	.top-navigation-menu ul .submenu-dropdown-toggle {
		padding: 0.4em 1em;
	}
	
	/*** Mobile Main Navigation ***/
	
	/* Reset */
	.main-navigation-menu li {
		float: none;
		position: static;
	}
	
	.main-navigation-menu ul {
		position: static;
		display: block;
	}
	
	.main-navigation-menu ul a {
		width: auto;
		float: none;
	}
	
	.main-navigation-menu li ul ul {
		margin-left: 0;
	}
	
	.main-navigation-menu li:hover ul ul, 
	.main-navigation-menu li:hover ul ul ul, 
	.main-navigation-menu li:hover ul ul ul ul,
	.main-navigation-menu li:hover ul, 
	.main-navigation-menu li li:hover ul, 
	.main-navigation-menu li li li:hover ul,
	.main-navigation-menu li li li li:hover ul {
		display: inline;
	}
	
	
	/* Main Navigation Toggle */
	.main-navigation-toggle {
		float: left;
		display: inline-block;
		padding: 0.8em 1.2em;
		background: #444;
	}
	
	.main-navigation-toggle:hover,
	.main-navigation-toggle:active {
		cursor: pointer;
		background: #2B587A;
	}
	
	.main-navigation-toggle:after {
		float: left;
		display: inline-block;
		font-size: 24px;
		line-height: 1;
		font-family: 'Genericons';
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		text-decoration: inherit;
		vertical-align: middle;
		content: '\f419';
		color: #fff;
	}
	
	/* Main Navigation Menu */
	.main-navigation-menu {
		float: left;
		width: 100%;
		display: none;
		border-top: 1px solid #fff;
	}
	
	.main-navigation-menu a {
		display: block;
		clear: left;
	}

	.main-navigation-menu ul {
		width: 100%;
	}
	
	.main-navigation-menu ul a {
		display: block;
		width: 100%;
	}
	
	.main-navigation-menu a:hover,
	.main-navigation-menu li.current-menu-item a {
		background: none;
		text-decoration: underline;
	}
	
	/* Mobile Submenu Dropdowns */
	.main-navigation-menu .submenu-dropdown-toggle {
		float: right;
		display: block;
		margin: 0;
		padding: 0.6em 1.2em;
	}
	
	.main-navigation-menu .submenu-dropdown-toggle:hover {
		cursor: pointer;
	}
	
	.main-navigation-menu .submenu-dropdown-toggle:before {
		font-size: 24px;
		line-height: 1;
		font-family: 'Genericons';
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		text-decoration: inherit;
		vertical-align: middle;
		content: '\f431';
		color: #fff;
	}
	
	.main-navigation-menu .submenu-dropdown-toggle:hover:before {
		color: #aaa;
	}
	
	.main-navigation-menu .submenu-dropdown-toggle.active:before {
		content: '\f432';
	}
	
	.main-navigation-menu ul .submenu-dropdown-toggle:before {
		font-size: 20px;
	}
	
}

/*--------------------------------------------------------------
## 14.4 - Tablet Large ( < 880px )
--------------------------------------------------------------*/
@media only screen and (max-width: 55em) {
	
	.site-content {
		position: relative;
		padding: 0;
	}
	
	.mpbile-none-880{display:none;
	}
	
	.content-area, 
	.fullwidth .content-area {
		float: none;
		width: 100%;
		padding: 1.5em;
	}
	
	.sidebar {
		float: none;
		display: none;
		position: absolute;
		top: 0;
		right: 0;
		padding: 1.8em;
		background: #fff;
		box-shadow: 0 0 5px #aaa;
		width: 80%;
		height: 100%;
		overflow: auto;
		z-index: 200;
	}
	
	/* Sidebar Toggle */
	.sidebar-navigation-toggle {
		float: right;
		display: inline-block;
		padding: 0.8em 1.2em;
		background: #444;
	}
	
	.sidebar-navigation-toggle:hover,
	.sidebar-navigation-toggle:active {
		cursor: pointer;
		background: #2B587A;
	}
	
	.sidebar-navigation-toggle:after {
		float: left;
		display: inline-block;
		font-size: 24px;
		line-height: 1;
		font-family: 'Genericons';
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		text-decoration: inherit;
		vertical-align: middle;
		content: '\f510';
		color: #fff;
	}
	
	/* Magazine Homepage: Category Post Widgets Boxed */
	.widget-category-posts-boxed .category-posts-boxed-horizontal .large-post .wp-post-image {
		width: 50%;
	}

	.widget-category-posts-boxed .category-posts-boxed-horizontal .large-post .post-content {
		width: 50%;
	}
	
	.widget-category-posts-boxed .category-posts-boxed-horizontal .large-post .more-link,
	.widget-category-posts-boxed .category-posts-boxed-horizontal .large-post .entry-meta .meta-author {
		display: inline-block;
	}
	
	.obz {
 width: 100%;
 height: auto; 
 margin: 10px 0 0 0;
  text-align: left;
  padding:0 10px 0 10px;
	}
	
	.obz:hover {
background-color:#EEEEEE;}
	
	#related_posts_box {
 width: 100%;  
	}
	
}

/*--------------------------------------------------------------
## 14.5 - Tablet Medium ( < 800px )
--------------------------------------------------------------*/
@media only screen and (max-width: 50em) {
	
	/*** Mobile Footer Navigation ***/
	
	.site-footer {
		padding: 0;
	}
	
	.mpbile-none-800{display:none;
	}
	
	.site-footer .site-info {
		padding: 0.9em 1.5em;
	}
	
	.footer-navigation {
		display: block;
		width: 100%;

	}
	
	/* Footer Navigation Toggle */
	.footer-navigation-toggle {
		float: right;
		display: inline-block;
		background: none;
		padding: 0.9em 1.5em;
		margin-top: -3.2em;
	}
	
	.footer-navigation-toggle:hover,
	.footer-navigation-toggle:active,
	.footer-navigation-toggle:focus {
		cursor: pointer;
		background: none;
	}
	
	.footer-navigation-toggle:after {
		float: left;
		display: inline-block;
		font-family: 'Genericons';
		font-size: 18px;
		font-weight: normal;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		text-decoration: inherit;
		vertical-align: middle;
		content: '\f419';
		color: #2B587A;
	}
	
	.footer-navigation-toggle:hover:after {
		color: #333;
	}
	
	/* Footer Navigation Menu */
	.footer-navigation-menu {
		float: left;
		width: 100%;
		display: none;
		border-top: 2px solid #eee;
	}
	
	.footer-navigation-menu a {
		font-size: 13px;
		font-size: 0.8125rem;
		padding: 0.9em;
	}
	
	
	/* Magazine Homepage: Category Post Widgets */
	.widget-category-posts-boxed .category-posts-boxed-horizontal .large-post .more-link,
	.widget-category-posts-boxed .category-posts-boxed-horizontal .large-post .entry-meta .meta-author {
		display: none;
	}
	
}

/*--------------------------------------------------------------
## 14.6 - Tablet Small ( < 720px )
--------------------------------------------------------------*/
@media only screen and (max-width: 45em) {
	
	.type-post .post-thumbnail-small .wp-post-image {
	float: none;
    margin: 0 1em 0 0;
    padding: 5px;
    background: #EEEEEE;
    border: 1px solid #CCCCCC;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
	}
	
	.mpbile-none-720{display:none;
	}
	
	.type-post .post-thumbnail-small + .entry-header .entry-title	{
		font-size: 26px;
		font-size: 1.625rem;
	}
	
	.name_aftor {
	padding: 5px 5px 5px 15px;
	margin:0px;
	}
	
}

/*--------------------------------------------------------------
## 14.7 - Mobile Extra Large ( < 640px )
--------------------------------------------------------------*/
@media only screen and (max-width: 40em) {
	
	.page-title,
	.entry-title,
	.type-post .post-thumbnail-small + .entry-header .entry-title	{
		font-size: 24px;
		font-size: 1.5rem;
	}
	
	.mpbile-none-640{display:none;
	}
	
	/* Magazine Homepage: Category Post Widgets */
	.widget-category-posts-grid .category-posts-grid-row {
		margin-right: 0;
	}
	
	.widget-category-posts-grid .medium-post-row {
		margin-right: -1.2em;
	}
	
	.widget-category-posts-grid .category-posts-grid-row .large-post,
	.widget-category-posts-boxed .category-posts-boxed-horizontal .large-post .wp-post-image,
	.widget-category-posts-boxed .category-posts-boxed-vertical .large-post,
	.widget-category-posts-columns .category-posts-column-left {
		float: none;
		width: 100%;
		padding: 0;
	}

	.widget-category-posts-boxed .category-posts-boxed-vertical .small-posts,
	.widget-category-posts-columns .category-posts-column-right {
		width: 100%;
		padding-top: 0.5em;
		margin-left: 0;
		padding-left: 0;
	}
	
	.widget-category-posts .large-post .wp-post-image {
		float: left;
		margin: 0 1.5em 0 0;
		max-width: 50%;
	}
	
	.widget-category-posts-boxed .category-posts-boxed-horizontal .large-post .post-content {
		float: right;
		width: 50%;
		padding-left: 1.5em;
	}
	
	.widget-category-posts-grid .category-posts-grid-row .large-post {
		clear: left;
	}
	
	.widget-category-posts-grid .category-posts-grid-row .large-post .wp-post-image {
		margin-bottom: 1em;
	}

	.widget-category-posts .large-post .entry-content {
		display: none;
	}

	.widget-category-posts .large-post .entry-meta .meta-author,
	.widget-category-posts-boxed .category-posts-boxed-horizontal .large-post .entry-meta .meta-author {
		display: block;
		margin: 0;
	}
	
}

/*--------------------------------------------------------------
## 14.8 - Mobile Large ( < 560px )
--------------------------------------------------------------*/
@media only screen and (max-width: 35em) {

	.widget-category-posts-grid .medium-post-row {
		margin-right: 0;
	}
	
	.mpbile-none-560{display:none;
	}
	
	.widget-category-posts .medium-post {
		float: none;
		width: 100%;
		padding-right: 0;
	}
	
	.widget-category-posts .medium-post .wp-post-image {
		float: left;
		margin: 0 1.2em 0 0;
		max-width: 40%;
	}
	
	.widget-category-posts .medium-post .entry-title {
		font-size: 16px;
		font-size: 1rem;
	}
	
	.widget-category-posts .large-post .entry-title {
		font-size: 18px;
		font-size: 1.125rem;
	}
	
}

/*--------------------------------------------------------------
## 14.9 - Mobile Medium ( < 480px )
--------------------------------------------------------------*/
@media only screen and (max-width: 30em) {
	
	.content-area, 
	.fullwidth .content-area {
		padding: 1.2em;
	}
	
	.mpbile-none-480{display:none;
	}
	
	.main-navigation-toggle:after,
	.sidebar-navigation-toggle:after {
		font-size: 22px;
	}
	
	.page-title,
	.entry-title,
	.type-post .post-thumbnail-small + .entry-header .entry-title	{
		font-size: 22px;
		font-size: 1.375rem;
	}
	
	.alignright, .alignleft {
		float: none;
		margin: 1em 0;
	}
	
	.entry-footer-meta .meta-comments {
		display: block;
		float: none;
	}

	/* Mobile Main Navigation */
	#top-navigation-toggle-tablet {
		display: none;
	}
	#top-navigation-toggle-phone {
		display: inline-block;
	}
	
	/* Social Menu Dropdown */
	.social-icons-navigation-toggle {
		float: right;
		display: inline-block;
		padding: 0.8em 1.2em;
		background: none;
	}
	
	.social-icons-navigation-toggle:hover,
	.social-icons-navigation-toggle:active,
	.social-icons-navigation-toggle:focus {
		cursor: pointer;
		background: none;
	}
	
	.social-icons-navigation-toggle:after {
		float: left;
		display: inline-block;
		font-family: 'Genericons';
		font-size: 18px;
		font-weight: normal;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		text-decoration: inherit;
		vertical-align: middle;
		content: '\f510';
		color: #2B587A;
	}
	
	.social-icons-navigation-toggle:hover:after {
		color: #333;
	}
	
	.header-bar .social-icons-navigation {
		display: none;
		border-top: 2px solid #eee;
		width: 100%;
	}
	
	.header-bar .social-icons-menu {
		float: right;
		width: 100%;
	}
	
	/* Magazine Homepage: Category Post Widgets */
	.widget-category-posts .medium-post .wp-post-image,
	.widget-category-posts .small-post .wp-post-image {
		max-width: 30%;
	}
	
	.widget-category-posts .medium-post .entry-title {
		font-size: 14px;
		font-size: 0.875rem;
	}
	
	.widget-category-posts .large-post .wp-post-image,
	.widget-category-posts-grid .category-posts-grid-row .large-post .wp-post-image {
		float: none;
		margin: 0 0 0.2em 0;
		max-width: 100%;
	}
	
	.widget-category-posts-boxed .category-posts-boxed-horizontal .large-post .post-content {
		float: none;
		width: 100%;
		padding: 0;
	}
	
	.widget-category-posts .large-post .entry-title {
		font-size: 20px;
		font-size: 1.25rem;
	}
	
	.widget-category-posts .large-post .entry-content,
	.widget-category-posts .large-post .entry-content .more-link {
		display: inline-block;
	}

	.widget-category-posts .large-post .entry-meta .meta-author,
	.widget-category-posts-boxed .category-posts-boxed-horizontal .large-post .entry-meta .meta-author {
		display: inline-block;
		margin-left: 0.8em;
	}
	
	.line_block-wreper	{
			display: none;
		}
	
}

/*--------------------------------------------------------------
## 14.10 - Mobile Small ( < 320px )
--------------------------------------------------------------*/
@media only screen and (max-width: 20em) {
	
	.header-main {
		padding: 1em 1.2em;
	}
	
	.mpbile-none-320{display:none;
	}
	
	.site-branding .site-title {
		font-size: 28px;
		font-size: 1.75rem;
	}
	
	.page-title,
	.entry-title,
	.type-post .post-thumbnail-small + .entry-header .entry-title {
		font-size: 20px;
		font-size: 1.25rem;
	}
	
	.entry-meta span, .postinfo span {
		display: block;
	}
	
}


/*--------------------------------------------------------------
# 15.0 - Theme Option Styles
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## 15.1 - Sidebar Left Layout
--------------------------------------------------------------*/
.sidebar-left .content-area {
	float: right;
	padding-right: 0;
	padding-left: 0.6em;
}
	
.sidebar-left .sidebar {
	float: left;
}

@media only screen and (max-width: 55em) {
	
	.sidebar-left .content-area {
		float: none;
		width: 100%;
		padding: 0.7em;
	}
	
	.sidebar-left .sidebar {
		float: none;
		left: 0;
		right: auto;
		width: 80%;
	}
	
	h1 {
    font-size: 20px;
    font-size: 1.2rem;
	}
	
}

/*--------------------------------------------------------------
## 15.2 - Sticky Navigation
--------------------------------------------------------------*/
@media only screen and (min-width: 60em) {
	.sticky-navigation .sticky-nav-menu {
		position: fixed;
		z-index: 100;
		top: 0;
		width: 100%;
		max-width: 998px;
		border-bottom: 2px solid #fff;
		-webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.5);
-moz-box-shadow:    0px 1px 5px 0px rgba(50, 50, 50, 0.5);
box-shadow:         0px 1px 5px 0px rgba(50, 50, 50, 0.5);
	}

	.sticky-navigation.admin-bar .sticky-nav-menu {
		top: 32px;
	}
}

/*--------------------------------------------------------------
# 16.0 - Media Query Fixes
--------------------------------------------------------------*/

/* Ensure navigation is visible on desktop view */
@media only screen and (min-width: 60em) {
	
	.main-navigation-menu, .top-navigation-menu {
		display: block !important;
	}
	
	.main-navigation-menu li.menu-item:hover a {
		background: #2B587A;
	}
	
}

/* Ensure sidebar is visible on desktop view */
@media only screen and (min-width: 55em) {
	
	.sidebar {
		display: block;
		width: 26%;
		position: static;
	}
	
}

@media only screen and (min-width: 65em) {
	
	.sidebar {
		width: 25.4%;
	}
	
}

/* Ensure .footer-navigation-menu is visible on desktop view */
@media only screen and (min-width: 50em) {
	
	.footer-navigation-menu {
		display: block !important;
	}
	
}

/* Ensure social icons are visible on desktop view */
@media only screen and (min-width: 30em) {
	
	.header-bar .social-icons-navigation {
		display: block !important;
	}
	
}













/*--------------------------------------------------------------
# Мої стилі
--------------------------------------------------------------*/
.related-post{
	color:#FFF;
	background-color:#2B587A;
	padding:8px;
	text-transform: uppercase;
}

.load-more(
	text-transform: uppercase;
		color:#FF00AE;
)


/* Стилі віджета коментаторів*/
.top-comment {
width: 290px;
margin: 0 0 -10px -10px;
}
 
.top-comment .commentator {
float: left;
width: 72px;
margin: 0 0 10px 6px;
}
 
.top-comment .avatar-top img {
width: 60px;
height: 60px;
background: #f4f4f4;
margin: 0 0 3px;
}
 
.top-comment .avatar-comment {
margin: 0 0 5px;
font: normal 12px Arial, sans-serif;
color: #0779b3;
}
.top-comment .avatar-comment a { color: #117eb6; }
.top-comment .avatar-comment a:hover { text-decoration: underline; color: #fe7506; }

.grey {
padding: 0 0 0 30px;
background: url(images/topcomm.jpg) no-repeat center center;
color: #858585;

}/* Кінець. Стилі віджета коментаторів*/

.block-footer{
border-bottom: 7px solid #247CE1;
}

.block-banner{
border-bottom: 0px solid #247CE1;
}

.views{margin-left: 14px;
font-size: 12px;
background: url("images/see.png") no-repeat scroll left center transparent;
padding: 0px 0px 0px 23px; color:#777777;}

.yandex-partner-1{
width:100%; margin: 7px 0 0 0; background-color: #FFF; border-bottom: 1px dashed #C2C4C6; border-top: 1px dashed #C2C4C6;
}

.yandex-partner-2{
width:100%; margin: 0px; background-color: #FFF; border-bottom: 3px dashed #C2C4C6; border-top: 1px dashed #C2C4C6;
}

	.wpuf_customs {
margin: 5px; padding:35px 10px 10px 10px; border-bottom: 1px dashed #C2C4C6; border-top: 1px dashed #C2C4C6;
background:	#FFF url("images/avtor.png") no-repeat left top;
	}

	.wpuf_customs li {
font-size:0.9rem;
color:#3B3B3B;
	}
	
	.wpuf_customs li a {
font-size:1rem;
border-bottom: 0px solid #244965;
color:#0274A9;
margin: 0px 0 0 0 ;
background:	url("images/download.png") no-repeat left center;
padding: 4px 10px 4px 35px;
font-weight:bold;
	}

		.wpuf_customs li a:hover {
color:#3B3B3B;
border-bottom: 0px solid #244965;
	}
	
#post_content_ifr{
width: 100%; height: 500px; display: block;
}

.miniature{
	padding: 5px;
	background:#EEEEEE;
	border: 1px solid #CCCCCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

}

.content-singl{
background: #fff url("images/anotaciya.jpg") no-repeat ;
    border: 0px solid #CCD3DA;  /* рамка */
    border-radius: 8px;  /* закругление углов */
    padding: 30px 0 0 0;  /* Внутренние отступы */ 
	
}



/* Стилі блоків банера для магазина */
#banner-shop-responsive{
margin:0 auto;
font-weight: bold;
color: #ffffff;
font-size: 1.4rem;
border: 2px solid #2B587A;
background: #4c8cbd;
-webkit-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 2px 3px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 2px 3px 0px rgba(50, 50, 50, 0.75);
}

.banner-row{
	width: 100%;
}
.banner-half, .banner-full{
float: left;
position: relative;
padding: 0.5rem;
width:100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;		
border: 0px solid #000;
}
.clearfix:after {
	content: "";
	display: table;	
	clear: both;
}
/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) {
	.banner-half{
		width: 50%;
	}
}

/* Стилі блока загаловка публікації та фото автора*/
#content-responsive{
max-width:100%;
margin:0 auto;
width:100%;
border: 0px solid #E0E2E4; 
}
.content-row{
	width: 100%;
}
.content-half, .content-full{
float: left;
position: relative;
padding: 0.5rem;
width:100%;
}
.clearfix:after {
	content: "";
	display: table;	
	clear: both;
}
/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) {
	.content-half{
		width: 50%;
	}
}

/**Стилі блока соціальних кнопок "поділитись"**/
#share-responsive{
max-width:100%;
margin:0 auto;
width:100%;
	border-top: 1px solid #C3CBD4;
	border-bottom: 1px solid #C3CBD4;
	background: #EEEEEE;
}
.share-row{
	width: 100%;
}
.share-half{
float: left;
position: relative;
width:100%;
}
.clearfix:after {
	content: "";
	display: table;	
	clear: both;
}
/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) {
	.share-half{
		width: 50%;
	}
}

#share {
	width:100%;
	text-align:center;
	margin:10px 0;
}

.push {
	display: inline-block;
	width: 200px;
	line-height: 30px;
	margin: 10px 10px;
	text-align: center;
	color:#fff;
	cursor: pointer;
	font-size: 1rem;
		-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.facebook {background-color:#3b5998;}
.facebook:hover {background-color:#2d4373;color:#fff;text-decoration: none;}

.google {background-color:#dd4b39;}
.google:hover {background-color:#c23321;color:#fff;text-decoration: none;}

.pinterest {background-color:#bd081c;}
.pinterest:hover {background-color:#881f12;color:#fff;text-decoration: none;}

.viber {background-color:#665cac;}
.viber:hover {background-color:#881f12;color:#fff;text-decoration: none;}

.twitter {background-color:#55acee;}
.twitter:hover {background-color:#2795e9;color:#fff;text-decoration: none;}

.vkontakte {background-color:#587ea3;}
.vkontakte:hover {background-color:#466482;color:#fff;text-decoration: none;}

.ok {background-color:#ee8208;}
.ok:hover {background-color: #a05f20; color:#fff;text-decoration: none;}
/* Стили для оформления кнопок поделиться */

/**Стилі блока посилання на соц групи**/
.soc-page {
	display: inline-block;
	width: 100%;
	min-width: 100px;
	line-height: 35px;
	margin: 5px 4px 5px 0px;
	font-size: 16px;
	text-align: center;
	color:#fff;
	cursor: pointer;
}
 
.fac {background-color:#237EE5; border-bottom: 5px solid #2d4373;}
.fac:hover {background-color:#2B587A; color:#fff;}
.goog {background-color:#dd4b39; border-bottom: 5px solid #c23321;}
.goog:hover {background-color:#c23321; color:#fff;}
.twit {background-color:#55acee; border-bottom: 5px solid #2795e9;}
.twit:hover {background-color:#2795e9; color:#fff;}
.vk {background-color:#587ea3; border-bottom: 5px solid #466482;}
.vk:hover {background-color:#466482;}
.od {background-color:#ee8208; border-bottom: 5px solid #DE7600;}
.od:hover {background-color:#DE7600; color:#fff;}
/**Кінець. Стилі блока соціальних кнопок "поділитись"**/

/**Стилі рейтинга публікації**/
.vote-block {
  overflow: hidden;
  margin: 0 10px 0 0;
  padding-bottom: 20px;
  float: left;
  vertical-align: middle;
  position: relative;
}
.vote-block .rating-info {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 12px;
}
.vote-block span.rating-text {
font-size: 14px;
display: block;
float: left;
margin-left: 5px;
margin-top:5px
}
.vote-block .rating {
  list-style: none;
  margin: 0 10px 0 0;
  padding: 0;
  height: 15px;
  float: left;
  vertical-align: middle;
  background: none !important;
}
.vote-block .rating:hover li {
  background-image: url("ratings/star.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .vote-block .rating:hover li {
    background-image: url("ratings/star.png");
    background-size: 16px 45px !important;
  }
}
.vote-block .rating li {
 display: block;
width: 29px;
height: 27px;
float: right;
text-indent: -9999px;
cursor: pointer;
margin-bottom: 0px !important;
}
.vote-block .rating li:hover,
.vote-block .rating li:hover ~ li {
  background-position: 0 -27px;
}
.vote-block.disabled .rating li.current {
  display: block;
  z-index: 10;
}
.vote-block .rating li.active,
.vote-block .rating li.active ~ li {
  background-position: 0 -45px;
}
.vote-block li.current {
  display: none;
}
.vote-block ol.show-current {
position: relative;
padding: 0px !important;
margin: 3px 0px 0px 0px !important;
}
.vote-block ol.show-current li {
  cursor: default;
  z-index: 2;
  position: relative;
}
.vote-block ol.show-current li.current {
  position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
z-index: 1;
background-position: 0 0;
background-repeat: repeat-x;
background-image: url("ratings/star.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .vote-block ol.show-current li.current {
    background-image: url("ratings/star.png");
    background-size: 16px 45px !important;
  }
}
.vote-block ol.show-current li.current span {
  display: block;
  height: 27px;
  width: 0;
  background: inherit;
  background-position: 0 -54px;
}
/**Кінець. Стилі рейтинга публікації**/


/* ------------- Контейнер с адаптивными блоками------------- */
.masonry {
    margin: 0em 0;
    padding: 0;
    column-gap: 0.2em; /* Общее расстояние между колонками */
    -moz-column-gap: 0.2em; /* Расстояние между колонками для Firefox */
    -webkit-column-gap: 0.2em; /* Расстояние между колонками  для Safari, Chrome и iOS */
	font-size:1em;
	}

/* Элементы в виде плиток с содержанием */
.item {
    display: inline-block;
    background: #fff;
    padding: 0em;
    margin: 0em;
    width: 100%;
    box-sizing: border-box; /* Изменения алгоритма расчета ширины и высоты элемента.*/
    -moz-box-sizing: border-box; /* Для Firefox */ 
    -webkit-box-sizing: border-box; /* Для Safari, Chrome, iOS иAndroid */ 
border: 0px solid #9F1D35;
	}

/* Стили картинок, видое и фреймов внутри адаптивных плиток */
.masonry img   {
max-width: 90%;
height: auto;
display: block;
margin: 0 auto;
}

/* Стили ссылок внутри плиток */
.item a {
text-decoration: none;
color: #359CC6;
margin: 0px 5px;
padding:5px 0 10px 0;
}

/* Стили ссылок при наведении */
.item a:hover {
color: #E88F00;    
border-bottom: 1px solid #D6D6D6;
}

.my-block {
 box-shadow: #F5F5F5 0px 2px 3px, #F5F5F5 0 0 3px inset; 
 list-style: none; 
 margin: 0px;
 text-align: center;  
 overflow: hidden; 
 border: #D6D6D6 solid 1px;
 border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
 background:#FFF;
 display: block;
}

.my-block:hover {
background-color:#EEEEEE;	
text-decoration: underline !important}


.my-block-img {
	padding: 5px;
	background:#FFFFFF;
	border: 2px solid #EEEEEE;
	border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%;
}

/* Медиа-запросы для различных размеров адаптивного макета */
@media only screen and (min-width: 200px) {
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }

@media only screen and (min-width: 700px) {
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media only screen and (min-width: 900px) {
    .masonry {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }
}

}
/* ------------- Кінець. Контейнер с адаптивными блоками------------- */

/* Кнопка "Редагувати"*/
.post-edit-link {
margin: 0px;
text-decoration: none;
cursor: pointer;
color: #FFFFFF;
font-size: 1.1rem;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background:	#2B587A url("images/edit.png") no-repeat;	
background-position: 5px 50%;
	padding: 1px 6px 1px 28px;
	text-transform:uppercase;
	float:right;
}

.post-edit-link:link, 
.post-edit-link:visited  {
color: #FFFFFF;
}

.post-edit-link:hover,
.post-edit-link:active {
color: #FFFFFF;
background:	#383838 url("images/edit.png") no-repeat;
background-position: 5px 50%;
}

/**Кнопка для прикріплення файлів**/ 
input[type="file"] {
-moz-border-radius-topleft: 3px;
-webkit-border-top-left-radius: 3px;
 border-top-left-radius: 3px;
-moz-border-radius-bottomleft: 3px;
-webkit-border-bottom-left-radius: 3px;
border-bottom-left-radius: 3px; 
	position: relative; 
	-webkit-appearance: none;
		background:#FFFFFF;
	width: 100%;	padding:0px;border: none;cursor: pointer;	}

input[type=file]::-webkit-file-upload-button {
width: 0; padding: 5px 0; margin: 0px;-webkit-appearance: none; border: none;}	

input[type="file"]:after {
-moz-border-radius-topright: 3px;
-webkit-border-top-right-radius: 3px;
border-top-right-radius: 3px;
-moz-border-radius-bottomright: 3px;
-webkit-border-bottom-right-radius: 3px;
border-bottom-right-radius: 3px;
	content: 'Вибрати файл';
	margin:0px;
	display: inline-block; left: 100%; position: relative;
	background:#A69466;
	color:#FFF;
	padding: 2px 5px; border: solid 1px #94845B !important;
}

input, select {
	margin:0; padding:0; outline:none;	
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	box-sizing:border-box;}

select, div.styled{  
width:12em; border: solid 1px #CCCCCC; padding:0.3em;}

/* Приховування пунктів: Стать, Публікація № */
ul.wpuf_customs li:nth-child(5),
ul.wpuf_customs li:nth-child(6) {
	display: none!important;
}

/**Кнопка с бликом**/ 
.preview-block__btn {
    max-width: 350px;
    margin-top: 35px;
}
 
.custom-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 70%;
    height: 40px;
    padding-top: 2px;
    border: none;
    border: 2px solid #FFFFFF;
    position: relative;
    font-size: 17px;
    font-weight: bold;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    overflow: hidden;
    background: #EEE;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
	margin:auto;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.custom-btn:after {
    content: "";
    display: block;
    width: 30px;
    height: 300px;
    margin-left: 60px;
    background: #fff;
    background: -moz-linear-gradient(top, rgba(255,255,255,0.7) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0.7) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.7) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.7) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.7) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#b3ffffff',GradientType=0 );
    position: absolute;
    left: -40px;
    top: -150px;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
 
@-webkit-keyframes slideme {
    0% { left: -30px; margin-left: 0px; }
    30% { left: 110%; margin-left: 80px; }
    100% { left: 110%; margin-left: 80px; } 
}/**Кінець. Кнопка с бликом**/ 


.presentation-post{
text-align:center;
font-size: 18px;
font-weight: bold;
color: #ffffff;
padding:7px 0;
background: #D24625;
margin-top: 10px;
}

.file-post{
text-align:center;
font-size: 18px;
font-weight: bold;
color: #ffffff;
padding:7px 0;
background: #2B579A;
margin-top: 10px;
}

/**Стилы google поиска**/ 
		.gsc-results .gsc-cursor-box .gsc-cursor-page {
		border:2px solid #397776!important;
		background:#ecf6f6!important;
		color:#232323!important;
		padding:2px 8px!important;
		text-decoration:none!important;
		font:bold 13px "Century Gothic",CenturyGothic,AppleGothic,sans-serif!important;
		transition:background .25s ease-in-out,color .25s ease-in-out;
		text-shadow:none!important
		}
		.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
		border:2px solid #397776!important;
		background:#397776!important;
		color:#fff!important;
		padding:2px 8px!important;
		display:inline-block!important;
		width:30px!important;
		font-size:16px!important;
		font-family:"Century Gothic",CenturyGothic,AppleGothic,sans-serif!important;
		cursor:pointer!important
		}
		.gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
		background:#397776!important;
		color:#fff!important
		}
		.gsc-adBlock{display: none!important;}



.single-img img{
padding: 5px;
    background: #EEEEEE;
    border: 1px solid #CCCCCC;
    border-radius: 20%;
    -moz-border-radius: 20%;
    -webkit-border-radius: 20%;
}

.Related_Posts_block{
background: #eeeeee;
    padding: 0px 0px 1px 0px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.Related_Posts_h{
text-align: center;
    padding: 7px;
    background: #2b587a;
    color: white;
    font-size: 1rem;
    text-transform: uppercase;	
}

.Related_Posts{
border: 1px solid #CCCCCC;
    display: flow-root;
margin: 10px 10px 10px 10px;
    background: white;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
padding: 10px;	
}

.Related_Posts img{
display: inline;
    float: left;
    margin-right: 0.8em;
	    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.name_aftor::before {
    font-family: 'FontAwesome';
    content: "\f02d";
    margin-right: 5px;
}

/* ---Банер Додати публікацію--- */
.baner-sertificat{
padding: 5px;
border: 1px solid #D5DEE8;
background: #EEEEEE;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

a.button13 {
  display: inline-block;
  width: 100%;
  font-size: 90%;
  color: rgba(255,255,255,.9);
  text-shadow: #2e7ebd 0 1px 2px;
  text-decoration: none;
  text-align: center;
  line-height: 1.1;
  white-space: pre-line;
  padding: .7em 0;
  margin-top:5px;
  outline: none;
  background: #60a3d8 linear-gradient(#89bbe2, #60a3d8 50%, #378bce);

-moz-border-radius-bottomright: 3px;
-webkit-border-bottom-right-radius: 3px;
border-bottom-right-radius: 3px;
-moz-border-radius-bottomleft: 3px;
-webkit-border-bottom-left-radius: 3px;
border-bottom-left-radius: 3px;
}
a.button13:first-line{
  font-size: 150%;
  font-weight: 700;
}
a.button13:hover {
  color: rgb(255,255,255);
  background-image: linear-gradient(#9dc7e7, #74afdd 50%, #378bce);
}
a.button13:active {
  color: rgb(255,255,255);
  border-color: #2970a9;
  background-image: linear-gradient(#5796c8, #6aa2ce);
  box-shadow: none;
}
/* ---Кінець. Банер Додати публікацію--- */