/*!
Theme Name: School78
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: school78
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.

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

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

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

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

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

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

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

body {
	margin: 0;
}

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

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

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

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

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

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

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

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

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

a {
	background-color: transparent;
}

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

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

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

b,
strong {
	font-weight: bolder;
}

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

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

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

small {
	font-size: 80%;
}

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

img {
	border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
	vertical-align: baseline;
}

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

textarea {
	overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
	display: block;
}

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

summary {
	display: list-item;
}

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

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

template {
	display: none;
}

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

[hidden] {
	display: none;
}

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

h1, h2, h3, h4, h5, h6 {
	clear: both;
	margin: 0;
}
h1.page-title{
	font-weight: 800;
	font-size: 40px;
	text-transform: uppercase;
	color: #002562;
	margin: 76px 0 28px 0;
}
h1.entry-title{
	font-weight: bold;
    font-size: 22px;
    text-transform: uppercase;
    color: #DE5F46;
    margin-bottom: 10px;
}
h2{
	font-weight: 800;
	font-size: 40px;
	text-transform: uppercase;
	color: #002562;
}
h2.section-title{
	font-size: 34px;
	font-weight: 700;
	text-transform: uppercase;
	color: #DE5F46;
	margin: 0 0 50px 0;
}
h3{
	font-weight: bold;
	font-size: 26px;
	text-transform: uppercase;
	color: #DE5F46;
}
h4{
	font-weight: bold;
	font-size: 20px;
	color: #DE5F46;
	margin-bottom: 1.5em;
}
p {
	margin-bottom: 1.5em;
	text-align: justify;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

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

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

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%;
	background: #fff;
}
td{
	border: 1px solid #ccc;
	padding: 8px;
}
td p{
	margin: 0;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

a:visited {
	color: inherit;
}

a:hover, a:focus, a:active {
	color: inherit;
}

a:focus {
	outline: 0;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.mobile-header{
	display: none;
}
.site-header{
	height: 112px;
	padding: 10px 0;
}
.menu-left{
	float: left;
	width: 40%;
}
.site-branding{
	float: left;
	width: 20%;
	text-align: center;
}
.menu-right{
	float: left;
	width: 40%;
	text-align: right;
}
.main-navigation {
	padding-top: 35px;
}

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

.main-navigation ul ul {
	box-shadow: 0px 4px 26px #C4C4C4;
	background-color: #fff;
	padding: 24px 12px;
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

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

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

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

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

.main-navigation li {
	display: inline-block;
	position: relative;
	
}
#menu-left li{
	padding: 18px 28px 18px 0;
}
#menu-right li{
	padding: 18px 0 18px 28px;
}

#menu-left .menu-item-has-children:after {
    content: url(/wp-content/themes/school78/img/chevron-bottom-icon.svg);
    position: absolute;
    top: 50%;
    right: 14px;
    -webkit-transform: translate(0, -60%);
	-moz-transform: translate(0, -60%);
	-o-transform: translate(0, -60%);
	-ms-transform: translate(0, -60%);
    transform: translate(0, -60%);
}
#menu-right .menu-item-has-children:after {
    content: url(/wp-content/themes/school78/img/chevron-bottom-icon.svg);
    position: absolute;
    top: 50%;
    right: -14px;
    -webkit-transform: translate(0, -60%);
	-moz-transform: translate(0, -60%);
	-o-transform: translate(0, -60%);
	-ms-transform: translate(0, -60%);
    transform: translate(0, -60%);
}
.main-navigation ul ul li{
	padding: 8px;
	text-align: left;
}
.main-navigation a {
	display: block;
	text-decoration: none;
	font-size: 18px;
	font-weight: 700;
	color: #002562 !important;
	position: relative;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.main-navigation a:hover:before{
	content: '';
	width: 100%;
	height: 6px;
	background: rgba(222, 95, 70, 0.7);
	position: absolute;
	left: 0;
	bottom: 4px;
	-webkit-transform: skewX(340deg);
	-moz-transform: skewX(340deg);
	-o-transform: skewX(340deg);
	-ms-transform: skewX(340deg);
	transform: skewX(340deg);
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.main-navigation .current-menu-item a:before,
.main-navigation .current-menu-parent a:before{
	content: '';
	width: 100%;
	height: 6px;
	background: rgba(222, 95, 70, 0.7);
	position: absolute;
	left: 0;
	bottom: 4px;
	-webkit-transform: skewX(340deg);
	-moz-transform: skewX(340deg);
	-o-transform: skewX(340deg);
	-ms-transform: skewX(340deg);
	transform: skewX(340deg);
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.main-navigation ul ul li a{
	font-weight: 400;
}
.main-navigation ul ul li a:hover:before,
.main-navigation .current-menu-parent ul li a:before{
	content: none;
}
.main-navigation ul ul li a:hover{
	color: #DE5F46 !important;
	font-weight: 700;
}
.main-navigation ul ul .current-menu-item a{
	color: #DE5F46 !important;
	font-weight: 700;
}


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

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

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

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

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

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
	margin-bottom: 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;
}

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

.entry-content {
	margin: 36px 0 100px 0;
}
.entry-content span{
	padding: 0 3px;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.container{
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.site-content{
	position: relative;
	overflow: hidden;
}
.grid-wrap{
	position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.grid-container{
	position: relative;
	height: 100%;
	max-width: 1140px;
	margin: 0 auto;
}
.grid-line{
	width: 1px;
    height: 100%;
    background: #E5E5E5;
    position: absolute;
    top: 0;
}
.grid-line-1 {
    left: 0;
}
.grid-line-2 {
    left: 50%;
}
.grid-line-3 {
    left: 100%;
}
.page__decor1{
	position: absolute;
	top: -80px;
    right: 140px;
}
.page__decor2{
	position: absolute;
	top: 250px;
    left: -160px;
}
.page__decor3{
	position: absolute;
    top: 800px;
    right: -150px;
}
.page__decor4{
	position: absolute;
    top: 1150px;
    right: -160px;
}
.page__decor5{
	position: absolute;
    top: 1700px;
    left: -150px;
}
.page__decor6{
	position: absolute;
	top: 2100px;
    left: -160px;
}
.page__decor7{
	position: absolute;
    top: -50px;
    right: -150px;
}
.error-404{
	min-height: 400px;
}
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer{
	background: rgba(229, 229, 229, 0.48);
	padding: 30px 0;
}
.footer-contact-info{
	padding: 24px 0 0 0;
}
.footer-contact-info h3{
	font-size: 18px;
	font-weight: 800;
	line-height: 1.3;
	color: #002562;
	margin-bottom: 16px;
	text-transform: uppercase;
}
.footer-contact-info__item {
	padding-left: 36px;
	margin-bottom: 16px;
	position: relative;
}
.footer-contact-info__item:before{
	width: 23px;
	height: 23px;
	text-align: center;
	position: absolute;
    left: 0;
    top: 0;
}
.tel-icon:before{
	content: url(/wp-content/themes/school78/img/tel-icon.svg);
}
.email-icon:before{
	content: url(/wp-content/themes/school78/img/email-icon.svg);
}
.address-icon:before{
	content: url(/wp-content/themes/school78/img/address-icon.svg);
}
.footer-contact-info__item a,
.footer-contact-info__item p{
	font-size: 16px;
	font-weight: 800;
	color: #002562;
	margin: 0;
}
.footer-contact-info__item a:hover{
	color: #DE5F46;
	text-decoration: none;
}
.footer-contact-info__social{
	margin-bottom: 32px;
}
.footer-contact-info__social a{
	display: inline-block;
    margin-right: 16px;
}
.footer-contact-info__social img{
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.footer-contact-info__social img:hover{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.site-info{
	font-size: 14px;
	font-weight: 600;
	color: #002562;
}
.footer-site-branding img{
	width: 70%;
}

/*--------------------------------------------------------------
## 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;
}
.entry-content img{
	max-width: 100%;
	height: auto;
}
.entry-content img.alignleft,
.entry-content img.alignright{
	max-width: 50%;
	width: 100%;
	height: auto;
}
/*--------------------------------------------------------------
## Main img
--------------------------------------------------------------*/
.main-img-wrap{
	width: 100%;
	height: 480px;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}
.main-container{
	max-width: 1260px;
	width: 100%;
	margin: 0 auto;
}
.main-title-box{
	position: relative;
	margin-top: 106px;
}
.main-title-box h1{
	font-weight: 800;
	font-size: 60px;
	text-transform: uppercase;
	color: #fff;
	max-width: 35%;
	background: rgba(222, 95, 70, 0.92);
	padding: 18px 15px;
	margin: 0;
}
.main-title-box{
    position: relative;   
}
.main-title-box:before{
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(222, 95, 70, 0.92);
	position: absolute;
	left: 0;
	top: 0;
	transform: translate(-100%, 0);
}
/*--------------------------------------------------------------
## Main quote
--------------------------------------------------------------*/
.main-quote{
	margin: 40px 0;
}
.main-quote__title{
	width: 30%;
	float: left;
	padding-top: 86px;
	padding-right: 80px;
}
.main-quote__content{
	position: relative;
	width: 70%;
	float: left;
	background: #E47C67;
	padding: 48px 0 25px 64px;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	text-align: justify;
}
.main-quote__content span{
	display: inline-block;
    float: right;
    font-size: 18px;
    font-style: italic;
}
.main-quote__content:before{
	content: '';
	width: 124px;
	height: 85px;
	background-image: url(/wp-content/themes/school78/img/quote-icon.svg);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: -40px;
	left: -13px;
}
.main-quote__content:after{
	content: '';
	width: 100%;
	height: 100%;
	background: #E47C67;
	position: absolute;
	right: 0;
	/*left: 0;*/
	top: 0;
	transform: translate(100%, 0);
}
.main-quote__decor1{
	position: absolute;
	bottom: -40px;
    left: -170px;
}
.main-quote__decor2{
	position: absolute;
	top: -30px;
    left: -150px;
}
/*--------------------------------------------------------------
## Main link
--------------------------------------------------------------*/
.main-link{
	padding: 40px 0 80px 0;
}
.main-link__item{
	height: 100%;
	background: #F7F7F7;
	padding-top: 24px;
	position: relative;
	cursor: pointer;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.main-link__item:hover{
	box-shadow: 4px 4px 33px rgba(8, 45, 105, 0.28);
}
.main-link__item:hover a{
	text-decoration: none;
}
.main-link__img{
	background-size: cover;
	background-repeat: no-repeat;
	padding-bottom: 78%;
}
.main-link__title{
	font-size: 23px;
	font-weight: 700;
	color: rgba(222, 95, 70, 0.9);
	text-transform: uppercase;
	line-height: 1;
	padding: 48px 90px 48px 36px;
	position: relative;
	z-index: 1;
}
.main-link__title:after{
	content: url(/wp-content/themes/school78/img/arrow-right-icon.svg);
	position: absolute;
	right: 36px;
}
.main-link__subtitle{
	position: absolute;
	left: 0;
	top: 70%;
}
.main-link__subtitle p{
	margin: 0;
	color: #fff;
	font-weight: bold;
	font-size: 34px;
	text-transform: uppercase;
	line-height: 2;
}
/*--------------------------------------------------------------
## Main study
--------------------------------------------------------------*/
.main-features{
	padding: 70px 0 100px 0;
}
.main-features h2{
	margin: 0 0 100px 0;
}
.main-features__wrap{
	margin-bottom: 50px;
}
.main-features__icon{
	width: 120px;
	height: 120px;
	border: 3px solid #CD5841;
	border-radius: 50%;
	display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    margin: 0 auto 36px auto;
}
.main-features__title h4{
	font-weight: 800;
	font-size: 18px;
	text-transform: uppercase;
	color: #002562;
	text-align: center;
}
.main-features__decor1{
	position: absolute;
	top: -50px;
    right: -135px;
}
.main-features__decor2{
	position: absolute;
	top: -100px;
    right: 340px;
}
/*--------------------------------------------------------------
## Main slider
--------------------------------------------------------------*/
.main-slider{
	padding-bottom: 170px;
	position: relative;
}
.main-slider h2{
	margin: 0 0 100px 0;
}
.main-slider__item{
	width: 100%;
	height: 580px !important;
	background-size: cover;
	background-position: center;
}
.slick-dots {
    list-style: none;
    text-align: center;
    margin: 12px 0;
    padding: 0;
}
.slick-dots li {
    display: inline-block;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 4px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: 0 0;
    position: relative;
}
.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    content: '';
    text-align: center;
    background: #C4C4C4;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    background: #DE5F46;
}
.slick-arrow{
	position: absolute;
	top: 45%;
	cursor: pointer;
}
.slick-prev{
	left: -60px;
}
.slick-next{
	right: -60px;
}
.main-slider__decor1{
	position: absolute;
	top: -30px;
    right: 20%;
}
.main-slider__decor2{
	position: absolute;
	top: -100px;
    left: 30%;
}
/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team-box{
	margin-bottom: 80px;
}
.team-item__wrap{
	margin-bottom: 50px;
}
.team-item{
	width: 100%;
	height: 100%;
	background: #F7F7F7;
	padding: 30px 30px 18px 30px;
	text-align: center;
}
.team-item__img{
	width: 100%;
	padding-bottom: 145%;
	background-size: cover;
	margin-bottom: 22px;
}
.team-item__name{
	font-weight: 800;
	font-size: 24px;
	text-transform: uppercase;
	color: rgba(222, 95, 70, 0.9);
	margin-bottom: 10px;
}
.team-item__position{
	font-weight: 800;
	font-size: 18px;
	text-transform: uppercase;
	color: #082D69;
}
.admin__decor1{
	position: absolute;
	top: -17px;
	right: -135px;
}
.admin__decor2{
	position: absolute;
	top: 370px;
    left: -150px;
}

.teachers__decor1{
	position: absolute;
	top: -80px;
	right: -135px;
}
.teachers__decor2{
	position: absolute;
	top: -80px;
    right: 340px;
}
.teachers__decor3{
	position: absolute;
	top: 800px;
    left: -150px;
}
.teachers__decor4{
	position: absolute;
	top: 1400px;
    left: -180px;
}
/*--------------------------------------------------------------
# Psychologist
--------------------------------------------------------------*/
.psychologist-intro{
	position: relative;
	padding-bottom: 80px;
	margin-bottom: 38px;
}
.psychologist-img__wrap{
	width: 50%;
}
.psychologist-img{
	width: 100%;
    padding-bottom: 53%;
    background-position: center;
    background-size: cover;
}
.psychologist-quote__wrap{
	width: 65%;
	height: auto;
	position: absolute;
	bottom: 0;
	right: 0;
	background: #E47C67;
	padding: 70px 43px 32px 63px;
}
.psychologist-quote__wrap:before{
	content: '';
    width: 124px;
    height: 85px;
    background-image: url(/wp-content/themes/school78/img/quote-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -40px;
    left: -13px;
}
.psychologist-quote{
	font-size: 28px;
    font-weight: 700;
    color: #fff;
    text-align: justify;
    clear: both;
    padding-bottom: 26px;
}
.psychologist-quote__wrap span {
    display: inline-block;
    float: right;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
}
.psychologist-content{
	padding-bottom: 40px;
}
.psychologist__decor1{
	position: absolute;
    top: 50px;
    right: 340px;
}
.psychologist__decor2{
	position: absolute;
    top: 100px;
    right: -135px;
}
.psychologist__decor3{
	position: absolute;
    top: 300px;
    left: -160px;
}
.psychologist__decor4{
	position: absolute;
    top: 800px;
    right: -150px;
}
.psychologist__decor5{
	position: absolute;
    top: 950px;
    left: -150px;
}
.psychologist__decor6{
	position: absolute;
    top: 1140px;
    right: -160px;
}
.psychologist__decor7{
	position: absolute;
    top: 1700px;
    left: -150px;
}
.psychologist__decor8{
	position: absolute;
    top: 2100px;
    left: -160px;
}
.flip-card__wrap{
	margin-bottom: 48px;
}
.flip-card{
	min-height: 540px;
	cursor: pointer;
	position: relative;
	margin-bottom: 48px;
}

.face {
	position: absolute;
	width: 100%;
	height: 100%;
}
.face.front{
	background: #F7F7F7;
	box-shadow: 4px 4px 33px rgba(8, 45, 105, 0.28);
	padding-top: 24px;
}
.face.back {
	display: block;
	box-sizing: border-box;
	padding: 24px 12px;
	background: #F7F7F7;
	box-shadow: 4px 4px 33px rgba(8, 45, 105, 0.28);
	left: unset;
	font-size: 14px;
}
.flip-card{
	transform-style: preserve-3d;
	transition: all 1.0s linear;
}
.flip-card:hover .front{
	-moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}

.flip-card:hover .back {
	-moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
	transform: rotateY(0deg);
}
.face {
	backface-visibility: hidden;
	transform-style: preserve-3d;
	transition: 0.5s;
}
.face.front {
	-moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
	transform: rotateY(0deg);
} 

.face.back {
	-moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.psychologis-card__img{
	width: 100%;
	padding-bottom: 82%;
	margin-bottom: 43px;
	background-size: cover;
	background-position: center;
}
.psychologis-card__title{
	padding: 0 36px 48px 36px;
	font-weight: bold;
	font-size: 23px;
	line-height: 1.5;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: #002562;
}
.face.back ul{
	padding: 0 0 0 20px;
	margin: 0;
	list-style: none;
}
.face.back ul li::before {
  content: "\2022"; 
  color: #DE5F46;
  font-size: 20px;
  line-height: 1;
  font-weight: bold; 
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}
/*--------------------------------------------------------------
# Sport
--------------------------------------------------------------*/
.sport-content__wrap{
	margin-bottom: 25px;
}
.sport-features{
	padding: 0 0 50px 0;
}
.sport-features h3{
	margin: 0 0 36px 0;
}
.sport-features__item{
	margin-bottom: 40px;
}
.sport-features__icon{
	width: 120px;
	height: 120px;
	border: 3px solid #CD5841;
	border-radius: 50%;
	display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    margin: 0 auto 36px auto;
}
.sport-features__title h4{
	font-weight: 800;
	font-size: 18px;
	text-transform: uppercase;
	color: #002562;
	text-align: center;
}
.sport__decor1{
	position: absolute;
    top: 380px;
    left: -160px;
}
.sport__decor2{
	position: absolute;
    top: 800px;
    right: -150px;
}
.sport__decor3{
	position: absolute;
    top: 1000px;
    left: -150px;
}
.sport__decor4{
	position: absolute;
    top: 1140px;
    right: -160px;
}
.sport__decor5{
	position: absolute;
    top: 1300px;
    right: 160px;
}
.sport__decor6{
	position: absolute;
    top: 1770px;
    left: -150px;
}
/*--------------------------------------------------------------
# Admission
--------------------------------------------------------------*/
.card-box{
	margin: 26px 0 110px 0;
	padding-left: 1px;
}
.card-box .card-item__wrap{
	margin-bottom: 46px;
}
.card-item{
	height: 100%;
	padding: 26px 0 21px 0;
	box-shadow: 0px 4px 40px rgba(228, 228, 228, 0.58);
	background: #fff;
}
/*.card-item:hover{
	box-shadow: 4px 4px 33px rgba(8, 45, 105, 0.28);
}*/
.card-item a:hover{
	text-decoration: none;
}
.card-item__inner{
	height: 100%;
	background: #F7F7F7;
}
.card__img{
	padding-bottom: 72%;
	background-size: cover;
    background-repeat: no-repeat;
    border-bottom: 22px solid #fff;
}
.card__title{
	font-weight: 800;
	font-size: 17px;
	text-align: center;
	letter-spacing: -0.01em;
	text-transform: uppercase;
	color: #DE5F46;
	padding: 15px 26px;
}
/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog-inner{
	margin-top: 26px;
}
.breadcrumbs{
	margin-bottom: 40px;
}
.breadcrumbs .post{
	font-weight: normal;
	font-size: 16px;
	color: #CD5841;
}
.breadcrumbs .divider{
	content: url(/wp-content/themes/school78/img/breadcrumbs-divider.svg);
	padding: 0 12px;
}
.post .entry-title{
	font-weight: bold;
	font-size: 22px;
	text-transform: uppercase;
	color: #DE5F46;
	margin-bottom: 10px;
}
.entry-meta{
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	color: #082D69;
}
.blog-slider__wrap{
	padding: 0 100px;
	margin-bottom: 200px;
}
.blog-slider{
	margin: 0;
	padding: 0;
	list-style: none;
}
.blog-slider li img{
	margin: 0 auto;
}
.blog-slider .slick-dots{
	margin: 36px 0 12px 0;
}
.blog-main{
	padding-bottom: 170px;
}
.blog-main h1.page-title{
	margin-bottom: 46px;
}
.blog-item{
	height: 100%;
	position: relative;
	padding-bottom: 75px;
}
.blog-item__thumb{
	display: block;
	padding-bottom: 78%;
	background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 8px;
    -webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.blog-item:hover .blog-item__thumb{
	transform: scale(1.05);
}
.blog-item__meta{
	font-weight: bold;
	font-size: 14px;
	color: #DE5F46;
	margin-bottom: 8px;
}
.blog-item__title{
	font-weight: bold;
	font-size: 21px;
	text-transform: uppercase;
	color: #002562;
	margin: 0 0 8px 0;
	min-height: 50px;
}
.blog-item__more{
	position: absolute;
	right: 0;
	bottom: 50px;
}
.pagination{
	-ms-flex-pack: center;
    justify-content: center;
}
.nav-links{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}
.nav-links .page-numbers{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
	width: 50px;
	height: 50px;
	font-weight: bold;
	font-size: 18px;
	color: #000000;
	background: #fff;
	border: 1px solid #fff;
}
.nav-links .page-numbers.current{
	background: #DE5F46;
	border: 1px solid #DE5F46;
	color: #fff;
}
.nav-links .page-numbers:hover{
	text-decoration: none;
	border: 1px solid #DE5F46;
}
.blog__decor1{
	position: absolute;
    top: 250px;
    left: -150px;
}
.blog__decor2{
	position: absolute;
    top: 650px;
    left: -160px;
}
.blog__decor3{
	position: absolute;
    top: 750px;
    right: -150px;
}
.blog__decor4{
	position: absolute;
    top: 1100px;
    right: -160px;
}
/*--------------------------------------------------------------
# Achievement
--------------------------------------------------------------*/
.achievement-item{
	margin-bottom: 70px;
}
.achievement-item h2{
	font-weight: bold;
	font-size: 22px;
	text-transform: uppercase;
	color: #DE5F46;
	margin: 0 0 20px 0;
	clear: none;
}
.achievement-item__img{
	display: inline;
    float: left;
    padding-right: 45px;
    padding-bottom: 45px;
    margin-right: 15px;
    max-width: 50%;
    position: relative;
}
.achievement-item__img:before{
	content: '';
	width: 136px;
	height: 186px;
	position: absolute;
	right: 15px;
	bottom: 15px;
	background: #DE5F46;
	z-index: -1;
}
/*--------------------------------------------------------------
# Custom posts
--------------------------------------------------------------*/
.report-cat{
	margin-top: 55px;
}
.report-cat__icon{
	width: 120px;
    height: 120px;
    border: 3px solid #CD5841;
    border-radius: 50%;
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    margin: 0 auto 36px auto;
}
.report-list{
	padding: 0 72px;
	margin: 0;
	list-style: none;
}
.report-list li{
	margin-bottom: 18px;
}
.report-list li a{
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	color: #002562;
}
.doc__decor1{
	position: absolute;
    top: 200px;
    left: -150px;
}
.doc__decor2{
	position: absolute;
    top: 600px;
    left: -160px;
}
.doc__decor3{
	position: absolute;
    top: 300px;
    right: -160px;
}
.toparents-inner{
	min-height: 450px;
}

/*--------------------------------------------------------------
# Mobile
--------------------------------------------------------------*/

@media screen and (max-width: 1024px){
#masthead{
	display: none;
}
.mobile-header{
	display: block;
	padding: 4px 15px;
	position: fixed;
	width: 100%;
	background: #fff;
	box-shadow: 1px 1px 8px rgba(8, 45, 105, 0.28);
	height: 90px;
	z-index: 99;
}
.mobile-site-branding img{
	max-width: 160px;
}
.mobile-button {
    width: 40px;
    height: 32px;
    float: right;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translate3d(0,-50%,0);
    -moz-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
    background: transparent;
    cursor: pointer;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.one, .two, .three {
    width: 40px;
    height: 3px;
    background: #002562;
    border-radius: .5px;
    margin: 6px auto;
    backface-visibility: hidden;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}
.mobile-button.on .one {
    -moz-transform: rotate(30deg) translate(4px,4px);
    -ms-transform: rotate(30deg) translate(4px,4px);
    -webkit-transform: rotate(30deg) translate(4px,4px);
    transform: rotate(30deg) translate(4px,4px);
}
.mobile-button.on .two {
    opacity: 0;
}
.mobile-button.on .three {
    -moz-transform: rotate(-30deg) translate(6px,-10px);
    -ms-transform: rotate(-30deg) translate(6px,-10px);
    -webkit-transform: rotate(-30deg) translate(6px,-10px);
    transform: rotate(-30deg) translate(6px,-10px);
}
.mobile-nav {
    display: block;
    position: fixed;
    top: 90px;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    padding: 0 30px;
    background: #fff;
}
.mobile-nav.hidden {
    display: none;
}
.mobile-navigation{
	padding: 32px 0;
}
#mobile-menu-left,
#mobile-menu-right{
	margin: 0;
	padding: 0;
	list-style: none;
}
.mobile-navigation ul li{
	padding: 8px;
}
.mobile-navigation ul li a{
	font-weight: bold;
	font-size: 18px;
	line-height: 25px;
	color: #002562 !important;
}
.mobile-navigation ul li.current_page_item a{
	color: #DE5F46 !important;
}
.mobile-navigation ul li .sub-menu{
	margin: 0;
	list-style: none;
	display: none;
}
.mobile-navigation .menu-item-has-children{
	padding-right: 18px;
	position: relative;
}
.mobile-navigation .menu-item-has-children:after {
    content: url(/wp-content/themes/school78/img/chevron-bottom-icon.svg);
    position: absolute;
    top: 8px;
    right: 0;
}
#content{
	padding-top: 90px;
}
.grid-wrap{
	display: none;
}
.page-decore{
	display: none;
}
.site-info{
	display: block !important;
}
.main-img-wrap {
    height: 350px;
}
.main-title-box h1 {
    font-size: 40px;
    max-width: 80%;
}
.main-quote__title {
    width: 100%;
    float: none;
    padding: 0 0 80px 0;
}
.main-quote__content:before {
    content: '';
    width: 90px;
    height: 62px;
    top: -30px;
    left: -13px;
}
.main-quote__content {
    width: 100%;
    float: none;
    padding: 32px 0 48px 52px;
    font-size: 14px;
}
.main-quote__content span {
    font-size: 12px;
}
.main-link .col-md-4{
	margin-bottom: 40px;
}
.main-features {
    padding: 0 0 40px 0;
}
.main-features h2 {
    margin: 0 0 40px 0;
}
.main-features__item{
	padding-bottom: 24px;
}
.main-slider h2 {
    margin: 0 0 40px 0;
}
.main-slider__item {
    height: 320px !important;
}
.main-slider {
    padding-bottom: 80px;
}
h1.page-title {
    margin: 40px 0 28px 0;
}
h2.section-title {
    margin: 0 0 40px 0;
}
.blog-main {
    padding-bottom: 80px;
}
.breadcrumbs .post {
    font-size: 12px;
}
.entry-content {
    margin: 36px 0 60px 0;
}
.blog-slider__wrap {
    padding: 0 30px;
    margin-bottom: 80px;
}
.slick-prev {
    left: -30px;
}
.slick-next {
    right: -30px;
}
.report-list {
    padding: 0 32px;
}
h3 {
    font-size: 20px;
}
.sport-features {
    padding: 0;
}
.psychologist-quote__wrap {
    padding: 32px 24px 48px 52px;
}
.psychologist-quote__wrap:before {
    content: '';
    width: 90px;
    height: 62px;
    top: -30px;
    left: -13px;
}
.psychologist-quote {
    font-size: 18px;
    padding-bottom: 26px;
}
.psychologist-quote__wrap span {
    font-size: 14px;
}
.psychologist-intro {
    padding-bottom: 40px;
}

}
@media screen and (max-width: 768px){
.entry-content img.alignleft, 
.entry-content img.alignright {
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-top: 15px;
    margin-bottom: 15px;
}
.achievement-item__img {
    display: block;
    float: none;
    padding-right: 20px;
    padding-bottom: 20px;
    margin-right: 0;
    margin-bottom: 20px;
    max-width: 100%;
    position: relative;
}
.achievement-item__img:before {
    width: 100px;
    height: 150px;
    right: 0;
    bottom: 0;
}
.report-list {
    padding: 0;
    margin: 0;
    list-style: none;
}
.psychologist-img__wrap {
    width: 100%;
}
.psychologist-quote__wrap {
    width: 100%;
    position: relative;
    padding: 32px 15px 48px 52px;
}
.psychologist-quote__wrap:before {
    content: '';
    width: 90px;
    height: 62px;
    top: -30px;
    left: -13px;
}
.psychologist-quote {
    font-size: 14px;
    padding-bottom: 26px;
}
.psychologist-quote__wrap span {
    font-size: 12px;
}
.face.back {
    font-size: 13px;
}


}

@media screen and (max-width: 576px){
.main-features__item{
	-ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.sport-features__item{
	-ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

}