/* Globals */
.body-font {
  font-family: "Open Sans", sans-serif;
}
.title-font {
  font-family: "Oswald", sans-serif;
}
body {
  font-family: "Open Sans", sans-serif;
  background: #ffffff;
  word-wrap: break-word;
  line-height: 1.8em;
}
.mega-container {
  background: white;
  margin: auto;
  margin-top: 20px;
  overflow: visible;
}
a {
  color: #3f1c18;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
  color: #3f1c18;
}
.container {
  margin: auto;
}
@media screen and (min-width: 1290px) {
  .container {
    width: 1270px;
  }
}
/* section titles */
.section-title {
  font-weight: normal;
  color: #8e8f77;
  font-size: 22px;
  margin-bottom: 40px;
  margin-top: 40px;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .section-title {
    margin-top: 20px;
  }
}
.section-title span {
  background: #ffffff;
  display: inline-block;
  position: relative;
  padding: 0 3px;
}
.section-title span:after {
  content: "";
  display: block;
  width: 10px;
  height: 18px;
  border-top: solid 3px #3f1c18;
  border-bottom: solid 3px #3f1c18;
  color: #d8a33e;
  position: absolute;
  bottom: 7px;
  left: -15px;
}
.section-title span:before {
  content: "";
  display: block;
  width: 10px;
  height: 18px;
  border-top: solid 3px #3f1c18;
  border-bottom: solid 3px #3f1c18;
  color: #d8a33e;
  position: absolute;
  bottom: 7px;
  right: -15px;
}
.section-title div {
  position: relative;
}
.section-title div:before {
  content: "";
  display: block;
  width: 15px;
  height: 18px;
  border-top: solid 4px #d8a33e;
  position: absolute;
  bottom: 0px;
  right: -23px;
}
.section-title div:after {
  content: "";
  display: block;
  width: 15px;
  height: 18px;
  border-top: solid 4px #d8a33e;
  position: absolute;
  bottom: 0px;
  left: -23px;
}
#content {
  margin-top: 0px;
}
/* ---------- Header ------------- */
#top-bar-wrapper {
  overflow: visible;
}
#top-bar {
  background: #3f1c18;
  overflow: visible;
}
#top-bar #search-form {
  padding: 0;
}
#top-bar #search-form label {
  width: 100%;
  margin: 0;
  position: relative;
}
#top-bar #search-form label .search-field {
  width: 100%;
  border-radius: 0;
  border: none;
  padding: 22px;
  padding-left: 50px;
  font-size: 16px;
  background: #4a211c;
  color: #d8a33e;
  outline-color: #3f1c18;
}
@media screen and (max-width: 991px) {
  #top-bar #search-form label .search-field {
    background: #3f1c18;
  }
}
#top-bar #search-form label .search-field::-webkit-input-placeholder {
  color: rgba(142, 143, 119, 0.5);
}
#top-bar #search-form label .search-field:-moz-placeholder {
  color: rgba(142, 143, 119, 0.5);
}
#top-bar #search-form label .search-field::-moz-placeholder {
  color: rgba(142, 143, 119, 0.5);
}
#top-bar #search-form label .search-field:-ms-input-placeholder {
  color: rgba(142, 143, 119, 0.5);
}
#top-bar #search-form label:before {
  content: "\f002";
  font-family: "FontAwesome";
  position: absolute;
  left: 17px;
  top: 14px;
  font-size: 26px;
  color: rgba(216, 163, 62, 0.12);
}
#head {
  padding: 0;
  display: flex;
  align-items: stretch;
  border-bottom: solid 9px #d8a33e;
  position: relative;
  clear: both;
}
@media screen and (max-width: 767px) {
  #head {
    display: block;
  }
}
#head:after {
  content: "";
  width: 100%;
  height: 0px;
  border-top: dotted 3px rgba(63, 28, 24, 0.5);
  position: absolute;
  bottom: -6px;
  left: 0px;
  transition: 15s all ease;
  -webkit-transition: 15s all ease;
  -moz-transition: 15s all ease;
  -ms-transition: 15s all ease;
  -o-transition: 15s all ease;
}
#masthead {
  text-align: center;
  background: #3f1c18;
  padding-top: 80px;
  padding-bottom: 160px;
}
@media screen and (max-width: 767px) {
  #masthead {
    padding-top: 20px;
    padding-bottom: 50px;
  }
}
#masthead #text-title-desc {
  clear: none;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  #masthead #text-title-desc {
    float: none;
  }
}
#masthead h1.site-title {
  font-size: 42px;
  margin-top: 0px;
}
#masthead h2.site-description {
  font-weight: 300;
  font-size: 15px;
  margin-top: 10px;
  color: #d8a33e;
}
.site-branding {
  padding: 15px 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .site-branding {
    text-align: center;
  }
}
.head-full {
  background: #3f1c18;
}
#header-image {
  -webkit-filter: brightness(0.9);
}
#header-image .entry-title {
  font-size: 42px;
  color: white;
  font-weight: bolder;
  text-shadow: 5px 5px 40px black;
  padding: 20px;
  margin-top: 75px;
  width: 80%;
  text-align: center;
  margin-left: 10%;
  -webkit-filter: brightness(0.95);
}
@media screen and (max-width: 767px) {
  #header-image .entry-title {
    margin-top: 5px;
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  #header-image {
    height: 200px;
  }
}
.site-logo {
  display: inline-block;
  float: none;
  text-align: center;
  margin-bottom: 22px;
  max-width: 100px;
  max-height: 100px;
}
@media screen and (max-width: 767px) {
  .site-logo {
    float: none;
    max-width: 40px;
    max-height: 40px;
    margin-bottom: 10px;
    display: inline-block;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .site-logo {
    float: none;
    max-width: 60px;
    max-height: 60px;
    display: inline-block;
  }
}
#jumbosearch {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.84);
  z-index: 99999;
  text-align: center;
  display: none;
}
#jumbosearch .form {
  margin-top: 20%;
}
#jumbosearch .form label {
  width: 80%;
  text-align: center;
}
#jumbosearch .form input[type=search] {
  background: none;
  outline: none;
  padding: 20px;
  font-size: 28px;
  border: none;
  border-bottom: solid 1px #ddd;
  border-radius: 0;
  color: white;
  width: 80%;
  text-align: center;
  clear: both;
}
#jumbosearch .form input[type=submit] {
  display: none;
  text-transform: uppercase;
}
#jumbosearch .closeicon {
  position: absolute;
  right: 30px;
  top: 40px;
  color: #eee;
  font-size: 27px;
  padding: 15px;
  cursor: pointer;
}
#search-icon {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
#search-icon #searchicon {
  display: inline-block;
  background: #ffffff;
  border: solid 2px #3f1c18;
  color: #bcbdaf;
  width: 50px;
  height: 50px;
  padding-top: 11px;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
}
#social-icons {
  text-align: center;
  margin-top: 10px;
}
#social-icons .none {
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  color: #3f1c18;
  width: 45px;
  height: 45px;
  margin-bottom: 4px;
  padding-top: 9px;
  text-align: center;
  font-size: 18px;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}
#social-icons .none:hover {
  background: rgba(255, 255, 255, 0.2);
  color: white;
}
#social-icons .style1 {
  display: inline-block;
  background: rgba(216, 163, 62, 0.8);
  color: #d9d9d9;
  padding: 10px;
  width: 45px;
  height: 45px;
  margin-bottom: 4px;
  padding-top: 9px;
  text-align: center;
  border-radius: 5px;
  transition: all 500ms ease;
  font-size: 18px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #social-icons .style1 {
    font-size: 14px;
  }
}
#social-icons .style1:hover {
  border: none;
  background: #684b15;
  color: #d8a33e;
  transform-origin: 20% 40%;
  border-radius: 5px;
  position: relative;
  box-sizing: border-box;
  transition: all 500ms ease;
}
@media screen and (max-width: 767px) {
  #social-icons .style1 {
    font-size: 14px;
    padding: 10px;
  }
}
@media screen and (max-width: 500px) {
  #social-icons .style1 {
    font-size: 14px;
    padding: 10px;
  }
}
@media screen and (max-width: 400px) {
  #social-icons .style1 {
    background: #ffffff;
    padding: 10px;
    font-size: 14px;
  }
}
#social-icons .style2 {
  background: rgba(63, 28, 24, 0.5);
  display: inline-block;
  padding: 10px;
  vertical-align: middle;
  color: #d8a33e !important;
  font-size: 18px;
  border-radius: 10%;
  transition: all 1s ease;
}
#social-icons .style2:hover {
  transition: all 1s ease;
  -webkit-transform: rotate(360deg) scale(2);
  background: #d4d4cb;
  color: #d8a33e;
}
@media screen and (max-width: 767px) {
  #social-icons .style2 {
    font-size: 14px;
    padding: 10px;
  }
}
@media screen and (max-width: 500px) {
  #social-icons .style2 {
    font-size: 14px;
    padding: 3px;
  }
}
@media screen and (max-width: 400px) {
  #social-icons .style2 i {
    background: #ffffff;
    padding: 20px;
  }
}
#social-icons .hvr-shutter-out-horizontal {
  background: rgba(63, 28, 24, 0.5) !important;
  display: inline-block;
  padding: 10px;
  vertical-align: middle;
  color: #d8a33e !important;
  font-size: 18px;
  border-radius: 10%;
  transition: all 1s ease;
}
@media screen and (max-width: 767px) {
  #social-icons .hvr-shutter-out-horizontal {
    font-size: 14px;
  }
}
#social-icons .hvr-shutter-out-horizontal:before {
  background: rgba(216, 163, 62, 0.8);
  color: #ffffff !important;
  border-radius: 10%;
}
#social-icons .hvr-shutter-out-horizontal:hover {
  box-shadow: inset 0 0 0 25px #8e8f77;
  background: none;
  color: #ffffff !important;
}
/* -------- Nav Menu ---------- */
#site-navigation {
  float: left;
  background: #3f1c18;
}
#site-navigation ul {
  /* for the Currently active page */
}
#site-navigation ul li a {
  padding: 20px 13px;
  color: #fff;
  font-weight: 400;
  transition: 0.2s all ease;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
#site-navigation ul li a:hover {
  background: #341714;
}
#site-navigation ul li:hover a {
  background: #341714;
}
#site-navigation ul li ul li .menu-desc {
  display: none;
}
#site-navigation ul li ul.sub-menu,
#site-navigation ul li ul.children {
  background: #341714;
  bottom: 60px;
  display: block;
  overflow: hidden;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  perspective: 1000;
  -webkit-perspective: 1000;
  transform-origin: bottom;
  -webkit-transform-origin: bottom;
  transform: perspective(350px) rotateX(10deg);
  -webkit-transform: perspective(350px) rotateX(90deg);
  -moz-transform: perspective(350px) rotateX(90deg);
  opacity: 0;
}
#site-navigation ul li ul.sub-menu li ul,
#site-navigation ul li ul.children li ul {
  transform-origin: left;
  -webkit-transform-origin: left;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  left: 100%;
  bottom: 0%;
  opacity: 0;
  -webkit-transform: rotateY(65deg) !important;
  transform: rotateY(65deg) !important;
  -moz-transform: rotateY(65deg) !important;
}
#site-navigation ul li ul.sub-menu li ul li ul,
#site-navigation ul li ul.children li ul li ul {
  display: none !important;
}
#site-navigation ul li ul.sub-menu li:hover,
#site-navigation ul li ul.children li:hover {
  transition: 0.2s all ease;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  /* -webkit-transition: 0.2s all ease !important; */
}
#site-navigation ul li ul.sub-menu li:hover ul,
#site-navigation ul li ul.children li:hover ul {
  opacity: 1;
  transform: rotateY(5deg) !important;
  -webkit-transform: rotateY(5deg) !important;
  -moz-transform: rotateY(5deg) !important;
}
#site-navigation ul li ul.sub-menu a,
#site-navigation ul li ul.children a {
  padding: 8px 15px;
  font-weight: normal;
  font-size: 14px;
  transition: 0.4s background ease, 0.6s padding ease;
}
#site-navigation ul li ul.sub-menu a:hover,
#site-navigation ul li ul.children a:hover {
  background: #2d1411;
  padding-left: 19px;
}
#site-navigation ul li:hover {
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease !important;
}
#site-navigation ul li:hover ul.sub-menu,
#site-navigation ul li:hover ul.children {
  display: block;
  opacity: 1;
  transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
}
#site-navigation ul .current_page_item > a,
#site-navigation ul .current-menu-item > a,
#site-navigation ul .current_page_ancestor > a {
  background: #1a0c0a;
}
#site-navigation .fa {
  padding: 0 5px 0 0;
}
#site-navigation .menu-desc {
  font-size: 12px;
  font-weight: 300;
  color: #999;
  display: inline-block;
  margin-top: -5px;
  font-style: italic;
  text-transform: lowercase;
}
#site-navigation .current_page_item > a,
#site-navigation .current-menu-item > a,
#site-navigation .current_page_ancestor > a {
  color: #fff;
}
@media screen and (max-width: 767px) {
  #site-navigation {
    margin-bottom: 20px;
  }
}
#site-navigation .mobileMenu {
  margin: 15px;
  padding: 3px;
  border-radius: 4px;
  background: #ddd;
  padding: 5px;
  color: #888;
  border: none;
  outline: none;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
/* TOP MENU */
#top-menu {
  float: left;
  background: #3f1c18;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  #top-menu {
    float: none;
    padding: 15px;
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  #top-menu {
    background: #4a211c;
  }
}
#top-menu ul {
  list-style: none;
  margin-bottom: 0;
  margin-left: 0px;
}
#top-menu ul li {
  position: relative;
}
#top-menu ul ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: -2px;
  width: 200px;
  transform: translateY(10px);
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  background: #3f1c18;
  z-index: 99;
  /* level 3 onwards */
}
#top-menu ul ul li {
  border-right: none;
  width: 100%;
  padding: 0;
}
#top-menu ul ul li:nth-child(odd) {
  background: #381915;
}
#top-menu ul ul li:nth-child(even) {
  background: #3f1c18;
}
#top-menu ul ul li a {
  text-transform: none;
  padding: 8px;
  width: 100%;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}
#top-menu ul ul li a:hover {
  text-decoration: none;
  padding-top: 8px;
  border-top: none;
}
#top-menu ul ul ul {
  transform: translateX(10px);
  left: 100%;
  top: -1px;
}
#top-menu ul li {
  display: inline-block;
  /* DROPDOWN TRIGGER */
}
#top-menu ul li:last-of-type {
  border-right: none;
}
#top-menu ul li a {
  padding: 22px 12px;
  color: #d8a33e;
  display: inline-block;
  font-size: 16px;
  font-weight: light;
  text-transform: uppercase;
}
#top-menu ul li a:hover {
  background: #2d1411;
  border-top: solid 2px #d8a33e;
  padding-top: 20px;
}
#top-menu ul li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) translateX(0);
  transition: 0.8s all ease;
  -webkit-transition: 0.8s all ease;
  -moz-transition: 0.8s all ease;
  -ms-transition: 0.8s all ease;
  -o-transition: 0.8s all ease;
}
#top-menu .mobileMenu {
  padding: 3px;
  margin: 0;
  border-radius: 4px;
  background: #642c26;
  border: solid 3px #76352d;
  padding: 5px;
  color: #d8a33e;
  outline: none;
  width: 200px;
  text-align: center;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
/* Single Posts Area */
#primary-mono {
  padding: 0 10px;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  #primary-mono {
    padding-left: 10px;
  }
}
#primary-mono h1.entry-title {
  font-weight: bold;
  color: #d8a33e;
  font-size: 34px;
  margin-top: 0px;
  padding: 10px;
  padding-left: 0;
  margin-bottom: 20px;
}
#primary-mono .entry-meta,
#primary-mono .entry-footer {
  font-size: 12px;
  border-bottom: solid 1px #eee;
  padding-bottom: 7px;
}
#primary-mono .entry-meta a,
#primary-mono .entry-footer a {
  color: #8e8f77;
  text-decoration: underline;
}
#primary-mono .entry-meta a:hover,
#primary-mono .entry-footer a:hover {
  color: #3f1c18;
}
#primary-mono .entry-meta {
  overflow: visible;
  border-bottom: none;
  margin-top: 25px;
  border-top: solid 1px #eee;
  padding-top: 10px;
}
#primary-mono .entry-meta .author {
  display: inline-block;
  font-weight: normal;
}
#primary-mono .entry-footer {
  border-top: solid 1px #eee;
  padding-top: 7px;
  overflow: auto;
}
#primary-mono .entry-footer .post-edit-link {
  float: right;
}
#primary-mono .entry-footer .cat-links {
  margin-right: 6px;
}
#primary-mono .entry-content {
  color: #8e8f77;
  line-height: 1.7em;
  font-size: 15px;
}
#primary-mono.page h1.entry-title:after {
  display: none;
}
.edit-link {
  display: inline-block;
  float: right;
}
.page-header {
  margin-top: 0px;
  border-bottom: none;
}
.page-header h1 {
  font-size: 18px;
  font-weight: lighter;
  border-bottom: solid 1px #e1e1e1;
  display: inline-block;
  padding-bottom: 10px;
}
/* --------------- comments -------------- */
#respond h3#reply-title {
  font-weight: normal;
  font-size: 32px;
}
#respond input[type=text] {
  max-width: 550px;
}
#respond input,
#respond textarea {
  background: #f2f2f2;
  border: solid 1px #cccccc;
  color: #8e8f77;
  outline: none;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
  position: relative;
}
#respond .comment-form-author input,
#respond .comment-form-email input,
#respond .comment-form-url input,
#respond .comment-form-comment input,
#respond .comment-form-author textarea,
#respond .comment-form-email textarea,
#respond .comment-form-url textarea,
#respond .comment-form-comment textarea {
  padding: 4px 5px 5px 10px;
  border-radius: 0;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
  background: #3f1c18;
  color: #ffffff;
  border-bottom: solid 1px #3f1c18;
  padding: 5px;
  margin-right: -5px;
  min-width: 70px;
}
#respond .comment-form-comment label {
  margin-bottom: 0px;
}
#respond .form-submit input[type=submit] {
  box-shadow: none;
  text-shadow: none;
  padding: 10px;
  background: #ffffff;
  font-weight: bold;
  color: #3f1c18;
  margin-bottom: 60px;
}
#respond .comment-notes,
#respond .logged-in-as {
  color: #8e8f77;
}
#comments {
  margin-top: 55px;
}
#comments h2.comments-title {
  font-size: x-large;
}
#comments ol.comment-list {
  list-style: none;
  margin-left: 0px;
}
#comments li.comment {
  border: solid 1px #e0e0e0;
  padding: 10px;
  margin-top: 15px;
  list-style: none;
  background: #f7f7f7;
}
#comments li.comment .comment-content {
  color: #8e8f77;
  font-weight: normal;
}
#comments li.trackback {
  background: #ffffff;
  padding: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
  border: solid 1px #eee;
  font-weight: bold;
}
#comments li.trackback a {
  font-weight: normal;
}
#comments .vcard img {
  border: solid 4px #ffffff;
  border-radius: 5px;
  margin: 0 10px 10px 0;
}
#comments .form-allowed-tags {
  display: none;
}
#comments .comment-metadata {
  font-weight: bold;
}
#comments .comment-metadata time {
  float: right;
  color: #b3b3b3;
  font-weight: lighter;
  font-style: italic;
  font-size: 12px;
}
@media screen and (max-width: 480px) {
  li.comment {
    margin-left: -5%;
  }
}
#secondary {
  /*
aside:nth-child(odd) {
      background: #fafafa;
      border: solid 1px #eee;
  }
*/
  /* Some Styling for Default WordPress Widgets */
  /* Pulse Grow */
}
#secondary aside {
  padding: 10px;
}
#secondary h3.widget-title {
  font-weight: normal;
  color: #d8a33e;
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 0px;
  text-transform: uppercase;
}
#secondary .widget a {
  color: #888;
  font-weight: 14px;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}
#secondary .widget a:hover {
  color: #3f1c18;
}
#secondary .widget ul {
  font-size: 14px;
  margin-left: 0px;
}
#secondary .widget ul li {
  list-style: none;
  padding: 6px;
}
#secondary .widget ul li:last-child {
  border-bottom: none;
}
#secondary .widget_search {
  margin-bottom: 20px;
}
#secondary .widget_search label {
  width: 100%;
}
#secondary .widget_search input[type=search] {
  background: white;
  border: solid 2px #ffffff;
  border-radius: 0px;
  padding: 15px;
  font-size: 16px;
  padding-bottom: 10px;
  outline: none;
  width: 80%;
}
#secondary .search-submit {
  display: none;
}
#secondary .widget_recent_entries ul li:before,
#secondary .widget_recent_comments ul li:before,
#secondary .widget_categories ul li:before,
#secondary .widget_pages ul li:before,
#secondary .widget_archive ul li:before,
#secondary .widget_meta ul li:before,
#secondary .widget_nav_menu ul li:before {
  content: "\f058";
  font-family: "FontAwesome";
  color: #3f1c18;
  font-size: 10px;
  margin-right: 5px;
  position: relative;
  top: -1px;
}
#secondary .widget_recent_entries ul li,
#secondary .widget_recent_comments ul li,
#secondary .widget_categories ul li,
#secondary .widget_pages ul li,
#secondary .widget_archive ul li,
#secondary .widget_meta ul li,
#secondary .widget_nav_menu ul li {
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}
#secondary .widget_recent_entries ul li:hover,
#secondary .widget_recent_comments ul li:hover,
#secondary .widget_categories ul li:hover,
#secondary .widget_pages ul li:hover,
#secondary .widget_archive ul li:hover,
#secondary .widget_meta ul li:hover,
#secondary .widget_nav_menu ul li:hover {
  transform: translateX(2px);
  -webkit-transform: translateX(2px);
  -moz-transform: translateX(2px);
  -ms-transform: translateX(2px);
  -o-transform: translateX(2px);
}
#secondary .widget_tag_cloud .tagcloud a {
  background: #3f1c18;
  font-size: 14px !important;
  text-transform: uppercase;
  font-weight: normal;
  color: #ffffff;
  padding: 7px 5px;
  margin-bottom: 5px;
  display: inline-block;
}
@-webkit-keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}
#secondary .tagcloud a {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
#secondary .tagcloud a:hover,
#secondary .tagcloud a:focus,
#secondary .tagcloud a:active {
  -webkit-animation-name: hvr-pulse-grow;
  animation-name: hvr-pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
#secondary .widget_kurama_rp li.rp-item {
  overflow: auto;
  clear: both;
  display: block;
  padding: 8px 0px;
  font-size: 13px;
}
#secondary .widget_kurama_rp .rp-thumb {
  width: 52px;
  float: left;
  display: inline-block;
  margin-right: 6px;
}
#secondary .widget_kurama_rp .rp-date {
  color: #a5a693;
  font-size: 11px;
}
/* --------------- pagination ------------ */
.pagination {
  margin: 20px 0;
  margin-bottom: 40px;
  width: 100%;
  clear: both;
  text-align: center;
}
.pagination .nav-links {
  text-align: center;
  display: block;
}
.pagination .current {
  border-bottom: 2px solid #3f1c18;
  pointer-events: none;
}
.pagination span {
  pointer-events: none;
}
.pagination .nav-links a,
.pagination .nav-links span {
  padding: 4px 8px;
  line-height: 20px;
  text-decoration: none;
  margin-right: 5px;
  font-size: 16px;
  background-color: none;
  display: inline-block;
  color: #d8a33e;
  font-weight: bold;
}
.pagination .nav-links a:hover,
.pagination .nav-links span:hover {
  border-bottom: 2px solid #3f1c18;
}
/* Footer Sidebar */
#footer-sidebar {
  background: #fcfeed;
  border-top: solid 1px #eee;
}
#footer-sidebar .footer-column {
  /* Pulse Grow */
}
#footer-sidebar .footer-column h3.widget-title {
  font-weight: normal;
  font-size: 17px;
  color: #d8a33e;
  text-transform: uppercase;
}
#footer-sidebar .footer-column .widget {
  color: #73745f;
}
#footer-sidebar .footer-column .widget a {
  color: #8e8f77;
  font-weight: normal;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}
#footer-sidebar .footer-column .widget a:hover {
  color: #3f1c18;
}
#footer-sidebar .footer-column .widget ul {
  margin-left: 0px;
}
#footer-sidebar .footer-column .widget ul li {
  list-style: none;
  padding: 5px;
}
#footer-sidebar .footer-column .widget ul li ul {
  margin-left: 5px;
}
#footer-sidebar .footer-column .widget ul li li {
  margin-left: 2px;
  border-bottom: none;
  padding: 2px;
}
#footer-sidebar .footer-column .widget_tag_cloud .tagcloud a {
  background: #3f1c18;
  font-size: 14px !important;
  text-transform: uppercase;
  font-weight: normal;
  color: #ffffff;
  padding: 7px 5px;
  margin-bottom: 5px;
  display: inline-block;
}
@-webkit-keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}
#footer-sidebar .footer-column .tagcloud a {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
#footer-sidebar .footer-column .tagcloud a:hover,
#footer-sidebar .footer-column .tagcloud a:focus,
#footer-sidebar .footer-column .tagcloud a:active {
  -webkit-animation-name: hvr-pulse-grow;
  animation-name: hvr-pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
#footer-sidebar .footer-column .widget_kurama_rp li.rp-item {
  overflow: auto;
  clear: both;
  display: block;
  padding: 8px 0px;
  font-size: 13px;
}
#footer-sidebar .footer-column .widget_kurama_rp .rp-thumb {
  width: 52px;
  float: left;
  display: inline-block;
  margin-right: 6px;
}
#footer-sidebar .footer-column .widget_kurama_rp .rp-date {
  color: #a5a693;
  font-size: 11px;
}
#footer-sidebar .footer-column .widget_recent_entries ul li:before,
#footer-sidebar .footer-column .widget_recent_comments ul li:before,
#footer-sidebar .footer-column .widget_categories ul li:before,
#footer-sidebar .footer-column .widget_pages ul li:before,
#footer-sidebar .footer-column .widget_archive ul li:before,
#footer-sidebar .footer-column .widget_meta ul li:before,
#footer-sidebar .footer-column .widget_nav_menu ul li:before {
  content: "\f058";
  font-family: "FontAwesome";
  color: #3f1c18;
  font-size: 10px;
  margin-right: 5px;
  position: relative;
  top: -1px;
}
#colophon {
  background: #f8fdd5;
  padding: 10px 10px 10px 10px;
  color: #8e8f77;
  font-size: 13px;
  padding-top: 15px;
  overflow: auto;
  text-align: center;
}
#colophon a {
  color: #8e8f77;
  text-decoration: underline;
}
/*Featured Area 1*/
#featured-area-1 {
  margin: 20px 0;
  margin-top: 0;
  position: relative;
  clear: both;
}
#featured-area-1 .container-fluid {
  padding: 0;
}
#featured-area-1 .popular-articles {
  overflow: auto;
  overflow-x: hidden;
  padding: 0;
  position: relative;
  z-index: 999;
}
#featured-area-1 .imgcontainer {
  padding: 1px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 767px) {
  #featured-area-1 .imgcontainer {
    padding-right: 0px;
  }
  #featured-area-1 .imgcontainer:last-child {
    padding-right: 1px;
  }
}
#featured-area-1 .imgcontainer .postdate {
  display: inline-block;
  padding: 5px;
  color: white;
  width: 60px;
  background: #3f1c18;
  position: absolute;
  top: 0;
  left: 1px;
  text-align: center;
  font-weight: normal;
  text-transform: uppercase;
  z-index: 10;
  transition: 0.8s all ease;
  -webkit-transition: 0.8s all ease;
  -moz-transition: 0.8s all ease;
  -ms-transition: 0.8s all ease;
  -o-transition: 0.8s all ease;
  pointer-events: none;
  padding-right: 8px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border: solid 3px #51241f;
  font-size: 11px;
  color: rgba(216, 163, 62, 0.9);
}
@media screen and (min-width: 767px) {
  #featured-area-1 .imgcontainer .postdate {
    opacity: 0;
    top: -20px;
  }
}
#featured-area-1 .imgcontainer .postdate span {
  margin-bottom: 1px;
}
#featured-area-1 .imgcontainer .popimage {
  position: relative;
  overflow: hidden;
  transition: 0.6s all ease;
  -webkit-transition: 0.6s all ease;
  -moz-transition: 0.6s all ease;
  -ms-transition: 0.6s all ease;
  -o-transition: 0.6s all ease;
}
#featured-area-1 .imgcontainer .popimage img {
  display: block;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}
@media screen and (max-width: 991px) {
  #featured-area-1 .imgcontainer .popimage img {
    width: 100%;
  }
}
#featured-area-1 .imgcontainer .popimage .readmore {
  position: absolute;
  right: 1px;
  bottom: 15px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #featured-area-1 .imgcontainer .popimage .readmore {
    display: none;
  }
}
#featured-area-1 .imgcontainer .popimage .readmore a {
  background: #3f1c18;
  color: rgba(216, 163, 62, 0.9);
  padding: 5px;
  border: solid 3px #51241f;
  border-right: none;
  text-transform: uppercase;
  font-size: 11px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
@media screen and (min-width: 767px) {
  #featured-area-1 .imgcontainer .popimage:hover img {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    opacity: 1;
  }
  #featured-area-1 .imgcontainer .popimage:hover .titledesc {
    display: block;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    /* left: 0; */
    opacity: 1;
  }
}
#featured-area-1 .imgcontainer .titledesc {
  display: block;
  position: absolute;
  transition: 0.8s all ease 0.1s;
  -webkit-transition: 0.8s all ease 0.1s;
  -moz-transition: 0.8s all ease 0.1s;
  -ms-transition: 0.8s all ease 0.1s;
  -o-transition: 0.8s all ease 0.1s;
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  #featured-area-1 .imgcontainer .titledesc {
    position: relative;
    opacity: 1;
    display: inline-block;
  }
}
@media screen and (min-width: 767px) {
  #featured-area-1 .imgcontainer .titledesc {
    background: rgba(63, 28, 24, 0.65);
  }
}
#featured-area-1 .imgcontainer .titledesc h3 {
  font-size: 16px;
  text-align: center;
  color: white;
  font-weight: normal;
  position: relative;
  max-width: 90%;
  margin-left: 5%;
}
@media screen and (min-width: 767px) {
  #featured-area-1 .imgcontainer .titledesc h3 {
    font-size: 14px;
  }
}
@media screen and (min-width: 767px) {
  #featured-area-1 .imgcontainer .titledesc h3 {
    top: 50%;
    transform: translateY(-200%);
    -webkit-transform: translateY(-200%);
    -moz-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    -o-transform: translateY(-200%);
  }
}
#featured-area-1 .imgcontainer .titledesc h3 a {
  color: white;
}
@media screen and (max-width: 767px) {
  #featured-area-1 .imgcontainer .titledesc h3 a {
    color: #3f1c18 !important;
  }
}
@media screen and (min-width: 767px) {
  #featured-area-1 .imgcontainer .popimage:hover img {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
  }
  #featured-area-1 .imgcontainer .popimage:hover .titledesc {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
  }
}
@media screen and (min-width: 767px) {
  #featured-area-1 .imgcontainer:hover .postdate {
    opacity: 1;
    top: 10px;
  }
}
/* top slider */
.slider-wrapper {
  margin-top: 40px;
  margin-bottom: 0px;
  padding: 15px;
}
.slider-wrapper .nivoSlider {
  box-shadow: none;
  border: solid 5px #eee;
}
.slider-wrapper .nivo-controlNav {
  position: relative;
  bottom: 60px;
  z-index: 9;
}
.slider-wrapper .nivo-caption {
  bottom: 60px;
  left: 55px;
  right: auto;
  font-family: inherit;
  background: none;
}
@media screen and (max-width: 600px) {
  .slider-wrapper .nivo-caption {
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    bottom: 15px;
    left: -50px;
  }
}
.slider-wrapper .nivo-caption a {
  text-decoration: none;
  border-bottom: none;
}
.slider-wrapper .nivo-caption .slide-title {
  display: inline-block;
  font-size: 24px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.7);
  border-left: solid 4px #3f1c18;
  font-weight: lighter;
}
.slider-wrapper .nivo-caption .slide-desc span {
  background: rgba(63, 28, 24, 0.5);
  /* border-left: solid 4px black; */
  display: inline-block;
  font-size: 16px;
  padding: 8px;
}
.slider-wrapper .nivo-caption .slide-cta span {
  background: rgba(0, 0, 0, 0.7);
  font-weight: bold;
  display: inline-block;
  font-size: 16px;
  margin-top: 5px;
  padding: 10px;
  border-bottom: solid 2px black;
}
/* sb slider */
.latest-hap {
  position: relative;
}
.sb-slider .sb-description {
  pointer-events: none;
  z-index: 88;
  background: rgba(0, 0, 0, 0.4);
  border-left-color: #3f1c18;
  padding: 10px;
}
.sb-slider .sb-description h3 {
  margin: 0;
}
.nav-arrows {
  position: absolute;
  top: 50%;
}
.nav-arrows a {
  background-color: rgba(0, 0, 0, 0.5);
  transition: 0.2s all ease;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  box-shadow: 0px 0px 1px #3f1c18;
  outline: none;
}
.nav-arrows a:hover {
  background-color: rgba(63, 28, 24, 0.5);
}
.nav-arrows a:first-child {
  right: -535px;
}
@media screen and (max-width: 1199px) {
  .nav-arrows a:first-child {
    right: -435px;
  }
}
@media screen and (max-width: 991px) {
  .nav-arrows a:first-child {
    right: -675px;
  }
}
@media screen and (max-width: 768px) {
  .nav-arrows a:first-child {
    display: none;
  }
}
.nav-arrows a:nth-child(2) {
  right: -47px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .nav-arrows a:nth-child(2) {
    right: -57px;
  }
}
@media screen and (max-width: 768px) {
  .nav-arrows a:nth-child(2) {
    display: none;
  }
}
/*-- Grid Layouts --*/
.grid-row {
  margin: 0;
}
/* Grid */
.grid {
  margin: 10px 0;
  padding-left: 0;
  padding-bottom: 17px;
  border-bottom: solid 1px #eee;
}
@media screen and (max-width: 768px) {
  .grid {
    border-bottom: none;
  }
}
.grid:nth-last-child(2) {
  border: none;
}
.grid .featured-thumb {
  overflow: hidden;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .grid .featured-thumb img {
    width: 100%;
  }
}
.grid .featured-thumb img {
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}
@media screen and (min-width: 767px) {
  .grid .featured-thumb:hover img {
    transition: 0.4s all ease;
    -webkit-transition: 0.4s all ease;
    -moz-transition: 0.4s all ease;
    -ms-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
  }
}
@media screen and (max-width: 768px) {
  .grid .out-thumb {
    padding: 10px 3px;
  }
}
.grid .out-thumb h3 {
  margin: 5px 0;
  margin-top: 1px;
  font-weight: normal;
  font-size: 19px;
}
.grid .out-thumb h3 a {
  color: #494a3d;
  padding-bottom: 2px;
}
.grid .out-thumb h3 a:before {
  height: 2px;
  background: #494a3d;
  width: 96%;
  left: 2%;
}
.grid .out-thumb .postedon {
  font-size: 12px;
  color: #888;
  font-weight: normal;
  margin-bottom: 5px;
}
.grid .out-thumb .postedon a {
  color: #999;
  text-decoration: underline;
}
.grid .out-thumb .entry-excerpt {
  color: #777;
  line-height: 1.6em;
  font-weight: 400;
}
.grid .readmore {
  display: block;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  clear: both;
}
.grid .hvr-underline-from-center:before {
  height: 1px;
  background: #3f1c18;
}
.grid_2_column {
  padding: 0;
  border-bottom: none;
}
.grid_2_column .out-thumb {
  padding: 12px 0;
}
@media screen and (max-width: 768px) {
  .grid_2_column {
    padding-right: 0px;
  }
}
@media screen and (min-width: 768px) {
  .grid_2_column:nth-of-type(even) {
    padding-left: 10px;
  }
  .grid_2_column:nth-of-type(odd) {
    padding-right: 10px;
    clear: left;
  }
}
.grid_3_column {
  padding: 0 10px;
}
@media screen and (min-width: 768px) {
  .grid_3_column:nth-of-type(odd) {
    padding-right: 10px;
    clear: none;
  }
  .grid_3_column:nth-of-type(3n+1) {
    clear: left;
  }
}
/* Kurama Layout */
.kurama {
  margin-bottom: 70px;
}
.kurama:nth-of-type(odd) {
  clear: left;
}
.kurama img {
  transition: 1s all ease;
  -webkit-transition: 1s all ease;
  -moz-transition: 1s all ease;
  -ms-transition: 1s all ease;
  -o-transition: 1s all ease;
  -webkit-filter: sepia(0%);
  filter: sepia(0%);
}
.kurama .out-thumb {
  margin-top: 8px;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}
.kurama .out-thumb .post-meta {
  text-align: right;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  padding-left: 2px;
  transform-origin: top right;
  transition: 1s all ease;
  -webkit-transition: 1s all ease;
  -moz-transition: 1s all ease;
  -ms-transition: 1s all ease;
  -o-transition: 1s all ease;
}
.kurama .out-thumb .post-meta .author {
  margin-top: 5px;
}
.kurama .out-thumb .post-meta .author .fa-user {
  font-size: 11px;
  color: rgba(142, 143, 119, 0.7);
  position: relative;
  bottom: 0px;
  right: 2px;
}
.kurama .out-thumb header {
  border-left: solid 3px #d8a33e;
  position: relative;
  transform-origin: top left;
  transition: 1s all ease;
  -webkit-transition: 1s all ease;
  -moz-transition: 1s all ease;
  -ms-transition: 1s all ease;
  -o-transition: 1s all ease;
}
.kurama .out-thumb header:after {
  content: "";
  position: absolute;
  left: -3px;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #3f1c18;
  transition: 0.6s all ease 0s;
  -webkit-transition: 0.6s all ease 0s;
  -moz-transition: 0.6s all ease 0s;
  -ms-transition: 0.6s all ease 0s;
  -o-transition: 0.6s all ease 0s;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform-origin: top;
}
@media screen and (min-width: 767px) {
  .kurama .out-thumb header:hover:after {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
  }
}
.kurama .out-thumb header h3.entry-title {
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 30px;
}
.kurama .out-thumb header h3.entry-title a {
  color: #8e8f77;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}
@media screen and (min-width: 767px) {
  .kurama .out-thumb header h3.entry-title a:hover {
    color: #3f1c18;
  }
}
.kurama .out-thumb header .readmore {
  font-weight: bold;
  text-transform: uppercase;
  color: #3f1c18;
  font-size: 12px;
}
@media screen and (min-width: 767px) {
  .kurama:hover img {
    -webkit-filter: sepia(50%);
    filter: sepia(50%);
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
  }
  .kurama:hover .out-thumb .post-meta {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
  }
  .kurama:hover .out-thumb header {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
  }
}
