/**
 * @file
 * Visual styles for the site branding block in event+.
 */
@media (min-width: 992px) {
  .header-container .container-fluid .logo-and-site-name-wrapper {
    padding-left: 20px;
  }
}
.logo {
  margin-right: 10px;
}
.logo-centered {
  float: none;
  text-align: center;
}
.logo-centered .site-branding__logo {
  display: block;
}
.logo:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.site-name a {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.1;
  text-decoration: none;
}
.region--light-typography .site-name a {
  color: #ffffff;
}
.site-name a:hover {
  text-decoration: none;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.site-slogan {
  font-size: 11px;
  line-height: 1.30;
  padding: 4px 0 0 0;
  font-weight: 300;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .site-slogan {
    font-size: 14px;
  }
}
.headings-wide-spacing-enabled .site-slogan {
  letter-spacing: 0.25em;
}
@media (max-width:767px) {
  .logo img {
    max-height: 65px;
  }
  .site-name {
    padding-top: 8px;
    display: inline-block;
  }
  .site-slogan {
    display: none;
  }
}

/*sticky header*/
.fixed-header-enabled.onscroll .sticky-wrapper .site-branding__slogan {
  display: none;
}

/*site branding at full width regions*/
.col-12 .site-branding {
  margin-bottom: 20px;
}
.col-12 .logo-and-site-name-wrapper {
  text-align: center;
  -ms-flex-pack: center!important;
  justify-content: center!important;
}
.col-12 .site-branding__logo {
  display: block;
  margin-bottom: 5px;
}
.col-12 .site-name a {
  font-size: 32px;
  margin-bottom: 0px;
  display: block;
}
.col-12 .site-slogan {
  color: inherit;
  text-align: center;
  padding: 0;
}

/* Site Branding @footer*/
@media (max-width: 767px) {
  .footer__section .logo-and-site-name-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.footer__section .site-name a {
  display: block;
}
.footer__section .site-slogan {
  color: inherit;
}

/* Site Branding @subfooter*/
.region--dark-typography .subfooter__section .site-slogan {
  color: #a5a5a5;
}

/*Site Branding @Mobile Menu Widget */
.region-mobile-menu-widget .site-branding {
    margin-bottom: 0;
    margin-top: 5px;
}
.region-mobile-menu-widget .block {
    padding-bottom: 25px;
}
