@import "course-card.css";

/* font-family: "MuseoSansRegular"; */
@font-face {
	font-family: "MuseoSansRegular";
	src: url("../fonts/MuseoSans/MuseoSansRegular/MuseoSansRegular.eot");
	src: url("../fonts/MuseoSans/MuseoSansRegular/MuseoSansRegular.eot?#iefix")format("embedded-opentype"),
	url("../fonts/MuseoSans/MuseoSansRegular/MuseoSansRegular.woff") format("woff"),
	url("../fonts/MuseoSans/MuseoSansRegular/MuseoSansRegular.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

/* font-family: "MuseoSansItalic"; */
@font-face {
	font-family: "MuseoSansItalic";
	src: url("../fonts/MuseoSans/MuseoSansItalic/MuseoSansItalic.eot");
	src: url("../fonts/MuseoSans/MuseoSansItalic/MuseoSansItalic.eot?#iefix")format("embedded-opentype"),
	url("../fonts/MuseoSans/MuseoSansItalic/MuseoSansItalic.woff") format("woff"),
	url("../fonts/MuseoSans/MuseoSansItalic/MuseoSansItalic.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

/* font-family: "MuseoSansMedium"; */
@font-face {
	font-family: "MuseoSansMedium";
	src: url("../fonts/MuseoSans/MuseoSansMedium/MuseoSansMedium.eot");
	src: url("../fonts/MuseoSans/MuseoSansMedium/MuseoSansMedium.eot?#iefix")format("embedded-opentype"),
	url("../fonts/MuseoSans/MuseoSansMedium/MuseoSansMedium.woff") format("woff"),
	url("../fonts/MuseoSans/MuseoSansMedium/MuseoSansMedium.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

/* font-family: "MuseoSansMediumItalic"; */
@font-face {
	font-family: "MuseoSansMediumItalic";
	src: url("../fonts/MuseoSans/MuseoSansMediumItalic/MuseoSansMediumItalic.eot");
	src: url("../fonts/MuseoSans/MuseoSansMediumItalic/MuseoSansMediumItalic.eot?#iefix")format("embedded-opentype"),
	url("../fonts/MuseoSans/MuseoSansMediumItalic/MuseoSansMediumItalic.woff") format("woff"),
	url("../fonts/MuseoSans/MuseoSansMediumItalic/MuseoSansMediumItalic.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

/* font-family: "MuseoSansLight"; */
@font-face {
	font-family: "MuseoSansLight";
	src: url("../fonts/MuseoSans/MuseoSansLight/MuseoSansLight.eot");
	src: url("../fonts/MuseoSans/MuseoSansLight/MuseoSansLight.eot?#iefix")format("embedded-opentype"),
	url("../fonts/MuseoSans/MuseoSansLight/MuseoSansLight.woff") format("woff"),
	url("../fonts/MuseoSans/MuseoSansLight/MuseoSansLight.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

/* font-family: "MuseoSansBlack"; */
@font-face {
	font-family: "MuseoSansBlack";
	src: url("../fonts/MuseoSans/MuseoSansBlack/MuseoSansBlack.eot");
	src: url("../fonts/MuseoSans/MuseoSansBlack/MuseoSansBlack.eot?#iefix")format("embedded-opentype"),
	url("../fonts/MuseoSans/MuseoSansBlack/MuseoSansBlack.woff") format("woff"),
	url("../fonts/MuseoSans/MuseoSansBlack/MuseoSansBlack.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
/* font-family: "MuseoSansBold"; */
@font-face {
	font-family: "MuseoSansBold";
	src: url("../fonts/MuseoSans/MuseoSansBold/MuseoSansBold.eot");
	src: url("../fonts/MuseoSans/MuseoSansBold/MuseoSansBold.eot?#iefix")format("embedded-opentype"),
	url("../fonts/MuseoSans/MuseoSansBold/MuseoSansBold.woff") format("woff"),
	url("../fonts/MuseoSans/MuseoSansBold/MuseoSansBold.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}


html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	box-sizing: border-box
}

body {
	margin: 0
}

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

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

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

[hidden],
template {
	display: none
}

a {
	background-color: transparent;
	color: #8b8ebe
}

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

b,
strong {
	font-weight: 400
}

mark {
	color: #000
}

small {
	font-size: 80%
}

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

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

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

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

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

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

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

button {
	overflow: visible
}

button,
select {
	text-transform: none
}

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

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

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

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

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

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

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto;
	width: 100%
}

optgroup {
	font-weight: 700
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 1.5em;
	width: 100%
}

td,
th {
	padding: 0
}

body,
button,
input,
optgroup,
select,
textarea {
	font-family: MuseoSansRegular, sans-serif;
	font-size: 1rem;
	line-height: 1.5
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 400;
	margin-top: 0
}

p {
	margin-top: 0;
	margin-bottom: 1.5em
}

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

address {
	margin: 0 0 1.5em
}

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

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

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

big {
	font-size: 125%
}

*,
:after,
:before {
	box-sizing: inherit
}

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

blockquote,
q {
	quotes: "" ""
}

ol,
ul {
	margin: 0 0 1.5em
}

ul {
	list-style: disc
}

ol {
	list-style: decimal
}

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

dt {
	font-weight: 700
}

dd {
	margin: 0 1.5em 1.5em
}

figure {
	margin: 1em 0
}

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, .8);
	font-size: .75rem;
	line-height: 1;
	padding: .6em 1em .4em
}

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

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

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

select {
	border: 1px solid #ccc
}

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

a:active,
a:hover {
	color: #b233c8
}

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

.main-navigation {
	clear: both;
	display: block
}

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

.main-navigation li {
	position: relative
}

.main-navigation a {
	display: block
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(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 a {
	width: 200px
}

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

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

.main-navigation.toggled #primary-menu,
.menu-toggle {
	display: block
}

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

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

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

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute!important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal!important
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip: auto!important;
	color: #21759b;
	display: block;
	font-size: .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
}

#content[tabindex="-1"]:focus {
	outline: 0
}

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

.clear:after,
.clear:before,
.comment-content:after,
.comment-content:before,
.entry-content:after,
.entry-content:before,
.site-content:after,
.site-content:before,
.site-footer:after,
.site-footer:before,
.site-header:after,
.site-header:before {
	content: "";
	display: table;
	table-layout: fixed
}

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

.widget {
	margin: 0 0 1.5em
}

.widget select {
	max-width: 100%
}

.sticky {
	display: block
}

.hentry {
	margin: 0 0 1.5em
}

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

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

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

.bypostauthor {
	display: block
}

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none
}

.infinity-end.neverending .site-footer {
	display: block
}

.comment-content .wp-smiley,
.entry-content .wp-smiley,
.page-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0
}

embed,
iframe,
object {
	max-width: 100%
}

.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: .8075em 0
}

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

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

.gallery-columns-4 .gallery-item {
	max-width: 25%
}

.gallery-columns-5 .gallery-item {
	max-width: 20%
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66667%
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28571%
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11111%
}

.gallery-caption {
	display: block
}

@font-face {
	font-family: MuseoSansRegular;
	src: url(../fonts/MuseoSans/MuseoSansRegular/MuseoSansRegular.eot);
	src: url(../fonts/MuseoSans/MuseoSansRegular/MuseoSansRegular.eot?#iefix) format("embedded-opentype"), url(../fonts/MuseoSans/MuseoSansRegular/MuseoSansRegular.woff) format("woff"), url(../fonts/MuseoSans/MuseoSansRegular/MuseoSansRegular.ttf) format("truetype");
	font-style: normal;
	font-weight: 400
}

@font-face {
	font-family: MuseoSansItalic;
	src: url(../fonts/MuseoSans/MuseoSansItalic/MuseoSansItalic.eot);
	src: url(../fonts/MuseoSans/MuseoSansItalic/MuseoSansItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/MuseoSans/MuseoSansItalic/MuseoSansItalic.woff) format("woff"), url(../fonts/MuseoSans/MuseoSansItalic/MuseoSansItalic.ttf) format("truetype");
	font-style: normal;
	font-weight: 400
}

@font-face {
	font-family: MuseoSansMedium;
	src: url(../fonts/MuseoSans/MuseoSansMedium/MuseoSansMedium.eot);
	src: url(../fonts/MuseoSans/MuseoSansMedium/MuseoSansMedium.eot?#iefix) format("embedded-opentype"), url(../fonts/MuseoSans/MuseoSansMedium/MuseoSansMedium.woff) format("woff"), url(../fonts/MuseoSans/MuseoSansMedium/MuseoSansMedium.ttf) format("truetype");
	font-style: normal;
	font-weight: 400
}

@font-face {
	font-family: MuseoSansMediumItalic;
	src: url(../fonts/MuseoSans/MuseoSansMediumItalic/MuseoSansMediumItalic.eot);
	src: url(../fonts/MuseoSans/MuseoSansMediumItalic/MuseoSansMediumItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/MuseoSans/MuseoSansMediumItalic/MuseoSansMediumItalic.woff) format("woff"), url(../fonts/MuseoSans/MuseoSansMediumItalic/MuseoSansMediumItalic.ttf) format("truetype");
	font-style: normal;
	font-weight: 400
}

@font-face {
	font-family: MuseoSansLight;
	src: url(../fonts/MuseoSans/MuseoSansLight/MuseoSansLight.eot);
	src: url(../fonts/MuseoSans/MuseoSansLight/MuseoSansLight.eot?#iefix) format("embedded-opentype"), url(../fonts/MuseoSans/MuseoSansLight/MuseoSansLight.woff) format("woff"), url(../fonts/MuseoSans/MuseoSansLight/MuseoSansLight.ttf) format("truetype");
	font-style: normal;
	font-weight: 400
}

@font-face {
	font-family: MuseoSansBlack;
	src: url(../fonts/MuseoSans/MuseoSansBlack/MuseoSansBlack.eot);
	src: url(../fonts/MuseoSans/MuseoSansBlack/MuseoSansBlack.eot?#iefix) format("embedded-opentype"), url(../fonts/MuseoSans/MuseoSansBlack/MuseoSansBlack.woff) format("woff"), url(../fonts/MuseoSans/MuseoSansBlack/MuseoSansBlack.ttf) format("truetype");
	font-style: normal;
	font-weight: 400
}

@font-face {
	font-family: MuseoSansBold;
	src: url(../fonts/MuseoSans/MuseoSansBold/MuseoSansBold.eot);
	src: url(../fonts/MuseoSans/MuseoSansBold/MuseoSansBold.eot?#iefix) format("embedded-opentype"), url(../fonts/MuseoSans/MuseoSansBold/MuseoSansBold.woff) format("woff"), url(../fonts/MuseoSans/MuseoSansBold/MuseoSansBold.ttf) format("truetype");
	font-style: normal;
	font-weight: 400
}

.debug {
	height: 100vh;
	position: fixed;
	width: 100%
}

.debug>div {
	height: inherit;
	max-width: 1110px;
	padding-left: 30px;
	padding-right: 30px;
	margin: 0 auto
}

.debug>div>div {
	height: inherit;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px
}

.debug>div>div>div {
	box-sizing: border-box;
	margin-left: 15px;
	margin-right: 15px;
	word-wrap: break-word;
	width: calc(4.166666666666667% - 30px);
	height: inherit;
	outline: #ff0 solid 1px;
	background: rgba(0, 0, 0, .2)
}

body {
	background: #867eba;
	font-size: 1.041875rem;
	color: #323637
}

strong {
	font-family: MuseoSansMedium, sans-serif
}

b {
	font-family: MuseoSansBold, sans-serif;
	font-weight: 400
}

em {
	font-family: MuseoSansItalic, sans-serif;
	font-style: normal
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: MuseoSansMedium, sans-serif;
	line-height: 1.2
}

.site {
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	background-color: #f0f1ef;
	background-position: center 0;
	background-repeat: no-repeat
}

.container {
	max-width: 1110px;
	padding-left: 30px;
	padding-right: 30px;
	margin: 0 auto
}

.row-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px
}

.col {
	box-sizing: border-box;
	margin-left: 15px;
	margin-right: 15px;
	word-wrap: break-word
}

.site-header {
	max-width: 1110px;
	padding-left: 30px;
	padding-right: 30px;
	margin: 0 auto 2.2em;
	padding-top: 4em;
	color: #213243
}

.site-header-top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 1.5em
}

.site-header-top>div {
	box-sizing: border-box;
	margin-left: 15px;
	margin-right: 15px;
	word-wrap: break-word
}

.site-branding {
	width: calc(45.833333333333336% - 30px);
	min-height: 250px;
	padding-right: 4rem;
}

.site-title {
	font-size: 4.166875rem;
	font-family: MuseoSansBlack, sans-serif;
	line-height: 1;
	text-transform: uppercase;
	margin-bottom: .1em;
	color: #62327d;
	background-image: -webkit-linear-gradient(left, #63317e, #2e7f44);
	background-image: linear-gradient(to right, #63317e, #2e7f44);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

.site-title a {
	text-decoration: none;
	color: #62327d
}

.site-title a span:last-child {
	text-indent: -9999em;
	background: url(../img/logo.png) 5px center no-repeat;
	display: inline-block;
	width: 63px;
	height: 63px
}

.site-description {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	font-family: MuseoSansMedium, sans-serif;
	line-height: 1.3
}

.site-description p {
	box-sizing: border-box;
	margin-left: 15px;
	margin-right: 15px;
	word-wrap: break-word;
	width: calc(83.33333333333334% - 30px)
}

.site-intro {
	width: calc(33.333333333333336% - 30px);
	font-size: .78125rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.site-intro>div {
	display: inline-block;
	margin-left: auto
}

.site-intro .textwidget a {
	color: #889199;
	font-size: .91125rem;
	text-align: right;
	text-decoration: none
}

.site-intro .menu {
	list-style: none;
	padding: 0
}

.site-intro .menu li {
	margin-bottom: .8em
}

.site-intro .menu li:last-child {
	margin-bottom: 0
}

.site-intro .menu a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	line-height: 1.3;
	min-height: 38px
}

.site-intro .menu a img._before {
	margin-right: .6em
}

.site-intro .menu a span {
	color: #323637;
	font-family: MuseoSansMedium, sans-serif;
	text-decoration: underline;
	display: inline-block
}

.site-intro .menu a span::after {
	content: ' от Маргариты Левченко';
	font-family: MuseoSansLight, sans-serif;
	display: block;
	text-decoration: none
}

.site-intro .menu a:hover span {
	text-decoration: none
}

.main-navigation {
	height: 50px;
	background-color: rgba(255, 255, 255, .8);
	background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, .19), rgba(33, 50, 67, 0));
	background-image: linear-gradient(to top, rgba(255, 255, 255, .19), rgba(33, 50, 67, 0));
	border-radius: 10px;
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
	word-wrap: break-word
}

.main-navigation .row-flex {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.main-navigation .row-flex>div,
.main-navigation .row-flex>ul {
	box-sizing: border-box;
	margin-left: 15px;
	margin-right: 15px;
	word-wrap: break-word
}

.main-navigation a {
	color: #0eacff;
	text-decoration: none
}

.main-navigation .current_page_item a,
.main-navigation a:hover {
	color: #323637
}

#primary-menu {
	display: none;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 50px;
	width: calc(55% - 30px)
}

#primary-menu li {
	margin-right: 18px
}

.socialmedia-menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 50px
}

.socialmedia-menu li {
	margin-left: 3px;
	margin-right: 3px;
	float: none;
	text-align: center
}

.socialmedia-menu li:first-child {
	margin-left: 0
}

.socialmedia-menu li:last-child {
	margin-right: 0
}

.socialmedia-menu li a {
	font-size: 16px;
	width: 34px;
	height: 34px;
	border-radius: 100%;
	background-color: #fff;
	box-shadow: 0 0 51px rgba(0, 0, 0, .07);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.socialmedia-menu li a i {
	margin: 0!important
}

.socialmedia-menu li a:hover {
	background-color: rgba(255, 255, 255, .3);
	text-decoration: none
}

.socialmedia-menu li i {
	position: relative
}

.socialmedia-menu li.youtube a {
	color: #c73232
}

.socialmedia-menu li.vkontakte a {
	color: #6996c7
}

.socialmedia-menu li.facebook a {
	color: #496194
}

.socialmedia-menu li.facebook i {
	top: 1px;
	left: -1px
}

.socialmedia-menu li.twitter a {
	color: #28c3ff
}

.socialmedia-menu li.twitter i {
	top: 1px
}

.socialmedia-menu li.instagram i {
	background: -webkit-linear-gradient(#285aeb 5%, #d6249f 30%, #fd5949 90%, #fdf497 95%) no-repeat;
	background: linear-gradient(#285aeb 5%, #d6249f 30%, #fd5949 90%, #fdf497 95%) no-repeat;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	top: 1px
}

.socialmedia-menu.widget {
	display: block!important
}

.socialmedia-menu.widget ul {
	display: -webkit-box!important;
	display: -webkit-flex!important;
	display: -ms-flexbox!important;
	display: flex!important;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: auto
}

::-webkit-input-placeholder {
	opacity: 1
}

::-moz-placeholder {
	opacity: 1
}

:-ms-input-placeholder {
	opacity: 1
}

:-moz-placeholder {
	opacity: 1
}

.search-form {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 50px
}

.search-form input {
	border: none;
	height: 34px;
	background-color: rgba(102, 124, 135, .2);
	box-shadow: none;
	color: #fff;
	font-family: MuseoSansMedium, sans-serif;
	font-size: .8rem;
	letter-spacing: .01em
}

.search-form input::-webkit-input-placeholder {
	color: #fff
}

.search-form input::-moz-placeholder {
	color: #fff
}

.search-form input:-ms-input-placeholder {
	color: #fff
}

.search-form input:-moz-placeholder {
	color: #fff
}

.search-form input.search-field {
	width: 194px;
	border-radius: 0 17px 17px 0
}

.search-form input.search-field:focus {
	color: #fff
}

.search-form input.search-submit {
	width: 36px;
	border-radius: 17px 0 0 17px;
	text-indent: -9999em;
	background: url(../img/icon-search.svg) center center no-repeat rgba(102, 124, 135, .2);
	cursor: pointer
}

.site-content {
	max-width: 1110px;
	padding-left: 30px;
	padding-right: 30px;
	margin: 0 auto
}

.content-area {
	box-sizing: border-box;
	margin-left: 15px;
	margin-right: 15px;
	word-wrap: break-word;
	width: calc(75% - 30px)
}

.site-main {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px
}

.site-main .post-navigation {
	max-width: 1110px;
	margin: 0 15px 30px;
	box-sizing: border-box;
	word-wrap: break-word;
	width: 100%;
	background-color: #fff;
	border-radius: 10px;
	padding: 1em 30px
}

.hentry {
	box-sizing: border-box;
	margin-left: 15px;
	margin-right: 15px;
	word-wrap: break-word;
	width: calc(100% - 30px);
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
	padding-top: 2.4em;
	margin-bottom: 30px;
	color: #323637
}

.hentry .entry-content,
.hentry .entry-header,
.hentry .entry-summary {
	max-width: 87.18%;
	margin-left: auto;
	margin-right: auto
}

.hentry .entry-footer {
	border-top: 1px solid rgba(0, 0, 0, .07);
	padding-top: .7em
}

.single-testimonial .hentry .entry-footer {
	border-top: none
}

.hentry .entry-footer .entry-meta {
	max-width: 93.59%;
	margin-left: auto;
	padding-bottom: .7em;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.hentry .entry-footer .entry-meta .posted-on {
	box-sizing: border-box;
	margin-left: 15px;
	margin-right: 15px;
	word-wrap: break-word
}

.hentry .entry-footer .post-views {
	padding-top: 24px;
	background-position: center 0;
	background-repeat: no-repeat;
	background-image: url(../img/icon-views-big.svg);
	text-align: center;
	opacity: .8;
	display: block
}

.hentry .entry-footer .post-comments {
	padding-top: 24px;
	background-position: center 0;
	background-repeat: no-repeat;
	background-image: url(../img/icon-comments.svg);
	text-align: center;
	opacity: .8
}

.hentry .entry-active {
	border-top: 1px solid rgba(0, 0, 0, .07);
	font-size: .91125rem;
	color: #9e9e9e;
	font-family: MuseoSansLight, sans-serif
}

.hentry .entry-active .inner {
	max-width: 93.59%;
	margin-left: auto
}

.hentry .entry-active .inner .row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.hentry .entry-active .inner .row>div {
	padding-top: 1em;
	padding-bottom: 1em;
	border-left: 1px solid rgba(0, 0, 0, .07)
}

.hentry .entry-active .inner .row>div:first-child {
	border-left: none
}

.hentry .active-1th {
	width: calc(66.66666666666667% - 30px);
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.hentry .active-1th p {
	margin: 0
}

.hentry .active-1th ul {
	left: -3px;
	position: relative
}

.hentry .active-2th,
.hentry .active-3th {
	padding-left: 15px;
	padding-right: 15px;
	word-wrap: break-word;
	width: calc(16.666666666666668% - 30px)
}

.entry-meta {
	font-size: .78125rem;
	color: #72757a;
	margin-bottom: .9em
}

.entry-meta a {
	color: #8b8ebe;
	font-family: MuseoSansMedium, sans-serif
}

.entry-meta .byline a {
	color: #b233c8
}

.entry-meta>span {
	margin-left: 7px
}

.entry-meta>span::before {
	content: '';
	width: 4px;
	height: 4px;
	background-color: #d5effb;
	border-radius: 4px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -1px;
	margin-right: 6px
}

.entry-meta>span:first-child {
	margin-left: 0
}

.entry-meta>span:first-child::before {
	display: none
}

body.error404 .entry-title,
body.page .entry-title,
body.single .entry-title {
	font-size: 2.25rem;
	line-height: 1.2;
	margin-bottom: .6em
}

body.error404 .entry-meta,
body.page .entry-meta,
body.single .entry-meta {
	margin-bottom: 0
}

body.error404 .entry-meta>span,
body.page .entry-meta>span,
body.single .entry-meta>span {
	margin-left: 0
}

body.error404 .entry-meta>span::before,
body.page .entry-meta>span::before,
body.single .entry-meta>span::before {
	display: none
}

body.error404 .entry-meta .posted-on,
body.page .entry-meta .posted-on,
body.single .entry-meta .posted-on {
	padding-right: 1em
}

body.error404 .hentry,
body.page .hentry {
	padding-bottom: 2.8em
}

body.error404 .hentry .entry-footer,
body.page .hentry .entry-footer {
	padding-top: 1.1em
}

body.error404 .hentry .entry-footer .row-flex,
body.page .hentry .entry-footer .row-flex {
	max-width: 87.18%;
	margin-left: auto;
	margin-right: auto
}

body.error404 .content-area {
	width: calc(100% - 30px)
}

body.error404 .content-area .site-main {
	box-sizing: border-box;
	margin-left: 15px;
	margin-right: 15px;
	word-wrap: break-word
}

body.error404 .content-area .error-404 {
	width: 100%
}

body.error404 .content-area .page-content {
	background-color: #fff;
	border-radius: 10px;
	word-wrap: break-word;
	padding: 1.5em 15px
}

.no-results.not-found {
	background-color: #fff;
	border-radius: 10px;
	width: calc(100% - 30px);
	max-width: 1110px;
	margin: 0 auto;
	padding: 1.5em 30px
}

.no-results.not-found .page-title {
	margin-left: 0
}

blockquote {
	background: #f9f9f9;
	border-left: 10px solid #ccc;
	margin: 1.5em 10px;
	padding: .5em 10px;
	quotes: "\201C" "\201D" "\2018" "\2019"
}

blockquote:before {
	color: #ccc;
	content: open-quote;
	font-size: 4em;
	line-height: .1em;
	margin-right: .25em;
	vertical-align: -.4em
}

blockquote p {
	display: inline
}

.archive .hentry,
.blog .hentry {
	box-sizing: border-box;
	margin-left: 15px;
	margin-right: 15px;
	word-wrap: break-word;
	width: calc(50% - 30px);
	padding-top: 0;
	padding-bottom: 1.5em
}

.archive .entry-header,
.blog .entry-header {
	max-width: none
}

.archive .entry-top,
.blog .entry-top {
	position: relative;
	margin-bottom: 1.5em;
	background-color: #213243;
	min-height: 50px;
	border-radius: 11px 11px 0 0
}

.archive .entry-top img,
.blog .entry-top img {
	vertical-align: top;
	opacity: .9;
	display: block
}

.archive .entry-top a:hover,
.blog .entry-top a:hover {
	opacity: .8
}

.archive .entry-top .post-views,
.blog .entry-top .post-views {
	color: #fff;
	position: absolute;
	bottom: 16px;
	right: 38px;
	font-size: .78125rem;
	padding-left: 28px
}

.archive .entry-top .post-views::before,
.blog .entry-top .post-views::before {
	content: '';
	background: url(../img/icon-view-small.svg) no-repeat;
	width: 23px;
	height: 12px;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-filter: drop-shadow(1.2px 2.8px 9px rgba(0, 0, 0, .63));
	filter: drop-shadow(1.2px 2.8px 9px rgba(0, 0, 0, .63))
}

.archive .entry-content,
.archive .entry-meta,
.archive .entry-title,
.blog .entry-content,
.blog .entry-meta,
.blog .entry-title {
	max-width: 84%;
	margin-left: auto;
	margin-right: auto
}

.archive .entry-title,
.blog .entry-title {
	font-size: 1.301875rem;
	font-family: MuseoSansRegular, sans-serif;
	line-height: 1.2;
	margin-bottom: .6em
}

.archive .entry-title a,
.blog .entry-title a {
	text-decoration: none;
	color: #323637
}

.archive .entry-title a:hover,
.blog .entry-title a:hover {
	color: #8b8ebe
}

.archive .entry-content p:last-child,
.blog .entry-content p:last-child {
	margin-bottom: 0
}

.archive .type-course {
	text-align: center;
	background-color: #f6f8f9;
	padding-bottom: .3em
}

.archive .type-course .entry-header {
	border-bottom: 3px solid #fff;
	padding-bottom: 1.8em
}

.archive .type-course .entry-title {
	font-size: 1.041875rem;
	font-family: MuseoSansMedium, sans-serif;
	margin-bottom: 0;
	max-width: 60%;
	min-height: 40px
}

.archive .type-course .entry-content p {
	font-family: MuseoSansBlack, sans-serif;
	font-size: 1.301875rem;
	display: inline-block;
	background-color: #f6f8f9;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	top: -16px
}

.type-course .entry-top {
	padding-top: 1.3em;
	padding-bottom: 1.3em;
	margin-bottom: 1.3em;
	background-color: #fff
}

.type-course .entry-top img {
	opacity: 1;
	display: inline-block
}

.type-course .entry-top a:hover {
	opacity: .8
}

.type-course .course-links {
	max-width: 94%;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.type-course .course-links a, input.buy {
	background-color: #8c86bf;
	border-radius: 10px;
	font-family: MuseoSansMedium, sans-serif;
	color: #fff;
	display: inline-block;
	padding: 16px;
	text-decoration: none;
	margin: 0 4px 8px;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.type-course .course-links a.buy , input.buy {
	background-color: #b233c8
}

.type-course .course-links a:hover , input.buy:hover{
	opacity: .85
}

.type-course .entry-active .active-1th {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: calc(58.333333333333336% - 30px)
}

.type-course .entry-active .active-2th {
	text-align: center;
	width: calc(41.66666666666667% - 30px)
}

.type-course .entry-active .buy {
	font-size: 1.041875rem;
	background-color: #b233c8;
	border-radius: 10px;
	font-family: MuseoSansMedium, sans-serif;
	color: #fff;
	display: block;
	padding: 16px;
	text-decoration: none
}

.type-course .entry-active .buy:hover {
	opacity: .85
}

.page-header {
	width: calc(100% - 30px);
	box-sizing: border-box;
	margin-left: 15px;
	margin-right: 15px;
	word-wrap: break-word
}

.page-header .page-title {
	font-size: 1.301875rem;
	margin-left: 10px
}

.search .page-title {
	font-family: MuseoSansRegular, sans-serif
}

.search .page-title span {
	font-family: MuseoSansMedium, sans-serif;
	font-size: 120%
}

.search .hentry {
	padding-top: 1.6em;
	padding-bottom: 1.6em
}

.search .hentry .entry-title {
	font-size: 1.301875rem
}

.search .hentry .entry-title a {
	text-decoration: none
}

.search .entry-summary p:last-child {
	margin-bottom: 0
}

.pagination {
	box-sizing: border-box;
	margin-left: 15px;
	margin-right: 15px;
	word-wrap: break-word;
	width: 100%;
	padding-top: 1em
}

.pagination .nav-links {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	padding-left: 15px;
	padding-right: 15px;
	word-wrap: break-word;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: .78125rem;
	text-align: center
}

.pagination .nav-links span {
	width: 35px;
	height: 35px;
	background-color: #fff;
	box-shadow: 0 0 58px rgba(0, 0, 0, .2);
	display: inline-block;
	border-radius: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-left: 5px;
	margin-right: 5px
}

.pagination .nav-links a {
	width: 35px;
	height: 35px;
	display: inline-block;
	border-radius: 100%;
	text-decoration: none;
	font-family: MuseoSansMedium, sans-serif;
	color: #323637;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	margin-left: 5px;
	margin-right: 5px
}

.pagination .nav-links a.next,
.pagination .nav-links a.prev {
	width: auto;
	border-radius: 20px;
	padding-left: 15px;
	padding-right: 15px
}

.pagination .nav-links a:hover {
	background-color: #fff
}

.widget {
	margin-bottom: 2em
}

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

.widget-title {
	text-transform: uppercase
}

.widget-area {
	font-size: .78125rem;
	box-sizing: border-box;
	margin-left: 15px;
	margin-right: 15px;
	word-wrap: break-word;
	width: calc(25% - 30px)
}

.widget-area .widget-title {
	font-family: MuseoSansRegular, sans-serif;
	margin-bottom: .7em
}

.widget-area .widget-title span:last-child {
	font-family: MuseoSansBlack, sans-serif;
	font-size: 20px;
	display: block
}

.widget-area .widget_categories li {
	margin-bottom: 3px;
	position: relative
}

.widget-area .widget_categories .post_count {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	font-size: .5625rem;
	font-family: MuseoSansLight, sans-serif;
	line-height: 1;
	color: #fff;
	background-color: #8b8ebe;
	padding: 4px 5px 3px;
	border-radius: 0 5px
}

.widget-area .widget_categories a {
	background-color: #fff;
	border-radius: 5px;
	padding: 0 20px 0 60px;
	text-transform: uppercase;
	font-family: MuseoSansBlack, sans-serif;
	font-size: .78125rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	line-height: 1;
	position: relative;
	height: 42px
}

.widget-area .widget_categories a:hover {
	box-shadow: inset 0 0 5px #dfdcd5;
	color: #8b8ebe
}

.widget-area .widget_categories a::before {
	content: '';
	width: 34px;
	height: 34px;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../img/icon-category.svg);
	position: absolute;
	left: 15px;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
	display: block;
	-webkit-filter: drop-shadow(0 0 34px rgba(150, 151, 200, .5));
	filter: drop-shadow(0 0 34px rgba(150, 151, 200, .5))
}

.widget-area .widget_categories .cat-item-gimnastika-lica a::before {
	background-image: url(../img/icon-gymnasticsface.svg)
}

.widget-area .widget_categories .cat-item-massazh a::before {
	background-image: url(../img/icon-massage.svg)
}

.widget-area .widget_categories .cat-item-zhenskoe-zdorove a::before {
	background-image: url(../img/icon-womenshealth.svg)
}

.widget-area .widget_categories .cat-item-samomassazh a::before {
	background-image: url(../img/icon-selfmassage.svg)
}

.widget-area .widget_categories .cat-item-meditacija a::before {
	background-image: url(../img/icon-meditation.svg)
}

.widget-area .sa_owl_theme .owl-dots {
	bottom: -20px!important;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.widget-area .sa_owl_theme .owl-dots .owl-dot {
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	margin-left: 4px;
	margin-right: 4px
}

.widget-area .sa_owl_theme .owl-dots .owl-dot span {
	height: 2px!important;
	border-radius: 0!important;
	margin: 0!important;
	width: 100%!important
}

.widget-area .sa_owl_theme .owl-item>div {
	border-radius: 5px
}

.subscribe-box {
	text-align: center;
	background-color: #8b83be;
	background-image: -webkit-linear-gradient(bottom, #a7b4d6 0, #8b83be 100%);
	background-image: linear-gradient(to top, #a7b4d6 0, #8b83be 100%);
	border-radius: 4px;
	box-shadow: 0 0 58px rgba(0, 0, 0, .07);
	color: #fff;
	padding-top: 30px;
	padding-bottom: 30px
}

.subscribe-box .inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 76%
}

.subscribe-box p {
	text-transform: uppercase;
	letter-spacing: .01em
}

.subscribe-box form {
	padding-top: 112px;
	background: url(../img/subscribe.png) center 0 no-repeat
}

.subscribe-box .form-input input {
	height: 40px;
	border-radius: 20px;
	border: 1px solid #fff;
	text-align: center;
	font-size: .78125rem;
	width: 100%;
	margin-bottom: 8px
}

.subscribe-box .form-input input .mce_inline_error {
	box-shadow: 0 0 2px #ff000
}

.subscribe-box .form-button input {
	height: 40px;
	border-radius: 20px;
	border: none;
	text-align: center;
	background-color: #b233c8;
	color: #fff;
	font-family: MuseoSansBlack, sans-serif;
	width: 100%;
	cursor: pointer;
	text-transform: uppercase
}

.subscribe-box #mce-responses {
	margin-bottom: .5em
}

.events-box {
	font-size: 1.041875rem
}

.events-box li {
	margin-bottom: 3px
}

.events-box a {
	background-color: #fff;
	border-radius: 5px;
	padding: 12px 15px;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	color: #b233c8;
	line-height: 1.2
}

.events-box a strong {
	color: #8b8ebe;
	font-family: MuseoSansBlack, sans-serif;
	display: block
}

.events-box a:hover {
	box-shadow: inset 0 0 5px #dfdcd5
}

.site-footer {
	color: #72757a;
	padding-top: 155px;
	padding-bottom: 1em;
	background-position: center bottom;
	background-repeat: no-repeat;
	min-height: 522px;
	margin-top: -78px
}

.site-footer .widget {
	margin-bottom: 1.4em
}

.site-footer .widget>div,
.site-footer .widget>ul {
	font-size: .78125rem;
	font-family: MuseoSansLight, sans-serif
}

.site-footer .widget-title {
	font-family: MuseoSansMedium, sans-serif;
	color: #323637;
	margin-bottom: .6em;
	font-size: 1.0425rem
}

.site-footer li {
	margin-bottom: 5px
}

.site-footer a {
	color: #72757a;
	text-decoration: none;
	font-family: MuseoSansMedium, sans-serif
}

.site-footer .current-cat a,
.site-footer a:hover {
	text-decoration: underline
}

.widget-footer-area {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 2.5em
}

.widget-footer-area .area-1th {
	box-sizing: border-box;
	margin-left: 15px;
	margin-right: 15px;
	word-wrap: break-word;
	width: calc(29.166666666666668% - 30px)
}

.widget-footer-area .area-2th {
	box-sizing: border-box;
	margin-left: 15px;
	margin-right: 15px;
	word-wrap: break-word;
	width: calc(20.833333333333336% - 30px)
}

.widget-footer-area .area-3th {
	box-sizing: border-box;
	margin-left: 15px;
	margin-right: 15px;
	word-wrap: break-word;
	width: calc(29.166666666666668% - 30px)
}

.widget-footer-area .area-4th {
	box-sizing: border-box;
	margin-left: 15px;
	margin-right: 15px;
	word-wrap: break-word;
	width: calc(20.833333333333336% - 30px)
}

.widget-siteinfo-area {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-height: 105px
}

.widget-siteinfo-area .widget {
	text-align: right;
	margin: auto 15px 0 auto;
	width: calc(33.333333333333336% - 30px)
}

.widget-siteinfo-area .widget>div {
	max-width: 90%;
	margin-left: auto
}

.comments-area {
	box-sizing: border-box;
	margin-left: 15px;
	margin-right: 15px;
	word-wrap: break-word;
	background-color: #fff;
	border-radius: 10px;
	width: 100%;
	padding-top: 1.2em;
	overflow: hidden
}

.comment-form,
.comment-list,
.comment-respond h3,
.site-main .comment-navigation {
	margin-left: auto;
	margin-right: auto
}

.comment-form input[type=email],
.comment-form input[type=text],
.comment-form input[type=url],
.comment-form textarea {
	border: none;
	border-radius: 10px;
	font-size: .91125rem
}

.comment-form input[type=email],
.comment-form input[type=text],
.comment-form input[type=url] {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 22%;
	height: 42px;
	width: 97.5%;
	background-position: 9% center;
	background-repeat: no-repeat
}

.comment-form,
.comment-respond h3 {
	max-width: 87%
}

input {
	outline: 0
}

input:-webkit-autofill {
	-webkit-box-shadow: inset 0 0 0 50px #fff!important;
	-webkit-text-fill-color: #555!important;
	color: #555!important;
	padding-left: 0!important
}

.comment-form-author input {
	background-image: url(../img/icon-comment-name.svg)
}

.comment-form-email input {
	background-image: url(../img/icon-comment-email.svg)
}

.comment-form-url input {
	background-image: url(../img/icon-comment-url.svg)
}

.comment-form input[type=submit] {
	background-color: #b233c8;
	color: #fff;
	height: 48px;
	width: 100%;
	border-radius: 10px;
	border: none;
	box-shadow: none;
	font-size: .91125rem;
	font-family: MuseoSansMedium, sans-serif
}

.comment-form input[type=submit]:hover {
	background-color: #8b8ebe
}

.comments-title {
	font-size: 1.171875rem;
	font-family: MuseoSansLight, sans-serif;
	margin: 0 0 1em
}

.comments-title span {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 87%
}

.comment-form,
.site-main .comment-navigation {
	display: block
}

.comment-respond {
	background-color: #f8f8f8;
	display: table;
	padding-top: 2em;
	padding-bottom: 1.8em;
	width: 100%
}

.comment-respond h3 {
	text-align: right;
	display: block
}

.comment-list {
	margin-bottom: 4em;
	display: block
}

.comment-list .comment-respond {
	padding-top: 1em;
	padding-bottom: 1em;
	margin-bottom: 2em;
	border-radius: 10px
}

.comment-list .comment-respond h3 {
	width: 92%
}

.comment-list .comment-respond .comment-form {
	max-width: 90%
}

.comment-list .comment-respond .comment-form input[type=email],
.comment-list .comment-respond .comment-form input[type=text],
.comment-list .comment-respond .comment-form input[type=url] {
	padding-left: 10%;
	width: 100%;
	background-position: 3% center;
	margin-left: 0;
	margin-right: 0
}

.comment-list .comment-respond .comment-form textarea {
	height: 6em
}

.comment-list .comment-respond .comment-form-author,
.comment-list .comment-respond .comment-form-email,
.comment-list .comment-respond .comment-form-url {
	width: 100%;
	float: none
}

.comment-form p {
	margin-bottom: .8em
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
	width: 33.33%;
	float: left
}

.comment-form-email input,
.comment-form-email label {
	margin-left: 1.5%;
	margin-right: 1.5%
}

.comment-form-url input,
.comment-form-url label {
	margin-left: 3%
}

p.comment-form-comment {
	margin-bottom: .5em
}

.comment-form textarea {
	padding-top: 1em;
	max-width: 100%;
	padding-left: 2.7%
}

.comment-body {
	margin-bottom: 1.5em;
	padding-top: 1.3em;
	border-top: 1px solid #f1f1f1
}

.comment-author {
	padding-top: 5px;
	font-size: 1.301875rem;
	color: #555
}

.comment-author b {
	font-family: MuseoSansRegular, sans-serif
}

.comment-author a.url {
	text-decoration: none
}

.comment-author a:hover {
	opacity: .8
}

.comment-author a.url:hover {
	opacity: .6
}

.comment-author .says {
	display: none
}

.comment-metadata {
	font-size: .75rem
}

.comment-metadata a,
.pingback .edit-link a {
	text-decoration: none;
	color: #9e9e9e
}

.pingback .edit-link a:hover {
	text-decoration: underline
}

.pingback .edit-link {
	margin-left: .5em;
	padding-left: .5em;
	border-left: 1px solid #9e9e9e
}

.comment-content,
.comment-metadata a:hover {
	color: #323637
}

.comment-metadata .edit-link a {
	color: #8b8ebe;
	margin-left: 3px;
	margin-right: 3px
}

.comment-metadata .edit-link a:hover {
	text-decoration: underline
}

.avatar,
.children .children .avatar {
	border-radius: 100%;
	float: left;
	margin-left: 0;
	margin-right: 18px;
	margin-top: -8px
}

.comment-content,
.pingback .comment-body {
	border: 1px solid #f1f1f1;
	font-size: .91125rem;
	margin-left: 82px;
	margin-top: 8px;
	padding: 12px 18px 0;
	border-radius: 4px
}

.comment-content p {
	margin-bottom: 1em
}

.pingback .comment-body {
	margin-left: 0;
	padding-bottom: 1.5em;
	line-height: 1.5
}

.comment-list {
	margin-top: .8em;
	padding: 0;
	max-width: 76%;
	list-style: none
}

.comment-list ol,
.comment-list ul {
	list-style: none
}

.comment-list .comment {
	position: relative
}

.comment-list .children {
	padding-left: 60px
}

.comment-list .children .comment-body {
	border-top: none;
	padding-top: 0
}

.comment-list .children .comment-awaiting-moderation {
	left: -10px;
	right: auto
}

.comment-list .children .children .reply {
	left: auto;
	right: 0
}

.comment-list .children .children .comment-awaiting-moderation {
	left: auto;
	right: -10px
}

.comment-list .comment:first-child .comment-body {
	border-top: none
}

.comment-list .reply {
	position: absolute;
	right: 0;
	top: 2.5em
}

.comment-reply-link {
	border: 1px solid rgba(0, 0, 0, .08);
	border-radius: 4px;
	width: 34px;
	height: 34px;
	display: block;
	text-indent: -9999em;
	position: relative
}

.comment-reply-link::after {
	content: '';
	background: url(../img/icon-reply-arrow.svg) center 45% no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 34px;
	height: 34px;
	display: block
}

.comment-reply-link:hover {
	opacity: .6
}

.comment-reply-link:active {
	opacity: 1
}

.children .comment-author,
.children .comment-metadata {
	text-align: right
}

.children .avatar {
	float: right;
	margin-right: 0;
	margin-left: 18px
}

.children .comment-content {
	margin-left: 0;
	width: 85.3%
}

.comment-list .children .reply {
	top: 1.2em;
	left: 0;
	right: auto
}

.comment-list .children .reply .comment-reply-link::after {
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
	-webkit-filter: FlipH;
	filter: FlipH
}

.comment-list .bypostauthor>.comment-body .comment-author a,
.comment-list .bypostauthor>.comment-body .comment-author b {
	color: #ff6146
}

.children .children {
	margin-left: 0;
	padding-left: 0
}

.children .children .comment-content {
	margin-left: 81px;
	width: auto
}

.children .children .comment-author,
.children .children .comment-metadata {
	text-align: left
}

.comment-list .parent:last-child {
	border-bottom: none
}

.no-comments {
	background-color: #999;
	color: #fff;
	display: table;
	font-weight: 700;
	margin: 1em auto;
	padding: .5em 1em;
	text-align: center
}

.comment-form label {
	display: none;
	font-size: 13px;
	padding-left: 5px;
	padding-right: 5px;
	position: relative;
	z-index: 2;
	margin-bottom: 3px
}

.comment-meta {
	position: relative
}

.comment-awaiting-moderation {
	font-size: .78125rem;
	margin-bottom: 0;
	color: #b233c8;
	background-color: #fff;
	border: 1px solid #f1f1f1;
	padding: 3px 7px;
	border-radius: 4px;
	position: absolute;
	bottom: -22px;
	left: auto;
	right: -10px;
	z-index: 2
}

.comment-reply-title {
	margin-bottom: 0
}

#cancel-comment-reply-link {
	font-size: .91125rem;
	padding: 5px 16px 6px;
	text-decoration: none;
	display: inline-block;
	margin-bottom: .8em;
	border: 1px solid #8b8ebe;
	border-radius: 10px;
	font-family: MuseoSansRegular, sans-serif
}

#cancel-comment-reply-link:hover {
	background-color: #b233c8;
	border-color: #b233c8;
	color: #fff
}

.comment-form .logged-in-as {
	margin-bottom: 1em;
	font-weight: 400
}

.comment-form .logged-in-as a {
	font-weight: 500;
	text-decoration: none
}

.comment-form .logged-in-as a:last-child {
	padding: .3em .5em;
	margin-left: .5em;
	font-weight: 300
}

.site-main .comment-navigation {
	padding-top: 1em;
	margin-bottom: 1em
}

.site-main #comment-nav-above {
	padding-top: 2em
}

.p-4 {
	padding: 1.5rem
}

.rounded {
	border-radius: .25rem
}

.bg-faded {
	background-color: #f7f7f7
}

.form-group {
	margin-bottom: 1rem
}

.form-group label {
	display: inline-block;
	margin-bottom: .5rem
}

.form-group label .small,
.form-group label small {
	font-size: 80%;
	font-weight: 400
}

.page .form-control {
	display: block;
	width: 100%;
	padding: .5rem .75rem;
	font-size: 1rem;
	line-height: 1.25;
	color: #464a4c;
	background-color: #fff;
	background-image: none;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: .25rem;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.page .btn {
	display: inline-block;
	font-family: MuseoSansMedium, sans-serif;
	line-height: 1.25;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .7rem 1.5rem .75rem;
	font-size: 1.2rem;
	border-radius: .25rem;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.page .btn-primary {
	color: #fff;
	background-color: #0275d8;
	border-color: #0275d8
}

.page .clear {
	padding-top: .5em
}

@media screen and (min-width:601px) {
	.site {
		background-image: url(../img/bg-top_2.png)
	}
}

@media screen and (min-width:801px) {
	.menu-toggle {
		display: none
	}
	#primary-menu {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex
	}
	.site-footer {
		background-image: url(../img/bg-bottom.jpg)
	}
}

@media screen and (max-width:1024px) {
	.container,
	.debug>div,
	.site-header {
		padding-left: 20px;
		padding-right: 20px
	}
	.site-branding {
		width: calc(50% - 30px)
	}
	.site-title {
		font-size: 3.4375rem
	}
	.site-title a span:last-child {
		top: 5px;
		left: 3px;
		position: relative;
		width: 43px;
		height: 43px;
		background-position: 0 0;
		background-size: contain
	}
	#primary-menu li {
		margin-right: 10px
	}
	.main-navigation .search-form {
		position: relative
	}
	.main-navigation .search-form input {
		width: 34px;
		height: 34px
	}
	.main-navigation .search-form input.search-field {
		width: 34px;
		border-radius: 17px;
		background-image: url(../img/icon-search.svg);
		background-repeat: no-repeat;
		background-position: center center;
		text-indent: -9999px;
		cursor: pointer
	}
	.main-navigation .search-form input.search-field:focus {
		color: #fff;
		width: 360px;
		text-indent: inherit;
		padding-left: 30px;
		background-position: 12px center;
		background-color: #dadfe1;
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		margin-top: auto;
		margin-bottom: auto
	}
	.main-navigation .search-form input.search-submit {
		display: none
	}
	.site-content,
	.site-main .post-navigation {
		padding-left: 20px;
		padding-right: 20px
	}
	.hentry .active-1th {
		width: calc(58.333333333333336% - 30px)
	}
	.hentry .active-2th,
	.hentry .active-3th {
		width: calc(20.833333333333336% - 30px)
	}
	.no-results.not-found {
		padding-left: 20px;
		padding-right: 20px
	}
	.archive .type-course .entry-title {
		max-width: 80%
	}
	.type-course .entry-active .active-2th {
		width: calc(41.66666666666667% - 30px)
	}
	.site-footer {
		background-position: 35% bottom
	}
	.widget-footer-area {
		margin-bottom: 0
	}
	.widget-footer-area .area-3th {
		width: calc(33.333333333333336% - 30px)
	}
	.widget-footer-area .area-4th {
		width: calc(16.666666666666668% - 30px)
	}
	.widget-siteinfo-area .widget {
		width: calc(41.66666666666667% - 30px)
	}
	.comment-list {
		max-width: 87%
	}
}

@media screen and (max-width:930px) {
	ol,
	ul {
		padding-left: 1.5em
	}
	.container,
	.debug>div,
	.site-header {
		padding-left: 20px;
		padding-right: 20px
	}
	.site-header {
		margin-bottom: 1.6em
	}
	.site-content {
		padding-left: 20px;
		padding-right: 20px
	}
	.content-area {
		width: calc(66.66666666666667% - 30px)
	}
	.site-main .post-navigation {
		padding-left: 20px;
		padding-right: 20px
	}
	.hentry {
		padding-top: 1.5em
	}
	.hentry .active-1th {
		width: calc(50% - 30px)
	}
	.hentry .active-2th,
	.hentry .active-3th {
		width: calc(25% - 30px)
	}
	body.error404 .entry-title,
	body.page .entry-title,
	body.single .entry-title {
		font-size: 1.75rem
	}
	body.error404 .hentry .entry-footer .row-flex,
	body.page .hentry .entry-footer .row-flex {
		max-width: 90%
	}
	body.error404 .content-area {
		width: calc(100% - 30px)
	}
	.no-results.not-found {
		padding-left: 20px;
		padding-right: 20px
	}
	.archive .hentry,
	.blog .hentry {
		width: calc(100% - 30px)
	}
	.archive .entry-content,
	.archive .entry-meta,
	.archive .entry-title,
	.blog .entry-content,
	.blog .entry-meta,
	.blog .entry-title {
		max-width: 90%
	}
	.archive .type-course .entry-header {
		max-width: 100%
	}
	.type-course .course-links {
		max-width: 98%
	}
	.type-course .entry-active .active-2th {
		width: calc(41.66666666666667% - 30px)
	}
	.widget-area {
		width: calc(33.333333333333336% - 30px)
	}
	.site-footer {
		background-position: 30% bottom
	}
	.widget-footer-area {
		margin-bottom: .5em
	}
	.comment-form input[type=email],
	.comment-form input[type=text],
	.comment-form input[type=url] {
		padding-left: 10%;
		width: 100%;
		background-position: 3% center;
		margin-left: 0;
		margin-right: 0
	}
	.comment-form,
	.comment-respond h3,
	.comments-title span {
		max-width: 92%
	}
	.comment-form-author,
	.comment-form-email,
	.comment-form-url {
		float: none;
		width: 100%
	}
	.comment-content,
	.pingback .comment-body {
		margin-left: 0
	}
	.comment-list {
		max-width: 92%
	}
	.comment-list .children {
		padding-left: 0
	}
	.children .children .comment-content,
	.children .comment-content {
		width: auto
	}
	.children .children .comment-content {
		margin-left: 0
	}
}

@media screen and (max-width:860px) {
	.container,
	.debug>div,
	.no-results.not-found,
	.site-content,
	.site-header,
	.site-main .post-navigation {
		padding-left: 15px;
		padding-right: 15px
	}
	.site-footer {
		background-position: 28% bottom
	}
}

@media screen and (max-width:800px) {
	.container,
	.debug>div,
	.site-header {
		padding-left: 15px;
		padding-right: 15px
	}
	.site-header {
		padding-top: 2em
	}
	.site-branding {
		width: calc(58.333333333333336% - 30px);
		min-height: 0
	}
	.site-title {
		font-size: 2.8125rem
	}
	.site-title a span:last-child {
		width: 34px;
		height: 34px;
		left: 3px
	}
	.site-description p {
		width: calc(75% - 30px)
	}
	.site-intro {
		width: calc(41.66666666666667% - 30px)
	}
	#primary-menu {
		display: none;
		height: auto;
		position: absolute;
		z-index: 100;
		left: 0;
		top: 3.4em;
		background-color: #fff;
		border-radius: 10px;
		box-shadow: 0 1px 5px rgba(0, 0, 0, .2)
	}
	#primary-menu li {
		margin: 0;
		border-bottom: 1px solid #eee
	}
	#primary-menu li a {
		padding: 15px 25px
	}
	#primary-menu li a:hover {
		background-color: #f1f1f1
	}
	#primary-menu li:first-child a {
		border-radius: 10px 10px 0 0
	}
	#primary-menu li:last-child {
		margin-bottom: 0;
		border-bottom: none
	}
	#primary-menu li:last-child a {
		border-radius: 0 0 10px 10px
	}
	.menu-toggle {
		-webkit-align-self: center;
		-ms-flex-item-align: center;
		align-self: center;
		border: none;
		background-color: transparent;
		padding: 0;
		box-sizing: border-box;
		margin-left: 15px;
		margin-right: 15px;
		word-wrap: break-word
	}
	.menu-toggle span {
		width: 40px;
		height: 5px;
		background-color: #72757a;
		margin: 6px 0;
		display: block;
		-webkit-transition: .4s;
		transition: .4s
	}
	.menu-toggle[aria-expanded=true] .bar1 {
		-webkit-transform: rotate(-45deg) translate(-9px, 6px);
		-ms-transform: rotate(-45deg) translate(-9px, 6px);
		transform: rotate(-45deg) translate(-9px, 6px)
	}
	.menu-toggle[aria-expanded=true] .bar2 {
		opacity: 0
	}
	.menu-toggle[aria-expanded=true] .bar3 {
		-webkit-transform: rotate(45deg) translate(-8px, -8px);
		-ms-transform: rotate(45deg) translate(-8px, -8px);
		transform: rotate(45deg) translate(-8px, -8px)
	}
	.site-content,
	.site-main .post-navigation {
		padding-left: 15px;
		padding-right: 15px
	}
	.hentry .entry-active .inner {
		max-width: 100%;
		margin-left: 0
	}
	.hentry .entry-active .inner .row>div.active-2th {
		border-left: none
	}
	.hentry .active-1th {
		width: calc(100% - 30px);
		border-bottom: 1px solid rgba(0, 0, 0, .07);
		padding-left: 15px;
		padding-right: 15px;
		word-wrap: break-word
	}
	.hentry .active-1th>div {
		display: table;
		margin-left: auto;
		margin-right: auto
	}
	.hentry .active-2th,
	.hentry .active-3th {
		width: calc(50% - 30px);
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1
	}
	.no-results.not-found {
		padding-left: 15px;
		padding-right: 15px
	}
	.archive .type-course .entry-title {
		max-width: 90%
	}
	.type-course .entry-active .active-2th {
		width: calc(100% - 30px)
	}
	.pagination {
		padding-top: 0
	}
	.site-footer {
		min-height: 0;
		margin-top: 0;
		padding-top: 3em
	}
	.widget-footer-area {
		margin-bottom: 1em
	}
	.widget-footer-area .area-1th {
		width: calc(16.666666666666668% - 30px)
	}
	.widget-footer-area .area-2th {
		width: calc(25% - 30px)
	}
	.widget-footer-area .area-3th {
		width: calc(37.5% - 30px)
	}
	.widget-footer-area .area-4th {
		width: calc(20.833333333333336% - 30px)
	}
	.widget-siteinfo-area .widget {
		width: calc(100% - 30px);
		text-align: center;
		margin-left: 15px
	}
	.widget-siteinfo-area .widget>div {
		max-width: 100%;
		margin-left: 0
	}
}

@media screen and (max-width:700px) {
	.container,
	.debug>div,
	.site-header {
		padding-left: 15px;
		padding-right: 15px
	}
	.site-title {
		font-size: 2.5rem;
		margin-bottom: .3em
	}
	.site-title a span:last-child {
		width: 30px;
		height: 30px;
		top: 4px
	}
	.site-content {
		padding-left: 15px;
		padding-right: 15px
	}
	.content-area {
		width: calc(100% - 30px);
		margin-bottom: 1.8em
	}
	.site-main .post-navigation {
		padding-left: 15px;
		padding-right: 15px
	}
	body.error404 .content-area {
		width: calc(100% - 30px)
	}
	.no-results.not-found {
		padding-left: 15px;
		padding-right: 15px
	}
	.widget-area {
		width: calc(100% - 30px)
	}
}

@media screen and (max-width:600px) {
	.container,
	.debug>div,
	.site-header {
		padding-left: 10px;
		padding-right: 10px
	}
	.site-title {
		font-size: 2.25rem
	}
	.site-title a span:last-child {
		width: 26px;
		height: 26px
	}
	.main-navigation {
		height: auto;
		padding-top: 5px;
		padding-bottom: 5px
	}
	#primary-menu {
		height: auto
	}
	.socialmedia-menu li {
		margin-left: 6px;
		margin-right: 6px
	}
	.socialmedia-menu li a {
		width: 40px;
		height: 40px
	}
	.socialmedia-menu.widget ul {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.socialmedia-menu.widget ul li {
		margin-bottom: 12px
	}
	.socialmedia-menu.widget ul li:first-child {
		margin-left: 6px
	}
	.socialmedia-menu.widget ul li:last-child {
		margin-right: 6px
	}
	.main-navigation .search-form input {
		width: 40px;
		height: 40px;
		font-size: .91125rem
	}
	.main-navigation .search-form input.search-field {
		width: 40px;
		border-radius: 40px;
		background-size: 18px
	}
	.main-navigation .search-form input.search-field:focus {
		padding-left: 45px;
		background-position: 16px center
	}
	.no-results.not-found,
	.site-content,
	.site-main .post-navigation {
		padding-left: 10px;
		padding-right: 10px
	}
	.site-footer {
		padding-top: 1em
	}
	.site-footer .widget>div,
	.site-footer .widget>ul {
		font-size: .91125rem
	}
	.widget-footer-area {
		text-align: center;
		margin-bottom: 3em
	}
	.widget-footer-area .area-1th,
	.widget-footer-area .area-2th,
	.widget-footer-area .area-3th,
	.widget-footer-area .area-4th {
		width: calc(100% - 30px)
	}
	.widget-siteinfo-area .widget {
		margin-bottom: 1em
	}
}

@media screen and (max-width:480px) {
	.container,
	.debug>div,
	.site-header {
		padding-left: 10px;
		padding-right: 10px
	}
	.site-branding {
		width: calc(100% - 30px);
		text-align: center
	}
	.site-title span:nth-child(10) {
		display: block
	}
	.site-description p,
	.site-intro {
		width: calc(100% - 30px)
	}
	.site-intro {
		font-size: .91125rem
	}
	.site-intro>div {
		margin-left: 0
	}
	.site-intro .textwidget {
		text-align: center
	}
	.site-intro .menu {
		margin-left: auto;
		margin-right: auto;
		display: table
	}
	.search-menu {
		width: calc(100% - 30px)
	}
	.search-menu .search-form label {
		width: 100%
	}
	.search-menu .search-form input.search-field {
		width: 100%;
		padding-left: 45px;
		background-position: 16px center;
		text-indent: inherit;
		cursor: default
	}
	.search-menu .search-form input.search-field:focus {
		width: 100%;
		position: relative
	}
	.no-results.not-found,
	.site-content,
	.site-main .post-navigation {
		padding-left: 10px;
		padding-right: 10px
	}
}

ul.breadcrumb li {
    list-style: none;
    display: inline-block;
    padding: 0 5px;
    font-size: .8em;
}
.filter-ul-course
{
    margin: 0px 3.5em 1.5em 0.5em;
}
.filter-ul
{
    margin: 0px 7.5em 1.5em 5.5em;
}
.col-2 {
    width: 18%;
    display: inline-block;
    float: right;
    text-align: right;
}
@media(max-width:600px)
{
   .col-2 { width:36%;}
}
.col-8 {
    width: 82%;
    display: inline-block;
    float: right;
}
.filter-ul li {
    list-style: none;
    display: inline-block;
    padding: 0 10px;
}
.filter-ul li.active a
{
    font-weight:800;
    color:#000;
    text-decoration:none;
}
.filter-ul-course li {
    list-style: none;
    display: inline-block;
    padding: 0 10px;
}
.filter-ul-course li.active a
{
    font-weight:800;
    color:#000;
    text-decoration:none;
}
.filter
{
    background:#fff;
    margin: 0 0 1.5em 0;
}
.filter  .entry-title
{
        text-align: center;
    padding: 1.5em 0 0 0;
}
.home .content-area2 {
    box-sizing: border-box;
    word-wrap: break-word;
    width: calc(100% - 30px);
    margin: 0 auto;
    overflow: hidden;
}
.home .content-area2.events{
    display: flex;
}

.home .content-area2 .entry-content
{
    display: flex;
    padding: 30px 0px;
}
.home  .entry-header h1, .home .entry-header h2
{
    text-align:center;
}
.home h1
{
    margin-bottom:0px;
}
.home .entry-content
{
    max-width: calc(100% - 30px);
    
}

.home .col-6
{
    width: 50%;
    float: left;
    padding: 0 15px;
}
@media(max-width:600px)
{
    .home .col-6
    {
        width:100%;
    }

}
.home .entry-content .col-6 a
{
    float:right;
}
.content-area2 .events-box li {
    margin: 3px;
    display: inline-block;
    width: calc(33% - 1px);
    float: left;
}
@media(max-width:600px)
{
    .content-area2 .events-box li
    {
        width:100%;
    }
}
.content-area2 .events-box li a
{
    min-height:100px;
}
.content-area2 .events-box li:first-child
{
    margin-right:0px;
    
}
.content-area2 .events-box li:last-child
{
    margin-left:0px;
}
@media(max-width:600px)
{

    .content-area2 .events-box li:last-child {
        margin-left: 3px; 
    }
}
.owl-stage .reviews
{
    padding: 6% 7%;
    margin: 0px 0%;
    background-image: url("");
    background-position: left top;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: rgb(248, 249, 247);
    min-height: 120px;
}

a.text-center {
    text-align: center;
    display: block;
    margin: 10px 0;
}

.blog .content-area2 .entry-header h2
{
    text-align:left;
}
.blog .content-area2 .entry-content
{
        max-width: 84%;
    margin-left: auto;
    margin-right: auto;
}
.fix-main-news .hentry
{
    display: inline-block;
    width: calc(50% - 18px);
}
.fix-main-news .hentry:first-child
{
    margin-left:0px;
}
.fix-main-news .hentry:last-child
{
    margin-right:0px;
}
.fix-main-blog .hentry
{
    display: inline-block;
    min-height:700px;
    width: calc(50% - 20px);
}
.fix-main-blog .hentry:first-child
{
    margin-left:0px;
}
.fix-main-blog .hentry:last-child
{
    margin-right:0px;
}
input.error
{
    border: 2px dashed red !important;
    background: #ffecec;
}
.comment-form-email
{
    width:66.66%;
}
.comment-form input[type=email]
{
    width: 48.75%;
    padding-left: 11%;    
}
.all-course{
    background-color: #8c86bf;
    border-radius: 10px;
    font-family: MuseoSansMedium, sans-serif;
    color: #fff;
    display: inline-block;
    padding: 11px;
    text-decoration: none;
    margin: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.all-course:hover{
    opacity: .85;
    color: #fff;
}
/*# sourceMappingURL=styles.css.map */
.hybridauth {
    min-height: 90px;
    margin: 1em 3.2em;
    vertical-align: middle;
}
.hybridauth .ha-avatar {
    position: absolute;
    width: 75px;
    margin-top: 0px !important;
    border-radius: 50%;
}
.hybridauth .ha-info {
    margin-left: 96px;
    display: inline-block;
    /* height: 75px; */
    vertical-align: middle;
    margin-top: 25px;
}
.fix-main-news .hentry {
    min-height: 540px;
}
.content-area-full
{
        width: calc(100% - 30px);
}