/*=================================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: #ebece5;
  /* --text_color : #222831;*/
  /* --text_color_2 : #222831;*/

  /* --color_0  : #393E46;*/
  --color_1: #4c717c;
  --color_1_1: #708d96;
  --color_1_2: #333652;
  --color_1_3: #94aab0;
  --color_2: #c3ced0;
  /* --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;
  padding-bottom: 0;
  font-size: 5em;
  font-weight: 900;
  text-transform: uppercase;
  background: none;
}
/* 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 {
  width: 128px;
}

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

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

.main_slider_4 .main_slide_content {
  background-image: none;
}

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

.footer_socials ul {
  align-items: center;
}
.footer_socials li {
  margin-top: 20px;
}

.footer_socials li #larsen_str_logo {
  padding: 5px;
  border-radius: 5px;
}

.footer_socials li #larsen_str_logo:hover {
  background: var(--color_1);
}

.contacts_page input,
.contacts_page textarea {
  background-color: white !important;
}

.article_image_block_slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-height: 80vh;
}

#event_page_main_slide:after {
  background-image: none;
}

#main_slide_wrapper + .content_wrapper .article_page_title {
  margin-top: 0;
}

.footer_button {
  display: none;
}
