/*
Theme Name: Minimalo Child Theme
Template: minimalo
Theme URI: http://theme.rootlayers.com/minimalo/
Author: rootlayers
Author URI: https://themeforest.net/user/rootlayers/
Description: A Minimal Blog WordPress Theme for Creative Websites
Version: 1.0.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: minimalo
*/

/*@import url("../minimalo/assets/css/main.min.css");*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography
# Elements
# Forms
# Clearings
# Misc
# Alignments
# Media
# Header
# Navigation
# Content
# Footer
# Widgets
# Posts and pages
# Comments
# Featured Slider
# Featured Pupolar Post
# WooCommerce
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #333;
  font-family: Karla, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: Karla, Helvetica, Arial, sans-serif;
  font-weight: 600;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

h1, h2 {
  margin-top: 1em;
  margin-bottom: .625em;
}

h3, h4, h5, h6 {
  margin-top: 1.25em;
  margin-bottom: 1em;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 16px;
}

h6, .h6 {
  font-size: 14px;
}

p,
.search-no-results .alert > p {
  margin-bottom: 1.25em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 14px;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
  text-decoration: none;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

blockquote {
  border-left: 0;
  position: relative;
  quotes: "" "";
  margin: 30px 0;
  padding: 20px;
  font-family: Karla, Helvetica, Arial, sans-serif;
  color: #1c1e1f;
  text-align: center;
}
blockquote p,
blockquote small {
  position: relative;
  z-index: 1;
}
blockquote:before {
  position: absolute;
  font-family: "Georgia","Cambria","Times New Roman","Times",serif;
  content: "\201C";
  left: 50%;
  top: -14px;
  font-size: 60px;
  color: #333;
  font-style: italic;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  text-align: center;
  width: 1em;
  height: 1em;
  line-height: 1em;
  z-index: 1;
  padding-right: 5px;
}
blockquote:after {
  border: 1px solid #333;
  border-left: 0;
  border-right: 0;
  bottom: 0;
  content: "";
  display: block;
  left: 50%;
  margin-left: -4.5em;
  position: absolute;
  top: 0;
  width: 9em;
  z-index: -1;
}
blockquote small {
  font-size: 14px;
  font-family: Karla, Helvetica, Arial, sans-serif;
  color: #999;
  line-height: 1.5;
  margin-top: 1.5em;
}

hr {
  background-color: #f0f0f0;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

pre {
  border: 0;
}

.spacer-20 {
  margin-top: 20px;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* List meta share */
.list-meta-share {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.list-meta-share li {
  display: block;
  position: relative;
}
.list-meta-share li .suffix-text {
  margin-left: 5px;
}
.list-meta-share li .show-sosmed-share {
  position: relative;
  font-weight: bold;
  z-index: 1;
  display: none;
}
.single .list-meta-share {
  margin-top: 70px;
  text-align: center;
}
.single .list-meta-share .show-sosmed-share {
  display: block;
  margin-bottom: 40px;
  margin-top: 0;
  text-transform: uppercase;
  font-size: 18px;
  position: relative;
  padding-bottom: 20px;
  letter-spacing: 1px;
  line-height: normal;
  text-align: center;
  font-weight: 400;
}
.single .list-meta-share .show-sosmed-share:after {
  content: "";
  width: 50px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  border-bottom: 1px solid #000;
  bottom: -1px;
}
@media (max-width: 767px) {
  .single .list-meta-share {
    padding: 20px;
  }
}

.meta-social-share {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.meta-social-share li {
  display: inline-block;
}
.meta-social-share li .suffix-text {
  display: none;
}
.meta-social-share a {
  padding: 5px 10px;
  display: block;
  text-decoration: none;
}
.single .meta-social-share li {
  margin-right: 10px;
  margin-bottom: 10px;
}
.single .meta-social-share li:last-child {
  margin-right: 0;
}
.single .meta-social-share li .suffix-text {
  display: inline-block;
}
.single .meta-social-share a {
  border: 1px solid #ddd;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single .meta-social-share a:hover {
  background-color: #dd5252;
  color: #fff;
  border-color: #dd5252;
}
@media (max-width: 480px) {
  .meta-social-share li .suffix-text, .single .meta-social-share li .suffix-text {
    display: none;
  }
  .meta-social-share a {
    padding: 0;
    font-size: 13px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
  }
}

.footer-social-list {
  margin: 0 auto;
  padding: 0 10px;
  list-style: none;
  text-align: center;
  position: relative;
  display: table;
  z-index: 2;
  background-color: #fff;
}
.footer-social-list li {
  display: inline-block;
  margin: 1.2em;
}
.footer-social-list li .suffix {
  margin-left: 7px;
  display: none;
}
.footer-social-list li a {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer-dark .footer-social-list {
  background-color: #000;
}
.footer-dark .footer-social-list li a {
  color: #fff;
}
@media (max-width: 991px) {
  .footer-social-list li .suffix {
    display: none;
  }
}
@media (max-width: 480px) {
  .footer-social-list li {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.list-latest-post,
.list-popular-post {
  overflow: hidden;
}
.list-latest-post__media,
.list-popular-post__media {
  float: left;
  width: 100px;
  margin-right: 15px;
}
.list-latest-post__thumbnail,
.list-popular-post__thumbnail {
  margin-top: 0;
  margin-bottom: 0;
}
.list-latest-post__info,
.list-popular-post__info {
  overflow: hidden;
}
.list-latest-post__title,
.list-popular-post__title {
  margin-top: 0;
  margin-bottom: 3px;
  font-size: 16px;
}
.list-latest-post__meta,
.list-popular-post__meta {
  font-size: 12px;
  text-transform: uppercase;
}
.list-latest-post__meta i.fa,
.list-popular-post__meta i.fa {
  margin-right: 5px;
}
.list-latest-post__meta time,
.list-popular-post__meta time {
  font-size: 12px;
}

/* Social media list */
.social-media-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.social-media-list li {
  display: inline-block;
}
.social-media-list li:not(:first-child) {
  margin-left: 15px;
}
.social-media-list li a {
  font-size: 18px;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 0;
}

table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
}
table > thead > tr > th,
table > thead > tr > td,
table > tbody > tr > th,
table > tbody > tr > td,
table > tfoot > tr > th,
table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.7;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
table > caption + thead > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > th,
table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.panel {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

/* Preloader */
.main-preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 123456789 !important;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.main-preloader .preloader-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.main-preloader .loader-inner.ball-pulse div, .main-preloader .loader-inner.ball-grid-pulse div, .main-preloader .loader-inner.square-spin div, .main-preloader .loader-inner.ball-pulse-rise div, .main-preloader .loader-inner.cube-transition div, .main-preloader .loader-inner.ball-zig-zag div, .main-preloader .loader-inner.ball-zig-zag-deflect div, .main-preloader .loader-inner.ball-scale div, .main-preloader .loader-inner.line-scale div, .main-preloader .loader-inner.line-scale-party div, .main-preloader .loader-inner.ball-scale-multiple div, .main-preloader .loader-inner.ball-pulse-sync div, .main-preloader .loader-inner.ball-beat div, .main-preloader .loader-inner.line-scale-pulse-out div, .main-preloader .loader-inner.line-scale-pulse-out-rapid div, .main-preloader .loader-inner.ball-spin-fade-loader div, .main-preloader .loader-inner.line-spin-fade-loader div, .main-preloader .loader-inner.ball-grid-beat div, .main-preloader .loader-inner.ball-scale-random div {
  background-color: #000;
}
.main-preloader .loader-inner.ball-triangle-path div, .main-preloader .loader-inner.ball-scale-ripple div, .main-preloader .loader-inner.ball-scale-ripple-multiple div {
  border-color: #000;
}
.main-preloader .loader-inner.triangle-skew-spin div {
  border-bottom-color: #000;
}
.main-preloader .loader-inner.pacman div:first-of-type,
.main-preloader .loader-inner.pacman div:nth-child(2) {
  border-color: #000;
  border-right-color: transparent;
}
.main-preloader .loader-inner.pacman div:nth-child(3),
.main-preloader .loader-inner.pacman div:nth-child(4),
.main-preloader .loader-inner.pacman div:nth-child(5),
.main-preloader .loader-inner.pacman div:nth-child(6) {
  background-color: #000;
}
.main-preloader .loader-inner.ball-rotate div,
.main-preloader .loader-inner.ball-rotate div:before,
.main-preloader .loader-inner.ball-rotate div:after {
  background-color: #000;
}
.main-preloader .loader-inner.ball-clip-rotate div {
  border-color: #000;
  border-bottom-color: transparent;
}
.main-preloader .loader-inner.ball-clip-rotate-pulse div:first-child {
  background: #000;
}
.main-preloader .loader-inner.ball-clip-rotate-pulse div:last-child {
  border-top-color: #000;
  border-bottom-color: #000;
}
.main-preloader .loader-inner.ball-clip-rotate-multiple div:first-child {
  border-right-color: #000;
  border-left-color: #000;
}
.main-preloader .loader-inner.ball-clip-rotate-multiple div:last-child {
  border-top-color: #000;
  border-bottom-color: #000;
}

.main-preloader.window-is-loaded {
  opacity: 0;
}

.wrapper {
  max-width: 1560px;
  padding: 0 2.5641%;
  margin: 0px auto;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

progress {
  /* Positioning */
  left: 0;
  /* Dimensions */
  width: 100%;
  height: 1px;
  /* Reset the apperance */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Get rid of the default border in Firefox/Opera. */
  border: none;
  /* For Firefox/IE10+ */
  background-color: transparent;
  /* For IE10+, color of the progress bar */
  color: transparent;
}
.header-navigation progress {
  position: fixed;
  top: 0;
}
.header-navigation.header-floating progress {
  position: absolute;
  top: auto;
  bottom: -1px;
}

progress::-webkit-progress-bar {
  background-color: transparent;
}

.header-navigation progress::-webkit-progress-value {
  background-color: #000;
}

.progress-container {
  width: 100%;
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  height: 1px;
  display: block;
}

.progressbar {
  background-color: transparent;
  width: 50%;
  display: block;
  height: inherit;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  line-height: normal;
  padding: .6em 1em;
  height: 45px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  opacity: .8;
}
button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  outline: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #000;
  background: #000;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
.form-control {
  color: #666;
  border: 1px solid #f0f0f0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  padding: 6px 12px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 14px;
  width: 100%;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus,
.form-control:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  outline: none;
  border-color: #000;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
.form-control {
  height: 45px;
}

select {
  border: 1px solid #f0f0f0;
  height: 45px;
  background-color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
select:focus {
  outline: 0;
}

textarea {
  width: 100%;
  border: 1px solid #f0f0f0;
  background-color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

.form-control.search-header-input:focus {
  border-color: #f0f0f0;
}

.field-input-group {
  display: table;
  width: 100%;
}
.field-input-group .group-control,
.field-input-group .group-addon {
  display: table-cell;
}
.field-input-group .group-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.field-input-group .group-addon {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus,
.form-control:focus,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #000;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Misc
--------------------------------------------------------------*/
.display-table {
  display: table;
}

.display-table-cell {
  display: table-cell;
}

.va-middle {
  vertical-align: middle;
}

.height-100 {
  height: 100%;
}

.img-full {
  width: 100%;
  height: auto;
}

/* Meks Shortcodes */
.mks_col {
  float: none;
  overflow: hidden;
}

.mks_tabs,
.mks_accordion,
.mks_toggle {
  clear: both;
  overflow: hidden;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.embed-responsive .wp-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

.wp-caption {
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 6px 0;
}

.wp-caption-text {
  text-align: center;
  color: #777;
  font-size: 14px;
}

.gallery {
  margin-bottom: 1.5em;
  position: relative;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  margin-bottom: 5px;
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}
.gallery-item img {
  width: 100%;
  height: auto;
}
.gallery-item:hover .gallery-caption {
  opacity: 1;
  visibility: visible;
}
.gallery-columns-2 .gallery-item {
  width: calc(50% - 5px);
}
.gallery-columns-3 .gallery-item {
  width: calc(33.33% - 5px);
}
.gallery-columns-4 .gallery-item {
  width: calc(25% - 5px);
}
.gallery-columns-5 .gallery-item {
  width: calc(20% - 5px);
}
.gallery-columns-6 .gallery-item {
  width: calc(16.66% - 5px);
}
.gallery-columns-7 .gallery-item {
  width: calc(14.28% - 5px);
}
.gallery-columns-8 .gallery-item {
  width: calc(12.5% - 5px);
}
.gallery-columns-9 .gallery-item {
  width: calc(11.11% - 5px);
}
@media (max-width: 991px) {
  .gallery-columns-2 .gallery-item, .gallery-columns-3 .gallery-item, .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: calc(50% - 5px);
  }
}
@media (max-width: 767px) {
  .gallery-columns-2 .gallery-item, .gallery-columns-3 .gallery-item, .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: 100%;
  }
}

.gallery-caption {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  width: 100%;
  padding: 10px;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: left;
  opacity: 0;
  visibility: hidden;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.topbar-header {
  background-color: #f0f0f0;
  line-height: 20px;
  color: #4c4c4c;
}
.topbar-header a {
  color: #1f1f1f;
}
.topbar-header a:hover, .topbar-header a:focus, .topbar-header a:visited, .topbar-header a:active {
  color: #000;
}
.topbar-header.topbar-dark {
  color: #fff;
  background-color: #000;
}
.topbar-header.topbar-dark a {
  color: #fff;
}
.topbar-header.topbar-dark a:hover, .topbar-header.topbar-dark a:focus, .topbar-header.topbar-dark a:visited, .topbar-header.topbar-dark a:active {
  color: #f5f5f5;
}
.topbar-header.header-fullwidth .container {
  width: 100%;
}
.topbar-header .topbar-text {
  float: left;
  padding: 8px 0;
}
.topbar-header .topbar-navigation {
  float: right;
}
@media (max-width: 991px) {
  .topbar-header {
    text-align: center;
  }
  .topbar-header .topbar-text,
  .topbar-header .topbar-navigation {
    float: none;
  }
}

.site-header {
  background-color: #fff;
  position: relative;
  z-index: 105;
}
.site-header.header-fullwidth .container {
  width: 100%;
}
.site-header .header-logo-center {
  padding: 80px 0 30px;
  text-align: center;
}
.site-header .header-logo-center .header-logo {
  margin: 0 auto;
}
.site-header.header-layout-4 .header-bottom, .site-header.header-layout-5 .header-bottom {
  border-bottom: 1px solid #f0f0f0;
}
.site-header.header-layout-4 .header-logo-center, .site-header.header-layout-5 .header-logo-center {
  padding: 60px 0;
}
.slidebox .site-header.header-layout-4 .header-bottom, .slidebox .site-header.header-layout-5 .header-bottom {
  border-bottom: none;
}
.slidebox .site-header.header-layout-4 .header-logo-center, .slidebox .site-header.header-layout-5 .header-logo-center {
  border-bottom: 1px solid #f0f0f0;
}

/* header-navigation */
.header-floating-trigger {
  position: relative;
  z-index: 999;
  height: 70px;
}

.header-navigation {
  position: absolute;
  width: 100%;
  height: 70px;
  z-index: 998;
  left: 0;
  right: 0;
  bottom: auto;
  backface-visibility: hidden;
  overflow: visible;
  background-color: #fff;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-bottom: 1px solid #f0f0f0;
}
.header-navigation.header-floating.floating {
  position: fixed;
}
.header-navigation__inner {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.slidebox .header-navigation {
  border-bottom: 0;
}
.slidebox .header-navigation .header-navigation__inner {
  border-bottom: 1px solid #f0f0f0;
}
.slidebox .header-navigation.header-floating.floating {
  border-bottom: 1px solid #f0f0f0;
}
.slidebox .header-navigation.header-floating.floating .header-navigation__inner {
  border-bottom: 0;
}
.header-navigation .header-left {
  display: flex;
  order: 0;
  align-items: center;
  z-index: 5;
}
.header-navigation .header-mobile {
  display: flex;
  order: 0;
  align-items: center;
  display: none;
  z-index: 5;
}
.header-navigation .header-logo-title {
  display: flex;
  order: 2;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 70px;
  top: 0;
}
.header-navigation .header-logo-title .header-logo {
  margin: 0 auto;
  max-width: 200px;
}
.header-navigation .header-link {
  order: 3;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  z-index: 5;
}
.header-layout-2 .header-navigation .header-left, .header-layout-5 .header-navigation .header-left {
  position: absolute;
  left: 0;
  top: 0;
  height: 70px;
  z-index: 10;
}
.header-layout-2 .header-navigation .header-nav, .header-layout-5 .header-navigation .header-nav {
  display: flex;
  order: 2;
  flex-grow: 1;
  justify-content: center;
  position: relative;
}
.header-layout-2 .header-navigation .header-link, .header-layout-5 .header-navigation .header-link {
  position: absolute;
  right: 0;
  top: 0;
  height: 70px;
  z-index: 10;
}
.header-layout-3 .header-navigation .header-left, .header-layout-4 .header-navigation .header-left {
  order: 2;
  margin-right: 10px;
}
.header-layout-3 .header-navigation .main-navigation, .header-layout-4 .header-navigation .main-navigation {
  display: flex;
  flex-grow: 1;
}
.header-layout-6 .header-navigation .header-logo-title {
  order: 0;
  left: 0;
  top: 0;
  right: auto;
  position: relative;
  margin: 0;
  height: 70px;
  z-index: 10;
}
.header-layout-6 .header-navigation .header-logo-title .header-logo {
  margin: 0;
}
.header-layout-6 .header-navigation .header-nav {
  display: flex;
  order: 2;
  flex-grow: 1;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  padding-left: 100px;
  padding-right: 100px;
}
.header-layout-6 .header-navigation .header-temp {
  display: flex;
  order: 3;
  justify-content: center;
  align-items: center;
  z-index: 10;
  position: relative;
}
.header-layout-6 .header-navigation .header-temp .left-link {
  margin-right: 10px;
}
.header-layout-6 .header-navigation .header-left,
.header-layout-6 .header-navigation .header-link {
  display: none;
}
.slidebox .header-layout-4 .header-navigation, .slidebox .header-layout-4 .header-navigation.header-floating.floating, .slidebox .header-layout-5 .header-navigation, .slidebox .header-layout-5 .header-navigation.header-floating.floating {
  border-bottom: 1px solid #f0f0f0;
}
.slidebox .header-layout-4 .header-navigation .header-navigation__inner, .slidebox .header-layout-4 .header-navigation.header-floating.floating .header-navigation__inner, .slidebox .header-layout-5 .header-navigation .header-navigation__inner, .slidebox .header-layout-5 .header-navigation.header-floating.floating .header-navigation__inner {
  border-bottom: 0;
}
@media (max-width: 991px) {
  .header-layout-1 .header-navigation .header-logo, .header-layout-6 .header-navigation .header-logo {
    max-width: 150px;
  }
  .header-layout-3 .header-navigation .header-left, .header-layout-4 .header-navigation .header-left {
    order: 2;
    margin-right: 0;
  }
  .header-layout-6 .header-navigation .header-logo-title {
    order: 2;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .header-layout-6 .header-navigation .header-logo-title .header-logo {
    margin: 0 auto;
  }
  .header-layout-6 .header-navigation .header-temp {
    display: none;
  }
  .header-layout-6 .header-navigation .header-left,
  .header-layout-6 .header-navigation .header-link {
    display: flex;
    z-index: 15;
    position: relative;
  }
}

.header-floating-helper {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.site-title {
  margin: 0 auto;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.site-description {
  margin-bottom: 0;
}

.nav-link-wrapper {
  position: relative;
  margin-left: 20px;
}
.site-header__link-logo-nav .nav-link-wrapper {
  margin-left: 0;
}

.site-search {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.site-search__inner {
  height: 100%;
  width: 100%;
  display: table;
}
.site-search__content {
  display: table-cell;
  vertical-align: middle;
}
.site-search-active .site-search {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  z-index: 1000;
}
.site-search__form {
  padding: 30px 0;
}
.site-search .close-search-button {
  position: absolute;
  top: -5px;
  right: 15px;
  font-size: 45px;
  line-height: 0;
  cursor: pointer;
  color: #8e8e8e;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-search .close-search-button:hover {
  color: #000;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.site-search input {
  height: 70px;
  border: 0;
  border-bottom: 1px solid #e0e0e0;
  font-size: 24px;
  padding-left: 0;
  padding-right: 0;
}

.nav-link__cart .header-cart-widget:not(:empty) {
  position: absolute;
  width: 330px;
  background-color: #fff;
  right: 0;
  top: 51px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
  border: 1px solid #f0f0f0;
  padding: 15px 15px 10px;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.nav-link__cart .header-cart-widget:not(:empty).active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.nav-link__cart .widget.widget_shopping_cart .woocommerce-mini-cart__empty-message {
  font-size: 14px;
  margin-bottom: 0;
  text-align: center;
}
.nav-link__cart .widget.widget_shopping_cart ul.product_list_widget li {
  display: block;
  position: relative;
  padding-right: 30px;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 10px;
  font-size: 14px;
  border-bottom: 1px solid #ebe9eb;
  margin-bottom: 10px;
}
.nav-link__cart .widget.widget_shopping_cart ul.product_list_widget li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
.nav-link__cart .widget.widget_shopping_cart ul.product_list_widget li a:not(.remove) {
  font-size: 14px;
}
.nav-link__cart .widget.widget_shopping_cart ul.product_list_widget li a.remove {
  left: auto;
  right: 0;
  color: #000 !important;
  opacity: .8;
}
.nav-link__cart .widget.widget_shopping_cart ul.product_list_widget li a.remove:before {
  border: 0;
}
.nav-link__cart .widget.widget_shopping_cart ul.product_list_widget li a.remove:hover {
  opacity: 1;
}
.nav-link__cart .widget.widget_shopping_cart ul.product_list_widget li img {
  width: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  float: left;
  margin-left: 0;
  margin-right: 15px;
}
.nav-link__cart .widget.widget_shopping_cart ul.product_list_widget li.empty {
  padding-bottom: 5px;
  padding-right: 0;
  text-align: center;
}
.nav-link__cart .widget.widget_shopping_cart p.total {
  font-size: 14px;
  margin: 15px 0 0;
  text-align: right;
  padding: 13px 0 15px;
  text-transform: uppercase;
  color: red;
  letter-spacing: 0.05em;
}
.nav-link__cart .widget.widget_shopping_cart p.total strong {
  float: left;
  color: #000;
}
.nav-link__cart .widget.widget_shopping_cart p.buttons {
  text-align: right;
}
.nav-link__cart .widget.widget_shopping_cart p.buttons a {
  text-align: center;
  width: 48%;
  margin: 0;
  margin-bottom: 5px;
}
.nav-link__cart .widget.widget_shopping_cart p.buttons a:last-child {
  margin-left: 4%;
}
@media (max-width: 767px) {
  .nav-link__cart .header-cart-widget {
    width: 290px;
  }
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
a {
  color: #33363a;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover, a:focus, a:active {
  text-decoration: none;
  color: #000;
}
a:focus {
  outline: none;
}
a:hover, a:active {
  outline: 0;
}

.to-top {
  position: fixed;
  right: 20px;
  bottom: 0;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 33px;
  color: #fff;
  background-color: #dd5252;
  display: block;
  font-size: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.to-top .fa {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.to-top:hover, .to-top:focus, .to-top:active, .to-top:visited {
  color: #fff;
}
.to-top.active {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
  z-index: 102;
}
.to-top.active:hover {
  opacity: .8;
}

/* Humberger Menu */
.header-humberger .toggle-side-menu,
.header-humberger .toggle-mobile-menu {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 22px;
  height: 28px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  background-color: transparent !important;
  margin-right: 20px;
}
.header-humberger .toggle-side-menu:focus,
.header-humberger .toggle-mobile-menu:focus {
  outline: 0;
}
.header-humberger .toggle-side-menu span,
.header-humberger .toggle-mobile-menu span {
  display: block;
  position: absolute;
  top: 13px;
  left: 0;
  right: 0;
  height: 2px;
  background: #000;
  -webkit-transition: background 0s 0.2s;
  -moz-transition: background 0s 0.2s;
  -ms-transition: background 0s 0.2s;
  -o-transition: background 0s 0.2s;
  transition: background 0s 0.2s;
}
.header-humberger .toggle-side-menu span:before,
.header-humberger .toggle-side-menu span:after,
.header-humberger .toggle-mobile-menu span:before,
.header-humberger .toggle-mobile-menu span:after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  content: "";
  -webkit-transition-duration: 0.2s, 0.2s;
  transition-duration: 0.2s, 0.2s;
  -webkit-transition-delay: 0.2s, 0s;
  transition-delay: 0.2s, 0s;
}
.header-humberger .toggle-side-menu span:before,
.header-humberger .toggle-mobile-menu span:before {
  top: -7px;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}
.header-humberger .toggle-side-menu span:after,
.header-humberger .toggle-mobile-menu span:after {
  bottom: -7px;
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
}
.side-menu-active .header-humberger .toggle-side-menu span, .mobile-menu-active .header-humberger .toggle-mobile-menu span {
  background: none;
}
.side-menu-active .header-humberger .toggle-side-menu span:before, .mobile-menu-active .header-humberger .toggle-mobile-menu span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.side-menu-active .header-humberger .toggle-side-menu span:after, .mobile-menu-active .header-humberger .toggle-mobile-menu span:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.side-menu-active .header-humberger .toggle-side-menu span:before,
.side-menu-active .header-humberger .toggle-side-menu span:after, .mobile-menu-active .header-humberger .toggle-mobile-menu span:before,
.mobile-menu-active .header-humberger .toggle-mobile-menu span:after {
  -webkit-transition-delay: 0s, 0.2s;
  transition-delay: 0s, 0.2s;
}
.header-humberger .toggle-mobile-menu {
  display: none;
}
@media (max-width: 991px) {
  .header-humberger .toggle-side-menu {
    display: none;
  }
  .header-humberger .toggle-mobile-menu {
    display: block;
  }
}
@media (max-width: 767px) {
  .header-humberger .toggle-side-menu,
  .header-humberger .toggle-mobile-menu {
    margin-right: 10px;
  }
}

/* main-navigation */
.main-navigation {
  display: block;
  z-index: 5;
}
.main-navigation ul {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.main-navigation ul li {
  list-style: none;
  display: inline-block;
  position: relative;
}
.main-navigation ul li a {
  font-size: 12px;
  font-weight: 400;
  font-family: Karla, Helvetica, Arial, sans-serif;
  color: #121212;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  display: block;
  letter-spacing: .15em;
  line-height: 67px;
  text-transform: uppercase;
  position: relative;
}
.main-navigation ul li a:hover,
.main-navigation ul li a:active,
.main-navigation ul li a:focus {
  color: #777;
  text-decoration: none;
}
.main-navigation ul li + li {
  margin-left: 20px;
}
.main-navigation ul li.current_page_item > a,
.main-navigation ul li.current-menu-item > a,
.main-navigation ul li.current_page_ancestor > a,
.main-navigation ul li.current-menu-ancestor > a {
  color: #777;
}
.main-navigation ul li.menu-item-has-children > a {
  display: block;
}
.main-navigation ul li.menu-item-has-children > a:after {
  content: "\f107";
  font: normal normal normal 12px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 5px;
}
.main-navigation li .subnav-toggle {
  display: none;
}
.main-navigation li ul li a,
.main-navigation li ul ul li a {
  line-height: 1.5;
}
.main-navigation li ul {
  position: absolute;
  margin: 0;
  background-color: #FFF;
  min-width: 160px;
  opacity: 0;
  left: 0;
  visibility: hidden;
  border-width: 1px 1px 0px;
  border-color: #f0f0f0;
  border-style: solid;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: -1;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.main-navigation li ul:after, .main-navigation li ul:before {
  content: '';
  position: absolute;
  left: 15px;
  width: 12px;
  height: 12px;
  border: 12px solid transparent;
  border-bottom-color: #f0f0f0;
  bottom: 100%;
  margin-left: -4px;
}
.main-navigation li ul:after {
  border-bottom-color: #fff;
  top: -23px;
}
.main-navigation li ul li {
  display: block;
  margin: 0;
  padding: 0 15px;
}
.main-navigation li ul li a {
  margin: 0;
  padding: 10px 0;
}
.main-navigation li ul li.menu-item-has-children > a:after {
  content: "\f105";
}
.main-navigation li ul li a:hover,
.main-navigation li ul li.current_page_item > a,
.main-navigation li ul li.current-menu-item > a,
.main-navigation li ul li.current_page_ancestor > a,
.main-navigation li ul li.current-menu-ancestor > a {
  color: #777;
}
.main-navigation li:hover > ul {
  opacity: 1;
  visibility: visible;
  z-index: 5;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.main-navigation ul > li.edge > ul {
  left: auto;
  right: 0;
}
.main-navigation ul > li.edge > ul:after, .main-navigation ul > li.edge > ul:before {
  left: auto;
  right: 15px;
}
.main-navigation li ul ul {
  top: -1px;
  left: 100%;
  opacity: 0;
  visibility: hidden;
  border-width: 1px 1px 0px 1px;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.main-navigation li ul ul:after, .main-navigation li ul ul:before {
  display: none;
}
.main-navigation li ul > li.edge > ul {
  left: auto;
  right: 100%;
}
.main-navigation li ul > li.edge > ul:after, .main-navigation li ul > li.edge > ul:before {
  left: auto;
  right: 15px;
}
@media (max-width: 991px) {
  .main-navigation {
    display: none !important;
  }
}

/* topbar menu */
.topbar-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.topbar-navigation li {
  list-style: none;
  display: inline-block;
  position: relative;
  padding: 8px 0;
}
.topbar-navigation li a {
  font-weight: 400;
  font-family: Karla, Helvetica, Arial, sans-serif;
  color: #1f1f1f;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  display: block;
  position: relative;
}
.topbar-navigation li a:hover,
.topbar-navigation li a:active,
.topbar-navigation li a:focus {
  color: #000;
  text-decoration: none;
}
.topbar-navigation li + li {
  margin-left: 20px;
}
.topbar-navigation li.current_page_item > a,
.topbar-navigation li.current-menu-item > a,
.topbar-navigation li.current_page_ancestor > a,
.topbar-navigation li.current-menu-ancestor > a {
  color: #000;
}
.topbar-dark .topbar-navigation li a {
  color: #fff;
}
.topbar-dark .topbar-navigation li a:hover, .topbar-dark .topbar-navigation li a:active, .topbar-dark .topbar-navigation li a:focus {
  color: #f5f5f5;
}
.topbar-dark .topbar-navigation li.current_page_item > a,
.topbar-dark .topbar-navigation li.current-menu-item > a,
.topbar-dark .topbar-navigation li.current_page_ancestor > a,
.topbar-dark .topbar-navigation li.current-menu-ancestor > a {
  color: #f5f5f5;
}

/* Side Menu */
.side-menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 300px;
  overflow: auto;
  background-color: #fff;
  padding: 25px 35px 35px;
  z-index: 1200;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.side-menu-active .side-menu {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.side-menu__header {
  height: 35px;
  position: relative;
}
.side-menu-close {
  font-size: 45px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  line-height: 0;
  position: absolute;
  display: block;
}
.side-menu-close:hover {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  backface-visibility: hidden;
}
.side-menu__search, .side-menu__navigation, .side-menu__secondary, .side-menu__social, .side-menu__copyright {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #f0f0f0;
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -ms-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
  opacity: 0;
}
.side-menu-active .side-menu__search, .side-menu-active .side-menu__navigation, .side-menu-active .side-menu__secondary, .side-menu-active .side-menu__social, .side-menu-active .side-menu__copyright {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.side-menu-active .side-menu__search {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.side-menu-active .side-menu__navigation {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.side-menu-active .side-menu__secondary {
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.side-menu-active .side-menu__social {
  -webkit-transition-delay: 0.7s;
  -moz-transition-delay: 0.7s;
  -ms-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.side-menu-active .side-menu__copyright {
  -webkit-transition-delay: 0.9s;
  -moz-transition-delay: 0.9s;
  -ms-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.side-menu__search input {
  border: 0;
  border-bottom: 1px solid #f0f0f0;
  padding-left: 0;
  padding-right: 0;
}
.side-menu__search input:focus {
  border-color: #f0f0f0;
}
.side-menu__search button {
  background-color: #fff;
  border: 0;
  border-bottom: 1px solid #f0f0f0;
  padding-right: 0;
  font-size: 20px;
  color: #000;
}
.side-menu__social-copy {
  margin-top: 5em;
}
.side-menu__social a {
  font-size: 18px;
}
.side-menu__copyright {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .side-menu {
    padding: 10px 15px 15px;
  }
}

.side-menu-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 1100;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.5);
}
.side-menu-active .side-menu-overlay {
  display: block;
}

/* Side menu navigation */
.side-menu__navigation ul,
.side-menu__secondary ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.side-menu__navigation ul li,
.side-menu__secondary ul li {
  position: relative;
  padding: 10px 0;
}
.side-menu__navigation ul li a,
.side-menu__secondary ul li a {
  font-size: 16px;
  display: block;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  letter-spacing: 0.1em;
}
.side-menu__navigation ul .sub-menu,
.side-menu__secondary ul .sub-menu {
  padding: 5px 0;
  display: none;
}
.side-menu__navigation ul .sub-menu.open,
.side-menu__secondary ul .sub-menu.open {
  display: block;
}
.side-menu__navigation ul .sub-menu li a,
.side-menu__secondary ul .sub-menu li a {
  color: #999;
}
.side-menu__navigation ul .sub-menu li a:hover, .side-menu__navigation ul .sub-menu li.current_page_item > a, .side-menu__navigation ul .sub-menu li.current-menu-item > a, .side-menu__navigation ul .sub-menu li.current_page_ancestor > a, .side-menu__navigation ul .sub-menu li.current-menu-ancestor > a,
.side-menu__secondary ul .sub-menu li a:hover,
.side-menu__secondary ul .sub-menu li.current_page_item > a,
.side-menu__secondary ul .sub-menu li.current-menu-item > a,
.side-menu__secondary ul .sub-menu li.current_page_ancestor > a,
.side-menu__secondary ul .sub-menu li.current-menu-ancestor > a {
  color: #000;
}
.side-menu__navigation ul .subnav-toggle,
.side-menu__secondary ul .subnav-toggle {
  height: 48px;
  width: 30px;
  font-size: 20px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  display: block;
  cursor: pointer;
}
.side-menu__navigation ul .subnav-toggle.open:before,
.side-menu__secondary ul .subnav-toggle.open:before {
  content: "\f462";
}
.side-menu__navigation ul .subnav-toggle:before,
.side-menu__secondary ul .subnav-toggle:before {
  content: "\f489";
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 2.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.side-menu__navigation ul li a:hover,
.side-menu__navigation ul li.current_page_item > a,
.side-menu__navigation ul li.current-menu-item > a,
.side-menu__navigation ul li.current_page_ancestor > a,
.side-menu__navigation ul li.current-menu-ancestor > a,
.side-menu__secondary ul li a:hover,
.side-menu__secondary ul li.current_page_item > a,
.side-menu__secondary ul li.current-menu-item > a,
.side-menu__secondary ul li.current_page_ancestor > a,
.side-menu__secondary ul li.current-menu-ancestor > a {
  color: #999999;
  text-decoration: none;
}

/* Mobile Menu */
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 300px;
  overflow: auto;
  background-color: #fff;
  padding: 25px 35px 35px;
  z-index: 1200;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.mobile-menu-active .mobile-menu {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.mobile-menu__header {
  height: 35px;
  position: relative;
}
.mobile-menu-close {
  font-size: 45px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  line-height: 0;
  position: absolute;
  display: block;
}
.mobile-menu-close:hover {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  backface-visibility: hidden;
}
.mobile-menu__navigation, .mobile-menu__search, .mobile-menu__secondary, .mobile-menu__social, .mobile-menu__copyright {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #f0f0f0;
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -ms-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
  opacity: 0;
}
.mobile-menu-active .mobile-menu__navigation, .mobile-menu-active .mobile-menu__search, .mobile-menu-active .mobile-menu__secondary, .mobile-menu-active .mobile-menu__social, .mobile-menu-active .mobile-menu__copyright {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.mobile-menu-active .mobile-menu__navigation {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.mobile-menu-active .mobile-menu__navigation {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.mobile-menu-active .mobile-menu__secondary {
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.mobile-menu-active .mobile-menu__social {
  -webkit-transition-delay: 0.7s;
  -moz-transition-delay: 0.7s;
  -ms-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.mobile-menu-active .mobile-menu__copyright {
  -webkit-transition-delay: 0.9s;
  -moz-transition-delay: 0.9s;
  -ms-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.mobile-menu__search input {
  border: 0;
  border-bottom: 1px solid #f0f0f0;
  padding-left: 0;
  padding-right: 0;
}
.mobile-menu__search input:focus {
  border-color: #f0f0f0;
}
.mobile-menu__search button {
  background-color: #fff;
  border: 0;
  border-bottom: 1px solid #f0f0f0;
  padding-right: 0;
  font-size: 20px;
  color: #000;
}
.mobile-menu__navigation {
  border-top: 0;
}
.mobile-menu__social-copy {
  margin-top: 5em;
}
.mobile-menu__social a {
  font-size: 18px;
}
.mobile-menu__copyright {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .mobile-menu {
    padding: 10px 15px 15px;
  }
}

.mobile-menu-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 1100;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.5);
}
.mobile-menu-active .mobile-menu-overlay {
  display: block;
}

/* Mobile menu navigation */
.mobile-menu__navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-menu__navigation ul li {
  position: relative;
  padding: 10px 0;
}
.mobile-menu__navigation ul li a {
  font-size: 16px;
  display: block;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  letter-spacing: 0.1em;
}
.mobile-menu__navigation ul .sub-menu {
  padding: 5px 0;
  display: none;
}
.mobile-menu__navigation ul .sub-menu.open {
  display: block;
}
.mobile-menu__navigation ul .sub-menu li a {
  color: #999;
}
.mobile-menu__navigation ul .sub-menu li a:hover, .mobile-menu__navigation ul .sub-menu li.current_page_item > a, .mobile-menu__navigation ul .sub-menu li.current-menu-item > a, .mobile-menu__navigation ul .sub-menu li.current_page_ancestor > a, .mobile-menu__navigation ul .sub-menu li.current-menu-ancestor > a {
  color: #000;
}
.mobile-menu__navigation ul .subnav-toggle {
  height: 48px;
  width: 30px;
  font-size: 20px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  display: block;
  cursor: pointer;
}
.mobile-menu__navigation ul .subnav-toggle.open:before {
  content: "\f462";
}
.mobile-menu__navigation ul .subnav-toggle:before {
  content: "\f489";
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 2.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-menu__navigation ul li a:hover,
.mobile-menu__navigation ul li.current_page_item > a,
.mobile-menu__navigation ul li.current-menu-item > a,
.mobile-menu__navigation ul li.current_page_ancestor > a,
.mobile-menu__navigation ul li.current-menu-ancestor > a {
  color: #999999;
  text-decoration: none;
}

/* Mobile menu nav secondary */
.mobile-menu__secondary ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-menu__secondary ul li {
  position: relative;
  padding: 5px 0;
}
.mobile-menu__secondary ul li a {
  font-size: 16px;
  display: block;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  letter-spacing: 0.1em;
}

/* nav-link */
.nav-link,
.left-link {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  display: initial;
}
.nav-link li,
.left-link li {
  display: inline-block;
  position: relative;
}
.nav-link li a,
.left-link li a {
  font-size: 20px;
}
.nav-link > li,
.left-link > li {
  margin-right: 10px;
  margin-left: 10px;
}
.nav-link > li:last-child,
.left-link > li:last-child {
  margin-right: 0;
}
.nav-link__cart,
.left-link__cart {
  position: relative;
}
.nav-link__cart .cart-contents-count,
.left-link__cart .cart-contents-count {
  position: absolute;
  font-size: 11px;
  width: 16px;
  height: 16px;
  text-align: center;
  background-color: #dd5252;
  line-height: 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  top: -3px;
  right: -9px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .nav-link > li,
  .left-link > li {
    margin-left: 5px;
    margin-right: 5px;
  }
}

/* Left link */
.left-link > li:first-child {
  margin-left: 0;
}
.left-link > li:last-child {
  margin-right: 0;
}

.link-sosmed {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  background-color: #fff;
}
.link-sosmed.open {
  display: block;
}
.link-sosmed li {
  display: inline-block;
  position: relative;
}
.link-sosmed li a {
  font-size: 16px;
  padding-left: 5px;
  padding-right: 5px;
  display: block;
  text-decoration: none;
}
@media (max-width: 991px) {
  .link-sosmed {
    display: none;
    position: absolute;
    padding: 3px 6px;
    left: 100%;
    top: -3px;
    margin-left: 15px;
    border: 1px solid #f0f0f0;
  }
  .link-sosmed:after, .link-sosmed:before {
    content: '';
    position: absolute;
    left: -19px;
    width: 10px;
    height: 10px;
    border: 10px solid transparent;
    border-right-color: #f0f0f0;
    top: 7px;
  }
  .link-sosmed:after {
    border-right-color: #fff;
    left: -18px;
  }
  .link-sosmed.open {
    display: inline-flex;
  }
}

.link-sosmed-trigger {
  display: none;
}
@media (max-width: 991px) {
  .link-sosmed-trigger {
    display: block;
  }
}

/* Comment and Post navigation */
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.navigation.pagination {
  display: block;
  padding: 0;
  margin: 30px 0 60px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  overflow: hidden;
}
.navigation.pagination h2,
.navigation.pagination h2.screen-reader-text {
  display: none;
}
.navigation.pagination .nav-links {
  text-align: center;
  overflow: hidden;
}
.navigation.pagination .page-numbers {
  padding: 0 5px;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: uppercase;
}
.navigation.pagination .page-numbers:hover, .navigation.pagination .page-numbers.current {
  color: #a2a2a2;
}
.prev-next .navigation.pagination .page-numbers {
  display: none;
}
.prev-next .navigation.pagination .next,
.prev-next .navigation.pagination .prev {
  display: block;
}
.prev-next .navigation.pagination .prev {
  float: left;
}
.prev-next .navigation.pagination .next {
  float: right;
}
.number .navigation.pagination .next,
.number .navigation.pagination .prev {
  display: none;
}
@media (max-width: 767px) {
  .navigation.pagination .page-numbers {
    margin-bottom: 10px;
  }
}

.entries-page-nav {
  margin-bottom: 30px;
}
.entries-page-nav span {
  display: inline-block;
  margin-bottom: 5px;
  padding: 0 5px;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: uppercase;
  color: #a2a2a2;
}
.entries-page-nav a > span {
  color: #000;
}
.entries-page-nav a > span:hover {
  color: #a2a2a2;
}

.post-comments-nav {
  margin-bottom: 30px;
}
.post-comments-nav .previous a,
.post-comments-nav .next a {
  margin-bottom: 5px;
  padding: 0 5px;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.post-comments-nav .previous a:hover,
.post-comments-nav .next a:hover {
  color: #a2a2a2;
}
.post-comments-nav .previous {
  float: left;
}
.post-comments-nav .next {
  float: right;
}
@media (max-width: 480px) {
  .post-comments-nav {
    text-align: center;
  }
  .post-comments-nav .previous,
  .post-comments-nav .next {
    float: none;
    margin-bottom: 10px;
  }
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.site-main {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .site-main {
    padding: 40px 0;
  }
}

.sidebar {
  position: relative;
}
.sidebar__inner {
  padding-left: 60px;
}
.sidebar.col-md-pull-8 .sidebar__inner {
  padding-right: 60px;
  padding-left: 0;
}
.sidebar.sidebar__has-bg .sidebar__inner {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1199px) {
  .sidebar__inner {
    padding-left: 20px;
  }
  .sidebar.col-md-pull-8 .sidebar__inner {
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .sidebar__inner {
    padding-left: 0;
    padding-right: 0;
  }
}

/*--------------------------------------------------------------
# Footers
--------------------------------------------------------------*/
.site-footer {
  background-color: #fff;
  z-index: 101;
  position: relative;
  border-top: 1px solid #f0f0f0;
}
.site-footer.footer-dark {
  background-color: #000;
  color: #fff;
}
.site-footer.footer-dark a {
  color: #fff;
}
.site-footer.footer-dark a:hover, .site-footer.footer-dark a:focus, .site-footer.footer-dark a:visited, .site-footer.footer-dark a:active {
  color: #f5f5f5;
}

.footer-sidebar__inner:not(:empty) {
  padding-top: 4em;
  padding-bottom: 4em;
  overflow: hidden;
}

.footer-instagram {
  position: relative;
  margin-bottom: 0;
}
.footer-instagram__inner {
  position: relative;
  overflow: hidden;
}
.footer-instagram .instagram-pics {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}
.footer-instagram .instagram-pics li {
  width: 12.5%;
  float: left;
  padding: 0;
  margin-bottom: 0;
  list-style: none;
}
.footer-instagram .instagram-pics li img {
  width: 100%;
  height: auto;
}
.footer-instagram p.clear:not(:empty) {
  position: absolute;
  height: 50px;
  text-align: center;
  line-height: 50px;
  white-space: nowrap;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.footer-instagram p.clear:not(:empty) a:before {
  content: "\f16d";
  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;
  margin-right: 5px;
}
.footer-instagram p.clear:not(:empty) a {
  display: inline-block;
  position: relative;
  padding: 0 20px;
  background: rgba(255, 255, 255, 0.9);
  color: #313131;
  text-transform: uppercase;
  z-index: 10;
  letter-spacing: 1px;
  vertical-align: top;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.footer-instagram p.clear:not(:empty) a:hover {
  background-color: #fff;
}
.footer-instagram.col-12 .instagram-pics li, .footer-instagram.col-16 .instagram-pics li {
  width: 16.666666%;
}
@media (max-width: 991px) {
  .footer-instagram .instagram-pics li {
    width: 25%;
  }
  .footer-instagram.col-12 .instagram-pics li, .footer-instagram.col-16 .instagram-pics li {
    width: 25%;
  }
}

.footer-social__inner {
  position: relative;
  padding: 0 15px;
}
.footer-social__inner:before {
  content: "";
  border-bottom: 1px solid #f5f5f5;
  width: 100%;
  margin-top: -1px;
  top: 50%;
  position: absolute;
  left: 0;
}

.footer-copyright {
  padding: 2em 0;
  text-align: center;
  letter-spacing: .3px;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 4em;
  overflow: hidden;
  /* Make sure select elements fit in widgets. */
}
.widget .widget-title {
  margin-top: 0;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-transform: uppercase;
  color: #666;
  position: relative;
  text-align: center;
  padding-bottom: 9px;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 20px;
}
.widget ul {
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  position: relative;
}
.widget li {
  overflow: hidden;
}
.widget select {
  max-width: 100%;
}
.widget a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer-sidebar .widget {
  margin-bottom: 2em;
}
.footer-sidebar .widget .widget-title {
  margin-bottom: 40px;
  border-bottom: 0;
  padding-bottom: 0;
  text-align: left;
}
.footer-dark .footer-sidebar .widget .widget-title {
  color: #fff;
}

.sidebar.sidebar__has-bg .widget {
  margin-bottom: 30px;
  background-color: #fff;
}

.widget_recent_comments li,
.widget_recent_entries li,
.widget_archive li,
.widget_categories li,
.widget_meta li,
.widget_rss li,
.widget_nav_menu li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
}
.widget_recent_comments li:last-child,
.widget_recent_entries li:last-child,
.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_meta li:last-child,
.widget_rss li:last-child,
.widget_nav_menu li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.widget_recent_comments ul.children li:first-child,
.widget_recent_comments ul.sub-menu li:first-child,
.widget_recent_entries ul.children li:first-child,
.widget_recent_entries ul.sub-menu li:first-child,
.widget_archive ul.children li:first-child,
.widget_archive ul.sub-menu li:first-child,
.widget_categories ul.children li:first-child,
.widget_categories ul.sub-menu li:first-child,
.widget_meta ul.children li:first-child,
.widget_meta ul.sub-menu li:first-child,
.widget_rss ul.children li:first-child,
.widget_rss ul.sub-menu li:first-child,
.widget_nav_menu ul.children li:first-child,
.widget_nav_menu ul.sub-menu li:first-child {
  margin-top: 10px;
  padding-top: 10px;
}

.widget_archive .screen-reader-text,
.widget_categories .screen-reader-text {
  display: none;
}
.widget_archive select,
.widget_categories select {
  width: 100%;
}

.widget_tag_cloud a {
  font-size: 12px !important;
  text-transform: uppercase;
  padding: 5px 10px;
  margin-bottom: 5px;
  border: 1px solid #e6e6e6;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.widget_tag_cloud a:hover {
  background-color: #dd5252;
  color: #fff;
  border-color: #dd5252;
}

#wp-calendar td,
#wp-calendar th {
  padding: 5px;
  line-height: 1.8571428;
  vertical-align: top;
  text-align: center;
  border: 1px solid #e6e6e6;
}
#wp-calendar th {
  background-color: #fcfcfc;
}
#wp-calendar #today {
  background-color: #333;
  color: #fff;
}

.widget_post_views_counter_list_widget li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
  clear: both;
  overflow: hidden;
}
.widget_post_views_counter_list_widget li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.widget_post_views_counter_list_widget .post-thumbnail {
  float: left;
  width: 100px;
  margin-right: 15px;
}

.widget_recent_entries li a {
  font-family: Karla, Helvetica, Arial, sans-serif;
  font-weight: 600;
}
.widget_recent_entries .post-date {
  display: block;
  font-family: Karla, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
}

.widget_recent_comments .comment-author-link {
  font-weight: 700;
}

.widget_rss .rss-date {
  display: block;
  font-family: Karla, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
}

.widget_pages ul li:before,
.widget_nav_menu ul li:before,
.widget_links ul li:before,
.widget_rss ul li:before,
.widget_meta ul li:before,
.widget_nav_menu ul li:before,
.widget_categories ul li:before,
.widget_recent_entries ul li:before,
.widget_recent_comments ul li:before,
.widget_archive ul li:before {
  font-family: "FontAwesome";
  position: absolute;
  opacity: 0.2;
  left: 0;
  display: none;
}

.widget_pages ul li:before,
.widget_nav_menu ul li:before,
.widget_links ul li:before,
.widget_rss ul li:before,
.widget_meta ul li:before,
.widget_nav_menu ul li:before {
  content: "\f105";
}

.widget_categories ul li:before {
  content: "\f07b";
}
.widget_categories li {
  text-align: right;
  color: #818181;
}
.widget_categories li.cat-item-none {
  text-align: left;
}
.widget_categories li a {
  float: left;
}
.widget_categories ul li.current-cat:before {
  content: "\f07c";
}

.widget_recent_entries ul li:before {
  content: "\f15b";
}

.widget_recent_comments ul li:before {
  content: "\f075";
}

.widget_archive ul li:before {
  content: "\f133";
}
.widget_archive li {
  text-align: right;
}
.widget_archive li a {
  float: left;
}

.widget.null-instagram-feed .instagram-pics {
  margin-left: -5px !important;
  margin-right: -5px;
  padding: 0;
  overflow: hidden;
}
.widget.null-instagram-feed .instagram-pics li {
  float: left;
  width: 33.333%;
  padding: 0 5px;
  margin-bottom: 10px;
}
.widget.null-instagram-feed .instagram-pics li img {
  width: 100%;
  height: auto;
}
.widget.null-instagram-feed p.clear:not(:empty) {
  clear: both;
  text-align: center;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.widget.null-instagram-feed p.clear:not(:empty) a:before {
  content: "\f16d";
  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;
  margin-right: 5px;
}

.tp_recent_tweets {
  position: relative;
  margin-top: 25px;
}
.tp_recent_tweets:before {
  content: "\f099";
  display: block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 60px;
  position: absolute;
  opacity: .1;
  top: -15px;
}
.tp_recent_tweets li {
  background-image: none;
  padding-left: 0;
  position: relative;
  z-index: 1;
}
.tp_recent_tweets li.slick-slide {
  padding-left: 20px;
  outline: none;
}
.tp_recent_tweets .slick-dots {
  bottom: 0;
}
.tp_recent_tweets .slick-dots li button:before {
  border-color: #333;
}
.tp_recent_tweets .slick-dots li.slick-active button:before,
.tp_recent_tweets .slick-dots li button:hover:before,
.tp_recent_tweets .slick-dots li button:focus:before {
  background-color: #333;
  border-color: #333;
}

.widget.minimalo-social ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.widget.minimalo-social ul li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}
.widget.minimalo-social ul li:last-child {
  margin-right: 0;
}
.widget.minimalo-social ul a {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #ddd;
  color: #333;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 16px;
  text-align: center;
}
.widget.minimalo-social ul a:hover {
  background-color: #dd5252;
  color: #fff;
  border-color: #dd5252;
}

.widget.minimalo-latest-posts-widget ul,
.widget.minimalo-popular-posts-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget.minimalo-latest-posts-widget ul li,
.widget.minimalo-popular-posts-widget ul li {
  margin-bottom: 20px;
  padding-bottom: 5px;
  clear: both;
  overflow: hidden;
  display: block;
}
.widget.minimalo-latest-posts-widget ul li:last-child,
.widget.minimalo-popular-posts-widget ul li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.widget.widget_wysija .wysija-required {
  color: red;
}

.widget.widget_mc4wp_form_widget input[type="submit"] {
  width: 100%;
}

/*--------------------------------------------------------------
# Posts and pages
--------------------------------------------------------------*/
@media (max-width: 991px) {
  .entries-wrapper.has-thumb {
    margin-top: 0;
  }
}

.sticky {
  display: block;
}

.stikcy-badge {
  width: 200px;
  padding: 5px;
  background-color: #dd5252;
  color: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 20px;
  right: -55px;
  position: absolute;
  text-align: center;
  font-style: italic;
  z-index: 5;
}

/* Layout entry default */
.hentry,
.entry-item {
  margin-bottom: 60px;
}

.entry-inner {
  position: relative;
  overflow: hidden;
  padding-bottom: 30px;
  border-bottom: 1px solid #f0f0f0;
}

.entry-thumbnail {
  margin: 0;
  margin-bottom: 25px;
  position: relative;
  text-align: center;
}
.entry-thumbnail img {
  opacity: .9;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  backface-visibility: hidden;
  width: 100%;
  height: auto;
}
.entry-thumbnail:hover img {
  opacity: 1;
}
.single .entry-thumbnail, .entry-thumbnail.page-media {
  margin-bottom: 30px;
}

.entry-header {
  margin-bottom: 45px;
}
.false-single .entry-header {
  margin-bottom: 25px;
}
.format-quote .entry-header {
  display: none;
}

.entry-body.align-left, .woocommerce .align-left.shop-wrapper,
.woocommerce-page .align-left.shop-wrapper {
  text-align: left;
}
.entry-body.align-center, .woocommerce .align-center.shop-wrapper,
.woocommerce-page .align-center.shop-wrapper {
  text-align: center;
}
.entry-body.align-right, .woocommerce .align-right.shop-wrapper,
.woocommerce-page .align-right.shop-wrapper {
  text-align: right;
}

.entry-title,
.page-title {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  font-family: Karla, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 0;
  margin-bottom: 0;
}
.entry-title.h2, .entry-title.h1,
.page-title.h2,
.page-title.h1 {
  font-family: Karla, Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.entry-title a,
.page-title a {
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  text-decoration: none;
  color: #000;
}
.entry-title a:hover,
.page-title a:hover {
  opacity: .8;
}

.entry-meta {
  font-size: 12px;
  margin-bottom: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.entry-meta a {
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  position: relative;
  border-bottom: 1px solid #dd5252;
  padding-bottom: 2px;
  margin-bottom: 3px;
}
.entry-meta a:after {
  content: "";
  width: 0;
  border-bottom: 1px solid #dd5252;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: width ease-out 350ms;
  -moz-transition: width ease-out 350ms;
  -ms-transition: width ease-out 350ms;
  -o-transition: width ease-out 350ms;
  transition: width ease-out 350ms;
  -webkit-transition-delay: 50ms;
  -moz-transition-delay: 50ms;
  -ms-transition-delay: 50ms;
  -o-transition-delay: 50ms;
  transition-delay: 50ms;
}
.entry-meta a:hover {
  border-color: transparent;
}
.entry-meta a:hover:after {
  width: 100%;
}
.entry-meta__bottom {
  margin-top: 30px;
}
.entry-meta__bottom a {
  border-bottom: 0;
  padding-bottom: 0;
  color: #7f7f7f;
}
.entry-meta__bottom a:after {
  display: none;
}
.entry-meta__bottom a:hover {
  color: #000;
}
.entry-meta__top {
  letter-spacing: 1px;
}
.entry-meta__top .fa {
  display: none;
}
.entry-meta__top a {
  color: #000;
}
.entry-meta .meta-category {
  margin-left: 5px;
}

.list-meta {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-meta li {
  display: inline-block;
}
.list-meta li i {
  margin-right: 5px;
}
.list-meta li .dot-irecommendthis-count:before {
  content: "\f004";
  display: inline-block;
  font: normal normal normal 12px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px;
}
.list-meta li:not(:last-child) {
  margin-right: 10px;
}
.list-meta li:not(:last-child):after {
  content: "-";
  padding-left: 10px;
  display: inline-block;
  color: #7f7f7f;
}
.list-meta .dot-irecommendthis {
  background: 0 0;
  padding: 0;
}

.link-more a.more-link {
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: uppercase;
  color: #999;
  letter-spacing: 0.1em;
  border-bottom: 1px solid transparent;
}
.link-more a.more-link:hover {
  opacity: .8;
  border-color: #999;
}

.entry-content .post-views {
  display: none;
}

.entry-tags {
  margin-bottom: 0;
  margin-top: 20px;
}
.entry-tags i.fa {
  margin-right: 10px;
}
.entry-tags a {
  color: #fff;
  font-size: 12px !important;
  text-transform: uppercase;
  padding: 3px 10px;
  margin-bottom: 5px;
  border: 1px solid #dd5252;
  background-color: #dd5252;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.entry-tags a:hover {
  background-color: transparent;
  border-color: #e6e6e6;
  color: #000;
}

.entry-meta-footer__inner {
  margin-top: 40px;
  font-size: 13px;
}

/* Layout entry grid */
.entries-layout-grid {
  margin-left: -15px;
  margin-right: -15px;
}
body:not(.paged) .entries-layout-grid.first-item-active .hentry:first-of-type,
body:not(.paged) .entries-layout-grid.first-item-active .entry-item:first-of-type {
  width: 100% !important;
}
.entries-layout-grid .hentry,
.entries-layout-grid .entry-item {
  width: 50%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.entries-layout-grid .hentry.hentry-not-found,
.entries-layout-grid .entry-item.hentry-not-found {
  width: 100%;
}
.entries-layout-grid.entries-wrapper__fullwidth .hentry,
.entries-layout-grid.entries-wrapper__fullwidth .entry-item {
  width: 33.333333%;
}
.entries-layout-grid.entries-wrapper__fullwidth .hentry.hentry-not-found,
.entries-layout-grid.entries-wrapper__fullwidth .entry-item.hentry-not-found {
  width: 100%;
}
.entries-layout-grid.entries-wrapper__narrow .hentry,
.entries-layout-grid.entries-wrapper__narrow .entry-item {
  width: 50%;
}
.entries-layout-grid.entries-wrapper__narrow .hentry.hentry-not-found,
.entries-layout-grid.entries-wrapper__narrow .entry-item.hentry-not-found {
  width: 100%;
}
.entries-layout-grid .entry-content {
  margin-bottom: 100px;
}
.entries-layout-grid .entry-content.no-sharing {
  margin-bottom: 0;
}
.entries-layout-grid .entry-meta__bottom {
  position: absolute;
  width: 100%;
  padding-bottom: 30px;
  left: 0;
  bottom: 0;
}
@media (max-width: 991px) {
  .entries-layout-grid .hentry,
  .entries-layout-grid .entry-item {
    width: 100%;
  }
  .entries-layout-grid.entries-wrapper__fullwidth .hentry,
  .entries-layout-grid.entries-wrapper__fullwidth .entry-item {
    width: 50%;
  }
  .entries-layout-grid .entry-content {
    margin-bottom: 0;
  }
  .entries-layout-grid .entry-meta__bottom {
    position: relative;
    padding: 0;
    left: auto;
    bottom: auto;
  }
}
@media (max-width: 767px) {
  .entries-layout-grid.entries-wrapper__fullwidth .hentry,
  .entries-layout-grid.entries-wrapper__fullwidth .entry-item, .entries-layout-grid.entries-wrapper__narrow .hentry,
  .entries-layout-grid.entries-wrapper__narrow .entry-item {
    width: 100%;
  }
}

/* Layout entry grid masonry */
.entries-layout-grid-masonry {
  margin-left: -15px;
  margin-right: -15px;
}
.entries-layout-grid-masonry .hentry-sizer {
  width: 50%;
}
body:not(.paged) .entries-layout-grid-masonry.first-item-active .hentry:first-of-type,
body:not(.paged) .entries-layout-grid-masonry.first-item-active .entry-item:first-of-type {
  width: 100% !important;
}
.entries-layout-grid-masonry .hentry,
.entries-layout-grid-masonry .entry-item {
  width: 50%;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
}
.entries-layout-grid-masonry .hentry.hentry-not-found,
.entries-layout-grid-masonry .entry-item.hentry-not-found {
  width: 100%;
}
.entries-layout-grid-masonry.entries-wrapper__fullwidth .hentry-sizer,
.entries-layout-grid-masonry.entries-wrapper__fullwidth .hentry,
.entries-layout-grid-masonry.entries-wrapper__fullwidth .entry-item {
  width: 33.333333%;
}
.entries-layout-grid-masonry.entries-wrapper__fullwidth .hentry.hentry-not-found,
.entries-layout-grid-masonry.entries-wrapper__fullwidth .entry-item.hentry-not-found {
  width: 100%;
}
.entries-layout-grid-masonry.entries-wrapper__narrow .hentry-sizer,
.entries-layout-grid-masonry.entries-wrapper__narrow .hentry,
.entries-layout-grid-masonry.entries-wrapper__narrow .entry-item {
  width: 50%;
}
.entries-layout-grid-masonry.entries-wrapper__narrow .hentry.hentry-not-found,
.entries-layout-grid-masonry.entries-wrapper__narrow .entry-item.hentry-not-found {
  width: 100%;
}
@media (max-width: 991px) {
  .entries-layout-grid-masonry .hentry-sizer,
  .entries-layout-grid-masonry .hentry,
  .entries-layout-grid-masonry .entry-item {
    width: 100%;
  }
  .entries-layout-grid-masonry.entries-wrapper__fullwidth .hentry-sizer,
  .entries-layout-grid-masonry.entries-wrapper__fullwidth .hentry,
  .entries-layout-grid-masonry.entries-wrapper__fullwidth .entry-item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .entries-layout-grid-masonry.entries-wrapper__fullwidth .hentry-sizer,
  .entries-layout-grid-masonry.entries-wrapper__fullwidth .hentry,
  .entries-layout-grid-masonry.entries-wrapper__fullwidth .entry-item, .entries-layout-grid-masonry.entries-wrapper__narrow .hentry-sizer,
  .entries-layout-grid-masonry.entries-wrapper__narrow .hentry,
  .entries-layout-grid-masonry.entries-wrapper__narrow .entry-item {
    width: 100%;
  }
}

/* Layout entry list */
.entries-layout-list .hentry,
.entries-layout-list .entry-item {
  overflow-y: hidden;
}
.entries-layout-list .entry-inner {
  display: table;
  height: 100%;
  width: 100%;
}
.entries-layout-list .entry-thumbnail {
  display: table-cell;
  vertical-align: top;
  height: 100%;
  overflow: hidden;
  width: 45%;
  position: relative;
}
.entries-layout-list .entry-thumbnail img {
  position: absolute;
  width: auto;
  height: 100%;
  max-width: none;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.entries-layout-list .entry-body, .entries-layout-list .woocommerce .shop-wrapper, .woocommerce .entries-layout-list .shop-wrapper,
.entries-layout-list .woocommerce-page .shop-wrapper,
.woocommerce-page .entries-layout-list .shop-wrapper {
  margin-left: 30px;
}
body:not(.paged) .entries-layout-list.first-item-active .hentry:first-of-type,
body:not(.paged) .entries-layout-list.first-item-active .entry-item:first-of-type {
  width: 100% !important;
}
body:not(.paged) .entries-layout-list.first-item-active .hentry:first-of-type .entry-inner,
body:not(.paged) .entries-layout-list.first-item-active .entry-item:first-of-type .entry-inner {
  display: block;
  height: auto;
  width: auto;
}
body:not(.paged) .entries-layout-list.first-item-active .hentry:first-of-type .entry-thumbnail,
body:not(.paged) .entries-layout-list.first-item-active .entry-item:first-of-type .entry-thumbnail {
  display: block;
  height: auto;
  width: auto;
  padding: 0;
}
body:not(.paged) .entries-layout-list.first-item-active .hentry:first-of-type .entry-thumbnail img,
body:not(.paged) .entries-layout-list.first-item-active .entry-item:first-of-type .entry-thumbnail img {
  position: relative;
  left: auto;
  top: auto;
  width: 100%;
  height: auto;
  max-width: 100%;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
body:not(.paged) .entries-layout-list.first-item-active .hentry:first-of-type .entry-body, body:not(.paged) .entries-layout-list.first-item-active .hentry:first-of-type .woocommerce .shop-wrapper, .woocommerce body:not(.paged) .entries-layout-list.first-item-active .hentry:first-of-type .shop-wrapper,
body:not(.paged) .entries-layout-list.first-item-active .hentry:first-of-type .woocommerce-page .shop-wrapper,
.woocommerce-page body:not(.paged) .entries-layout-list.first-item-active .hentry:first-of-type .shop-wrapper,
body:not(.paged) .entries-layout-list.first-item-active .entry-item:first-of-type .entry-body,
body:not(.paged) .entries-layout-list.first-item-active .entry-item:first-of-type .woocommerce .shop-wrapper,
.woocommerce body:not(.paged) .entries-layout-list.first-item-active .entry-item:first-of-type .shop-wrapper,
body:not(.paged) .entries-layout-list.first-item-active .entry-item:first-of-type .woocommerce-page .shop-wrapper,
.woocommerce-page body:not(.paged) .entries-layout-list.first-item-active .entry-item:first-of-type .shop-wrapper {
  margin-left: 0;
}
@media (max-width: 767px) {
  .entries-layout-list .entry-inner {
    display: block;
    height: auto;
    width: auto;
  }
  .entries-layout-list .entry-thumbnail {
    display: block;
    height: auto;
    width: auto;
    padding: 0;
  }
  .entries-layout-list .entry-thumbnail img {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    max-width: 100%;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .entries-layout-list .entry-body, .entries-layout-list .woocommerce .shop-wrapper, .woocommerce .entries-layout-list .shop-wrapper,
  .entries-layout-list .woocommerce-page .shop-wrapper,
  .woocommerce-page .entries-layout-list .shop-wrapper {
    margin-left: 0;
  }
}

/* Post Video */
.entry-media-video .embed-responsive {
  margin-left: -1px;
  margin-right: -1px;
}

/* Post Gallery Slider */
.slider-media-gallery {
  position: relative;
}
.slider-media-gallery .slick-slide {
  outline: 0;
}
.slider-media-gallery .slick-slide .gallery-slide {
  background-color: #fafafa;
}
.slider-media-gallery .slick-slide .gallery-slide img {
  backface-visibility: hidden;
}
.slider-media-gallery .slick-slide .gallery-popup-trigger {
  position: absolute;
  display: block;
  text-decoration: none;
  z-index: 1;
  width: 30px;
  height: 30px;
  color: #9a9a9a !important;
  background-color: rgba(255, 255, 255, 0.75);
  text-align: center;
  line-height: 30px;
  right: 0;
  top: 0;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #333;
  opacity: 0;
}
.slider-media-gallery .slick-slide .gallery-popup-trigger:hover {
  background-color: #fff;
}
.slider-media-gallery .slick-slide:hover .gallery-popup-trigger {
  opacity: 1;
}
.slider-media-gallery .slick-prev {
  left: 0;
}
.slider-media-gallery .slick-next {
  right: 0;
}

.justified-gallery > a > .caption,
.justified-gallery > div > .caption {
  font-family: Karla, Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.single-hero-image {
  height: 450px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 102;
}
@media (max-width: 767px) {
  .single-hero-image {
    height: 300px;
  }
}

/* post author */
.entry-author {
  position: relative;
  margin-top: 70px;
  padding: 25px;
  border: 1px solid #f0f0f0;
}
.entry-author .entry-author-avatar {
  margin: 0;
  margin-right: 30px;
  float: left;
}
.entry-author .entry-author-avatar img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.entry-author .entry-author-info {
  overflow: hidden;
}
.entry-author .entry-author-info h4.entry-author-name {
  margin-top: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: .5em;
}
.entry-author .entry-author-social {
  margin-top: 10px;
}
.entry-author .entry-author-social a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: .7;
}
.entry-author .entry-author-social a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .entry-author {
    padding: 20px;
  }
}
@media (max-width: 480px) {
  .entry-author .entry-author-avatar {
    display: none;
  }
}

.plain-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.plain-list li {
  display: inline-block;
  margin-right: 10px;
}
.plain-list li:last-child {
  margin-right: 0;
}

/* Adjacent post */
.adj-previous,
.adj-next {
  position: fixed;
  top: 45%;
  -webkit-transform: translateY(-45%);
  -moz-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  -o-transform: translateY(-45%);
  transform: translateY(-45%);
  z-index: 100;
  height: 0;
}
.adj-previous .link-content,
.adj-next .link-content {
  width: 250px;
  background-color: #fff;
  padding: 20px;
  border: 1px solid #f0f0f0;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  min-height: 150px;
  top: -70px;
  opacity: 0;
  visibility: hidden;
}
.adj-previous .link-label,
.adj-next .link-label {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  position: relative;
  font-size: 16px;
  z-index: 2;
  padding: 0 5px;
  background-color: #fff;
}
.adj-previous:hover .link-content,
.adj-next:hover .link-content {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  .adj-previous,
  .adj-next {
    display: none;
  }
}

.adj-previous {
  left: 0;
}
.adj-previous .link-content {
  padding-left: 60px;
  left: -250px;
}
.adj-previous .link-label {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  left: -30px;
}
.adj-previous:hover .link-content {
  left: 0;
}

.adj-next {
  right: 0;
}
.adj-next .link-content {
  padding-right: 60px;
  right: -250px;
}
.adj-next .link-label {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  right: -30px;
}
.adj-next:hover .link-content {
  right: 0;
}

/* Adj mobile */
.adj-mobile {
  display: none;
  margin: 50px 0 0;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .adj-mobile {
    display: block;
  }
}
.adj-mobile__inner {
  position: relative;
  overflow: hidden;
}
.adj-mobile .m-adj-previous {
  float: left;
  padding-right: 10px;
  margin-bottom: 10px;
}
.adj-mobile .m-adj-next {
  float: right;
  padding-left: 10px;
  margin-bottom: 10px;
}

/* Related Post */
.post-related-wrapper {
  margin-top: 70px;
}
.post-related-wrapper .post-related-section-title {
  margin-bottom: 40px;
  margin-top: 0;
  text-transform: uppercase;
  font-size: 18px;
  position: relative;
  padding-bottom: 20px;
  letter-spacing: 1px;
  line-height: normal;
  text-align: center;
}
.post-related-wrapper .post-related-section-title:after {
  content: "";
  width: 60px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  border-bottom: 1px solid #000;
  bottom: -1px;
}
.post-related-wrapper .related-post-media {
  margin-bottom: 15px;
}
.post-related-wrapper .related-post-media figure {
  margin-top: 0;
}
.post-related-wrapper .related-post-title {
  margin-top: 0;
  margin-bottom: 0;
}
.post-related-wrapper .related-post-time {
  color: #999;
  font-size: 12px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .post-related-wrapper {
    padding: 20px;
    text-align: center;
  }
  .post-related-wrapper .post-related-section-title:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

/* Featured box */
.featured-box {
  margin-top: 28px;
}
.featured-box .row {
  margin-left: -6px;
  margin-right: -6px;
}
.featured-box .col-xs-12,
.featured-box .col-xs-6 {
  padding: 0 6px;
}

.featured-box-item {
  position: relative;
  overflow: hidden;
  margin-top: 12px;
  width: 100%;
  display: table;
}
.featured-box-item a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 6;
}
.featured-box-item__img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.featured-box-item__img:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.25);
}
.featured-box-item__text {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 100%;
  position: relative;
  text-align: center;
  z-index: 5;
}
.featured-box-item__text h4 {
  margin: 0;
  font-size: 22px;
}
.featured-box-item__text h4 span {
  display: inline-block;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  color: #fff;
  min-width: 135px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.featured-box-item:hover .featured-box-item__img {
  opacity: .9;
}
@media screen and (max-width: 767px) {
  .featured-box-item {
    margin-top: 15px;
  }
  .featured-box-item__text h4 {
    font-size: 18px;
  }
}

/* Pages */
.site-main-header {
  margin-bottom: 45px;
  text-align: center;
}

.site-main-title small {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: Karla, Helvetica, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 400;
}

.page-title {
  margin-bottom: 45px;
  margin-top: 0;
}

/* Page Coming Soon */
.page-template-template-coming {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: scroll;
  height: 100vh;
}
.page-template-template-coming .site,
.page-template-template-coming .container {
  height: 100%;
}
@media (max-width: 767px) {
  .page-template-template-coming {
    height: auto;
    min-height: 100vh;
  }
}

.coming-soon-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .coming-soon-wrapper {
    height: auto;
    width: auto;
  }
}

.coming-soon-content {
  max-width: 630px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.98);
  padding: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.coming-soon-content .countdown-rtl {
  direction: rtl;
}
.coming-soon-content .countdown-holding span {
  color: #888;
}
.coming-soon-content .countdown-row {
  text-align: center;
}
.coming-soon-content .countdown-section {
  padding: 0 25px;
}
.coming-soon-content .countdown-section {
  display: inline-block;
  text-align: center;
}
.coming-soon-content .countdown-amount {
  font-size: 42px;
  font-weight: 300;
}
.coming-soon-content .countdown-period {
  display: block;
  color: #666;
}
.coming-soon-content .countdown-descr {
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .coming-soon-content {
    padding: 20px;
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    margin: 10vh auto;
  }
  .coming-soon-content .countdown-amount {
    font-size: 34px;
  }
}

.coming-soon__logo {
  margin-bottom: 80px;
  text-align: center;
}
.coming-soon__logo .header-logo {
  margin: 0 auto;
}
.coming-soon__title {
  font-size: 42px;
  margin-top: 0;
  margin-bottom: 50px;
  letter-spacing: 0.1em;
}
.coming-soon__countdown {
  margin-bottom: 60px;
}
.coming-soon__countdown .countdown-text {
  text-transform: uppercase;
  margin-bottom: 35px;
  color: #999;
  letter-spacing: 0.1em;
}
.coming-soon__social label {
  text-transform: uppercase;
  color: #999;
  margin-bottom: 25px;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .coming-soon__logo {
    margin-bottom: 40px;
  }
  .coming-soon__title {
    font-size: 36px;
    margin-bottom: 30px;
  }
  .coming-soon__countdown {
    margin-bottom: 30px;
  }
}

/* 404 */
.wrapper-404 {
  margin-top: 50px;
  margin-bottom: 80px;
}
.wrapper-404 .site-main-title {
  font-size: 70px;
}

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
#comments label {
  display: block;
}

.post-comments-wrap {
  margin-top: 70px;
  position: relative;
}
.post-comments-wrap .comment-reply-title {
  margin-top: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 18px;
}
.post-comments-wrap .comment-reply-title small {
  font-size: 80%;
}
.post-comments-wrap .comment-reply-title small #cancel-comment-reply-link:before {
  content: "/";
  padding: 0 10px;
  display: inline-block;
}
@media (max-width: 767px) {
  .post-comments-wrap {
    padding: 20px;
  }
}

.post-comments-title:not(:empty) {
  margin-bottom: 40px;
  margin-top: 0;
  text-transform: uppercase;
  font-size: 18px;
  position: relative;
  padding-bottom: 20px;
  letter-spacing: 1px;
  text-align: center;
}
.post-comments-title:not(:empty):after {
  content: "";
  width: 60px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  border-bottom: 1px solid #000;
  bottom: -1px;
}

.post-comments-list {
  margin-bottom: 30px;
}
.post-comments-list > ul,
.post-comments-list ul.children {
  margin: 0;
  padding: 0;
  list-style: none;
}
.post-comments-list ul.children {
  margin-left: 11%;
}
.post-comments-list .comment-entry,
.post-comments-list .comment-respond {
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid #f0f0f0;
}
.post-comments-list .comment-avatar {
  float: left;
  margin: 0;
  margin-right: 20px;
  width: 8%;
}
.post-comments-list .comment-avatar img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.post-comments-list .comment-text {
  overflow: hidden;
  position: relative;
}
.post-comments-list .comment-body *:last-child {
  margin-bottom: 0;
}
.post-comments-list .comment-links {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 0;
}
.post-comments-list .comment-links a {
  font-weight: 300;
  font-size: 13px;
  line-height: normal;
}
.post-comments-list .comment-links .comment-reply-link:after {
  content: "\f112";
  display: inline-block;
  font: normal normal normal 13px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 10px;
}
.post-comments-list .comment-links .comment-edit-link {
  margin-left: 30px;
}
.post-comments-list .comment-head {
  margin-bottom: 10px;
}
.post-comments-list .comment-author-name {
  margin: 0;
  font-size: 16px;
}
.post-comments-list .comment-time {
  font-size: 10px;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .post-comments-list .comment-avatar {
    display: none;
  }
  .post-comments-list ul.children {
    margin-left: 10%;
  }
  .post-comments-list .comment-links {
    position: relative;
    top: auto;
    right: auto;
    line-height: normal;
    text-align: right;
  }
}

.comment-respond {
  padding: 20px;
  border: 1px solid #f0f0f0;
}

.comment-form {
  width: auto;
  margin-left: -15px;
  margin-right: -15px;
}
.comment-form p {
  margin-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
}
.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
  float: left;
  width: 33.333%;
}
.comment-form .comment-form-author input,
.comment-form .comment-form-email input,
.comment-form .comment-form-url input {
  width: 100%;
}
.comment-form .submit:hover {
  opacity: .8;
}
.comment-form .form-submit {
  clear: both;
}
@media (max-width: 480px) {
  .comment-form .comment-form-author,
  .comment-form .comment-form-email,
  .comment-form .comment-form-url {
    width: 100%;
    float: none;
  }
}
.comment-form .required {
  color: red;
}

.comment-content a {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Featured Slider
--------------------------------------------------------------*/
.site-featured-slider {
  position: relative;
}
.site-featured-slider.fullwidth {
  margin-top: 0;
}
.site-featured-slider.fullwidth .container {
  width: 100% !important;
  padding-left: 0;
  padding-right: 0;
}
.site-featured-slider.layout-2 {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .site-featured-slider.layout-2 {
    margin-top: 0;
  }
}

.featured-slider {
  overflow: hidden;
}
.featured-slider .slick-slide {
  outline: 0;
}
.featured-slider .slick-prev,
.featured-slider .slick-next {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.featured-slider .slick-prev {
  margin-left: -50px;
}
.featured-slider .slick-next {
  margin-right: -50px;
}
.featured-slider:hover .slick-prev {
  margin-left: 0;
}
.featured-slider:hover .slick-next {
  margin-right: 0;
}
.featured-slider .slick-dots li {
  margin: 0 3px;
}

.entry-featured {
  position: relative;
  width: 99.9999%;
  height: 570px;
  background-color: #fff;
  border: 0;
  overflow: hidden;
}
.entry-featured.entry-featured {
  margin-bottom: 0;
}
.entry-featured__thumbnail {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  height: 570px;
  float: left;
  position: relative;
}
.entry-featured__thumbnail:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
}
.entry-featured__info {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  float: none;
  text-align: center;
  display: inline;
}
.entry-featured__info:before {
  content: "";
  height: 100%;
  vertical-align: middle;
  display: inline-block;
}
.entry-featured__info-inner {
  position: relative;
  vertical-align: middle;
  padding: 20px;
  display: inline-block;
  max-width: 730px;
}
.entry-featured__info-wrapper {
  position: relative;
  height: 100%;
  display: block;
  margin: 0 auto;
  max-width: 1140px;
}
.entry-featured .entry-meta {
  margin-bottom: 3em;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  animation: fadeOut-animated 1s both .5s;
}
.entry-featured .entry-meta a {
  color: #fff;
}
.entry-featured .entry-meta span {
  color: #fff;
  padding-bottom: 2px;
  border-bottom: 1px solid #dd5252;
  font-size: 14px;
  letter-spacing: 1px;
}
.slick-active .entry-featured .entry-meta {
  animation: fadeInDown-animated 1s both .5s;
}
.entry-featured__title {
  font-size: 34px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  animation: fadeOut-animated 3s both .5s;
}
.slick-active .entry-featured .entry-featured__title {
  animation: fadeInDown-animated .5s both 1s;
}
.entry-featured__content {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  animation: fadeOut-animated 3s both .5s;
}
.slick-active .entry-featured .entry-featured__content {
  animation: fadeInDown-animated .5s both 1.5s;
}
.entry-featured__more-link {
  display: inline-block;
  padding: 10px 20px;
  min-width: 200px;
  text-align: center;
  margin-top: 3em;
  background-color: #fff;
  color: #000;
  text-transform: uppercase;
}
.entry-featured__more-link:focus, .entry-featured__more-link:active, .entry-featured__more-link:visited {
  color: #000;
}
.entry-featured__more-link:hover {
  opacity: .9;
}
@media (max-width: 991px) {
  .entry-featured__info-inner {
    max-width: 70%;
  }
  .entry-featured__title {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .entry-featured {
    height: 300px;
  }
  .entry-featured__thumbnail, .entry-featured__info {
    height: 300px;
  }
  .entry-featured__info-inner {
    padding: 15px 10px;
    max-width: 230px;
  }
  .entry-featured .entry-meta-category,
  .entry-featured .entry-meta {
    display: none;
  }
  .entry-featured__title {
    font-size: 18px;
  }
  .entry-featured__more-link {
    padding: 5px;
    margin-top: 1em;
    min-width: 120px;
  }
}

.site-featured-slider.layout-2 .featured-slider .slick-slide {
  height: 500px;
  width: 820px;
  margin-left: 20px;
  margin-right: 20px;
}
.site-featured-slider.layout-2 .featured-slider .slick-slide .entry-featured {
  height: 500px;
}
.site-featured-slider.layout-2 .featured-slider .slick-slide .entry-featured__thumbnail {
  height: 500px;
}
@media (max-width: 991px) {
  .site-featured-slider.layout-2 .featured-slider .slick-slide {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .site-featured-slider.layout-2 .featured-slider .slick-slide {
    height: 300px;
  }
  .site-featured-slider.layout-2 .featured-slider .slick-slide .entry-featured {
    height: 300px;
  }
  .site-featured-slider.layout-2 .featured-slider .slick-slide .entry-featured__thumbnail {
    height: 300px;
  }
}

@keyframes fadeInDown-animated {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeOut-animated {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*--------------------------------------------------------------
# Featured Popular Post
--------------------------------------------------------------*/
.site-popular-post__inner {
  padding: 40px 0;
  margin-top: 40px;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}

.popular-post-title {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 40px;
  text-transform: uppercase;
  position: relative;
  letter-spacing: .1em;
  text-align: center;
}

.popular-post-slider {
  margin-left: -5px;
  margin-right: -5px;
  overflow: hidden;
}
.popular-post-slider .slick-slide {
  outline: 0;
}
.popular-post-slider .slick-prev,
.popular-post-slider .slick-next {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.popular-post-slider .slick-prev {
  margin-left: -50px;
}
.popular-post-slider .slick-next {
  margin-right: -50px;
}
.popular-post-slider:hover .slick-prev {
  margin-left: 0;
}
.popular-post-slider:hover .slick-next {
  margin-right: 0;
}

.popular-post__item {
  float: left;
  width: 25%;
  padding: 0 5px;
}
.popular-post__item-inner {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.popular-post__item-thumbnail {
  display: inline-block;
  float: left;
  width: 40%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.popular-post__item-thumbnail:before {
  content: '';
  display: block;
  padding-top: 100%;
}
.popular-post__item-thumbnail img {
  backface-visibility: hidden;
  width: auto;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.popular-post__item-body {
  overflow: hidden;
  padding-left: 10px;
}
.popular-post__item-title {
  margin-top: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0;
}
.popular-post__list-meta {
  margin: 0;
  padding: 0;
  list-style: none;
  text-transform: uppercase;
}
.popular-post__list-meta li {
  display: inline-block;
}
.popular-post__list-meta li:not(:last-child):after {
  content: "\f111";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 5px;
  margin: 0 5px;
  color: #757575;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.popular-post__list-meta li .fa {
  margin-right: 3px;
  font-size: 11px;
}
.popular-post__item-meta {
  font-size: 11px;
}

/*--------------------------------------------------------------
# WooCommerce
--------------------------------------------------------------*/
.woocommerce .shop-wrapper,
.woocommerce-page .shop-wrapper {
  background-color: #fff;
  position: relative;
  margin-bottom: 30px;
}
.woocommerce .shop-wrapper .page-title,
.woocommerce-page .shop-wrapper .page-title {
  text-align: center;
}
.woocommerce .woocommerce-products-header,
.woocommerce-page .woocommerce-products-header {
  text-align: center;
  overflow: hidden;
}
.woocommerce .sorting-wrapper,
.woocommerce-page .sorting-wrapper {
  clear: both;
  overflow: hidden;
  margin: 0 0 20px;
  display: table;
  width: 100%;
  height: 100%;
}
.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-result-count,
.woocommerce-page .woocommerce-ordering {
  display: table-cell;
  vertical-align: middle;
  margin-bottom: 0;
  padding: 10px 0;
  float: none;
  height: 100%;
}
.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
  text-align: left;
}
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
  text-align: right;
}
.woocommerce .woocommerce .star-rating::before,
.woocommerce .star-rating::before,
.woocommerce-page .woocommerce .star-rating::before,
.woocommerce-page .star-rating::before {
  color: #ccc;
}
.woocommerce .woocommerce .star-rating span::before,
.woocommerce .star-rating span::before,
.woocommerce-page .woocommerce .star-rating span::before,
.woocommerce-page .star-rating span::before {
  color: #ffc000;
}
.woocommerce p.stars a::before,
.woocommerce-page p.stars a::before {
  color: #ccc;
}
.woocommerce p.stars a:hover ~ a::before,
.woocommerce-page p.stars a:hover ~ a::before {
  color: #ccc;
}
.woocommerce p.stars:hover a::before,
.woocommerce-page p.stars:hover a::before {
  color: #ffc000;
}
.woocommerce p.stars.selected a.active::before,
.woocommerce-page p.stars.selected a.active::before {
  color: #ffc000;
}
.woocommerce p.stars.selected a.active ~ a::before,
.woocommerce-page p.stars.selected a.active ~ a::before {
  color: #ccc;
}
.woocommerce p.stars.selected a:not(.active)::before,
.woocommerce-page p.stars.selected a:not(.active)::before {
  color: #ffc000;
}
.woocommerce ul.products,
.woocommerce-page ul.products {
  position: relative;
  margin-right: -20px;
  margin-left: -20px;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  padding: 0 20px;
  margin: 0 0 40px;
  text-align: center;
}
.woocommerce ul.products li.product a,
.woocommerce-page ul.products li.product a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.woocommerce ul.products li.product .star-rating,
.woocommerce-page ul.products li.product .star-rating {
  margin: 0 auto 10px;
}
.woocommerce .columns-grid-2 ul.products li.product,
.woocommerce-page .columns-grid-2 ul.products li.product {
  width: 50%;
}
.woocommerce .columns-grid-3 ul.products li.product,
.woocommerce-page .columns-grid-3 ul.products li.product {
  width: 33.333%;
}
.woocommerce .columns-grid-4 ul.products li.product,
.woocommerce-page .columns-grid-4 ul.products li.product {
  width: 25%;
}
.woocommerce span.onsale,
.woocommerce-page span.onsale {
  top: -10px;
  width: 50px;
  line-height: 50px;
  text-transform: uppercase;
  padding: 0;
  font-size: 12px;
}
.woocommerce a.added_to_cart,
.woocommerce-page a.added_to_cart {
  display: inline-block;
  border: 1px solid #ddd;
  color: #333;
  padding: 7px 15px;
  line-height: normal;
  margin-top: 1em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.woocommerce a.added_to_cart:hover,
.woocommerce-page a.added_to_cart:hover {
  color: #fff;
}
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
  font-size: 15px;
  color: #aaa;
}
.woocommerce ul.products li.product .price del,
.woocommerce-page ul.products li.product .price del {
  display: inline-block;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled],
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce-page #respond input#submit,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce-page input.button:disabled,
.woocommerce-page input.button:disabled[disabled],
.woocommerce-page input.button.alt:disabled,
.woocommerce-page input.button.alt:disabled[disabled] {
  font-size: 14px;
  text-transform: uppercase;
  padding: .6em 1em;
  line-height: normal;
  color: #fff;
}
.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit:disabled[disabled]:hover,
.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover,
.woocommerce-page #respond input#submit.disabled:hover,
.woocommerce-page #respond input#submit:disabled:hover,
.woocommerce-page #respond input#submit:disabled[disabled]:hover,
.woocommerce-page a.button.disabled:hover,
.woocommerce-page a.button:disabled:hover,
.woocommerce-page a.button:disabled[disabled]:hover,
.woocommerce-page button.button.disabled:hover,
.woocommerce-page button.button:disabled:hover,
.woocommerce-page button.button:disabled[disabled]:hover,
.woocommerce-page input.button.disabled:hover,
.woocommerce-page input.button:disabled:hover,
.woocommerce-page input.button:disabled[disabled]:hover {
  color: #fff;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button:hover,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce-page input.button.alt:hover {
  color: #fff;
  opacity: .8;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.woocommerce address,
.woocommerce-page address {
  font-style: italic;
}
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-error,
.woocommerce-page .woocommerce-info,
.woocommerce-page .woocommerce-message {
  background-color: #fafafa;
}
.woocommerce table.shop_table,
.woocommerce-page table.shop_table {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.woocommerce table.shop_table thead,
.woocommerce-page table.shop_table thead {
  text-transform: uppercase;
}
.woocommerce table.shop_table thead,
.woocommerce table.shop_table tfoot,
.woocommerce-page table.shop_table thead,
.woocommerce-page table.shop_table tfoot {
  background-color: #fafafa;
}
.woocommerce a.remove,
.woocommerce-page a.remove {
  top: 5px !important;
  width: 20px;
  height: 20px;
  overflow: hidden;
  font-size: 0;
  line-height: 20;
  text-align: center;
}
.woocommerce a.remove:hover,
.woocommerce-page a.remove:hover {
  background-color: transparent !important;
}
.woocommerce a.remove:hover:before,
.woocommerce-page a.remove:hover:before {
  opacity: 1;
  color: red;
}
.woocommerce a.remove:before,
.woocommerce-page a.remove:before {
  content: "\f00d";
  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;
  font-size: 14px;
  line-height: 18px;
  opacity: .8;
  width: 20px;
  height: 20px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.woocommerce ins,
.woocommerce mark,
.woocommerce-page ins,
.woocommerce-page mark {
  background: 0 0;
  font-weight: 700;
}
.woocommerce form .form-row,
.woocommerce-page form .form-row {
  margin: 0 0 20px;
  padding: 0;
}
.woocommerce ul.products li.product.first,
.woocommerce-page ul.products li.product.first {
  clear: none;
}
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
  width: 41%;
  margin-bottom: 3em;
}
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
  width: 55%;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li::before {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .15em;
}
.woocommerce div.product .woocommerce-tabs .panel h2,
.woocommerce-page div.product .woocommerce-tabs .panel h2 {
  font-size: 130%;
}
.woocommerce div.product .woocommerce-tabs .panel h2:first-child,
.woocommerce-page div.product .woocommerce-tabs .panel h2:first-child {
  margin-top: 0;
}
.woocommerce #reviews #comments ol.commentlist,
.woocommerce-page #reviews #comments ol.commentlist {
  margin-top: 30px;
  padding: 0;
}
.woocommerce #reviews #comments ol.commentlist li,
.woocommerce-page #reviews #comments ol.commentlist li {
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar,
.woocommerce-page #reviews #comments ol.commentlist li img.avatar {
  position: relative;
  top: auto;
  left: auto;
  background: transparent;
  border: 0;
  padding: 0;
  width: auto;
  border-radius: 50%;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text {
  border: 0;
  margin-left: 80px;
  padding: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta {
  margin-bottom: 0;
  font-size: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong,
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__author,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta strong,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__author {
  font-size: 13px !important;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__published-date,
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta time,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__published-date,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta time {
  font-size: 10px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .woocommerce-review__dash,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text .woocommerce-review__dash {
  display: none;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text time,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text time {
  display: block;
  text-transform: uppercase;
  font-size: 10px;
}
.woocommerce #review_form .comment-reply-title,
.woocommerce-page #review_form .comment-reply-title {
  margin-top: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 18px;
}
.woocommerce #review_form .comment-form,
.woocommerce-page #review_form .comment-form {
  margin-left: 0;
  margin-right: 0;
}
.woocommerce #review_form .comment-form p,
.woocommerce-page #review_form .comment-form p {
  padding-left: 0;
  padding-right: 0;
}
.woocommerce #review_form .comment-form .comment-form-author,
.woocommerce #review_form .comment-form .comment-form-email,
.woocommerce #review_form .comment-form .comment-form-url,
.woocommerce-page #review_form .comment-form .comment-form-author,
.woocommerce-page #review_form .comment-form .comment-form-email,
.woocommerce-page #review_form .comment-form .comment-form-url {
  width: 48%;
}
.woocommerce #review_form .comment-form .comment-form-email,
.woocommerce-page #review_form .comment-form .comment-form-email {
  margin-left: 4% !important;
}
.woocommerce .related > h2,
.woocommerce .up-sells > h2,
.woocommerce .cross-sells > h2,
.woocommerce .cart_totals > h2,
.woocommerce .checkout h3,
.woocommerce #customer_login h2,
.woocommerce .woocommerce-order h2,
.woocommerce .woocommerce-Address-title > h3,
.woocommerce .woocommerce-MyAccount-content h2, .woocommerce.woocommerce-account .woocommerce h2, .woocommerce.woocommerce-order-received .woocommerce h2,
.woocommerce-page .related > h2,
.woocommerce-page .up-sells > h2,
.woocommerce-page .cross-sells > h2,
.woocommerce-page .cart_totals > h2,
.woocommerce-page .checkout h3,
.woocommerce-page #customer_login h2,
.woocommerce-page .woocommerce-order h2,
.woocommerce-page .woocommerce-Address-title > h3,
.woocommerce-page .woocommerce-MyAccount-content h2,
.woocommerce-page.woocommerce-account .woocommerce h2,
.woocommerce-page.woocommerce-order-received .woocommerce h2 {
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 18px;
  position: relative;
  padding-bottom: 23px;
  letter-spacing: 1px;
}
.woocommerce .related > h2:after,
.woocommerce .up-sells > h2:after,
.woocommerce .cross-sells > h2:after,
.woocommerce .cart_totals > h2:after,
.woocommerce .checkout h3:after,
.woocommerce #customer_login h2:after,
.woocommerce .woocommerce-order h2:after,
.woocommerce .woocommerce-Address-title > h3:after,
.woocommerce .woocommerce-MyAccount-content h2:after, .woocommerce.woocommerce-account .woocommerce h2:after, .woocommerce.woocommerce-order-received .woocommerce h2:after,
.woocommerce-page .related > h2:after,
.woocommerce-page .up-sells > h2:after,
.woocommerce-page .cross-sells > h2:after,
.woocommerce-page .cart_totals > h2:after,
.woocommerce-page .checkout h3:after,
.woocommerce-page #customer_login h2:after,
.woocommerce-page .woocommerce-order h2:after,
.woocommerce-page .woocommerce-Address-title > h3:after,
.woocommerce-page .woocommerce-MyAccount-content h2:after,
.woocommerce-page.woocommerce-account .woocommerce h2:after,
.woocommerce-page.woocommerce-order-received .woocommerce h2:after {
  content: "";
  width: 50px;
  position: absolute;
  left: 0;
  border-bottom: 1px solid #000;
  bottom: -1px;
}
.woocommerce .woocommerce-MyAccount-content h3,
.woocommerce .woocommerce-order h3, .woocommerce.woocommerce-order-received .woocommerce h3,
.woocommerce-page .woocommerce-MyAccount-content h3,
.woocommerce-page .woocommerce-order h3,
.woocommerce-page.woocommerce-order-received .woocommerce h3 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 17px;
}
.woocommerce #content div.product div.thumbnails,
.woocommerce div.product div.images div.thumbnails,
.woocommerce-page #content div.product div.thumbnails,
.woocommerce-page div.product div.images div.thumbnails {
  text-align: center;
}
.woocommerce #content div.product div.thumbnails a,
.woocommerce div.product div.images div.thumbnails a,
.woocommerce-page #content div.product div.thumbnails a,
.woocommerce-page div.product div.images div.thumbnails a {
  float: none;
  display: inline-block;
  width: 12.5%;
  margin: 0;
  padding: 5px;
  vertical-align: top;
}
.woocommerce div.product div.images .flex-control-thumbs,
.woocommerce-page div.product div.images .flex-control-thumbs {
  margin-top: 10px;
  text-align: center;
}
.woocommerce div.product div.images .flex-control-thumbs li,
.woocommerce-page div.product div.images .flex-control-thumbs li {
  float: none;
  display: inline-block;
  width: 12.5%;
  margin: 0;
  padding: 5px;
  vertical-align: top;
}
.woocommerce div.product .woocommerce-product-rating,
.woocommerce-page div.product .woocommerce-product-rating {
  margin-bottom: 1em;
}
.woocommerce .woocommerce-review-link,
.woocommerce-page .woocommerce-review-link {
  font-style: italic;
  font-size: 100%;
  color: #aaa;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce-page div.product p.price,
.woocommerce-page div.product span.price {
  color: #333;
}
.woocommerce .quantity .qty,
.woocommerce-page .quantity .qty {
  width: 70px;
}
.woocommerce div.product form.cart,
.woocommerce div.product p.cart,
.woocommerce-page div.product form.cart,
.woocommerce-page div.product p.cart {
  margin-top: 3em;
}
.woocommerce #content div.product form.cart .variations td.label,
.woocommerce-page #content div.product form.cart .variations td.label {
  padding-right: 1em;
}
.woocommerce #content div.product form.cart .variations label,
.woocommerce-page #content div.product form.cart .variations label {
  display: inline-block;
  padding: 6px 0;
  height: 40px;
}
.woocommerce #content div.product form.cart .variations .value,
.woocommerce-page #content div.product form.cart .variations .value {
  position: relative;
  padding-right: 32px;
}
.woocommerce div.product form.cart .variations select,
.woocommerce-page div.product form.cart .variations select {
  width: 100%;
}
.woocommerce div.product form.cart .woocommerce-variation,
.woocommerce-page div.product form.cart .woocommerce-variation {
  background-color: #fcfcfc;
  padding: 15px;
  margin-bottom: 15px;
}
.woocommerce div.product form.cart .reset_variations,
.woocommerce-page div.product form.cart .reset_variations {
  position: absolute;
  overflow: hidden;
  right: 0;
  top: 20%;
  color: transparent;
}
.woocommerce div.product form.cart .reset_variations:after,
.woocommerce-page div.product form.cart .reset_variations:after {
  content: "\f00d";
  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;
  border: 1px solid #333;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  color: #000;
  left: 4px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.woocommerce div.product form.cart .reset_variations:hover:after,
.woocommerce-page div.product form.cart .reset_variations:hover:after {
  color: red;
  border-color: red;
}
.woocommerce div.product .product_meta,
.woocommerce-page div.product .product_meta {
  font-size: 16px;
  padding-top: 20px;
  margin-top: 40px;
  border-top: 1px solid #fafafa;
}
.woocommerce div.product .product_meta .sku_wrapper,
.woocommerce-page div.product .product_meta .sku_wrapper {
  display: block;
}
.woocommerce div.product .product_meta .posted_in,
.woocommerce div.product .product_meta .tagged_as,
.woocommerce-page div.product .product_meta .posted_in,
.woocommerce-page div.product .product_meta .tagged_as {
  display: block;
}
.woocommerce div.product .product_meta .posted_in a:hover,
.woocommerce div.product .product_meta .tagged_as a:hover,
.woocommerce-page div.product .product_meta .posted_in a:hover,
.woocommerce-page div.product .product_meta .tagged_as a:hover {
  color: #333;
}
.woocommerce .woocommerce-tabs,
.woocommerce-page .woocommerce-tabs {
  margin-bottom: 3em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce .up-sells ul.products li.product,
.woocommerce .related ul.products li.product,
.woocommerce-page .up-sells ul.products li.product,
.woocommerce-page .related ul.products li.product {
  width: 25%;
}
.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
  margin-top: 3em;
}
.woocommerce .cart-discount a.woocommerce-remove-coupon,
.woocommerce-page .cart-discount a.woocommerce-remove-coupon {
  font-size: 0;
  width: 20px;
  height: 20px;
  line-height: 18px;
  color: red;
  margin-left: 5px;
}
.woocommerce .cart-discount a.woocommerce-remove-coupon:before,
.woocommerce-page .cart-discount a.woocommerce-remove-coupon:before {
  content: "\f00d";
  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;
  font-size: 14px;
  line-height: 18px;
  border: 1px solid red;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
  opacity: .3;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.woocommerce .cart-discount a.woocommerce-remove-coupon:hover:before,
.woocommerce-page .cart-discount a.woocommerce-remove-coupon:hover:before {
  opacity: 1;
}
.woocommerce p.cart-empty,
.woocommerce p.return-to-shop,
.woocommerce-page p.cart-empty,
.woocommerce-page p.return-to-shop {
  text-align: center;
}
.woocommerce .woocommerce-pagination ul.page-numbers,
.woocommerce-page .woocommerce-pagination ul.page-numbers {
  display: block;
  margin: 30px 0 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  overflow: hidden;
  border: none;
}
.woocommerce .woocommerce-pagination ul.page-numbers li,
.woocommerce-page .woocommerce-pagination ul.page-numbers li {
  border-right: 0;
  display: inline-block;
  float: none;
}
.woocommerce .woocommerce-pagination a.page-numbers,
.woocommerce .woocommerce-pagination span.page-numbers,
.woocommerce-page .woocommerce-pagination a.page-numbers,
.woocommerce-page .woocommerce-pagination span.page-numbers {
  padding: 0 5px;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.woocommerce .woocommerce-pagination a.page-numbers:hover, .woocommerce .woocommerce-pagination a.page-numbers.current,
.woocommerce .woocommerce-pagination span.page-numbers:hover,
.woocommerce .woocommerce-pagination span.page-numbers.current,
.woocommerce-page .woocommerce-pagination a.page-numbers:hover,
.woocommerce-page .woocommerce-pagination a.page-numbers.current,
.woocommerce-page .woocommerce-pagination span.page-numbers:hover,
.woocommerce-page .woocommerce-pagination span.page-numbers.current {
  color: #a2a2a2;
}
.woocommerce .woocommerce-pagination a.page-numbers:hover,
.woocommerce .woocommerce-pagination a.page-numbers.current,
.woocommerce .woocommerce-pagination span.page-numbers:hover,
.woocommerce .woocommerce-pagination span.page-numbers.current,
.woocommerce-page .woocommerce-pagination a.page-numbers:hover,
.woocommerce-page .woocommerce-pagination a.page-numbers.current,
.woocommerce-page .woocommerce-pagination span.page-numbers:hover,
.woocommerce-page .woocommerce-pagination span.page-numbers.current {
  background: transparent;
}
.woocommerce.woocommerce-checkout .col2-set,
.woocommerce-page.woocommerce-checkout .col2-set {
  float: left;
  width: 48%;
}
.woocommerce.woocommerce-checkout .col2-set .col-1,
.woocommerce.woocommerce-checkout .col2-set .col-2,
.woocommerce-page.woocommerce-checkout .col2-set .col-1,
.woocommerce-page.woocommerce-checkout .col2-set .col-2 {
  float: none;
  width: 100%;
}
.woocommerce #order_review_heading,
.woocommerce .woocommerce-checkout-review-order,
.woocommerce-page #order_review_heading,
.woocommerce-page .woocommerce-checkout-review-order {
  float: right;
  width: 48%;
  clear: initial;
  margin-right: 0;
}
.woocommerce .create-account .input-checkbox,
.woocommerce-page .create-account .input-checkbox {
  position: relative;
}
.woocommerce #add_payment_method #payment div.payment_box,
.woocommerce .woocommerce-cart #payment div.payment_box,
.woocommerce .woocommerce-checkout #payment div.payment_box,
.woocommerce-page #add_payment_method #payment div.payment_box,
.woocommerce-page .woocommerce-cart #payment div.payment_box,
.woocommerce-page .woocommerce-checkout #payment div.payment_box {
  background-color: #f7f7f7;
}
.woocommerce #add_payment_method #payment div.payment_box:before,
.woocommerce .woocommerce-cart #payment div.payment_box:before,
.woocommerce .woocommerce-checkout #payment div.payment_box:before,
.woocommerce-page #add_payment_method #payment div.payment_box:before,
.woocommerce-page .woocommerce-cart #payment div.payment_box:before,
.woocommerce-page .woocommerce-checkout #payment div.payment_box:before {
  border-bottom-color: #f7f7f7;
}
.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  width: 120px;
}
.woocommerce #add_payment_method #payment,
.woocommerce .woocommerce-cart #payment,
.woocommerce .woocommerce-checkout #payment,
.woocommerce-page #add_payment_method #payment,
.woocommerce-page .woocommerce-cart #payment,
.woocommerce-page .woocommerce-checkout #payment {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background: #fcfcfc;
}
.woocommerce #add_payment_method #payment ul.payment_methods,
.woocommerce .woocommerce-cart #payment ul.payment_methods,
.woocommerce .woocommerce-checkout #payment ul.payment_methods,
.woocommerce-page #add_payment_method #payment ul.payment_methods,
.woocommerce-page .woocommerce-cart #payment ul.payment_methods,
.woocommerce-page .woocommerce-checkout #payment ul.payment_methods {
  border-color: #ddd;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login, .woocommerce .woocommerce form.register,
.woocommerce-page form.checkout_coupon,
.woocommerce-page form.login,
.woocommerce-page .woocommerce form.register {
  border-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.woocommerce form .form-row .select2-container,
.woocommerce-page form .form-row .select2-container {
  width: 100%;
  line-height: 2em;
}
.woocommerce form .form-row .select2-container .select2-selection--single,
.woocommerce-page form .form-row .select2-container .select2-selection--single {
  outline: 0;
  padding: 7px 6px;
  height: auto;
  border-radius: 0;
  border: 1px solid #f0f0f0;
}
.woocommerce form .form-row .select2-container .select2-selection--single .select2-selection__arrow,
.woocommerce-page form .form-row .select2-container .select2-selection--single .select2-selection__arrow {
  height: 42px;
  right: 5px;
}
.woocommerce .select2-dropdown,
.woocommerce .select2-container--default .select2-search--dropdown .select2-search__field,
.woocommerce-page .select2-dropdown,
.woocommerce-page .select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #f0f0f0;
}
.woocommerce .select2-dropdown,
.woocommerce-page .select2-dropdown {
  z-index: 998;
}
.woocommerce ul.order_details,
.woocommerce-page ul.order_details {
  background-color: #fafafa;
  list-style: none;
  padding: 0;
  position: relative;
  margin: 3em 0;
}
.woocommerce ul.order_details li,
.woocommerce-page ul.order_details li {
  padding: 1em 1.618em;
  font-size: .8em;
  text-transform: uppercase;
  float: none;
  border-right: 0;
  margin-right: 0;
  display: block;
  border-bottom: 1px solid #f2f2f2;
}
.woocommerce ul.order_details li strong,
.woocommerce-page ul.order_details li strong {
  display: block;
  font-size: 1.41575em;
  text-transform: none;
}
.woocommerce .woocommerce-MyAccount-navigation,
.woocommerce-page .woocommerce-MyAccount-navigation {
  padding-right: 30px;
  margin-bottom: 2em;
}
.woocommerce .woocommerce-MyAccount-navigation ul,
.woocommerce-page .woocommerce-MyAccount-navigation ul {
  padding: 0;
  margin: 0;
}
.woocommerce .woocommerce-MyAccount-navigation ul li,
.woocommerce-page .woocommerce-MyAccount-navigation ul li {
  list-style: none;
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.woocommerce .woocommerce-MyAccount-navigation ul li:first-child,
.woocommerce-page .woocommerce-MyAccount-navigation ul li:first-child {
  border-top: 0;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a,
.woocommerce-page .woocommerce-MyAccount-navigation ul li a {
  padding: .875em 0;
  display: block;
  line-height: normal;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 600;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a:before,
.woocommerce-page .woocommerce-MyAccount-navigation ul li a:before {
  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;
  text-align: right;
  float: right;
  margin-left: 5px;
  opacity: .6;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a:hover:before,
.woocommerce-page .woocommerce-MyAccount-navigation ul li a:hover:before {
  opacity: 1;
}
.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-page .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #dd5252;
}
.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a:before,
.woocommerce-page .woocommerce-MyAccount-navigation ul li.is-active a:before {
  opacity: 1;
}
.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before,
.woocommerce-page .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
  content: "\f0e4";
}
.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before,
.woocommerce-page .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
  content: "\f07a";
}
.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before,
.woocommerce-page .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
  content: "\f0ed";
}
.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before,
.woocommerce-page .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
  content: "\f2bc";
}
.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before,
.woocommerce-page .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
  content: "\f007";
}
.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before,
.woocommerce-page .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
  content: "\f08b";
}
.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before,
.woocommerce-page .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before {
  content: "\f09d";
}
.woocommerce .woocommerce-MyAccount-content a:not(.button),
.woocommerce-page .woocommerce-MyAccount-content a:not(.button) {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.woocommerce .woocommerce-MyAccount-content a:not(.button):hover,
.woocommerce-page .woocommerce-MyAccount-content a:not(.button):hover {
  color: #333;
}
.woocommerce .woocommerce-MyAccount-content h3.woocommerce-column__title,
.woocommerce-page .woocommerce-MyAccount-content h3.woocommerce-column__title {
  font-size: 18px;
  text-transform: uppercase;
}
.woocommerce .addresses header.title a,
.woocommerce-page .addresses header.title a {
  float: right;
  display: block;
  width: 1em;
  height: 1em;
  text-indent: -9999px;
  position: relative;
  padding: .875em;
  margin-top: .6180469716em;
}
.woocommerce .addresses header.title a:before,
.woocommerce-page .addresses header.title a:before {
  content: "\f044";
  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;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  text-indent: 0;
}
.woocommerce .widget_rating_filter ul li,
.woocommerce-page .widget_rating_filter ul li {
  margin-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 10px;
}
.woocommerce .widget_rating_filter ul li:last-child,
.woocommerce-page .widget_rating_filter ul li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.woocommerce .widget_rating_filter ul li a,
.woocommerce-page .widget_rating_filter ul li a {
  display: block;
  text-align: right;
  line-height: normal;
}
.woocommerce .widget_rating_filter ul li .star-rating,
.woocommerce-page .widget_rating_filter ul li .star-rating {
  float: left;
}
.woocommerce .widget_layered_nav select,
.woocommerce .widget_layered_nav_filters select,
.woocommerce-page .widget_layered_nav select,
.woocommerce-page .widget_layered_nav_filters select {
  width: 100%;
}
.woocommerce .widget_layered_nav ul li,
.woocommerce .widget_layered_nav_filters ul li,
.woocommerce-page .widget_layered_nav ul li,
.woocommerce-page .widget_layered_nav_filters ul li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
  line-height: normal;
  float: none;
}
.woocommerce .widget_layered_nav ul li:before,
.woocommerce .widget_layered_nav_filters ul li:before,
.woocommerce-page .widget_layered_nav ul li:before,
.woocommerce-page .widget_layered_nav_filters ul li:before {
  content: "\f0c8";
  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;
  position: absolute;
  opacity: 0.2;
  left: 0;
  top: 2px;
  display: none;
}
.woocommerce .widget_layered_nav ul li span.count,
.woocommerce .widget_layered_nav_filters ul li span.count,
.woocommerce-page .widget_layered_nav ul li span.count,
.woocommerce-page .widget_layered_nav_filters ul li span.count {
  float: right;
}
.woocommerce .widget_layered_nav ul li.chosen:before,
.woocommerce .widget_layered_nav_filters ul li.chosen:before,
.woocommerce-page .widget_layered_nav ul li.chosen:before,
.woocommerce-page .widget_layered_nav_filters ul li.chosen:before {
  content: "\f14a";
}
.woocommerce .widget_layered_nav ul li a:before,
.woocommerce .widget_layered_nav_filters ul li a:before,
.woocommerce-page .widget_layered_nav ul li a:before,
.woocommerce-page .widget_layered_nav_filters ul li a:before {
  display: none;
}
.woocommerce .widget_layered_nav ul li:last-child,
.woocommerce .widget_layered_nav_filters ul li:last-child,
.woocommerce-page .widget_layered_nav ul li:last-child,
.woocommerce-page .widget_layered_nav_filters ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #dd5252;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
  border: 1px solid #dd5252;
  background-color: #fff;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,
.woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #eee;
}
.woocommerce .widget_price_filter .price_slider_amount,
.woocommerce-page .widget_price_filter .price_slider_amount {
  text-align: left;
}
.woocommerce .widget_price_filter .price_slider_amount .price_label,
.woocommerce-page .widget_price_filter .price_slider_amount .price_label {
  font-weight: 600;
}
.woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce-page .widget_price_filter .price_slider_amount .button {
  font-size: 14px;
  line-height: normal;
  float: right;
  height: 35px;
}
.woocommerce .widget_shopping_cart ul.cart_list li,
.woocommerce .widget_shopping_cart ul.product_list_widget li,
.woocommerce-page .widget_shopping_cart ul.cart_list li,
.woocommerce-page .widget_shopping_cart ul.product_list_widget li {
  margin: 0;
  margin-top: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #e6e6e6;
}
.woocommerce .widget_shopping_cart .cart_list li.empty,
.woocommerce-page .widget_shopping_cart .cart_list li.empty {
  text-align: center;
  padding-left: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
.woocommerce .widget_shopping_cart .total,
.woocommerce .widget_shopping_cart .buttons,
.woocommerce-page .widget_shopping_cart .total,
.woocommerce-page .widget_shopping_cart .buttons {
  text-align: right;
}
.woocommerce .widget_shopping_cart .total,
.woocommerce-page .widget_shopping_cart .total {
  border-top: 0;
  padding-top: 10px;
}
.woocommerce .widget_product_categories select,
.woocommerce-page .widget_product_categories select {
  width: 100%;
}
.woocommerce .widget_product_categories ul li,
.woocommerce-page .widget_product_categories ul li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
  line-height: normal;
  float: none;
}
.woocommerce .widget_product_categories ul li:before,
.woocommerce-page .widget_product_categories ul li:before {
  content: "\f07b";
  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;
  position: absolute;
  opacity: 0.2;
  left: 0;
  top: 2px;
  display: none;
}
.woocommerce .widget_product_categories ul li span.count,
.woocommerce-page .widget_product_categories ul li span.count {
  float: right;
}
.woocommerce .widget_product_categories ul li.chosen:before,
.woocommerce-page .widget_product_categories ul li.chosen:before {
  content: "\f14a";
}
.woocommerce .widget_product_categories ul li.current-cat:before,
.woocommerce-page .widget_product_categories ul li.current-cat:before {
  content: "\f07c";
}
.woocommerce .widget_product_categories ul li a:before,
.woocommerce-page .widget_product_categories ul li a:before {
  display: none;
}
.woocommerce .widget_product_categories ul li:last-child,
.woocommerce-page .widget_product_categories ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.woocommerce .widget_product_categories ul.children,
.woocommerce .widget_product_categories ul.sub-menu,
.woocommerce-page .widget_product_categories ul.children,
.woocommerce-page .widget_product_categories ul.sub-menu {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}
.woocommerce .widget_product_search input[type="submit"],
.woocommerce-page .widget_product_search input[type="submit"] {
  display: none;
}
.woocommerce .widget_product_tag_cloud,
.woocommerce-page .widget_product_tag_cloud {
  position: relative;
}
.woocommerce .widget_product_tag_cloud a,
.woocommerce-page .widget_product_tag_cloud a {
  font-size: 13px !important;
  padding: 5px 10px;
  margin-bottom: 5px;
  border: 1px solid #e6e6e6;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.woocommerce .widget_product_tag_cloud a:hover,
.woocommerce-page .widget_product_tag_cloud a:hover {
  background-color: #dd5252;
  color: #fff;
  border-color: #dd5252;
}
.woocommerce .widget_products ul li,
.woocommerce .widget_recently_viewed_products ul li,
.woocommerce .widget_top_rated_products ul li,
.woocommerce-page .widget_products ul li,
.woocommerce-page .widget_recently_viewed_products ul li,
.woocommerce-page .widget_top_rated_products ul li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
  line-height: normal;
  float: none;
}
.woocommerce .widget_products ul li .star-rating,
.woocommerce .widget_recently_viewed_products ul li .star-rating,
.woocommerce .widget_top_rated_products ul li .star-rating,
.woocommerce-page .widget_products ul li .star-rating,
.woocommerce-page .widget_recently_viewed_products ul li .star-rating,
.woocommerce-page .widget_top_rated_products ul li .star-rating {
  margin-top: 5px;
  margin-bottom: 5px;
}
.woocommerce .widget_products ul li:last-child,
.woocommerce .widget_recently_viewed_products ul li:last-child,
.woocommerce .widget_top_rated_products ul li:last-child,
.woocommerce-page .widget_products ul li:last-child,
.woocommerce-page .widget_recently_viewed_products ul li:last-child,
.woocommerce-page .widget_top_rated_products ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .woocommerce #content div.product div.images,
  .woocommerce div.product div.images,
  .woocommerce #content div.product div.summary,
  .woocommerce div.product div.summary,
  .woocommerce-page #content div.product div.images,
  .woocommerce-page div.product div.images,
  .woocommerce-page #content div.product div.summary,
  .woocommerce-page div.product div.summary {
    width: 100%;
  }
  .woocommerce .up-sells ul.products li.product,
  .woocommerce .related ul.products li.product,
  .woocommerce-page .up-sells ul.products li.product,
  .woocommerce-page .related ul.products li.product {
    width: 50%;
  }
  .woocommerce.woocommerce-checkout .col2-set,
  .woocommerce #order_review_heading,
  .woocommerce .woocommerce-checkout-review-order,
  .woocommerce-page.woocommerce-checkout .col2-set,
  .woocommerce-page #order_review_heading,
  .woocommerce-page .woocommerce-checkout-review-order {
    float: none;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .woocommerce .columns-grid-2 ul.products li.product,
  .woocommerce .columns-grid-3 ul.products li.product,
  .woocommerce .columns-grid-4 ul.products li.product,
  .woocommerce-page .columns-grid-2 ul.products li.product,
  .woocommerce-page .columns-grid-3 ul.products li.product,
  .woocommerce-page .columns-grid-4 ul.products li.product {
    width: 50%;
  }
  .woocommerce .woocommerce-MyAccount-navigation,
  .woocommerce-page .woocommerce-MyAccount-navigation {
    padding-right: 0;
  }
  .woocommerce .woocommerce-account .woocommerce-MyAccount-navigation,
  .woocommerce .woocommerce-account .woocommerce-MyAccount-content,
  .woocommerce-page .woocommerce-account .woocommerce-MyAccount-navigation,
  .woocommerce-page .woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .woocommerce .columns-grid-2 ul.products li.product,
  .woocommerce .columns-grid-3 ul.products li.product,
  .woocommerce .columns-grid-4 ul.products li.product,
  .woocommerce-page .columns-grid-2 ul.products li.product,
  .woocommerce-page .columns-grid-3 ul.products li.product,
  .woocommerce-page .columns-grid-4 ul.products li.product {
    width: 100%;
  }
  .woocommerce .woocommerce-result-count,
  .woocommerce .woocommerce-ordering,
  .woocommerce-page .woocommerce-result-count,
  .woocommerce-page .woocommerce-ordering {
    display: block;
    text-align: center;
  }
  .woocommerce #content div.product .woocommerce-tabs ul.tabs,
  .woocommerce div.product .woocommerce-tabs ul.tabs,
  .woocommerce #content div.product .woocommerce-tabs ul.tabs,
  .woocommerce div.product .woocommerce-tabs ul.tabs,
  .woocommerce-page #content div.product .woocommerce-tabs ul.tabs,
  .woocommerce-page div.product .woocommerce-tabs ul.tabs,
  .woocommerce-page #content div.product .woocommerce-tabs ul.tabs,
  .woocommerce-page div.product .woocommerce-tabs ul.tabs {
    padding: 0;
    border: 1px solid #d3ced2;
  }
  .woocommerce #content div.product .woocommerce-tabs ul.tabs:before,
  .woocommerce div.product .woocommerce-tabs ul.tabs:before,
  .woocommerce #content div.product .woocommerce-tabs ul.tabs:before,
  .woocommerce div.product .woocommerce-tabs ul.tabs:before,
  .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before,
  .woocommerce-page div.product .woocommerce-tabs ul.tabs:before,
  .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before,
  .woocommerce-page div.product .woocommerce-tabs ul.tabs:before {
    border-bottom: 0;
  }
  .woocommerce #content div.product .woocommerce-tabs ul.tabs li,
  .woocommerce div.product .woocommerce-tabs ul.tabs li,
  .woocommerce #content div.product .woocommerce-tabs ul.tabs li,
  .woocommerce div.product .woocommerce-tabs ul.tabs li,
  .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
  .woocommerce-page div.product .woocommerce-tabs ul.tabs li,
  .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
  .woocommerce-page div.product .woocommerce-tabs ul.tabs li {
    display: block;
    border: 0;
    border-bottom: 1px solid #d3ced2;
  }
  .woocommerce #content div.product .woocommerce-tabs ul.tabs li:last-child,
  .woocommerce div.product .woocommerce-tabs ul.tabs li:last-child,
  .woocommerce #content div.product .woocommerce-tabs ul.tabs li:last-child,
  .woocommerce div.product .woocommerce-tabs ul.tabs li:last-child,
  .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:last-child,
  .woocommerce-page div.product .woocommerce-tabs ul.tabs li:last-child,
  .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:last-child,
  .woocommerce-page div.product .woocommerce-tabs ul.tabs li:last-child {
    border-bottom: 0;
  }
  .woocommerce #review_form .comment-form .comment-form-author,
  .woocommerce #review_form .comment-form .comment-form-email,
  .woocommerce #review_form .comment-form .comment-form-url,
  .woocommerce-page #review_form .comment-form .comment-form-author,
  .woocommerce-page #review_form .comment-form .comment-form-email,
  .woocommerce-page #review_form .comment-form .comment-form-url {
    width: 100%;
  }
  .woocommerce #review_form .comment-form .comment-form-email,
  .woocommerce-page #review_form .comment-form .comment-form-email {
    margin-left: 0% !important;
  }
  .woocommerce #reviews #comments ol.commentlist li img.avatar,
  .woocommerce-page #reviews #comments ol.commentlist li img.avatar {
    display: none;
  }
  .woocommerce #reviews #comments ol.commentlist li .comment-text,
  .woocommerce-page #reviews #comments ol.commentlist li .comment-text {
    margin-left: 0;
  }
  .woocommerce .up-sells ul.products li.product,
  .woocommerce .related ul.products li.product,
  .woocommerce .cross-sells ul.products li.product,
  .woocommerce-page .up-sells ul.products li.product,
  .woocommerce-page .related ul.products li.product,
  .woocommerce-page .cross-sells ul.products li.product {
    width: 100%;
  }
}

.woocommerce #respond input#submit,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce span.onsale,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.added_to_cart:hover,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover,
.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit:disabled[disabled]:hover,
.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #000;
}

#add_payment_method table.cart td.actions .coupon .input-text:focus,
.woocommerce-cart table.cart td.actions .coupon .input-text:focus,
.woocommerce-checkout table.cart td.actions .coupon .input-text:focus,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.added_to_cart:hover,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
  border-color: #000;
}

.woocommerce span.onsale,
.woocommerce-page span.onsale {
  width: 60px;
  line-height: normal;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*# sourceMappingURL=main.css.map */



/* Theme customization starts here
------------------------------------------------------- */


div.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0; 
    overflow: hidden;
}
div.video-container iframe,
div.video-container object,
div.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
