@charset "UTF-8";
/*
Theme Name: James Weldon Johnson Park
Author: Sergey Manuylov
*/
@import url('assets/css/normalize.css');
@import url('assets/css/effects.css');
/*---Reset styles---*/
/*---Fonts---*/
@font-face {
    font-family: 'AcuminPro';
    src: url('assets/fonts/acumin-pro.otf') format('opentype');
    font-style: normal;
}
@font-face {
    font-family: 'AcuminPro Bold';
    src: url('assets/fonts/acumin-pro-bold.otf') format('opentype');
    font-style: normal;
}
@font-face {
    font-family: 'Avenir Book';
    src: url('assets/fonts/avenir-book.otf') format('opentype');
    font-style: normal;
}
@font-face {
    font-family: 'Avenir Heavy';
    src: url('assets/fonts/avenir-heavy.otf') format('opentype');
    font-style: normal;
}
/*---/.Fonts---*/
/*---general styles---*/
a .fa-facebook-f:before {
    content: "\f39e";
}
body {
    background: #ffffff;
    font-size: 19px;
    font-family: 'Avenir Book', sans-serif;
    font-weight: 400;
    color: #333333;
}
* {
    outline: none;
    background-repeat: no-repeat;
}
i {
    font-style: italic;
}
ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
}
a, a:hover {
    text-decoration: none;
}
p {
    display: block;
    line-height: 1.6;
    margin-bottom: 1.5em;
    margin-top: 0;
    font-weight: 100;
}
img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
}
img.aligncenter {
    position: relative;
    margin: 0 auto;
}
p b, p strong {
    font-family: "Avenir Heavy", sans-serif;
}
input[type="submit"] {
    cursor: pointer;
}
.mobile {
    display: none !important;
}
.capitalize {
    text-transform: uppercase;
}
.uncapitalize {
    text-transform: unset;
}
.center {
    position: relative;
    margin: 0 auto;
}
.center-text {
    text-align: center;
}
#all-content-wrapper {
    padding: 0;
    position: relative;
    overflow: hidden;
}
.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 2px;
}
.flex.flex-justify-center {
    justify-content: center;
}
.flex-column {
    flex-direction: column;
}
.flex.flex-space-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.flex.flex-space-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex-align-bottom {
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.flex-align-top {
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.flex.flex-top {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.flex.flex-end {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.no-link {
    pointer-events: none;
}
h1, h2, h3, h4, h5, h6, p, ul {
    margin-top: 0;
}
h1, p.big-title {
    font-family: "AcuminPro", sans-serif;
    font-weight: 400;
    color: #fff;
    letter-spacing: 1px;
}
h2, h3, h4, h5, h6, h1 b {
    font-family: "AcuminPro Bold", sans-serif;
}
h2 {
    color: #f13e2e;
    text-transform: uppercase;
}
h2 span {
    color: #261f63;
}
h4 {
    font-size: 24px;
}
.purple h2 span {
    color: #fcb030;
}
h1, p.big-title {
    font-size: 96px;
}
h2 {
    font-size: 64px;
}
.purple {
    background-color: #241965;
    color: #ffff;
}
.gray {
    background-color: #f5f5f5;
}
.yellow {
    background-color: #ffb115;
}
.red {
    background-color: #ff3c29;
}
.red {
    color: #fff;
}
.red h2, .red h3, .red h4, .red h5 {
    color: #fcb030;
}
section {
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: cover;
    background-size: cover;
}
.half {
    width: 50%;
}
section {
    position: relative;
}
.wide-container.container {
    max-width: 1650px;
}
.gradient {
    background: rgba(255, 177, 21, 1);
    background: linear-gradient(90deg, rgba(255, 177, 21, 1) 0%, rgba(255, 60, 41, 1) 100%);
}
a.btn, .btn a, input[type="submit"] {
    font-family: "AcuminPro Bold", sans-serif;
    text-transform: uppercase;
    color: #fff !important;
    border-radius: 4px;
    font-size: 14px;
    background: rgba(255, 177, 21, 1);
    background: linear-gradient(90deg, rgba(255, 177, 21, 1) 0%, rgba(255, 60, 41, 1) 100%);
    padding: 28px 45px;
    display: inline-block;
    align-items: center;
    justify-content: space-between;
    line-height: 1;
    min-width: 210px;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(255, 60, 41, 0.25);
    -moz-box-shadow: 0px 5px 20px 0px rgba(255, 60, 41, 0.25);
    box-shadow: 0px 5px 20px 0px rgba(255, 60, 41, 0.25);
    text-align: center;
    letter-spacing: 0.5px;
    border: none;
}
a.btn:hover, .btn a:hover, .gradient:hover, input[type="submit"]:hover {
    background: rgba(255, 177, 21, 1);
    background: linear-gradient(90deg, rgba(255, 60, 41, 1) 0%, rgba(255, 60, 41, 1) 100%);
}
.default-hero h1, p.big-title {
    margin-bottom: 0;
    line-height: 1;
}
.default-hero h1, .default-hero p {
    padding-left: 65px;
    padding-top: 40px;
    letter-spacing: normal;
}
.default-hero p {
	font-size:24px;
	color:#fff;
	font-family: "AcuminPro Bold", sans-serif;
	margin-bottom:0;
}
.default-styles ul {
    padding-left: 20px;
}
.image-left.default-styles ul, .image-right.default-styles ul {
    padding-left: 0;
}
.default-styles ul li {
    padding-left: 20px;
    position: relative;
    line-height: 2;
    margin-bottom: 4px;
}
.default-styles ul li:before {
    content: '\f0da';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #ffb115;
    position: absolute;
    left: 0;
}
.default-styles a {
    color: #f13e2e;
    font-family: "Avenir Heavy", sans-serif;
}
.mobile-header-right, #overlay, #mobile-menu {
    display: none;
}
/*Header*/
header {
    padding-top: 30px;
    padding-bottom: 30px;
}
ul.social {
    display: flex;
}
ul.social li:not(:last-child) {
    margin-right: 5px;
}
ul.social li a {
    height: 45px;
    width: 45px;
    border-radius: 50%;
    display: block;
    font-size: 16px;
    line-height: 45px;
    text-align: center;
}
ul.header-social.social li a {
    background-color: #ffb115;
    color: #ff3c29;
}
ul.header-social.social li a:hover {
    background-color: #241965;
    color: #fff;
}
.header-content nav ul {
    display: flex;
}
.header-content nav > ul > li {
    padding:20px;
    position:relative;
}
.header-content nav ul li a {
    text-transform: uppercase;
    font-family: "AcuminPro Bold", sans-serif;
    color: #261f63;
    font-size: 16px;
    line-height: 1;
    padding: 5px;
    position: relative;
    letter-spacing: 1px;
}
.header-content nav ul li a:after, .mobile-menu-top nav ul li a:after {
    content: '';
    display: block;
    position: absolute;
    height: 15px;
    width: 100%;
    background-color: #ffb115;
    bottom: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.header-content nav ul li a:hover:after, .header-content nav ul.current-menu-item li a:after,
.mobile-menu-top nav ul li.current-menu-item a:after, .mobile-menu-top nav ul li a:hover:after {
    opacity: 1;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.header-content nav > ul > li > ul.sub-menu {
    display:none;
    flex-direction: column;
    position: absolute;
    left: 0;
    width: 320px;
    background-color: #fff;
    padding-top: 30px;
    z-index: 9;
    padding-bottom: 30px;
    border: 1px solid #ffb115;
    top: 100%;
}
.header-content nav > ul > li:hover > ul.sub-menu {
    display:flex;
}
.header-content nav > ul > li > ul.sub-menu > li:not(:last-child) {
    margin-bottom:15px;
}
.header-content nav > ul > li > ul.sub-menu > li {
    padding-left:20px;
    padding-right:20px;
}


/*Footer*/
.footer-nav {
    padding-top: 80px;
    padding-bottom: 60px;
}
.footer-col nav ul li {
    margin-bottom: 20px;
}
.footer-col nav ul li a {
    text-transform: uppercase;
    font-family: "AcuminPro Bold", sans-serif;
    font-size: 14px;
    color: #261f63;
}
.footer-contacts-item a {
    color: #333333;
}
.footer-col nav ul li a:hover, .footer-contacts-item a:hover {
    color: #ff3b29;
}
.footer-col h4 {
    text-transform: uppercase;
    font-size: 14px;
    color: #261f63;
}
.footer-contacts-item p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 40px;
}
.footer-contacts .flex {
    flex-wrap: wrap;
}
.footer-contacts-item:nth-child(odd) {
    width: 60%;
}
.footer-logo, .footer-menu {
    width: 20%;
}
.footer-contacts {
    width: 42%;
}
.footer-col p {
    font-family: AcuminPro, sans-serif;
}
.footer-bottom {
    padding-top: 27px;
    padding-bottom: 27px;
    border-top: 1px solid #e6e6e6;
}
.footer-bottom p {
    margin-bottom: 0;
    font-family: AcuminPro, sans-serif;
    font-size: 16px;
}
ul.footer-social.social li a {
    background-color: #241965;
    color: #fff;
}
ul.footer-social.social li a:hover {
    background-color: #ffb115;
    color: #ff3c29;
}
/*Hero*/
.default-hero {
    min-height: 410px;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}
.default-hero:after {
    content: '';
    width: 2px;
    height: 120px;
    background-color: #ff3c29;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -60px;
    z-index: 2;
}
.default-hero h1 {
    color: #fff;
}
.home-hero {
    margin-bottom: 0 !important;
}
.home-hero-slide {
    padding-top: 120px;
    padding-bottom: 150px;
    position: relative;
    min-height:840px;
	background-size:cover;
}
.home-hero:after {
    content: '';
    width: 2px;
    height: 120px;
    background-color: #ff3c29;
    position: absolute;
    left: 56%;
    bottom: -70px;
    z-index: 2;
}
.home-hero-content {
    width: 100%;
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    color: #fff;
}
.home-hero-content h1 {
    margin-top: 20px;
}
.home-hero .slick-dots {
    bottom: 50px;
}
.home-hero .slick-track {
    display: flex;
}
.home-hero .slick-slide {
    height: inherit !important;
}
.home-hero .slick-slide div {
    height: 100%;
}
.image-left {
    border-top: 10px solid #fff;
    border-bottom: 10px solid #fff;
}
.changing .image-left:nth-child(even) {
    border-top: none;
}
.changing .image-left:nth-child(even) .half:last-child {
    order: -1;
    background-color: #f5f5f5;
}
.changing .image-left:nth-child(even) .half:last-child {
    justify-content: flex-end;
    display: flex;
}
.image-left-img, .image-right-img {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}
.image-left-text {
    padding: 105px 115px 30px;
    min-height: 690px;
}
.image-right-text {
    padding: 90px 50px 75px 30px;
    min-height: 690px;
}
.image-left-text h2, .image-right-text h2 {
    margin-bottom: 40px;
}
.image-left h4, .image-right h4 {
    color: #261f63;
    font-size: 24px;
}
.image-left-text-content, .image-right-text-content {
    width: 100%;
    max-width: 590px;
}
.image-left-text-content p, .image-right-text-content p {
    margin-bottom: 50px;
}
.image-right-text {
    display: flex;
    justify-content: flex-end;
}
.image-left-text a, .image-right-text a {
    color: #f13e2e;
    font-family: "Avenir Heavy", sans-serif;
}
.image-left-text a:hover, .image-right-text a:hover {
    color: #fcb030;
}
.upcoming-events {
    padding-top: 150px;
    padding-bottom: 170px;
    justify-content: flex-end;
    border-bottom: 10px solid #fff;
}
.upcoming-events-content {
    max-width: 1600px;
    width: 100%;
}
.upcoming-events-text {
    width: 450px;
    padding-right: 60px;
}
.upcoming-events-text h2 {
    margin-bottom: 30px;
}
.upcoming-events-text p {
    margin-bottom: 80px;
}
.upcoming-events-text p:last-child {
    margin-bottom: 0;
}
.funds-item {
    text-align: center;
    color: #fff;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    height: 100%;
}
.funds-item p:last-child {
    margin-bottom: 0;
}
.funds-item > .flex {
    flex-direction:column;
    align-content: center;
    justify-content:space-between;
    height:100%;
}
.funds-text-wrapper {
 padding-bottom: 45px;
}
.funds {
    position: relative;
}
.funds .row {
    margin-left: -5px;
    margin-right: -5px;
}
.funds .col-lg-4 {
    padding-left: 5px;
    padding-right: 5px;
}
.funds:before {
    content: '';
    width: 2px;
    height: 120px;
    background-color: #ff3c29;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -65px;
    z-index: 2;
}
.funds-item {
    position: relative;
    padding: 90px;
}
.funds-item span {
    display: block;
    height: 101px;
    background-position: center;
    background-size: contain;
    margin-bottom: 40px;
}
.funds-item h3 {
    text-transform: uppercase;
    font-size: 42px;
    margin-bottom: 25px;
}
.funds-item p {
    font-size: 22px;
    max-width: 412px;
    line-height: 1.4;
    margin: 0 auto;
    margin-bottom: 42px;
}
.funds-item a {
    font-family: "AcuminPro Bold", sans-serif;
    text-transform: uppercase;
    color: #fff !important;
    border-radius: 4px;
    font-size: 14px;
    padding: 28px 45px;
    display: inline-block;
    align-items: center;
    justify-content: space-between;
    line-height: 1;
    min-width: 210px;
    text-align: center;
    letter-spacing: 0.5px;
}
.funds .col-lg-4:nth-child(1) a {
    background-color: #ffb115;
}
.funds .col-lg-4:nth-child(2) a {
    background-color: #ff3c29;
}
.funds .col-lg-4:nth-child(3) a {
    background-color: #241965;
}
.funds .col-lg-4:nth-child(1) a:hover {
    background-color: #241965;
}
.funds .col-lg-4:nth-child(2) a:hover {
    background-color: #ffb115;
}
.funds .col-lg-4:nth-child(3) a:hover {
    background-color: #ff3c29;
}
.sign-up {
    background-image: url(assets/img/bg/sign_up_bg.png);
    background-position: bottom center;
    padding-top: 88px;
    padding-bottom: 100px;
}
.sign-up-heading {
}
.sign-up-heading h4 {
    text-transform: uppercase;
    font-size: 36px;
    color: #f13e2e;
    margin-bottom: 15px;
}
.div.wpcf7 .ajax-loader {
    display: none;
}
.sign-up-heading p {
    font-size: 19px;
}
.sign-up-form {
    max-width: 700px;
    width: 100%;
}
.sign-up-form .wpcf7-form-control-wrap {
    display: block;
    width: calc(100% - 210px);
    padding-right: 10px;
}
.sign-up-form .wpcf7-form-control-wrap input {
    width: 100%;
    height: 70px;
    padding-left: 30px;
    font-size: 16px;
    border: none;
}
.instagram-slider-head {
    padding-top: 50px;
    padding-bottom: 35px;
}
.instagram-slider-head h4 {
    text-transform: uppercase;
    font-size: 36px;
    color: #f13e2e;
    margin-bottom: 0;
    line-height: 1;
    position: relative;
    z-index: 99;
}
.instagram-slider-head a {
    color: #f13e2e;
    position: relative;
    padding: 5px;
    z-index: 1;
    line-height: 1;
}
.instagram-slider-head h4 a:after {
    content: '';
    display: block;
    width: 100%;
    height: 15px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 5px;
    z-index: -1;
}
.instagram-slider-head a:hover {
    color: #241965;
}
.instagram-slider-head a:hover:after {
    background-color: #f13e2e;
}
.slick_slider_instagram .slick-slide > div {
    height:316px;
    position: relative;
}
.slick_slider_instagram .slick-slide > div > .slick-div > a {
 height: 100%;
 width: 100%;
}
.slick_slider_instagram .slick-slide > div > .slick-div {
    position: absolute;
    top:0;
    left:0;
    height: 100%;
    width: 100%;
}
.image-icon {
    color: white;
    margin-left: 90%;
    font-size: 1em;
    opacity: 0.8;
    margin-top: 15px;
}
.slick_slider_instagram .slick-dots li:hover, .slick_slider_instagram  .slick-dots li.slick-active,.slick_slider_instagram  .slick-dots li:focus {
    background-color: #261f63 !important;
    border-color: #261f63 !important;
}
.slick_slider_instagram .slick-dots li {
    border-color: #261f63 !important;
}
.slick_slider_instagram .slick-dots {
    bottom: unset!important;
    top: -70px!important; 
    z-index: 9;
    max-width: 1650px;
    left:0;
    right: 0;
    margin:0 auto;
    text-align: right; 
}
.wis-instagram-widget {
    overflow:visible !important;
}

/*Blog*/
.blog-hero, .page-404 {
    background-image: url(assets/img/bg/news_hero_bg.jpg);
}
.blog {
    padding-top: 100px;
    padding-bottom: 130px;
}
.blog-list {
    width: calc(100% - 410px);
}
.blog-sidebar {
    width: 410px;
    padding-left: 110px;
}
.blog-list-item {
    min-height: 280px;
    background-color: #fff;
    margin-bottom: 40px;
}
.blog-list-item-thumb {
    width: 48%;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}
.blog-list-item-content {
    width: 52%;
    padding: 42px 28px;
}
.date {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 20px;
    font-family: "AcuminPro Bold", sans-serif !important;
    color: #261f63;
    text-transform: uppercase;
    line-height: 1;
}
.date span {
    display: block;
    font-size: 42px;
}

.date span.decrease-font {
    font-size: 30px;
}

.blog-list-item-date {
    left: -50px;
    top: 30px;
}
.blog-list-item-thumb a {
    display: block;
    width: 100%;
    height: 100%;
}
.blog-list-item-content a h3 {
    color: #261f63;
    font-size: 24px;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 30px;
}
.blog-list-item-content a:hover h3 {
    color: #f13e2e;
}
.blog-list-item-content a h3:after {
    content: '';
    width: 40px;
    height: 2px;
    display: block;
    background-color: #f13e2e;
    position: absolute;
    bottom: 0;
    left: 0;
}
a#true_loadmore, .bottom-calendar-nav .mec-load-month, .booking-button {
    font-family: "AcuminPro Bold", sans-serif !important;
    text-transform: uppercase;
    color: #261f63;
    border-radius: 4px;
    font-size: 14px;
    padding: 28px 45px;
    display: inline-block;
    align-items: center;
    justify-content: space-between;
    line-height: 1;
    min-width: 210px;
    text-align: center;
    letter-spacing: 0.5px;
    border: 1px solid #ffb115;
    cursor: pointer;
}
a#true_loadmore:hover, .bottom-calendar-nav .mec-load-month:hover, .booking-button:hover {
    background: #ffb115;
    color: #fff;
}
.bottom-calendar-nav .mec-load-month, .booking-button {
    min-width: 170px;
}
.true-loadmore-wrapper {
    text-align: right;
}
.post-hero {
    background-image: url(assets/img/bg/post_hero_bg.jpg);
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    height: 170px;
    padding-top: 55px;
}
.post-hero h1, .post-hero p.big-title {
    padding-left: 70px;
}
.post-content {
    width: 70%;
}
.post-content-thumb {
    height: 590px;
    position: relative;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    margin-top: -190px;
}
.post-content-date {
    bottom: -50px;
    right: 30px;
}
.post-content-text {
    background-color: #fff;
    padding: 30px 50px;
}
.post-content-text h1 {
    color: #261f63;
    font-size: 36px;
    padding-bottom: 15px;
    position: relative;
    font-family: "AcuminPro Bold", sans-serif;
    padding-right: 30%;
    margin-bottom: 55px;
}
.post-content-text h1:after, .press-release-content-heading:after {
    content: '';
    width: 40px;
    height: 2px;
    display: block;
    background-color: #f13e2e;
    position: absolute;
    bottom: 0;
    left: 0;
}
.post-content p {
    line-height: 1.4;
}
.press-release-head p {
    margin-bottom: 0;
}
.press-release-head .half {
    padding: 22px 50px;
    font-size: 14px;
}
.press-release-head .half:first-child p, .press-release-head .half:first-child {
    text-transform: uppercase;
    font-family: "AcuminPro Bold", sans-serif;
    line-height: 2;
    font-size: 14px;
    letter-spacing: 1px;
}
.press-release-head .half:first-child {
    border-right: 1px solid rgba(255, 255, 255, 0.25);
}
.press-release-head .half:last-child p, .press-release-head .half:last-child {
    font-family: "AcuminPro", sans-serif;
    line-height: 2;
    font-size: 16px;
}
.post-content a {
    color: #f13e2e;
}
.press-release-content-heading {
    position: relative;
}
.press-release-content {
    padding: 40px 50px;
    background-color: #fff;
}
.press-release-content-heading {
    padding-bottom: 15px;
    margin-bottom: 35px;
}
.press-release-content-heading h1 {
    color: #261f63;
    font-size: 36px;
    position: relative;
    font-family: "AcuminPro Bold", sans-serif;
    padding-right: 5%;
    margin-bottom: 0;
}
.press-release-content-heading p {
    margin-bottom: 0;
    font-family: "AcuminPro", sans-serif;
}
.press-release-content b, .press-release-content strong {
    font-family: "Avenir Heavy", sans-serif;
}
.bordered {
    border-top: 10px solid #fff;
    border-bottom: 10px solid #fff;
}
.contact-main-thumb {
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 34%;
}
.contact-main-content {
    width: 66%;
    padding: 5.5%;
}
.contact-main-content-col {
    padding-right: 5%;
    min-width: 36%;
}
.contact-main-content-list-item h5, .contact-main-content-list-item h5 a {
    color: #261f63;
    margin-bottom: 5px;
    font-size: 24px;
}
.contact-main-content-list-item p {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.contact-main-content-list-item {
    margin-bottom: 35px;
}
.contact-main-content-col h4 {
    color: #f13e2e;
    font-size: 14px;
    letter-spacing: 2px;
}
.contact-bottom .half {
    padding-top: 65px;
    padding-bottom: 75px;
}
.contact-bottom .half div {
    width: 100%;
    max-width: 780px;
}
.contact-bottom .half:first-child {
    justify-content: flex-end;
}
.contact-bottom .half:last-child {
    justify-content: flex-start;
}
.contact-bottom .half:first-child > div {
    padding-right: 14%;
}
.contact-bottom .half:last-child > div {
    padding-left: 14%;
}
.contact-bottom .half:last-child > div p {
    color: #fcb030;
}
.contact-bottom .half p {
    margin-bottom: 0;
}
.contact-bottom .half h2 {
    font-size: 42px;
    margin-bottom: 25px;
}
.list-block {
    padding-top: 60px;
    padding-bottom: 45px;
}
.list-block ul {
    column-count: 3;
}
.list-block.gray h4 {
    color: #261f63;
}
.rules {
    padding-top: 115px;
    padding-bottom: 95px;
}
.rules h2 {
    margin-bottom: 45px;
}
.notes {
    border: 1px solid #ff3c29;
    font-size: 21px;
}
.notes p:last-child {
    margin-bottom: 0;
}
.notes {
    padding: 30px 60px;
    margin-top: 45px;
}
.notes a {
    color: #ff3c29;
    font-family: "Avenir Heavy";
}
.plain-text {
    font-family: "Avenir Heavy";
    padding-top: 85px;
    padding-bottom: 75px;
}
.plain-text.purple {
    color: #fcb030;
}
.plain-text a {
    color: #ff3c29;
}
.plain-text p:last-child {
    margin-bottom: 0;
}
.exhibitions {
    padding-top: 105px;
    padding-bottom: 105px;
}
.exhibitions h2 {
    margin-bottom: 45px;
}
.exhibitions-list {
    margin-left: -20px;
    margin-right: -20px;
}
.exhibitions-list .col-lg-4 {
    padding-left: 20px;
    padding-right: 20px;
}
.exhibitions-list-item-thumb {
    height: 280px;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    margin-bottom: 20px;
}
.exhibitions-list-item h3 {
    color: #261f63;
    font-size: 20px;
    margin-bottom: 10px;
}
.screen-reader-text {
    display: none;
}
.category-mobile-sidebar {
    display: none;
}
.category-desktop-sidebar li a {
    padding-top: 22px;
    padding-bottom: 22px;
    display: block;
    padding-right: 30px;
    position: relative;
    color: #261f63;
    border-bottom: 1px solid #cdd4da;
    text-transform: uppercase;
    font-size: 14px;
    font-family: "AcuminPro Bold", sans-serif;
    line-height: 1;
}
.category-desktop-sidebar li a:hover {
    color: #f13e2e;
}
.category-desktop-sidebar li a:after {
    content: '\f35a';
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #f13e2e;
    font-size: 20px;
}
.category-desktop-sidebar h4 {
    color: #f13e2e;
    text-transform: uppercase;
    font-size: 36px;
    margin-bottom: 15px;
    line-height: 1;
}
.search-form .search-submit {
    width: 60px;
    height: 60px;
    background-color: #f13e2e;
    border: none;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
}
.search-form .search-submit:hover {
    background-color: #241965;
}
.search-form .search-field {
    height: 60px;
    padding-left: 30px;
    width: calc(100% - 70px);
    border: none;
    font-size: 18px;
}
.search-form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}
.history {
    padding-top: 105px;
    padding-bottom: 105px;
    background-image: url(assets/img/bg/history_bg.png);
    background-position: bottom center;
    -webkit-background-size: contain;
    background-size: contain;
}
.history-heading {
    max-width: 1340px;
}
.history-slider-wrapper {
    max-width: 1305px;
    padding-left: 55px;
    padding-right: 55px;
}
.history-slider-wrapper h4 {
    font-size: 24px;
    text-align: center;
    color: #ff3c29;
}
.history-slider .slick-slide {
    padding: 50px 15px;
}
.history-slider .slick-slide .history-slider-item {
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(29, 20, 88, 1);
    -moz-box-shadow: 0px 5px 20px 0px rgba(29, 20, 88, 1);
    box-shadow: 0px 5px 20px 0px rgba(29, 20, 88, 1);
    color: #333333;
    padding: 70px 30px 50px 30px;
    line-height: 1.6;
}
.history-slider .slick-slide .history-slider-item span {
    display: block;
    width: 100px;
    height: 100px;
    color: #fcb030;
    font-size: 26px;
    text-align: center;
    line-height: 100px;
    border-radius: 50%;
    position: absolute;
    top: -50px;
    left: 30px;
    font-family: "AcuminPro Bold";
}
.history-slider .slick-track {
    display: flex;
}
.history-slider .slick-slide {
    height: inherit !important;
}
.history-slider .slick-slide div {
    height: 100%;
}
.about-image-left .image-left-text {
    padding-bottom: 0;
    min-height: unset;
    padding-left: 70px;
}
.about-image-left .image-left-text p:last-child {
    margin-bottom: 0;
}
.about-image-left small {
    display: block;
    color: #261f63;
    font-size: 42px;
}
.image-left-bottom {
    padding-top: 40px;
    padding-bottom: 20px;
}
.image-left-bottom a {
    color: #f13e2e;
    font-family: "Avenir Heavy";
}
.song .half:first-child {
    padding: 35px 40px 35px 60px;
    font-family: "AcuminPro Bold", sans-serif;
    line-height: 1.6;
}
.song .half:last-child {
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}
.song .half:first-child p {
    line-height: 2.2;
    margin-bottom: 0;
    font-size: 19px;
}
.accordion {
    padding-top: 65px;
    padding-bottom: 105px;
}
.accordion-item {
    margin-bottom: 30px;
}
.accordion-item-q {
    font-family: "AcuminPro Bold", sans-serif;
    font-size: 20px;
    color: #fff;
    padding: 20px 65px 20px 40px;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
}
.accordion-item-q:after {
    content: '\f067';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: block;
    color: #fff;
    position: absolute;
    right: 38px;
    font-size: 18px;
    top: 50%;
    transform: translateY(-50%);
}
.accordion-item-q.opened:after {
    content: '\f068';
}
.accordion-item-a {
    padding: 20px 50px 20px 40px;
    display: none;
    background-color: #f0f7fa;
    text-align: left;
    color: #3d3f40;
}
.accordion-item-a p {
    color: #3d3f40;
}
.accordion-item-a p:last-child {
    margin-bottom: 0;
}
.accordion-item-q.opened {
    background: #241965;
}
.cta p {
    font-family: "AcuminPro", sans-serif;
    color: #fff;
    font-size: 26px;
}
.cta p strong {
    font-family: "AcuminPro Bold", sans-serif;
}
.image-right {
    border-top: 10px solid #fff;
}
.schedule {
    padding-top: 85px;
}
.schedule ul.two-cols {
    column-count: 2;
}
.schedule ul {
    margin-bottom: 1.5em;
}
.schedule-two-cols-contacts ul li, .schedule-two-cols-contacts ul {
    padding-left: 0;
    margin-bottom: 0;
}
.schedule-two-cols-contacts ul li:before {
    display: none;
}
.schedule-two-cols-contacts ul li {
    line-height: 1.6;
}
.schedule-two-cols-contacts {
    border: 1px solid #ff3c29;
    padding: 25px 35px;
    line-height: 1;
}
.schedule-two-cols .half:first-child {
    padding-right: 50px;
}
.schedule-two-cols-contacts {
    margin-bottom: 1.5em;
}
.schedule-two-cols-top ol {
    list-style-type: none;
    counter-reset: num;
    padding-left: 0;
}
.schedule-two-cols-top ol li {
    position: relative;
    margin-bottom: 30px;
    padding-left: 75px;
    line-height: 1.6;
}
.schedule-two-cols-top ol li:before {
    content: counter(num) '';
    counter-increment: num;
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0;
    width: 50px;
    height: 50px;
    background-color: #ffb115;
    color: #241965;
    text-align: center;
    border-radius: 50%;
    line-height: 50px;
    font-size: 24px;
    font-family: "AcuminPro Bold", sans-serif;
}
.funds-changing .image-left-text-content h2, .funds-changing .image-left-text-content p {
    color: #fff;
}
.image-left-text {
    padding: 100px 115px 100px;
    min-height: unset;
}
.funds-changing .image-left .half:last-child {
    background-position: bottom right;
}
.funds-changing .image-left:nth-child(even) .half:last-child {
    order: -1;
    display: flex;
    justify-content: flex-end;
    background-position: bottom left;
}
.funds-changing .image-left:nth-child(1) .half:last-child, .funds-changing .image-left:nth-child(4) .half:last-child {
    background-color: #ff3c29;
}
.funds-changing .image-left:nth-child(2) .half:last-child {
    background-color: #241965;
}
.funds-changing .image-left:nth-child(3) .half:last-child {
    background-color: #ffb115;
}
.funds-changing .image-left:nth-child(1) .half:last-child a.btn, .funds-changing .image-left:nth-child(4) .half:last-child a.btn {
    background: #ffb115 !important;
}
.funds-changing .image-left:nth-child(2) .half:last-child a.btn {
    background: #ff3c29 !important;
}
.funds-changing .image-left:nth-child(3) .half:last-child a.btn {
    background: #241965 !important;
}
.funds-changing .image-left:nth-child(1) .half:last-child a.btn:hover, .funds-changing .image-left:nth-child(4) .half:last-child a.btn:hover {
    background: #241965 !important;
}
.funds-changing .image-left:nth-child(2) .half:last-child a.btn:hover {
    background: #ffb115 !important;
}
.funds-changing .image-left:nth-child(3) .half:last-child a.btn:hover {
    background: #ff3c29 !important;
}
.border-top-unset {
    border-top: 0;
}
.border-bottom-unset {
    border-bottom: 0;
}
.involved-main {
    padding-bottom: 122px;
}
.involved-video-text-frame {
    height: 280px;
}
.involved-video-text-frame iframe {
    height: 100%;
    width: 100%;
}
.involved-video-text .flex .yellow {
    padding: 0 40px 0 30px;
    display: flex;
    align-items: center;
    height: 80px;
}
.involved-video-text .flex .yellow {
    font-family: "AcuminPro Bold", sans-serif;
    font-size: 19px;
    color: #261f63;
    line-height: 1.5;
    width: calc(100% - 80px);
}
.involved-video-text .flex a {
    display: block;
    width: 80px;
    height: 80px;
    color: #ffb215;
    text-align: center;
    line-height: 80px;
    font-size: 26px;
}
.bottom-calendar-nav {
    padding-top: 10px;
    padding-bottom: 70px;
}
.calendar {
    padding-top: 110px;
    padding-bottom: 140px;
}
.mec-calendar-header h2, .mec-calendar-day-head, .mec-event-title, .mec-calendar-day, .lity-container, .mec-wrap, .mec-table-nullday, .mec-calendar-day > div {
    font-family: "AcuminPro Bold" !important;
}
.mec-calendar.mec-event-container-simple .mec-calendar-table-head dt {
    color: #261f63;
    font-size: 20px;
    padding-left: 12px;
    line-height: 56px;
}
.mec-box-calendar.mec-calendar .mec-calendar-table-head dt {
    border: none;
    border-bottom: 2px solid #ffb115;
}
.mec-box-calendar.mec-calendar.mec-event-calendar-classic .mec-calendar-table-head dt {
    background-color: transparent;
}
.mec-box-calendar.mec-calendar .mec-calendar-table-head dt:last-child {
    border-right: none !important;
}
.mec-calendar-day, .mec-table-nullday {
    font-size: 20px !important;
}
.mec-calendar.mec-event-calendar-classic dl dt {
    height: 180px;
}
.mec-event-title {
    color: #f13e2e !important;
}
.mec-event-title:hover {
    color: #fcb030 !important;
    text-decoration: none !important;
}
.mec-calendar.mec-event-container-simple dl dt.mec-selected-day, .mec-calendar.mec-event-container-simple dl dt.mec-selected-day:hover {
    border-bottom: 2px solid #fcb030;
    background: unset;
}
.mec-calendar.mec-event-calendar-classic .mec-selected-day, .mec-calendar.mec-event-calendar-classic dt.mec-selected-day:hover {
    color: #261f63;
    font-weight: 700;
    background: #fff;
    border-bottom: none;
}
.mec-calendar-header h2 {
    font-size: 64px !important;
    color: #f13e2e !important;
    margin-bottom: 0 !important;
    line-height: 1 !important;
}
.mec-calendar-header h2 span, .mec-calendar .mec-selected-day, .mec-calendar .mec-selected-day:hover, .mec-color, .mec-color-before :before, .mec-color-hover:hover, .mec-wrap .mec-color, .mec-wrap .mec-color-before :before, .mec-wrap .mec-color-hover:hover {
    color: #261f63 !important;
}
.mec-month-navigator {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 45px;
}
.mec-box-calendar.mec-calendar .mec-calendar-side .mec-next-month, .mec-box-calendar.mec-calendar .mec-calendar-side .mec-previous-month {
    border-radius: 0;
    top: unset;
    border: none;
    height: auto;
    line-height: 1;
    z-index: 1;
    margin-top: -10px;
}
.mec-calendar .mec-calendar-side .mec-next-month, .mec-calendar .mec-calendar-side .mec-previous-month {
    cursor: pointer;
    position: relative;
    top: 0;
    min-width: unset;
    height: auto;
    line-height: 1;
    text-align: center;
    background: #fff;
    color: #fcb030;
    font-size: 32px;
    letter-spacing: normal;
    text-transform: uppercase;
    padding-left: 0;
    padding-right: 0;
    border: none;
    border-top: none;
    box-shadow: none;
    transition: all .33s ease;
}
.mec-load-month i {
    color: #fcb030 !important;
    font-size: 32px !important;
}
.mec-calendar-header {
    width: auto !important;
    margin-bottom: 0 !important;
    line-height: 1 !important;
    padding-left: 85px;
    padding-right: 85px;
}
.mec-box-calendar.mec-calendar .mec-calendar-header {
    margin: 0 !important;
}
.lity-container, .mec-wrap {
    font-family: "AcuminPro Bold" !important;
}
.mec-event-grid-classic .mec-event-title, .mec-event-grid-classic .mec-event-date {
    text-transform: none;
}
.mec-event-grid-classic .mec-event-date {
    font-family: 'Avenir Book', sans-serif !important;
    margin: 0;
}
.mec-event-image {
    height: 315px;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    display: flex;
    align-items: flex-end;
}
.mec-event-grid-classic .mec-event-article {
    border: none;
    background-color: #fff;
}
.mec-event-grid-classic .mec-event-article {
    -webkit-box-shadow: 0px 5px 20px 0px rgba(238, 238, 238, 1) !important;
    -moz-box-shadow: 0px 5px 20px 0px rgba(238, 238, 238, 1) !important;
    box-shadow: 0px 5px 20px 0px rgba(238, 238, 238, 1) !important;
    margin-bottom: 0;
}
.mec-event-grid-classic .mec-event-content {
    text-align: left !important;
    padding: 30px 40px 0 40px;
}
.mec-event-footer {
    position: relative;
    border-top: none;
    padding: 10px 40px 50px 40px;
    min-height: 80px;
    margin: 0;
    background: #fff;
}
.mec-event-grid-classic .mec-event-title {
    font-size: 24px;
}
.mec-event-grid-classic .mec-event-title a {
    color: #261f63 !important;
}
.mec-event-excerpt {
    font-size: 19px;
    margin-bottom: 30px;    
}
.mec-event-grid-classic .mec-event-excerpt, .mec-event-carousel-content .mec-event-excerpt {
    height:25px;
    overflow:hidden;
}
.mec-event-grid-classic .mec-event-date {
    padding: 7px 40px;
    font-size: 17px;
}
.mec-event-grid-classic .mec-event-date i {
    color: #fcb030;
    margin-right: 10px;
}
.featured-events {
    border-top: 10px solid #fff;
    padding-top: 120px;
    padding-bottom: 120px;
}
.mec-event-image .date, .mec-event-carousel-content .date {
    left: 30px;
    top: -50px;
}
.upcoming-events-list {
    width: calc(100% - 450px);
    margin-top: -60px;
}
.home-events-info {
    align-items: flex-start;
    font-size: 19px;
    padding-left: 40px;
    position: relative;
    margin-bottom: 25px;
}
.home-events-info i {
    color: #fcb030;
    margin-top: 4px;
    position: absolute;
    left: 0;
    top: 0;
}
.mec-owl-crousel-skin-type1 .owl-item .mec-event-article {
    padding: 70px 10px 50px 10px;
}
.mec-event-carousel-type1 .mec-event-carousel-content {
    padding: 70px 20px 40px 40px;
    background-color: #fff;
    border: none;
    position: relative;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(238, 238, 238, 1) !important;
    -moz-box-shadow: 0px 5px 20px 0px rgba(238, 238, 238, 1) !important;
    box-shadow: 0px 5px 20px 0px rgba(238, 238, 238, 1) !important;
    height: 480px;
}
.mec-event-carousel-content .mec-event-carousel-title {
    margin-bottom: 35px;
    min-height: 56px;
}
.mec-event-carousel-content .mec-event-carousel-title a {
    font-family: "AcuminPro Bold", sans-serif;
    font-size: 24px;
    color: #261f63;
}
.mec-event-carousel-content .booking-button {
    position: absolute;
    left: 40px;
    bottom: 40px;
}
.mec-owl-theme .owl-dots .owl-dot {
    display: inline-block !important;
    zoom: 1;
    background: transparent !important;
    width: 16px !important;
    height: 16px !important;
    margin: 0 6px;
    box-sizing: content-box;
    padding: 0;
    border-radius: 50%;
}
.mec-owl-theme .owl-dots .owl-dot.active span, .mec-owl-theme .owl-dots .owl-dot:hover span {
    background: #241965 !important;
}
.mec-owl-theme .owl-dots .owl-dot span {
    width: 16px !important;
    height: 16px !important;
    margin: 0 !important;
    background: transparent !important;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 50%;
    border: 2px solid #241965;
}
.mec-event-article {
    height:100%;
}
	a.phone {
		pointer-events:none;
	}
/*Responsive*/
@media (max-width: 1550px) {
.slick_slider_instagram .slick-dots {
    bottom: -55px!important;
    top: unset!important;
    z-index: 9;
    max-width: 1650px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
 }
@media (max-width: 1400px) {
    .blog-list {
        padding-left: 50px;
    }
}
@media (max-width: 1300px) {
    .header-content nav ul li {
        padding-left: 10px;
        padding-right: 10px;
    }
    .header-content nav ul li a {
        display: block;
        text-align: center;
    }
}
@media (max-width: 966px) {
	.home-hero .slick-slide:nth-child(2) .home-hero-slide {
		background-position: bottom 0 left 20%;
	}
	.home-hero .slick-slide:nth-child(3) .home-hero-slide {
		background-position: bottom 0 left 30%;
	}
	
	.home-hero-slide {
		background-position:center;
	}
	.calendar {
    padding-top: 60px;
    padding-bottom: 60px;
}
	.featured-events {
		padding-bottom:0;
	}
	.upcoming-events-list {
		margin-top:0;
	}
	.image-left-text {
		order:-1;
	}
	a.phone {
		pointer-events:all;
	}
    .instagram-slider-head a {
        display:block;
    }
    .default-hero {
        min-height: 310px;
    }
    .mobile-header-right {
        display: flex;
        align-items: center;
    }
    .header-content > nav, .header-content > .header-social {
        display: none;
    }
    #mobile-menu-toggle {
        display: block;
        width: 40px;
        z-index: 999;
    }
    #mobile-menu-toggle span {
        display: block;
        height: 2px;
        background-color: #241965;
    }
    #mobile-menu-toggle span:not(:last-child) {
        margin-bottom: 13px;
    }
    .mobile-header-phone {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-color: #ffb115;
        color: #ff3b29;
        display: block;
        text-align: center;
        line-height: 50px;
        margin-right: 30px;
    }
    header {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .header-logo {
        max-width: 150px;
    }
    #mobile-menu {
        position: absolute;
        top: 0;
        padding-top: 80px;
        z-index: 99;
        background-color: #fff;
        width: 100%;
    }
    #mobile-menu nav > ul {
        padding-bottom: 20px;
    }
    #mobile-menu nav > ul > li {
        text-align: center;
		padding: 20px;
    }
	#mobile-menu nav > ul > li > ul > li {
		    padding: 20px 20px 0 20px;
	}
    #mobile-menu nav > ul > li > a {
        font-size: 24px;
        color: #241965;
        font-family: "AcuminPro Bold", sans-serif;
        text-transform: uppercase;
        text-align: center;
        position: relative;
      
    }
	#mobile-menu nav > ul > li > ul > li > a {
		font-size: 20px;
        color: #241965;
        font-family: "AcuminPro Bold", sans-serif;
		display:block;

	}
	.history-slider .slick-slide {
    padding: 50px 5px;
}
	.history-slider-wrapper {
    max-width: 1305px;
    padding-left: 35px;
    padding-right: 35px;
}
	.footer-bottom .flex {
		justify-content:center;
	}
	.slick-next {
    right: -35px;
}
	.slick-prev {
    left: -35px;
}
	.involved-video-text .flex .yellow {
    padding: 0 40px 0 30px;
    display: flex;
    align-items: center;
    height: auto;
}
	.involved-video-text .flex a {
    display: block;
    width: 80px;
    height: auto;
    color: #ffb215;
    text-align: center;
    line-height: 80px;
    font-size: 26px;
}
	
	
    #mobile-menu nav > ul > li > a:after {
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    #mobile-menu nav ul li a:hover {
        color: #2a638c;
    }
    #mobile-menu .social {
        display: flex;
        justify-content: center;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #mobile-menu .social li {
        padding-left: 10px;
        padding-right: 10px;
    }
    #mobile-menu .social li a {
        height: 60px;
        width: 60px;
        border-radius: 50%;
        display: block;
        font-size: 22px;
        line-height: 60px;
        text-align: center;
        background-color: #ffb115;
        color: #ff3c29;
    }
    #mobile-menu-toggle.opened span:first-child {
        -webkit-transform: rotate(45deg) translateY(10px) translateX(11px) translateZ(0);
        transform: rotate(45deg) translateY(10px) translateX(11px) translateZ(0);
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    #mobile-menu-toggle.opened span:nth-child(2) {
        -webkit-transform: rotate(-45deg) translateY(0) translateX(0) translateZ(0);
        transform: rotate(-45deg) translateY(0) translateX(0) translateZ(0);
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    #mobile-menu-toggle.opened span:last-child {
        display: none;
    }
    #overlay {
        z-index: 1;
        height: 100vh;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(10, 21, 26, 0.95);
    }
    #overlay.opened {
        display: block;
    }
    .footer-menu {
        display: none;
    }
    .flex {
        flex-wrap: wrap;
    }
    .footer-col {
        width: 100%;
        text-align: center;
    }
    .footer-nav {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .footer-logo {
        margin-bottom: 35px;
    }
    .footer-contacts-item {
        width: 50% !important;
    }
    .half {
        width: 100%;
    }
    p.big-title, h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 42px;
    }
    .home-hero-content {
        text-align: center;
        display: flex;
        align-content: center;
        flex-direction: column;
        justify-content: center;
    }
    .home-hero-content img {
        margin: 0 auto;
    }
    .home-hero {
        height: 720px;
    }
    .home-hero .slick-slide div {
        padding-top: 0;
        padding-bottom: 0;
        height: 720px;
    }
    .image-left-img {
        height: 420px;
    }
    .image-left.purple .image-left-text {
        order: -1;
    }
    .image-left-text {
        padding: 80px 30px;
        min-height: unset;
    }
    .image-left-text-content p:last-child {
        margin-bottom: 0;
    }
    .image-left {
        border-top: none;
    }
    .upcoming-events-text, .upcoming-events-list {
        width: 100%;
    }
    .upcoming-events-text {
        padding-left: 30px;
        padding-right: 30px;
        text-align: center;
    }
    .upcoming-events {
        padding-top: 70px;
        padding-bottom: 120px;
    }
    .desktop {
        display: none !important;
    }
    .mobile {
        display: block !important;
    }
    a.mobile {
        display: inline-block !important;
    }
    .mec-owl-crousel-skin-type1 .owl-item .mec-event-article {
        padding: 70px 10px 30px 10px;
    }
    .upcoming-events-list .center-text {
        padding-top: 40px;
    }
    .funds-item {
        position: relative;
        padding: 60px 30px 50px 30px;
    }
    .funds-item:nth-child(2) {
        border-top: 10px solid #fff;
        border-bottom: 10px solid #fff;
    }
    .funds-item h3 {
        font-size: 32px;
    }
    .funds-item p {
        font-size: 18px;
    }
    .image-left-img {
        background-position: top center;
    }
    .sign-up-form input, .sign-up-form .wpcf7-form-control-wrap {
        width: 100%;
    }
    .sign-up-form {
        padding-left: 30px;
        padding-right: 30px;
    }
    .sign-up-form .wpcf7-form-control-wrap {
        padding-right: 0;
        padding-bottom: 10px;
    }
    .image-right-text {
        padding: 50px 30px 30px 30px;
        min-height: unset;
    }
    .image-left-text-content, .image-right-text-content {
        max-width: unset;
    }
    .history {
        padding: 50px 30px;
    }
    .about-image-left small {
        font-size: 22px;
    }
    .about-image-left .image-left-text {
        padding-left: 30px;
    }
    .container {
        padding-left: 30px;
        padding-right: 30px;
    }
    .song .half:first-child {
        padding: 40px 15px;
        font-family: "AcuminPro Bold", sans-serif;
        line-height: 1.6;
    }
    .accordion {
        padding-bottom: 50px;
    }
    p {
        margin-bottom: 1em !important;
    }
    .mec-wrap .row {
        justify-content: center;
    }
    .mec-wrap .row .col-lg-4 {
        margin-bottom: 70px;
    }
    .involved-main {
        padding-bottom: 50px;
    }
    .schedule-two-cols .half:first-child {
        padding-right: 0;
    }
    .rules {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .rules h2 {
        margin-bottom: 25px;
    }
    .list-block ul {
        column-count: 2;
    }
    .blog-list, .blog-sidebar, .post-content {
        width: 100%;
    }
    .blog-list {
        padding-left: 30px;
    }
    .blog-sidebar {
        padding-left: 0;
        padding-top: 50px;
    }
    .blog {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .contact-main-thumb {
        width: 100%;
    }
    .contact-main-content {
        width: 100%;
        padding: 5.5%;
    }
    .contact-bottom .half div {
        width: 100%;
        max-width: unset;
    }
    .contact-bottom .half:last-child > div {
        padding-left: 30px;
        padding-right: 30px;
    }
    .contact-bottom .half:first-child > div {
        padding-right: 30px;
        padding-left: 30px;
    }
    .contact-bottom .half {
        padding-top: 30px;
        padding-bottom: 35px;
    }
    .schedule-two-cols .half:last-child {
        height: 450px;
        -webkit-background-size: cover;
        background-size: cover;
    }
    .exhibitions {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
@media (max-width: 769px) {
    .instagram-slider-head h4 {
       font-size:24px;
    }
    .post-content-text {
        background-color: #fff;
        padding: 30px;
    }
    .blog-list-item-thumb, .blog-list-item-content {
        width: 100%;
    }
    .blog-list-item-thumb {
        height: 350px;
    }
    .list-block ul {
        column-count: 1;
    }
    .default-hero:after, .home-hero:after {
        left: 30px;
        right: unset;
        bottom: -60px
    }
    .default-hero {
        min-height: 210px;
    }
    .footer-contacts-item {
        width: 100% !important;
    }
    .footer-contacts-item:nth-child(1) {
        order: 1;
    }
    .footer-contacts-item:nth-child(2) {
        order: 3;
    }
    .footer-contacts-item:nth-child(3) {
        order: 2;
    }
    .footer-contacts-item:nth-child(4) {
        order: 4;
    }
	.press-release-content {
    padding: 10px 30px;
    background-color: #fff;
}
}
@media (max-width: 450px) {
	h2 {
    font-size: 36px;
}
	.bottom-calendar-nav .mec-load-month, .booking-button {
    min-width: 100px;
		padding: 28px;
}
}
