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

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

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

@import url("https://fonts.googleapis.com/css2?family=Encode+Sans+Expanded:wght@100;200;300;400;500;600;700;800;900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

body,
input,
select,
textarea,
button {
  /* font-family: "Gilroy"; */
  font-family: "Encode Sans Expanded", sans-serif;
}

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

/****************** VAR *******************/
:root {
  /* --body_bg  : #F9F9F9;*/
  /* --text_color : #222831;*/
  /* --text_color_2 : #222831;*/

  /* --color_0  : #393E46;*/
  --color_1: #fb0007;
  --color_1_1: #c90006;
  --color_1_2: #b00005;
  /* --color_1_3  : #ffffff; */
  --color_2: #fd999c;
  /* --color_3  :  #373A36;*/
  /* --color_4  :  #354A54;*/
  /* --color_5  :  #dbdfe7;*/
  /* --color_6  :  #003043;*/
  /* --color_7  :  #003043;*/

  /* --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*/

.inc__t--lg {
  font-size: 1.4em;
}

/*TITLES*/

.title_big,
.article_page_title {
  text-align: center;
  font-size: 5em;
  text-transform: uppercase;
  background: none;
  font-weight: 700;
}

.events_item_city {
  font-weight: 500;
}
.events_item__2 .events_item_date {
  font-weight: 500;
}

/* h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color_1);
} */
/* .title_semibig {
  text-align: center;
  padding-bottom: 35px;
  font-size: 3.2em;
  font-weight: 900;
  text-transform: uppercase;
  background: url(../../../custom/images/icons/title_img.svg) bottom 15px center
    no-repeat transparent;
}
.title_small {
  padding-bottom: 15px;
  font-size: 1.5em;
  font-weight: 900;
} */

@media screen and (max-width: 767px) {
  .title_big,
  .article_page_title {
    font-size: 3em;
  }
  /* .title_semibig {
    font-size: 2.5em;
  }
  .footer_title {
    font-size: 3em;
  } */
}

.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: 17px 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_title {
  display: none;
}

.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/duo.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    min-height: 100vh;
  }

  .simple_page_50 .contacts_page_form {
    float: left;
    margin-top: 100px;
  }
}

/* .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;
    } */
}

/* MEDIA PAGE WITH EMBED CODE */

@media (min-width: 868px) {
  .simple_page_56 .content_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .simple_page_56 .content_block .article_content_block {
    flex: 50%;
    padding-right: 20px;
    margin-top: 60px !important;
  }

  .simple_page_56 .article_content_block + .article_content_block {
    margin-top: 0;
  }
}

.simple_page_56 .article_page_title {
  margin-bottom: -160px;
}

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

a[alt="Website"] svg path {
  fill: #fff !important;
}

a[alt="Website"]:hover svg path {
  fill: var(--color_1) !important;
  transition: 0.3s;
}

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

.repertoire-links-container {
  display: flex;
  width: 100%;
  justify-content: space-between;
  justify-items: center;
}

.content_text .repertoire-links__link {
  margin-top: 15px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--color_1_1);
}

.ic__input-text-search-box:focus::placeholder {
  opacity: 0.3;
}

.ic__input-text-search-box:focus:-ms-input-placeholder {
  opacity: 0.3;
}

.ic__input-text-search-box:focus::-ms-input-placeholder {
  opacity: 0.3;
}

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

.form__success {
  padding-bottom: 20px;
  color: var(--color_1);
}

/*=================================INCLUDED IN STARTER END=================================*/
.content_text blockquote {
  font-size: 1.4em;
  padding-top: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: none !important;
}

.inc__bio--artist h4 {
  margin-top: -14px;
  font-weight: 500;
}

.inc__bio--artist .inc__social-logo--bio {
  height: 30px !important;
  width: auto;
  margin-top: -20px;
  margin-right: 10px;
}

.inc__event-location-ajax {
  font-size: 1.4em;
  color: var(--color_1_1);
}

.inc__t-1 {
  font-size: 1.2em;
}

.person_image img {
  height: auto;
  width: auto;
  border-radius: 0;
  object-fit: cover;
}

/* #event_page_main_slide:after {
  background: none;
}

.simple_page_63 .article_page_title,
.simple_page_64 .article_page_title {
  margin-top: 0 !important;
} */

.events_46 .events_item__2.inc__past-event--index .events_item_content_inner {
  background: none;
}

.index_1 .events_item__2.inc__past-event--index .events_item_content_inner {
  background: #f2f2f2;
}

.main_menu_block_4 .main_menu ul.dropdown-content li a:hover {
  background: none;
}

/* .events_items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 10px;
  align-items: stretch;
}

.events_item__2 .events_item_content_inner {
  padding-right: 30px;
}

.events_item + .events_item {
  margin-top: 0;
} */

.events_item__2 .events_item_content_inner {
  padding: 10px 30px;
}
.events_item {
  margin-top: 20px !important;
}

.events_item_inner,
.events_item_content,
.events_item_link,
.events_item_content_inner {
  height: 100%;
}

.events_item__2 .events_item_city {
  font-size: 1.2em;
}

.content_text blockquote,
.articles_item_name,
.content_text h1,
.content_text h2,
.content_text h3,
.content_text h4,
.content_text h5,
.content_text h6,
.content_text strong,
.person_name,
.title_semibig,
b,
strong {
  font-weight: 700;
}

.person_info_inner .content_text {
  font-size: 1.2em;
}

.person_name {
  margin-top: 0;
}

.person_socials {
  margin-top: 10px;
}

.person_image_inner .person_name,
.person_image_inner .person_position,
.person_image_inner .person_socials {
  display: none;
}

.events_item_content_inner {
  display: flex;
  flex-direction: column;
}

.events_item_city {
  order: 2;
}

.inc__event-location-ajax {
  order: 3;
}

.events_item_info {
  order: 1;
}

.events_item_title {
  order: 4;
}

.events_item__2 .events_item_title {
  font-size: 1.3em;
}

@media screen and (max-width: 767px) {
  .events_item__2 .events_item_link {
    padding-bottom: 70px;
    background: white;
  }

  .inc__past-event--index.events_item__2 .events_item_link {
    background: none;
  }
}

.event_page_left_title {
  text-transform: none;
  font-weight: normal;
}

.footer_button {
  display: none;
}
