/* wordpress post navigation */
.navigation.post-navigation {
    padding: 0;
  }
  .navigation.post-navigation a {
    display: inline-block;
    width: 49%;
    position: relative;
    text-align: center;
    overflow: hidden;
    padding: 0;
    font-weight: normal;
    font-size: 14px;
  }
  .navigation.post-navigation a[rel="next"] {
    float: right;
  }
  .navigation.post-navigation a .media {
    background-position: center;
    background-size: cover;
    padding: 0;
    height: 240px;
    display: table;
    width: 100%;
  }
  .navigation.post-navigation a .media .nav-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    display: block;
    background: rgba(31, 39, 50, 0.8);
    z-index: 1;
  }
  .navigation.post-navigation a .media .nav-middle {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    padding: 0 15px;
  }
  .navigation.post-navigation a .media .nav-middle .nav {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    display: block;
    letter-spacing: 0.2em;
    color: #e9ab04;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  .navigation.post-navigation a .media .nav-middle .nav:hover {
    color: #fff;
  }
  @media (max-width: 479px) {
    .navigation.post-navigation a .media .nav-middle .nav {
      font-size: 18px;
    }
  }
  .navigation.post-navigation a .media .nav-middle .title {
    font-size: 16px;
    font-weight: 500;
    display: block;
    line-height: 30px;
    margin-top: 5px;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  .navigation.post-navigation a .media .nav-middle .title:hover {
    color: #e9ab04;
  }
  @media (max-width: 479px) {
    .navigation.post-navigation a .media .nav-middle .title {
      display: none;
    }
  }
  .navigation.post-navigation.nav_2 a .prev-item {
    text-align: left;
  }
  .navigation.post-navigation.nav_2 a .next-item {
    text-align: right;
  }
  .navigation_2.post-navigation {
    padding: 30px 3px 60px;
  }
  .navigation_2.post-navigation a > span.prev-item, .navigation_2.post-navigation a > span.next-item {
    display: block;
    color: #1f2732;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.2em;
    font-weight: 600;
  }
  .navigation_2.post-navigation a > span.prev-item:hover, .navigation_2.post-navigation a > span.next-item:hover {
    color: #e9ab04;
  }
  .navigation_2.post-navigation a > span.prev-item .nav, .navigation_2.post-navigation a > span.next-item .nav {
    line-height: 1.1;
  }
  .navigation_2.post-navigation a > span.prev-item .nav:before, .navigation_2.post-navigation a > span.next-item .nav:before, .navigation_2.post-navigation a > span.prev-item .nav:after, .navigation_2.post-navigation a > span.next-item .nav:after {
    font-family: 'FontAwesome';
    font-size: 16px;
    content: "";
    display: inline-block;
    font-weight: 500;
  }
  .navigation_2.post-navigation a > span.prev-item .nav:before {
    content: "\f104";
    margin-right: 5px;
  }
  .navigation_2.post-navigation a > span.next-item .nav:after {
    content: "\f105";
    margin-left: 5px;
  }

/* single format status */
.single-post .isotope_container {
  margin: 50px -5px !important;
}
.single-post .isotope_container .gallery-item {
  padding: 5px;
}
.single-post .entry-tags {
  color: #fff;
  margin-top: 15px;
}
.single-post .entry-tags:before {
  font-family: 'FontAwesome';
  font-size: 14px;
  content: "\f02b";
  color: #e9ab04;
  margin-right: 5px;
  font-weight: 400;
}
.single-post .entry-tags .tag-links:before {
  display: none;
}
.single-post .entry-tags .tag-links a {
  color: #e9ab04;
}
.single-post .entry-tags .tag-links a:hover {
  color: #fff;
}
.single-post .entry-meta {
  clear: both;
  margin-top: 15px;
}
.single-post .format-status .entry-avatar {
  margin-top: 25px;
  margin-bottom: 30px;
}
.single-post .format-status .entry-avatar img {
  margin: 0;
  border: 0;
  border-radius: 50%;
  background-color: #fff;
}
.single-post .format-status .item-content .entry-meta, .single-post .format-status .entry-content .entry-meta {
  text-align: center;
  margin-top: 0;
}
.single-post .format-status .item-content .entry-meta div:last-child, .single-post .format-status .entry-content .entry-meta div:last-child {
  margin-right: 0;
}
.blog .format-quote .entry-content blockquote {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}
/* single format quote */
.single-post .format-quote .item-content .entry-meta, .single-post .format-quote .entry-content .entry-meta {
  text-align: center;
  margin-top: 0;
}
.single-post .format-quote .item-content .entry-meta:before, .single-post .format-quote .entry-content .entry-meta:before, .single-post .format-quote .item-content .entry-meta:after, .single-post .format-quote .entry-content .entry-meta:after {
  display: none;
}
.single-post .format-quote .item-content .entry-meta div:last-child, .single-post .format-quote .entry-content .entry-meta div:last-child {
  margin-right: 0;
}
.ds .format-chat p:nth-child(odd) strong {
  color: #fff;
  font-weight: 600;
}
/* format chat */
.format-chat p {
  margin: 0;
  padding: 10px 0;
}
.format-chat p:first-of-type {
  padding: 0 0 6px;
}
.format-chat p:nth-child(odd) strong {
  color: #1f2732;
  font-weight: 600;
}
.format-chat p:nth-child(even) strong {
  color: #e9ab04;
  font-weight: 600;
}
/* format gallery */
.wp-block-gallery {
  margin-bottom: 10px !important;
}

/*
 **plugins
 */
/* Owl carousel v 2.1.6 styles */
/* Owl Carousel - Core */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
}
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  display: none;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel.dots-center .owl-dots {
  text-align: center;
}
.owl-carousel .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  counter-reset: owl-dots;
}
.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding: 0 12px;
}
.owl-carousel .owl-dots .owl-dot span {
  width: 6px;
  height: 6px;
  display: block;
  border-radius: 50%;
  color: transparent;
  background-color: #1f2732;
  cursor: pointer;
  text-indent: -9999px;
  transition: all 0.2s ease-in-out 0s;
}
.cs .owl-carousel .owl-dots .owl-dot span, .ds .owl-carousel .owl-dots .owl-dot span {
  background-color: #fff;
}
.owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
  background-color: #e9ab04;
}
@media (max-width: 1199px) {
  .owl-carousel.owl-nav-variant-2 .owl-nav {
    display: none;
  }
}
.owl-carousel.owl-nav-variant-2 .owl-nav div {
  width: 40px;
}
.owl-carousel.owl-nav-variant-2 .owl-nav div:first-child {
  -webkit-mask: url('../img/icon_carousel_left.png') no-repeat center / contain;
  background-color: #1f2732;
}
.owl-carousel.owl-nav-variant-2 .owl-nav div:first-child::before {
  content: none;
}
.owl-carousel.owl-nav-variant-2 .owl-nav div:first-child:hover {
  background-color: #e9ab04;
}
.owl-carousel.owl-nav-variant-2 .owl-nav div:first-child:hover::before {
  content: none;
}
.owl-carousel.owl-nav-variant-2 .owl-nav div:last-child {
  -webkit-mask: url('../img/icon_carousel_right.png') no-repeat center / contain;
  background-color: #1f2732;
}
.owl-carousel.owl-nav-variant-2 .owl-nav div:last-child::before {
  content: none;
}
.owl-carousel.owl-nav-variant-2 .owl-nav div:last-child:hover {
  background-color: #e9ab04;
}
.owl-carousel.owl-nav-variant-2 .owl-nav div:last-child:hover::before {
  content: none;
}
.owl-carousel .owl-nav {
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.owl-carousel .owl-nav > div {
  color: transparent;
  font-size: 0;
  display: inline-block;
  right: 0;
  text-align: center;
}
.owl-carousel .owl-nav > div.disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-carousel .owl-nav > div:first-child {
  left: 0;
  right: auto;
}
.owl-carousel .owl-nav > div:after {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-family: FontAwesome;
  font-size: 40px;
  line-height: 60px;
  content: "\f105";
  color: #7f7f7f;
}
.owl-carousel .owl-nav > div:first-child:after {
  content: "\f104";
}
.owl-carousel .owl-nav > div:hover:after {
  color: #e9ab04;
}
@media (max-width: 1299px) {
  .container .owl-carousel[data-nav=true] {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (min-width: 1300px) {
  .container .owl-carousel[data-nav=true] .owl-nav {
    left: -60px;
    right: -60px;
  }
}
@media (min-width: 1600px) {
  .container .owl-carousel[data-nav=true] .owl-nav {
    left: -150px;
    right: -150px;
  }
}
.container aside .owl-carousel {
  padding-right: 0;
  padding-left: 0;
}
.container aside .owl-carousel .owl-nav {
  left: 0 !important;
  right: 0 !important;
}
.top-right-nav .owl-nav {
  position: absolute;
  top: -70px;
  right: 0;
}
.top-right-nav .owl-nav > div {
  background: transparent;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/* Owl Carousel - Animate Plugin */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* Owl Carousel - Auto Height Plugin */
.owl-height {
  transition: height 500ms ease-in-out;
}
/* Owl Carousel - Lazy Load Plugin */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
/* Owl Carousel - Video Plugin */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../img/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/* Owl Default Theme */
.owl-theme:hover .owl-nav {
  opacity: 1;
}
.owl-theme .owl-nav {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav > div {
  font-size: 0;
  position: absolute;
  right: 0;
  text-align: center;
  margin-top: -30px;
  width: 30px;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme.owl_custom_nav .owl-dots {
  display: flex;
  justify-content: flex-start;
}
.owl-theme.owl_custom_nav .owl-dots .owl-dot {
  padding-left: 0;
  height: 10px;
  display: flex;
  align-items: center;
}
.owl-theme.owl_custom_nav .owl-dots .owl-dot.active span {
  width: 10px;
  height: 10px;
}
.owl-theme.owl-custom-nav-2 .owl-dots {
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 0;
}
.owl-theme.owl-custom-nav-2 .owl-dots .owl-dot {
  padding: 3px 0;
}
.owl-theme.owl-custom-nav-2 .owl-dots .owl-dot span {
  background-color: #7f7f7f;
}
.owl-theme.owl-custom-nav-2 .owl-dots .owl-dot:first-child span {
  -webkit-mask: url(../img/arrows3.png) no-repeat center / contain;
  width: 21px;
  height: 30px;
  margin-bottom: 15px;
}
.owl-theme.owl-custom-nav-2 .owl-dots .owl-dot:last-child span {
  -webkit-mask: url(../img/arrows3.png) no-repeat center / contain;
  width: 21px;
  height: 30px;
  margin-top: 15px;
  transform: rotate(180deg);
}
.owl-theme.owl-custom-nav-2 .owl-dots .owl-dot.active span {
  background-color: #fff;
}
@media (max-width: 1400px) {
  .owl-theme.owl-custom-nav-2 .owl-dots {
    display: none;
  }
}
.owl-theme .owl-dots {
  margin-top: 40px;
}
/* .owl-center theme */
.entry-thumbnail-carousel .owl-nav, .single-fw-portfolio .owl-nav, .portfolio-shortcode .owl-nav {
  bottom: 0;
  position: static;
  margin-top: 0;
  opacity: 1;
}
.entry-thumbnail-carousel .owl-nav > div, .single-fw-portfolio .owl-nav > div, .portfolio-shortcode .owl-nav > div {
  right: -40px;
  width: 80px;
  top: 50%;
  bottom: 0;
  margin: 0;
  height: 80px;
  text-align: center;
  border: 0;
  border-radius: 50% 0 0 50%;
  background-color: #e9ab04;
  transform: translateY(-50%);
}
.entry-thumbnail-carousel .owl-nav > div:after, .single-fw-portfolio .owl-nav > div:after, .portfolio-shortcode .owl-nav > div:after {
  position: absolute;
  top: 50%;
  color: #fff;
  font-size: 20px;
  left: 20px;
  transform: translateY(-50%);
}
.entry-thumbnail-carousel .owl-nav > div.owl-prev, .single-fw-portfolio .owl-nav > div.owl-prev, .portfolio-shortcode .owl-nav > div.owl-prev {
  left: -40px;
  right: auto;
  border-radius: 0 50% 50% 0;
}
.entry-thumbnail-carousel .owl-nav > div.owl-prev:after, .single-fw-portfolio .owl-nav > div.owl-prev:after, .portfolio-shortcode .owl-nav > div.owl-prev:after {
  left: auto;
  right: 20px;
}
.entry-thumbnail-carousel .owl-nav > div:hover, .single-fw-portfolio .owl-nav > div:hover, .portfolio-shortcode .owl-nav > div:hover {
  right: 0;
  background-color: #fff;
}
.entry-thumbnail-carousel .owl-nav > div:hover:after, .single-fw-portfolio .owl-nav > div:hover:after, .portfolio-shortcode .owl-nav > div:hover:after {
  color: #191f28;
  left: 40px;
}
.entry-thumbnail-carousel .owl-nav > div.owl-prev:hover, .single-fw-portfolio .owl-nav > div.owl-prev:hover, .portfolio-shortcode .owl-nav > div.owl-prev:hover {
  right: auto;
  left: 0;
}
.entry-thumbnail-carousel .owl-nav > div.owl-prev:hover:after, .single-fw-portfolio .owl-nav > div.owl-prev:hover:after, .portfolio-shortcode .owl-nav > div.owl-prev:hover:after {
  right: 40px;
  left: auto;
}
@media (max-width: 1199px) {
  .entry-thumbnail-carousel.nav-layout-2 .owl-nav, .single-fw-portfolio.nav-layout-2 .owl-nav, .portfolio-shortcode.nav-layout-2 .owl-nav {
    display: none;
  }
}
.entry-thumbnail-carousel.nav-layout-2 .owl-nav > div, .single-fw-portfolio.nav-layout-2 .owl-nav > div, .portfolio-shortcode.nav-layout-2 .owl-nav > div {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
}
.entry-thumbnail-carousel.nav-layout-2 .owl-nav > div::after, .single-fw-portfolio.nav-layout-2 .owl-nav > div::after, .portfolio-shortcode.nav-layout-2 .owl-nav > div::after {
  right: auto !important;
  left: auto !important;
  color: #1f2732;
  transform: translate(-50%, -50%);
  font-size: 40px;
}
.entry-thumbnail-carousel.nav-layout-2 .owl-nav > div:first-child, .single-fw-portfolio.nav-layout-2 .owl-nav > div:first-child, .portfolio-shortcode.nav-layout-2 .owl-nav > div:first-child {
  left: calc(50% - 21.5%);
}
.entry-thumbnail-carousel.nav-layout-2 .owl-nav > div:last-child, .single-fw-portfolio.nav-layout-2 .owl-nav > div:last-child, .portfolio-shortcode.nav-layout-2 .owl-nav > div:last-child {
  right: calc(50% - 21.5%);
}
.entry-thumbnail-carousel.nav-layout-2 .owl-nav > div:hover, .single-fw-portfolio.nav-layout-2 .owl-nav > div:hover, .portfolio-shortcode.nav-layout-2 .owl-nav > div:hover {
  background-color: #e9ab04;
}
.entry-thumbnail-carousel.nav-layout-2 .owl-nav > div:hover:after, .single-fw-portfolio.nav-layout-2 .owl-nav > div:hover:after, .portfolio-shortcode.nav-layout-2 .owl-nav > div:hover:after {
  color: #fff;
}
/* text-nav */
.text-nav {
  padding-right: 30px;
  padding-left: 30px;
}
.text-nav .owl-nav {
  position: static;
}
.text-nav .owl-nav > div {
  top: 0;
  bottom: 0;
  right: 0;
  margin-top: 0;
  background-color: #f4f4f5;
}
.text-nav .owl-nav > div:first-child {
  left: 0;
}
.text-nav .owl-nav > div:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "next";
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1;
  color: #1f2732;
  transform: translate(-50%, -50%) rotate(-90deg);
}
.text-nav .owl-nav > div:first-child:after {
  content: "prev";
}
@media (min-width: 600px) {
  .text-nav {
    padding-right: 60px;
    padding-left: 60px;
  }
  .text-nav .owl-nav > div {
    width: 60px;
  }
}
/* owl images fix */
.owl-carousel .owl-item {
  -webkit-transition: opacity 0.2s ease 0.1s;
  -moz-transition: opacity 0.2s ease 0.1s;
  -o-transition: opacity 0.2s ease 0.1s;
  -ms-transition: opacity 0.2s ease 0.1s;
  transition: opacity 0.2s ease 0.1s;
  opacity: 0;
}
.owl-carousel .owl-item.active {
  opacity: 1;
}
.owl-center .owl-item {
  opacity: 1;
}
.with_shadow_items .owl-stage-outer {
  margin: -20px;
  padding: 20px;
}

/*
 isotope portfolio and gallery pos
 */
 .gallery-item {
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
}
.gallery-columns-1 .gallery-item {
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery-columns-3 .gallery-item {
  width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery-columns-5 .gallery-item {
  width: 20%;
}
.gallery-columns-6 .gallery-item {
  width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  width: 11.11%;
}
.gallery-icon img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.gallery-caption {
  display: block;
  padding: 0.5em;
}
.gallery-columns-6 .gallery-caption, .gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
  display: none;
}
@media (max-width: 600px) {
  .gallery-columns-4 .gallery-item, .gallery-columns-5 .gallery-item, .gallery-columns-6 .gallery-item, .gallery-columns-7 .gallery-item, .gallery-columns-8 .gallery-item, .gallery-columns-9 .gallery-item {
    width: 33%;
  }
  .gallery-columns-4 .gallery-caption, .gallery-columns-5 .gallery-caption, .gallery-columns-6 .gallery-caption, .gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
    display: none;
  }
}
.isotope_container {
  -webkit-transition: height 0.2s ease-in-out 0s;
  -moz-transition: height 0.2s ease-in-out 0s;
  -o-transition: height 0.2s ease-in-out 0s;
  -ms-transition: height 0.2s ease-in-out 0s;
  transition: height 0.2s ease-in-out 0s;
}
.single-post .isotope_container {
  margin: 20px 0;
  clear: both;
}

/* 
 ** Buttons
 */
 .theme_buttons a, .theme_button, .wc-proceed-to-checkout .checkout-button, .buttons a, a.wp-block-button__link, button, input[type="submit"] {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 20px 30px 20px;
  margin-bottom: 4px;
  line-height: 1;
  display: inline-block;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  text-align: center;
  color: #fff;
  border: 4px solid #e9ab04;
  background-color: #e9ab04;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  position: relative;
  -webkit-transition: all 0.4s linear 0s;
  -moz-transition: all 0.4s linear 0s;
  -o-transition: all 0.4s linear 0s;
  -ms-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}
.theme_buttons a:hover, .theme_button:hover, .wc-proceed-to-checkout .checkout-button:hover, .buttons a:hover, a.wp-block-button__link:hover, button:hover, input[type="submit"]:hover, .theme_buttons a:focus, .theme_button:focus, .wc-proceed-to-checkout .checkout-button:focus, .buttons a:focus, a.wp-block-button__link:focus, button:focus, input[type="submit"]:focus, .theme_buttons a:active, .theme_button:active, .wc-proceed-to-checkout .checkout-button:active, .buttons a:active, a.wp-block-button__link:active, button:active, input[type="submit"]:active {
  color: #e9ab04;
  background-color: transparent;
}
a.wp-block-button__link {
  color: #fff !important;
}
a.wp-block-button__link:hover, a.wp-block-button__link:focus, a.wp-block-button__link:active {
  color: #e9ab04 !important;
  background-color: transparent;
}
/* Sizes */
.theme_button.large_height {
  padding: 20px 35px 30px;
}
.theme_button.medium_height {
  padding: 15px 30px 20px;
}
.theme_button.small_height {
  padding: 10px 30px 10px;
}
.theme_button + .theme_button {
  margin-left: 20px;
}
.theme_button.small_button + .theme_button.small_button {
  margin-left: 8px;
}
.theme_buttons.color1 a, .theme_button.color1, .button.alt, .btn-accent, .form-submit [type="submit"] {
  color: #fff;
  border-color: #e9ab04;
  background-color: #e9ab04;
}
.theme_buttons.color1 a:hover, .theme_button.color1:hover, .button.alt:hover, .btn-accent:hover, .form-submit [type="submit"]:hover, .theme_buttons.color1 a:focus, .theme_button.color1:focus, .button.alt:focus, .btn-accent:focus, .form-submit [type="submit"]:focus, .theme_buttons.color1 a:active, .theme_button.color1:active, .button.alt:active, .btn-accent:active, .form-submit [type="submit"]:active {
  color: #e9ab04;
  background-color: transparent;
}
.theme_buttons.color2 a, .theme_button.color2 {
  color: #fff;
  border-color: #a0ce4e;
  background-color: #a0ce4e;
}
.theme_buttons.color2 a:hover, .theme_button.color2:hover, .theme_buttons.color2 a:focus, .theme_button.color2:focus, .theme_buttons.color2 a:active, .theme_button.color2:active {
  color: #a0ce4e;
  background-color: transparent;
}
.theme_buttons.color3 a, .theme_button.color3 {
  color: #fff;
  border-color: #00bea3;
  background-color: #00bea3;
}
.theme_buttons.color3 a:hover, .theme_button.color3:hover, .theme_buttons.color3 a:focus, .theme_button.color3:focus, .theme_buttons.color3 a:active, .theme_button.color3:active {
  color: #00bea3;
  background-color: transparent;
}
.theme_buttons.color4 a, .theme_button.color4 {
  color: #fff;
  border-color: #f1894c;
  background-color: #f1894c;
}
.theme_buttons.color4 a:hover, .theme_button.color4:hover, .theme_buttons.color4 a:focus, .theme_button.color4:focus, .theme_buttons.color4 a:active, .theme_button.color4:active {
  color: #f1894c;
  background-color: transparent;
}
.theme_buttons.color_white a, .theme_button.color_white {
  color: #1f2732;
  border-color: #fff;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.theme_buttons.color_white a:hover, .theme_button.color_white:hover, .theme_buttons.color_white a:focus, .theme_button.color_white:focus, .theme_buttons.color_white a:active, .theme_button.color_white:active {
  color: #e9ab04;
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
}
.theme_buttons.color_grey a, .theme_button.color_grey {
  color: #1f2732;
  border-color: #f4f4f5;
  background-color: #f4f4f5;
}
.theme_buttons.color_grey a:hover, .theme_button.color_grey:hover, .theme_buttons.color_grey a:focus, .theme_button.color_grey:focus, .theme_buttons.color_grey a:active, .theme_button.color_grey:active {
  border-color: #fff;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.theme_buttons a:active, .theme_buttons a:hover, .theme_buttons a:focus, .theme_button:active, .theme_button:hover, .theme_button:focus {
  color: #1f2732;
  opacity: 1;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.05s linear 0s;
  -moz-transition: all 0.05s linear 0s;
  -o-transition: all 0.05s linear 0s;
  -ms-transition: all 0.05s linear 0s;
  transition: all 0.05s linear 0s;
}
.is-style-outline .wp-block-button__link {
  background-color: transparent;
  border: 4px solid #e9ab04;
  color: #e9ab04 !important;
}
.is-style-outline .wp-block-button__link:hover, .is-style-outline .wp-block-button__link:focus, .is-style-outline .wp-block-button__link:active {
  color: #fff !important;
  background-color: #e9ab04;
}
.ds .theme_button.inverse.color1 {
  color: #fff;
}
.theme_button.inverse.color1 {
  color: #e9ab04;
  background-color: transparent;
  border-color: #e9ab04;
}
.theme_button.inverse.color1:hover, .theme_button.inverse.color1:focus, .theme_button.inverse.color1:active {
  background-color: #e9ab04;
  border-color: #e9ab04;
  color: #fff;
}
.theme_button.inverse.color2 {
  color: #a0ce4e;
  background-color: transparent;
  border-color: #a0ce4e;
}
.theme_button.inverse.color2:hover, .theme_button.inverse.color2:focus, .theme_button.inverse.color2:active {
  background-color: #a0ce4e;
  border-color: #a0ce4e;
  color: #fff;
}
.theme_button.inverse.color3 {
  color: #00bea3;
  background-color: transparent;
  border-color: #00bea3;
}
.theme_button.inverse.color3:hover, .theme_button.inverse.color3:focus, .theme_button.inverse.color3:active {
  background-color: #00bea3;
  border-color: #00bea3;
  color: #fff;
}
.theme_button.inverse.color4 {
  color: #f1894c;
  background-color: transparent;
  border-color: #f1894c;
}
.theme_button.inverse.color4:hover, .theme_button.inverse.color4:focus, .theme_button.inverse.color4:active {
  background-color: #f1894c;
  border-color: #f1894c;
  color: #fff;
}
.theme_button.inverse.color_white {
  color: #1f2732;
  background-color: #fff;
  border-color: #f4f4f5;
  box-shadow: none;
}
.theme_button.inverse.color_white:hover, .theme_button.inverse.color_white:focus, .theme_button.inverse.color_white:active {
  background-color: #f4f4f5;
  border-color: #f4f4f5;
}
.theme_button.inverse.color_grey {
  color: #1f2732;
  background-color: #fff;
  border-color: #f4f4f5;
  box-shadow: none;
}
.theme_button.inverse.color_grey:hover, .theme_button.inverse.color_grey:focus, .theme_button.inverse.color_grey:active {
  background-color: #f4f4f5;
  border-color: #f4f4f5;
}
.wc-proceed-to-checkout .checkout-button:hover, .wc-proceed-to-checkout .checkout-button:focus, .wc-proceed-to-checkout .checkout-button:active {
  color: #e9ab04;
}
.muted_buttons a, .muted_button {
  opacity: 0.2;
}
.small_buttons a, .small_button {
  padding: 5px 7px 5px;
  text-transform: uppercase;
  min-width: auto;
  color: #fff !important;
}
.small_buttons a:hover, .small_button:hover, .small_buttons a:focus, .small_button:focus {
  color: #e9ab04 !important;
}
.small_buttons a.disabled, .small_button.disabled {
  color: #e9ab04 !important;
  background-color: transparent;
}
.square_buttons a, .square_button {
  padding-left: 10px;
  padding-right: 10px;
  min-width: auto;
}
.wide_buttons a, .wide_button {
  min-width: 230px;
  padding-right: 30px;
  padding-left: 30px;
}
@media (min-width: 1600px) {
  .wide_buttons a, .wide_button {
    min-width: 230px;
  }
}
.block_buttons a, .block_button {
  display: block;
  width: 100%;
  text-align: center;
}
.no_bg_button {
  background-color: transparent !important;
}
.no_bg_button.color1 {
  color: #e9ab04;
}
.no_bg_button[class*="color"]:hover, .no_bg_button[class*="color"]:focus, .no_bg_button[class*="color"]:active {
  color: #1f2732;
}

.post-adds {
  border: 0;
  border-radius: 0;
  margin: 0;
  height: auto;
  z-index: 1;
}
.post-adds .dropdown-menu {
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
}
.post-adds .dropdown-menu .share_buttons {
  width: 40px;
  min-width: 40px;
  overflow: visible;
  position: fixed;
  height: 280px;
  margin-top: -140px;
  top: 50%;
  right: 0;
  left: auto;
}
.post-adds .dropdown-menu .share_buttons a {
  margin: 0 !important;
  display: block;
  width: 40px;
  height: 40px;
}
.post-adds .dropdown.open .dropdown-menu {
  background-color: transparent;
  z-index: 2;
}
.post-adds .dropdown.open .dropdown-menu .share_buttons {
  animation-name: slideInRight;
  -webkit-animation-name: slideInRight;
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
}

/*corporate background colors*/
.color-bg-icon {
  color: #fff;
}
.color-bg-icon.soc-twitter, a.soc-twitter.bg-icon:hover, .soc-twitter.color-icon.border-icon:hover {
  background-color: #00abef;
}
.color-bg-icon.soc-facebook, a.soc-facebook.bg-icon:hover, .soc-facebook.color-icon.border-icon:hover {
  background-color: #507cbe;
}
.color-bg-icon.soc-google, a.soc-google.bg-icon:hover, .soc-google.color-icon.border-icon:hover {
  background-color: #d93e2d;
}
.color-bg-icon.soc-pinterest, a.soc-pinterest.bg-icon:hover, .soc-pinterest.color-icon.border-icon:hover {
  background-color: #c92619;
}
.color-bg-icon.soc-foursquare, a.soc-foursquare.bg-icon:hover, .soc-foursquare.color-icon.border-icon:hover {
  background-color: #23b7e0;
}
.color-bg-icon.soc-yahoo, a.soc-yahoo.bg-icon:hover, .soc-yahoo.color-icon.border-icon:hover {
  background-color: #6e2a85;
}
.color-bg-icon.soc-skype, a.soc-skype.bg-icon:hover, .soc-skype.color-icon.border-icon:hover {
  background-color: #28abe3;
}
.color-bg-icon.soc-yelp, a.soc-yelp.bg-icon:hover, .soc-yelp.color-icon.border-icon:hover {
  background-color: #c83218;
}
.color-bg-icon.soc-feedburner, a.soc-feedburner.bg-icon:hover, .soc-feedburner.color-icon.border-icon:hover {
  background-color: #fc0;
}
.color-bg-icon.soc-linkedin, a.soc-linkedin.bg-icon:hover, .soc-linkedin.color-icon.border-icon:hover {
  background-color: #3371b7;
}
.color-bg-icon.soc-viadeo, a.soc-viadeo.bg-icon:hover, .soc-viadeo.color-icon.border-icon:hover {
  background-color: #e4a000;
}
.color-bg-icon.soc-xing, a.soc-xing.bg-icon:hover, .soc-xing.color-icon.border-icon:hover {
  background-color: #005a60;
}
.color-bg-icon.soc-myspace, a.soc-myspace.bg-icon:hover, .soc-myspace.color-icon.border-icon:hover {
  background-color: #323232;
}
.color-bg-icon.soc-soundcloud, a.soc-soundcloud.bg-icon:hover, .soc-soundcloud.color-icon.border-icon:hover {
  background-color: #fe3801;
}
.color-bg-icon.soc-spotify, a.soc-spotify.bg-icon:hover, .soc-spotify.color-icon.border-icon:hover {
  background-color: #7bb342;
}
.color-bg-icon.soc-grooveshark, a.soc-grooveshark.bg-icon:hover, .soc-grooveshark.color-icon.border-icon:hover {
  background-color: #f67e03;
}
.color-bg-icon.soc-lastfm, a.soc-lastfm.bg-icon:hover, .soc-lastfm.color-icon.border-icon:hover {
  background-color: #d41316;
}
.color-bg-icon.soc-youtube, a.soc-youtube.bg-icon:hover, .soc-youtube.color-icon.border-icon:hover {
  background-color: #d12121;
}
.color-bg-icon.soc-vimeo, a.soc-vimeo.bg-icon:hover, .soc-vimeo.color-icon.border-icon:hover {
  background-color: #51b5e7;
}
.color-bg-icon.soc-dailymotion, a.soc-dailymotion.bg-icon:hover, .soc-dailymotion.color-icon.border-icon:hover {
  background-color: #004e72;
}
.color-bg-icon.soc-vine, a.soc-vine.bg-icon:hover, .soc-vine.color-icon.border-icon:hover {
  background-color: #00b389;
}
.color-bg-icon.soc-flickr, a.soc-flickr.bg-icon:hover, .soc-flickr.color-icon.border-icon:hover {
  background-color: #0062dd;
}
.color-bg-icon.soc-500px, a.soc-500px.bg-icon:hover, .soc-500px.color-icon.border-icon:hover {
  background-color: #58a9de;
}
.color-bg-icon.soc-instagram, a.soc-instagram.bg-icon:hover, .soc-instagram.color-icon.border-icon:hover {
  background-color: #9c7c6e;
}
.color-bg-icon.soc-wordpress, a.soc-wordpress.bg-icon:hover, .soc-wordpress.color-icon.border-icon:hover {
  background-color: #464646;
}
.color-bg-icon.soc-tumblr, a.soc-tumblr.bg-icon:hover, .soc-tumblr.color-icon.border-icon:hover {
  background-color: #45556c;
}
.color-bg-icon.soc-blogger, a.soc-blogger.bg-icon:hover, .soc-blogger.color-icon.border-icon:hover {
  background-color: #ec661c;
}
.color-bg-icon.soc-technorati, a.soc-technorati.bg-icon:hover, .soc-technorati.color-icon.border-icon:hover {
  background-color: #5cb030;
}
.color-bg-icon.soc-reddit, a.soc-reddit.bg-icon:hover, .soc-reddit.color-icon.border-icon:hover {
  background-color: #e74a1e;
}
.color-bg-icon.soc-dribbble, a.soc-dribbble.bg-icon:hover, .soc-dribbble.color-icon.border-icon:hover {
  background-color: #e84d88;
}
.color-bg-icon.soc-stumbleupon, a.soc-stumbleupon.bg-icon:hover, .soc-stumbleupon.color-icon.border-icon:hover {
  background-color: #e64011;
}
.color-bg-icon.soc-digg, a.soc-digg.bg-icon:hover, .soc-digg.color-icon.border-icon:hover {
  background-color: #1d1d1b;
}
.color-bg-icon.soc-envato, a.soc-envato.bg-icon:hover, .soc-envato.color-icon.border-icon:hover {
  background-color: #597c3a;
}
.color-bg-icon.soc-behance, a.soc-behance.bg-icon:hover, .soc-behance.color-icon.border-icon:hover {
  background-color: #007eff;
}
.color-bg-icon.soc-delicious, a.soc-delicious.bg-icon:hover, .soc-delicious.color-icon.border-icon:hover {
  background-color: #31a9ff;
}
.color-bg-icon.soc-deviantart, a.soc-deviantart.bg-icon:hover, .soc-deviantart.color-icon.border-icon:hover {
  background-color: #c5d200;
}
.color-bg-icon.soc-forrst, a.soc-forrst.bg-icon:hover, .soc-forrst.color-icon.border-icon:hover {
  background-color: #5b9a68;
}
.color-bg-icon.soc-play, a.soc-play.bg-icon:hover, .soc-play.color-icon.border-icon:hover {
  background-color: #5acdbd;
}
.color-bg-icon.soc-zerply, a.soc-zerply.bg-icon:hover, .soc-zerply.color-icon.border-icon:hover {
  background-color: #9dbc7a;
}
.color-bg-icon.soc-wikipedia, a.soc-wikipedia.bg-icon:hover, .soc-wikipedia.color-icon.border-icon:hover {
  background-color: #000;
}
.color-bg-icon.soc-apple, a.soc-apple.bg-icon:hover, .soc-apple.color-icon.border-icon:hover {
  background-color: #b9bfc1;
}
.color-bg-icon.soc-flattr, a.soc-flattr.bg-icon:hover, .soc-flattr.color-icon.border-icon:hover {
  background-color: #f67c1a;
}
.color-bg-icon.soc-github, a.soc-github.bg-icon:hover, .soc-github.color-icon.border-icon:hover {
  background-color: #221e1b;
}
.color-bg-icon.soc-chimein, a.soc-chimein.bg-icon:hover, .soc-chimein.color-icon.border-icon:hover {
  background-color: #888688;
}
.color-bg-icon.soc-friendfeed, a.soc-friendfeed.bg-icon:hover, .soc-friendfeed.color-icon.border-icon:hover {
  background-color: #2f72c4;
}
.color-bg-icon.soc-newsvine, a.soc-newsvine.bg-icon:hover, .soc-newsvine.color-icon.border-icon:hover {
  background-color: #075b2f;
}
.color-bg-icon.soc-identica, a.soc-identica.bg-icon:hover, .soc-identica.color-icon.border-icon:hover {
  background-color: #000;
}
.color-bg-icon.soc-bebo, a.soc-bebo.bg-icon:hover, .soc-bebo.color-icon.border-icon:hover {
  background-color: #ef1011;
}
.color-bg-icon.soc-zynga, a.soc-zynga.bg-icon:hover, .soc-zynga.color-icon.border-icon:hover {
  background-color: #dc0606;
}
.color-bg-icon.soc-steam, a.soc-steam.bg-icon:hover, .soc-steam.color-icon.border-icon:hover {
  background-color: #8f8d8a;
}
.color-bg-icon.soc-xbox, a.soc-xbox.bg-icon:hover, .soc-xbox.color-icon.border-icon:hover {
  background-color: #92c83e;
}
.color-bg-icon.soc-windows, a.soc-windows.bg-icon:hover, .soc-windows.color-icon.border-icon:hover {
  background-color: #00bdf6;
}
.color-bg-icon.soc-outlook, a.soc-outlook.bg-icon:hover, .soc-outlook.color-icon.border-icon:hover {
  background-color: #0072c6;
}
.color-bg-icon.soc-coderwall, a.soc-coderwall.bg-icon:hover, .soc-coderwall.color-icon.border-icon:hover {
  background-color: #3e8dcc;
}
.color-bg-icon.soc-tripadvisor, a.soc-tripadvisor.bg-icon:hover, .soc-tripadvisor.color-icon.border-icon:hover {
  background-color: #000;
}
.color-bg-icon.soc-appnet, a.soc-appnet.bg-icon:hover, .soc-appnet.color-icon.border-icon:hover {
  background-color: #494949;
}
.color-bg-icon.soc-goodreads, a.soc-goodreads.bg-icon:hover, .soc-goodreads.color-icon.border-icon:hover {
  background-color: #1abc9c;
}
.color-bg-icon.soc-tripit, a.soc-tripit.bg-icon:hover, .soc-tripit.color-icon.border-icon:hover {
  background-color: #1982c3;
}
.color-bg-icon.soc-lanyrd, a.soc-lanyrd.bg-icon:hover, .soc-lanyrd.color-icon.border-icon:hover {
  background-color: #3c80c9;
}
.color-bg-icon.soc-slideshare, a.soc-slideshare.bg-icon:hover, .soc-slideshare.color-icon.border-icon:hover {
  background-color: #4ba3a6;
}
.color-bg-icon.soc-buffer, a.soc-buffer.bg-icon:hover, .soc-buffer.color-icon.border-icon:hover {
  background-color: #000;
}
.color-bg-icon.soc-rss, a.soc-rss.bg-icon:hover, .soc-rss.color-icon.border-icon:hover {
  background-color: #f26109;
}
.color-bg-icon.soc-vkontakte, a.soc-vkontakte.bg-icon:hover, .soc-vkontakte.color-icon.border-icon:hover {
  background-color: #5a7fa6;
}
.color-bg-icon.soc-disqus, a.soc-disqus.bg-icon:hover, .soc-disqus.color-icon.border-icon:hover {
  background-color: #2e9fff;
}
.color-bg-icon.soc-houzz, a.soc-houzz.bg-icon:hover, .soc-houzz.color-icon.border-icon:hover {
  background-color: #7cc04b;
}
.color-bg-icon.soc-mail, a.soc-mail.bg-icon:hover, .soc-mail.color-icon.border-icon:hover {
  background-color: #000;
}
.color-bg-icon.soc-patreon, a.soc-patreon.bg-icon:hover, .soc-patreon.color-icon.border-icon:hover {
  background-color: #e44727;
}
.color-bg-icon.soc-paypal, a.soc-paypal.bg-icon:hover, .soc-paypal.color-icon.border-icon:hover {
  background-color: #009cde;
}
.color-bg-icon.soc-playstation, a.soc-playstation.bg-icon:hover, .soc-playstation.color-icon.border-icon:hover {
  background-color: #000;
}
.color-bg-icon.soc-smugmug, a.soc-smugmug.bg-icon:hover, .soc-smugmug.color-icon.border-icon:hover {
  background-color: #acfd32;
}
.color-bg-icon.soc-swarm, a.soc-swarm.bg-icon:hover, .soc-swarm.color-icon.border-icon:hover {
  background-color: #fc9d3c;
}
.color-bg-icon.soc-triplej, a.soc-triplej.bg-icon:hover, .soc-triplej.color-icon.border-icon:hover {
  background-color: #e53531;
}
.color-bg-icon.soc-yammer, a.soc-yammer.bg-icon:hover, .soc-yammer.color-icon.border-icon:hover {
  background-color: #1175c4;
}
.color-bg-icon.soc-stackoverflow, a.soc-stackoverflow.bg-icon:hover, .soc-stackoverflow.color-icon.border-icon:hover {
  background-color: #fd9827;
}
.color-bg-icon.soc-drupal, a.soc-drupal.bg-icon:hover, .soc-drupal.color-icon.border-icon:hover {
  background-color: #00598e;
}
.color-bg-icon.soc-odnoklassniki, a.soc-odnoklassniki.bg-icon:hover, .soc-odnoklassniki.color-icon.border-icon:hover {
  background-color: #f48420;
}
.color-bg-icon.soc-android, a.soc-android.bg-icon:hover, .soc-android.color-icon.border-icon:hover {
  background-color: #8ec047;
}
.color-bg-icon.soc-meetup, a.soc-meetup.bg-icon:hover, .soc-meetup.color-icon.border-icon:hover {
  background-color: #e2373c;
}
.color-bg-icon.soc-persona, a.soc-persona.bg-icon:hover, .soc-persona.color-icon.border-icon:hover {
  background-color: #e6753d;
}
.color-bg-icon.soc-amazon, a.soc-amazon.bg-icon:hover, .soc-amazon.color-icon.border-icon:hover {
  background-color: #f90;
}
.color-bg-icon.soc-ello, a.soc-ello.bg-icon:hover, .soc-ello.color-icon.border-icon:hover {
  background-color: #000;
}
.color-bg-icon.soc-mixcloud, a.soc-mixcloud.bg-icon:hover, .soc-mixcloud.color-icon.border-icon:hover {
  background-color: #314359;
}
.color-bg-icon.soc-8tracks, a.soc-8tracks.bg-icon:hover, .soc-8tracks.color-icon.border-icon:hover {
  background-color: #122c4b;
}
.color-bg-icon.soc-twitch, a.soc-twitch.bg-icon:hover, .soc-twitch.color-icon.border-icon:hover {
  background-color: #6441a5;
}
.color-bg-icon.soc-airbnb, a.soc-airbnb.bg-icon:hover, .soc-airbnb.color-icon.border-icon:hover {
  background-color: #ff5a5f;
}
.color-bg-icon.soc-pocket, a.soc-pocket.bg-icon:hover, .soc-pocket.color-icon.border-icon:hover {
  background-color: #ed4055;
}

/*404*/
.error404 #box_wrapper, .error404 #canvas {
  min-height: 100vh;
}
.error404 #box_wrapper {
  display: flex;
  flex-direction: column;
}
.error404 .page_content {
  flex: 1 0 auto;
}
.error404 .page_content {
  margin-top: -60px;
  z-index: -2;
  background-image: url(../img/404.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.error404 .page_content .content-404 {
  min-height: 650px;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 150px;
}
.error404 .page_content .content-404 .error-title {
  color: #191f28;
  letter-spacing: 0;
  margin-bottom: 35px;
}
.error404 .page_content .content-404 .widget_search {
  margin-bottom: 30px;
}
.error404 .page_content .content-404 .widget_search .search-form {
  max-width: 370px;
  margin: 0 auto;
}
.error404 .page_content .content-404 .widget_search .search-form .search-field.form-control {
  text-align: center;
}
.error404 .page_content .content-404 .widget_search .search-form .search-submit {
  display: none;
}
@media (max-width: 480px) {
  .error404 .page_content {
    margin-top: -35px;
  }
  .error404 .page_content .content-404 {
    min-height: 570px;
    margin-bottom: 160px;
  }
  .error404 .page_content .content-404 .error-title {
    margin-bottom: 15px;
  }
  .error404 .page_content .content-404 .widget_search {
    margin-bottom: 10px;
  }
}
@media (max-width: 1200px) {
  .error404 .page_content {
    margin-top: -50px;
  }
  .error404 .page_content .content-404 {
    min-height: 570px;
    margin-bottom: 160px;
  }
  .error404 .page_content .content-404 .error-title {
    margin-bottom: 15px;
  }
  .error404 .page_content .content-404 .widget_search {
    margin-bottom: 20px;
  }
}

/* blog post entry meta */
.entry-meta {
  position: relative;
  text-align: left;
  line-height: 1;
}
.entry-meta > * {
  display: inline-block;
  margin-right: 25px;
  margin-top: 0;
  line-height: 1.6;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 600;
}
@media (max-width: 479px) {
  .entry-meta > * {
    margin-right: 15px;
  }
}
.entry-meta.with_padding {
  padding: 10px 20px;
}
@media (min-width: 768px) {
  .entry-meta.with_padding {
    padding: 15px 60px;
  }
}
.entry-meta .entry-avatar {
  margin-right: 10px;
}
.entry-meta .entry-avatar img {
  width: 50px;
  height: 50px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}
.entry-meta .tag-links > * {
  margin-right: 10px;
}
.entry-meta .share_button a, .entry-meta .entry-author a, .entry-meta .entry-date a {
  color: #fff;
}
.entry-meta .share_button a:hover, .entry-meta .entry-author a:hover, .entry-meta .entry-date a:hover {
  color: #e9ab04;
}
.entry-meta .entry-date:before, .entry-meta .tag-links:first-child:before {
  font-family: 'FontAwesome';
  font-size: 14px;
  content: "";
  color: #e9ab04;
  margin-right: 5px;
  font-weight: 400;
}
.entry-meta .entry-date:before {
  content: "\f073";
}
.entry-meta .tag-links:first-child:before {
  content: "\f02b";
}
.entry-meta .blog-adds {
  text-align: right;
}
.entry-meta .blog-adds > * {
  margin-right: 25px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  color: #fff;
}
@media (max-width: 479px) {
  .entry-meta .blog-adds > * {
    margin-right: 15px;
  }
}
.entry-meta .blog-adds > *:last-child {
  margin-right: 0;
}
.entry-meta .blog-adds > *:before {
  font-family: 'FontAwesome';
  font-size: 14px;
  content: "";
  margin-right: 5px;
  font-weight: 400;
  color: #e9ab04;
}
.entry-meta .blog-adds .like-count:before {
  color: #e9ab04;
  content: "\f004";
}
.entry-meta .blog-adds .views-count:before {
  content: "\f06e";
}
.entry-meta .blog-adds .comment-count:before {
  content: "\f086";
}
.entry-meta .blog-adds .item-views-word, .entry-meta .blog-adds .item-likes-word {
  display: none;
}
#hero-slider .slick-slide img{ width: 100%;}