/*********** overide css ***********/
/* line 2, ../sass/style.scss */
.brand-logo {
  margin-top: 7px;
}

/* line 6, ../sass/style.scss */
.collection-header {
  margin: 0;
}

/* line 10, ../sass/style.scss */
.field-type-text-long {
  margin-bottom: 1em;
}

/* line 14, ../sass/style.scss */
.btn {
  margin-right: 1em;
}

/************ css for sidebar regions ***********/
/* line 22, ../sass/style.scss */
.region-sidebar-first li,
.region-sidebar-last li,
.action-links li {
  list-style-type: none;
}

/* line 28, ../sass/style.scss */
.field-type-taxonomy-term-reference .field-item {
  display: inline-block;
  margin-right: 0.5rem;
}

/******** for comment form ***********/
/* line 37, ../sass/style.scss */
.comment-form .form-type-item label {
  position: inherit;
  display: block;
  margin-bottom: 12px;
}
/* line 42, ../sass/style.scss */
.comment-form .form-type-item span,
.comment-form .form-type-item .username {
  padding-left: 12px;
}
/* line 48, ../sass/style.scss */
.comment-form .filter-wrapper .form-type-select label {
  position: inherit;
  display: block;
  margin-bottom: 20px;
}

/**** added font icons *******/
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(https://fonts.gstatic.com/s/materialicons/v18/2fcrYFNaTjcS6g4U3t-Y5ZjZjT5FdEJ140U2DJYC3mY.woff2) format("woff2");
}
/* line 65, ../sass/style.scss */
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
