/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.23, autoprefixer: v9.7.3) */

/*!
Theme Name: family
Theme URI: http://underscores.me/
Author: Stray
Author URI: https://www.weblancer.net/users/demin_ch/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: family
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.

family 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
--------------------------------------------------------------*/
@font-face {
	font-family: 'Proxima Nova Regular';
	src: url('/wp-content/themes/family/fonts/ProximaNova-Regular.eot');
	src: url('/wp-content/themes/family/fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
	url('/wp-content/themes/family/fonts/ProximaNova-Regular.woff') format('woff'),
	url('/wp-content/themes/family/fonts/ProximaNova-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Proxima Nova Semibold';
	src: url('/wp-content/themes/family/fonts/ProximaNova-Semibold.eot');
	src: url('/wp-content/themes/family/fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),
	url('/wp-content/themes/family/fonts/ProximaNova-Semibold.woff') format('woff'),
	url('/wp-content/themes/family/fonts/ProximaNova-Semibold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Proxima Nova Bold';
	src: url('/wp-content/themes/family/fonts/ProximaNova-Bold.eot');
	src: url('/wp-content/themes/family/fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
	url('/wp-content/themes/family/fonts/ProximaNova-Bold.woff') format('woff'),
	url('/wp-content/themes/family/fonts/ProximaNova-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
/*--------------------------------------------------------------
# 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: 2.1rem;
	margin: 0 0 0.67em 0;
	text-transform: uppercase;
	line-height: 1;
}

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

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

hr {
	-webkit-box-sizing: content-box;
	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 */
	-webkit-text-decoration: underline dotted;
	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 {
	-webkit-box-sizing: border-box;
	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"] {
	-webkit-box-sizing: border-box;
	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;
}
.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
	min-width: 320px;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Proxima Nova Regular', sans-serif;
	font-size: 16px;
	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;
}

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 {
	-webkit-box-sizing: border-box;
	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/ */
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #fff;
	padding-top: 7px;
}

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"]  {
	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  {
	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: #4a0788;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: rgba(74, 7, 136, 0.78);
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	clip-path: none;
	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. */
}

/* 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
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

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

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

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

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

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

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

.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;
}
.site_header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 20px;
}
.site_branding {
	padding: 0 12px;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	max-width: 255px;
}
.header_info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding-left: 20px;
}
.site_header .menu ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	margin: 0;
}
.site_header .menu li {
	list-style: none;
}
.site_header .menu a {
	text-decoration: none;
}
.top_bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.top_menu {
	margin-right: 10px;
}
.top_menu ul li {
	padding: 0 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}
.top_menu ul li:before {
	width: 4px;
	height: 4px;
	background: #c4b7d0;
	content: '';
	display: block;
	border-radius: 50%;
	position: absolute;
	left: 0;
}
.top_menu ul li a {
	color: #725c86;
	font-size: 18px;
}
.socials ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	margin: 0;
}
.socials li {
	list-style: none;
	margin: 0 3px;
}
.socials a {
	color: #fff;
	width: 44px;
	height: 44px;
	background: #3a589b;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 26px;
	line-height: 1px;
}
.socials a:hover {
	-webkit-animation: pulse 2s infinite;
	animation: pulse 2s infinite;
}
@-webkit-keyframes pulse {
	0% {
		-webkit-box-shadow: 0 0 0 0 #3a589b;
	}
	70% {
		-webkit-box-shadow: 0 0 0 10px #3a589b;
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 #3a589b;
	}
}
@keyframes pulse {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(58, 88, 155, 0.4);
		box-shadow: 0 0 0 0 rgba(58, 88, 155, 0.4);
	}
	70% {
		-webkit-box-shadow: 0 0 0 10px rgba(58, 88, 155, 0);
		box-shadow: 0 0 0 10px rgba(58, 88, 155, 0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(58, 88, 155, 0);
		box-shadow: 0 0 0 0 rgba(58, 88, 155, 0);
	}
}
.vk a {
	background: #4a74a5;
}
.insta a {
	background: rgba(142,89,206,1);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(142,89,206,1)), color-stop(33%, rgba(210,43,154,1)), color-stop(66%, rgba(233,120,94,1)), color-stop(100%, rgba(254,214,120,1)));
	background: -o-linear-gradient(top, rgba(142,89,206,1) 0%, rgba(210,43,154,1) 33%, rgba(233,120,94,1) 66%, rgba(254,214,120,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(142,89,206,1)), color-stop(33%, rgba(210,43,154,1)), color-stop(66%, rgba(233,120,94,1)), to(rgba(254,214,120,1)));
	background: linear-gradient(to bottom, rgba(142,89,206,1) 0%, rgba(210,43,154,1) 33%, rgba(233,120,94,1) 66%, rgba(254,214,120,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e59ce', endColorstr='#fed678', GradientType=0 );
}
.twitter a {
	background: #1cb7eb;
}
.ytube a {
	background: #cf3427;
}
.info_block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 12px 0 30px 0;
}
.cit {
	border: 1px dashed #cfd2d3;
	border-radius: 10px;
	max-width: 370px;
	padding: 15px 36px;
	color: #4a0788;
	position: relative;
}
.cit > span {
	color: #ede6f3;
	position: absolute;
	z-index: 1;
	left: 12px;
	top: 8px;
	font-size: 50px;
	line-height: 1;
}
.cit p {
	margin: 0;
	line-height: 1.3rem;
	position: relative;
	z-index: 2;
}
.phone {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 235px;
	flex: 0 0 235px;
}
.phone > span {
	color: #adadad;
}
.phone a {
	color: #4a0788;
	font-size: 25px;
	font-family: 'Proxima Nova Bold', sans-serif;
	text-decoration: none;
	line-height: 1rem;
}
.phone a span{
	color: #000;
	font-family: 'Proxima Nova Regular', sans-serif;
}
.ask_btn a {
	text-decoration: none;
	text-transform: uppercase;
	background: #4a0788;
	color: #f0db6c;
	padding: 15px 58px;
	border-radius: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	line-height: 1rem;
	font-family: 'Proxima Nova Semibold', sans-serif;
}
.ask_btn a:hover {
	background: #cedb67;
	color: #4a0788;
}
.main-navigation ul {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.main-navigation ul li {
	padding: 0 0 0 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}
.main-navigation ul li:before {
	width: 4px;
	height: 4px;
	background: #4a0788;
	content: '';
	display: block;
	border-radius: 50%;
	position: absolute;
	left: 0;
}
.main-navigation ul li a {
	text-transform: uppercase;
	color: #000;
	font-size: 17px;
	line-height: 1rem;
}
.main-navigation ul li a:hover {
	color: #4a0788;
}
.site-footer {
	background: #4a0788;
	padding-top: 25px;
	color: #fff;
}
.copy {
	text-align: center;
	padding: 25px 0;
	background: #33035f;
}
.footer_info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 50px;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.footer_logo {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	max-width: 165px;
	margin: 0 16px;
}
.footer_widget {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.footer_widget ul li {
	margin-bottom: 5px;
}
.footer_widget ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 18px;
}
.footer_widget ul li a:hover {
	color: #f0db6c;
}
.footer_socials {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	-ms-flex-item-align: center;
	align-self: center;
	margin-left: 45px;
}
.footer_socials .socials {
	padding-bottom: 20px;
}
.footer_socials .phone {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding-right: 22px;
}
.footer_socials .phone span,
.footer_socials .phone a {
	color: #fff;
}
.main_content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.site-main {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 75%;
	flex: 1 1 75%;
	padding-right: 10px;
}
.fullwidth .site-main {
	padding-right: 0;
}
.site-content .widget-area {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 25%;
	flex: 1 0 25%;
	padding-left: 10px;
}
.site-footer {
	clear: both;
	width: 100%;
}
.roadmap {
	margin: 30px 0 45px;
}
.home_slider .roadmap {
	margin: 0;
}
.roadmap a {
	font-family: 'Proxima Nova Bold', sans-serif;
	background: #4a0788;
	display: block;
	color: #f0db6c;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	padding: 16px 0;
	font-size: 22px;
	border-radius: 5px;
	line-height: 1;
}
.roadmap a:hover {
	opacity: 0.7;
}
.page-id-91 .roadmap a {
	background: #f0db6c;
	color: #4a0788;
}
.banners {
	padding: 70px 0 50px;
}
.banners_items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.grey_bg {
	background: #f7f5f9;
	position: relative;
}
.team_block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-align: center;
}
.team_item {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 33.333%;
	flex: 1 1 33.333%;
	margin-bottom: 40px;
}
.name {
	color: #4a0788;
	font-size: 20px;
	margin: 18px 0 0;
}
.position {
	line-height: 1rem;
	margin-bottom: 18px;
}
.team_thumb img {
	border-radius: 10px;
}
.archive .page-title {
	text-align: center;
	margin-bottom: 55px;
}
.three_bull {
	text-align: center;
}
.three_bull:before,
.three_bull:after {
	content: "\2022 \2022 \2022";
	color: #4a0788;
	padding-right: 30px;
}
.three_bull:after {
	padding: 0 0 0 30px;
}

.posts_wrapper .title_link {
	text-decoration: none;
	font-size: 25px;
	color: #4a0788;
}
.posts_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}
.posts_wrapper article {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 50%;
	flex: 1 1 50%;
	margin-bottom: 50px;
}
.posts_wrapper article:nth-child(odd) {
	padding-right: 20px;
}
.posts_wrapper article:nth-child(even) {
	padding-left: 20px;
}
.posts_wrapper .cat_thumb img {
	width: 100%;
	border-radius: 10px;
}
.cat_thumb {
	margin-bottom: 15px;
}
.posts_wrapper .title_link {
	text-decoration: none;
	color: #4a0788;
	line-height: 1rem;
}
.posts_wrapper .title_link h2 {
	margin: 0;
	font-size: 25px;
	line-height: 1.8rem;
}
.tag_list ul {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}
.tag_list li {
	list-style: none;
	margin-right: 23px;
}
.tag_list li a {
	color: #838383;
	font-size: 14px;
	text-decoration: none;
}
.cat_exc {
	margin-bottom: 40px;
}
.ajax-load-more-wrap {
	width: 100%;
}
.alm-load-more-btn.more.btn_ajax_more,
.default_btn {
	background: #4a0788;
	text-transform: uppercase;
	color: #f0db6c;
	font-family: 'Proxima Nova Regular', sans-serif;
	padding: 0 100px;
	border-radius: 30px;
}
.default_btn {
	border: none;
	padding: 15px 100px;
	cursor: pointer;
}
.alm-load-more-btn.more.btn_ajax_more:hover,
.default_btn:hover{
	opacity: 0.7;
}
.contacts_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 50px;
}
.contact_info {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	max-width: 410px;
}
.map {
	-webkit-box-flex: 2;
	-ms-flex: 2 0 auto;
	flex: 2 0 auto;
	max-width: 750px;
}
.mb50 {
	margin-bottom: 50px;
}
.subtitle {
	color: #4a0788;
	font-size: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.subtitle svg {
	margin-right: 30px;
	font-size: 35px;
}
.contact_item {
	margin-bottom: 40px;
}
.mini_title {
	font-size: 20px;
	margin-bottom: 25px;
}
.filials_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.filial_item {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 33.3333%;
	flex: 1 1 33.3333%;
	padding: 0 20px;
	margin-bottom: 35px;
}
.red {
	color: #f20000;
}
.wpcf7 p {
	margin: 0 0 20px;
}
.wpcf7-form-control-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.wpcf7-form select {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 300px;
	min-width: 100px;
	height: 34px;
	border-radius: 3px;
	border: 1px solid #ccc;
	-ms-flex-preferred-size: 303px;
	flex-basis: 303px;
}
span.wpcf7-list-item {
	margin: 0;
}
.contacts_info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px;
}
.contacts_info .phone {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.contacts_info > a {
	color: #fff;
	font-size: 35px;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
a.viber_icon {
	background: #7c519b;
	margin-right: 15px;
}
a.watsapp_icon {
	background: #57bb63;
}
.posts_wrapper_partners {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}
.posts_wrapper_partners article {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 33.333%;
	flex: 1 1 33.333%;
	padding: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	text-align: center;
	margin-bottom: 40px;
}
.partners_thumb {
	background: #fff;
	padding: 22px;
	-ms-flex-item-align: stretch;
	-ms-grid-row-align: stretch;
	align-self: stretch;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	margin-bottom: 30px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 10px 10px #0001000a;
	box-shadow: 0 0 10px 10px #0001000a;
	border: 7px solid #fff;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.posts_wrapper_partners article:hover .partners_thumb {
	border-color: #4a0788;
}
.partners_thumb a {
	border: 1px dashed #cfd2d3;
	padding: 10px;
	text-align: center;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.partners_thumb img {
	width: auto;
	height: auto;
	max-height: 130px;
}
.partners_title_link {
	text-decoration: none;
	font-size: 18px;
}
.top_row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 75px;
}
.top_row img,
.bottom_row img {
	width: 100%;
	border-radius: 10px;
}
.big_news {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 50%;
	flex: 1 1 50%;
	text-align: center;
}
.competition_b_thumb,
.competition_thumb {
	display: block;
	position: relative;
	text-decoration: none;
}
.date_count_block {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 13px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	line-height: 1rem;
	color: #f7f5f9;
	background: #4a0788;
	top: 15px;
	left: 15px;
	padding: 18px 22px;
	text-align: center;
}
.time_count {
	font-size: 17px;
	color: #f0db6c;
	margin-top: 3px;
	font-weight: bold;
}
.big_news h2 {
	margin: 25px 0 20px;
	line-height: 1rem;
}
.big_news .default_btn {
	text-decoration: none;
	color: #f0db6c;
	font-family: 'Proxima Nova Semibold', sans-serif;
	padding: 18px 40px;
}
.competition_exr p {
	margin: 0;
}
.big_news .competition_exr {
	margin-bottom: 30px;
}
.recent_news {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 50%;
	flex: 1 1 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-item-align: start;
	align-self: flex-start;
}
.recent_news article {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 50%;
	flex: 1 1 50%;
	padding-left: 30px;
	margin-bottom: 30px;
}
.recent_news h2 {
	text-align: center;
	margin: 20px 0 0;
	line-height: 1.4rem;
	font-size: 1.2rem;
}
.bottom_row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	margin-bottom: 50px;
}
.bottom_row article {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 33.33%;
	flex: 1 1 33.33%;
	padding: 0 15px;
}
.bottom_row h2 {
	line-height: 1.4rem;
	font-size: 1.3rem;
}
.competition_more {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.home h2.three_bull {
	font-size: 2.1rem;
	margin: 0 0 1em 0;
	text-transform: uppercase;
	line-height: 1;
	font-weight: bold;
}
section.competition,
section.family_map,
section.video_articles {
	padding: 50px 0;
}
.home .banners {
	padding-top: 0;
}
.home .top_row {
	margin-bottom: 0;
}
.dark_grey_bg {
	background: #efefef;
}
.home .time_count {
	font-size: 14px;
	font-weight: normal;
}
.home .date_count_block {
	padding: 15px 10px;
}
.art_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.video_inner_wrap {
	max-width: 840px;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.video_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}
.video_item {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 50%;
	flex: 1 1 50%;
	padding-right: 40px;
	margin-bottom: 40px;
}
.video_item img,
.articles_wrapper img {
	width: 100%;
	height: 100%;
}
.articles_inner_wrap {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.articles_wrapper a {
	text-decoration: none;
	text-align: center;
	color: #302f31;
	margin-bottom: 0;
}
.articles_wrapper p {
	margin-bottom: 35px;
}
.video_item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.video_item a:before {
	content: '';
	display: block;
	position: absolute;
	width: 70px;
	height: 70px;
	background: transparent url("/wp-content/themes/family/img/player-icon.png") center center no-repeat;
	left: auto;
	right: auto;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}
.slider_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.slider_menu {
	max-width: 21%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 21%;
	flex: 0 0 21%;
}
.slider_menu ul {
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	text-align: center;
}
.slider_menu ul li {
	list-style: none;
	margin-bottom: 6px;
}
.slider_menu ul li:last-child {
	margin-bottom: 0;
}
.slider_menu ul li a {
	text-decoration: none;
	display: block;
	background: #4a0788;
	color: #f0db6c;
	font-size: 18px;
	border-radius: 10px;
	padding: 17px 0;
	line-height: 1rem;
	font-family: 'Proxima Nova Semibold', sans-serif;
}
.slider_menu ul li a:hover {
	background: #cedb67;
	color: #4a0788;
}
.slider {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 79%;
	flex: 0 0 79%;
	padding-left: 20px;
	max-width: 79%;
}
.slider_item {
	width: 100%;
	height: 100%;
	position: relative;
}

.slider_item_descr {
	background: rgba(53, 9, 152, 0.8);
	position: absolute;
	bottom: 56px;
	width: 100%;
	padding-left: 30px;
	padding-top: 14px;
	padding-bottom: 14px;
}
.slider_item_descr span {
	color: #f0db6c;
	font-size: 31px;
	display: block;
}
.slider_item_descr p {
	color: #fff;
	text-transform: uppercase;
	font-size: 42px;
	line-height: 50px;
	display: block;
	margin: 0;
}
.slider_item_descr a {
	background-color: #f0db6c;
	color: #4a0788;
	position: absolute;
	top: 40px;
	right: 39px;
	padding: 15px 10px 13px;
	text-transform: uppercase;
	width: 242px;
	border-radius: 30px;
	text-align: center;
	font-size: 19px;
	text-decoration: none;
	line-height: 1rem;
}
.slider_item img {
	width: 100%;
	height: 100%;
}
.slick-dotted .slick-dots {
	bottom: 14px;
}
.slick-dotted .slick-dots li {
	background-color: #f7f7f7;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.75);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.75);
}
.slick-dotted .slick-dots li button {
	position: absolute;
}
.slick-dotted .slick-dots li button::before {
	display: none;
}
.slick-dotted .slick-dots li.slick-active button {
	background-color: #4a0788;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	position: absolute;
	left: 5px;
	top: 5px;
}
.banner_item {
	padding: 0 5px;
}
.paralax-1 {
	position: absolute;
	width: 420px;
	height: 420px;
	background: #f0db6c;
	top: -210px;
	left: -210px;
	z-index: 1;
	border-radius: 50%;
	transition: transform 10s cubic-bezier(0,1,.5,1);
}
.paralax-2 {
	position: absolute;
	width: 250px;
	height: 250px;
	background: #f0db6c;
	top: 0px;
	left: 70px;
	z-index: 1;
	border-radius: 50%;
	transition: transform 10s cubic-bezier(0,1,.5,1);
}
.filter_wrapper {
	display: flex;
}
.left_filter {
	display: flex;
	flex-flow: column nowrap;
	flex: 1 1 33.333%;
	max-width: 33.333%;
	padding-right: 18px;
}
.right_filter label {
	flex: 1 1 48%;
	max-width: 48%;
	margin-bottom: 18px;
}
.right_filter {
	display: flex;
	flex-flow: row wrap;
	flex: 1 1 66.666%;
	max-width: 66.666%;
	justify-content: space-between;
}
.fam_filter label {
	border-radius: 8px;
	color: #f0db6c;
	font-family: 'Proxima Nova Semibold', sans-serif;
	font-size: 22px;
}
.left_filter label {
	margin-bottom: 6px;
}

.fam_filter label span {
	text-align: center;
	display: block;
	padding: 8px 0;
	cursor: pointer;
	border-radius: 8px;
	background: #4a0788;
}
.fam_filter label.nomargin {
	margin: 0;
}
.fam_filter .left_filter label:last-child {
	margin: 0;
}
.fam_filter .right_filter label span {
	padding: 30px 0;
}
.fam_filter .right_filter label span.min-font {
	padding: 15px 0;
}
.fam_filter label input {
	position:absolute;
	left:-20px;
}

.fam_filter input:hover + span {
	background-color:#f0db6c;
	color: #4a0788;
}

.fam_filter input:checked + span {
	background-color:#cedb67;
	color:#4a0788;
}

.fam_filter input:checked:hover + span {
	background-color:#f0db6c;
	color:#4a0788;
}
.fam_filter input[disabled] ~ span {
	opacity: 0.7;
}
.form_submit {
	display: flex;
	justify-content: center;
	margin: 35px 0 0;
}
.form_submit .default_btn {
	background: #f0db6c;
	color: #4a0788;
	margin-left: -20px;
	padding: 18px 50px;
	font-family: 'Proxima Nova Semibold', sans-serif;
	transition: all .4s ease-out;
}
.form_submit .default_btn:hover {
	background: #4a0788;
	color: #f0db6c;
}
.calendar_wrapper {
	display: flex;
	flex-flow: row wrap;
}
.calendar_item {
	display: flex;
	flex: 1 1 33.3333%;
	max-width: 33.3333%;
	background: #f0db6c;
	color: #4a0788;
	text-decoration: none;
}
.calendar_item:hover {
	color: #4a0788;
}
.calendar_item:nth-child(even) {
	background: #cedb67;
	color: #4a0788;
}
.calendar_item:nth-child(4n) {
	background: #4a0788;
	color: #f0db6c;
}

.calendar_item:nth-child(n) {
	max-width: 100%;
}
.calendar_item:nth-child(5n),
.calendar_item:nth-child(5n + 1) {
	flex-direction: row-reverse;
}
.calend_thumb {
	display: flex;
	flex: 1 1 150px;
	max-width: 150px;
	min-width: 150px;
	overflow: hidden;
}
.calend_descr {
	display: flex;
	flex: 1;
	flex-flow: column nowrap;
	justify-content: space-evenly;
	padding: 0 18px 25px;
}
.calend_title {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4rem;
}
.calendar_item:hover {
	box-shadow: 0 0 10px 5px #fff;
	position: relative;
	z-index: 2;
}
.calendar_wrapper {
	display: flex;
	flex-flow: row wrap;
}
.calendar_pagination {
	display: flex;
	margin-top: 50px;
	justify-content: center;
}
.calendar_pagination a {
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
}
.calendar_pagination a span {
	margin: 0 15px;
}
/*
.calendar_item:hover .calend_thumb img{
	transition: all .4s ease-out;
}
.calendar_item:hover .calend_thumb img{
	transform: scale(1.2,1.2) rotate(10deg);
}
*/
@media only screen and (max-width: 1600px) {
	.paralax-1 {
		width: 250px;
		height: 250px;
		left: -125px;
		top: -125px;
	}
	.paralax-2 {
		display: none;
	}
}
.paralax-3 {
	position: absolute;
	width: 80px;
	height: 160px;
	background: #cedb67;
	top: 0;
	right: 0;
	z-index: 1;
	border-radius: 100% 0 0 100% / 50% 0 0 50%;
	transition: transform 3s cubic-bezier(0,1,.5,1);
}
@media only screen and (max-width: 1400px) {
	.paralax-1,
	.paralax-3	{
		display: none;
	}
}
.main_body {
	position: relative;
	padding-bottom: 175px;
	background: #f7f5f9;
}
.main_body:after {
	background: url('/wp-content/themes/family/img/foot_l_bg.png');
	content: '';
	display: block;
	width: 433px;
	height: 226px;
	position: absolute;
	bottom: -1px;
	left: 0;
}
.main_body .curlyk-curlyk:after {
	background: url('/wp-content/themes/family/img/foot_r_bg.png');
	content: '';
	display: block;
	width: 300px;
	height: 253px;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
}
.home_slider {
	background: #fff;
	padding-bottom: 20px;
}
.home > section {
	position: relative;
}
.entry-content table {
	border-collapse: collapse;
}
.entry-content td {
	border: 1px solid #ccc;
	padding: 5px;
}
@media only screen and (max-width: 1200px) {
	.slider_wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.slider_menu {
		max-width: 100%;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}
	.slider_menu ul {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 20px 0;
	}
	.slider_menu ul li {
		padding: 0 10px;
	}
	.slider_menu ul li a {
		padding: 17px 20px;
	}
	.slider {
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
		padding-left: 0;
		max-width: 100%;
	}

}
@media only screen and (max-width: 1100px) {
	.footer_info {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.footer_socials {
		-ms-flex-item-align: start;
		align-self: flex-start;
	}
	.footer_widget {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
@media only screen and (max-width: 1000px) {
	.cit {
		display: none;
	}
	.info_block {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	.header_info {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}
@media only screen and (max-width: 900px) {
	.top_menu, .main-navigation  {
		display: none;
	}
	.info_block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		padding-bottom: 0;
	}
	.phone {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		margin: 0 22px 15px;
	}
	.site_header {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.footer_info {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.footer_widget {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.footer_logo {
		margin-bottom: 20px;
	}
	.footer_socials {
		margin: 0 auto;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.slider_item_descr {
		position: initial;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding-bottom: 60px;
		padding-left: 0;
	}
	.slider_item_descr a {
		position: initial;
	}
}
@media only screen and (max-width: 800px) {
	.video_item {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}
}
@media only screen and (max-width: 650px) {
	.banners_items {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.banner_item {
		margin-bottom: 20px;
	}
	.footer_widget {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 20px;
	}
	.footer_widget ul {
		margin: 0;
		padding: 0;
	}
	.footer_widget ul li {
		list-style: none;
		text-align: center;
	}
	.top_row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.big_news {
		margin-bottom: 25px;
	}
	.recent_news article {
		padding: 0 10px;
	}
}
@media only screen and (max-width: 530px) {
	.site_header {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.site_branding {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}
	.header_info {
		padding: 0;
		margin-top: 5px;
	}
	.archive .page-title,
	.home h2.three_bull {
		font-size: 1.4rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.three_bull::before, .three_bull::after {
		padding-right: 10px;
	}
	.three_bull::after {
		padding: 0 0 0 10px;
	}
	.posts_wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.posts_wrapper article:nth-child(2n+1) {
		padding: 0;
	}
	.slider_item_descr span {
		font-size: 20px;
	}
	.slider_item_descr p {
		font-size: 26px;
	}
	.recent_news article {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
	}
	.art_wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.video_item {
		padding: 0;
	}
}
@media only screen and (max-width: 400px) {
	.roadmap a {
		font-size: 16px;
	}
}