/*
Theme Name: digitalmonkeyschool.com
Author: Fanis Lee
Author URI: https://esfanduel.com
Version: 1.0
*/

/**
* @section body
*/
body {
	background-color: #fff;
	color: #444;
	font-family: 'Nunito', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	font-variant: normal;
	line-height: 24px;
	overflow-x: hidden;
}
h1, h2, h3, h4, h4, h6 {
	font-weight: 700;
	line-height: 1.1;
	padding: 0;
	margin: 0 0 15px 0;
}
.flexbox {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.flex-basis-6 {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    flex-basis: 49%;
}
.flex-basis-6 + .flex-basis-6 {
	margin-left: 2%;
}
.img-responsive {
	height: auto;
	max-width: 100%;
}
.red-btn {
	margin-top: 30px;
}
.red-btn a {
	background: red;
	border: 1px solid red;
	color: #fff;
	font-weight: 700;
	padding: 15px 25px;
	text-decoration: none;
}
.red-btn a:hover {
	background: transparent;
	border: 1px solid red;
	color: red;
	text-decoration: none;
}
/**
* @section title
*/
.title {
	position: relative;
	margin: 0 0 40px 0;
	text-align: left;
}
.title p:nth-child(1) {
	color: #222428;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-size: 40px;
	font-weight: 900;
	line-height: 40px;
	margin: 0;
}
/**
* @section header
*/
header {
	/*border-bottom: 1px solid #eaedf2;*/
	margin: 0;
	padding: 20px 0 0 0;
	position: relative;
}
#brand {
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    margin-top: 2px;
}
#brand a {
	color: #ff0000;
	text-decoration: none;
}
#brand img {
	height: 45px;
	margin-right: 20px;
}
#call-us {
	color: #0042da;
}
#call-us a {
	border-bottom: 1px solid #d9e8fe;
	color: #0042da;
	font-weight: 700;
	text-decoration: none;
}
#call-us a:hover {
	color: #0042da;
	border-bottom: 1px solid #d9e8fe;
	text-decoration: none;
	transition: all 0.3s;
}
/**
* @section navigation
*/
#nav-list,
#nav-list-inside {
	position: relative;
}
#nav-list ul,
#nav-list-inside ul {
	padding: 0;
	margin: 0;
}
#nav-list ul li,
#nav-list-inside ul li {
	display: inline-block;
	list-style: none;
	line-height: 1;
	padding: 0 0 0 35px;
	position: relative;
}
#nav-list ul li a,
#nav-list-inside ul li a {
	border-bottom: 1px solid transparent;
	color: #444;
	font-weight: 400;
	position: relative;
	text-decoration: none;
	text-transform: none;
}
#nav-list ul li a:hover,
#nav-list-inside ul li a:hover {
	color: #212121;
	border-bottom: 1px solid #212121;
	text-decoration: none;
	transition: all 0.3s;
}
/**
* @section cta
*/
#cover {
	/*border-bottom: 1px solid #eaedf2;*/
    position: relative;
}
.cover-img {
	background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    height: 350px;
	margin-top: 20px;
}
/*
.cover-img:before {
    content: '';
    background-image: url(assets/img/icons/wave.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100px;
    width: 500px;
    transform: rotate(90deg);
    position: absolute;
    top: 200px;
    left: -200px;
}
*/
.cover-title {
	padding: 50px 0;
	position: relative;
}
.cover-title h1 {
	color: #00adef;
	font-family: 'Prata', serif;
    font-style: normal;
    font-size: 35px;
    line-height: 1.4;
    margin-bottom: 10px;
}
.cover-title p:nth-child(2) {
	margin-bottom: 35px;
}
.cover-title h1 span {
	color: #0042da;
}
.cover-title a,
#lead a {
	background-color: #f0558d;
	border: 1px solid #f0558d;
	border-radius: 3px;
	color: #fff;
	font-weight: bold;
	padding: 12px 20px;
	text-decoration: none;
}
.cover-title a:hover,
#lead a:hover {
	background-color: #fff;
	border: 1px solid #f0558d;
	color: #f0558d;
	text-decoration: none;
}
/**
* @section our program
*/
.our-program {
	background-color: #f7f9fc;
	padding: 80px 0 0 0;
	position: relative;
	margin-bottom: 120px;
}
.our-program:after {
    content: '';
    background-image: url(assets/img/icons/wave-2.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    width: 100%;
    transform: rotate(180deg);
    position: absolute;
    bottom: -280px;
    left: 0;
    right: 0;
}
.our-program .title p:nth-child(1) {
	color: #fe0000;
	margin-bottom: 20px;
}
.background-image {
	position: absolute;
	top: 60px;
	right: 70px;
}
.program-card {
    background-color: #fff;
    border: 1px solid #eaedf2;
    border-radius: 3px;
    position: relative;
    min-height: 495px;
}
.program-cover {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	height: 250px;
}
.program-title {
	padding: 30px 30px 20px 30px;
}
.item a,
.item a:hover {
	color: #444;
	text-decoration: none;
}
.owl-dots {
	display: none !important;
}
/**
* @section our classes
*/
.our-classes {
	background-color: #fff;
	padding: 20px 0 0 0;
	position: relative;
	margin-bottom: 80px;
}
.our-classes .title p:nth-child(1) {
	color: #ff5114;
	margin-bottom: 20px;
}
.our-classes .background-image {
	top: -50px;
}
.our-classes .background-image img {
	height: 200px;
}
/**
* @section our camps
*/
.our-camps {
	background-color: #fff;
	padding: 0;
	position: relative;
	margin-bottom: 65px;
}
.our-camps .title p:nth-child(1) {
	color: #00a652;
	margin-bottom: 20px;
}
.our-camps img {
	margin-bottom: 15px;
}
.camps-shedule {
	margin-top: 60px;
}
.our-camps .background-image {
	top: -50px;
}
.our-camps .background-image img {
	height: 160px;
}
/**
* @section russian school
*/
.russian-school {
	background-color: #222428;
	background-image: url(assets/img/russian-school.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 80px 0;
	position: relative;
	margin-bottom: 0;
}
.russian-school .title p:nth-child(1) {
	color: #fff;
}
.russian-school:before {
	background-color: #222428;
    opacity: 0.2;
	content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.russian-school-item {
	color: #fff;
	position: relative;
    border: 1px solid rgba(216,218,220,0.1);
    margin: 0;
    padding: 55px 40px;
}
.russian-school-item h5 {
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 20px 0;
}
.russian-school-item img {
    width: 30%;
    opacity: 1;
    /*filter: brightness( 187% ) contrast( 0% ) saturate( 184% ) blur( 0px ) hue-rotate( 0deg );*/
    margin-bottom: 30px;
}
.russian-school-item p:nth-child(3) {
	margin-bottom: 40px;
}
.russian-school-item a {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: 1px;
    fill: #fff;
    color: #fff;
    background-color: rgba(34,36,40,0);
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #d8dadc;
    border-radius: 1px 1px 1px 1px;
    padding: 17px 40px 17px 40px;
    text-decoration: none;
}
.russian-school-item a:hover {
    border-color: #ffffff90;
	color: #ffffff90;
}
.color-62 {
	color: #027dc1 !important;
}
.color-64 {
	color: #52e098 !important;
}
.color-66 {
	color: #e84e18 !important;
}
/**
* @section reviews
*/
.our-reviews {
	position: relative;
	margin-bottom: 85px;
}
.our-reviews .title p:nth-child(1) {
    color: #ff5114;
    margin-bottom: 20px;
}
.reviews-desc a {
	background-color: #f0558d;
	border: 1px solid #f0558d;
	border-radius: 3px;
	color: #fff;
	font-weight: bold;
	padding: 12px 20px;
	text-decoration: none;
}
.facebook-btn a {
	background-color: #1877f2 !important;
	border: 1px solid #1877f2 !important;
}
.facebook-btn a:hover {
	background-color: #fff !important;
	border: 1px solid #1877f2 !important;
	color: #1877f2 !important;
}
.reviews-desc a:hover {
	background-color: #fff;
	border: 1px solid #f0558d;
	color: #f0558d;
	text-decoration: none;
}
/**
* @section russian school
*/
.blog .program-card {
	margin-bottom: 40px;
}
.blog .our-blog {
	padding-bottom: 40px;
}
.our-blog {
	padding: 0 0 80px 0;
	position: relative;
	margin-bottom: 0;
}
.our-blog .title p:nth-child(1) {
	color: #00a652;
}
.our-blog .program-title p:nth-child(2) {
	margin-bottom: 20px;
}
.our-blog a {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1em;
    color: #f0558d;
    background-color: rgba(34,36,40,0);
    border-bottom: 2px solid #f0558d;
    padding-bottom: 3px;
    text-decoration: none;
}
.our-blog a:hover {
    border-bottom: 2px solid #f0558d90;
	color: #f0558d90;
}
/**
* @section our staff
*/
.our-staff {
	background-color: #fff;
	padding: 0;
	position: relative;
	margin: 65px 0;
}
.our-staff .title p:nth-child(1) {
	color: #027dc1;
	margin-bottom: 20px;
}
.staff-desc img {
	margin-bottom: 40px;
}
/**
* @section archive nav
*/
#navi {
	color: #aea177;
	position: relative;
	margin: 80px 0 0 0;
	text-align: center;
}
#navi a {
	border-bottom: 0 !important;
	color: #383838;
	padding: 7px 12px;
	text-decoration: none !important;
}
#navi a:hover {
	background: transparent;
	border-radius: 50%;
	border-bottom: 0 !important;
	color: #aea177;
	text-decoration: none !important;
}
#navi .current {
	background: #aea17720;
	border-radius: 50%;
	color: #aea177;
	padding: 7px 12px;
}
/**
* @section map
*/
.map {
	position: relative;
}
.map iframe {
    width: 100%;
    min-height: 500px;
}
.map .container {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.map-contacts {
    background-color: #fff;
    border-top: 3px solid #e6e6e8;
	border-radius: 10px;
	box-shadow: 0px 23px 60px 0px rgba(13, 52, 79, 0.09);
	padding: 35px;
    position: absolute;
    top: 100px;
    right: 15px;
    z-index: 99;
    width: 350px;
}
.map-contacts h4 {
	color: #00adef;
	font-family: 'Prata', serif;
	font-size: 30px;
	font-weight: 700;
}
.map-contacts h5 {
	font-size: 14px;
	font-weight: 300;
	margin: 0;
	text-transform: uppercase;
}
.map-contacts a {
	border-bottom: 1px solid #435f8c50;
    color: #435f8c;
    text-decoration: none;
}
.map-contacts a:hover {
	border-bottom: 1px solid #435f8c;
    color: #435f8c;
    text-decoration: none;
}
.map-contacts p {
	font-weight: 700;
}
.map-contacts p:last-child {
	margin: 0;
}
.wpcf7-text {
    border: 1px solid #00000050;
    border-radius: 3px;
    padding: 10px 20px;
    margin-bottom: 15px;
    width: 100%;
}
.wpcf7-submit {
    background: #fff;
    border: 1px solid #00000050;
    color: #ed008c;
    font-weight: 500;
    padding-left: 30px;
    padding-right: 25px;
    font-size: 15px;
    height: 46px;
    line-height: 100%;
    outline: 0;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
/**
* @section footer
*/
footer {
	background-color: #2D363D;
	color: #f0f0f0;
	padding: 20px 0;
	position: relative;
	margin-top: -4px;
}
/**
* @section button up
*/
#button-up {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 10px;
    cursor: pointer;
    z-index: 99;
}
#button-up img {
    height: 40px;
    width: auto;
}