/**
 *
 *	The main stylesheet for custom styling of the theme.
 *
 **/
/*---- Stuff to be used throughout the theme ----*/
.font {
  font-family: "Lato", sans-serif;
}
.font2 {
  font-family: "Muli", sans-serif;
}
/*---- Body and Content Area ----*/
body {
  font-family: "Lato", sans-serif;
  line-height: 2.2em;
}
a,
a:visited {
  color: #aaa;
  transition: all ease .1s;
}
a:hover {
  color: #6e9545;
  text-decoration: none;
}
/*---- Top Bar ----*/
#top-bar {
  height: 50px;
  width: 100%;
  position: relative;
  background: linear-gradient(27deg, #151515 5px, transparent 5px) 0 5px, linear-gradient(207deg, #151515 5px, transparent 5px) 10px 0px, linear-gradient(27deg, #222222 5px, transparent 5px) 0px 10px, linear-gradient(207deg, #222222 5px, transparent 5px) 10px 5px, linear-gradient(90deg, #1b1b1b 10px, transparent 10px), linear-gradient(#1d1d1d 25%, #1a1a1a 25%, #1a1a1a 50%, transparent 50%, transparent 75%, #242424 75%, #242424);
  background-color: #131313;
  background-size: 20px 20px;
  border-bottom: solid 2px #6fb624;
}
/*---- Masthead ----*/
#page {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: auto;
}
.home #masthead,
.blog #masthead {
  position: relative;
  width: 100%;
  height: 650px;
  text-align: center;
  overflow: hidden;
  border-bottom: solid 4px #6fb624;
}
.home #masthead .site-branding,
.blog #masthead .site-branding {
  position: absolute;
  top: 40%;
  z-index: 0;
  display: block;
  width: 100%;
}
.home #masthead .site-branding .site-title a,
.blog #masthead .site-branding .site-title a {
  font-family: "Muli", sans-serif;
  font-weight: 300;
}
.home #masthead .site-branding .site-description,
.blog #masthead .site-branding .site-description {
  font-size: 16px;
}
.home #masthead .header-image,
.blog #masthead .header-image {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.head-2 {
  padding-bottom: 20px;
}
.head-2 .site-branding {
  display: inline-block;
  font-family: "Muli", sans-serif;
  margin: 10px auto;
}
@media screen and (max-width: 768px) {
  .head-2 .site-branding {
    text-align: center;
  }
}
.head-2 .site-branding a {
  color: black !important;
}
.head-2 .site-description {
  color: #6fb624;
}
.home #content {
  position: relative;
  width: 100%;
  padding: 0px;
  display: inline-block;
}
#social-icons-post {
  height: 100px;
  text-align: right;
}
#social-icons-post a {
  border: solid 3px black;
  position: relative;
  padding: 17px 0;
  top: 40px;
  color: #6fb624;
  margin-left: 10px;
}
#social-icons-post a:hover {
  color: white;
  background: black;
}
#social-icons-post a i {
  width: 50px;
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  #social-icons-post {
    text-align: center;
  }
}
#nav-button {
  position: absolute;
  font-size: 24px;
  left: 40px;
  top: 30px;
  cursor: pointer;
}
#social-icons {
  position: absolute;
  top: 100px;
  height: 100px;
  line-height: 5em;
}
#social-icons a {
  border: solid 3px black;
  position: relative;
  padding: 17px 0;
  color: black;
  margin-left: 10px;
  border-radius: 28px;
}
#social-icons a:hover {
  color: white;
  background: black;
}
#social-icons a i {
  width: 50px;
  text-align: center;
  font-size: 20px;
}
/*---- Navigation ----*/
#site-navigation {
  z-index: 100;
  text-align: left;
  width: auto;
  position: relative;
}
#site-navigation ul {
  display: inline-block;
}
#site-navigation ul li {
  float: none;
  background: rgba(255, 255, 255, 0.6);
  outline: solid 1px transparent;
  margin-bottom: 1px;
}
#site-navigation ul li a {
  padding: 20px;
  width: 200px;
  color: #000;
}
#site-navigation ul li:nth-child(odd) > a {
  color: #5d981e;
  text-shadow: 0px 1px 0px #487617;
}
#site-navigation ul li:hover ul {
  left: 100%;
  top: 0;
  box-shadow: none;
  margin-left: 1px;
}
#site-navigation ul li:hover ul ul {
  display: none;
}
#site-navigation ul li:hover ul li:hover ul {
  display: block;
}
#post-navigation {
  z-index: 3;
  position: relative;
  font-size: 14px;
  font-weight: 400;
}
#post-navigation a {
  /* text-transform: uppercase; */
  color: black;
}
#post-navigation ul {
  transition: opacity ease-in-out 0.2s;
}
#post-navigation ul li {
  margin: 0px 15px;
  padding: 15px 0px;
  display: inline-block;
  float: none;
}
#post-navigation ul li ul {
  background: transparent;
  box-shadow: none;
  margin-top: 29px;
  opacity: 0;
}
#post-navigation ul li ul a {
  width: auto;
}
#post-navigation ul li ul li {
  width: 150px;
  background: rgba(255, 255, 255, 0.5);
  margin: 0px;
  padding: 8px 10px;
  text-align: left;
}
#post-navigation ul li ul li ul {
  margin-top: -1px;
  margin-left: 1px;
}
#post-navigation li:hover > ul {
  opacity: 1;
}
#post-navigation ul.nav-menu {
  text-align: center;
}
#post-navigation ul > li {
  float: none;
  display: inline-block;
}
.slicknav_menu {
  position: absolute;
  z-index: 999;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  padding: 10px;
}
.slicknav_menu a {
  color: white;
}
.slicknav_menu a.slicknav_btn {
  font-size: 16px;
  display: inline-block;
  text-align: right;
}
.slicknav_menu a .slicknav_menutxt {
  background: black;
  color: white;
  font-weight: 400;
  padding: 10px 10px;
}
.slicknav_menu ul {
  width: 80%;
}
.slicknav_menu li {
  list-style: none;
  padding: 10px;
}
.slicknav_menu li .slicknav_arrow {
  margin-left: 5px;
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  #site-navigation,
  #post-navigation,
  #nav-button {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .slicknav_menu {
    display: none;
  }
}
/*---- Showcase ----*/
#showcase-wrapper {
  text-align: center;
  margin: auto;
  padding-bottom: 50px;
}
#showcase-wrapper h2.widget-title {
  text-align: center;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  margin-bottom: 40px;
}
#showcase-wrapper .showcase-box {
  padding: 1px;
}
#showcase-wrapper .showcase-box .showcase-image {
  position: relative;
}
#showcase-wrapper .showcase-box .showcase-image:before {
  position: absolute;
  content: "";
  border: solid 10px rgba(255, 255, 255, 0.5);
  top: 10px;
  bottom: 10px;
  right: 10px;
  left: 10px;
  background: transparent;
  transition: border 0.2s ease-out, background 0.1s ease-in;
}
#showcase-wrapper .showcase-box .showcase-image:after {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  top: -5px;
  height: 5px;
  background: #6fb624;
}
@media screen and (max-width: 768px) {
  #showcase-wrapper .showcase-box {
    margin-bottom: 30px;
  }
  #showcase-wrapper .showcase-box .showcase-image {
    border: solid 3px #6fb624;
  }
  #showcase-wrapper .showcase-box .showcase-image img {
    width: 100%;
  }
  #showcase-wrapper .showcase-box .showcase-image:before,
  #showcase-wrapper .showcase-box .showcase-image:after {
    display: none;
  }
}
#showcase-wrapper .showcase-box .showcase-title {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  padding: 0px 30px;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Muli", sans-serif;
  color: white;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.2s;
}
#showcase-wrapper .showcase-box .showcase-title:after {
  position: absolute;
  content: "";
  width: 60%;
  left: 0;
  right: 0;
  background: white;
  height: 1px;
  bottom: -10px;
  margin: auto;
}
#showcase-wrapper .showcase-box .showcase-title a {
  position: relative;
  color: white;
}
@media screen and (max-width: 768px) {
  #showcase-wrapper .showcase-box .showcase-title {
    position: relative;
    transition: none;
    opacity: 1;
    padding: 10px 0;
  }
  #showcase-wrapper .showcase-box .showcase-title a {
    color: #555;
  }
}
#showcase-wrapper .showcase-box:hover .showcase-image:before {
  border: solid 2px rgba(255, 255, 255, 0.5);
  background: rgba(0, 0, 0, 0.5);
}
#showcase-wrapper .showcase-box:hover .showcase-title {
  opacity: 1;
}
section.widget_at_featured {
  overflow: auto;
}
/*---- Slider ----*/
h2.widget-title {
  text-align: center;
  margin: 40px 0;
  font-weight: 800;
}
#slider-wrapper {
  margin: 80px auto;
  margin-bottom: 0px;
  margin-top: 0px;
}
#slider-wrapper .bx-wrapper {
  display: inline-block;
}
#slider-wrapper .bx-wrapper .bx-viewport {
  box-shadow: none;
  border: none;
  border-top: solid 5px #6fb624;
  left: 0;
  border-bottom: solid 5px #6fb624;
}
#slider-wrapper .bx-wrapper .bx-viewport ul {
  margin: 0px;
}
#slider-wrapper .bx-wrapper .bx-viewport ul .slide_caption {
  position: absolute;
  z-index: 100;
  bottom: 20%;
  color: #000;
  background: rgba(111, 182, 36, 0.5);
  padding: 15px;
  left: 8%;
  font-size: 24px;
  width: 50%;
  font-weight: 400;
  border-left: solid 5px #000;
}
#slider-wrapper .bx-wrapper .bx-viewport ul .slide_caption a {
  color: black;
}
#slider-wrapper .bx-pager {
  position: absolute;
  bottom: 20px;
  padding: 0px;
}
#slider-wrapper .bx-pager .bx-pager-item a {
  border-radius: 0px;
  height: 8px;
  width: 70px;
  background: black;
}
#slider-wrapper .bx-pager .bx-pager-item a.active {
  background: white;
}
/*---- Blog ----*/
body.blog #primary-home {
  display: inline-block;
  float: none;
  margin: auto;
  border: solid 1px #eee;
  padding-bottom: 50px;
}
body.blog #primary-home h2#page-title {
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
  position: relative;
  margin: 50px auto;
}
body.blog #primary-home h2#page-title span {
  position: relative;
  letter-spacing: 3px;
}
body.blog #primary-home article {
  margin-bottom: 50px;
}
body.blog #primary-home article .featured-thumb {
  text-align: center;
}
body.blog #primary-home article .post-format {
  position: absolute;
  background: #6fb624;
  color: white;
  text-transform: uppercase;
  padding: 10px 14px;
  top: 5px;
  left: 5px;
  border-radius: 4px 0 0 0;
}
body.blog #primary-home article .post-format:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -4px;
  height: 4px;
  width: 4px;
  background-image: radial-gradient(circle at 100% 100%, transparent 4px, #6fb624 4px);
  z-index: 99;
}
body.blog #primary-home article .post-format:after {
  content: "";
  background: #62a120;
  position: absolute;
  left: 0px;
  bottom: -8px;
  width: 10px;
  height: 8px;
  border-bottom-left-radius: 4px;
}
body.blog #primary-home article .blog-entry-title {
  margin-top: 30px;
  padding-top: 30px;
}
@media screen and (max-width: 992px) {
  body.blog #primary-home article .blog-entry-title {
    padding-top: 0px;
    margin-bottom: 60px;
  }
}
body.blog #primary-home article .blog-entry-title h2.entry-title {
  text-align: center;
  font-family: "Muli", sans-serif;
  margin: 0px;
}
body.blog #primary-home article .blog-entry-title h2.entry-title a {
  color: #6fb624;
}
body.blog #primary-home article .blog-entry-title:before {
  content: "";
  position: absolute;
  width: 20%;
  background: #eee;
  height: 1px;
  top: 0px;
  display: block;
  margin: auto;
  left: 0px;
  right: 0px;
}
body.blog #primary-home article span.posted-on {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  margin: 10px auto;
  font-size: 16px;
  font-weight: 800;
}
body.blog #primary-home article span.posted-on a {
  color: #333;
}
body.blog #primary-home article span.byline {
  display: block;
  text-align: center;
  margin: 10px auto;
  font-size: 11px;
  text-transform: uppercase;
}
body.blog #primary-home article span.byline a {
  color: #777;
}
/*---- Recent Posts ----*/
.widget_at_recent h2.widget-title {
  text-align: center;
  margin: 30px 0;
  font-weight: 800;
  text-transform: uppercase;
}
.widget_at_recent main#main {
  overflow: hidden;
}
.widget_at_recent main#main article {
  padding: 0px;
  overflow: hidden;
  margin: 0px;
}
.widget_at_recent main#main article .featured-home {
  overflow: hidden;
}
.widget_at_recent main#main article .featured-home h2.entry-title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  transform: translate3d(0, 100%, 0);
  margin: 0px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.5);
  transition: transform 0.5s ease-out;
}
.widget_at_recent main#main article .featured-home h2.entry-title a {
  font-size: 16px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  text-align: center;
  transform: translate3d(0, -90%, 0);
  transition: transform 0.5s ease-out;
}
.widget_at_recent main#main article .featured-home .featured-thumb {
  z-index: 99;
}
.widget_at_recent main#main article .featured-home .entry-content {
  display: inline-block;
}
.widget_at_recent main#main article .featured-home:hover h2.entry-title {
  transform: translate3d(0, 0%, 0);
}
.widget_at_recent main#main article .featured-home:hover h2.entry-title a {
  transform: translate3d(0, 10%, 0);
}
@media screen and (max-width: 768px) {
  .widget_at_recent main#main article .featured-home {
    overflow: visible;
    text-align: center;
    margin-bottom: 20px;
  }
  .widget_at_recent main#main article .featured-home h2.entry-title {
    position: relative;
    transform: none;
    background: none;
  }
  .widget_at_recent main#main article .featured-home h2.entry-title a {
    position: relative;
    color: black;
  }
}
.widget_at_recent .show-more {
  display: inline-block;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  font-weight: 800;
  margin: 20px auto;
  font-size: 18px;
}
.widget_at_recent .show-more a {
  color: black;
}
/*---- Single ---*/
.single .single-title,
.page .single-title {
  width: 100%;
  left: 0;
  position: relative;
  background: black;
  margin-bottom: 30px;
  max-height: 400px;
  overflow: hidden;
}
.single .single-title img,
.page .single-title img {
  width: 100%;
  opacity: .5;
}
.single .single-title h1.entry-title,
.page .single-title h1.entry-title {
  font-family: "Muli", sans-serif;
  position: absolute;
  top: calc( 40% - 20px );
  left: 0;
  right: 0;
  text-align: center;
  color: white;
}
.single article .entry-meta a,
.page article .entry-meta a {
  color: #6fb624;
  margin-left: 20px;
}
.single article .entry-content,
.page article .entry-content {
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;
  padding: 20px;
}
.single article .entry-footer,
.page article .entry-footer {
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
}
.single article .entry-footer a,
.page article .entry-footer a {
  display: inline-block;
}
.single article .entry-footer .cat-links,
.page article .entry-footer .cat-links {
  text-align: center;
  font-size: 12px;
}
.single article .entry-footer .tags-links,
.page article .entry-footer .tags-links {
  text-align: center;
  font-size: 12px;
}
.single article .entry-footer .comments-link,
.page article .entry-footer .comments-link {
  text-align: center;
  font-size: 12px;
}
.single article .entry-footer .edit-link,
.page article .entry-footer .edit-link {
  display: inline-block;
  width: 100%;
  text-align: left;
}
.single article .entry-footer .text,
.page article .entry-footer .text {
  color: black;
  margin-bottom: 10px;
  margin-top: 10px;
  padding-top: 5px;
  font-weight: 700;
  font-size: 16px;
  width: 100%;
  display: block;
}
.single .post-navigation,
.page .post-navigation {
  border-top: solid 1px #eee;
  padding: 10px;
}
.single .post-navigation a,
.page .post-navigation a {
  color: #6fb624;
  text-transform: uppercase;
}
/*---- Secondary ----*/
#secondary {
  line-height: 4em;
}
#secondary h2.widget-title {
  font-family: "Muli", sans-serif;
  margin-bottom: 20px;
  position: relative;
  text-align: left;
}
#secondary h2.widget-title:before {
  content: "";
  background: #6fb624;
  position: absolute;
  left: 0;
  height: 100%;
  width: 5px;
}
#secondary h2.widget-title span {
  margin-left: 15px;
}
#secondary .widget {
  margin-bottom: 40px;
}
#secondary .widget ul {
  list-style: none;
  margin: 0px;
  padding-left: 0px;
}
#secondary .widget ul li {
  border-top: solid 1px #eee;
}
#secondary .widget ul li:first-child {
  border-top: none;
}
#secondary .widget ul li:before {
  content: "\f105";
  font-family: "FontAwesome", sans-serif;
  left: 0;
  color: #6fb624;
  margin-right: 10px;
  background: transparent;
  border: solid 2px #aaa;
  padding: 8px 13px;
  border-radius: 17px;
}
#secondary .widget_search label {
  width: 100%;
}
#secondary .widget_search label input[type="search"] {
  outline: none;
  line-height: 2em;
  width: 100%;
  border-radius: 0px;
}
#secondary .widget_search input[type="submit"] {
  display: none;
}
/*---- Footer Sidebar ----*/
#footer-sidebar {
  line-height: 4em;
}
#footer-sidebar h2.widget-title {
  font-family: "Muli", sans-serif;
  margin-bottom: 20px;
  position: relative;
}
#footer-sidebar h2.widget-title:before {
  content: "";
  background: #6fb624;
  position: absolute;
  left: 0;
  height: 100%;
  width: 5px;
}
#footer-sidebar h2.widget-title span {
  margin-left: 15px;
}
#footer-sidebar .widget {
  text-align: left;
  margin-bottom: 40px;
}
#footer-sidebar .widget ul {
  list-style: none;
  margin: 0px;
  padding-left: 0px;
}
#footer-sidebar .widget ul li:before {
  content: "\f105";
  font-family: "FontAwesome", sans-serif;
  left: 0;
  color: #6fb624;
  margin-right: 10px;
  background: transparent;
  border: solid 2px #aaa;
  padding: 8px 13px;
  border-radius: 17px;
}
#footer-sidebar .widget_search label {
  width: 100%;
}
#footer-sidebar .widget_search label input[type="search"] {
  outline: none;
  line-height: 2em;
  width: 100%;
  border-radius: 0px;
}
#footer-sidebar .widget_search input[type="submit"] {
  display: none;
}
/*---- Page ----*/
.page .single-title {
  position: relative;
}
.page .single-title h2.entry-title {
  font-family: "Muli", sans-serif;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  text-align: center;
  color: white;
}
.page .single-title h2.entry-title a {
  color: white;
}
/*---- Search, Archives and stuff ----*/
.archive #main,
.search #main {
  display: inline-block;
}
.archive #main header,
.search #main header {
  border-bottom: 0px;
}
.archive #main header h1.page-title,
.search #main header h1.page-title {
  font-family: "Muli", sans-serif;
  margin-bottom: 10px;
}
.archive #main article .featured-thumb,
.search #main article .featured-thumb {
  position: relative;
  margin: auto;
  float: none;
  text-align: center;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
  padding-top: 30px;
}
.archive #main article .blog-entry-title,
.search #main article .blog-entry-title {
  text-align: center;
  padding-bottom: 20px;
  border-bottom: solid 1px #eee;
  font-family: "Muli", sans-serif;
}
.archive #main article .blog-entry-title .entry-title,
.search #main article .blog-entry-title .entry-title {
  margin: 0px;
}
.archive #main article .blog-entry-title a,
.search #main article .blog-entry-title a {
  color: #6fb624;
}
/*---- Pagination ----*/
.pagination {
  position: relative;
  top: 20px;
  display: block;
  clear: both;
  width: 100%;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-weight: 800;
  font-size: 17px;
}
.pagination a {
  color: #000000;
}
.pagination ul {
  position: relative;
  top: 4px;
  margin: 0px;
  padding: 0px;
  list-style: none;
  float: none;
  display: inline-block;
}
.pagination ul li {
  float: left;
  margin: 0 10px;
}
.pagination .current {
  color: #6fb624;
  transform: scale(1.2, 1.2);
}
.pagination .prev,
.pagination .next {
  text-transform: uppercase;
}
.pagination a.prev:before {
  content: "\f104";
  font-family: "FontAwesome";
  margin-right: 10px;
}
.pagination a.next:after {
  content: "\f105";
  font-family: "FontAwesome";
  margin-left: 10px;
}
/*---- Footer ----*/
#colophon {
  position: relative;
  width: 100%;
  background: #333;
  text-align: center;
  padding: 30px 0;
  color: #fff;
  border-top: solid 3px #6fb624;
}
/*---- Comment Section ----*/
#comments .form-allowed-tags {
  display: none;
}
#comments ul {
  list-style: none;
  padding-left: 10px;
  margin-left: 10px;
}
#comments ul li {
  margin: 50px auto;
  box-shadow: -5px 0px 0px #eeeeee;
}
#comments ul .comment-body {
  list-style: none;
  margin: 20px 0px 20px 10px;
}
#comments ul .comment-body .comment-meta .vcard {
  display: inline-block;
  width: 100%;
}
#comments ul .comment-body .comment-meta .vcard span {
  display: none;
}
#comments ul .comment-body .comment-meta .vcard img {
  min-height: 50px;
  width: auto;
  display: inline-block;
  border: solid 1px #ccc;
}
#comments ul .comment-body .comment-meta .vcard b {
  display: block;
  font-weight: 400;
  padding: 4px 0px;
}
#comments ul .comment-body .comment-meta .comment-metadata {
  display: inline-block;
  float: none;
  padding: 10px 0px;
}
#comments ul .comment-body .comment-meta .comment-metadata time {
  display: inline-block;
  float: left;
  color: #6fb624;
  font-weight: 900;
  padding: 5px 8px;
}
#comments ul .comment-body .comment-meta .comment-metadata .edit-link {
  margin-left: 10px;
  font-weight: 400;
  float: right;
  padding: 5px 0;
}
#comments ul .comment-body .comment-content {
  padding: 10px 20px;
  margin-bottom: 10px;
  margin-right: 10px;
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;
  background: white;
  border-radius: 0px;
}
#comments ul .comment-body .comment-content ul li,
#comments ul .comment-body .comment-content ol li {
  border: 0px;
  background: transparent;
  box-shadow: none;
}
#comments ul .comment-body .reply {
  display: inline-block;
  padding: 5px 10px;
}
#comments ul .comment-body .reply a {
  color: #6fb624;
}
#comments #respond {
  text-align: center;
}
#comments #respond .comment-form-comment label {
  text-transform: uppercase;
}
#comments #respond .comment-form-comment textarea {
  border-radius: 0px !important;
  outline: none;
}
#comments #respond .form-submit input {
  box-shadow: none !important;
  border-radius: 0px;
  text-shadow: none !important;
  padding: 13px 20px;
  text-transform: uppercase;
  font-weight: 400;
}
