/**
 * @file
 * Visual styles for the site branding block in Bartik.
 */

.site-branding__logo {
  display: inline-block;
  margin-right: 16px; /* LTR */
  margin-bottom:4px;
}
[dir="rtl"] .site-branding__logo {
  margin-right: 0;
  margin-left: 1em;
}
.site-branding__text {
  display: inline-block;
  vertical-align: top;
}
.region-header a, .topheader a, .block a {
	text-decoration: none;
}

@media all and (min-width: 980px) {
  .site-branding__text {
    padding: 20px 0 0;
  }

}
@media all and (max-width: 979px) and (min-width: 900px) {
  .site-branding__text {
    padding: 20px 0 0;
  }
}
@media all and (max-width: 900px) and (min-width: 831px) {
  .site-branding__text {
    padding: 20px 0 0;
  }
  .region-header .site-branding {
    margin-top: 0.429em;
}
}

@media all and (max-width: 970px) and (min-width: 831px) {
  
.region-header .search-block-form{bottom:22px;}
}
.site-branding__name {
  font-size: 1.4em;
  color: #686868;
  line-height: 1;
}
@media all and (max-width: 527px)  and (min-width: 481px){.site-branding__name {
    font-size: 1.1em;
   
}}
@media all and (min-width: 901px) {
  .site-branding__name {
    font-size: 26px;
	  font-weight: 700;
  }
}
@media all and (max-width: 930px)  and (min-width: 901px){.site-branding__name {
    font-size: 22px;
   
}}
.site-branding__slogan {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2em;
  margin-top: 2px;
  word-spacing: 0.1em;
}
.branding__text a, .site-branding a { color:#000 !important;}
