.search .icon-search {
  color: #ff4081;
  cursor: pointer;
  font-size: 16px;
}
.search .search__component {
  line-height: 18px;
  font-size: 18px;
  border: none;
  border-bottom: 1px solid #ff4081;
  background-color: inherit;
  color: #ff4081;
}
.search .search__component:focus {
  outline: 0;
}
.search .search__component:before {
  left: 0;
  transition: left 0.3s;
}
.search .search__scrollbox {
  text-align: left;
  width: 400px;
  background-color: white;
  z-index: 2;
  position: absolute;
}
.search .search__scrollbox .search__scrollbox__item {
  cursor: pointer;
  padding: 0.5em;
  overflow-wrap: break-word;
}
.search .search__scrollbox .search__scrollbox__item:hover {
  background: #ff4081;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 800px) {
  .search__scrollbox {
    right: 0;
  }
}
header nav {
  z-index: 2;
  position: relative;
}
header nav.navbar {
  padding-top: 5px;
  color: #212121;
  line-height: 30px;
}
header nav.navbar .container {
  display: flex;
  flex-direction: row;
}
header nav.navbar .container .navbar__item {
  flex-basis: 50%;
}
header nav.navbar .container .navbar__item--align-right {
  text-align: right;
}
header nav.navbar .container .navbar--title a {
  font-size: 30px;
  line-height: 30px;
}
header .header-bg {
  z-index: 1;
  position: absolute;
  top: 0;
  height: 200px;
  width: 100%;
}
@media (max-width: 800px) {
  .navbar .container {
    padding: 0 10px;
  }
}
.row {
  padding-top: 30px;
}
.posts .posts--wide {
  max-width: 800px;
  width: auto;
}
.posts .posts__content {
  padding: 15px;
}
.posts .posts__content h1 {
  margin-top: 15px;
}
@media (max-width: 800px) {
  section.posts {
    padding: 10px;
  }
  section.posts img {
    max-width: 100%;
    height: auto;
  }
}
.pagination {
  list-style: none;
  display: flex;
  padding-left: 0;
  justify-content: center;
}
.pagination li a {
  padding: 4px 10px;
  border: 1px solid #E8E8E8;
  margin-right: 2px;
  border-radius: 1px;
}
footer {
  border-top: 1px solid #eee;
  margin-top: 40px;
  padding-bottom: 40px;
}
.footer {
  display: flex;
  flex-direction: row;
}
.footer .footer__item {
  flex-basis: 33%;
  position: relative;
}
.footer .footer__portrait {
  width: 100px;
}
.footer .footer__social-btn {
  font-size: 25px;
}
@media (max-width: 800px) {
  footer .container {
    padding: 0 10px;
  }
}
@media (max-width: 500px) {
  .footer {
    display: block;
  }
  .footer .footer__item {
    border-bottom: 1px solid #eee;
    height: auto;
  }
}
.post .post__header-img__content {
  position: relative;
}
.post .post__header-img--black {
  background: #000;
  height: 273px;
  width: 100%;
  position: absolute;
  opacity: 0.5;
  top: 0;
}
.post .post--title {
  position: absolute;
  top: 55px;
  text-align: center;
  color: #ee7063;
  width: 100%;
}
.post .post__header-wrapper {
  margin-bottom: 10px;
}
@media (max-width: 900px) {
  h1 {
    font-size: 40px;
  }
}
@media (max-width: 800px) {
  .post__content {
    padding: 10px;
  }
  .post__content img {
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 700px) {
  h1 {
    font-size: 30px;
  }
}
body,
footer {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}
a {
  transition: all 0.1s linear;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.container {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 600px) {
  h2 {
    font-size: 30px;
  }
}
@media (max-width: 450px) {
  div#SearchComponent {
    display: none;
  }
}

/*# sourceMappingURL=styles.css.map*/