/**
 * @file
 * Visual styles for the site branding block in Flashy+.
 */
.header-container .logo-enabled .logo-and-site-name-wrapper,
.header-container .site-slogan-enabled .logo-and-site-name-wrapper {
  padding: 15px 0;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
}
.header-container .site-name-enabled.site-slogan-enabled .logo-and-site-name-wrapper {
  display: block;
}
.logo {
  float: left;
  margin-right: 10px;
  display: inline-block;
}
.col-12 .site-branding .logo {
  float: none;
  margin: auto 0;
}
.col-12 .site-branding .logo-and-site-name-wrapper {
  text-align: center;
  margin-bottom: 10px;
}
.site-slogan-enabled .logo {
  margin-bottom: 5px;
}
.logo-centered {
  float: none;
  text-align: center;
}
.logo-centered .site-branding__logo {
  display: block;
  margin-bottom: 10px;
}
.col-12 .logo + .site-branding__name {
  margin-top: 0;
}
.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: 27px;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
}
.site-branding:not(.logo-enabled):not(.site-slogan-enabled) a {
  font-size: calc(2em + 1.5vw);
  line-height: 1;
  display: inline-block;
  padding-top: 10px;
}
@media (min-width: 1440px) {
  .site-branding:not(.logo-enabled):not(.site-slogan-enabled) a {
    font-size: 80px;
  }
}
.region--dark-typography .site-name a {
  color: #333333;
}
.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: 12px;
  line-height: 1.30;
  padding: 0;
  font-weight: 400;
}
.headings-wide-spacing-enabled .site-slogan {
  letter-spacing: 0.25em;
}
@media (max-width: 991px) {
  .header-container .logo-and-site-name-wrapper {
    text-align: left;
    -ms-flex-align: left;
    align-items: left;
    -ms-flex-pack: left;
    justify-content: left;
    display: -ms-flexbox;
    display: flex;
  }
  .slideout-mobile-menu-enabled .header-container .logo-and-site-name-wrapper {
    margin-bottom: 0;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .header-container .site-slogan {
    display: none;
  }
  .header-container .site-name-enabled.site-slogan-enabled .logo-and-site-name-wrapper {
    display: flex;
  }
}

/* Site Branding @slideout region*/
.slideout__section .logo-and-site-name-wrapper {
  margin: 0 0 15px;
}
.slideout__section .logo {
  display: block;
  float: none;
  margin: 0 auto;
  text-align: center;
}
.slideout__section .logo a {
  margin: 0 auto;
  display: inline-block;
}
.slideout__section .site-name a {
  margin-bottom: 5px;
  display: block;
  text-align: center;
}
.slideout__section .site-slogan {
  color: inherit;
  text-align: center;
}

/* Site Branding @footer*/
.footer__section .logo-and-site-name-wrapper {
  margin: 0 0 15px;
}
.footer__section .site-name a {
  margin-bottom: 5px;
  display: block;
}
.footer__section .site-slogan-enabled .logo {
  margin-bottom: 7px;
}
.footer__section .site-slogan {
  color: inherit;
}
@media (max-width: 767px) {
  .footer__section .logo {
    float: none;
    margin-right: 0;
    display: block;
    margin-bottom: 10px;
  }
}

/* Site Branding @footer-bottom*/
@media (max-width: 991px) {
  .footer-bottom__section .logo {
    float: none;
    margin-right: 0;
    display: block;
  }
}

/* Site Branding @subfooter-top*/
@media (max-width: 991px) {
  .subfooter-top__section .logo {
    float: none;
    margin-right: 0;
    display: block;
  }
}

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

/* Site Branding @mobile widget*/
.mt-mobile-menu-widget-wrapper .logo-and-site-name-wrapper {
  text-align: left;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.mt-mobile-menu-widget-wrapper .site-slogan {
  display: none;
}
