/*
 * Theme Name:  TheM
 * Theme URI:   http://fitwp.com/wordpress-themes/them
 * Author:      FitWP
 * Author URI:  http://fitwp.com
 * Description: Minimal Creative Blog and Portfolio Template
 * Version:     1.2.4
 * Text Domain: them
 * Tags:        two-columns, custom-menu, featured-images, post-formats, sticky-post, threaded-comments, translation-ready, editor-style
 */
/*--------------------------------------------------------------
 * TABLE OF CONTENTS:
 *--------------------------------------------------------------
1.0 General
2.0 Header
3.0 Archive Pages
4.0 Entry
5.0 Comments
6.0 Widgets
7.0 Footer
8.0 Mobile sidebar
9.0 Portfolio
10.0 WooCommerce
11.0 Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
 * 1.0 General
 *------------------------------------------------------------*/
/* HTML elements */
@font-face {
  font-family: 'TrajanPro';
  src: url('fonts/TrajanPro-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/TrajanPro-Regular.woff') format('woff'), url('fonts/TrajanPro-Regular.ttf') format('truetype'), url('fonts/TrajanPro-Regular.svg#TrajanPro-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  min-height: 100vh;
}
p {
  margin-bottom: 33px;
}
blockquote {
  font: italic 16px/30px Georgia, "Times New Roman", Times, serif;
  color: #878787;
  padding-left: 25px;
  padding-right: 25px;
  border-width: 1px;
}
blockquote.pull-right {
  padding-right: 0;
  padding-left: 25px;
  margin-left: 25px;
  width: 334px;
  text-align: left;
  border-right: 0;
  border-left: 1px solid #cdcdcd;
}
blockquote.pull-left {
  padding-left: 0;
  padding-right: 25px;
  margin-right: 25px;
  width: 334px;
  text-align: right;
  border-left: 0;
  border-right: 1px solid #cdcdcd;
}
a {
  transition: color .3s;
}
a:focus,
a:active {
  outline: 0;
}
a:focus {
  color: #333;
}
a:not(.no-effect) {
  position: relative;
}
a:not(.no-effect):hover,
a:not(.no-effect):active,
a:not(.no-effect):focus {
  text-decoration: none;
}
a:not(.no-effect):before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -3px;
  left: 0;
  background-color: #333;
  visibility: hidden;
  -ms-transform: scaleX(0);
      transform: scaleX(0);
  -ms-transform-origin: top left;
      transform-origin: top left;
  transition: all 0.3s ease-in-out;
}
a:not(.no-effect):hover:before {
  visibility: visible;
  -ms-transform: scaleX(1);
      transform: scaleX(1);
}
img {
  max-width: 100%;
  height: auto;
  transition: opacity .2s;
}
label {
  font-weight: normal;
}
textarea,
input[type="text"],
input[type="url"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="search"] {
  border: 0;
  border-bottom: 1px solid #dcdcdc;
  width: 100%;
}
textarea:focus,
input[type="text"]:focus,
input[type="url"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="search"]:focus {
  outline: 0;
}
textarea {
  height: 12em;
  display: block;
}
button,
input[type="button"],
input[type="submit"],
.button,
.featured-posts-slider .more-link,
.featured-post .more-link,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce #respond input#submit,
.woocommerce #respond input#submit.alt,
.woocommerce input.button,
.woocommerce input.button.alt,
.woocommerce .featured-posts-slider .more-link.button,
.woocommerce .featured-posts-slider .more-link.button.alt,
.woocommerce .featured-post .more-link.button,
.woocommerce .featured-post .more-link.button.alt {
  display: inline-block;
  padding: 0 25px;
  line-height: 40px;
  position: relative;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  color: #4d4d4d;
  letter-spacing: 2px;
  background: none;
  border: 1px solid #333;
  border-radius: 1px;
  transition: all .3s;
}
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
.button:hover,
.featured-posts-slider .more-link:hover,
.featured-post .more-link:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce input.button:hover,
.woocommerce input.button.alt:hover,
.woocommerce .featured-posts-slider .more-link.button:hover,
.woocommerce .featured-posts-slider .more-link.button.alt:hover,
.woocommerce .featured-post .more-link.button:hover,
.woocommerce .featured-post .more-link.button.alt:hover {
  color: #fff;
  text-decoration: none;
  background: #333;
}
/**
 * Hover effect for button and .button only
 * @see http://tympanus.net/Development/CreativeButtons/
 * @see http://stackoverflow.com/a/4660434/371240
 */
button,
.button,
.featured-posts-slider .more-link,
.featured-post .more-link,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce .featured-posts-slider .more-link.button,
.woocommerce .featured-posts-slider .more-link.button.alt,
.woocommerce .featured-post .more-link.button,
.woocommerce .featured-post .more-link.button.alt {
  /* Fill color style (black background */
}
button:after,
.button:after,
.featured-posts-slider .more-link:after,
.featured-post .more-link:after,
.woocommerce a.button:after,
.woocommerce button.button:after,
.woocommerce a.button.alt:after,
.woocommerce button.button.alt:after,
.woocommerce .featured-posts-slider .more-link.button:after,
.woocommerce .featured-posts-slider .more-link.button.alt:after,
.woocommerce .featured-post .more-link.button:after,
.woocommerce .featured-post .more-link.button.alt:after {
  display: block;
  content: '';
  position: absolute;
  z-index: -1;
  transition: all .3s;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #333;
}
button:hover,
.button:hover,
.featured-posts-slider .more-link:hover,
.featured-post .more-link:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce .featured-posts-slider .more-link.button:hover,
.woocommerce .featured-posts-slider .more-link.button.alt:hover,
.woocommerce .featured-post .more-link.button:hover,
.woocommerce .featured-post .more-link.button.alt:hover {
  color: #fff;
  text-decoration: none;
  background: none;
}
button:hover:after,
.button:hover:after,
.featured-posts-slider .more-link:hover:after,
.featured-post .more-link:hover:after,
.woocommerce a.button:hover:after,
.woocommerce button.button:hover:after,
.woocommerce a.button.alt:hover:after,
.woocommerce button.button.alt:hover:after,
.woocommerce .featured-posts-slider .more-link.button:hover:after,
.woocommerce .featured-posts-slider .more-link.button.alt:hover:after,
.woocommerce .featured-post .more-link.button:hover:after,
.woocommerce .featured-post .more-link.button.alt:hover:after {
  width: 100%;
}
button.fill,
.button.fill,
.featured-posts-slider .more-link.fill,
.featured-post .more-link.fill,
.woocommerce a.button.fill,
.woocommerce button.button.fill,
.woocommerce a.button.alt.fill,
.woocommerce button.button.alt.fill,
.woocommerce .featured-posts-slider .more-link.button.fill,
.woocommerce .featured-posts-slider .more-link.button.alt.fill,
.woocommerce .featured-post .more-link.button.fill,
.woocommerce .featured-post .more-link.button.alt.fill {
  background: #333;
  color: #fff;
}
button.fill:after,
.button.fill:after,
.featured-posts-slider .more-link.fill:after,
.featured-post .more-link.fill:after,
.woocommerce a.button.fill:after,
.woocommerce button.button.fill:after,
.woocommerce a.button.alt.fill:after,
.woocommerce button.button.alt.fill:after,
.woocommerce .featured-posts-slider .more-link.button.fill:after,
.woocommerce .featured-posts-slider .more-link.button.alt.fill:after,
.woocommerce .featured-post .more-link.button.fill:after,
.woocommerce .featured-post .more-link.button.alt.fill:after {
  display: none;
}
button.fill:hover,
.button.fill:hover,
.featured-posts-slider .more-link.fill:hover,
.featured-post .more-link.fill:hover,
.woocommerce a.button.fill:hover,
.woocommerce button.button.fill:hover,
.woocommerce a.button.alt.fill:hover,
.woocommerce button.button.alt.fill:hover,
.woocommerce .featured-posts-slider .more-link.button.fill:hover,
.woocommerce .featured-posts-slider .more-link.button.alt.fill:hover,
.woocommerce .featured-post .more-link.button.fill:hover,
.woocommerce .featured-post .more-link.button.alt.fill:hover {
  color: #fff;
  background: #000;
}
.button:before {
  display: none;
}
/**
 * Hover effect for images, mimic the effect for buttons.
 */
figure {
  position: relative;
  overflow: hidden;
}
figure:after {
  display: block;
  content: '';
  position: absolute;
  transition: all .3s;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.2);
}
figure:hover {
  color: #fff;
  text-decoration: none;
  background: none;
}
figure:hover:after {
  width: 100%;
}
svg {
  vertical-align: middle;
  transition: all .3s;
  fill: currentColor;
}
table {
  width: 100%;
}
td,
th {
  border: 1px solid #e1e1e1;
  padding: 3px 8px;
}
:focus,
:active {
  outline: none;
}
/* Social icons */
.socials {
  list-style: none;
  margin: 0;
  padding: 0;
}
.socials li {
  display: inline-block;
  margin-right: 15px;
}
.socials li:last-child {
  margin-right: 0;
}
.socials em {
  display: none;
}
.socials a:before {
  display: none;
}
.socials a:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.socials a[href*="facebook.com"]:after {
  content: "\f09a";
}
.socials a[href*="twitter.com"]:after {
  content: "\f099";
}
.socials a[href*="plus.google.com"]:after {
  content: "\f0d5";
}
.socials a[href*="linkedin.com"]:after {
  content: "\f0e1";
}
.socials a[href*="instagram.com"]:after {
  content: "\f16d";
}
.socials a[href*="yelp.com"]:after {
  content: "\f1e9";
}
.socials a[href*="youtube.com"]:after {
  content: "\f167";
}
.socials a[href*="flickr.com"]:after {
  content: "\f16e";
}
.socials a[href*="pinterest.com"]:after {
  content: "\f0d2";
}
.socials a[href*="github.com"]:after {
  content: "\f09b";
}
.socials a[href*="vimeo.com"]:after {
  content: "\f27d";
}
.socials a[href*="dribbble.com"]:after {
  content: "\f17d";
}
.socials a[href*="wordpress.com"]:after {
  content: "\f19a";
}
.socials a[href*="tumblr.com"]:after {
  content: "\f173";
}
.socials a[href*="codepen.io"]:after {
  content: "\f1cb";
}
.socials a[href*="skype.com"]:after {
  content: "\f17e";
}
.socials a[href*="reddit.com"]:after {
  content: "\f1a1";
}
.socials a[href*="stumbleupon.com"]:after {
  content: "\f1a4";
}
.socials a[href*="pocket.com"]:after {
  content: "\f265";
}
.socials a[href*="foursquare.com"]:after {
  content: "\f180";
}
#page .socials a,
.mobile-sidebar .socials a {
  color: #818181;
  border-bottom: 0;
}
#page .socials a:hover,
.mobile-sidebar .socials a:hover {
  color: #333;
}
/* Dropdown */
.dropdown {
  margin-bottom: 0;
}
.dropdown dd,
.dropdown dt,
.dropdown ul {
  margin: 0;
  padding: 0;
}
.dropdown dt {
  line-height: 1;
  margin-bottom: 10px;
  font-weight: normal;
  position: relative;
}
.dropdown dt::after {
  content: "";
  display: block;
  border: 4px solid transparent;
  border-top-color: inherit;
  position: absolute;
  z-index: 9;
  right: -12px;
  top: 50%;
  margin-top: -2px;
}
.dropdown dd {
  position: relative;
}
.dropdown a:hover,
.dropdown a:focus,
.dropdown a:active {
  text-decoration: none;
}
.dropdown a:before {
  display: none;
}
.dropdown dt a {
  color: inherit;
  border: 0;
}
.dropdown dd ul {
  background: #fff;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-width: 180px;
  list-style: none;
  z-index: 99;
  padding: 6px 0;
  max-height: 300px;
  overflow: auto;
}
.dropdown .value {
  display: none;
}
.dropdown dd li {
  margin-bottom: 0;
}
.dropdown dd a {
  padding: 6px 13px;
  display: block;
  line-height: 1;
  font-size: 12px;
  color: inherit;
  border: 0;
}
.dropdown dd a:hover {
  font-weight: bold;
}
/* Emoji */
.emoji {
  display: inline;
}
.emoji img {
  height: 1em;
  width: 1em;
  margin: 0 .07em;
  vertical-align: -0.1em;
}
/* WordPress must-have styles */
.alignnone {
  margin: 30px 0;
}
.aligncenter,
div.aligncenter,
.aligncenter img {
  display: block;
  margin: 1em auto;
}
.alignright {
  float: right;
  margin: 30px -97px 30px 30px;
  max-width: 457px;
}
.alignleft {
  float: left;
  margin: 30px 30px 30px -97px;
  max-width: 457px;
}
.wp-caption {
  background: #fff;
  border: 1px solid #e0e0e0;
  padding: 5px;
  max-width: 100%;
  text-align: center;
}
.wp-caption img {
  display: block;
  margin: 0 auto;
  height: auto;
  max-height: 100%;
}
.wp-caption-text {
  font-size: 11px;
  margin: 0;
  padding: 5px 0 0;
}
.bypostauthor {
  display: block;
}
.sticky {
  display: block;
}
.wp-playlist-item .wp-playlist-caption,
.wp-playlist-item .wp-playlist-item-length {
  line-height: 2.5;
}
.entry-content .wp-playlist,
.entry-summary .wp-playlist {
  padding-bottom: 0;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
.gallery {
  margin: 0 -15px 33px -15px;
  clear: both;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  padding: 0 15px;
}
.gallery-item img {
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
/* Wave animated background for header */
@keyframes animatedBackground {
  from {
    background-position: 0 100%;
  }
  to {
    background-position: 1080px 100%;
  }
}
/* Animation for slider */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
    transform: none;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -50px, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
    transform: none;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }
}
/*--------------------------------------------------------------
 * 2.0 Header
 *------------------------------------------------------------*/
/* Topbar */
.top-bar {
  font-size: 14px;
  line-height: 42px;
  color: #818181;
  /* Search form in the top bar */
}
.top-bar a {
  color: #818181;
}
.top-bar a:hover {
  color: #333;
}
.top-bar .socials a {
  font-size: 14px;
}
.top-bar svg:hover {
  fill: #333;
}
.top-bar .search-form {
  display: inline-block;
  position: relative;
  min-width: 14px;
  float: right;
}
.top-bar .search-form label {
  margin: 0;
  display: inline-block;
}
.top-bar .search-form.active .search-field {
  width: 150px;
  visibility: visible;
}
.top-bar .search-submit {
  border: 0;
  padding: 0;
  display: inline-block;
  height: 42px;
  line-height: 42px;
}
.top-bar .search-field {
  margin: 0;
  padding: 0 5px;
  line-height: 20px;
  border: 1px solid #ccc;
  border-radius: 2px;
  color: #666;
  font-weight: normal;
  font-size: 11px;
  vertical-align: middle;
  background: #fff;
  position: absolute;
  top: 10px;
  right: 20px;
  visibility: hidden;
  z-index: 9;
  width: 0;
  transition: width .4s;
}
/* Sidebar toggle icon */
.sidebar-toggle {
  float: right;
  position: relative;
  padding: 21px 0;
  cursor: pointer;
  width: 14px;
  height: 14px;
  margin-left: 15px;
}
.sidebar-toggle span,
.sidebar-toggle span:before,
.sidebar-toggle span:after {
  content: "";
  position: absolute;
  display: block;
  width: 14px;
  height: 1px;
  border-radius: 1px;
  background: #818181;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.sidebar-toggle span:before {
  top: -4px;
}
.sidebar-toggle span:after {
  bottom: -4px;
}
.sidebar-toggle:hover span,
.sidebar-toggle:hover span:before,
.sidebar-toggle:hover span:after {
  background: #333;
}
.top-bar-navigation .sidebar-toggle,
.top-bar-text + .sidebar-toggle {
  display: none;
}
div.active.sidebar-toggle span {
  background-color: transparent;
}
div.active.sidebar-toggle span:before,
div.active.sidebar-toggle span:after {
  top: 0;
}
div.active.sidebar-toggle span:before {
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
div.active.sidebar-toggle span:after {
  top: 4px;
  -ms-transform: translateY(-4px) rotate(-45deg);
      transform: translateY(-4px) rotate(-45deg);
}
/* Top bar menu */
.top-bar-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  text-transform: uppercase;
}
.top-bar-menu li {
  display: inline-block;
  position: relative;
}
.top-bar-menu li:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.top-bar-menu .menu-item-has-children > a:after {
  font: 13px FontAwesome;
  content: "\f107";
  color: #999;
  position: absolute;
  right: -15px;
  top: 0;
  display: inline-block;
}
.top-bar-menu > li {
  margin-right: 30px;
}
.top-bar-menu > li:last-child {
  margin-right: 0;
}
.top-bar-menu > li > a {
  font-size: 12px;
  font-weight: bold;
}
.top-bar-menu ul {
  position: absolute;
  left: 0;
  top: 90%;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  transition: all .2s;
  margin: 0;
  padding: 0;
  border: 3px solid #ebebeb;
  background: #fff;
  font-size: 10px;
  letter-spacing: 2px;
  text-align: left;
  line-height: 1.5;
}
.top-bar-menu ul li:last-child a {
  border-bottom: none;
}
.top-bar-menu ul a {
  width: 200px;
  padding: 7px 15px;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.top-bar-menu ul ul {
  left: 100%;
  top: 50%;
}
.top-bar-menu ul li:hover > ul {
  top: 0;
  left: 100%;
}
/* Toggle mobile sidebar on the left */
.mobile-sidebar-left {
  /* Mobile sidebar */
}
.mobile-sidebar-left .sidebar-toggle {
  float: left;
  margin-left: 0;
}
.mobile-sidebar-left .top-bar .search-form {
  float: left;
  margin-left: 15px;
}
.mobile-sidebar-left .top-bar .search-field {
  right: auto;
  left: 20px;
}
.mobile-sidebar-left .mobile-sidebar,
.mobile-sidebar-left .cart-content {
  right: auto;
  left: 0;
}
.mobile-sidebar-left.mobile-sidebar-open .site {
  transform: translate3d(320px, 0, 0);
}
/* Site header */
.site-header {
  padding-top: 44px;
  background: url(img/header-bg.png) bottom left repeat-x;
  padding-bottom: 60px;
  animation: animatedBackground 20s linear infinite;
  margin-bottom: 175px;
}
.site-header > .container {
  position: relative;
}
/* Page header */
.page-header {
  text-align: center;
  margin: -75px 0 175px;
  padding-bottom: 0;
  border: 0;
}
.page-title {
  font-size: 64px;
  text-transform: uppercase;
  margin: 0 0 8px;
}
/* Page header for singular pages */
.page-title.entry-title {
  font-size: 34px;
  margin-bottom: 8px;
}
.page-header.entry-header {
  margin-bottom: 120px;
}
/* Breadcrumbs */
.breadcrumbs > span {
  color: #979797;
}
.breadcrumbs .sep {
  color: #d1d1d1;
  margin: 0 15px;
}
/* No header background option */
body.no-header-background .site-header {
  background: none;
  padding-top: 54px;
  padding-bottom: 0;
  margin-bottom: 39px;
}
body.no-header-background .page-header {
  margin: 22px 0 89px;
}
body.no-header-background .page-header.entry-header {
  margin-top: 65px;
}
/* Logo */
.site-title {
  font: 60px/1 'TrajanPro', Arial;
  margin: 0;
}
.site-title a {
  text-transform: uppercase;
}
.site-title a:hover {
  color: #333;
}
.custom-logo {
  display: inline-block;
}
/* Primary menu */
.primary-menu {
  margin: 13px 0 0;
  padding: 0;
  list-style: none;
  text-transform: uppercase;
}
.primary-menu li {
  display: inline-block;
  padding: 0 15px;
  position: relative;
}
.primary-menu li:hover > ul,
.primary-menu li:hover .mega-menu-wrapper {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.primary-menu > li {
  line-height: 50px;
}
.primary-menu > li > a {
  font: 13px/1 'Josefin Sans', sans-serif;
}
.primary-menu a {
  color: #818181;
}
.primary-menu a:hover {
  color: #333;
}
.primary-menu a:active,
.primary-menu a:focus {
  text-decoration: none;
}
.primary-menu .current-menu-item > a {
  color: #333;
  text-decoration: none;
}
.primary-menu ul {
  position: absolute;
  left: 0;
  top: 90%;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  transition: all .2s;
  margin: 0;
  padding: 0;
  border: 3px solid #ebebeb;
  background: #fff;
  font-size: 10px;
  letter-spacing: 2px;
  text-align: left;
  line-height: 1.5;
}
.primary-menu ul li {
  width: 200px;
  padding: 7px 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.primary-menu ul li:hover {
  background: #f6f6f6;
}
.primary-menu ul li:last-child {
  border-bottom: none;
}
.primary-menu ul a {
  padding-bottom: 0;
  border-bottom: 0;
  display: block;
}
.primary-menu ul ul {
  left: 100%;
  top: 50%;
}
.primary-menu ul li:hover > ul {
  top: 0;
  left: 100%;
}
/* Mega menu */
.primary-menu .mega-menu {
  position: static;
}
.mega-menu-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 90%;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  transition: all .2s;
  box-shadow: 0 0 0 3px #ebebeb;
  background: #fff;
  text-align: left;
  text-transform: none;
  padding: 45px 15px 43px;
}
.mega-menu-title {
  font-size: 13px;
  text-transform: uppercase;
  margin: 0 0 28px;
  line-height: 1;
}
.mega-menu-text {
  font-size: 14px;
  line-height: 2;
  color: #979797;
}
.mega-menu-posts {
  text-align: center;
  line-height: 1;
}
.mega-menu-posts .thumbnail {
  display: block;
  max-height: 190px;
  overflow: hidden;
}
.mega-menu-posts a {
  padding-bottom: 0;
  border-bottom: 0;
  display: block;
}
.mega-menu-posts img {
  display: block;
  width: 100%;
}
.mega-menu-posts img:hover {
  opacity: .9;
}
.mega-menu-posts .entry-title {
  font-size: 16px;
  line-height: 1.25;
  margin: 16px 0 0;
}
.mega-menu-posts .entry-date {
  font-size: 10px;
  text-transform: uppercase;
  color: #8c8c8c;
  position: static;
  -ms-transform: none;
      transform: none;
  line-height: 1;
  padding-left: 0;
  margin-top: 10px;
}
.mega-menu-posts .entry-summary {
  margin-top: 10px;
  line-height: 2;
  font-size: 13px;
  color: #979797;
}
/* Logo left */
body.no-header-background.logo-left .site-header,
body.no-header-background.logo-right .site-header {
  margin-bottom: 54px;
}
.logo-left .site-header,
.logo-right .site-header {
  margin-bottom: 54px;
}
.logo-left .site-branding,
.logo-right .site-branding {
  float: left;
  display: table;
  height: 50px;
}
.logo-left .custom-logo-link,
.logo-right .custom-logo-link {
  display: table-cell;
  vertical-align: middle;
}
.logo-left .custom-logo,
.logo-right .custom-logo {
  display: block;
}
.logo-left .site-title,
.logo-right .site-title {
  line-height: 50px;
}
.logo-left .main-navigation,
.logo-left .primary-menu,
.logo-left .icon-menu-mini,
.logo-right .primary-menu {
  float: right;
}
.logo-left .primary-menu,
.logo-right .primary-menu {
  margin-top: 0;
}
/* Logo right */
.logo-right .site-branding {
  float: right;
}
.logo-right .main-navigation,
.logo-right .primary-menu,
.logo-right .icon-menu-mini {
  float: left;
}
/* Menu toggle icon */
.menu-toggle {
  float: right;
  position: relative;
  padding: 25px 0;
  cursor: pointer;
  width: 16px;
  height: 12px;
  margin-left: 15px;
  display: none;
}
.menu-toggle span,
.menu-toggle span:before,
.menu-toggle span:after {
  content: "";
  position: absolute;
  right: 0;
  display: block;
  height: 2px;
  border-radius: 1px;
  background: #818181;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.menu-toggle span {
  width: 9px;
}
.menu-toggle span:before {
  width: 16px;
  top: -5px;
}
.menu-toggle span:after {
  width: 12px;
  bottom: -5px;
}
.menu-toggle:hover span,
.menu-toggle:hover span:before,
.menu-toggle:hover span:after {
  background: #333;
}
/* Main menu minimize */
.menu-mini .menu-toggle {
  display: inline-block;
}
.menu-mini .menu-toggle.active span {
  background-color: transparent;
}
.menu-mini .menu-toggle.active span:before,
.menu-mini .menu-toggle.active span:after {
  top: 0;
  width: 16px;
}
.menu-mini .menu-toggle.active span:before {
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
.menu-mini .menu-toggle.active span:after {
  top: 4px;
  -ms-transform: translateY(-4px) rotate(-45deg);
      transform: translateY(-4px) rotate(-45deg);
}
.menu-mini .primary-menu {
  transition: transform .3s;
  -ms-transform: scale(0, 1);
      transform: scale(0, 1);
}
.logo-left .primary-menu,
.logo-right .primary-menu {
  -ms-transform-origin: right;
      transform-origin: right;
}
.logo-right .primary-menu {
  -ms-transform-origin: left;
      transform-origin: left;
}
.menu-open .primary-menu {
  -ms-transform: none;
      transform: none;
}
/*--------------------------------------------------------------
 * 3.0 Archive Pages
 *------------------------------------------------------------*/
/* Homepage */
.home.blog .post-list {
  margin-top: 60px;
}
.hentry {
  margin-bottom: 60px;
}
/* Entry date and author */
.entry-date,
.entry-author {
  display: inline-block;
  position: absolute;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 50px;
  padding-left: 20px;
}
.entry-date {
  -ms-transform: rotate(90deg) translateX(100%);
      transform: rotate(90deg) translateX(100%);
  -ms-transform-origin: top right;
      transform-origin: top right;
  right: 0;
  top: 0;
}
.entry-author {
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
  -ms-transform-origin: top left;
      transform-origin: top left;
  left: 0;
  top: 200px;
}
.entry-author i {
  -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
}
.entry-media {
  z-index: 2;
  position: relative;
}
.entry-media.medium img {
  max-height: 370px;
}
.entry-media.large img {
  width: auto;
  display: block;
  margin: 0 auto;
}
.entry-media a:before {
  display: none;
}
.entry-text {
  border: 1px solid #dcdcdc;
  padding: 224px 50px 30px 40px;
  position: relative;
  z-index: 1;
  margin-top: -200px;
  margin-left: 50px;
  width: 100%;
  background: #fff;
}
.no-thumbnail .entry-text {
  padding-top: 30px;
  margin-top: 0;
}
.no-thumbnail .entry-author {
  top: 0;
}
.entry-title {
  margin: 0 0 16px;
  font-size: 28px;
}
.entry-title a {
  color: #333;
}
.entry-meta {
  margin-bottom: 20px;
}
.entry-summary p {
  margin-bottom: 16px;
}
.entry-summary p:last-child {
  margin-bottom: 0;
}
.more-link {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  color: #333;
  float: left;
}
.more-link:hover {
  color: #333;
}
/* Posts navigation */
.posts-navigation {
  line-height: 28px;
  margin-right: -50px;
}
.posts-navigation a {
  color: #333;
}
.posts-navigation .next {
  text-align: right;
}
.posts-navigation .next i {
  margin-left: 15px;
}
.posts-navigation .prev i {
  margin-right: 15px;
}
.posts-navigation .current {
  text-align: center;
  font-size: 24px;
}
.posts-navigation .page-numbers {
  margin: 0 5px;
  font-size: 18px;
}
.posts-navigation .page-numbers.current {
  font-weight: bold;
}
.posts-navigation .page-numbers i {
  margin: 0;
  font-size: 14px;
}
/* Infinite scroll */
#content #infinite-handle span {
  display: block;
  background: none;
  color: inherit;
  padding: 0;
  font-size: inherit;
  text-align: center;
  cursor: inherit;
}
#content #infinite-handle span button,
#content #infinite-handle span button:focus,
#content #infinite-handle span button:hover,
#content #infinite-handle span .featured-posts-slider .more-link,
#content #infinite-handle span .featured-posts-slider .more-link:focus,
#content #infinite-handle span .featured-posts-slider .more-link:hover,
#content #infinite-handle span .featured-post .more-link,
#content #infinite-handle span .featured-post .more-link:focus,
#content #infinite-handle span .featured-post .more-link:hover {
  display: inline-block;
  padding: 0 25px;
  line-height: 40px;
  position: relative;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  color: #4d4d4d;
  letter-spacing: 2px;
  background: none;
  border: 1px solid #333;
  border-radius: 1px;
  transition: all .3s;
  cursor: pointer;
}
#content #infinite-handle span button:after,
#content #infinite-handle span .featured-posts-slider .more-link:after,
#content #infinite-handle span .featured-post .more-link:after {
  display: block;
  content: '';
  position: absolute;
  z-index: -1;
  transition: all .3s;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #333;
}
#content #infinite-handle span button:focus,
#content #infinite-handle span button:hover,
#content #infinite-handle span .featured-posts-slider .more-link:focus,
#content #infinite-handle span .featured-posts-slider .more-link:hover,
#content #infinite-handle span .featured-post .more-link:focus,
#content #infinite-handle span .featured-post .more-link:hover {
  color: #fff;
  background: none;
}
#content #infinite-handle span button:focus:after,
#content #infinite-handle span button:hover:after,
#content #infinite-handle span .featured-posts-slider .more-link:focus:after,
#content #infinite-handle span .featured-posts-slider .more-link:hover:after,
#content #infinite-handle span .featured-post .more-link:focus:after,
#content #infinite-handle span .featured-post .more-link:hover:after {
  width: 100%;
}
.spinner {
  margin: 0 auto;
}
/*--------------------------------------------------------------
 * 4.0 Entry
 *------------------------------------------------------------*/
/* Entry meta */
@media (min-width: 992px) {
  .single .entry-meta,
  .page .entry-meta,
  .single .entry-media,
  .page .entry-media {
    margin-left: -13%;
    width: 126%;
  }
  .page-template-full-width .entry-meta,
  .page-template-full-width .entry-media {
    margin-left: 0;
    width: auto;
  }
}
.entry-meta {
  font-weight: 600;
  font-size: 10px;
  color: #939393;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.entry-meta .like,
.entry-meta .comment {
  margin-right: 30px;
}
.entry-meta a,
div.category a,
span.category a {
  color: #939393;
}
.entry-meta a:hover,
div.category a:hover,
span.category a:hover {
  color: #333;
}
.entry-meta .socials,
.entry-summary + .socials {
  font-size: 12px;
  text-align: right;
}
/* Entry media */
.entry-media img {
  width: 100%;
}
.entry-media.large {
  margin-top: 33px;
}
/* Entry content */
.entry-content {
  margin-top: 43px;
}
.entry-content h3 {
  margin-top: 70px;
}
.entry-content ul.fancy {
  list-style: none;
  padding-left: 2em;
}
.entry-content ul.fancy li:before {
  display: inline-block;
  content: "\f00c";
  font: normal normal normal 1em/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0.6em 0 0 -1.5em;
  float: left;
}
.entry-content a {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 1px;
}
.entry-content a:before {
  bottom: -1px;
}
.page .alignright {
  margin-right: 0;
  max-width: 100%;
}
.page .alignleft {
  margin-left: 0;
  max-width: 100%;
}
/* Entry tags */
.post-tags {
  list-style: none;
  font-size: 11px;
  line-height: 28px;
  margin: 10px 0;
}
.post-tags li {
  display: inline-block;
  margin-right: 40px;
}
.post-tags li:last-child {
  margin-right: 0;
}
.post-tags a {
  color: #9c9c9c;
  display: inline-block;
  padding: 0 15px;
  background: #f4f4f4;
  margin-right: 8px;
  border-radius: 2px;
}
.post-tags a:hover {
  background: #f0f0f0;
}
.single .hentry,
.page .hentry {
  margin-bottom: 0;
}
/* Post navigation */
.post-navigation {
  font-size: 13px;
  line-height: 52px;
  margin: 26px 0;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}
.post-navigation a {
  color: #7e7e7e;
}
.post-navigation a:hover i {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.post-navigation i {
  opacity: 0;
  transform: translate3d(5px, 0, 0);
  transition: all .3s;
}
.post-navigation .nav-next i {
  transform: translate3d(-5px, 0, 0);
}
/* Author bio */
.author-info {
  margin-top: 47px;
}
.author-avatar {
  margin-right: 15px;
}
.author-description {
  margin-left: 95px;
}
.author-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 7px;
}
.author-title a {
  color: #333;
}
.author-info .socials {
  font-size: 12px;
  line-height: 1;
  margin: 0 0 15px;
}
.author-bio {
  color: #7e7e7e;
  font-size: 13px;
  line-height: 22px;
  margin: 0;
}
/* Related posts */
.related-posts {
  margin-top: 47px;
}
.section-title {
  font-size: 16px;
  line-height: 1;
  position: relative;
  margin-bottom: 40px;
  text-align: center;
}
.section-title:before {
  display: block;
  content: '';
  border-top: 1px solid #e7e7e7;
  position: relative;
  top: 8px;
  z-index: 1;
}
.section-title span {
  display: inline-block;
  padding: 0 30px;
  background: #fff;
  position: relative;
  z-index: 2;
}
.related-post img {
  width: 100%;
}
.related-post-title {
  line-height: 1.2;
  margin: 20px 0 0;
}
.related-post-title a {
  color: #333;
}
.related-post-date {
  font-size: 13px;
  color: #7e7e7e;
}
/* 404 page */
.error404 .site-header {
  margin-bottom: 120px;
}
.error404 .site-main {
  text-align: center;
}
.not-found-title {
  color: #f0f0f0;
  font-size: 300px;
  margin: 0;
  line-height: 1;
}
.not-found-message {
  font-size: 30px;
  margin: -30px 0 0;
}
.not-found-back {
  color: #979797;
}
/* Contact page */
.contact-map-wrapper {
  position: relative;
}
.contact-address {
  position: absolute;
  top: 0;
  left: 141px;
  padding: 6px 0 0 20px;
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
  -ms-transform-origin: top left;
      transform-origin: top left;
  background: #f2f2f2;
  width: 624px;
  height: 126px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 3px;
}
#contact-map {
  width: 624px;
  height: 624px;
  max-width: 100%;
  float: right;
}
.gm-style-iw * {
  display: block;
  width: 100%;
}
.gm-style-iw h4,
.gm-style-iw p {
  margin: 0;
  padding: 0;
}
.gm-style-iw a {
  color: #4272db;
}
.entry-content .wpcf7 {
  margin-top: 90px;
}
.wpcf7-form-control-wrap.agree {
  display: inline;
}
.wpcf7-form-control-wrap.agree:before {
  display: none;
}
/*--------------------------------------------------------------
 * 5.0 Comments
 *------------------------------------------------------------*/
/* Comments */
.comments-area {
  margin-top: 70px;
}
.comments-title {
  margin-bottom: 67px;
}
.comment-list {
  padding: 0;
}
.comment-list .comment,
.comment-list .pingback,
.comment-list .trackback {
  list-style: none;
  margin-bottom: 67px;
}
.comment-list .children {
  padding-left: 97px;
  margin: 67px 0 0;
}
.comment-text {
  margin-left: 97px;
}
.comment-author-name {
  text-transform: uppercase;
  font-size: 12px;
  font-style: normal;
  margin-right: 15px;
}
.comment-author-name a {
  color: #333;
}
.comment-permalink {
  color: #7e7e7e;
  font-size: 13px;
}
.comment-content {
  color: #7e7e7e;
  font-size: 13px;
}
.comment-content p:last-child {
  margin-bottom: 0;
}
.comment-content a {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 1px;
}
.comment-content a:before {
  bottom: -1px;
}
.comment-reply-link {
  float: right;
  font-size: 11px;
  line-height: 18px;
  color: #9c9c9c;
  display: inline-block;
  padding: 0 15px;
  background: #f4f4f4;
  border-radius: 2px;
}
.comment-reply-link:hover {
  background: #f0f0f0;
}
/* Comment form */
.comment-respond {
  border: 1px solid #dcdcdc;
  padding: 30px;
}
.comment-reply-title {
  margin-top: -40px;
  font-weight: bold;
  font-size: 16px;
}
.comment-reply-title:before {
  display: none;
}
.comment-reply-title small {
  font-size: 75%;
  font-weight: normal;
}
.comment-form .comment-form-comment,
.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form > div {
  margin-bottom: 30px;
  position: relative;
}
.comment-form a {
  color: #333;
}
.form-submit {
  clear: both;
}
/*--------------------------------------------------------------
 * 6.0 Widgets
 *------------------------------------------------------------*/
/* Sidebar layout */
.sidebar-left #content {
  float: right;
}
.sidebar-left #secondary {
  margin-left: 0;
}
.sidebar-none .hentry {
  position: relative;
  left: -50px;
}
.sidebar-none.single .hentry,
.sidebar-none.page .hentry {
  left: auto;
}
/* Widget styles */
.widget {
  line-height: 28px;
  margin-bottom: 75px;
}
.widget ul {
  list-style: none;
  padding: 0;
}
.widget li {
  margin-bottom: 21px;
}
.widget li ul {
  margin-top: 21px;
  padding-left: 20px;
}
.widget a {
  color: #333;
}
.widget-title {
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 20px;
}
/* Widget search */
.search-form {
  position: relative;
}
.search-form label {
  display: block;
  font-weight: normal;
}
.search-submit {
  border: 0;
  padding: 0;
  background: transparent;
  width: 14px;
  position: absolute;
  right: 0;
  top: 0;
}
.search-submit:focus,
.search-submit:active {
  outline: 0;
}
.search-submit:after {
  display: none;
}
.search-submit:hover svg {
  fill: #333;
}
/* Search widget in the sidebar */
/* Hover effect for inputs */
.widget_search label,
.comment-form label,
.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  position: relative;
}
.widget_search label:before,
.comment-form label:before,
.wpcf7-form-control-wrap:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #191f28;
  visibility: hidden;
  -ms-transform: scaleX(0);
      transform: scaleX(0);
  -ms-transform-origin: top left;
      transform-origin: top left;
  transition: all 0.3s ease-in-out;
}
.widget_search label:hover:before,
.comment-form label:hover:before,
.wpcf7-form-control-wrap:hover:before {
  visibility: visible;
  -ms-transform: scaleX(1);
      transform: scaleX(1);
}
.widget_search .search-submit {
  font-size: 14px;
  line-height: 28px;
  color: #818181;
}
.widget_search .search-submit:hover {
  background: transparent;
  color: #818181;
}
/* Widget categories */
.widget_categories .count {
  float: right;
  color: #a7a7a7;
}
.widget_categories .children {
  padding-left: 20px;
  display: none;
}
.widget_categories .children li {
  position: relative;
}
.widget_categories .children li:before {
  position: relative;
  display: inline-block;
  content: '';
  width: 13px;
  margin-left: -20px;
  margin-top: 20px;
  float: left;
  border-top: 1px solid #dcdcdc;
}
/* Widget archive */
.widget_archive .count {
  float: right;
  color: #a7a7a7;
}
/* Widget Recent Posts */
.them-recent-posts-widget {
  /* Featured post */
}
.them-recent-posts-widget li {
  margin: 0 0 30px;
  overflow: hidden;
  line-height: 24px;
}
.them-recent-posts-widget .them-thumb {
  float: left;
  width: 67px;
}
.them-recent-posts-widget .them-thumb figure {
  width: 67px;
  height: 67px;
  text-align: center;
  background: #f6f6f6;
}
.them-recent-posts-widget .them-thumb img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.them-recent-posts-widget .them-text {
  margin-left: 82px;
}
.them-recent-posts-widget .them-title {
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin: 0 0 5px;
  line-height: 20px;
}
.them-recent-posts-widget .them-date {
  font-size: 11px;
  text-transform: uppercase;
}
.them-recent-posts-widget .likes {
  font-size: 10px;
  margin-left: 5px;
}
.them-recent-posts-widget .likes i {
  color: #eb3a3a;
}
.them-recent-posts-widget .featured .them-thumb {
  float: none;
  width: 100%;
  display: block;
}
.them-recent-posts-widget .featured .them-thumb figure {
  width: 100%;
  height: auto;
}
.them-recent-posts-widget .featured .them-text {
  margin-left: 0;
}
.them-recent-posts-widget .featured .them-title {
  margin-top: 12px;
  font-size: 15px;
}
/* Widget Flickr */
.them-flickr-photos {
  overflow: hidden;
}
.them-flickr-photos .flickr_badge_image {
  float: left;
  margin: 0 5px 5px 0;
}
/* Widget about */
.them-about-intro,
.them-about-widget .socials,
.them-about-signature {
  text-align: center;
}
.them-about-image {
  text-align: center;
}
.mobile-sidebar .them-about-image img {
  border: 10px solid #fff;
}
.them-about-intro {
  font-size: 13px;
  margin: 35px 0 10px;
}
.them-about-widget .socials {
  font-size: 14px;
}
.them-about-signature {
  font: 40px 'Homemade Apple', cursive;
  display: block;
  margin: 12px auto 0;
}
/* Widget featured posts */
.featured-posts .category,
.featured-post .category {
  margin-top: 29px;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 2px;
}
.featured-posts .entry-date {
  font-size: 10px;
  letter-spacing: 2px;
  line-height: 1;
}
/* Featured posts: grid mode */
.featured-posts-grid img {
  width: 100%;
}
.featured-posts-grid .entry-title {
  font-size: 22px;
  margin: 15px 0 0;
}
.featured-posts-grid .entry-date {
  -ms-transform: none;
      transform: none;
  position: relative;
  padding-left: 0;
}
.featured-posts-grid .entry-date:after {
  position: absolute;
  content: '';
  bottom: -10px;
  left: 0;
  width: 23px;
  height: 2px;
  background: #eaeaea;
}
.featured-posts-grid .entry-summary {
  font-size: 14px;
  margin-top: 5px;
}
/* Featured posts: full grid mode */
.featured-posts-grid-full article {
  padding: 0;
  position: relative;
  width: 100%;
}
.featured-posts-grid-full .owl-item article {
  width: 100%;
}
.featured-posts-grid-full .featured-posts-grid-full-text {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  background: rgba(255, 255, 255, 0.9);
  padding: 30px 30px 19px;
}
.featured-posts-grid-full img {
  width: 100%;
}
.featured-posts-grid-full .category {
  margin-top: 0;
}
.featured-posts-grid-full .entry-title {
  font-size: 22px;
  margin: 9px 0 0;
}
.featured-posts-grid-full .entry-date {
  -ms-transform: none;
      transform: none;
  position: relative;
  padding-left: 0;
}
.featured-posts-grid-full .entry-date:after {
  position: absolute;
  content: '';
  bottom: -10px;
  left: 0;
  width: 23px;
  height: 2px;
  background: #eaeaea;
}
.featured-posts-grid-full .entry-summary {
  font-size: 14px;
  margin-top: 5px;
}
/* Featured posts: creative slider mode */
.featured-posts-slider {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 624px;
  /* Animation for slider text */
}
.featured-posts-slider .slide {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #fff;
}
.featured-posts-slider.running .slide {
  background: transparent;
}
.featured-posts-slider .slide-caption {
  padding-top: 125px;
  z-index: 2;
}
.featured-posts-slider .entry-title {
  font-size: 42px;
  text-transform: uppercase;
  margin: 15px 0 0;
}
.featured-posts-slider .entry-summary {
  font-size: 14px;
  margin-top: 15px;
}
.featured-posts-slider .slide-image {
  position: relative;
}
.featured-posts-slider img {
  width: 624px;
  height: 624px;
  max-width: 624px;
}
.featured-posts-slider figure {
  margin-left: -69px;
}
.featured-posts-slider .entry-date {
  left: -53px;
  right: auto;
  padding: 13px 0 0 20px;
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
  -ms-transform-origin: top left;
      transform-origin: top left;
  background: #f2f2f2;
  width: 624px;
  height: 322px;
  z-index: 1;
}
.featured-posts-slider .slide-image,
.featured-posts-slider .category,
.featured-posts-slider .entry-title,
.featured-posts-slider .entry-summary,
.featured-posts-slider .more-link {
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}
.featured-posts-slider .slide-image {
  animation-duration: .5s;
  animation-name: fadeOutUp;
}
.featured-posts-slider .category,
.featured-posts-slider .entry-title,
.featured-posts-slider .entry-summary,
.featured-posts-slider .more-link {
  animation-duration: .15s;
  animation-name: fadeOutDown;
}
.featured-posts-slider .category {
  animation-delay: .6s;
}
.featured-posts-slider .entry-title {
  animation-delay: .4s;
}
.featured-posts-slider .entry-summary {
  animation-delay: .2s;
}
.featured-posts-slider .more-link {
  animation-delay: 0s;
}
.featured-posts-slider .active {
  z-index: 2;
}
.featured-posts-slider .active .slide-image,
.featured-posts-slider .active .category,
.featured-posts-slider .active .entry-title,
.featured-posts-slider .active .entry-summary,
.featured-posts-slider .active .more-link {
  opacity: 0;
  animation-duration: .8s;
}
.featured-posts-slider .active .slide-image {
  animation-duration: 1.5s;
  animation-name: fadeInDown;
}
.featured-posts-slider .active .category,
.featured-posts-slider .active .entry-title,
.featured-posts-slider .active .entry-summary,
.featured-posts-slider .active .more-link {
  animation-name: fadeInUp;
}
.featured-posts-slider .active .category {
  animation-delay: 0s;
}
.featured-posts-slider .active .entry-title {
  animation-delay: .5s;
}
.featured-posts-slider .active .entry-summary {
  animation-delay: 1s;
}
.featured-posts-slider .active .more-link {
  animation-delay: 1.5s;
}
.owl-carousel {
  overflow: hidden;
}
.slider-controls,
.owl-controls {
  margin: 30px auto;
  text-align: center;
}
.slider-page,
.owl-page {
  display: inline-block;
  margin-right: 15px;
  border: 2px solid #d7d7d7;
  border-radius: 50%;
  height: 8px;
  width: 8px;
  transition: border-color 0.3s;
  cursor: pointer;
}
.slider-page:hover,
.owl-page:hover,
.slider-page.active,
.owl-page.active {
  border-color: #818181;
}
.slider-page:last-child,
.owl-page:last-child {
  margin-right: 0;
}
.featured-posts-slider .more-link,
.featured-post .more-link {
  float: none;
}
.featured-posts-slider i,
.featured-post i {
  position: absolute;
  right: -8px;
  top: 12px;
  font-size: 14px;
  color: #333;
  opacity: 0;
  transition: all .3s;
}
.featured-posts-slider .more-link:hover i,
.featured-post .more-link:hover i {
  color: #333;
  transform: translate3d(5px, 0, 0);
  opacity: 1;
}
/* Featured posts: single post slider mode */
.featured-posts-single-slider .slide {
  position: relative;
}
.featured-posts-single-slider .row {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}
.featured-posts-single-slider .featured-posts-single-slider-text {
  background: rgba(255, 255, 255, 0.9);
  padding: 35px 40px 40px;
  text-align: center;
}
.featured-posts-single-slider img {
  width: 100%;
}
.featured-posts-single-slider .entry-date {
  -ms-transform: none;
      transform: none;
  position: static;
  padding: 0;
}
.featured-posts-single-slider .entry-meta {
  margin-bottom: 0;
}
.featured-posts-single-slider .entry-summary {
  margin-top: 20px;
}
/* Widget single featured post */
.featured-post {
  margin-top: 130px;
  /* Thumbnail right */
}
.featured-post .category {
  margin: 0 0 5px;
}
.featured-post .entry-date {
  font-size: 10px;
  letter-spacing: 2px;
  line-height: 1;
  right: -20px;
  padding-left: 0;
}
.featured-post img {
  width: 458px;
  z-index: 1;
  float: left;
}
.featured-post .entry-title {
  font-size: 42px;
  margin: 0 0 24px;
  position: relative;
  left: -180px;
  z-index: 3;
  width: 653px;
}
.featured-post .entry-title:before {
  position: relative;
  display: inline-block;
  content: '';
  width: 23px;
  margin-left: -35px;
  margin-top: 28px;
  float: left;
  border-top: 2px solid #333;
}
.featured-post .entry-summary {
  font-size: 13px;
  line-height: 28px;
}
.featured-post.thumbnail-right .category {
  text-align: right;
}
.featured-post.thumbnail-right img {
  float: right;
}
.featured-post.thumbnail-right .entry-date {
  right: 0;
  padding-left: 17px;
}
.featured-post-thumbnail {
  position: relative;
  float: left;
}
.featured-post-text {
  padding-top: 190px;
  position: relative;
}
/* Widget instagram */
.instagram {
  position: relative;
  margin-top: 130px;
}
.instagram img {
  width: 100%;
}
.entry-content .instagram {
  margin-top: 0;
  clear: both;
}
.instagram .owl-item .col-sm-3 {
  width: 100%;
}
.instagram .instagram-badge {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
  background: #fff;
  padding: 19px 25px;
  font-size: 17px;
  line-height: 1;
  color: #7e7e7e;
  border-radius: 3px;
  z-index: 9;
  border: 0;
}
.instagram .instagram-badge:hover,
.instagram .instagram-badge:active,
.instagram .instagram-badge:focus {
  color: #7e7e7e;
  text-decoration: none;
}
/* Instagram widget on sidebar */
.instagram-sidebar {
  margin-left: -5px;
  margin-right: -5px;
}
.instagram-sidebar a {
  display: inline-block;
  float: left;
  padding: 0 5px 10px;
  width: 33.33333333%;
}
.instagram-sidebar img {
  display: block;
  width: 81px;
  height: 81px;
}
/* MailChimp for WordPress subscription form */
.mc4wp-form-fields button,
.mc4wp-form-fields input[type="submit"],
.mc4wp-form-fields .featured-posts-slider .more-link,
.mc4wp-form-fields .featured-post .more-link {
  width: 100%;
  display: block;
}
/* Featured blocks widget */
.featured-blocks a {
  display: block;
  position: relative;
}
.featured-blocks a:hover {
  color: #818181;
}
.featured-blocks a:hover figure:after {
  width: 100%;
}
.featured-blocks img {
  width: 100%;
}
.featured-blocks .featured-blocks-text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -25px;
}
.featured-blocks span {
  display: inline-block;
  padding: 0 48px;
  background: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 50px;
  letter-spacing: 1px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
/* Latest tweets widget */
ul.them-tweet-list {
  line-height: 2;
  font-size: 12px;
}
ul.them-tweet-list li {
  position: relative;
  margin-bottom: 20px;
}
ul.them-tweet-list .fa {
  font-size: 20px;
  float: left;
  margin-top: 5px;
}
ul.them-tweet-list .them-tweet-text {
  margin-left: 25px;
}
ul.them-tweet-list .them-created-time {
  font-size: 10px;
  text-transform: uppercase;
}
/* Recent comments */
.recentcomments {
  color: #818181;
}
/* RSS widget */
.widget_rss figure {
  display: inline-block;
}
/* Links in text widget */
.textwidget a,
.widget_rss a {
  border-bottom: 1px solid #e1e1e1;
}
.textwidget a:before,
.widget_rss a:before {
  bottom: -1px;
}
/*--------------------------------------------------------------
 * 7.0 Footer
 *------------------------------------------------------------*/
.site-footer {
  margin: 300px 0 125px;
}
.site-footer .socials {
  margin-bottom: 15px;
  font-size: 20px;
}
.site-info {
  font-size: 13px;
  line-height: 28px;
}
.site-info p {
  margin-bottom: 0;
}
.site-info a {
  color: #333;
  border-bottom: 1px solid #b9b9b9;
  transition: border-color 0.4s;
}
.site-info a:hover {
  border-bottom-color: #333;
}
#scroll-to-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  color: rgba(0, 0, 0, 0.4);
  display: block;
  z-index: 99;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.25);
}
#scroll-to-top i {
  font-size: 20px;
}
/*--------------------------------------------------------------
 * 8.0 Mobile sidebar
 *------------------------------------------------------------*/
/* Mobile sidebar */
.site {
  overflow: hidden;
  position: relative;
  z-index: 2;
  transition: transform .5s;
  background: #fff url(img/bg.jpg) bottom left no-repeat;
  background-size: 60% auto;
}
.mobile-sidebar {
  width: 320px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  overflow: auto;
  background: #f5f5f5 url(img/mobile-sidebar-bg.png) top right no-repeat;
  padding: 20px;
  transition: all .5s;
  visibility: hidden;
}
.admin-bar .mobile-sidebar {
  top: 32px;
}
@media (max-width: 782px) {
  .admin-bar .mobile-sidebar {
    top: 46px;
  }
}
.mobile-sidebar ul {
  list-style: none;
  padding: 0;
}
.mobile-sidebar li {
  margin-bottom: 21px;
}
.mobile-sidebar li ul {
  margin-top: 21px;
  padding-left: 20px;
}
.mobile-sidebar li li {
  font-size: .9em;
}
.mobile-sidebar .primary-menu-mobile li {
  font: 24px/60px 'Josefin Sans', sans-serif;
  text-transform: uppercase;
}
.mobile-sidebar .primary-menu-mobile li li {
  font-size: .9em;
}
.mobile-sidebar .primary-menu-mobile li li a {
  line-height: 1.5;
  display: inline-block;
}
.mobile-sidebar .primary-menu-mobile ul {
  display: none;
}
.mobile-sidebar .widget_nav_menu .sub-menu {
  display: none;
}
.mobile-sidebar .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  float: right;
  cursor: pointer;
}
.mobile-sidebar .search-field {
  background: transparent;
}
.mobile-sidebar-open .site {
  transform: translate3d(-320px, 0, 0);
  cursor: pointer;
}
.mobile-sidebar-open .mobile-sidebar {
  visibility: visible;
}
/*--------------------------------------------------------------
 * 9.0 Porfolio
 *------------------------------------------------------------*/
/* Portfolio archive page */
.post-type-archive-jetpack-portfolio,
.page-template-portfolio {
  /* Infinite loader */
}
.post-type-archive-jetpack-portfolio .filter,
.page-template-portfolio .filter {
  list-style: none;
  padding: 0;
  color: #979797;
  margin-bottom: 80px;
}
.post-type-archive-jetpack-portfolio .filter .active,
.page-template-portfolio .filter .active,
.post-type-archive-jetpack-portfolio .filter li:hover,
.page-template-portfolio .filter li:hover {
  color: #333;
}
.post-type-archive-jetpack-portfolio .filter li,
.page-template-portfolio .filter li {
  display: inline-block;
  cursor: pointer;
  transition: color .3s;
}
.post-type-archive-jetpack-portfolio .filter li:before,
.page-template-portfolio .filter li:before {
  content: "/";
  display: inline-block;
  padding: 0 30px;
  color: #979797;
}
.post-type-archive-jetpack-portfolio .filter li:first-child:before,
.page-template-portfolio .filter li:first-child:before {
  display: none;
}
.post-type-archive-jetpack-portfolio .project,
.page-template-portfolio .project {
  margin-bottom: 30px;
  display: block;
  position: relative;
  color: #333;
}
.post-type-archive-jetpack-portfolio .project:before,
.page-template-portfolio .project:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  opacity: 0;
  transition: opacity .4s;
  z-index: 1;
  height: auto;
  visibility: visible;
  -ms-transform: none;
      transform: none;
}
.post-type-archive-jetpack-portfolio .project figure,
.page-template-portfolio .project figure {
  background: #f6f6f6;
}
.post-type-archive-jetpack-portfolio .project img,
.page-template-portfolio .project img {
  width: 100%;
  display: block;
}
.post-type-archive-jetpack-portfolio .project h3,
.page-template-portfolio .project h3 {
  margin: 0 0 15px;
  transform: translate3d(0, 20px, 0);
  transition: transform .3s;
}
.post-type-archive-jetpack-portfolio .project figure:after,
.page-template-portfolio .project figure:after {
  display: none;
}
.post-type-archive-jetpack-portfolio .project:hover,
.page-template-portfolio .project:hover {
  text-decoration: none;
}
.post-type-archive-jetpack-portfolio .project:hover .project-details,
.page-template-portfolio .project:hover .project-details {
  opacity: 1;
}
.post-type-archive-jetpack-portfolio .project:hover:before,
.page-template-portfolio .project:hover:before {
  opacity: .7;
}
.post-type-archive-jetpack-portfolio .project:hover h3,
.page-template-portfolio .project:hover h3,
.post-type-archive-jetpack-portfolio .project:hover .project-cat,
.page-template-portfolio .project:hover .project-cat {
  transform: translate3d(0, 0, 0);
}
.post-type-archive-jetpack-portfolio .project-details,
.page-template-portfolio .project-details {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate3d(0, -50%, 0);
  opacity: 0;
  transition: opacity .4s;
  text-align: center;
  z-index: 2;
}
.post-type-archive-jetpack-portfolio .project-cat,
.page-template-portfolio .project-cat {
  text-transform: uppercase;
  font-size: 11px;
  line-height: 1;
  color: #777;
  transform: translate3d(0, 30px, 0);
  transition: transform .9s;
}
.post-type-archive-jetpack-portfolio .infinite-loader,
.page-template-portfolio .infinite-loader {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  box-shadow: 0 0 0 9999px rgba(255, 255, 255, 0.5);
  z-index: 9;
}
/* Single portfolio */
.jetpack-portfolio .post-navigation {
  border: 0;
  margin: 0;
  line-height: 1;
}
.jetpack-portfolio .entry-media {
  background: #f6f6f6;
  margin-left: 0;
  width: auto;
}
.jetpack-portfolio .entry-content {
  margin-top: 0;
}
.jetpack-portfolio .entry-content h3 {
  margin-top: 32px;
}
.jetpack-portfolio table {
  width: 100%;
}
.jetpack-portfolio th,
.jetpack-portfolio td {
  white-space: nowrap;
}
.jetpack-portfolio th {
  text-transform: uppercase;
  font: 11px/32px 'Josefin Sans', sans-serif;
  text-align: left;
}
.jetpack-portfolio td {
  padding-left: 60px;
  font-size: 13px;
  line-height: 32px;
}
.jetpack-portfolio td a {
  color: #333;
}
.jetpack-portfolio .socials {
  font-size: 12px;
}
.jetpack-portfolio .button {
  margin-top: 30px;
}
/*--------------------------------------------------------------
 * 10.0 WooCommerce
 *------------------------------------------------------------*/
/* WooCommerce buttons */
/* Loading icon */
.woocommerce #page .add_to_cart_button.loading:after,
.woocommerce #page .add_to_cart_button.added:after {
  animation: none;
  top: 0;
  right: 0;
  margin-left: 0;
  content: '';
}
.woocommerce .loading:before {
  font-family: WooCommerce;
  content: "\e01c";
  display: inline-block;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  position: absolute;
  top: 0;
  right: 1em;
  animation: spin 2s linear infinite;
}
.woocommerce .add_to_cart_button.added:before {
  content: "\e017";
  font-family: WooCommerce;
  display: inline-block;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  position: absolute;
  top: 0;
  right: 1em;
}
/* Remove icon */
body .woocommerce a.remove {
  display: inline-block;
  font-size: 14px;
  line-height: 12px;
  color: #333 !important;
}
body .woocommerce a.remove:hover {
  color: #fff !important;
  background: #333;
  text-decoration: none;
}
/* WooCommerce mini cart */
.cart-icon {
  display: none;
}
.top-bar .widget_shopping_cart {
  display: inline-block;
  margin: 0 0 0 15px;
  line-height: 42px;
  text-align: left;
  float: right;
  position: relative;
}
.top-bar .widget_shopping_cart .total {
  padding: 10px 0 15px;
}
.top-bar .widget_shopping_cart:hover .cart-content {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
.top-bar .cart-icon {
  display: inline-block;
  width: 14px;
  height: 42px;
  position: relative;
}
.top-bar .cart-icon:hover {
  text-decoration: none;
}
.top-bar .cart-icon span {
  background: #8dc63f;
  color: #fff;
  font-size: 10px;
  width: 16px;
  height: 16px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
}
.top-bar .cart-content {
  position: absolute;
  right: 0;
  top: 90%;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  transition: all .2s;
  margin: 0;
  box-shadow: 0 0 0 3px #ebebeb;
  background: #fff;
  padding: 15px;
}
.top-bar .cart-content .button:hover {
  color: #fff;
}
.top-bar .cart-content .buttons {
  white-space: nowrap;
}
.mobile-sidebar-left .top-bar .widget_shopping_cart {
  float: left;
}
.mobile-sidebar-left .top-bar .cart-content {
  right: auto;
  left: 0;
}
/* Widget WooCommerce Cart / Mini Cart */
.mini_cart_item {
  line-height: 24px;
  margin: 0 0 30px;
  overflow: hidden;
  text-align: left;
}
.mini_cart_item .cart-item-thumb {
  float: left;
  width: 67px;
}
.mini_cart_item .cart-item-thumb figure {
  width: 67px;
  height: 67px;
  text-align: center;
  background: #f6f6f6;
}
.mini_cart_item .cart-item-thumb img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.mini_cart_item .cart-item-text {
  margin-left: 82px;
}
.mini_cart_item .cart-item-title {
  display: block;
  font-size: 13px;
  margin: 0 0 5px;
  line-height: 20px;
}
.mini_cart_item .cart-item-meta {
  font-size: 11px;
  text-transform: uppercase;
  display: block;
}
.woocommerce.widget_shopping_cart .total {
  padding: 10px 0 15px;
}
/* Shop page */
.post-type-archive-product .page-description {
  overflow: hidden;
}
/* Filters in the shop page */
.filters {
  border: 1px solid #e7e7e7;
  padding: 40px 45px;
  color: #979797;
  margin: 30px 0 60px;
  position: relative;
  /* Widget product categories & layered nav */
  /* Widget filter by price */
}
.filters .widget {
  float: left;
  margin: 0 45px 0 0;
  display: inline-block;
  line-height: 1;
}
.filters .widget-title {
  margin: 0 5px 0 0;
  text-transform: none;
  display: inline-block;
  vertical-align: top;
  font: 14px/1 Raleway, sans-serif;
}
.filters form {
  display: inline-block;
  vertical-align: top;
}
.filters select {
  border: 0;
  margin-top: -4px;
}
.filters .widget_product_categories .widget-title,
.filters .widget_layered_nav .widget-title {
  display: none;
}
.filters .widget_layered_nav ul {
  padding: 6px 0;
}
.filters .widget_layered_nav ul li a {
  padding: 6px 13px;
}
.filters .widget_price_filter .ui-slider .ui-slider-handle {
  background: #fff;
  border: 2px solid #959595;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin-left: 0;
}
.filters .widget_price_filter .ui-slider .ui-slider-range {
  background: #333;
}
.filters .widget_price_filter .ui-slider-horizontal {
  height: 2px;
}
.filters .widget_price_filter .price_slider,
.filters .widget_price_filter .price_slider_amount {
  display: inline-block;
  float: left;
  margin-right: 15px;
}
.filters .widget_price_filter .price_slider {
  width: 280px;
  margin: 6px 25px 0 0;
}
.filters .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: #e7e7e7;
}
.filters .widget_price_filter .price_slider_amount {
  font-size: 14px;
  line-height: 1;
}
.filters .widget_price_filter .price_slider_amount .button {
  position: absolute;
  right: 45px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  font-size: 10px;
}
/* Hover to show product details in shop page */
.woocommerce ul.products li.product:nth-child(3n) {
  margin-right: 0;
}
.woocommerce ul.products li.product a:first-child {
  display: block;
  position: relative;
}
.woocommerce ul.products li.product a:first-child:before {
  display: block;
  padding-top: 100%;
  content: "";
}
.woocommerce ul.products li.product a:first-child:after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  border: 10px solid #f6f6f6;
  opacity: 0;
  transition: opacity .4s;
  z-index: 1;
  height: auto;
  visibility: visible;
  -ms-transform: none;
      transform: none;
}
.woocommerce ul.products li.product figure {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f6f6f6;
}
.woocommerce ul.products li.product img {
  max-height: 290px;
  max-width: 290px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.woocommerce ul.products li.product .product-details {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate3d(0, -50%, 0);
  opacity: 0;
  transition: opacity .4s;
  text-align: center;
  z-index: 2;
}
.woocommerce ul.products li.product h3 {
  font-size: 23px;
  padding: 0;
  margin: 0 0 10px;
  color: #333;
}
.woocommerce ul.products li.product .price {
  font: bold 24px 'Josefin Sans', sans-serif;
  color: #b5b5b5;
}
.woocommerce ul.products li.product .add_to_cart_button {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  opacity: 0;
  transition: opacity .4s;
  text-align: center;
  z-index: 2;
}
.woocommerce ul.products li.product .added_to_cart {
  display: none;
}
.woocommerce ul.products li.product:hover .product-details,
.woocommerce ul.products li.product:hover .add_to_cart_button {
  opacity: 1;
}
.woocommerce ul.products li.product:hover a:first-child {
  text-decoration: none;
}
.woocommerce ul.products li.product:hover a:first-child:after {
  opacity: 1;
}
.onsale {
  z-index: 3;
}
/* Single product */
.single-price {
  display: inline-block;
  background: #252525;
  color: #fff;
  font: 28px/1 'Josefin Sans', sans-serif;
  padding: 10px 15px;
  margin-bottom: 30px;
}
.single-rating {
  margin: 17px 0 47px;
  line-height: 1;
}
.rating {
  display: inline-block;
  margin-right: 10px;
}
.point {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 3px;
  background: #e0e0e0;
}
.point.black {
  background: #333;
}
.woocommerce p.stars a {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 3px;
  background: #e0e0e0;
}
.woocommerce p.stars a:before {
  display: none;
}
.woocommerce p.stars.selected a {
  background: #333;
}
.woocommerce p.stars.selected a.active ~ a {
  background: #e0e0e0;
}
.review-rating {
  line-height: 1;
}
.woocommerce-review-link {
  color: #979797;
}
.summary > div[itemprop="description"] {
  padding-bottom: 30px;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 30px;
  clear: both;
}
.product_meta {
  margin-bottom: 30px;
  clear: both;
}
.meta {
  color: #646464;
}
.meta a {
  color: #646464;
}
.meta label {
  font-weight: bold;
  color: #252525;
  display: inline-block;
  min-width: 130px;
  margin-right: 15px;
}
.meta label span {
  float: right;
}
.single-product .comment-text .star-rating {
  display: none;
}
.single-product .woocommerce-product-details__short-description {
  clear: both;
}
tr.cart-subtotal td,
tr.order-total td {
  border: 1px solid #e1e1e1;
}
/* Quantity up/down button */
.woocommerce .quantity .qty {
  padding: 0 40px 0 10px;
  width: 70px;
  height: 50px;
  line-height: 50px;
  color: #646464;
  border: 1px solid #e1e1e1;
  border-radius: 1px;
}
.woocommerce .quantity .qty::-webkit-inner-spin-button,
.woocommerce .quantity .qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity {
  position: relative;
  width: 70px;
  height: 50px;
  margin-right: 10px;
}
.quantity .up,
.quantity .down {
  color: #646464;
  border: 1px solid #e1e1e1;
  position: absolute;
  right: 0;
  height: 25px;
  line-height: 24px;
  width: 30px;
  text-align: center;
  z-index: 1;
  cursor: pointer;
  font-size: 10px;
}
.quantity .up:hover,
.quantity .down:hover {
  background: #f0f0f0;
}
.quantity .up {
  top: 0;
  border-radius: 0 1px 0 0;
}
.quantity .down {
  bottom: 0;
  border-radius: 0 0 1px 0;
  height: 26px;
  z-index: 2;
}
.woocommerce div.product form.cart div.quantity {
  margin-right: 10px;
}
.woocommerce .cart .button.single_add_to_cart_button {
  height: 50px;
  line-height: 50px;
  border-color: #e1e1e1;
}
.woocommerce div.product form.cart,
.woocommerce div.product p.cart {
  margin: 0 30px 60px 0;
  display: inline-block;
  clear: both;
}
/* Add to wishlist and compare */
.yith-wcwl-add-to-wishlist {
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
}
.yith-wcwl-add-to-wishlist .feedback {
  display: block;
  white-space: nowrap;
}
.yith-wcwl-add-to-wishlist a i {
  margin-right: 5px;
}
.yith-wcwl-add-to-wishlist ~ .clear {
  display: none;
}
.compare {
  vertical-align: top;
  margin-top: 18px;
  line-height: 1;
  display: inline-block;
}
.compare:after {
  display: inline-block;
  content: "\f021";
  font: normal normal normal 1em/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 0 0 -1.5em;
  float: left;
}
/* Wishlist page */
.woocommerce table.wishlist_table {
  font-size: 16px;
}
.wishlist_table tr td.product-thumbnail a img {
  width: 75px;
}
.wishlist_table .wishlist-empty {
  text-align: left;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0;
  margin-bottom: 45px;
  overflow: visible;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 0;
  padding: 0;
  background: transparent;
  margin: 0 45px 0 0;
  font: 18px/2 'Josefin Sans', sans-serif;
  color: #252525;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:last-child {
  margin: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  padding: 0;
  color: #333;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:before {
  bottom: -1px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  color: #333;
}
.woocommerce div.product .woocommerce-tabs ul.tabs .active a {
  border-bottom: 1px solid #333;
}
#tab-description {
  color: #979797;
}
.woocommerce .commentlist {
  padding: 0;
}
.woocommerce .commentlist figure {
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px;
  width: 32px;
  height: auto;
  background: #ebe9eb;
  border: 1px solid #e4e1e3;
  margin: 0;
  box-shadow: none;
}
.woocommerce #reviews h3 {
  margin-bottom: 30px;
}
.related-products {
  clear: both;
  padding-top: 200px;
  text-align: center;
}
.related-products h2 {
  font-weight: normal;
  margin: 0 0 40px;
}
/* Center the images in product single, archive pages */
.woocommerce div.product div.images,
.woocommerce ul.products li.product a {
  text-align: center;
}
.woocommerce div.product div.images img,
.woocommerce ul.products li.product a img {
  display: inline-block;
  width: auto;
  margin: 0;
}
.woocommerce-main-image img {
  max-height: 547px;
}
.woocommerce div.product div.images div.thumbnails {
  padding-top: 65px;
}
.woocommerce div.product div.images div.thumbnails a {
  position: relative;
}
.woocommerce div.product div.images div.thumbnails a:before {
  display: block;
  padding-top: 100%;
  content: "";
}
.woocommerce div.product div.images div.thumbnails figure {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f6f6f6;
}
.woocommerce div.product div.images div.thumbnails img {
  max-height: 80%;
  max-width: 80%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
/* Empty cart page */
.cart-empty,
.cart-empty + p {
  text-align: center;
}
/* Cart page */
@media (min-width: 992px) {
  .woocommerce .cart-collaterals,
  .woocommerce-page .cart-collaterals {
    width: 25%;
  }
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  float: none;
  width: auto;
}
/* Cart table */
.woocommerce table.shop_table {
  border: 0;
}
.woocommerce table.shop_table.cart th,
.woocommerce table.shop_table.cart td {
  padding-top: 30px;
  padding-bottom: 30px;
}
.woocommerce table.shop_table.cart th:first-child,
.woocommerce table.shop_table.cart td:first-child {
  padding-left: 0;
}
.woocommerce table.shop_table.cart th:last-child,
.woocommerce table.shop_table.cart td:last-child {
  padding-right: 0;
}
.woocommerce table.shop_table.cart tr:first-child th,
.woocommerce table.shop_table.cart tr:first-child td {
  padding-top: 0;
}
.woocommerce table.shop_table .button {
  float: left;
}
.woocommerce table.shop_table figure {
  background: #f3f3f3;
  width: 100px;
  height: 100px;
}
.woocommerce table.shop_table .product-remove {
  padding-right: 0;
}
.woocommerce table.shop_table img {
  width: auto;
  max-width: 80%;
  max-height: 80%;
  vertical-align: middle;
  line-height: 100px;
  display: block;
  margin: 0 auto;
  top: 50%;
  position: relative;
  transform: translate3d(0, -50%, 0);
}
.woocommerce-cart .cart-collaterals .cart_totals table th {
  width: auto;
}
.shop_table {
  font-size: 16px;
}
.shop_table td {
  border: 0;
}
.shop_table .product-thumbnail {
  text-align: center;
  width: 100px;
}
.shop_table .product-name a {
  color: #333;
}
.shop_table .product-rating {
  line-height: 1;
  margin-bottom: 5px;
}
.shop_table .product-price,
.shop_table .product-subtotal {
  color: #b5b5b5;
  font-weight: 600;
}
.shop_table .product-remove .remove {
  width: 25px;
  height: 25px;
  line-height: 23px;
  background: #333;
  color: #b5b5b5 !important;
  border-radius: 0;
  float: right;
  font-size: 20px;
}
/* Cart sidebar */
.cart-collaterals {
  font-size: 13px;
}
.cart-collaterals .shop_table {
  font-size: 13px;
}
.cart-collaterals h2 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 0;
}
.cart-collaterals p {
  margin-bottom: 10px;
}
.cart-collaterals input[type="text"],
.cart-collaterals button,
.cart-collaterals .button,
.cart-collaterals .featured-posts-slider .more-link,
.cart-collaterals .featured-post .more-link {
  display: block;
  width: 100%;
}
.cart-collaterals input[type="text"] {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #bfbfbf;
  border: 1px solid #ebebeb;
  margin-bottom: 10px;
  height: 40px;
  line-height: 40px;
  padding: 0 13px;
}
.cart-collaterals .cart_totals table.shop_table th,
.cart-collaterals .cart_totals table.shop_table td {
  border: 0;
}
.cart-collaterals .shop_table td[data-title] {
  text-align: right;
  color: #818181;
}
.cart-collaterals #shipping_method {
  text-align: left;
  float: right;
}
.cart-collaterals .order-total .amount {
  color: #e25050;
  font-weight: normal;
}
.cart-collaterals .cart-subtotal .amount {
  color: #333;
}
.cart_totals {
  margin-bottom: 7px;
}
.shipping {
  margin-bottom: 30px;
}
button[name="apply_coupon"],
.featured-posts-slider .more-link[name="apply_coupon"],
.featured-post .more-link[name="apply_coupon"] {
  border: 2px solid #ebebeb;
  background: #f2f2f2;
}
button[name="apply_coupon"]:hover,
.featured-posts-slider .more-link[name="apply_coupon"]:hover,
.featured-post .more-link[name="apply_coupon"]:hover {
  background: none;
  border-color: #333;
}
.woocommerce ul#shipping_method li {
  padding-left: 0;
}
.shipping-calculator-button {
  display: none;
}
.shipping .dropdown dt {
  margin-bottom: 0;
}
.shipping .dropdown dt:after {
  right: 7px;
}
.shipping .dropdown dt a,
.shipping select {
  display: block;
  border: 1px solid #ebebeb;
  height: 40px;
  line-height: 40px;
  padding: 0 13px;
}
.woocommerce form .form-row {
  padding: 0;
}
/* Checkout page */
.country_select + .dropdown {
  display: none;
}
/* Account page */
.woocommerce-account form.login,
.woocommerce-account .lost_reset_password {
  width: 400px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.woocommerce-account form.login .form-row-first,
.woocommerce-account .lost_reset_password .form-row-first {
  width: 100%;
  float: none;
}
.woocommerce-account .col2-set {
  text-align: left;
}
.woocommerce-account .col2-set .login {
  width: auto;
}
/*--------------------------------------------------------------
 * 11.0 Responsive
 *------------------------------------------------------------*/
@media (min-width: 768px) {
  .featured-posts-grid-full article {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .featured-posts-grid-full article {
    width: 33.33333333%;
  }
}
@media (min-width: 1600px) {
  .featured-posts-grid-full article {
    width: 25%;
  }
}
@media (min-width: 1024px) {
  /* Scrollbar */
  ::-webkit-scrollbar {
    width: 7px;
  }
  ::-webkit-scrollbar-track {
    background: rgba(51, 51, 51, 0.1);
  }
  ::-webkit-scrollbar-thumb {
    background: #d2d2d2;
    border-radius: 5px;
  }
  ::-webkit-scrollbar-thumb:active {
    background-color: #aaa;
  }
}
@media (max-width: 991px) {
  #secondary {
    margin-top: 75px;
  }
  /* Homepage slider */
  .featured-posts-slider .slide-caption {
    padding-top: 0;
    padding-bottom: 30px;
  }
  .featured-posts-slider img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .featured-posts-slider figure {
    margin-left: 0;
  }
  .featured-post .featured-post-text {
    padding-top: 30px;
  }
  .featured-post .entry-title {
    left: 0;
    width: 100%;
  }
  /* Entry elements on blog archive page */
  .entry-text {
    padding: 30px 30px 28px;
    margin-top: 0;
    margin-left: 0;
  }
  .entry-text .entry-date,
  .entry-text .entry-author {
    display: none;
  }
  .posts-navigation {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .mega-menu-wrapper > div {
    margin-bottom: 15px;
  }
  /* Hide main menu and top bar menu / text on mobile */
  .main-navigation,
  .top-bar-menu,
  .top-bar-text {
    display: none;
  }
  .site-header {
    margin-bottom: 100px;
  }
  /* Show mobile toggle icon */
  .top-bar-navigation .sidebar-toggle,
  .top-bar-text + .sidebar-toggle {
    display: inline-block;
  }
  .related-post,
  .featured-posts-grid > article {
    margin-top: 45px;
  }
  .related-post:first-child,
  .featured-posts-grid > article:first-child {
    margin-top: 0;
  }
  .featured-post .entry-title:before,
  .featured-post .entry-date {
    display: none;
  }
  .featured-post.thumbnail-right .featured-post-text {
    padding-bottom: 30px;
  }
  .featured-post-thumbnail {
    float: none;
  }
  .featured-post img {
    width: 100%;
  }
}
@media (max-width: 479px) {
  /* Entry elements on blog archive page */
  .entry-meta .categories,
  .breadcrumbs {
    display: none;
  }
  /* Single post */
  .comment-list .children {
    padding-left: 0;
  }
  .alignleft,
  .alignright {
    margin: 30px 0;
  }
  blockquote.pull-right,
  blockquote.pull-left {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
@media (max-width: 359px) {
  .mobile-sidebar {
    width: 250px;
  }
  .mobile-sidebar-open .site {
    transform: translate3d(-250px, 0, 0);
    cursor: pointer;
  }
  .mobile-sidebar-left.mobile-sidebar-open .site {
    transform: translate3d(250px, 0, 0);
  }
}
