/*----Less Variables----*/
.font1 {
  font-family: "Muli", sans-serif;
}
.font2 {
  font-family: "Philosopher", sans-serif;
}
/*----Body----*/
body {
  font-family: "Muli", sans-serif;
  line-height: 2em;
}
a,
a:visited,
a:active {
  color: #888;
  text-decoration: none;
  transition: ease all .3s;
}
a:hover,
a:visited:hover,
a:active:hover {
  text-decoration: none;
  color: #307d65;
}
#content {
  position: relative;
  margin-top: 40px;
}
/*----Top Navigation----*/
#top-nav {
  position: relative;
  text-align: center;
  width: 100%;
  padding: 0px;
  border-bottom: solid 4px #55be9d;
}
#site-navigation {
  display: inline-block;
  width: auto;
  float: none;
  clear: both;
  margin: 10px 0px;
  font-size: 16px;
}
#site-navigation a {
  color: #999;
  font-family: "Muli", sans-serif;
}
#site-navigation a:hover,
#site-navigation a:focus {
  color: #55be9d;
}
#site-navigation ul > li {
  padding: 10px 30px;
}
#site-navigation ul > li > ul {
  top: 2.3em;
}
#site-navigation ul > li:hover > a {
  color: #55be9d;
}
#site-navigation ul ul {
  margin-left: 10px;
  opacity: 0;
  text-align: left;
  background: #aaa;
  box-shadow: none;
  background: white;
  transition: opacity ease-in-out 0.2s, transform ease-in-out 0.2s, margin-left ease 0.2s;
  border-radius: 0px 0px 2px 2px;
}
#site-navigation ul ul li {
  padding: 0px;
  -webkit-box-shadow: 0px 11px 0px -10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 11px 0px -10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 11px 0px -10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 11px 0px -10px rgba(0, 0, 0, 0.1);
  transition: padding-left ease-in 0.2s;
  font-family: 'Muli', sans-serif;
  font-size: 12px;
}
#site-navigation ul ul li:last-child {
  box-shadow: none;
}
#site-navigation ul ul li a {
  color: #3ea283;
}
#site-navigation ul ul li ul li > a {
  padding-left: 0px;
}
#site-navigation ul ul a {
  color: #444;
  padding: 10px 30px;
  padding-left: 0px;
}
#site-navigation ul ul ul {
  top: 0;
}
#site-navigation ul > li:hover > ul {
  margin-left: 0px;
  opacity: 1;
}
#site-navigation ul > li:hover > ul > li > a {
  padding-left: 10px;
}
#site-navigation .edge > ul {
  right: 0;
}
#site-navigation .edge > ul li ul {
  left: -100%;
  right: 100%;
  position: absolute;
}
.slicknav_menu {
  background: white;
  border-bottom: solid 3px #55be9d;
  padding: 14px 0;
}
.slicknav_menu .slicknav_btn {
  font-size: 20px;
  margin-left: 10px;
  background: #fff;
  color: #55be9d;
  border-radius: 4px;
  border: solid 2px #55be9d;
  border-radius: 3px;
  padding: 8px 10px;
}
.slicknav_menu ul {
  list-style: none;
  margin-bottom: 0px;
}
.slicknav_menu ul a:focus {
  color: #ddd;
  outline: none;
  text-decoration: none;
}
.slicknav_menu ul li:before {
  content: "\f054";
  font-family: FontAwesome;
  font-size: 9px;
  color: #55be9d;
  margin-right: 5px;
}
.slicknav_menu ul li {
  margin: 6px 0px;
}
.slicknav_menu ul li .slicknav_arrow {
  margin-left: 4px;
  font-size: 10px;
}
.slicknav_menu ul li .slicknav_arrow a {
  outline: none;
}
@media screen and (min-width: 600px) {
  .slicknav_menu {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  #top-nav {
    display: none;
  }
}
.site-header {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.site-header #logo img {
  max-height: 300px;
  width: auto;
}
.site-header .site-branding {
  position: absolute;
  z-index: 2;
  top: 20%;
  width: 100%;
}
.site-header .site-branding .site-title a {
  font-weight: 700;
}
.site-header .site-branding .site-description {
  font-size: 18px;
  font-family: "Muli", sans-serif;
}
.site-header #search-wrapper {
  width: 100%;
}
.site-header-post {
  position: relative;
}
.site-header-post .site-branding {
  margin-top: 10px;
}
.site-header-post .site-branding .site-description {
  color: #aaa;
  font-size: 14px;
}
.site-header-post #search-wrapper {
  position: relative;
  background: none;
}
.site-header-post #search-wrapper #social-icons img {
  opacity: 1;
}
#header-image {
  position: absolute;
  height: 600px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  transform: scale(1.1, 1.1);
}
#search-wrapper {
  position: absolute;
  text-align: center;
  z-index: 3;
  overflow: auto;
  padding: 20px 0;
  bottom: 0;
}
#search-wrapper #social-icons {
  position: relative;
  padding: 10px 0px;
  text-align: center;
  z-index: 5;
}
#search-wrapper #social-icons img {
  width: 54px;
  height: auto;
  margin: 0px 3px;
  transition: all .1s ease;
  opacity: .5;
}
#search-wrapper #social-icons img:hover {
  transform: scale(1.1, 1.1);
  opacity: 1;
}
#search-wrapper #search-bar {
  position: relative;
  height: 94px;
  padding: 32px 0;
  right: 0;
  text-align: center;
  overflow: visible;
}
#search-wrapper #search-bar input[type="submit"] {
  display: none;
}
#search-wrapper #search-bar label {
  width: 50%;
}
#search-wrapper #search-bar label input[type="search"] {
  height: 30px;
  border: solid 1px #eee;
  width: 100%;
  outline-color: #55be9d;
  outline-width: 2px;
  transition: outline ease-in 0.1s;
  opacity: .5;
  transition: opacity .1s ease;
}
#search-wrapper #search-bar label input[type="search"]:focus {
  opacity: 1;
}
#bar-dropdown {
  position: fixed;
  z-index: 9999;
  width: 100%;
  max-height: 250px;
  background: white;
  border-bottom: solid 1px #eee;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  #bar-dropdown {
    max-height: 320px;
    top: 0;
  }
}
#bar-dropdown .site-branding-top {
  position: relative;
  top: 0;
  width: 33.33%;
  float: left;
  display: inline-block;
  text-align: center;
}
#bar-dropdown .site-branding-top #logo {
  overflow: hidden;
}
#bar-dropdown .site-branding-top #logo img {
  max-height: 90px;
  width: auto;
}
#bar-dropdown .site-branding-top .site-title {
  margin: 10px auto;
}
#bar-dropdown .site-branding-top .site-description {
  margin: 10px auto;
}
@media screen and (max-width: 768px) {
  #bar-dropdown .site-branding-top {
    width: 100%;
  }
}
#bar-dropdown .site-branding-top .site-title a {
  font-weight: 700;
}
#bar-dropdown .site-branding-top .site-description {
  font-size: 18px;
  font-family: "Muli", sans-serif;
}
#bar-dropdown #social-icons {
  position: relative;
  text-align: center;
  padding: 20px 0px;
  z-index: 5;
  width: 66.67%;
  display: block;
  top: calc(50% - 27px);
  float: right;
}
@media screen and (max-width: 768px) {
  #bar-dropdown #social-icons {
    width: 100%;
  }
}
#bar-dropdown #social-icons img {
  width: 54px;
  height: auto;
  margin: 0px 3px;
}
#bar-dropdown #search-bar {
  position: relative;
  height: 94px;
  padding: 32px 0;
  right: 0;
  text-align: center;
  overflow: visible;
}
#bar-dropdown #search-bar button[type="submit"] {
  position: relative;
  color: #55be9d;
  font-weight: 700;
  padding: 0px;
  border: 0px;
  box-shadow: none;
  background: none;
  height: auto;
  left: -55px;
}
#bar-dropdown #search-bar input[type="text"] {
  height: 30px;
  border-radius: 0px;
  border: solid 1px #eee;
  width: 50%;
  outline-color: #55be9d;
  outline-width: 2px;
  transition: outline ease-in 0.1s;
}
.bx-wrapper .bx-viewport {
  z-index: 1;
  box-shadow: none !important;
}
.bx-wrapper .bx-viewport .featured-image {
  border-radius: 5px;
  overflow: hidden;
}
/*---- Featured Posts ----*/
#featured-wrapper h1#fp-title {
  text-align: center;
  margin: 30px auto;
  font-size: 30px;
  color: #55be9d;
  font-family: "Philosopher", sans-serif;
}
#featured-wrapper ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  overflow: auto;
  text-align: center;
}
#featured-wrapper ul li .fp-post-thumb {
  box-shadow: 0px 10px 0px -8px white, 0px 15px 0px -8px #55be9d;
}
#featured-wrapper ul li .fp-post-title {
  position: relative;
  font-size: 18px;
  padding-top: 15px;
  margin-top: 15px;
}
/*----Recent Posts----*/
h1.home-title {
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 30px;
  font-family: "Philosopher", sans-serif;
  text-transform: uppercase;
  color: #55be9d;
  top: 4px;
  left: 10px;
  text-align: center;
  margin-bottom: 20px;
  text-shadow: 0px 1px 0px #55be9d;
}
h1.home-title span {
  position: relative;
  padding-bottom: 25px;
}
.blog #primary {
  margin-top: 40px;
  display: block;
}
.blog #primary article {
  margin-bottom: 40px;
  padding: 0px;
  border: solid 1px #eee;
  border-radius: 10px;
}
.blog #primary article .featured-image {
  display: inline-block;
  padding: 0px;
  border-radius: 10px 0px 0px 10px;
  overflow: hidden;
}
.blog #primary article h1.entry-title {
  font-family: "Philosopher", sans-serif;
  font-size: 28px;
}
.blog #primary article h1.entry-title a {
  color: #666;
}
@media screen and (max-width: 768px) {
  .blog #primary article h1.entry-title {
    font-size: 20px;
  }
}
.blog #primary article .entry-meta {
  font-family: "Muli", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 10px;
}
.blog #primary article .entry-meta a {
  color: #55be9d;
  font-size: 12px;
}
.blog #primary article .entry-meta .author {
  display: inline-block;
  margin-left: 15px;
  padding: 4px 0;
}
.blog #primary article .entry-content {
  position: relative;
  margin-top: 0px;
  font-family: "Muli";
  font-size: 13px;
  padding: 0px 20px;
  color: #555;
}
.blog #primary article .more-link {
  color: #55be9d;
  margin-top: 10px;
  display: inline-block;
  font-weight: 700;
  font-size: 15px;
}
.blog #primary article .entry-footer {
  font-size: 12px;
  display: block;
  bottom: 0px;
  left: 50%;
  right: 0px;
}
.blog #primary article .entry-footer a {
  color: #888;
}
.blog #primary article .entry-footer .cat-links:before {
  content: "\f07b";
  font-family: FontAwesome;
  padding-right: 3px;
  color: #55be9d;
}
.blog #primary article .entry-footer .comments-link:before {
  content: "\f086";
  font-family: FontAwesome;
  margin-left: 10px;
  padding-right: 4px;
  color: #55be9d;
}
.blog #primary article .entry-footer .edit-link {
  float: right;
}
@media screen and (max-width: 767px) {
  .blog #primary article {
    border: 0px;
    text-align: center;
    border-radius: 0px;
  }
  .blog #primary article img {
    border-radius: 10px;
  }
}
.blog #primary .tags-links {
  display: none;
}
.single #primary header.entry-header h1.entry-title,
.page #primary header.entry-header h1.entry-title {
  padding-bottom: 20px;
  border-bottom: solid 2px #eee;
  margin-bottom: 0px;
}
.single #primary header.entry-header .entry-meta,
.page #primary header.entry-header .entry-meta {
  padding-top: 20px;
}
.single #primary header.entry-header .entry-meta a,
.page #primary header.entry-header .entry-meta a {
  color: #55be9d;
}
.single #primary header.entry-header .entry-meta .posted-on,
.page #primary header.entry-header .entry-meta .posted-on {
  margin-right: 20px;
  position: relative;
  margin-left: 10px;
}
.single #primary header.entry-header .entry-meta .posted-on:before,
.page #primary header.entry-header .entry-meta .posted-on:before {
  content: "\f133";
  font-family: "FontAwesome";
  position: absolute;
  font-size: 32px;
  z-index: -1;
  color: #eee;
  left: -10px;
  top: -9px;
}
.single #primary header.entry-header .entry-meta .byline,
.page #primary header.entry-header .entry-meta .byline {
  display: inline-block;
  margin-left: 30px;
  position: relative;
}
.single #primary header.entry-header .entry-meta .byline:before,
.page #primary header.entry-header .entry-meta .byline:before {
  content: "\f2c0";
  font-family: "FontAwesome";
  position: absolute;
  font-size: 32px;
  z-index: -1;
  color: #eee;
  left: -10px;
  top: -3px;
}
.single #primary .single-featured,
.page #primary .single-featured {
  width: 80%;
  margin: 20px auto;
  text-align: center;
}
.single #primary .entry-content,
.page #primary .entry-content {
  margin: 30px;
  font-family: "Muli";
  font-weight: 400;
  font-size: 14px;
}
.single #primary .entry-content p:first-child:first-letter,
.page #primary .entry-content p:first-child:first-letter {
  font-size: 30px;
  background: #55be9d;
  color: white;
  padding: 3px 10px;
  border-radius: 4px;
  margin-right: 5px;
}
.single #primary .entry-footer,
.page #primary .entry-footer {
  padding: 5px 10px;
  margin-top: 10px;
}
.single #primary .entry-footer a,
.page #primary .entry-footer a {
  color: #55be9d;
}
.single #primary .entry-footer .cat-links:before,
.page #primary .entry-footer .cat-links:before {
  position: absolute;
  margin-left: 10px;
  margin-right: 4px;
  content: "\f07c";
  font-family: "FontAwesome";
  font-size: 32px;
  color: #eee;
  z-index: -1;
  left: 0;
}
.single #primary .entry-footer .tags-links,
.page #primary .entry-footer .tags-links {
  margin-left: 40px;
  position: relative;
}
.single #primary .entry-footer .tags-links:before,
.page #primary .entry-footer .tags-links:before {
  position: absolute;
  content: "\f02b";
  font-family: "FontAwesome";
  font-size: 32px;
  color: #eee;
  left: -12px;
  z-index: -1;
}
.single #primary .entry-footer .edit-link,
.page #primary .entry-footer .edit-link {
  float: right;
}
.single #primary .post-navigation,
.page #primary .post-navigation {
  padding: 10px 20px;
  background: #55be9d;
  box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.7);
}
.single #primary .post-navigation a,
.page #primary .post-navigation a {
  color: white;
}
.single #primary .post-navigation .nav-previous:before,
.page #primary .post-navigation .nav-previous:before {
  content: "\f104";
  font-family: "FontAwesome";
  font-size: 16px;
  color: #fff;
  margin-right: 10px;
}
.single #primary .post-navigation .nav-next:after,
.page #primary .post-navigation .nav-next:after {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 16px;
  color: #fff;
  margin-left: 10px;
}
.archive article {
  overflow: hidden;
}
/*----Pagination----*/
.pagination {
  width: 100%;
  font-size: 24px;
}
.pagination li {
  list-style: none;
  float: left;
  color: black;
  margin: 0px 7px;
}
.pagination li span {
  background: none;
  padding: 10px;
  margin-right: 1px;
}
.pagination li .page_count:after {
  color: #b93d3d;
}
.pagination li .page_count:before {
  color: #b93d3d;
}
.pagination ul {
  float: none;
  display: inline-block;
}
.pagination a {
  color: #555;
  background: none;
  position: relative;
  font-weight: 700;
  padding: 10px 16px;
  margin-left: 1px;
  text-decoration: none;
  transition: background ease-in-out 0.2s, color ease-in 0.2s;
}
.pagination a:after {
  content: "";
  position: absolute;
  background: #55be9d;
  height: 3px;
  width: 100%;
  bottom: 0;
  left: 0px;
  transition: bottom 0.2s ease-out;
}
.pagination a:hover:after {
  bottom: 100%;
}
.pagination .next,
.pagination .prev {
  background: none;
  color: #555;
  font-weight: 700;
  padding: 0px;
  border: 0px;
}
.pagination .next:after,
.pagination .prev:after {
  content: none;
}
.prev,
.next {
  top: 5px;
}
.pagination .prev:before {
  content: '\f104';
  font-family: FontAwesome;
  padding-right: 4px;
  font-weight: 700;
  font-size: 20px;
}
.pagination .next:after {
  content: '\f105';
  background: none;
  font-size: 20px;
  font-family: FontAwesome;
  padding-left: 4px;
  font-weight: 700;
  bottom: 100%;
}
.pagination .dots {
  background: none;
  border: none;
}
.pagination .current {
  background: none;
  color: #555;
  font-weight: 700;
  border-right: none;
  padding: 10px 16px;
  margin: 0;
  margin-left: 1px;
}
/*----Secondary----*/
#secondary,
#footer-sidebar {
  color: #777;
  font-family: "Muli", sans-serif;
}
#secondary a,
#footer-sidebar a {
  font-family: "Muli", sans-serif;
  font-weight: 400;
  color: #55be9d;
}
#secondary aside.widget h1.widget-title,
#footer-sidebar aside.widget h1.widget-title {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  color: #555;
  padding-bottom: 10px;
  left: 30px;
}
#secondary aside.widget ul,
#footer-sidebar aside.widget ul {
  list-style: none;
  margin: 0px;
}
#secondary aside.widget ul li,
#footer-sidebar aside.widget ul li {
  line-height: 2.5em;
  position: relative;
}
#secondary aside.widget ul li:before,
#footer-sidebar aside.widget ul li:before {
  content: "";
  position: absolute;
  height: 10px;
  width: 1px;
  background: #ddd;
  left: -20px;
  top: 12px;
  transform: rotate(45deg);
}
#secondary aside.widget ul li:after,
#footer-sidebar aside.widget ul li:after {
  content: "";
  position: absolute;
  height: 10px;
  width: 1px;
  background: #ddd;
  left: -20px;
  top: 12px;
  transform: rotate(-45deg);
}
#secondary aside.widget label,
#footer-sidebar aside.widget label {
  width: 100%;
}
#secondary aside.widget label input[type="search"],
#footer-sidebar aside.widget label input[type="search"] {
  width: 100%;
  border-radius: 0px;
  outline: none;
  border-color: #eee;
}
#footer-wrapper {
  padding-top: 10px;
  border-top: solid 4px #55be9d;
  background: #333;
}
#footer-wrapper aside.widget h1.widget-title {
  position: relative;
  color: white;
  padding: 14px 0;
  border-bottom: none;
  transform: skewX(-10deg);
  background: #444;
  left: 0;
  font-size: 24px;
  font-family: "Philosopher", sans-serif;
  letter-spacing: .05em;
}
#footer-wrapper aside.widget h1.widget-title:before {
  content: "";
  position: absolute;
  background: #55be9d;
  width: 4px;
  height: 100%;
  left: -10px;
  top: 0px;
}
#footer-wrapper aside.widget h1.widget-title span {
  position: relative;
  transform: skewX(10deg);
  display: inline-block;
  margin-left: 10px;
  text-shadow: 0px 1px 0px #222;
}
#footer-wrapper aside.widget a {
  color: #55be9d;
}
.site-info {
  background: #555;
  border-top: solid 3px #55be9d;
  padding: 30px 20px;
  text-align: center;
  font-family: "Muli", sans-serif;
  color: #ddd;
}
.site-info a {
  color: #55be9d !important;
}
/*----Comments----*/
#comments h2.comments-title {
  color: #55be9d;
  font-family: "Muli";
}
#comments ul.comment-list {
  list-style: none;
  font-family: "Muli";
}
#comments ul.comment-list li {
  margin: 20px 0;
}
#comments ul.comment-list li .vcard a {
  color: #55be9d;
  font-family: "Philosopher";
}
#comments ul.comment-list li .comment-meta {
  font-family: "Philosopher";
  font-size: 12px;
  padding: 10px;
  margin: 10px 0;
  border-top: solid 1px #55be9d;
}
#comments ul.comment-list li .comment-meta a {
  font-family: "Philosopher";
}
#comments ul.comment-list li ul.children {
  list-style: none;
}
#comments ul.comment-list li .reply a {
  font-family: "Philosopher";
  color: #55be9d;
  font-weight: 700;
}
#respond {
  text-align: center;
}
#respond h3#reply-title {
  color: #55be9d;
}
#respond #form-allowed-tags {
  display: none;
}
#respond .comment-form-comment textarea {
  outline: none;
}
#respond input[type="submit"] {
  background: none;
  border: solid 1px #55be9d;
  color: #55be9d;
  padding: 10px 12px;
  border-radius: 0px;
  font-size: 14px;
  box-shadow: none;
  text-shadow: none;
  transition: all .1s ease;
}
#respond input[type="submit"]:hover {
  background: #55be9d;
  color: white;
}
/*---- Archives, Pages and Search ----*/
.archive #primary article .featured-image {
  padding: 0px;
}
.archive #primary article .featured-image img {
  display: block;
}
@media screen and (max-width: 768px) {
  .archive #primary article .featured-image img {
    border-radius: 5px;
    margin: 20px auto;
  }
}
.archive #primary article h1.entry-title {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .archive #primary article h1.entry-title {
    text-align: center;
  }
}
.archive #primary article h1.entry-title a {
  font-size: 28px;
  color: #55be9d;
}
.archive #primary article .entry-content {
  font-family: "Muli", sans-serif;
  margin: 0px;
}
.archive #primary article .entry-content .entry-meta {
  margin-bottom: 20px;
}
.archive #primary article .entry-content a {
  color: #55be9d;
}
.archive #primary article .entry-content .byline {
  display: inline-block;
  float: right;
}
.archive #primary article .entry-content .more-link {
  display: inline-block;
  margin-top: 20px;
  float: right;
}
.archive #primary article .entry-footer {
  display: inline-block;
}
.search #primary article {
  margin-bottom: 20px;
  display: inline-block;
}
.search #primary article .featured-image {
  padding: 0px;
}
.search #primary article .featured-image img {
  display: block;
}
@media screen and (max-width: 768px) {
  .search #primary article .featured-image img {
    border-radius: 5px;
    margin: 15px auto;
  }
}
.search #primary article h1.entry-title {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .search #primary article h1.entry-title {
    text-align: center;
  }
}
.search #primary article h1.entry-title a {
  font-size: 28px;
  color: #55be9d;
}
.search #primary article .entry-content {
  font-family: "Muli", sans-serif;
  margin: 0px;
  color: #777;
  line-height: 1.7em;
  font-size: 14px;
}
.search #primary article .entry-content .entry-meta {
  margin-bottom: 20px;
}
.search #primary article .entry-content a {
  color: #55be9d;
}
.search #primary article .entry-content .byline {
  display: inline-block;
  float: right;
}
.search #primary article .entry-content .more-link {
  display: inline-block;
  margin-top: 20px;
  float: right;
}
.search #primary article .entry-footer {
  display: inline-block;
}
.category h1.page-title {
  color: #999;
}
.category h1.page-title:before {
  content: "\f07c";
  font-family: "FontAwesome";
  color: #55be9d;
  margin-right: 10px;
}
.category .taxonomy-description {
  color: #55be9d;
}
.author h1.page-title {
  color: #999;
}
.author h1.page-title:before {
  content: "\f02d";
  font-family: "FontAwesome";
  color: #55be9d;
  margin-right: 10px;
}
.author .taxonomy-description {
  color: #55be9d;
}
.tag h1.page-title {
  color: #999;
}
.tag h1.page-title:before {
  content: "\f02b";
  font-family: "FontAwesome";
  color: #55be9d;
  margin-right: 10px;
}
.tag .taxonomy-description {
  color: #55be9d;
}
.date h1.page-title {
  color: #999;
}
.date h1.page-title:before {
  content: "\f073";
  font-family: "FontAwesome";
  color: #55be9d;
  margin-right: 10px;
}
.date .taxonomy-description {
  color: #55be9d;
}
.search h1.page-title {
  color: #999;
}
.search h1.page-title:before {
  content: "\f002";
  font-family: "FontAwesome";
  color: #55be9d;
  margin-right: 10px;
}
.search .taxonomy-description {
  color: #55be9d;
}
/*---- Error 404 ----*/
body.error404 #primary {
  float: none;
}
body.error404 #primary section.error-404 {
  text-align: center;
}
body.error404 #primary section.error-404 .page-header {
  border-bottom: solid 3px #55be9d;
}
body.error404 #primary section.error-404 .page-header h1.page-title {
  color: #777;
}
body.error404 #primary section.error-404 .page-content {
  font-family: "Muli", sans-serif;
  margin-bottom: 40px;
}
body.error404 #primary section.error-404 .page-content form.search-form input[type="search"] {
  outline: none;
  border-radius: 0px;
}
body.error404 #primary section.error-404 .page-content form.search-form input[type="submit"] {
  box-shadow: none;
  background: none;
  border: none;
  padding: 0px;
  font-size: 18px;
  color: #55be9d;
  margin-left: 5px;
}
