/*=================================INCLUDED IN STARTER=================================*/

/****************** FONTS *******************/

@import url("/assets/site/css/fonts/gilroy/stylesheet.css");

body,
input,
select,
textarea,
button {
  font-family: "Gilroy";
}

/****************** FONTS *******************/

/****************** VAR *******************/
:root {
  /* --body_bg  : #F9F9F9;*/

  /* --text_color : #222831;*/

  /* i dont know where --text_color_2 is used*/

  /* --text_color_2 : #222831;*/

  /* --color_0 - footer overlay, title in news card */

  /* --color_0  : #393E46;*/

  /* --color_1 - buttons and hovers */

  --color_1: #29c2cf;

  /* --color_2 - see all button */

  --color_2: #befbff;

  /* --color_3 - dates in news card */

  --color_3: #3e0747;

  /* didn't find yet */

  /* --color_4  :  #354A54;*/

  /* --color_5: border in media page */

  /* --color_5  :  #dbdfe7;*/

  /* --color_6  :  #003043;*/

  --color_1_1: #00a9c0;

  --color_1_2: #e1ffff;

  /*
 --color_1_3  : #ffffff;
 */

  /* --shadow_1  : rgba(238, 238, 238, 0.6);*/
}

/****************** VAR - END *******************/

html {
  scroll-behavior: smooth;
}

.main_slide_title {
  display: none !important;
}

a {
  user-select: auto !important;
}

/*TYPOGRAPHY*/

/*TITLES*/

/*.title_semibig {*/
/*    background: none;*/
/*}*/

.event_page_title {
  /*padding-bottom: 52px;*/
  /*background: url(../../../custom/images/icons/title_img.svg) bottom 3px center no-repeat transparent;*/
  /*background-size: 220px;*/

  /*background: none;*/
}

/*.title_big {*/
/*    background: url(../../../custom/images/icons/title_img.svg) bottom 1px center no-repeat transparent;*/
/*    background-size: 320px;*/

/*background: none;*/
/*}*/

.content_text blockquote {
  background: none;
}

/*MAIN NAV MENU*/

.main_menu li {
  flex-grow: initial !important;
}

.main_menu li a {
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.main_menu ul {
  justify-content: flex-end;
}

.logo_main_menu {
  padding: 3px 0px;
}

/*.main_menu_block_3 .main_menu ul li a:hover, .main_menu_block_3 .main_menu ul li>a:hover, .main_menu_block_3 .langs_menu_button:hover, .main_menu_block_3 .langs_menu ul li a:hover, .main_menu_block_3 .langs_menu .dropdown-content li:hover, .main_menu_block_3 .langs_menu .dropdown-content li.active, .main_menu_block_3 .menu_button:hover, .menu_button:focus, .langs_menu.dropdown__items:hover, .langs_menu.dropdown__items:active, .main_menu_block_3 .langs_menu:hover .langs_menu_button, .main_menu_block_3 .main_menu ul li.current a  {*/
/*    background: var(--color_2) !important;*/
/*}*/

/*.dropdown-content, .menu_inner {*/
/*    background: var(--body_bg);*/
/*}*/

/*EVENTS*/

.calendar_filter_wrapper {
  display: none;
}

@media screen and (max-width: 767px) {
  .events_item__1 .events_item_left_block,
  .events_item__1 .events_item_content {
    text-align: center;
  }
}

/*EVENTS*/

/* .calendar_filter_block {
    display: none;
} */

/* .event_page_content_wrapper {
    background: #FFF6EF;
} */

/* .events_item_city {
    color: var(--color_1_2);
} */

/* #event_page_main_slide.event_page_main_slide_blue:after {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #FFF5EF);
} */

/*FOOTER*/

.footer_socials ul {
  justify-content: space-evenly;
}

.footer_socials svg {
  max-height: 50px;
}

.footer_socials ul li a svg g path {
  transition: all 0.2s ease-in-out;
}

.footer_socials ul li a:hover svg g path {
  fill: var(--color_1) !important;
}

.notifications_bottom {
  display: none;
}

/* .footer_button a {
    color: var(--color_2) !important;
    border: 2px solid var(--color_2) !important;
} */

/* .footer_button a:hover {
    background: var(--color_2) !important;
    border: 2px solid black !important;
    color: var(--text_color) !important;
} */

/* .footer_socials ul li a:hover svg {
    fill: var(--color_1_1);
} */

/*SPACING FOR LISTEN BUTTONS*/

.album_services_item_link img {
  height: 53px;
}

.album_services_item_link:hover img {
  transform: scale(1.1);
  transition-duration: 0.2s;
}

.album_services_items {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}

.album_services_item {
  width: auto;
}

@media screen and (max-width: 991px) {
  .album_services_item {
    width: auto;
  }
}

@media screen and (max-width: 540px) {
  .album_services_item {
    width: auto;
  }
}

/*REPERTOIRE LIST*/

.ig__repertoire ul {
  columns: 250px 3;
  column-gap: 40px;
}

.ig__repertoire-letters {
  display: flex;
  justify-content: space-evenly;
  align-items: baseline;
  flex-wrap: wrap;
}

.ig__repertoire-letters p {
  padding-right: 20px;
}

.ig__no-dot-li:before {
  content: "" !important;
}

.ig__no-dot-li {
  font-weight: 600;
  font-size: 1.2em;
}

/*TUTORIAL LINKS*/

.ig__adm-tutorial-link {
  display: block;
  font-size: 14px;
  font-weight: 500;
  height: 48px;
  line-height: 48px;
  padding: 0 32px;
}

.ig__adm-tutorial-link i {
  float: left;
  height: 48px;
  line-height: 48px;
  margin: 0 32px 0 0;
  width: 24px;
}

.ig__adm-tutorial-link:hover {
  background: var(--color_2);
  color: var(--color_1);
}

@media only screen and (max-width: 992.99px) {
  .sidenav > a.ig__adm-tutorial-link {
    padding: 0 32px;
  }
}

/* CONTACT PAGE */

/*CONTACT*/

@media screen and (min-width: 768px) {
  .simple_page_50 .content_wrapper {
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 1) 0%,
        rgba(198, 198, 198, 0.21474527310924374) 100%
      ),
      url(/uploads/images/A30A1184-Edit-scaled.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    min-height: 100vh;
  }
}

/* .main_slider_4 .main_slide_content {
    background-image: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
} */

/* MEDIA PAGE */

@media screen and (max-width: 767px) {
  .media_item_name,
  .media_item_text {
    text-align: center;
  }

  /* .media_item_image {
        max-width: initial;
    } */
}

.main_slider_4 .main_slide_content {
  background-image: -moz-linear-gradient(
    90deg,
    rgb(255, 255, 255) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(255, 255, 255) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgb(255, 255, 255) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}

.footer_socials svg {
  max-height: 50px;
}

.footer_socials ul li a svg g path {
  transition: all 0.2s ease-in-out;
}

.footer_socials ul li a:hover svg g path {
  fill: var(--color_1) !important;
}

.footer_socials ul li {
  width: fit-content;
}

.footer_socials ul {
  flex-wrap: wrap;
}

.notifications_bottom {
  display: none;
}

.form__success {
  font-size: 1.2em;
  color: #01b902;
}

/*=================================INCLUDED IN STARTER END=================================*/

.home__items {
}
.home__item {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  align-items: center;
}
.home__item + .home__item {
  margin-top: 30px;
}
.home__item:nth-child(even) {
  flex-direction: row-reverse;
}
.home__item:nth-child(odd) .home__item-img {
  margin-right: 35px;
}
.home__item:nth-child(even) .home__item-img {
  margin-left: 35px;
}
.home__item-img {
  min-width: 143px;
}
.home__item-img {
  max-width: 143px;
}
.home__item-img img {
}
.home__item-content {
  margin-top: 0px;
}
.home__item-content h3 {
}

@media screen and (max-width: 680px) {
  .home__item {
    display: block;
  }
  .home__item .home__item-img {
    margin-bottom: 20px;
    text-align: center;
  }
  .home__item:nth-child(odd) .home__item-img {
    margin-right: 0px;
  }
  .home__item:nth-child(even) .home__item-img {
    margin-left: 0px;
  }
}

/* T START*/
/*.home__item-img {animation: in_ajust 8s cubic-bezier(0.4, 0, 1, 1) 1s 100 normal both;}*/
/*@keyframes in_ajust {*/
/*	40%,	50%, 100% {*/
/*		filter: grayscale(100%)  brightness(150%);*/
/*        -webkit-filter: grayscale(100%)  brightness(150%);*/
/*	}*/
/*	35%, 85% {*/
/*		filter: grayscale(0%) brightness(100%);*/
/*        -webkit-filter: grayscale(0%)  brightness(100%);        */
/*	}*/
/*}*/

/* T END*/
.ig__testimonial {
  margin-top: 0 !important;
}
.ig__testimonial .content_text {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}

.ig__testimonial .content_text blockquote {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  /*color: #9e9e9e;*/
  font-size: 1.1em;
  margin: 35px 10px 10px;
  max-width: 300px;
  min-width: 250px;
  position: relative;
  text-align: center;
  /*width: 100%;*/
  background-color: #ffffff;
  border-radius: 5px;
  border-top: 5px solid var(--color_1);
  padding: 30px 10px;
  display: flex;
  flex-direction: column;
  font-weight: 300;
}

.ig__testimonial .content_text blockquote:before {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  color: var(--color_1);
  font-family: "Material Icons";
  content: "\e244";
  font-size: 32px;
  font-style: normal;
  left: 50%;
  line-height: 60px;
  position: absolute;
  top: -30px;
  width: 60px;
}

.ig__testimonial .content_text blockquote p:nth-child(2) {
  font-weight: bold;
}

.ig__services .article_block_item_img lottie-player {
  height: 300px !important;
}

.ig__lottie-max-height lottie-player svg {
  max-height: 100vh !important;
}

a .event_info_item_title {
  color: var(--color_1_1);
}

.content_text a {
  color: var(--color_1_1);
}

.articles_item_label {
  background: rgba(225, 255, 255, 0.5);
}

.contacts_page_form {
  float: left;
}

@media screen and (max-width: 767px) {
  .contacts_page_form {
    float: none;
  }
}

.ig__arrow-animation .article_image_block {
  height: 100px;
}

.ig__booking-animation .article_image_block {
  height: 300px;
  margin-top: -100px;
}

.ig__booking-footer-animation .article_image_block {
  height: 500px;
}

.simple_page_59 .ig__testimonial .content_text blockquote {
  max-width: initial;
}

.footer_title {
  display: none;
}

a .event_info_item_title {
  color: var(--color_3);
}

a.event_info_item:hover i {
  color: var(--color_3);
}

.footer_socials ul li a:hover svg path {
  fill: var(--color_1) !important;
  transition: all 0.2s ease-in-out;
}

.ig__no-click {
  pointer-events: none;
  cursor: no-drop;
}

.menu_block {
  margin-right: 0;
}

.required {
  color: var(--text_color);
}

/* main nav overlap with logo fix ADDED BY JS IF NEEDED  */

.ig__overlap-menu .main_menu li a {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.ig__overlap-menu .main_menu ul {
  justify-content: space-evenly;
}
