/*!
Theme Name: Father\'s club
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fathers-club
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.

Father\'s club is based on Underscores https://underscores.me/, (C) 2012-2020 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:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | 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;
	-webkit-text-size-adjust: 100%;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * 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;
	height: 0;
	overflow: visible;
}

/**
 * 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;
	font-size: 1em;
}

/* 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;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * 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;
	font-size: 1em;
}

/**
 * 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;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	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;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * 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;
	padding: 0;
}

/**
 * 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;
	outline-offset: -2px;
}

/**
 * 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;
	font: inherit;
}

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

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

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

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

p {
	margin-bottom: 1.5em;
}

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

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	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;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */

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

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

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

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.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%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	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 {
	display: block;
	left: auto;
}

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

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

.main-navigation li {
	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: flex;
	}
}

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

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

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

.bypostauthor {
	display: block;
}

/* 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 logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

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

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

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

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
/********************************************************************************************************************************************************************************************/
/********************************************************************************************************************************************************************************************/
/********************************************************************************************************************************************************************************************/
/********************************************************************************************************************************************************************************************/
/********************************************************************************************************************************************************************************************/
/********************************************************************************************************************************************************************************************/
html {
 font-size:100%;
 -webkit-text-size-adjust:100%;
 -ms-text-size-adjust:100%
}
button,
html,
input,
select,
textarea {
 font-family:sans-serif
}
body {
 margin:0
}
a:focus {
 outline:thin dotted
}
a:active,
a:hover {
 outline:0
}
h1,
h2,
h3,
h4,
h5,
h6 {
 margin:0;
 padding:0
}
abbr[title] {
 border-bottom:1px dotted
}
b,
strong {
 font-weight:700
}
dfn {
 font-style:italic
}
mark {
 background:#ff0;
 color:#000
}
p,
pre {
 margin:0 0 25px
}
code,
kbd,
pre,
samp {
 font-size:1em
}
pre {
 white-space:pre;
 white-space:pre-wrap;
 word-wrap:break-word
}
q {
 quotes:none
}
q:after,
q:before {
 content:'';
 content:none
}
small {
 font-size:80%
}
sub,
sup {
 font-size:75%;
 line-height:0;
 position:relative;
 vertical-align:baseline
}
sup {
 top:-.5em
}
sub {
 bottom:-.25em
}
dl,
menu,
ol,
ul {
 margin:0;
 padding:0
}
dd {
 margin:0
}
menu,
ol,
ul {
 margin:0;
 padding:0
}
nav ol,
nav ul {
 list-style:none;
 list-style-image:none
}
img {
 border:0;
 -ms-interpolation-mode:bicubic
}
svg:not(:root) {
 overflow:hidden
}
figure {
 margin:0
}
form {
 margin:0
}
fieldset {
 border:1px solid silver;
 margin:0 2px;
 padding:.35em .625em .75em
}
legend {
 border:0;
 padding:0;
 white-space:normal;
 *margin-left:-7px
}
button,
input,
select,
textarea {
 font-size:100%;
 margin:0;
 vertical-align:baseline;
 *vertical-align:middle
}
button,
input {
 line-height:normal
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
 -webkit-appearance:button;
 cursor:pointer;
 *overflow:visible
}
button[disabled],
input[disabled] {
 cursor:default
}
input[type=checkbox],
input[type=radio] {
 box-sizing:border-box;
 padding:0;
 *height:13px;
 *width:13px
}
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
}
button::-moz-focus-inner,
input::-moz-focus-inner {
 border:0;
 padding:0
}
textarea {
 overflow:auto;
 vertical-align:top
}
table {
 border-collapse:collapse;
 border-spacing:0
}
button,
html,
input,
select,
textarea {
 color:#222
}
::selection {
 background:#b3d4fc;
 text-shadow:none
}
hr {
 display:block;
 height:1px;
 border:0;
 border-top:1px solid #ccc;
 margin:1em 0;
 padding:0
}
img {
 vertical-align:middle
}
fieldset {
 border:0;
 margin:0;
 padding:0
}
textarea {
 resize:vertical
}
:focus,
a,
a:active,
a:focus {
 outline:0;
 _noFocusLine:expression(this.hideFocus=true)
}
html {
 box-sizing:border-box
}
*,
:after,
:before {
 box-sizing:inherit
}
::-webkit-input-placeholder {
 color:#999
}
:-moz-placeholder {
 color:#999
}
::-moz-placeholder {
 color:#999
}
:-ms-input-placeholder {
 color:#999
}


body {
	color:#3f3f3f;
	font:18px/30px 'Merriweather', serif;
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;
	font-weight:300;
	position:relative
}
h1, h2, h3, h4, h5, h6 {
	color: #1c1e1c;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 900;
	margin: 20px 0;
}
/********************************************************************************************************************************************************************************************/
/********************************************************************************************************************************************************************************************/
/********************************************************************************************************************************************************************************************/
.backend-data{
	display:none !important;
}

.flex{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
}
.justify-content-between{
	justify-content:space-between;
	-webkit-justify-content:space-between;
	-ms-justify-content:space-between;
	-moz-justify-content:space-between;
}
.justify-content-around{
	justify-content:space-around;
	-webkit-justify-content:space-around;
	-ms-justify-content:space-around;
	-moz-justify-content:space-around;
}
.justify-content-center{
	justify-content:center;
	-webkit-justify-content:center;
	-ms-justify-content:center;
	-moz-justify-content:center;
}
.justify-content-end{
	justify-content:flex-end;
	-webkit-justify-content:flex-end;
	-ms-justify-content:flex-end;
	-moz-justify-content:flex-end;
}
.align-items-center{
	align-items: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
}
.align-items-stretch{
	align-items: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
}

.site-container{
	max-width: 1000px;
	margin: 0 auto;
}

@font-face {
	font-family:fontello;
	src: url('data:application/octet-stream;base64,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') format('woff'),
	url('data:application/octet-stream;base64,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IDyKOCMhWS2wPyywABawFyNCILAKQyAuRyNHI2EgYLAgYGawAmIgsABQWLBAYFlmsAFjIyAgPIo4LbBALCMgLkawAiVGsBdDWFAbUllYIDxZLrEwARQrLbBBLCMgLkawAiVGsBdDWFIbUFlYIDxZLrEwARQrLbBCLCMgLkawAiVGsBdDWFAbUllYIDxZIyAuRrACJUawF0NYUhtQWVggPFkusTABFCstsEMssDorIyAuRrACJUawF0NYUBtSWVggPFkusTABFCstsEQssDsriiAgPLAGI0KKOCMgLkawAiVGsBdDWFAbUllYIDxZLrEwARQrsAZDLrAwKy2wRSywABawBCWwBCYgICBGI0dhsAwjQi5HI0cjYbALQysjIDwgLiM4sTABFCstsEYssQoEJUKwABawBCWwBCUgLkcjRyNhILAGI0KxDABCsAtDKyCwYFBYILBAUVizBCAFIBuzBCYFGllCQiMgR7AGQ7ACYiCwAFBYsEBgWWawAWNgILABKyCKimEgsARDYGQjsAVDYWRQWLAEQ2EbsAVDYFmwAyWwAmIgsABQWLBAYFlmsAFjYbACJUZhOCMgPCM4GyEgIEYjR7ABKyNhOCFZsTABFCstsEcssQA6Ky6xMAEUKy2wSCyxADsrISMgIDywBiNCIzixMAEUK7AGQy6wMCstsEkssAAVIEewACNCsgABARUUEy6wNiotsEossAAVIEewACNCsgABARUUEy6wNiotsEsssQABFBOwNyotsEwssDkqLbBNLLAAFkUjIC4gRoojYTixMAEUKy2wTiywCiNCsE0rLbBPLLIAAEYrLbBQLLIAAUYrLbBRLLIBAEYrLbBSLLIBAUYrLbBTLLIAAEcrLbBULLIAAUcrLbBVLLIBAEcrLbBWLLIBAUcrLbBXLLMAAABDKy2wWCyzAAEAQystsFksswEAAEMrLbBaLLMBAQBDKy2wWyyzAAABQystsFwsswABAUMrLbBdLLMBAAFDKy2wXiyzAQEBQystsF8ssgAARSstsGAssgABRSstsGEssgEARSstsGIssgEBRSstsGMssgAASCstsGQssgABSCstsGUssgEASCstsGYssgEBSCstsGcsswAAAEQrLbBoLLMAAQBEKy2waSyzAQAARCstsGosswEBAEQrLbBrLLMAAAFEKy2wbCyzAAEBRCstsG0sswEAAUQrLbBuLLMBAQFEKy2wbyyxADwrLrEwARQrLbBwLLEAPCuwQCstsHEssQA8K7BBKy2wciywABaxADwrsEIrLbBzLLEBPCuwQCstsHQssQE8K7BBKy2wdSywABaxATwrsEIrLbB2LLEAPSsusTABFCstsHcssQA9K7BAKy2weCyxAD0rsEErLbB5LLEAPSuwQistsHossQE9K7BAKy2weyyxAT0rsEErLbB8LLEBPSuwQistsH0ssQA+Ky6xMAEUKy2wfiyxAD4rsEArLbB/LLEAPiuwQSstsIAssQA+K7BCKy2wgSyxAT4rsEArLbCCLLEBPiuwQSstsIMssQE+K7BCKy2whCyxAD8rLrEwARQrLbCFLLEAPyuwQCstsIYssQA/K7BBKy2whyyxAD8rsEIrLbCILLEBPyuwQCstsIkssQE/K7BBKy2wiiyxAT8rsEIrLbCLLLILAANFUFiwBhuyBAIDRVgjIRshWVlCK7AIZbADJFB4sQUBFUVYMFktAEu4AMhSWLEBAY5ZsAG5CAAIAGNwsQAHQrEAACqxAAdCsQAKKrEAB0KxAAoqsQAHQrkAAAALKrEAB0K5AAAACyq5AAMAAESxJAGIUViwQIhYuQADAGREsSgBiFFYuAgAiFi5AAMAAERZG7EnAYhRWLoIgAABBECIY1RYuQADAABEWVlZWVmxAA4quAH/hbAEjbECAESzBWQGAERE') format('truetype');
}
[class*=" icon-"]:before,
[class^=icon-]:before {
	font-family:fontello;
	font-style:normal;
	font-weight:400;
	speak:none;
	display:inline-block;
	text-decoration:inherit;
	width:1em;
	margin-right:.2em;
	text-align:center;
	font-variant:normal;
	text-transform:none;
	line-height:1em;
	margin-left:.2em;
	font-size: 24px;
}
.icon-search:before { content: '\e800'; }
.icon-mail:before { content: '\e801'; }
.icon-twitter:before { content: '\e802'; }
.icon-pinterest-circled:before { content: '\f0d2'; }
.icon-youtube-play:before { content: '\f16a'; }
.icon-instagram:before { content: '\f16d'; }
.icon-telegram:before { content: '\f2c6'; }
.icon-facebook-squared:before { content: '\f308'; }

@media screen and (max-width: 1000px) {
	.site-container{
		padding: 0 15px;
	}
}
@media screen and (max-width: 600px) {
	.alignleft,
	.alignright{
		float: none;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 1.5em;
	}
	
	.gallery-columns-2,
	.gallery-columns-3,
	.gallery-columns-4,
	.gallery-columns-5,
	.gallery-columns-6,
	.gallery-columns-7,
	.gallery-columns-8,
	.gallery-columns-9{
		grid-template-columns: repeat(1, 1fr);
	}
	#wpadminbar {
		position: fixed;
	}
}
/********************************************************************************************************************************************************************************************/
/* Header */
#masthead {
	margin-bottom: 20px;
}
#masthead ul{
	list-style: none;
}
#masthead ul li{
	display: inline-block;
}
.header-logo,
.header-logo-mobile{
	max-width: 150px;
	margin-right: 20px;
}
.header-logo img,
.header-logo-mobile img{
	max-width: 100%;
	max-height: 50px;
}
.header-logo-mobile{
	display:none;
}
.header-row-1{
	background: #fff;
	padding: 5px 15px;
	margin: 10px 0;
	position: relative;
	box-shadow: 0 0 3px #ccc;
}
.header-search-form {
	position: absolute;
	z-index: 10;
	width: 100%;
	display: none;
	background: #fff;
	left: 0;
	top: 5px;
	padding: 0 15px;
}
.header-search-form.active{
	display:block;
}
.header-row-1-content{
	position: relative;
	z-index: 5;
}
.top-menu li{
	margin-right: 15px;
}
.top-menu li a,
.lang-switcher li a{
	font-size: 12px;
	font-weight: 400;
	letter-spacing: .09em;
	color: #424242;
	text-decoration: none;
}
.lang-switcher li.current-lang a,
.top-menu li a:hover,
.lang-switcher li a:hover{
	color: #c8c8e4;
}
.lang-switcher{
	margin-right: 10px;
}
.lang-switcher li a{
	font-size: 16px;
}
.site-header-social-list a{
	display:block;
	margin: 0 0 0 10px;
	color: #424242;
}
.site-header-social-list .lang-switcher a{
	margin: 0;
}
.site-header-social-list a:hover {
	color: #c8c8e4;
}
.site-header-social-list [class*=" icon-"]:before,
.site-header-social-list [class^=icon-]:before {
	font-size: 16px;
}
.site-header-social-list a.header-search-toggle{
	margin-left: 25px;
}

.header-row-2{
	background: #c8c8e4;
	padding: 5px 15px;
}
.main-menu li{
	margin-right: 15px;
}
.main-menu li a{
	font-size: 16px;
	font-weight: bold;
	color: #424242;
	text-decoration: none;
}
.main-menu li a:hover {
	color: #fff;
}

.header-menu-burger{
	display: none;
	width: 40px;
	height: 40px;
	background: url('images/menu-burger.png');
	background-size: cover;
	cursor: pointer;
}

.search-page-header .searchform-button,
.header-search-form .searchform-button{
	padding: 0;
	width: 30px;
	height: 30px;
	background: none;
	border: none;
	border-left: 1px solid #aaa;
	border-radius: 0;
	padding-left: 5px;
}
.search-page-header .searchform-input,
.header-search-form .searchform-input{
	width:calc(100% - 30px);
	border: none;
	padding: 0;
	line-height: 32px;
	font-size: 25px;
}
.search-page-header [class*=" icon-"]::before,
.header-search-form [class*=" icon-"]::before,
.header-search-form [class^="icon-"]::before {
	font-size: 18px;
}

.header-row-2.changed {
	position: fixed;
	width: 100%;
	max-width: 1000px;
	z-index: 9999;
	top: 0;
}
#masthead.changed {
	margin-bottom: 80px;
}
.admin-bar .header-row-2.changed {
	top: 32px;
}
.admin-bar #masthead.changed {
	margin-bottom: 112px;
}

@media screen and (max-width: 768px) {
	#masthead {
		position: fixed;
		width: 100vw;
		top:0;
		z-index:9999;
	}
	#primary{
		margin-top: 80px;
	}
	.admin-bar #masthead{
		top:46px;
	}
	.top-menu,
	.site-header-social-list,
	.lang-switcher,
	.header-search-toggle,
	.main-menu{
		width: 100%;
		text-align: right;
	}
	#masthead ul li {
		display: block;
	}
	#masthead ul.lang-switcher li {
		display: inline-block;
	}
	.top-menu li,
	.lang-switcher,
	.main-menu li{
		margin-right: 0;
	}
	
	#masthead > .site-container{
		position: relative;
		padding: 5px 15px;
		background: #c8c8e4;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display:flex;
		-webkit-flex-wrap:wrap;
		-ms-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content:space-between;
		-webkit-justify-content:space-between;
		-ms-justify-content:space-between;
		-moz-justify-content:space-between;
		align-items: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
	}
	.site-header-mobile-absolute{
		width:100%;
		position: absolute;
		right: 0;
		top: 100%;
		border-bottom: 1px solid #fff;
		display:none;
	}
	.site-header-mobile-absolute.active{
		display:block;
	}
	.site-header-row-container{
		width:100%;
		padding: 15px;
		background: #c8c8e4;
		padding: 5px 15px;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display:flex;
		-webkit-flex-wrap:wrap;
		-ms-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.header-row-1{
		width:100%;
		order:2;
	}
	.header-row-2{
		width:100%;
		order:1;
	}
	.header-logo {
		display: none;
	}
	
	.header-logo-mobile,
	.header-menu-burger{
		display: block;
	}
	
	.header-search-form {
		top: auto;
		bottom: 5px;
	}
}
/********************************************************************************************************************************************************************************************/
/* Footer */
#colophon{
	background: #515151;
}
.site-footer-social-list{
	padding:30px 0 15px;
}
.site-footer-social-list a{
	display:block;
	margin: 0 15px 15px;
	color: #fff;
}
.site-footer-social-list a:hover {
	color: #c8c8e4;
}
.copywright-text{
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin:0;
	padding-bottom: 30px;
}
.footer-logo{
	text-align: center;
	padding-top: 30px;
}
.footer-logo img{
	display:inline-block;
}

/********************************************************************************************************************************************************************************************/
/* GENERAL */


.showmore-button{
	font-family: 'Open Sans Condensed', sans-serif;
	margin: 20px auto 0 auto;
	background: #c8c8e4;
	color: #fff;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	text-transform: uppercase;
	cursor: pointer;
	padding: 5px;
}
.showmore-button:hover{
	color: #515151;
	box-shadow: 0 0 3px #515151;
}

.post-block-3{
	max-width: 300px;
	width: 100%;
	margin-bottom: 35px;
}
.post-block-3-img-container{
	position: relative;
	width:100%;
	height:165px;
	margin-bottom: 5px;
	background-repeat: no-repeat;
	background-size: cover;
}
.post-block-3 a{
	text-decoration: none;
}
.post-block-3-category{
	font-size: 16px;
	line-height: 16px;
	font-weight: 400;
	margin-bottom: 5px;
	letter-spacing: .5px;
	text-transform: uppercase;
	color: #3f3f3f;
	opacity: .5;
}
.post-block-3-category:hover{
	color:#c8c8e4;
}
.post-block-3-title{
	font-size: 18px;
	line-height: 20px;
	letter-spacing: -.025em;
	font-weight: bold;
	color: #1c1e1c;
}
@media screen and (max-width: 1000px) {
	.post-block-3 {
		max-width: 280px;
	}
}
@media screen and (max-width: 600px) {
	.post-block-3 {
		max-width: 300px;
		margin: 10px auto;
	}
}


.post-block-3-v2 {
	max-width: 320px;
	padding: 0;
	text-align: center;
	background-color: #fbfaf8;
	margin: 0 5px 20px;
}
.post-block-3-v2 a{
	color: #1c1e1c;
	text-decoration: none;
}
.post-block-3-v2 a:hover{
	color: #c8c8e4;
}
.post-block-3-v2-img-container{
	position: relative;
	width:100%;
	height:160px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-size: cover;
}
.post-block-3-v2-category{
	display: inline-table;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	letter-spacing: .5px;
	text-transform: uppercase;
}
.post-block-3-v2-category:hover{
	color:#c8c8e4;
}
.post-block-3-v2-category .arrow {
	content: ' ';
	display: inline-block;
	position: relative;
	top: -2px;
	margin-left: -.6em;
	width: .5em;
	height: .5em;
	border-top: 2px solid #c8c8e4;
	border-right: 2px solid #c8c8e4;
	transform: rotate(45deg);
	margin-right: 10px;
}
.post-block-3-v2-title{
	line-height: 23px;
	letter-spacing: -.025em;
	font-weight: bold;
	margin-top: .3em;
	margin-bottom: 10px;
}

.post-block-4 {
	margin: 0 10px 20px 10px;
	display: table-cell;
	max-width: 230px;
	position: relative;
	background-color: #fbfaf8;
}
.post-block-4 a{
	color: #1c1e1c;
	text-decoration: none;
}
.post-block-4 a:hover{
	color: #c8c8e4;
}
.post-block-4-img-container{
	position: relative;
	width:100%;
	height:115px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-size: cover;
}
.post-block-4-titles{
	margin: 10px 10px 60px 10px;
	line-height: 1em;
	font-size: 16px;
	line-height: 18px;
}
.post-block-4-title{
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
}
.post-block-4-subtitle{
	letter-spacing: -.025em;
}
.post-block-4-category{
	display: inline-table;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: -.025em;
	font-weight: bold;
	letter-spacing: .5px;
	text-transform: uppercase;
	position: absolute;
	max-width: calc(100% - 20px);
	width: 100%;
	bottom: 0;
	margin: 0 0 20px 10px;
	padding-left: 10px;
}
.post-block-4-category .arrow {
	content: ' ';
	display: inline-block;
	position: relative;
	top: -2px;
	margin-left: -.6em;
	width: .5em;
	height: .5em;
	border-top: 2px solid #c8c8e4;
	border-right: 2px solid #c8c8e4;
	transform: rotate(45deg);
	margin-right: 10px;
}
/********************************************************************************************************************************************************************************************/
/* SINGLE POST */
/* SINGLE PAGE (some of it) */

.page .entry-header{
	margin-bottom: 25px;
}
.single-page{
	padding-bottom: 40px;
}

.primary{
	width:100%;
	max-width: 670px;
	margin: 0 auto 0 0;
}
.secondary{
	width:100%;
	max-width: 300px;
	margin: 0 0 0 auto;
}
.entry-cat{
	font-family: 'Merriweather', serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 34px;
	letter-spacing: -.025em;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: .5px;
	color: #c8c8e4;
	text-align: center;
}
.entry-cat a{
	color: #3f3f3f;
	text-decoration: none;
}
.entry-cat a:hover{
	color: #c8c8e4;
	border-bottom: 4px solid #c8c8e4;
}
.entry-title{
	font-size: 56px;
	line-height: 56px;
	font-family: 'Open Sans Condensed', sans-serif;
	margin-top:0;
	margin-bottom: 15px;
	text-align: center;
}
.entry-subheading{
	font-family: 'Merriweather', serif;
	font-style: italic;
	font-size: 28px;
	line-height: 32px;
	letter-spacing: -.025em;
	font-weight: 400;
	color: #1c1e1c;
	margin: 0 auto 10px;
	text-align: center;
}
.entry-meta,
.single-share-buttons{
	text-align: center;
}
.entry-meta > *{
	font-family: 'Merriweather', serif;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: -.025em;
	font-weight: 400;
	color: #1c1e1c;
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}
.entry-meta .entry-author{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display:flex;
}
.entry-author-link-block{
	text-decoration: none;
	color: inherit;
	display: inline-block;
	width: auto;
}
.entry-author-link-block:hover{
	text-decoration: none;
	color: #598d95;
}
.entry-author-image{
	width: 50px;
	height: 50px;
	border-radius: 100%;
	overflow: hidden;
	margin-right: 20px;
}
.entry-author-meta{
	text-align: left;
}
.entry-author-name{
	font-weight: bold;
	font-size: 18px;
}
.single-share-buttons a {
	display: inline-block;
	margin-top: 16px;
	line-height: 35px;
	padding: 0 20px;
	background: #c8c8e4;
	color: #424242;
	margin: 0 10px;
	text-decoration: none;
	font-size: 14px;
}
.single-share-buttons a:hover{
	background:#515151;
	color:#fff;
}
.post-thumbnail{
	margin-bottom: 70px;
}

.entry-content p,
.entry-content ul,
.entry-content ol {
	font-family: 'Merriweather', serif;
	font-size: 18px;
	line-height: 30px;
	font-weight: 300;
	letter-spacing: .3px;
	color: #1c1e1c;
	margin-bottom: 20px;
}
.entry-content ul,
.entry-content ol {
	padding-left: 20px;
}
.entry-content ul {
	list-style: none;
	padding: 0;
}
.entry-content ul li{
	position: relative;
	padding-left: 20px;
}
.entry-content ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 12px;
	width: 7px;
	height: 7px;
	border-radius: 100%;
	background: #c8c8e4;
}
.entry-content li{
	margin-bottom: 10px;
}
.entry-content a{
	color: #1c1e1c;
	border-bottom: 2px solid #c8c8e4;
	text-decoration: none;
}
.entry-content a:hover {
	color: #c8c8e4;
	border-bottom: 4px solid #c8c8e4;
}
.entry-content blockquote {
	padding: 20px;
	border-left: 4px solid #c8c8e4;
	margin: 0;
	font-style: italic;
}
.entry-content blockquote > *:last-child{
	margin-bottom: 0;
}

.gallery-item,
figure.wp-caption{
	position: relative;
}
.gallery-caption,
figure.wp-caption figcaption.wp-caption-text{
	display: block;
	position: absolute;
	bottom: 0;
	color: #fff;
	font-size: 11px;
	line-height: 17px;
	text-align: center;
	width: 100%;
	padding: 3em .77em .7em;
	background: linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent);
	margin:0;
}

.entry-content h2{
	font-size: 30px;
	line-height: 36px;
	color: #1c1e1c;
	margin: 40px 0 20px;
}
.entry-content h3{
	font-size: 25px;
}
.entry-content h4{
	font-size: 20px;
}
.entry-content h5,
.entry-content h6{
	font-size: 18px;
	line-height: 30px;
	letter-spacing: -.025em;
}
.entry-content h2::before {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: linear-gradient(to right,transparent 50%,#fff 50%),linear-gradient(to right,#3f3f3f,#3f3f3f);
	background-size: 12px 2px,100% 2px;
	margin-bottom: 30px;
}

.trending-item{
	text-decoration: none;
	margin-bottom: 20px;
}
.trending-item:last-child{
	margin-bottom: 0;
}
.trending-item img{
	width:85px;
	display: block;
}
.trending-item-title {
	padding: 5px;
	font-weight: bold;
	font-size: 15px;
	line-height: 18px;
	letter-spacing: -.025em;
	color: #3f3f3f;
	margin-left: 10px;
	width: calc(100% - 95px);
}

.trending-item:hover{
	background: #515151;
}
.trending-item:hover .trending-item-title {
	color:#fff;
}

.more-posts-title{
	font-size: 20px;
	line-height: 34px;
	color: #c8c8e4;
	margin-bottom: 23px;
}
.single-post-separator{
	border-top: 2px dashed #c8c8e4;
	margin: 50px 0;
	clear: both;
}

.single-post-form{
	padding: 20px;
	background: #515151;
}
.single-post-form-text{
    color: #fff;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 20px;
}
.single-post-form-subtitle{
    color: #fff;
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 10px;
}
.single-post-form-left{
	max-width:calc(100% - 270px);
}
.single-post-form-right{
	max-width:250px;
}

.single-post-form .wpcf7-form-control-wrap,
.single-post-form .wpcf7-form-control-wrap input{
	max-width: 100%;
}
.single-post-form form p{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
	margin:0;
}
.single-post-form .your-email{
	width:65%;
}
.single-post-form .your-email input{
	font-size: 16px;
	line-height: 27px;
	padding: 8px;
	color: #222;
	border: 1px solid #b8b7b7;
	letter-spacing: .3px;
	box-shadow: inset 0 1px 3px 0 rgba(150,150,150,.5);
	border: none;
	border-radius: 5px 0 0 5px;
	width:100%;
}
.single-post-form .wpcf7-submit{
	width:35%;
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 0;
	text-align: center;
	height: 43px;
	line-height: 43px;
	font-size: 12px;
	font-weight: bold;
	background: #c8c8e4;
	border: none;
	border-radius: 0 5px 5px 0;
}
.single-post-form .wpcf7-submit:hover{
	color: #515151;
	background: #fff;
}
.single-post-form .wpcf7 .ajax-loader{
	display:none;
}
.single-post-form .wpcf7-not-valid-tip {
	font-size: 12px;
	width: 150%;
}
.single-post-form .wpcf7 form.invalid .wpcf7-response-output, 
.single-post-form .wpcf7 form.unaccepted .wpcf7-response-output {
	margin: 0;
	font-size: 12px;
	color: #fff;
	line-height: 1.6;
}

@media screen and (max-width: 1000px) {
	.single-post-conteiner{
		margin: 0 auto;
		max-width: 600px;
	}
	.secondary {
		width: 100%;
		max-width: 300px;
		margin: auto;
	}
	.single-post-form-left {
		max-width: 100%;
		order: 2;
	}
	.single-post-form-right {
		max-width: 100%;
		order: 1;
		margin: 0 auto 20px;
	}
}
@media screen and (max-width: 600px) {
	.more-posts-title {
		font-size: 25px;
		text-align: center;
	}
	.single-share-buttons a {
		margin: 10px;
	}
}
@media screen and (max-width: 400px) {
	.single-post-form .your-email {
		width: 100%;
	}
	.single-post-form-subtitle {
		text-align: center;
	}
	.single-post-form .your-email input{
		border-radius: 5px 5px 0 0;
		text-align: center;
	}
	.single-post-form .wpcf7-submit {
		border-radius: 0 0 5px 5px;
		width: 100%;
	}
}

/********************************************************************************************************************************************************************************************/
/* Search page */

.search-page{
	padding-bottom: 40px;
}
.simple-search-form{
	border-bottom: 1px solid #c8c8e4;
}
.simple-search-form .searchform-button{
	padding: 0;
	width: 40px;
	height: 40px;
	background: none;
	border: none;
}
.simple-search-form .searchform-input{
	width:calc(100% - 40px);
	border: none;
	padding: 0 15px;
	font-size: 26px;
	line-height: 26px;
	line-height: 40px;
}
.searchblock_titles{
	text-transform: uppercase;
	color: #999;
	margin-bottom: 40px;
}

/********************************************************************************************************************************************************************************************/
/* Archive (category) */
.archive-title{
	font-size: 50px;
	line-height: 50px;
	margin: 40px 0;
	text-align: center;
}
.archive-page {
	padding-bottom: 40px;
}

/********************************************************************************************************************************************************************************************/
/* Main page */

.main-page .category-title{
	font-size: 50px;
	line-height: 50px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}
.main-page .category-title a{
	color: inherit;
	text-decoration: none;
}
.main-page .category-title a:hover{
	color: #c8c8e4;
}

.main-block-1{
	padding-top: 10px;
}
.main-block-1,
.main-page .single-post-form,
.main-block-4,
.main-block-5{
	margin-bottom: 40px;
}

.main-page .single-post-form-left {
	max-width: 50%;
	order: 1;
}
.main-page .single-post-form-right {
	max-width: calc(50% - 40px);
	order: 2;
	margin: 0;
}

.main-post-v2{
	background-color: #fbfaf8;
	margin-bottom: 40px;
	min-height: 365px;
}
.main-post-v2-left{
	width:100%;
	max-width: 60%;
}
.main-post-v2-left-image{
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}
.main-post-v2-right{
	width:100%;
	max-width: 40%;
	padding: 30px;
}
.main-post-v2-right-content{
	width:100%;
}
.main-page .readmore-button{
	text-align: center;
}
.main-post-v2-title{
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 35px;
	line-height: 40px;
	font-weight: bold;
	margin-bottom: 30px;
}
.main-post-v2-subtitle{
	font-size: 25px;
	line-height: 25px;
	letter-spacing: -.025em;
	font-weight: 400;
	margin-bottom: 25px;
}
.main-post-v2 a{
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	display: inline-block;
	background: #c8c8e4;
	color: #fff;
	padding: 5px 40px;
	text-transform: uppercase;
	text-decoration: none;
}
.main-post-v2 a:hover{
	background: #515151;
}

.main-post-v3{
	background-color: #fbfaf8;
	margin-bottom: 40px;
	min-height: 500px;
}
.main-post-v3-left{
	width:100%;
	max-width: 50%;
}
.main-post-v3-left-image{
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}
.main-post-v3-right{
	width:100%;
	max-width: 50%;
	padding: 55px;
}
.main-post-v3-right-content{
	width:100%;
}
.main-post-v3-title{
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 27px;
	line-height: 27px;
	font-weight: bold;
}
.main-post-v3-subtitle{
	font-size: 22px;
	line-height: 22px;
	letter-spacing: -.025em;
	font-weight: 400;
}
.main-post-v3 a{
	color: #1c1e1c;
	text-decoration: none;
}
.main-post-v3 a:hover{
	color: #c8c8e4;
}
.main-post-v3-category{
	display: inline-table;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	letter-spacing: .5px;
	text-transform: uppercase;
	margin-left: 7px;
}
.main-post-v3-category:hover{
	color:#c8c8e4;
}
.main-post-v3-category .arrow {
	content: ' ';
	display: inline-block;
	position: relative;
	top: -2px;
	margin-left: -.6em;
	width: .5em;
	height: .5em;
	border-top: 2px solid #c8c8e4;
	border-right: 2px solid #c8c8e4;
	transform: rotate(45deg);
	margin-right: 10px;
}
.main-post-v3 .large-content-arrow{
	color: #c8c8e4;
	font-size: 25px;
}

@media screen and (max-width: 768px) {
	.main-page .category-title {
		font-size: 35px;
		line-height: 35px;
	}
	
	.main-page .single-post-form-left {
		max-width: 100%;
		order: 2;
	}
	.main-page .single-post-form-right {
		max-width: 100%;
		order: 1;
		margin: 0 auto 20px;
	}
	
	.main-post-v2 {
		min-height: 0;
	}
	.main-post-v2-left {
		max-width: 100%;
		height: 300px;
	}
	.main-post-v2-right {
		max-width: 100%;
		padding: 20px 0;
		text-align: center;
	}
	.main-post-v2-title {
		font-size: 25px;
		line-height: 30px;
		margin-bottom: 10px;
	}
	.main-post-v2-subtitle {
		font-size: 18px;
		line-height: 20px;
		margin-bottom: 20px;
	}
	
	.main-post-v3 {
		min-height: 0;
	}
	.main-post-v3-left {
		max-width: 100%;
		height: 300px;
	}
	.main-post-v3-right {
		max-width: 100%;
		padding: 20px 0;
		text-align: center;
	}
}

/* author page */
.author-header{
	margin-bottom:20px;
}
.author-avatar{
	border-radius:100%;
	margin-right:60px;
	overflow: hidden;
}
.author-meta h1{
	line-height: 1.2;
	font-size: 48px;
	margin: 0 0 10px;
}
.author-position{
	line-height: 1.4;
	font-size: 18px;
}
.author-posts-title{
	font-size: 36px;
	line-height: 120%;
}

/* all authors page */
.authors-conteiner{
	margin-top: 40px;
}
.author-block{
	margin-right: 50px;
	text-align: center;
}
.author-block-image{
	border-radius: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}
.author-block-image img{
	display: block;
	margin: auto;
}
.author-block-name{
	font-size: 22px;
	line-height: 1.4;
	font-weight: bold;
}
.author-block-position{
	font-size: 16px;
	line-height: 1.3;
}