/*!
Theme Name: arteda
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: LICENSE
Text Domain: arteda
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

arteda is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
	--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
 	line-height: 1.15; /* 1 */
 	-webkit-text-size-adjust: 100%; /* 2 */
 }

/* Sections
========================================================================== */

/**
 * Remove the margin in all browsers.
 */

 body {
 	margin: 0;
 }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

 hr {
 	box-sizing: content-box; /* 1 */
 	height: 0; /* 1 */
 	overflow: visible; /* 2 */
 }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

 pre {
 	font-family: monospace, monospace; /* 1 */
 	font-size: 1em; /* 2 */
 }

/* Text-level semantics
========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

 a {
 	background-color: transparent;
 }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

 abbr[title] {
 	border-bottom: none; /* 1 */
 	text-decoration: underline; /* 2 */
 	text-decoration: underline dotted; /* 2 */
 }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

 b,
 strong {
 	font-weight: bolder;
 }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

 code,
 kbd,
 samp {
 	font-family: monospace, monospace; /* 1 */
 	font-size: 1em; /* 2 */
 }

/**
 * Add the correct font size in all browsers.
 */

 small {
 	font-size: 80%;
 }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

 sub {
 	bottom: -0.25em;
 }

 sup {
 	top: -0.5em;
 }

/* Embedded content
========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

 img {
 	border-style: none;
 }

/* Forms
========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

 button,
 input,
 optgroup,
 select,
 textarea {
 	font-family: inherit; /* 1 */
 	font-size: 100%; /* 1 */
 	line-height: 1.15; /* 1 */
 	margin: 0; /* 2 */
 }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

 button,
 input { /* 1 */
 	overflow: visible;
 }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

 button,
 select { /* 1 */
 	text-transform: none;
 }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

 button::-moz-focus-inner,
 [type="button"]::-moz-focus-inner,
 [type="reset"]::-moz-focus-inner,
 [type="submit"]::-moz-focus-inner {
 	border-style: none;
 	padding: 0;
 }

/**
 * Restore the focus styles unset by the previous rule.
 */

 button:-moz-focusring,
 [type="button"]:-moz-focusring,
 [type="reset"]:-moz-focusring,
 [type="submit"]:-moz-focusring {
 	outline: 1px dotted ButtonText;
 }

/**
 * Correct the padding in Firefox.
 */

 fieldset {
 	padding: 0.35em 0.75em 0.625em;
 }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

 legend {
 	box-sizing: border-box; /* 1 */
 	color: inherit; /* 2 */
 	display: table; /* 1 */
 	max-width: 100%; /* 1 */
 	padding: 0; /* 3 */
 	white-space: normal; /* 1 */
 }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

 progress {
 	vertical-align: baseline;
 }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

 textarea {
 	overflow: auto;
 }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

 [type="checkbox"],
 [type="radio"] {
 	box-sizing: border-box; /* 1 */
 	padding: 0; /* 2 */
 }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

 [type="search"] {
 	-webkit-appearance: textfield; /* 1 */
 	outline-offset: -2px; /* 2 */
 }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

 [type="search"]::-webkit-search-decoration {
 	-webkit-appearance: none;
 }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

 ::-webkit-file-upload-button {
 	-webkit-appearance: button; /* 1 */
 	font: inherit; /* 2 */
 }

/* Interactive
========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

 details {
 	display: block;
 }

/*
 * Add the correct display in all browsers.
 */

 summary {
 	display: list-item;
 }

/* Misc
========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

 template {
 	display: none;
 }

/**
 * Add the correct display in IE 10.
 */

 [hidden] {
 	display: none;
 }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	margin: 10px 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%;
}

/*--------------------------------------------------------------
# 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 https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	font-family: 'Trebuchet MS', sans-serif;
	margin: 0;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
}

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

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #246193;
}

/*a:visited {
	color: purple;
}*/

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

a:focus {
	outline: thin dotted;
}

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

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

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

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

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

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

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

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

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

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

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

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



/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 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;
}

/*--------------------------------------------------------------
# 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;
	table-layout: fixed;
}

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages



/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

#masthead{
	margin-top: 10px;
}

.minusMargin{
	margin-left: -15px;
	margin-right: -15px;
}

.site-content{
	background: #f9f9f9;
	border-radius: 3px 3px 0 0;
}

.main-navigation {
	background-color: #f9f9f9;
	background-image: -moz-linear-gradient(top, #f9f9f9, #d7e7fc);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9), to(#d7e7fc));
	background-image: -webkit-linear-gradient(top, #f9f9f9, #d7e7fc);
	background-image: -o-linear-gradient(top, #f9f9f9, #d7e7fc);
	background-image: linear-gradient(to bottom, #f9f9f9, #d7e7fc);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#ffd7e7fc', GradientType=0);
	border: 1px solid #d7e7fc;
	padding: 5px 10px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	border-radius: 4px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#primary-menu a{
	padding: 10px 10px 6px;
    text-decoration: none;
    color: #000;
    font-size: 14px;
    border-bottom: 4px solid transparent;
}

#primary-menu a:hover{
	border-color: #8b9dc3;
}


.hentry {
    margin: 10px 0 28px 0;
    border-bottom: 1px solid #e1e1e1;
}

.entry-meta-top {
    margin-top: 5px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.entry-meta {
    clear: both;
    font-size: 12px;
    padding: 4px 0;
    width: 100%;
}

.meta-comment, .entry-date, .by-author, .entry-category, .entry-tag {
    margin-right: 3px;
}

.entry-meta-top a {
    color: #555;
}

.entry-meta a {
    text-decoration: none;
}

.entry-title {
    font-family: 'Courier New', monospace;
}

.entry-title {
    border-bottom: 1px solid #d7e7fc;
}
.entry-title {
    font-size: 24px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    border-bottom: 2px solid #dedeff;
    word-wrap: break-word;
}

.entry-title a {
    color: #0a3c7e;
    text-decoration: none;
}

.entry-title a:hover {
    color: #1168dd;
    border-bottom: 2px solid transparent;
}

.entry-meta {
    clear: both;
    font-size: 12px;
    padding: 4px 0;
}

.entry-meta.entry-meta-middle{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}

.hentry .entry-content p:last-child{
}
.hentry a.more-link{
	text-decoration: none;
	display: inline-block;
	border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
    padding: 2px 10px;
    font-size: 11.9px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    border: 1px solid #bbbbbb;
    color: #333333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
}
.hentry a.more-link:hover{
    color: #333333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}

.meta-tag-prep {
    width: 20px;
    margin: 0 4px -4px 0;
    background-position: 0 -26px;
    text-indent: -9999px;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    height: 16px;
    background-image: url(images/icons.png);
    background-repeat: no-repeat;
}

.meta-comment-prep{
    text-indent: -9999px;
    display: inline-block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 16px;
    height: 16px;
    background: url(images/icons.png) no-repeat 0 0;
}

.widget:first-child{
	margin-top: 10px;
}

.widget{
	padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #d7e7fc;
    background: #d7e7fc;
    background-image: -moz-linear-gradient(top, #f9f9f9, #d7e7fc);
    background-image: -webkit-linear-gradient(top, #f9f9f9, #d7e7fc);
    background-image: -o-linear-gradient(top, #f9f9f9, #d7e7fc);
    background-image: linear-gradient(to bottom, #f9f9f9, #d7e7fc);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#ffd7e7fc', GradientType=0);
    -moz-box-shadow: 2px 2px 2px #666;
    -webkit-box-shadow: 2px 2px 2px #666;
    box-shadow: 2px 2px 2px #666;
    margin-bottom: 20px;
}

.widget .widget-title {
    font-family: 'Courier New', monospace;
    font-weight: bold;
    line-height: 20px;
    color: inherit;
    text-rendering: optimizelegibility;
    font-size: 17.5px;
    padding: 4px 0px 12px 0px;
    border-bottom: 1px solid #eaeafc;
    margin: 0;
}

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

.widget_recent_comments ul li {
    padding: 5px;
    border-bottom: 1px solid #efefFF;
}

.widget_recent_comments ul li:hover {
    background-color: #eee;
}

.widget a{
	text-decoration: none;
}

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

.widget_meta ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.widget_meta a:before {
    background: none;
    text-indent: 0px;
    font-family: "FontAwesome";
    content: "\f101";
    margin: 0 8px -4px 4px;
}

.widget_meta a {
	padding: 5px;
	display: block;
	text-decoration: none;
	position: relative;
    border-bottom: 1px solid #c4dbfb;
}
.widget_meta li:hover{
	background-color: #eee;
}


nav#nav-below {
    overflow: hidden;
    padding: 8px 0;
}

.pagination {
    margin: 20px 0;
    text-align: center;
}

.pagination ul {
	list-style: none;
	padding: 0;
    display: inline-block;
    margin-left: 0;
    margin-bottom: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination ul > li > .current {
    padding: 4px 12px;
    line-height: 19px;
    font-weight: bold;
    background-color: #dedeff;
    border: 1px solid #dddddd;
    border-left-width: 0;
    cursor: default;
}

.pagination ul>li>a, .pagination ul>li>span {
    float: left;
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-left-width: 0;
}

.pagination ul>li {
    display: inline;
}

nav#nav-below  a {
    font-weight: bold;
    line-height: 19px;
}

.pagination ul>li:first-child>a, 
.pagination ul>li:first-child>span {
    border-left-width: 1px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
}

.pagination ul > li > span {
    line-height: 19px;
}

.icon-chevron-left,
.icon-chevron-right{
	font-style: normal;
}
.icon-chevron-right:before {
    content: "\f054";
    font-family: FontAwesome;
}

.icon-chevron-left:before {
    content: "\f053";
    font-family: FontAwesome;
}

.page-title, 
.tag-archive-meta p, 
.archive-description p {
    font-size: 18px;
    color: #666;
    margin: 0;
    letter-spacing: 0.16px;
    text-transform: uppercase;
}

.hide {
    display: none;
}

.page-header {
    padding-bottom: 9px;
    margin: 20px 0 30px;
    border-bottom: 1px solid #eeeeee;
}

#footer > .container{
    background: #f9f9f9;
    border-radius: 0 0 3px 3px;
    border-top: 1px solid #e1e1e1;
    padding-top: 5px;
    padding-bottom: 5px;
}

#footer{
    margin-bottom: 16px;
    font-size: 12px;
}

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

.footer-menu ul li {
    border-right: 1px solid #999;
}

.footer-menu ul li ul, .footer-menu ul li {
    display: inline;
}

.footer-menu ul li a {
    padding: 2px 8px;
    line-height: 12px;
    font-size: 12px;
    text-decoration: none;
}

.footer-menu ul li a:hover{
	text-decoration: underline;
}

.footer-menu ul li:last-child {
    border-right: none;
}

#site-info, #site-generator {
    margin-top: 4px;
}

#site-generator {
    font-style: italic;
    text-align: right;
    color: #999;
}

#site-info a, #site-generator a {
    text-decoration: none;
}

.footer-menu {
    margin-top: 8px;
}

.recent-posts-extended ul{
	padding: 0;
	list-style: none;
	margin: 0;
}
.recent-posts-extended h3{
	    font-size: 16px;
    line-height: 20px;
    border-bottom: none;
    margin-bottom: 5px;
}
.recent-posts-extended .rpwe-summary{
	overflow-wrap: normal;  /* не поддерживает IE, Firefox; является копией word-wrap */ 
	word-wrap: normal;
	word-break: break-all;  /* не поддерживает Opera12.14, значение keep-all не поддерживается IE, Chrome */ 
	line-break: loose;  /* нет поддержки для русского языка */ 
	-webkit-hyphens: none; 
	-ms-hyphens: none; 
	hyphens: none; 
}

.socBlock {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    margin-top: 5px;
}

.socBlock a .wpel-icon{
	display: none;
}
.socBlock a{
	margin-left: 5px;
	opacity: 1;
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(images/icons.png);
	display: inline-block;
}

.socBlock a:hover{
	opacity: 0.5;
}

.socBlock a.facebook{
	background-position: 0 0;
}
.socBlock a.twitter{
	background-position: -26px 0px;
}
.socBlock a.linkin{
	background-position: -52px 0px;
}
.socBlock a.gplus{
	background-position: -78px 0px;
}

.relpost-thumb-wrapper{
	margin-top: 50px;
}

.relpost-thumb-wrapper h3{
	font-size: 24.5px;
	margin-top: 0;
	margin-bottom: 15px;
}

#related_posts_thumbnails {
    display: flex;
    flex-wrap: wrap;
}

#related_posts_thumbnails li{
	width: 20%;
}

#related_posts_thumbnails .relpost-post-image{
/*	max-width: 100px;
	width: 100%;
	height: auto;*/
}



/* =Comments */
#content .comment-navigation .nav-next a,
#content .comment-navigation .nav-previous a {
	background: none;
	border-radius: 0;
	color: #7d7d7d;
    font-size: 11px;
    margin: 16px 0;
    padding: 0;
    text-align: left;
    text-shadow: none;
}
#content .comment-navigation .nav-next a:hover,
#content .comment-navigation .nav-previous a:hover {
	color: #c0c0c0;
}
.comments-title,
#respond h3#reply-title {
	border-bottom: 1px solid #e3e3e3;
	font-weight: 600;
	font-size: 14px;
	margin: 0;
	padding: 5px 0;
	text-transform: uppercase;
}
#respond h4#reply-title {
	border: none;
}
#respond {
	background: #e3effc;
	margin: 10px 0 10px;
	padding: 10px 20px;
}

.commentlist,
.children {
	list-style: none;
	margin: 0;
}
.children {
	margin: 0 0 0 3%;
}
.full-width .children {
	margin: 0 0 0 2%;
}
.commentlist li.comment,
.commentlist li.pingback {
	border-bottom: 1px solid #e3d3d3;
}
.commentlist .children li {
	border: none;
}
article.comment,
li.pingback {
	overflow: hidden;
	padding: 10px 0;
    position: relative;
}
.children article.comment,
.children li.pingback {
	padding-top: 16px;
}
.comment-author {
	margin: 0;
	position: relative;
}
.comment-author cite {
	font-style: normal;
	font-weight: bold;
}
.comment-author .avatar {
    border: 1px solid #ccc;
    padding: 3px;
    position: absolute;
    right: 0;
   	top: 0;
}

.bypostauthor > article .comment-author .avatar {

}
.comment-meta {
	color: #7d7d7d;
	font-size: 12px;
	font-weight: 300;
	margin: 0 0 24px;
    padding: 0;
}
.comment-meta a {
	color: #7d7d7d;
}
.comment-content {
	margin: 0;
	position: relative;
}
.comment-content p {
	font-size: 13px;
	padding-bottom: 12px;
}
a.comment-reply-link {
	background-color: #7bb4ec;
	background: -webkit-gradient(linear, left top, left bottom, from(#7bb4ec), to(#468cd4));
	background: -moz-linear-gradient(top, #7bb4ec, #468cd4);
	background: linear-gradient(#7bb4ec, #468cd4);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7bb4ec, endColorstr=#468cd4);
	border-radius: 5px;
	color: #eee;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    margin: 0;
    opacity: 0.6;
    padding: 0 14px;
    text-align: center;
    text-shadow: 1px 1px #3e79b9;
}
a.comment-reply-link:hover {
	opacity: 1;
}
#cancel-comment-reply-link {
	background: #c1bec5;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    float: right;
    font-size: 12px;
    margin-left: 24px;
    padding: 4px 14px;
    text-align: right;
}
#cancel-comment-reply-link:hover {
	opacity: 0.8;
}
#content .comment-navigation {
	margin: 16px 0 0;
}

span.says {
	display: none;
}
.nopassword,
.nocomments,
.logged-in-as,
#respond .comment-notes {
	color: #7d7d7d;
	font-size: 12px;
	font-style: italic;
}

/* Comments Form */
#commentform {
	position: relative;
}
#respond label {
	display: inline-block;
	font-size: 11px;
	font-weight: 600;
	margin: 8px 8px;
}
#respond .comment-form-author input[type="text"], 
#respond .comment-form-email input[type="text"] {
	margin-left: 20px;
}
#respond .comment-form-url input[type="text"] {
	margin-left: 16px;
}

.noteclassic {
    background-color: #EEF;
    background-image: url(images/note.png);
}


.noteclassic, .noteimportant, .notewarning, .notetip, .notehelp {
    width: 80%;
    margin-top: 2em;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px 10px;
    -moz-border-radius: 10px 10px;
    -webkit-border-radius: 10px 10px;
    padding: 15px 20px 15px 80px;
    margin: 0px 0px 0px 0px;
    -webkit-box-shadow: 2px 2px 3px #999;
    -moz-box-shadow: 2px 2px 3px #999;
    min-height: 40px;
    height: auto !important;
    height: 40px;
    overflow: visible;
    position: relative;
    bottom: 6px;
    right: 6px;
    border: 1px solid #999999;
    background-position: 20px 50%;
    background-repeat: no-repeat;
    text-align: justify;
}


.icon-bar {
    display: block;
    width: 18px;
    height: 2px;
    background-color: #f5f5f5;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.navbar .btn-navbar {
    float: right;
    padding: 10px 12px;
    margin-left: 5px;
    margin-right: 5px;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #ededed;
    background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
    background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
    background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
    background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
    border-color: #e5e5e5 #e5e5e5 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #e5e5e5;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
}

.menu-toggle .icon-bar + .icon-bar {
    margin-top: 3px;
}

#searchsubmit, .widget_search label {
    display: none;
}


#searchform .search-query {
    background: url(images/search.png) no-repeat 0px center;
    padding-left: 24px;
    -webkit-border-radius: 10px;
    -webkit-transition-duration: 400ms;
    -webkit-transition-property: width, background;
    -webkit-transition-timing-function: ease;
    -moz-transition-duration: 400ms;
    -moz-transition-property: width, background;
    -moz-transition-timing-function: ease;
    -o-transition-duration: 400ms;
    -o-transition-property: width, background;
    -o-transition-timing-function: ease;
    width: 90px;
    margin-bottom: 8px;
}

#searchform .search-query:focus {
    width: 160px;
}

#searchform{
	float: right;
	margin-top: 5px;
}


#yiw-featured-post{
	margin: 0;
	padding: 0;
}

#yiw-featured-post .featured-title a {
    font-size: 17.5px;
}

.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
}

.back-to-top a {
    color: #891818;
    padding: 10px;
    background: #D0CACA;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
}

.back-to-top a:hover {
    background: #c1c1c1;
}

.wpcf7{
	background: #e3effc;
    margin: 10px 0 10px !important;
    padding: 10px 20px !important;
}

.wpcf7 textarea,
.wpcf7 input[type='email'],
.wpcf7 input[type='text']{
	width: 100%;
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
	padding: 3px;
	margin-bottom: 15px;
}

@media screen and (max-width: 768px){
	
	#primary-menu{

	}

	#primary-menu li{
		float: none;
	}

	#primary-menu a{
	float: none;
    padding: 10px;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #c4c4c4;
	}

	.main-navigation #primary-menu {
		margin-top: 0px;
	}

	#searchform{
		float: none;
		display: none;
	}

	.main-navigation.navbar.toggled #searchform{
		display: block;
		margin-top: 15px;
	}

	#menuWrapper {
	    padding-top: 35px;
	}

	#searchform .search-query{
		width: 100%;
	}

	#searchform .search-query:focus {
 		width: 100%;
	}

	footer .col-6{
		-ms-flex: 0 0 100%;
    	flex: 0 0 100%;
    	max-width: 100%;
	}

	footer .socBlock{
		margin-top: 15px;
	}
}