/*
 Theme Name:   Fudge 2 Child
 Theme URI:    http://www.showthemes.com/conference-wordpress-theme-fudge
 Description:  Fudge 2 Child Theme
 Author:       Showthemes
 Author URI:   http://www.showthemes.com
 Template:     fudge-2
 Version:      1.0.0
*/



/*
  GLOBAL
  --------------------------------------------------------------------- */

.site__title:after,
.session__text h1:after,
.session__text h2:after,
.session__text h3:after,
.session__text h4:after,
.session__text h5:after,
.session__text h6:after,
.speaker-profile .description h1:after,
.speaker-profile .description h2:after,
.speaker-profile .description h3:after,
.speaker-profile .description h4:after,
.speaker-profile .description h5:after,
.speaker-profile .description h6:after,
.single-sponsor .description h1:after,
.single-sponsor .description h2:after,
.single-sponsor .description h3:after,
.single-sponsor .description h4:after,
.single-sponsor .description h5:after,
.single-sponsor .description h6:after {
  content: none;
}

h1,
h2, .subscribe__title,
h3, .site__title, .news__title, .news__date,
h4, p, li,
.site__header .custom_header,
.btn, button, .column-button,
.countdown-timer, .countdown-timer span,
input.subscribe__email { 
  font-family: "mr-eaves-modern", Arial, Helvetica, Sans-Serif !important;
}
h1,
h2, .site__title, .subscribe__title,
.btn, .footer-button, .column-button,
.countdown-timer span {
  font-weight: 800;
}
body:not(.home) h2.site__title {
  color: #000000;
}
h3, .news__title, .news__date, h4 { 
  font-weight: 700;
}
p, li {
  font-weight: 400; 
}
h1, h2, h3, .content h1, .content h2, .content h3,
.site__title, .subscribe__title {
  line-height: 1;
}

/* -- BUTTONS -- */
.btn:hover, button:not(.menu-btn):hover,
.btn:focus, button:not(.menu-btn):focus {
  background: #ef433c !important;
}
.button-links a {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 10px;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
  padding: 20px;
  color: #ffffff;
  background: #f84d46;
  border: 2px solid #f84d46;
}
.button-links a.border-only {
  color: #f84d46;
  background: none;
}
.button-links a:hover {
  background: #ef433c;
  color: #ffffff;
  border-color: #ef433c;
}

/* -- SOCIAL LINKS -- */
.social-links li {
  list-style: none;
  display: inline-block;
}
.social-links li:last-child {
  padding-right: 0;
}
#footer .social-links {
  padding-top: 40px;
  margin: 0;
}
#footer .social-links li {
  font-size: 30px;
  padding-right: 5%;
}
#footer .social-links li a {
  color: #ffffff;
}

/* -- CONTAINERS -- */
.site {
  min-width: initial;
}

/*
  HEADER
  --------------------------------------------------------------------- */

.site__header {
  background: #ffffff;
}
body:not(.home) .site {
  padding-top: 134px;
}
.header-menu li {
  font-weight: 700; 
  font-size: 17px;
}
.site__header-top {
  padding-top: 32px;
}
.site__header_hidden {
  -webkit-transform: translateY(-134px);
  transform: translateY(-134px);
}
.site__header > .col {
  padding: 10px 0;
}
.site__header .custom_header {
  padding-bottom: 5px;
  border-bottom: 1px solid #000000;
}
.site__header .custom_header a {
  color: #0083ca;
  font-size: 13px;
  font-weight: bold;
  padding: 0 8px;
}
.header-menu__layout ul {
  background: transparent;
  padding-top: 12px;
  padding-bottom: 12px;
}
.header-menu__wrap .menu-item a:hover,
.header-menu__wrap .menu-item a.active {
  color: #000;
  background: transparent;
}
.custom_header {
  z-index: 999;
}
.save-date {
  text-align: left; 
  color: #f84d46;
}
.header-menu {
  z-index: 50;
  /*padding-top: 0;*/
}

/* -- SECONDARY HEADER -- */
.header-links {
  text-align: right;
}
.header-links div {
  display: inline-block;
}
.header-links div:after  {
  content: "|";
  color: #b4b4b4;
  padding: 0 2px 0 5px;
}

.social-separator:after{
  content: "|";
  color: #b4b4b4;
  padding: 0 2px 0 5px;
}
.header-links div:last-child:after {
  content: none;
}
.social-separator:after{
  content: "|";
  color: #b4b4b4;
  padding: 0 2px 0 5px;
}

/* -- REGISTER HEADER -- */
.register-header {
  text-align: right;
}
.register-header .btn {
  background: #0083ca;
  color: #ffffff;
  font-size: 16px;
  padding: 10px;
  height: inherit;
}

/* -- MOBILE MENU -- */
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  background: #000000;
}
.header-menu__layout {
  padding-top: 0;
}


/*
  FOOTER
  --------------------------------------------------------------------- */

#footer {
  color: #ffffff;
  background: #0083ca;
}
#footer .site__centered,
#footer .site__centered > .content {
  padding: 0;
}
#footer-left, #footer-right {
  padding: 40px 20px;
}
#footer-right {
  background: #00517c;
}
#footer .wrapper-inner {
  margin: 0 auto;
}
#footer h4 {
  font-weight: 600;
  text-transform: uppercase;
}

/* -- NEWSLETTER -- */
.subscribe {
  background-color: #079cd5;
  height: auto;
  padding-bottom: 40px;
}
.subscribe__title {
  font-size: 38px;
  color: #ffffff;
}
.subscribe p {
  font-size: 24px;
}
.subscribe form button[type="submit"] {
  background: transparent;
  border: 2px solid #ffffff;
}
.subscribe form button[type="submit"]:hover,
.subscribe form button[type="submit"]:focus {
  background: #ffffff !important;
  color: #079cd5;
}
input.subscribe__email {
  background: url('images/mail.svg'), transparent;
  background-repeat: no-repeat;
  background-position: 20px center;
  border: 2px solid #ffffff;
  padding-left: 50px;
}

/*
This needs to be separated for it to work.
Can't add classes after input either.
Double colons matter.
*/
.subscribe input {
  color: #ffffff;
}
.subscribe input::-webkit-input-placeholder {
  color: #ffffff;
}
.subscribe input::-moz-placeholder {
  color: #ffffff;
}
.subscribe input::-ms-placeholder {
  color: #ffffff;
}
.subscribe input::placeholder {
  color: #ffffff;
}
/* END separation */


/* -- FOOTER LEFT -- */
#footer-left hr {
  margin: 35px 0;
  color: #93cdea;
  background: #93cdea;
}
#footer h4 {
  font-size: 28px;
  margin-bottom: 28px;
}
#footer .copyright {
  color: #93cdea;
  font-size: 16px;
}

/* footer links */
ul.footer-links {
  margin: 0;
}
.footer-links li {
  display: inline-block;
}
.footer-links li:after {
  content: "\2219";
  color: #4cb4de;
  padding: 0 15px;
}
.footer-links li:last-child:after {
  content: none;
}
.footer-links li a {
  color: #ffffff;
  font-size: 24px;
}
.footer-links li a:hover {
  text-decoration: underline;
}

/* -- FOOTER RIGHT -- */
#footer-right .button-links {
  text-align: right;
}
#footer-right .button-links a {
  display: inline-block;
}
#footer-right .button-links:first-child a {
  margin-top: 0;
}



/*
  HIGHLIGHTED (HOMEPAGE)
  --------------------------------------------------------------------- */

/* -- HERO IMAGE - */
.hero_slider .site__title_big {
  text-align: left;
}
.hero_slider .site__centered {
  width: 100%;
}
.hero_slider .site__centered .time-schedule {
  max-width: 380px;
  text-align: left;
  position: relative;
  z-index: 1;
}

/* -- 6 LEAD-INS -- */
.home.page .content,
.home.page .col.col-md-4 {
  padding: 0;
}
.home.page .content.row {
  margin: 0 auto;
  max-width: 1400px;
}
.home.page .col.col-md-4 img {
  width: 100%;
  height: auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.home.page .col.col-md-4 p {
  margin: 0;
}
.home.page .col.col-md-4 .leadin-wrapper {
  position: relative;
}
.home.page .col.col-md-4 .leadin-image {
  line-height: 0;
  position: relative;
}
.home.page .col.col-md-4 .leadin-text {
  display: block;
  /*position: relative;*/
  text-transform: uppercase;
  height: 114px;
  width: 100%;
  background: #ffffff;
  padding: 30px;
}
.home.page .col.col-md-4 .leadin-wrapper:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.home.page .col.col-md-4 .leadin-wrapper .leadin-text a {
  text-indent: -9000px;
  color: #000000;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.home.page .col.col-md-4 .leadin-wrapper .leadin-text h3 {
  margin: 0;
  font-size: 27px;
  text-align: left;
  position: relative;
}
.home.page .col.col-md-4 .yellow.leadin-wrapper .leadin-text {
  background: #ffffff url('images/tri_yellow.svg') no-repeat;
  background-position: top left;
  background-size: 40%;
}
.home.page .col.col-md-4 .blue.leadin-wrapper .leadin-text {
  background: #ffffff url('images/tri_blue.svg') no-repeat;
  background-position: top left;
  background-size: 40%;
}
.home.page .col.col-md-4 .pink.leadin-wrapper .leadin-text {
  background: #ffffff url('images/tri_pink.svg') no-repeat;
  background-position: top left;
  background-size: 40%;
}
.home.page .col.col-md-4 .red.leadin-wrapper .leadin-text {
  background: #ffffff url('images/tri_red.svg') no-repeat;
  background-position: top left;
  background-size: 40%;
}
.home.page .col.col-md-4 .green.leadin-wrapper .leadin-text {
  background: #ffffff url('images/tri_green.svg') no-repeat;
  background-position: top left;
  background-size: 40%;
}
.home.page .col.col-md-4 .orange.leadin-wrapper .leadin-text {
  background: #ffffff url('images/tri_orange.svg') no-repeat;
  background-position: top left;
  background-size: 40%;
}
.home.page .col.col-md-4 .leadin-wrapper:hover .leadin-text {
  color: #ffffff;
}
.home.page .col.col-md-4 .yellow.leadin-wrapper:hover .leadin-text {
  background-color: #f1c959;
}
.home.page .col.col-md-4 .blue.leadin-wrapper:hover .leadin-text {
  background-color: #70c7d6;
}
.home.page .col.col-md-4 .pink.leadin-wrapper:hover .leadin-text {
  background-color: #ff706c;
}
.home.page .col.col-md-4 .red.leadin-wrapper:hover .leadin-text {
  background-color: #f53732;
}
.home.page .col.col-md-4 .green.leadin-wrapper:hover .leadin-text {
  background-color: #73d79f;
}
.home.page .col.col-md-4 .orange.leadin-wrapper:hover .leadin-text {
  background-color: #fb8051;
}

/* -- SLANT THINGS -- */
.home.page .col.col-md-4 .leadin-image:after {
  content: "";
  width: 60%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  background: url('images/tri_top_black.svg') no-repeat;
  background-position: bottom right;
}
.home.page .col.col-md-4 .yellow.leadin-wrapper:hover .leadin-image:after {
  background: url('images/tri_top_yellow.svg') no-repeat;
  background-position: bottom right;
}
.home.page .col.col-md-4 .blue.leadin-wrapper:hover .leadin-image:after {
  background: url('images/tri_top_blue.svg') no-repeat;
  background-position: bottom right;
}
.home.page .col.col-md-4 .pink.leadin-wrapper:hover .leadin-image:after {
  background: url('images/tri_top_pink.svg') no-repeat;
  background-position: bottom right;
}
.home.page .col.col-md-4 .red.leadin-wrapper:hover .leadin-image:after {
  background: url('images/tri_top_red.svg') no-repeat;
  background-position: bottom right;
}
.home.page .col.col-md-4 .green.leadin-wrapper:hover .leadin-image:after {
  background: url('images/tri_top_green.svg') no-repeat;
  background-position: bottom right;
}
.home.page .col.col-md-4 .orange.leadin-wrapper:hover .leadin-image:after {
  background: url('images/tri_top_orange.svg') no-repeat;
  background-position: bottom right;
}


/*
  MUSIC FESTIVAL SECTION (HOMEPAGE)
  --------------------------------------------------------------------- */

.home.page .site .site__content > .site__centered {
  max-width: 1920px;
  position: relative;
  overflow: hidden;
}
.home.page .site .site__content > .site__centered .music-section-bg {
  position: absolute;
  -webkit-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  transform: translateY(-25%);
}
.home.page .site .site__content > .site__centered .music-section {
  max-width: 970px;
  margin: 70px auto;
  position: relative;
}
.home.page .site .site__content > .site__centered .text-photo {
  position: absolute;
  top: 0;
  right: 0;
}
.home.page .site .site__content > .site__centered .text-box {
  background: rgba(214, 214, 214, 0.7);
  padding: 6% 10% 1% 2%;
  width: 100%;
  max-width: 620px;
  display: inline-block;
  margin: 70px 15px 0 15px;
}
.home.page .site .site__content > .site__centered .button-links {
  width: 100%;
  display: inline-block;
  position: absolute;
  bottom: 0;
}
.home.page .site .site__content > .site__centered .text-box h2 {
  font-size: 40px;
  text-align: left;
}
.home.page .site .site__content > .site__centered .text-box h3 {
  font-size: 28px;
  text-align: left;
}
.home.page .site .site__content > .site__centered .text-box p {
  font-size: 20px;
  text-align: left;
}



/*
  NEWS
  --------------------------------------------------------------------- */

/* -- HOMEPAGE -- */
.home.page .news__date,
.blog .news__date {
  display: none;
}
.home.page .news__article,
.blog .news__article {
  position: relative;
}
.home.page .news__article:hover,
.blog .news__article:hover {
  box-shadow: none;
}
.home.page .news__picture,
.blog .news__picture {
  height: 165px;
  margin: 0;
}
.home.page .news__content .news__title,
.blog .news__content .news__title {
  color: #ffffff !important;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 15px;
  background: rgba(0, 0, 0, 0.55);
}
.home.page .news__content,
.blog .news__content {
  padding: 0;
}
.home.page .news__article:hover .news__content:before,
.blog .news__article:hover .news__content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
}
.home.page .news__article:hover .news__content .news__title,
.blog .news__article:hover .news__content .news__title {
  opacity: 0;
}
.home.page .news__content a,
.blog .news__content a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  background: none;
}
.home.page .news__content a span,
.blog .news__content a span {
  opacity: 0;
  color: #ffffff;
  font-size: 20px;
  text-transform: uppercase;
  position: relative;
  top: 45%;
}
.home.page .news__article:hover .news__content a span,
.blog .news__article:hover .news__content a span {
  opacity: 1;
}
.home.page .news__content a:hover,
.home.page .news__content a:focus,
.blog .news__content a:hover,
.blog .news__content a:focus {
  background: none !important;
}

/* -- LANDING PAGE -- */
.news, .blog .hero {
  background: none;
}
.blog .hero__layout {
  position: static;
  padding-bottom: 0;
}
.blog .news {
  padding-top: 0;
}



/*
  TWITTER FEED
  --------------------------------------------------------------------- */

.social-feed > .site__centered:before {
  font-family: "mr-eaves-modern", Arial, Helvetica, Sans-Serif !important;
  font-size: 42px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}
.home.page .social-feed__wrap {
  margin: 0;
}
.social-feed .social-feed__item .btn:hover,
.social-feed .social-feed__item .btn:focus {
  background: #ffffff !important;
  border-color: #ffffff;
}
@media (max-width: 1180px) {
  .home.page .social-feed__wrap .social-feed__item {
    margin-bottom: 0;
  }
}



/*
  PUTS BORDERS AROUND SECTIONS
  --------------------------------------------------------------------- */

.home.page .news__layout,
.home.page .social-feed__wrap {
  border: 1px solid #000;
  text-align: center;
  padding: 70px 30px;
}
.news > .site__centered,
.social-feed > .site__centered {
  position: relative;
}
.social-feed > .site__centered:before {
  content: "Latest Tweets";
}
.news > .site__centered > h2.site__title,
.social-feed > .site__centered:before {
  display: inline-block;
  padding: 0 15px;
  margin-bottom: 0;
  background: #ffffff;
  position: relative;
  top: 20px;
}
.news > .site__centered > a,
.social-feed > .site__centered > a.social-feed__more {
  margin-top: -26px;
  background: #ffffff;
  color: #000000;
  border: 2px solid #000000;
}
.news > .site__centered > a:hover,
.news > .site__centered > a:focus,
.social-feed > .site__centered > a.social-feed__more:hover,
.social-feed > .site__centered > a.social-feed__more:focus {
  background: #000000 !important;
  color: #ffffff !important;
  border: 2px solid #000000;
}
@media (max-width: 767px) {
  .home.page .news__layout,
  .home.page .social-feed__wrap {
    padding: 50px 10px 30px 10px;
  }
}



/*
  SEARCH PAGE
  --------------------------------------------------------------------- */

.page-template-searchpage .content-area,
.search-results .content-area {
  padding: 40px 10px 0 10px;
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
}
.search .news .news__layout {
  margin-top: 0 !important;
}
.search-results .news {
  padding: 0;
}
form#search {
  padding: 15px 10px;
  line-height: 0;
  border: 1px solid #0083ca;
}
.search-results form#search {
  margin-bottom: 40px;
}
.search-title {
  font-size: 36px;
  color: #000;
  padding-bottom: 30px;
}
.search-title.results {
  padding-top: 20px;
}
input[type=search] {
  background: url('images/icn_search.svg') no-repeat 0px center !important;
  font-size: 15px;
  width: 100%;
  border: none;
  padding-left: 26px;
}
input[type=search]:focus {
  background: none !important;
}



/*
  MEDIA QUERIES
  --------------------------------------------------------------------- */

/* -- MIN WIDTH -- */
@media (min-width: 768px) {
  /* -- HEADER -- */
  .logo {
    width: 220px;
    height: 70px;
    left: 30px;
    top: 16px;
  }
  .site__header-top {
    height: 134px;
  }
  /* -- HERO IMAGE -- */
  .hero_slider .hero__layout {
    padding: 134px 0 0 0 !important;
  }
  .hero_slider .site__centered .time-schedule {
    margin-left: 15%;
  }
  .hero_slider .hero__layout .site__centered {
    max-width: 743px;
    margin: 0;
  }
  .hero_slider .hero__layout:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    background: url('images/bg_slide.svg') no-repeat;
    background-position: 0;
  }
  /* -- FOOTER -- */
  .subscribe form button[type="submit"] {
    left: -2px;
  }
  #footer h4 {
    text-align: left;
  }
  /* -- NEWS -- */
  .home.page .news__layout {
    padding: 70px 30px 40px 30px;
  }
}
@media (min-width: 1000px) {
  /* -- DROPDOWN MENU -- */
  /*.header-menu__wrap .menu-item a:after,
  .header-menu .sub-menu {
    background: #f5d772;
  }
  .sub-menu:after {
    border: 8px solid transparent;
    border-bottom: 8px solid #f5d772;
  }*/
  .header-menu {
    padding-top: 0;
  }
  .header-menu .sub-menu {
    padding-left: 0;
    padding-right: 0;
  }
  .sub-menu li {
    padding: 0 14px;
  }
  .header-menu ul.sub-menu li ul {
    left: 305px !important;
  }
  /* -- FOOTER -- */
  #footer {
    padding: 0;
    background: -moz-linear-gradient(left, #0083ca 80%, #00517c 20%);
    background: -webkit-linear-gradient(left, #0083ca 80%,#00517c 20%);
    background: linear-gradient(to right, #0083ca 80%,#00517c 20%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0083ca', endColorstr='#00517c',GradientType=1 );
  }
  #footer-left, #footer-right {
    padding: 60px 20px 40px 20px;
  }
  #footer-right {
    height: 100%;
    position: absolute;
    right: 20px;
    background: none;
  }
  #footer-right:after {
    content: "";
    background: #00517c;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: -15%;
    z-index: -1;
    -webkit-transform: skew(-15deg);
    -ms-transform: skew(-15deg);
    transform: skew(-15deg);
  }
  #footer-right .button-links a {
    width: 70%;
  }
  /* -- HERO IMAGE -- */
  .hero_slider .hero__layout:after {
    background-position: -300px;
  }

  /* -- BUTTONS -- */
  .home.page .site .site__content > .site__centered .button-links {
    max-width: 300px;
  }
  /* -- NEWS -- */
  .home.page .news__item {
    margin-bottom: 0;
  }
}
@media (min-width: 1950px) {
  #footer {
    background: -moz-linear-gradient(left, #0083ca 70%, #00517c 30%);
    background: -webkit-linear-gradient(left, #0083ca 70%,#00517c 30%);
    background: linear-gradient(to right, #0083ca 70%,#00517c 30%);
  }
}
@media (min-width: 2950px) {
  #footer {
    background: -moz-linear-gradient(left, #0083ca 60%, #00517c 40%);
    background: -webkit-linear-gradient(left, #0083ca 60%,#00517c 40%);
    background: linear-gradient(to right, #0083ca 60%,#00517c 40%);
  }
}

/* -- MAX WIDTH -- */
@media (max-width: 1600px) {
  .home.page .site .site__content > .site__centered .music-section-bg {
    position: absolute;
    -webkit-transform: translate(-15%, -25%);
    -ms-transform: translate(-15%, -25%);
    transform: translate(-15%, -25%);
  }
}
@media (max-width: 999px) {
  /* -- MOBILE MENU -- */
  .header-menu {
    background: #ffffff;
    top: 134px;
  }
  .register-header {
    text-align: center;
  }
  /* -- HERO IMAGE -- */
  .hero_slider .hero__layout .site__centered {
    padding: 0 30px;
  }
  /* -- MUSIC SECTION (HOMEPAGE) -- */
  .home.page .site .site__content > .site__centered .text-box {
    display: block;
    width: 80%;
    max-width: inherit;
  }
  .home.page .site .site__content > .site__centered .button-links {
    position: static;
    text-align: center;
  }
  .home.page .site .site__content > .site__centered .music-section {
    margin: 30px auto;
  }
  .home.page .site .site__content > .site__centered .text-photo {
    width: 30%;
    top: -45px;
    right: 15px;
  }
  .home.page .site .site__content > .site__centered .text-photo img {
    width: 100%;
    height: auto;
  }
  /* -- FOOTER -- */
  #footer-right .button-links a {
    max-width: inherit;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  /* -- MUSIC SECTION (HOMEPAGE) -- */
  .home.page .site .site__content > .site__centered .text-box {
    padding-right: 13%;
  }
  .home.page .site .site__content > .site__centered .button-links {
    max-width: inherit;
  }
  .home.page .site .site__content > .site__centered .button-links a {
    width: 48%;
    display: inline-block;
  }
}
@media (max-width: 767px) {
  /* -- HEADER -- */
  .header-menu {
    top: 100px;
  }
  .site__header-top {
    height: 100px;
  }
  .save-date, .header-links {
    padding: 0;
  }
  .header-links {
    text-align: right !important;
  }
  .save-date, .header-link {
    font-size: 12px;
  }
  .save-date strong {
    display: inline-block;
  }
  .site__header .custom_header a {
    font-size: 10px;
    padding: 0 2px;
  }
  body:not(.home) .site {
    padding-top: 100px;
  }
  /* -- HERO IMAGE -- */
  .hero_slider .site__title_big {
    font-size: 36px;
    padding-bottom: 0;
    padding-top: 20px;
  }
  .time-schedule__place {
    margin-left: 0;
  }
  .hero_slider .hero__layout .site__centered {
    padding: 0 10px;
  }
  /* -- MUSIC SECTION (HOMEPAGE) -- */
  .home.page .site .site__content > .site__centered > p {
    margin: 0;
  }
  .home.page .site .site__content > .site__centered .music-section-bg {
    transform: none;
  }
  .home.page .site .site__content > .site__centered .music-section {
    margin: 30px 15px;
  }
  .home.page .site .site__content > .site__centered .text-photo {
    display: none;
  }
  .home.page .site .site__content > .site__centered .text-box {
    width: 100%;
    padding: 30px;
    margin: 0;
  }
  .home.page .site .site__content > .site__centered .text-box h2 {
    font-size: 32px;
  }
  .home.page .site .site__content > .site__centered .text-box h3 {
    font-size: 21px;
  }
  .home.page .site .site__content > .site__centered .text-box p {
    font-size: 16px;
  }
}
@media (max-width: 486px) {
  /* -- FOOTER -- */
  .footer-links li {
    display: block;
  }
  .footer-links li:after {
    content: none;
  }
  /* -- FORMS -- */
  input.subscribe__email {
    width: 100%;
  }
  /* -- BUTTONS -- */
  .button-links a {
    font-size: 18px;
  }
  /* -- NEWS -- */
  .home.page .news__article {
    width: 253px;
  }
}


/*menu item hiding on not-hover*/
.menu .menu-item-has-children .menu-item-has-children ul{
  display:none;
}

.menu .menu-item-has-children .menu-item-has-children:hover ul{
  display:block;
}

.menu .menu-item-has-children .menu-item-has-children ul:hover{
  display:block;
}