/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*===================== Variable =====================*/
/*=== Grid & Layout ===*/
/*=== Color === */
/*=== Background Color ===*/
.clear,
.row:after {
  content: '';
  display: table;
  clear: both;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.columns {
  float: left;
  padding: 0 15px;
}
.columns-1 {
  width: 8.333333333333334%;
}
.columns-2 {
  width: 16.666666666666668%;
}
.columns-3 {
  width: 25%;
}
.columns-4 {
  width: 33.333333333333336%;
}
.columns-5 {
  width: 41.666666666666664%;
}
.columns-6 {
  width: 50%;
}
.columns-7 {
  width: 58.333333333333336%;
}
.columns-8 {
  width: 66.66666666666667%;
}
.columns-9 {
  width: 75%;
}
.columns-10 {
  width: 83.33333333333333%;
}
.columns-11 {
  width: 91.66666666666667%;
}
.columns-12 {
  width: 100%;
}
.pull-1 {
  left: -8.33333333%;
}
.pull-2 {
  left: -16.66666667%;
}
.pull-3 {
  left: -25%;
}
.pull-4 {
  left: -33.33333333%;
}
.pull-5 {
  left: -41.66666667%;
}
.pull-6 {
  left: -50%;
}
.pull-7 {
  left: -58.33333333%;
}
.pull-8 {
  left: -66.66666667%;
}
.pull-9 {
  left: -75%;
}
.pull-10 {
  left: -83.33333333%;
}
.pull-11 {
  left: -91.66666667%;
}
.pull-12 {
  left: -100%;
}
.push-1 {
  left: 8.333333333333334%;
}
.push-2 {
  left: 16.666666666666668%;
}
.push-3 {
  left: 25%;
}
.push-4 {
  left: 33.333333333333336%;
}
.push-5 {
  left: 41.666666666666664%;
}
.push-6 {
  left: 50%;
}
.push-7 {
  left: 58.333333333333336%;
}
.push-8 {
  left: 66.66666666666667%;
}
.push-9 {
  left: 75%;
}
.push-10 {
  left: 83.33333333333333%;
}
.push-11 {
  left: 91.66666666666667%;
}
.push-12 {
  left: 100%;
}
/*============================================================ 
                        CSS OVERVIEWS
                1. GENERAL
                2. LAYOUT
                3. HEADER
                4. SLIDER FEATURES
                5. WIDGET
                6. CONTENT BOTTOM
                7. FOTTER
                8. OTHER
        	
============================================================*/
/* ============================================================ 
    1. GENERAL
=============================================================*/
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  outline: 0;
}
*:focus,
*:after:focus,
*:before:focus {
  outline: 0;
}
*:after,
*:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.clear:before,
.clear:after {
  content: ' ';
  display: table;
}
.clear:after {
  clear: both;
}
.clear,
.row:after {
  *zoom: 1;
}
.transition,
a,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input.input-text,
input[type="submit"],
button[type="submit"],
.button,
.document-header .navigation .menu li .sub-menu,
.document-header .navigation .menu li .sub-menu > .menu-item-has-children:after,
.document-header .navigation .menu > .menu-item-has-children:after,
.document-header .navigation .menu.menu-extra li.menu-shop-icon .submenu,
.document-header .navigation .menu.menu-extra li.menu-search-icon .submenu,
.document-slider .owl-nav .owl-prev,
.document-slider .owl-nav .owl-next,
.widget.widget_search .search-form .search-submit,
.widget.widget_tag_cloud .tagcloud a:after,
.error404 .content .search-form .search-submit,
.search .content .search-form .search-submit,
.gotop-button a:after,
.gotop-button a:before,
.navigation.post-navigation .nav-links li a span,
.navigation.post-navigation .nav-links li:after,
.navigation.paging-navigation.pager-numeric .page-numbers.prev:after,
.navigation.paging-navigation.pager-numeric .page-numbers.next:after,
.navigation.pager a:after,
.navigation.loadmore a:after,
.gallery .gallery-item a:after,
.gallery-caption,
.blog .hentry .post-gallery.post-gallery-slider .owl-prev,
.single .hentry .post-gallery.post-gallery-slider .owl-prev,
.archive .hentry .post-gallery.post-gallery-slider .owl-prev,
.blog .hentry .post-gallery.post-gallery-slider .owl-next,
.single .hentry .post-gallery.post-gallery-slider .owl-next,
.archive .hentry .post-gallery.post-gallery-slider .owl-next,
.blog .hentry .post-tags .post-tags-content a:after,
.single .hentry .post-tags .post-tags-content a:after,
.archive .hentry .post-tags .post-tags-content a:after,
.related-posts .owl-nav .owl-prev,
.related-posts .owl-nav .owl-next,
.woocommerce .products li a img.secondary-image,
.woocommerce-page .products li a img.secondary-image,
.widget.widget_product_search .woocommerce-product-search input[type="submit"],
.document-main .wpb_single_image .vc_figure a img {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.wp-caption {
  max-width: 100%;
}
.wp-caption-text {
  font-size: 12px;
  color: #b3b3b3;
}
.alignleft {
  float: left;
  margin: 6px 30px 6px 0;
  clear: left;
}
.alignright {
  float: right;
  margin: 6px 0 6px 30px;
  clear: right;
}
.aligncenter {
  text-align: center;
}
.bypostauthor {
  font-weight: normal;
}
.wrapper {
  margin: 0 auto;
  position: relative;
}
.wrapper:after {
  clear: both;
  content: "";
  display: table;
}
.parallax {
  background-attachment: fixed;
  background-size: cover;
  background-position: 50% 50%;
}
.dropcap {
  border: 1px solid;
  float: left;
  font-size: 24px;
  height: 40px;
  line-height: 38px;
  margin: 10px 15px 0 0;
  text-align: center;
  width: 40px;
}
html {
  overflow-x: hidden;
}
body {
  line-height: 2;
  background: #fff;
  overflow-x: hidden;
}
body i.fa {
  font-size: 14px;
}
body i.fa.fa-2x {
  font-size: 2em;
}
body i.fa.fa-3x {
  font-size: 3em;
}
body i.fa.fa-4x {
  font-size: 4em;
}
body i.fa.fa-5x {
  font-size: 5em;
}
a {
  text-decoration: none;
}
a:hover {
  color: #333;
}
a.link {
  border-bottom: 1px solid;
  color: #333;
  padding-bottom: 5px;
  font-weight: bold;
}
a.link:hover {
  border-color: #333;
}
p {
  margin-top: 0;
  margin-bottom: 20px;
}
p:last-child {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 30px 0 20px 0;
  color: #333;
  line-height: 1.1;
  letter-spacing: 1px;
}
h1.no-margin-top,
h2.no-margin-top,
h3.no-margin-top,
h4.no-margin-top,
h5.no-margin-top,
h6.no-margin-top {
  margin-top: 0;
}
hr {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 50px 0;
}
img {
  border: medium none;
  height: auto;
  max-width: 100%;
  vertical-align: top;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input.input-text {
  position: relative;
  border: none;
  padding: 15px 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  height: 50px;
  max-width: 100%;
  background: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
textarea:disabled,
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="datetime"]:disabled,
input[type="datetime-local"]:disabled,
input[type="date"]:disabled,
input[type="month"]:disabled,
input[type="time"]:disabled,
input[type="week"]:disabled,
input[type="number"]:disabled,
input[type="email"]:disabled,
input[type="url"]:disabled,
input[type="search"]:disabled,
input[type="tel"]:disabled,
input[type="color"]:disabled,
input.input-text:disabled {
  cursor: no-drop;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
input.input-text:focus {
  border-color: #333;
}
textarea {
  height: auto;
  line-height: 1.8em;
  max-height: 150px;
  resize: none;
}
select {
  border: none;
  color: #333;
  background: none;
  max-width: 100%;
  background-image: url(../../assets/img/caret.png);
  background-position: 100% center;
  background-repeat: no-repeat;
  position: relative;
  text-indent: 0.01px;
  text-overflow: '';
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
input[type="submit"],
button[type="submit"],
.button {
  color: #fff;
  background-image: none;
  height: 50px;
  line-height: 50px;
  padding: 0 40px;
  cursor: pointer;
  white-space: nowrap;
  border: none;
  display: inline-block;
  background: #333;
}
input[type="submit"]:hover,
button[type="submit"]:hover,
.button:hover {
  color: #fff;
}
input[type="submit"]:disabled,
button[type="submit"]:disabled,
.button:disabled {
  background: #f2f2f2;
  color: #b3b3b3;
  cursor: no-drop;
  border: none;
}
blockquote {
  margin: 30px 0;
  padding: 0 30px;
  position: relative;
  color: #999;
  border-left: 2px solid #333;
}
cite {
  display: block;
  margin: 15px 0 0 0;
  font-size: 0.9em;
  color: #b3b3b3;
}
table {
  width: 100%;
  background: #f4f4f4;
}
table thead {
  text-align: left;
}
table thead th {
  padding: 10px 20px;
  color: #fff;
}
table thead tr {
  background: #333;
}
table tbody tr:nth-child(2n) {
  background: #eee;
}
table tbody tr td,
table tbody tr th {
  padding: 10px 20px;
  text-align: left;
}
table tfoot {
  background: #fff;
}
table tfoot tr {
  text-align: left;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
table tfoot tr:last-child {
  border-bottom: none;
}
table tfoot tr th,
table tfoot tr td {
  padding: 10px 20px;
}
dl dt {
  font-weight: bold;
}
dl dd {
  margin: 0 0 20px 0;
}
pre {
  background: rgba(0, 0, 0, 0.05);
  padding: 20px;
}
figure {
  margin: 1em 0;
}
figcaption {
  margin: 10px 0;
}
article:after {
  clear: both;
  content: "";
  display: table;
}
/* ============================================================ 
    2. LAYOUT
=============================================================*/
.sidebar-right .document-main .content {
  float: left;
  width: 760px;
}
.sidebar-right .document-main .sidebar {
  float: right;
}
.sidebar-left .document-main .content {
  float: right;
  width: 760px;
}
.sidebar-left .document-main .sidebar {
  float: left;
}
.sidebar-left .post-date {
  right: 94%;
}
.sidebar {
  margin-bottom: 50px;
}
.layout-boxed {
  background-color: #ccc;
}
.layout-boxed .document {
  margin: 0 auto;
  background: #fff;
}
.document-titlebar {
  padding: 0 0 50px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  margin-bottom: 80px;
}
.document-titlebar .page-title {
  margin: -30px 0 0 0;
  font-size: 36px;
}
.page:not(.blog) .social-share {
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  margin-top: 70px;
}
.page:not(.blog) .social-share .social-share-wrap {
  top: -12px;
}
/* ============================================================ 
    3. HEADER
=============================================================*/
.document-header {
  text-align: center;
  padding: 30px 0;
  position: relative;
  z-index: 9;
}
.document-header .branding {
  float: left;
}
.document-header .branding .logo {
  margin: 0;
}
.document-header .branding .logo a {
  display: block;
}
.document-header .branding .logo a .logo-retina {
  display: none;
}
.document-header .navigation .menu {
  margin: 0;
  padding: 0;
}
.document-header .navigation .menu li {
  display: inline-block;
  list-style: none;
  margin: 0 10px;
  position: relative;
  z-index: 2;
}
.document-header .navigation .menu li a {
  text-transform: uppercase;
  display: block;
  padding: 10px 0;
  letter-spacing: 1px;
}
.document-header .navigation .menu li .sub-menu {
  margin: 0;
  padding: 15px 0;
  position: absolute;
  text-align: left;
  width: 250px;
  left: -30px;
  text-align: 100%;
  background: #222;
  display: none\9;
  visibility: hidden;
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.document-header .navigation .menu li .sub-menu li {
  margin: 0;
  display: block;
}
.document-header .navigation .menu li .sub-menu li a {
  text-transform: none;
  padding: 5px 30px;
  color: #ccc;
  font-size: 14px;
}
.document-header .navigation .menu li .sub-menu li:last-child {
  border-bottom: none;
}
.document-header .navigation .menu li .sub-menu li:hover > a,
.document-header .navigation .menu li .sub-menu li.current_page_item > a {
  background: #000;
  color: #fff;
}
.document-header .navigation .menu li .sub-menu li .sub-menu {
  top: -15px;
  left: 100%;
}
.document-header .navigation .menu li .sub-menu > .menu-item-has-children:after {
  font-family: "FontAwesome";
  content: "\f105";
  position: absolute;
  color: #ccc;
  right: 30px;
  top: 5px;
}
.document-header .navigation .menu li .sub-menu > .menu-item-has-children:hover:after {
  color: #fff;
}
.document-header .navigation .menu li:hover > .sub-menu {
  display: block\9;
  visibility: visible;
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.document-header .navigation .menu > .menu-item-has-children:after {
  font-family: "FontAwesome";
  content: "\f107";
  position: absolute;
  color: rgba(0, 0, 0, 0.3);
  right: -15px;
  top: 12px;
}
.document-header .navigation .menu > .menu-item-has-children:hover:after {
  color: #000;
}
.document-header .navigation .menu.menu-primary {
  float: right;
}
.document-header .navigation .menu.menu-primary > .menu-item-has-children {
  margin-right: 20px;
}
.document-header .navigation .menu.menu-primary > li:last-child {
  margin-right: 0;
}
.document-header .navigation .menu.menu-center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.document-header .navigation .menu.menu-center > li {
  margin: 0 15px;
}
.document-header .navigation .menu.menu-extra {
  float: right;
  margin-left: 15px;
}
.document-header .navigation .menu.menu-extra li {
  margin: 0 8px;
}
.document-header .navigation .menu.menu-extra li:last-child {
  margin-right: 0;
}
.document-header .navigation .menu.menu-extra li.menu-shop-icon i {
  background-image: url(../../assets/img/cart.png);
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  top: 1px;
}
.document-header .navigation .menu.menu-extra li.menu-shop-icon:hover .submenu {
  display: block\9;
  visibility: visible;
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.document-header .navigation .menu.menu-extra li.menu-shop-icon .shopping-cart-items-count {
  display: block;
  position: absolute;
  top: 5px;
  right: -10px;
  font-size: 12px;
  font-weight: normal;
  text-transform: none;
  width: 18px;
  height: 18px;
  line-height: 18px;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.document-header .navigation .menu.menu-extra li.menu-shop-icon .shopping-cart-items-count.no-items {
  display: none;
}
.document-header .navigation .menu.menu-extra li.menu-shop-icon .submenu {
  position: absolute;
  width: 300px;
  display: block;
  right: -20px;
  background: #222;
  color: #ccc;
  display: none\9;
  visibility: hidden;
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.document-header .navigation .menu.menu-extra li.menu-shop-icon .submenu a {
  font-size: 1em;
}
.document-header .navigation .menu.menu-extra li.menu-shop-icon .submenu .widget_shopping_cart_content ul {
  padding: 0 20px;
  text-align: left;
}
.document-header .navigation .menu.menu-extra li.menu-shop-icon .submenu .widget_shopping_cart_content ul li {
  margin: 0;
  width: 100%;
  border-bottom: 1px solid #333;
  padding: 15px 0;
}
.document-header .navigation .menu.menu-extra li.menu-shop-icon .submenu .widget_shopping_cart_content ul li img {
  float: right;
  width: 60px;
  margin-top: 10px;
  margin-right: 19px;
}
.document-header .navigation .menu.menu-extra li.menu-shop-icon .submenu .widget_shopping_cart_content ul li a {
  color: #fff;
  text-transform: none;
  padding: 0;
}
.document-header .navigation .menu.menu-extra li.menu-shop-icon .submenu .widget_shopping_cart_content ul li a.remove {
  position: absolute;
  color: #333;
  font-size: 1em;
  width: 18px;
  height: 42px;
  background: #fff;
  line-height: 40px;
  text-align: center;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: normal;
  right: 0px;
  top: 25px;
}
.document-header .navigation .menu.menu-extra li.menu-shop-icon .submenu .widget_shopping_cart_content ul li a.remove:hover {
  background: #333;
  color: #fff;
}
.document-header .navigation .menu.menu-extra li.menu-shop-icon .submenu .widget_shopping_cart_content ul li .quantity {
  font-size: 12px;
}
.document-header .navigation .menu.menu-extra li.menu-shop-icon .submenu .widget_shopping_cart_content .total {
  margin-top: 20px;
}
.document-header .navigation .menu.menu-extra li.menu-shop-icon .submenu .widget_shopping_cart_content .buttons {
  overflow: hidden;
  width: 100%;
}
.document-header .navigation .menu.menu-extra li.menu-shop-icon .submenu .widget_shopping_cart_content .buttons a {
  width: 50%;
  float: left;
  padding-top: 0;
  padding-bottom: 0;
  color: #fff;
  text-transform: none;
  margin: 0;
}
.document-header .navigation .menu.menu-extra li.menu-search-icon {
  position: static;
}
.document-header .navigation .menu.menu-extra li.menu-search-icon i {
  position: relative;
  top: -2px;
}
.document-header .navigation .menu.menu-extra li.menu-search-icon.active .submenu {
  display: block\9;
  visibility: visible;
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.document-header .navigation .menu.menu-extra li.menu-search-icon .submenu {
  position: absolute;
  right: 0;
  background: #fff;
  top: 0;
  z-index: 9;
  display: none\9;
  visibility: hidden;
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.document-header .navigation .menu.menu-extra li a {
  color: #333;
}
.document-header .navigation .menu.menu-extra li a span {
  display: none;
}
.document-header .navigator-sticky {
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 3;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  visibility: hidden;
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.document-header .navigator-sticky .branding {
  padding: 0;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.document-header .navigator-sticky .branding .logo {
  display: block;
  line-height: 0;
  margin: 0;
}
.document-header .navigator-sticky .branding .logo a img {
  max-height: 36px;
}
.document-header .navigator-sticky .navigation .menu li a {
  padding: 15px 0;
}
.document-header .navigator-sticky .navigation .menu > .menu-item-has-children::after {
  top: 18px;
}
.header-transparent .document-header {
  position: absolute;
  left: 0;
  width: 100%;
  background: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.header-sticked .document-header .navigator-sticky {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.admin-bar .document-header .navigator-sticky {
  top: 32px;
}
.document-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  margin-bottom: 50px;
}
.document-title:after {
  clear: both;
  content: "";
  display: table;
}
.document-title .trail-browse {
  margin: 5px 15px 0 0;
  float: left;
  color: #999;
  font-size: 15px;
}
.document-title .breadcrumb {
  float: left;
}
.document-title .breadcrumb ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.document-title .breadcrumb ul li {
  display: inline-block;
  position: relative;
  margin-right: 25px;
}
.document-title .breadcrumb ul li:after {
  content: "";
  position: absolute;
  right: -14px;
  top: 50%;
  width: 2px;
  height: 2px;
  background: #999;
}
.document-title .breadcrumb ul li:last-child:after {
  display: none;
}
.document-title .breadcrumb ul li.trail-end {
  color: #999;
}
.document-title .breadcrumb ul li a {
  display: block;
  color: #333;
}
.document-title .breadcrumb ul li a:hover {
  color: #999;
}
.document-title .page-title {
  float: right;
}
/* ============================================================ 
	4. SLIDER FEATURES
=============================================================*/
.document-slider {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 60px;
  padding-bottom: 30px;
}
.document-slider .owl-stage .owl-item {
  text-align: center;
}
.document-slider .owl-stage .owl-item .slider-item {
  position: relative;
}
.document-slider .owl-stage .owl-item .post-title {
  font-size: 18px;
  line-height: 1.5;
  text-transform: uppercase;
  position: absolute;
  bottom: 30px;
  background: #fff;
  margin: 0;
  padding: 15px 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.07);
  -ms-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.07);
  -o-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.07);
}
.document-slider .owl-stage .owl-item .post-title a {
  color: #333;
}
.document-slider .owl-nav {
  margin: 0;
  position: absolute;
  left: -20px;
  right: -20px;
  top: 50%;
  margin-top: -10px;
}
.document-slider .owl-nav .owl-prev,
.document-slider .owl-nav .owl-next {
  background: url(../../assets/img/arrow_prev.svg) 0 center no-repeat;
  background-color: transparent;
  text-indent: -9999px;
  width: 50px;
  height: 30px;
  margin: 0;
  float: left;
}
.document-slider .owl-nav .owl-prev:hover,
.document-slider .owl-nav .owl-next:hover {
  background: url(../../assets/img/arrow_prev.svg) 0 center no-repeat;
  background-color: transparent;
  margin-left: -20px;
}
.document-slider .owl-nav .owl-next {
  background: url(../../assets/img/arrow_next.svg) 0 center no-repeat;
  float: right;
}
.document-slider .owl-nav .owl-next:hover {
  background: url(../../assets/img/arrow_next.svg) 0 center no-repeat;
  margin-right: -20px;
}
.document-slider .owl-dots {
  margin-top: 30px;
}
/* ============================================================ 
	5. WIDGET
=============================================================*/
.widget {
  margin-bottom: 60px;
}
.widget:last-child {
  margin-bottom: 0;
}
.widget .widget-title {
  font-size: 18px;
  padding: 0 0 15px;
  border-bottom: 2px solid #333;
  margin-bottom: 30px;
  margin-top: 0;
}
.widget ul {
  margin: 0;
  padding: 0;
}
.widget ul li {
  list-style: none;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
  padding: 5px 0;
}
.widget ul li:first-child {
  padding-top: 0;
}
.widget ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.widget ul li a {
  color: #333;
}
.widget ul li .children,
.widget ul li .sub-menu {
  margin: 5px 0 5px 20px;
  border-top: 1px dotted rgba(0, 0, 0, 0.2);
  padding-top: 5px;
}
.widget.widget_archive ul li,
.widget.widget_categories ul li {
  color: #999;
}
.widget.widget_archive select,
.widget.widget_categories select {
  width: 100%;
}
.widget.widget_archive label,
.widget.widget_categories label {
  margin-bottom: 10px;
  display: inline-block;
}
.widget.widget_calendar caption {
  margin-bottom: 15px;
}
.widget.widget_calendar table thead {
  text-align: center;
}
.widget.widget_calendar table thead th {
  padding: 5px 0;
}
.widget.widget_calendar table tbody tr td,
.widget.widget_calendar table tbody tr th {
  text-align: center;
  padding: 5px 0;
}
.widget.widget_calendar table tbody tr td#today,
.widget.widget_calendar table tbody tr th#today {
  background: #fff;
}
.widget.widget_calendar table tfoot tr td {
  padding: 5px 0;
  text-align: center;
}
.widget.widget_rss ul li {
  padding: 20px 0;
}
.widget.widget_rss ul li:first-child {
  padding-top: 0;
}
.widget.widget_rss ul li:last-child {
  padding-bottom: 0;
}
.widget.widget_rss .widget-title img {
  vertical-align: inherit;
}
.widget.widget_rss .widget-title a {
  color: #333;
}
.widget.widget_rss .rsswidget {
  font-weight: bold;
}
.widget.widget_search .search-form {
  position: relative;
}
.widget.widget_search .search-form label .screen-reader-text {
  display: none;
}
.widget.widget_search .search-form label .search-field {
  width: 100%;
}
.widget.widget_search .search-form .search-submit {
  background-image: url(../../assets/img/arrow.svg);
  background-color: transparent;
  width: 24px;
  height: 11px;
  text-indent: -9999px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 20px;
  -webkit-opacity: 0.3;
  -khtml-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
}
.widget.widget_search .search-form .search-submit:hover {
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.widget.widget_tag_cloud .tagcloud a {
  color: #333;
  background: #f2f2f2;
  height: 30px;
  line-height: 30px;
  padding: 0 15px 0 20px;
  margin: 0 10px 10px 10px;
  display: inline-block;
  position: relative;
  font-size: 1em !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.widget.widget_tag_cloud .tagcloud a:hover {
  color: #fff;
}
.widget.widget_tag_cloud .tagcloud a:after {
  height: 22px;
  width: 22px;
  position: absolute;
  content: "";
  left: -10px;
  top: 4px;
  background: #f2f2f2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.widget.widget_tag_cloud .tagcloud a:before {
  width: 4px;
  height: 4px;
  content: "";
  background: #fff;
  position: absolute;
  left: 2px;
  top: 50%;
  margin-top: -2px;
  z-index: 1;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.widget.widget_recent_comments {
  color: #999;
}
.widget.widget_boo-social-links .social-icons {
  text-align: center;
}
.widget.widget_boo-social-links .social-icons a {
  color: #333;
  margin: 0 10px;
}
.widget.widget_boo-social-links .social-icons a i {
  font-size: 18px;
}
.widget.widget_boo-latest-posts ul li {
  overflow: hidden;
  padding: 20px 0;
}
.widget.widget_boo-latest-posts ul li:first-child {
  padding-top: 0;
}
.widget.widget_boo-latest-posts ul li:last-child {
  padding-bottom: 0;
}
.widget.widget_boo-latest-posts ul li .post-thumbnail {
  float: left;
  margin-right: 20px;
}
.widget.widget_boo-latest-posts ul li .post-meta {
  overflow: hidden;
}
.widget.widget_boo-latest-posts ul li .post-meta a {
  display: inline-block;
  line-height: 1.6;
}
.widget.widget_boo-latest-posts ul li .post-meta span {
  color: #ccc;
  display: block;
  font-size: 12px;
}
.widget select[name="monster-widget-just-testing"] option {
  width: 260px;
}
/* ============================================================ 
	6. CONTENT BOTTOM
=============================================================*/
.document-sockets {
  background: #e6e6e6;
  padding: 60px 0;
}
.document-sockets .row {
  margin: 0 -15px;
}
.document-sockets .columns {
  padding: 1px 15px;
}
.document-sockets .columns .widget .widget-title {
  padding: 0;
  border: none;
  margin-bottom: 20px;
}
.document-sockets .columns .widget:last-child {
  margin-bottom: 0;
}
.document-sockets .columns .widget.widget_mc4wp_widget {
  text-align: center;
}
.document-sockets .columns .widget.widget_mc4wp_widget .mc4wp-form {
  margin: 0;
}
.document-sockets .columns .widget.widget_mc4wp_widget .mc4wp-form form {
  line-height: inherit;
}
.document-sockets .columns .widget.widget_mc4wp_widget .mc4wp-form form input {
  height: 50px;
}
.document-sockets .columns .widget.widget_mc4wp_widget .mc4wp-form form input[type="email"] {
  float: left;
  width: 66%;
}
.document-sockets .columns .widget.widget_mc4wp_widget .mc4wp-form form input[type="submit"] {
  float: right;
}
.document-sockets .columns .widget.widget_mc4wp_widget .mc4wp-form form p {
  margin-bottom: 30px;
}
/* ============================================================ 
	7. FOOTER
=============================================================*/
.document-footer .footer-widgets {
  padding: 60px 0;
  color: #666;
}
.document-footer .footer-widgets .widget .social-icons {
  margin: 35px 0;
}
.document-footer .footer-widgets .widget .social-icons a {
  color: rgba(255, 255, 255, 0.2);
  display: inline-block;
  margin: 0 10px;
}
.document-footer .footer-widgets .widget .social-icons a:hover {
  color: #fff;
}
.document-footer .footer-widgets .widget .social-icons a i {
  font-size: 24px;
}
.document-footer .footer-widgets .widget ul li {
  padding: 0;
  border: none;
  margin: 4px;
}
.document-footer .footer-widgets .widget ul li a {
  color: #666;
}
.document-footer .footer-widgets .widget ul li a:hover {
  color: #fff;
}
.document-footer .footer-content {
  text-align: center;
}
.document-footer .footer-content .social-icons {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 30px 0 32px 0;
  margin-top: 40px;
}
.document-footer .footer-content .social-icons a {
  color: #333;
  margin: 0 20px;
}
.document-footer .footer-content .social-icons a i {
  margin-right: 8px;
  vertical-align: middle;
  font-size: 18px;
}
.document-footer .footer-content .social-icons a span {
  vertical-align: middle;
}
/* ============================================================ 
	8. OTHER
=============================================================*/
.error404 .content .content-404 {
  margin-bottom: 50px;
}
.error404 .content .content-404 h3 {
  margin-bottom: 10px;
}
.error404 .content .screen-reader-text {
  display: none;
}
.error404 .content .search-form {
  width: 80%;
  position: relative;
}
.error404 .content .search-form .search-field {
  width: 100%;
}
.error404 .content .search-form .search-submit {
  background-image: url(../../assets/img/arrow.svg);
  background-color: transparent;
  width: 24px;
  height: 11px;
  text-indent: -9999px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 20px;
  -webkit-opacity: 0.3;
  -khtml-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
}
.error404 .content .search-form .search-submit:hover {
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.error404.no-sidebar .content {
  text-align: center;
}
.error404.no-sidebar .search-form {
  margin: 30px auto 0;
  width: 50%;
}
.search .content .search-form {
  position: relative;
  margin-bottom: 50px;
}
.search .content .search-form .screen-reader-text {
  display: none;
}
.search .content .search-form .search-field {
  width: 100%;
  height: 52px;
  border-color: #333;
}
.search .content .search-form .search-submit {
  background-image: url(../../assets/img/arrow.svg);
  background-color: transparent;
  width: 24px;
  height: 11px;
  text-indent: -9999px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 21px;
}
.search .content .navigation {
  margin-top: 80px;
}
.search .search-results {
  margin-bottom: 50px;
}
.search .search-results .hentry {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 30px;
}
.search .search-results .hentry:last-child {
  border-bottom: none;
}
.search .search-results .hentry .counter {
  text-transform: uppercase;
  font-style: italic;
  font-size: 48px;
  line-height: 1;
  float: left;
}
.search .search-results .hentry .entry-title {
  font-size: 18px;
  margin-bottom: 10px;
  margin-left: 50px;
}
.search .search-results .hentry .entry-title a {
  color: #333;
}
.search .search-results .hentry .entry-date {
  color: #999;
  font-style: italic;
  margin-left: 50px;
  overflow: hidden;
}
.search .search-results .hentry .entry-excerpt {
  margin-left: 50px;
}
.contact_form .row {
  margin-bottom: 30px;
}
.contact_form textarea {
  width: 100%;
}
.gotop-button a {
  text-indent: -9999px;
  width: 40px;
  height: 40px;
  outline: none;
  position: fixed;
  right: 30px;
  bottom: -50px;
  z-index: 99;
  visibility: hidden;
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.gotop-button a:after,
.gotop-button a:before {
  content: "";
  width: 30px;
  height: 2px;
  background: #ccc;
  position: absolute;
  top: 10px;
  left: 15px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.gotop-button a:before {
  left: -5px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.gotop-button a:hover:after,
.gotop-button a:hover:before {
  background: #333;
}
.gotop-button.active a {
  bottom: 15px;
  visibility: visible;
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.gotop-button.active a:hover {
  bottom: 35px;
}
/* ============================================================ 
	7.3. Navigation
=============================================================*/
.navigation.post-navigation {
  margin: 80px 0 0 0;
}
.navigation.post-navigation .nav-links {
  padding: 0;
  margin: 0;
}
.navigation.post-navigation .nav-links:after {
  clear: both;
  content: "";
  display: table;
}
.navigation.post-navigation .nav-links li {
  list-style: none;
  float: left;
  width: 50%;
  position: relative;
  padding: 0 70px;
}
.navigation.post-navigation .nav-links li.next-post {
  text-align: right;
  float: right;
}
.navigation.post-navigation .nav-links li a {
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  font-weight: bold;
}
.navigation.post-navigation .nav-links li a span {
  display: block;
  font-weight: normal;
  color: #999;
}
.navigation.post-navigation .nav-links li:after {
  content: "\f105";
  position: absolute;
  width: 50px;
  height: 50px;
  font-family: 'FontAwesome';
  font-size: 28px;
  border: 2px solid #333;
  color: #333;
  text-align: center;
  line-height: 45px;
  top: 50%;
  margin-top: -25px;
  right: 0;
}
.navigation.post-navigation .nav-links li.previous-post:after {
  left: 0;
  right: auto;
  content: "\f104";
}
.navigation.paging-navigation {
  text-align: center;
  margin-bottom: 60px;
}
.navigation.paging-navigation .page-numbers {
  display: inline-block;
  margin: 0 5px;
  width: 45px;
  height: 45px;
  line-height: 43px;
  color: #333;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.navigation.paging-navigation .page-numbers.current {
  color: #fff;
}
.navigation.paging-navigation .page-numbers:hover {
  background: rgba(0, 0, 0, 0.1);
}
.navigation.paging-navigation.pager-numeric .page-numbers.prev,
.navigation.paging-navigation.pager-numeric .page-numbers.next {
  text-indent: -9999px;
  position: relative;
}
.navigation.paging-navigation.pager-numeric .page-numbers.prev:after,
.navigation.paging-navigation.pager-numeric .page-numbers.next:after {
  content: "\f104";
  position: absolute;
  font-family: 'FontAwesome';
  font-size: 28px;
  color: #333;
  top: 50%;
  margin-top: -23px;
  right: -2px;
  text-indent: 0;
  width: 50px;
}
.navigation.paging-navigation.pager-numeric .page-numbers.next:after {
  content: "\f105";
  right: -5px;
}
.navigation.paging-navigation.pager-numeric .page-numbers.dots {
  border-color: transparent;
  margin: 0;
}
.navigation.paging-navigation.pager-numeric .page-numbers.dots:hover {
  background-color: transparent;
}
.navigation.pager a {
  width: 50px;
  height: 50px;
  display: inline-block;
  border: 2px solid #333;
  text-indent: -9999px;
  position: relative;
  margin: 0 5px;
}
.navigation.pager a:after {
  content: "\f105";
  position: absolute;
  font-family: 'FontAwesome';
  font-size: 28px;
  color: #333;
  top: 50%;
  margin-top: -28px;
  right: 0;
  text-indent: 0;
  width: 46px;
}
.navigation.pager a:hover {
  border-color: rgba(0, 0, 0, 0.1);
}
.navigation.pager a:hover:after {
  color: rgba(0, 0, 0, 0.1);
}
.navigation.loadmore a {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  color: #fff;
  padding: 0 50px;
  position: relative;
  background: #333;
}
.navigation.loadmore a:after {
  position: absolute;
  font-family: 'FontAwesome';
  content: "\f1ce";
  font-weight: normal;
  font-size: 4em;
  left: 50%;
  margin-left: -25px;
  color: #ccc;
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-animation: fa-spin 0.8s infinite linear;
  -moz-animation: fa-spin 0.8s infinite linear;
  -o-animation: fa-spin 0.8s infinite linear;
  animation: fa-spin 0.8s infinite linear;
}
.navigation.loadmore.loading a {
  text-indent: -9999px;
  background: none;
}
.navigation.loadmore.loading a:after {
  text-indent: 0;
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.navigation.loadmore.loading a:hover {
  background: transparent;
}
.paged .navigation.pager a:first-child:after {
  content: "\f104";
}
/* ============================================================ 
	7.4. Gallery
=============================================================*/
.gallery {
  margin: 0 -16px;
  padding-top: 1px;
  position: relative;
}
.gallery:after {
  clear: both;
  content: "";
  display: block;
}
.gallery .gallery-item {
  float: left;
  padding: 0 15px;
  overflow: hidden;
  position: relative;
  margin: 0 0 30px 0;
}
.gallery .gallery-item:hover .gallery-caption {
  margin-bottom: 0;
}
.gallery .gallery-item a {
  display: block;
  position: relative;
}
.gallery .gallery-item a:after {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.3);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden;
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.gallery .gallery-item a:hover:after {
  visibility: visible;
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.gallery.gallery-columns-1 .gallery-item {
  width: 100%;
}
.gallery.gallery-columns-1.gallery-size-medium .gallery-item:nth-of-type(1n+1),
.gallery.gallery-columns-1.gallery-size-thumbnail .gallery-item:nth-of-type(1n+1) {
  clear: left;
}
.gallery.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery.gallery-columns-2.gallery-size-thumbnail .gallery-item:nth-of-type(2n+1) {
  clear: left;
}
.gallery.gallery-columns-3 .gallery-item {
  width: 33.3333333%;
}
.gallery.gallery-columns-3.gallery-size-thumbnail .gallery-item:nth-of-type(3n+1) {
  clear: left;
}
.gallery.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery.gallery-columns-5 .gallery-item {
  width: 20%;
}
.gallery.gallery-columns-6 .gallery-item {
  width: 16.6666667%;
}
.gallery.gallery-columns-7 .gallery-item {
  width: 14.2857143%;
}
.gallery.gallery-columns-7 .gallery-caption {
  display: none;
}
.gallery.gallery-columns-8 .gallery-item {
  width: 12.5%;
}
.gallery.gallery-columns-8 .gallery-caption {
  display: none;
}
.gallery.gallery-columns-9 .gallery-item {
  width: 11.1111111%;
}
.gallery.gallery-columns-9 .gallery-caption {
  display: none;
}
.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  max-height: 50%;
  margin: 0;
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 2px;
  right: 2px;
  margin-bottom: -100%;
}
.contact .row {
  margin-bottom: 30px;
}
.contact .row:last-child {
  margin-bottom: 0;
}
.contact .row input,
.contact .row textarea {
  width: 100%;
}
.contact .row input[type="submit"] {
  width: auto;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* Retina-specific stuff here */
  select {
    background-image: url(../../assets/img/caret@2x.png);
    background-size: 11px 7px;
  }
  .document-header .branding .logo a .logo-retina {
    display: block;
  }
  .document-header .branding .logo a .logo-standard {
    display: none;
  }
  .document-header .navigation .menu.menu-extra li.menu-shop-icon i {
    background-image: url(../../assets/img/cart@2x.png);
    background-size: 16px 16px;
  }
}
/*============================================================ 
                1. BLOG GENERAL
                2. BLOG GRID
                3. BLOG MEDIUM
                4. RELATED POST  
                5. COMMENT
                6. AUTHOR   		
============================================================*/
/* ============================================================ 
    1. BLOG GENERAL
=============================================================*/
.blog .hentry,
.single .hentry,
.archive .hentry {
  margin-bottom: 100px;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 30px;
}
.blog .hentry.sticky .post-header,
.single .hentry.sticky .post-header,
.archive .hentry.sticky .post-header {
  margin-bottom: 30px;
  text-align: center;
}
.blog .hentry.sticky .post-header .post-title,
.single .hentry.sticky .post-header .post-title,
.archive .hentry.sticky .post-header .post-title {
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
.blog .hentry:last-child,
.single .hentry:last-child,
.archive .hentry:last-child {
  margin-bottom: 0;
}
.blog .hentry .post-header,
.single .hentry .post-header,
.archive .hentry .post-header {
  margin-bottom: 20px;
}
.blog .hentry .post-header .post-meta .post-summary,
.single .hentry .post-header .post-meta .post-summary,
.archive .hentry .post-header .post-meta .post-summary {
  color: #ccc;
}
.blog .hentry .post-header .post-meta .post-summary a,
.single .hentry .post-header .post-meta .post-summary a,
.archive .hentry .post-header .post-meta .post-summary a {
  color: #ccc;
}
.blog .hentry .post-header .post-title,
.single .hentry .post-header .post-title,
.archive .hentry .post-header .post-title {
  margin: 18px 0 40px 0;
  font-size: 18px;
}
.blog .hentry .post-header .post-title a,
.single .hentry .post-header .post-title a,
.archive .hentry .post-header .post-title a {
  color: #333;
  word-wrap: break-word;
}
.blog .hentry .post-image,
.single .hentry .post-image,
.archive .hentry .post-image,
.blog .hentry .post-video,
.single .hentry .post-video,
.archive .hentry .post-video,
.blog .hentry .post-audio,
.single .hentry .post-audio,
.archive .hentry .post-audio {
  margin-bottom: 30px;
  position: relative;
}
.blog .hentry .post-gallery,
.single .hentry .post-gallery,
.archive .hentry .post-gallery {
  margin-bottom: 30px;
  position: relative;
}
.blog .hentry .post-gallery.post-gallery-slider .owl-prev,
.single .hentry .post-gallery.post-gallery-slider .owl-prev,
.archive .hentry .post-gallery.post-gallery-slider .owl-prev,
.blog .hentry .post-gallery.post-gallery-slider .owl-next,
.single .hentry .post-gallery.post-gallery-slider .owl-next,
.archive .hentry .post-gallery.post-gallery-slider .owl-next {
  background: url(../../assets/img/arrow_prev.svg) 0 center no-repeat;
  text-indent: -9999px;
  width: 50px;
  height: 50px;
  position: absolute;
  left: -15px;
  top: 50%;
  margin-top: -25px;
}
.blog .hentry .post-gallery.post-gallery-slider .owl-prev:hover,
.single .hentry .post-gallery.post-gallery-slider .owl-prev:hover,
.archive .hentry .post-gallery.post-gallery-slider .owl-prev:hover,
.blog .hentry .post-gallery.post-gallery-slider .owl-next:hover,
.single .hentry .post-gallery.post-gallery-slider .owl-next:hover,
.archive .hentry .post-gallery.post-gallery-slider .owl-next:hover {
  left: -30px;
}
.blog .hentry .post-gallery.post-gallery-slider .owl-prev.disabled,
.single .hentry .post-gallery.post-gallery-slider .owl-prev.disabled,
.archive .hentry .post-gallery.post-gallery-slider .owl-prev.disabled,
.blog .hentry .post-gallery.post-gallery-slider .owl-next.disabled,
.single .hentry .post-gallery.post-gallery-slider .owl-next.disabled,
.archive .hentry .post-gallery.post-gallery-slider .owl-next.disabled {
  visibility: hidden;
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.blog .hentry .post-gallery.post-gallery-slider .owl-next,
.single .hentry .post-gallery.post-gallery-slider .owl-next,
.archive .hentry .post-gallery.post-gallery-slider .owl-next {
  background: url(../../assets/img/arrow_next.svg) 0 center no-repeat;
  left: auto;
  right: -15px;
}
.blog .hentry .post-gallery.post-gallery-slider .owl-next:hover,
.single .hentry .post-gallery.post-gallery-slider .owl-next:hover,
.archive .hentry .post-gallery.post-gallery-slider .owl-next:hover {
  right: -30px;
  left: auto;
}
.blog .hentry .post-gallery.post-gallery-justify .post-gallery-wrap,
.single .hentry .post-gallery.post-gallery-justify .post-gallery-wrap,
.archive .hentry .post-gallery.post-gallery-justify .post-gallery-wrap {
  margin: -5px -5px 0 -5px;
}
.blog .hentry .post-gallery.post-gallery-justify .post-gallery-wrap:after,
.single .hentry .post-gallery.post-gallery-justify .post-gallery-wrap:after,
.archive .hentry .post-gallery.post-gallery-justify .post-gallery-wrap:after {
  clear: both;
  content: "";
  display: table;
}
.blog .hentry .post-gallery.post-gallery-justify .post-gallery-wrap .post-gallery-item,
.single .hentry .post-gallery.post-gallery-justify .post-gallery-wrap .post-gallery-item,
.archive .hentry .post-gallery.post-gallery-justify .post-gallery-wrap .post-gallery-item {
  border: none;
  margin: 5px;
  float: left;
}
.blog .hentry .post-gallery.post-gallery-justify .post-gallery-wrap .post-gallery-item img,
.single .hentry .post-gallery.post-gallery-justify .post-gallery-wrap .post-gallery-item img,
.archive .hentry .post-gallery.post-gallery-justify .post-gallery-wrap .post-gallery-item img {
  width: 100%;
  height: 100%;
}
.blog .hentry .post-gallery.post-gallery-justify .post-gallery-wrap .post-gallery-item a[data-lightbox="nivoLightbox"]:hover,
.single .hentry .post-gallery.post-gallery-justify .post-gallery-wrap .post-gallery-item a[data-lightbox="nivoLightbox"]:hover,
.archive .hentry .post-gallery.post-gallery-justify .post-gallery-wrap .post-gallery-item a[data-lightbox="nivoLightbox"]:hover {
  -webkit-opacity: 0.5;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
.blog .hentry .post-gallery.post-gallery-masonry .post-gallery-wrap,
.single .hentry .post-gallery.post-gallery-masonry .post-gallery-wrap,
.archive .hentry .post-gallery.post-gallery-masonry .post-gallery-wrap {
  margin: -5px -5px 0 -5px;
}
.blog .hentry .post-gallery.post-gallery-masonry .post-gallery-wrap:after,
.single .hentry .post-gallery.post-gallery-masonry .post-gallery-wrap:after,
.archive .hentry .post-gallery.post-gallery-masonry .post-gallery-wrap:after {
  clear: both;
  content: "";
  display: table;
}
.blog .hentry .post-gallery.post-gallery-masonry .post-gallery-wrap .post-gallery-item,
.single .hentry .post-gallery.post-gallery-masonry .post-gallery-wrap .post-gallery-item,
.archive .hentry .post-gallery.post-gallery-masonry .post-gallery-wrap .post-gallery-item {
  padding: 5px;
  float: left;
  width: 50%;
}
.blog .hentry .post-gallery.post-gallery-masonry .post-gallery-wrap .post-gallery-item a[data-lightbox="nivoLightbox"]:hover,
.single .hentry .post-gallery.post-gallery-masonry .post-gallery-wrap .post-gallery-item a[data-lightbox="nivoLightbox"]:hover,
.archive .hentry .post-gallery.post-gallery-masonry .post-gallery-wrap .post-gallery-item a[data-lightbox="nivoLightbox"]:hover {
  -webkit-opacity: 0.5;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
.blog .hentry .post-gallery.post-gallery-grid .post-gallery-wrap,
.single .hentry .post-gallery.post-gallery-grid .post-gallery-wrap,
.archive .hentry .post-gallery.post-gallery-grid .post-gallery-wrap {
  margin: -5px -5px 0 -5px;
}
.blog .hentry .post-gallery.post-gallery-grid .post-gallery-wrap:after,
.single .hentry .post-gallery.post-gallery-grid .post-gallery-wrap:after,
.archive .hentry .post-gallery.post-gallery-grid .post-gallery-wrap:after {
  clear: both;
  content: "";
  display: table;
}
.blog .hentry .post-gallery.post-gallery-grid .post-gallery-wrap .post-gallery-item,
.single .hentry .post-gallery.post-gallery-grid .post-gallery-wrap .post-gallery-item,
.archive .hentry .post-gallery.post-gallery-grid .post-gallery-wrap .post-gallery-item {
  padding: 5px;
  float: left;
  width: 33.3333333%;
}
.blog .hentry .post-gallery.post-gallery-grid .post-gallery-wrap .post-gallery-item a[data-lightbox="nivoLightbox"]:hover,
.single .hentry .post-gallery.post-gallery-grid .post-gallery-wrap .post-gallery-item a[data-lightbox="nivoLightbox"]:hover,
.archive .hentry .post-gallery.post-gallery-grid .post-gallery-wrap .post-gallery-item a[data-lightbox="nivoLightbox"]:hover {
  -webkit-opacity: 0.5;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
.blog .hentry .post-content .post-content,
.single .hentry .post-content .post-content,
.archive .hentry .post-content .post-content {
  margin-bottom: 20px;
}
.blog .hentry .post-content .read-more a,
.single .hentry .post-content .read-more a,
.archive .hentry .post-content .read-more a {
  color: #333;
  display: inline-block;
  border-bottom: 1px solid;
}
.blog .hentry .post-tags,
.single .hentry .post-tags,
.archive .hentry .post-tags {
  margin-top: 50px;
}
.blog .hentry .post-tags .post-tags-content a,
.single .hentry .post-tags .post-tags-content a,
.archive .hentry .post-tags .post-tags-content a {
  color: #333;
  background: #f2f2f2;
  height: 30px;
  line-height: 27px;
  padding: 0 15px 0 20px;
  margin: 0 10px 10px 10px;
  display: inline-block;
  position: relative;
  font-size: 1em !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.blog .hentry .post-tags .post-tags-content a:hover,
.single .hentry .post-tags .post-tags-content a:hover,
.archive .hentry .post-tags .post-tags-content a:hover {
  color: #fff;
}
.blog .hentry .post-tags .post-tags-content a:after,
.single .hentry .post-tags .post-tags-content a:after,
.archive .hentry .post-tags .post-tags-content a:after {
  height: 22px;
  width: 22px;
  position: absolute;
  content: "";
  left: -10px;
  top: 4px;
  background: #f2f2f2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.blog .hentry .post-tags .post-tags-content a:before,
.single .hentry .post-tags .post-tags-content a:before,
.archive .hentry .post-tags .post-tags-content a:before {
  width: 4px;
  height: 4px;
  content: "";
  background: #fff;
  position: absolute;
  left: 2px;
  top: 50%;
  margin-top: -2px;
  z-index: 1;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.post-date {
  text-transform: uppercase;
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 1;
  padding: 10px 0;
  width: 50px;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.07);
  -ms-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.07);
  -o-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.07);
}
.post-date span {
  display: block;
  line-height: 1.15;
  font-size: 11px;
  color: #999;
}
.post-date .post-month {
  font-size: 13px;
  color: #333;
}
.post-date .post-day {
  font-size: 18px;
  color: #333;
}
.social-share {
  text-align: center;
}
.social-share ul {
  padding: 0 15px;
  margin: 0;
  display: inline-block;
  background: #fff;
  position: relative;
  top: 45px;
}
.social-share ul li {
  list-style: none;
  display: inline-block;
  margin: 0 15px;
}
.social-share ul li a {
  color: #ccc;
  margin-bottom: 100px;
}
.social-share ul li a span {
  display: none;
}
.social-share ul li a i {
  font-size: 18px;
}
.featured-post {
  margin-bottom: 60px;
}
.featured-post .post-header {
  margin-bottom: 30px;
  text-align: center;
}
.featured-post .post-header .post-title {
  text-transform: uppercase;
  margin: 0 0 10px 0 !important;
}
.single .hentry .post-header .post-title {
  font-size: 18px;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
/* ============================================================ 
    2. BLOG GRID
=============================================================*/
.blog-grid.blog-2-columns .posts .hentry {
  width: 50%;
}
.blog-grid.blog-2-columns .posts .hentry:nth-child(2n+1) {
  clear: left;
}
.blog-grid.blog-3-columns .posts .hentry {
  width: 33.3333333%;
}
.blog-grid.blog-3-columns .posts .hentry:nth-child(3n+1) {
  clear: left;
}
.blog-grid.blog-4-columns .posts .hentry {
  width: 25%;
}
.blog-grid.blog-4-columns .posts .hentry:nth-child(4n+1) {
  clear: left;
}
.blog-grid.blog-5-columns .posts .hentry {
  width: 20%;
}
.blog-grid.blog-5-columns .posts .hentry:nth-child(5n+1) {
  clear: left;
}
.blog-grid .content-inner .posts {
  margin: 0 -15px;
}
.blog-grid .content-inner .posts:after {
  clear: both;
  content: "";
  display: table;
}
.blog-grid .content-inner .posts .hentry {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 0;
  border: none;
  margin-bottom: 60px;
}
.blog-grid .content-inner .posts .hentry .post-header .post-title {
  margin: 10px 0 0 0;
}
.blog-grid .content-inner .posts .hentry .social-share ul {
  position: absolute;
  bottom: -2px;
  right: 15px;
  top: auto;
  padding: 0;
}
.blog-grid .content-inner .posts .hentry .social-share ul li {
  margin: 0 0 0 20px;
}
.blog-grid .content-inner .posts .hentry .social-share ul li a {
  margin-bottom: 0;
}
.blog-grid .navigation.paging-navigation {
  margin-top: 0;
}
.blog-large.blog .hentry,
.blog-large.archive .hentry {
  margin-bottom: 60px;
  padding-bottom: 40px;
}
.blog-large.blog .hentry:last-child,
.blog-large.archive .hentry:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.blog-large.blog .hentry .post-header,
.blog-large.archive .hentry .post-header {
  text-align: center;
  margin-bottom: 30px;
}
.blog-large.blog .hentry .post-header .post-meta .post-summary,
.blog-large.archive .hentry .post-header .post-meta .post-summary {
  margin: 0;
}
.blog-large.blog .hentry .post-header .post-title,
.blog-large.archive .hentry .post-header .post-title {
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
/* ============================================================ 
    3. BLOG MEDIUM
=============================================================*/
.blog-medium .posts .hentry {
  padding-bottom: 60px;
  margin-bottom: 60px;
}
.blog-medium .posts .hentry .post-image {
  float: left;
  width: 50%;
  padding-right: 15px;
  margin-right: 15px;
  margin-bottom: 0;
}
.blog-medium .posts .hentry:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.blog-medium .posts .hentry .post-header {
  text-align: inherit;
}
.blog-medium .posts .hentry .post-header .post-title {
  margin: 10px 0 0 0;
}
.blog-medium .posts .hentry .post-content {
  overflow: hidden;
}
.blog-medium .posts .hentry .social-share ul {
  position: absolute;
  bottom: 57px;
  right: 0;
  top: auto;
  padding: 0;
}
.blog-medium .posts .hentry .social-share ul li {
  margin: 0 0 0 20px;
}
.blog-medium .posts .hentry .social-share ul li a {
  margin-bottom: 0;
}
/* ============================================================ 
    4. RELATED POST
=============================================================*/
.related-posts {
  margin-top: 80px;
  text-align: center;
}
.related-posts .related-posts-title {
  font-size: 18px;
  margin-bottom: 40px;
  margin-top: 0;
  display: inline-block;
  border-bottom: 2px solid;
  padding: 0 0 15px 0;
}
.related-posts .hentry {
  padding-bottom: 0;
  border: none;
}
.related-posts .owl-nav .owl-prev,
.related-posts .owl-nav .owl-next {
  background: url(../../assets/img/arrow_prev.svg) 0 center no-repeat;
  text-indent: -9999px;
  width: 50px;
  height: 30px;
  margin: 0;
  position: absolute;
  left: -25px;
  top: 50%;
  margin-top: -10px;
}
.related-posts .owl-nav .owl-prev:hover,
.related-posts .owl-nav .owl-next:hover {
  background: url(../../assets/img/arrow_prev.svg) 0 center no-repeat;
  margin-left: -20px;
}
.related-posts .owl-nav .owl-next {
  background: url(../../assets/img/arrow_next.svg) 0 center no-repeat;
  left: auto;
  right: -25px;
}
.related-posts .owl-nav .owl-next:hover {
  background: url(../../assets/img/arrow_next.svg) 0 center no-repeat;
  margin-right: -20px;
}
/* ============================================================ 
    9. COMMENT
=============================================================*/
#comments {
  padding: 50px 0;
}
#comments .comments-title {
  font-size: 18px;
}
#comments .comment-list {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 50px;
  margin-bottom: 80px;
}
#comments .comment-list li {
  list-style: none;
  padding-bottom: 50px;
}
#comments .comment-list li:last-child {
  padding-bottom: 0;
}
#comments .comment-list li .avatar {
  float: left;
  margin-right: 20px;
  margin-top: 10px;
}
#comments .comment-list li .comment-content {
  margin-left: 80px;
}
#comments .comment-list li .comment-metadata {
  padding: 0 0 5px 0;
}
#comments .comment-list li .comment-metadata a {
  color: #ccc;
  font-size: 12px;
}
#comments .comment-list li .reply {
  margin: 10px 0 0 80px;
}
#comments .comment-list li .reply a {
  color: #333;
  border-bottom: 1px solid;
  padding-bottom: 3px;
}
#comments .comment-list li .children {
  margin-left: 80px;
  margin-top: 50px;
  padding: 0;
}
#comments .comment-list li b {
  font-weight: normal;
}
#respond #reply-title {
  font-size: 18px;
}
#respond .comment-form .comment-notes {
  margin-bottom: 30px;
}
#respond .comment-form .comment-info {
  float: left;
  width: 50%;
  padding-right: 10px;
}
#respond .comment-form .comment-info label {
  display: none;
}
#respond .comment-form .comment-info input {
  width: 100%;
}
#respond .comment-form .comment-form-comment {
  float: right;
  width: 50%;
  padding-left: 10px;
}
#respond .comment-form .comment-form-comment label {
  display: none;
}
#respond .comment-form .comment-form-comment textarea {
  width: 100%;
  max-height: 190px;
}
#respond .comment-form .form-submit {
  clear: both;
}
.logged-in #respond .comment-form .comment-form-comment {
  width: 100%;
  float: none;
  padding: 0;
}
.logged-in #respond .comment-form .comment-form-comment textarea {
  height: 120px;
}
/* ============================================================ 
    10. AUTHOR
=============================================================*/
.author-box {
  padding: 50px;
  text-align: center;
  margin-top: 80px;
}
.author-box .author-box-title {
  font-size: 18px;
  text-transform: uppercase;
}
.author-box .author-social {
  margin-top: 20px;
}
.author-box .author-social a {
  margin: 0 10px;
}
.author-box .author-social a:hover {
  color: #fff;
}
.author .author-box {
  padding: 0;
  margin-bottom: 80px;
}
.author .author-box .box-content:after {
  clear: both;
  content: "";
  display: table;
}
.woocommerce[class*="columns-"],
.woocommerce-page[class*="columns-"] {
  width: 100%;
  float: none;
}
.woocommerce.columns-1 ul li,
.woocommerce-page.columns-1 ul li {
  width: 100%;
}
.woocommerce.columns-2 ul li,
.woocommerce-page.columns-2 ul li {
  width: 50%;
}
.woocommerce.columns-3 ul li,
.woocommerce-page.columns-3 ul li {
  width: 33.3333333%;
}
.woocommerce.columns-4 ul li,
.woocommerce-page.columns-4 ul li {
  width: 25%;
}
.woocommerce.columns-5 ul li,
.woocommerce-page.columns-5 ul li {
  width: 20%;
}
.woocommerce.columns-6 ul li,
.woocommerce-page.columns-6 ul li {
  width: 16.6666666%;
}
.woocommerce.columns-7 ul li,
.woocommerce-page.columns-7 ul li {
  width: 14.28%;
}
.woocommerce.columns-8 ul li,
.woocommerce-page.columns-8 ul li {
  width: 12.5%;
}
.woocommerce.columns-9 ul li,
.woocommerce-page.columns-9 ul li {
  width: 11.1111111%;
}
.woocommerce.columns-10 ul li,
.woocommerce-page.columns-10 ul li {
  width: 10%;
}
.woocommerce.columns-11 ul li,
.woocommerce-page.columns-11 ul li {
  width: 9.09%;
}
.woocommerce.columns-12 ul li,
.woocommerce-page.columns-12 ul li {
  width: 8.333%;
}
.woocommerce.woocommerce-1-columns .products li,
.woocommerce-page.woocommerce-1-columns .products li {
  width: 100%;
}
.woocommerce.woocommerce-2-columns .products li,
.woocommerce-page.woocommerce-2-columns .products li {
  width: 50%;
}
.woocommerce.woocommerce-3-columns .products li,
.woocommerce-page.woocommerce-3-columns .products li {
  width: 33.3333333%;
}
.woocommerce.woocommerce-4-columns .products li,
.woocommerce-page.woocommerce-4-columns .products li {
  width: 25%;
}
.woocommerce.woocommerce-5-columns .products li,
.woocommerce-page.woocommerce-5-columns .products li {
  width: 20%;
}
.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce-page .woocommerce-error {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin-bottom: 30px;
  overflow: hidden;
}
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-message .button,
.woocommerce .woocommerce-error .button,
.woocommerce-page .woocommerce-error .button {
  float: right;
  padding: 0;
  color: #333;
  border-bottom: 1px solid #ccc;
  height: auto;
  line-height: inherit;
  background: none;
}
.woocommerce .woocommerce-message .button:hover,
.woocommerce-page .woocommerce-message .button:hover,
.woocommerce .woocommerce-error .button:hover,
.woocommerce-page .woocommerce-error .button:hover {
  border-color: #333;
}
.woocommerce .address,
.woocommerce-page .address {
  margin-bottom: 60px;
}
.woocommerce .woocommerce-error,
.woocommerce-page .woocommerce-error {
  margin: 30px 0;
}
.woocommerce .woocommerce-error li,
.woocommerce-page .woocommerce-error li {
  list-style: none;
}
.woocommerce .onsale,
.woocommerce-page .onsale {
  position: absolute;
  padding: 0 15px;
  background: #fff;
  top: 10px;
  left: 10px;
  color: #333;
  -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.07);
  -ms-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.07);
  -o-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.07);
}
.woocommerce .star-rating,
.woocommerce-page .star-rating {
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1.1em;
  font-size: 14px;
  width: 66px;
  font-family: 'FontAwesome';
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.woocommerce .star-rating:before,
.woocommerce-page .star-rating:before {
  content: "\f005\f005\f005\f005\f005";
  float: left;
  left: 1px;
  position: absolute;
  top: 0;
  color: rgba(0, 0, 0, 0.15);
}
.woocommerce .star-rating span,
.woocommerce-page .star-rating span {
  float: left;
  left: 0;
  overflow: hidden;
  padding-top: 1.5em;
  position: absolute;
  top: 0;
  color: #333;
}
.woocommerce .star-rating span:before,
.woocommerce-page .star-rating span:before {
  left: 1px;
  position: absolute;
  top: 0;
  content: "\f005\f005\f005\f005\f005";
}
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
  float: left;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 20px;
  width: 180px;
}
.woocommerce .return-to-shop,
.woocommerce-page .return-to-shop {
  margin-bottom: 50px;
}
.woocommerce > h2,
.woocommerce-page > h2 {
  text-transform: uppercase;
  font-size: 18px;
}
.woocommerce .login,
.woocommerce-page .login {
  margin-bottom: 50px;
  width: 50%;
}
.woocommerce .login p,
.woocommerce-page .login p {
  margin-bottom: 10px;
}
.woocommerce .login p label,
.woocommerce-page .login p label {
  display: block;
}
.woocommerce .login p label.inline,
.woocommerce-page .login p label.inline {
  display: inline-block;
  margin-top: 30px;
}
.woocommerce .login p label.inline input,
.woocommerce-page .login p label.inline input {
  width: auto;
  margin-right: 10px;
}
.woocommerce .login p input,
.woocommerce-page .login p input {
  width: 100%;
}
.woocommerce .login p.lost_password,
.woocommerce-page .login p.lost_password {
  display: inline-block;
  margin-bottom: 0;
}
.woocommerce .login p.form-row-wide,
.woocommerce-page .login p.form-row-wide {
  margin-bottom: 40px;
}
.woocommerce .products,
.woocommerce-page .products {
  padding: 0;
  margin: 0 -15px;
  clear: both;
}
.woocommerce .products:after,
.woocommerce-page .products:after {
  clear: both;
  content: "";
  display: table;
}
.woocommerce .products li,
.woocommerce-page .products li {
  list-style: none;
  float: left;
  padding: 0 15px;
  margin-bottom: 60px;
  position: relative;
}
.woocommerce .products li h3,
.woocommerce-page .products li h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
.woocommerce .products li a,
.woocommerce-page .products li a {
  position: relative;
  display: block;
  z-index: 1;
}
.woocommerce .products li a.button,
.woocommerce-page .products li a.button {
  background: none;
  height: auto;
  display: inline-block;
  line-height: inherit;
  padding: 0 15px;
  color: #999;
}
.woocommerce .products li a.button.add_to_cart_button,
.woocommerce-page .products li a.button.add_to_cart_button {
  padding-left: 0;
}
.woocommerce .products li a.button:hover,
.woocommerce-page .products li a.button:hover {
  color: #333;
}
.woocommerce .products li a.button.loading,
.woocommerce-page .products li a.button.loading {
  -webkit-opacity: 0.3;
  -khtml-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
}
.woocommerce .products li a.button.yith-wcqv-button,
.woocommerce-page .products li a.button.yith-wcqv-button {
  padding-right: 0;
  position: relative;
}
.woocommerce .products li a.button.yith-wcqv-button:after,
.woocommerce-page .products li a.button.yith-wcqv-button:after {
  width: 1px;
  height: 15px;
  background: rgba(0, 0, 0, 0.2);
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
}
.woocommerce .products li a img.secondary-image,
.woocommerce-page .products li a img.secondary-image {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.woocommerce .products li a.wc-forward,
.woocommerce-page .products li a.wc-forward {
  position: absolute;
  background: #fff;
  padding: 10px 20px;
  color: #333;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.07);
  -ms-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.07);
  -o-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.07);
}
.woocommerce .products li a.wc-forward:hover,
.woocommerce-page .products li a.wc-forward:hover {
  background: #333;
  color: #fff;
}
.woocommerce .products li a:hover > img.secondary-image,
.woocommerce-page .products li a:hover > img.secondary-image {
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.woocommerce .products li .price,
.woocommerce-page .products li .price {
  color: #333;
  position: absolute;
  right: 0;
  bottom: -7px;
}
.woocommerce .products li .star-rating,
.woocommerce-page .products li .star-rating {
  position: absolute;
  right: 20px;
  top: 20px;
}
.woocommerce.single-product .product,
.woocommerce-page.single-product .product {
  position: relative;
  z-index: 1;
}
.woocommerce.single-product .images,
.woocommerce-page.single-product .images {
  float: left;
  width: 50%;
  position: relative;
}
.woocommerce.single-product .images .thumbnails,
.woocommerce-page.single-product .images .thumbnails {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  width: 100%;
  float: none;
}
.woocommerce.single-product .images .thumbnails a,
.woocommerce-page.single-product .images .thumbnails a {
  display: inline-block;
  margin: 0 5px;
  padding: 5px;
  background: #fff;
  -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.07);
  -ms-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.07);
  -o-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.07);
  width: 80px;
}
.woocommerce.single-product .images .owl-dots,
.woocommerce-page.single-product .images .owl-dots {
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 10px;
}
.woocommerce.single-product .images .owl-dots .owl-dot,
.woocommerce-page.single-product .images .owl-dots .owl-dot {
  display: inline-block;
  margin: 0 5px;
}
.woocommerce.single-product .images .owl-dots .owl-dot span,
.woocommerce-page.single-product .images .owl-dots .owl-dot span {
  display: block;
  width: 10px;
  height: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.woocommerce.single-product .summary,
.woocommerce-page.single-product .summary {
  float: right;
  width: 50%;
  padding-left: 50px;
}
.woocommerce.single-product .summary .product_title,
.woocommerce-page.single-product .summary .product_title {
  margin: 0 0 10px 0;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}
.woocommerce.single-product .summary [itemprop="description"],
.woocommerce-page.single-product .summary [itemprop="description"] {
  margin-bottom: 35px;
}
.woocommerce.single-product .summary .product_meta,
.woocommerce-page.single-product .summary .product_meta {
  margin: 20px 0 0 0;
}
.woocommerce.single-product .summary .star-rating,
.woocommerce-page.single-product .summary .star-rating {
  display: inline-block;
}
.woocommerce.single-product .summary .price,
.woocommerce-page.single-product .summary .price {
  font-size: 18px;
  color: #999;
}
.woocommerce.single-product .summary .cart,
.woocommerce-page.single-product .summary .cart {
  overflow: hidden;
  display: inline-block;
}
.woocommerce.single-product .summary .cart .quantity,
.woocommerce-page.single-product .summary .cart .quantity {
  float: left;
}
.woocommerce.single-product .summary .cart .quantity .input-text,
.woocommerce-page.single-product .summary .cart .quantity .input-text {
  margin-right: 10px;
  text-align: center;
  width: 80px;
}
.woocommerce.single-product .summary .yith-wcwl-add-to-wishlist,
.woocommerce-page.single-product .summary .yith-wcwl-add-to-wishlist {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
.woocommerce.single-product .summary .yith-wcwl-add-to-wishlist .add_to_wishlist,
.woocommerce-page.single-product .summary .yith-wcwl-add-to-wishlist .add_to_wishlist {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin-left: 10px;
  border: 2px solid #333;
  color: #333;
  background: #fff;
  line-height: 48px;
  display: inline-block;
  padding: 0 40px;
  height: 50px;
}
.woocommerce.single-product .summary .yith-wcwl-add-to-wishlist .add_to_wishlist:hover,
.woocommerce-page.single-product .summary .yith-wcwl-add-to-wishlist .add_to_wishlist:hover {
  background: #333;
  color: #fff;
}
.woocommerce.single-product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.woocommerce-page.single-product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse {
  line-height: 50px;
  margin-left: 20px;
}
.woocommerce.single-product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse,
.woocommerce-page.single-product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
  margin-top: 10px;
}
.woocommerce.single-product .woocommerce-tabs,
.woocommerce-page.single-product .woocommerce-tabs {
  clear: both;
  margin: 60px 0 30px 0;
  display: inline-block;
  width: 100%;
}
.woocommerce.single-product .woocommerce-tabs .tabs,
.woocommerce-page.single-product .woocommerce-tabs .tabs {
  margin: 0 0 50px 0;
  padding: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
}
.woocommerce.single-product .woocommerce-tabs .tabs li,
.woocommerce-page.single-product .woocommerce-tabs .tabs li {
  list-style: none;
  display: inline-block;
}
.woocommerce.single-product .woocommerce-tabs .tabs li a,
.woocommerce-page.single-product .woocommerce-tabs .tabs li a {
  color: #999;
  padding: 12px 15px;
  display: block;
}
.woocommerce.single-product .woocommerce-tabs .tabs li.active a,
.woocommerce-page.single-product .woocommerce-tabs .tabs li.active a {
  color: #333;
}
.woocommerce.single-product .woocommerce-tabs .entry-content h2,
.woocommerce-page.single-product .woocommerce-tabs .entry-content h2 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  margin: 0 0 50px 0;
  display: none;
}
.woocommerce.single-product .woocommerce-tabs .entry-content #comments,
.woocommerce-page.single-product .woocommerce-tabs .entry-content #comments,
.woocommerce.single-product .woocommerce-tabs .entry-content #review_form_wrapper,
.woocommerce-page.single-product .woocommerce-tabs .entry-content #review_form_wrapper {
  padding: 0;
  width: 66.6667%;
  margin: 0 auto;
}
.woocommerce.single-product .woocommerce-tabs .entry-content .commentlist,
.woocommerce-page.single-product .woocommerce-tabs .entry-content .commentlist {
  margin: 0;
  padding: 0;
}
.woocommerce.single-product .woocommerce-tabs .entry-content .commentlist li,
.woocommerce-page.single-product .woocommerce-tabs .entry-content .commentlist li {
  list-style: none;
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.woocommerce.single-product .woocommerce-tabs .entry-content .commentlist li:last-child,
.woocommerce-page.single-product .woocommerce-tabs .entry-content .commentlist li:last-child {
  margin-bottom: 0;
}
.woocommerce.single-product .woocommerce-tabs .entry-content .commentlist li .avatar,
.woocommerce-page.single-product .woocommerce-tabs .entry-content .commentlist li .avatar {
  float: left;
  margin-right: 20px;
}
.woocommerce.single-product .woocommerce-tabs .entry-content .commentlist li .comment-text,
.woocommerce-page.single-product .woocommerce-tabs .entry-content .commentlist li .comment-text {
  overflow: hidden;
  position: relative;
}
.woocommerce.single-product .woocommerce-tabs .entry-content .commentlist li .comment-text .meta,
.woocommerce-page.single-product .woocommerce-tabs .entry-content .commentlist li .comment-text .meta {
  margin: 0 0 5px 0;
}
.woocommerce.single-product .woocommerce-tabs .entry-content .commentlist li .comment-text .meta strong,
.woocommerce-page.single-product .woocommerce-tabs .entry-content .commentlist li .comment-text .meta strong {
  font-weight: normal;
}
.woocommerce.single-product .woocommerce-tabs .entry-content .commentlist li .comment-text .meta time,
.woocommerce-page.single-product .woocommerce-tabs .entry-content .commentlist li .comment-text .meta time {
  color: #ccc;
}
.woocommerce.single-product .woocommerce-tabs .entry-content .commentlist li .comment-text .star-rating,
.woocommerce-page.single-product .woocommerce-tabs .entry-content .commentlist li .comment-text .star-rating {
  position: absolute;
  right: 0;
  top: 7px;
}
.woocommerce.single-product .woocommerce-tabs .entry-content .comment-form-rating,
.woocommerce-page.single-product .woocommerce-tabs .entry-content .comment-form-rating {
  overflow: hidden;
}
.woocommerce.single-product .woocommerce-tabs .entry-content .comment-form-rating label,
.woocommerce-page.single-product .woocommerce-tabs .entry-content .comment-form-rating label {
  float: left;
  margin-right: 10px;
}
.woocommerce.single-product .woocommerce-tabs .entry-content .comment-form-rating .stars,
.woocommerce-page.single-product .woocommerce-tabs .entry-content .comment-form-rating .stars {
  margin: 0;
}
.woocommerce.single-product .woocommerce-tabs .entry-content .comment-form-rating .stars a,
.woocommerce-page.single-product .woocommerce-tabs .entry-content .comment-form-rating .stars a {
  display: inline-block;
  color: #999;
  margin: 0 5px;
}
.woocommerce.single-product .woocommerce-tabs .entry-content .comment-form-rating .stars a:hover,
.woocommerce-page.single-product .woocommerce-tabs .entry-content .comment-form-rating .stars a:hover,
.woocommerce.single-product .woocommerce-tabs .entry-content .comment-form-rating .stars a.active,
.woocommerce-page.single-product .woocommerce-tabs .entry-content .comment-form-rating .stars a.active {
  color: #333;
  text-decoration: underline;
}
.woocommerce.single-product .woocommerce-tabs .entry-content #respond .comment-form,
.woocommerce-page.single-product .woocommerce-tabs .entry-content #respond .comment-form {
  overflow: hidden;
  margin: 0 -15px;
}
.woocommerce.single-product .woocommerce-tabs .entry-content #respond .comment-form .comment-form-author,
.woocommerce-page.single-product .woocommerce-tabs .entry-content #respond .comment-form .comment-form-author,
.woocommerce.single-product .woocommerce-tabs .entry-content #respond .comment-form .comment-form-email,
.woocommerce-page.single-product .woocommerce-tabs .entry-content #respond .comment-form .comment-form-email {
  width: 50%;
  float: left;
  padding: 0 15px;
}
.woocommerce.single-product .woocommerce-tabs .entry-content #respond .comment-form .comment-form-author input,
.woocommerce-page.single-product .woocommerce-tabs .entry-content #respond .comment-form .comment-form-author input,
.woocommerce.single-product .woocommerce-tabs .entry-content #respond .comment-form .comment-form-email input,
.woocommerce-page.single-product .woocommerce-tabs .entry-content #respond .comment-form .comment-form-email input {
  width: 100%;
}
.woocommerce.single-product .woocommerce-tabs .entry-content #respond .comment-form .comment-form-author label,
.woocommerce-page.single-product .woocommerce-tabs .entry-content #respond .comment-form .comment-form-author label,
.woocommerce.single-product .woocommerce-tabs .entry-content #respond .comment-form .comment-form-email label,
.woocommerce-page.single-product .woocommerce-tabs .entry-content #respond .comment-form .comment-form-email label {
  display: block;
  color: #999;
}
.woocommerce.single-product .woocommerce-tabs .entry-content #respond .comment-form .comment-form-rating,
.woocommerce-page.single-product .woocommerce-tabs .entry-content #respond .comment-form .comment-form-rating {
  clear: both;
  padding: 0 15px;
}
.woocommerce.single-product .woocommerce-tabs .entry-content #respond .comment-form .comment-form-comment,
.woocommerce-page.single-product .woocommerce-tabs .entry-content #respond .comment-form .comment-form-comment {
  padding: 0 15px;
  width: 100%;
  float: none;
  margin: 0;
}
.woocommerce.single-product .woocommerce-tabs .entry-content #respond .comment-form .comment-form-comment label,
.woocommerce-page.single-product .woocommerce-tabs .entry-content #respond .comment-form .comment-form-comment label {
  display: block;
  color: #999;
}
.woocommerce.single-product .woocommerce-tabs .entry-content #respond .comment-form .comment-form-comment textarea,
.woocommerce-page.single-product .woocommerce-tabs .entry-content #respond .comment-form .comment-form-comment textarea {
  height: 100px;
}
.woocommerce.single-product .woocommerce-tabs .entry-content #respond .comment-form .form-submit,
.woocommerce-page.single-product .woocommerce-tabs .entry-content #respond .comment-form .form-submit {
  padding: 0 15px;
  margin: 30px 0;
}
.woocommerce.single-product .products.upsells,
.woocommerce-page.single-product .products.upsells,
.woocommerce.single-product .products.related,
.woocommerce-page.single-product .products.related {
  margin: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 60px;
}
.woocommerce.single-product .products h2,
.woocommerce-page.single-product .products h2 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  margin: 0 0 50px 0;
}
.woocommerce .shop_table,
.woocommerce-page .shop_table {
  margin-top: 50px;
}
.woocommerce .shop_table .product-remove a,
.woocommerce-page .shop_table .product-remove a {
  width: 24px;
  height: 24px;
  background: #fff;
  line-height: 24px;
  text-align: center;
  display: inline-block;
  color: #333;
  -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.07);
  -ms-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.07);
  -o-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.07);
}
.woocommerce .shop_table .product-thumbnail img,
.woocommerce-page .shop_table .product-thumbnail img {
  background: #fff;
  padding: 5px;
  -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.07);
  -ms-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.07);
  -o-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.07);
}
.woocommerce .shop_table .product-name a,
.woocommerce-page .shop_table .product-name a {
  color: #333;
}
.woocommerce .shop_table .actions,
.woocommerce-page .shop_table .actions {
  text-align: right;
}
.woocommerce .shop_table .actions .coupon,
.woocommerce-page .shop_table .actions .coupon {
  display: inline-block;
  margin-right: 10px;
}
.woocommerce .shop_table .actions .coupon .button,
.woocommerce-page .shop_table .actions .coupon .button {
  margin-left: 10px;
}
.woocommerce .shop_table .actions .coupon #coupon_code,
.woocommerce-page .shop_table .actions .coupon #coupon_code {
  margin-left: 10px;
}
.woocommerce .shop_table tbody tr:last-child td,
.woocommerce-page .shop_table tbody tr:last-child td {
  padding: 20px;
}
.woocommerce .cart-collaterals h2,
.woocommerce-page .cart-collaterals h2 {
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 50px;
  margin-top: 60px;
}
.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout,
.woocommerce-page .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  margin: 20px 0 50px 0;
  text-align: right;
}
.woocommerce .checkout,
.woocommerce-page .checkout {
  margin-bottom: 50px;
}
.woocommerce .checkout:after,
.woocommerce-page .checkout:after {
  clear: both;
  content: "";
  display: table;
}
.woocommerce .checkout #customer_details,
.woocommerce-page .checkout #customer_details {
  float: left;
  width: 50%;
  padding-right: 15px;
}
.woocommerce .checkout #customer_details h3,
.woocommerce-page .checkout #customer_details h3 {
  font-size: 18px;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-weight: 600;
}
.woocommerce .checkout #customer_details label,
.woocommerce-page .checkout #customer_details label {
  display: block;
}
.woocommerce .checkout #customer_details input,
.woocommerce-page .checkout #customer_details input {
  width: 100%;
  color: #999;
}
.woocommerce .checkout #customer_details textarea,
.woocommerce-page .checkout #customer_details textarea {
  width: 100%;
}
.woocommerce .checkout #customer_details p,
.woocommerce-page .checkout #customer_details p {
  background: #f4f4f4;
  padding: 30px;
  margin-bottom: 30px;
}
.woocommerce .checkout #customer_details .select2-container .select2-choice,
.woocommerce-page .checkout #customer_details .select2-container .select2-choice {
  padding: 10px 20px;
  margin-top: 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.woocommerce .checkout #order_review_heading,
.woocommerce-page .checkout #order_review_heading {
  float: right;
  width: 50%;
  padding-left: 15px;
  font-size: 18px;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-weight: 600;
}
.woocommerce .checkout #order_review,
.woocommerce-page .checkout #order_review {
  float: right;
  width: 50%;
  padding-left: 15px;
}
.woocommerce .checkout #order_review .shop_table,
.woocommerce-page .checkout #order_review .shop_table {
  margin-top: 0;
}
.woocommerce .checkout #order_review .payment_methods,
.woocommerce-page .checkout #order_review .payment_methods {
  padding: 10px 30px;
  background: #f4f4f4;
  margin: 30px 0;
  list-style: none;
}
.woocommerce .checkout #order_review .payment_methods li,
.woocommerce-page .checkout #order_review .payment_methods li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px 0;
}
.woocommerce .checkout #order_review .payment_methods li img,
.woocommerce-page .checkout #order_review .payment_methods li img {
  display: block;
}
.woocommerce .checkout #order_review .payment_methods li:last-child,
.woocommerce-page .checkout #order_review .payment_methods li:last-child {
  border-bottom: none;
}
.woocommerce #yith-wcwl-popup-message,
.woocommerce-page #yith-wcwl-popup-message {
  border: none;
  padding: 10px 30px;
  -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.07);
  -ms-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.07);
  -o-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.07);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.widget.widget_shopping_cart .cart_list li {
  overflow: hidden;
  position: relative;
  padding: 20px 0;
}
.widget.widget_shopping_cart .cart_list li:first-child {
  padding-top: 0;
}
.widget.widget_shopping_cart .cart_list li:first-child .remove {
  margin-top: -20px;
}
.widget.widget_shopping_cart .cart_list li img {
  float: left;
  margin-right: 20px;
}
.widget.widget_shopping_cart .cart_list li .quantity {
  display: block;
  font-size: 12px;
  color: #999;
}
.widget.widget_shopping_cart .cart_list li .remove {
  position: absolute;
  right: 0;
  color: #ccc;
  height: 24px;
  width: 24px;
  line-height: 22px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  top: 50%;
  margin-top: -12px;
}
.widget.widget_shopping_cart .cart_list li .remove:hover {
  color: #333;
  border-color: #333;
}
.widget.widget_shopping_cart .total strong {
  font-weight: normal;
}
.widget.widget_shopping_cart .buttons .checkout {
  margin-left: 20px;
  color: #333;
  background: none;
  border-bottom: 1px solid #ccc;
  padding: 0 5px;
}
.widget.widget_shopping_cart .buttons .checkout:hover {
  border-color: #333;
}
.widget.widget_product_search .woocommerce-product-search {
  position: relative;
}
.widget.widget_product_search .woocommerce-product-search .screen-reader-text {
  display: none;
}
.widget.widget_product_search .woocommerce-product-search .search-field {
  width: 100%;
}
.widget.widget_product_search .woocommerce-product-search input[type="submit"] {
  background-image: url(../../assets/img/arrow.svg);
  background-color: transparent;
  width: 24px;
  height: 11px;
  text-indent: -9999px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 20px;
  -webkit-opacity: 0.3;
  -khtml-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
}
.widget.widget_product_search .woocommerce-product-search input[type="submit"]:hover {
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.widget.widget_products ul li,
.widget.widget_top_rated_products ul li {
  overflow: hidden;
  padding: 20px 0;
}
.widget.widget_products ul li:first-child,
.widget.widget_top_rated_products ul li:first-child {
  padding-top: 0;
}
.widget.widget_products ul li:last-child,
.widget.widget_top_rated_products ul li:last-child {
  padding-bottom: 0;
}
.widget.widget_products ul li img,
.widget.widget_top_rated_products ul li img {
  float: left;
  margin-right: 20px;
}
.widget.widget_products ul li .product-title,
.widget.widget_top_rated_products ul li .product-title {
  display: block;
}
.widget.widget_products ul li .amount,
.widget.widget_top_rated_products ul li .amount {
  color: #999;
  font-size: 12px;
}
.widget.widget_price_filter .price_slider_wrapper .ui-slider-horizontal {
  height: 2px;
  background: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.widget.widget_price_filter .price_slider_wrapper .ui-slider {
  position: relative;
}
.widget.widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  height: 100%;
  top: 0;
}
.widget.widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-handle {
  background: #fff;
  border: 2px solid;
  height: 10px;
  width: 10px;
  cursor: pointer;
  position: absolute;
  z-index: 2;
  top: -4px;
  outline: 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.widget.widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-handle:last-child {
  margin-left: -10px;
}
.widget.widget_price_filter .price_slider_wrapper .price_slider_amount {
  margin-top: 25px;
}
.widget.widget_price_filter .price_slider_wrapper .price_slider_amount .button {
  float: right;
  margin: 0;
  cursor: pointer;
  padding: 0 35px;
}
.widget.widget_price_filter .price_slider_wrapper .price_slider_amount .price_label {
  padding: 10px 0;
}
.widget select {
  width: 100%;
}
.aligncenter .woocommerce .products li .price {
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  right: 20px;
  top: 20px;
  bottom: auto;
  color: #333;
  background: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.07);
  -ms-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.07);
  -o-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.07);
}
.woocommerce-wishlist .wishlist-title h2 {
  margin: 0;
  font-size: 18px;
  text-transform: uppercase;
}
.woocommerce-wishlist .shop_table.wishlist_table {
  margin: 20px 0 50px 0;
  font-size: 100%;
}
.woocommerce-wishlist .shop_table.wishlist_table thead tr th {
  padding: 10px 20px;
  width: auto;
  border: none;
}
.woocommerce-wishlist .shop_table.wishlist_table tbody tr td {
  padding: 10px 20px;
  text-align: left;
}
.woocommerce-wishlist .shop_table.wishlist_table tbody tr td.product-remove {
  padding: 10px 20px;
}
.woocommerce-wishlist .shop_table.wishlist_table tbody tr td.product-add-to-cart .button {
  margin: 0;
  padding: 0 20px;
  line-height: 50px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
#yith-quick-view-modal .yith-wcqv-wrapper {
  height: auto !important;
  padding: 0 !important;
  overflow: visible !important;
}
#yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  overflow: visible !important ;
  padding: 30px;
}
#yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-close {
  width: 50px;
  height: 50px;
  border: none;
  line-height: 48px;
  top: -10px;
  right: 10px;
  color: #fff;
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
#yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-close:hover {
  background: #000;
}
#yith-quick-view-content.single-product .summary {
  padding-left: 30px;
}
.woocommerce-edit-account label,
.woocommerce-edit-address label {
  display: block;
}
.woocommerce-edit-account input,
.woocommerce-edit-address input {
  color: #ccc;
  width: 500px;
}
.woocommerce-edit-account input.button,
.woocommerce-edit-address input.button {
  width: auto;
  margin-bottom: 60px;
}
.woocommerce-edit-account fieldset,
.woocommerce-edit-address fieldset {
  padding: 0;
  margin: 100px 0 50px 0;
  border: none;
}
.woocommerce-edit-account fieldset legend,
.woocommerce-edit-address fieldset legend {
  font-weight: bold;
  margin-bottom: 20px;
  border-bottom: 2px solid;
}
@media only screen and (max-width: 1170px) {
  body.layout-boxed .document {
    width: 100%;
  }
  .post-date {
    right: auto;
    left: 20px;
    background: #fff;
    padding: 10px;
    top: 15px;
    left: 15px;
    -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.07);
    -ms-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.07);
    -o-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.07);
  }
  .post-date span {
    font-size: 14px;
  }
  .post-date span.post-month {
    font-size: 18px;
  }
}
@media only screen and (min-width: 942px) and (max-width: 1170px) {
  .document .wrapper {
    width: 940px !important;
  }
  .sidebar-left .document-main .content,
  .sidebar-right .document-main .content {
    width: 620px !important;
  }
  .no-sidebar.blog .content .post-content,
  .no-sidebar.single-post .content .post-content,
  .no-sidebar.archive .content .post-content {
    width: 620px !important;
  }
  .page.no-sidebar .document-main .content {
    width: 100% !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
  .document .wrapper {
    width: 726px !important;
  }
  .sidebar-left .document-main .content,
  .sidebar-right .document-main .content {
    width: 100% !important;
    float: none;
    margin-bottom: 100px;
  }
  .sidebar-left .document-main .sidebar,
  .sidebar-right .document-main .sidebar {
    width: 480px !important;
    margin: 0 auto;
    float: none;
  }
  .document-sockets .columns,
  .document-footer .columns {
    float: none;
    width: 480px !important;
    margin: 0 auto;
  }
  .document-header .wrapper .navigation {
    display: none;
  }
  .document-header .navigator-sticky {
    display: none;
  }
  .document-header .navigator-mobile {
    display: block;
  }
  .document-title .breadcrumb {
    display: none;
  }
  .document-title .page-title {
    float: none;
  }
  .document-title .woocommerce-ordering {
    float: right;
  }
  .document-footer .columns {
    margin-bottom: 50px;
    text-align: center;
  }
  .document-footer .columns:last-child {
    margin-bottom: 0;
  }
  .document-footer .footer-content .social-icons a i {
    margin: 0;
  }
  .document-footer .footer-content .social-icons a span {
    display: none;
  }
  .woocommerce.single-product .images,
  .woocommerce-page.single-product .images {
    float: none;
    width: 100%;
    margin-bottom: 40px;
  }
  .woocommerce.single-product .summary,
  .woocommerce-page.single-product .summary {
    width: 100%;
    float: none;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .document .wrapper {
    width: 300px !important;
  }
  .sidebar-left .document-main .content,
  .sidebar-right .document-main .content {
    width: 100% !important;
    margin-bottom: 100px;
  }
  .sidebar-left .document-main .sidebar,
  .sidebar-right .document-main .sidebar {
    width: 100% !important;
  }
  .document-header .wrapper .navigation {
    display: none;
  }
  .document-header .navigator-sticky {
    display: none;
  }
  .document-header .navigator-mobile {
    display: block;
  }
  .document-title .breadcrumb {
    display: none;
  }
  .document-title .page-title {
    float: none;
  }
  .document-title .woocommerce-ordering {
    float: right;
  }
  .document-sockets .columns,
  .document-footer .columns {
    width: 100% !important;
    border-right: none;
  }
  .document-footer .columns {
    margin-bottom: 50px;
    text-align: center;
  }
  .document-footer .columns:last-child {
    margin-bottom: 0;
  }
  .document-footer .footer-content .social-icons a {
    margin: 0 10px;
  }
  .document-footer .footer-content .social-icons a i {
    margin: 0;
  }
  .document-footer .footer-content .social-icons a span {
    display: none;
  }
  .blog-grid .content-inner .posts .hentry {
    width: 330px !important;
  }
  .woocommerce.single-product .images,
  .woocommerce-page.single-product .images {
    float: none;
    width: 100%;
    margin-bottom: 40px;
  }
  .woocommerce.single-product .summary,
  .woocommerce-page.single-product .summary {
    width: 100%;
    float: none;
    padding: 0;
  }
  .woocommerce .checkout #customer_details,
  .woocommerce-page .checkout #customer_details,
  .woocommerce .checkout #order_review,
  .woocommerce-page .checkout #order_review,
  .woocommerce .checkout #order_review_heading,
  .woocommerce-page .checkout #order_review_heading {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    float: none;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .document .wrapper {
    width: 480px !important;
  }
  .blog-grid .content-inner .posts .hentry {
    width: 255px !important;
  }
  .woocommerce .products li,
  .woocommerce-page .products li {
    width: 50% !important;
  }
  .woocommerce .products li:nth-child(2n+1),
  .woocommerce-page .products li:nth-child(2n+1) {
    clear: left !important;
  }
}
@media only screen and (max-width: 479px) {
  .blog-medium .posts .hentry .post-image {
    float: none;
    width: 300px !important;
    padding: 0;
    margin-bottom: 30px;
  }
  .woocommerce .products li,
  .woocommerce-page .products li {
    width: 100% !important;
  }
  .woocommerce .products li:nth-child(n+1),
  .woocommerce-page .products li:nth-child(n+1) {
    clear: left !important;
  }
}
.document-main .wpb_single_image .vc_figure {
  display: block;
  margin: 0;
  position: relative;
}
.document-main .wpb_single_image .vc_figure .vc_figure-caption {
  margin: 0;
  background: #fff;
  padding: 10px 25px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  font-weight: bold;
  font-size: 1em;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.07);
  -ms-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.07);
  -o-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.07);
}
.document-main .wpb_single_image .vc_figure a {
  display: block;
}
.document-main .wpb_single_image .vc_figure a:hover img {
  -webkit-opacity: 0.5;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
.document-main .wpb_single_image .vc_figure a .vc_single_image-wrapper {
  margin: 0;
}
.document-main .wpb_gallery .wpb_image_grid .isotope-item {
  width: 25%;
  margin: 0;
}
.document-main .wpb_gmaps_widget .wpb_wrapper {
  padding: 0;
  background: none;
}
.document-main .vc_grid.vc_row .vc_pageable-slide-wrapper > *:hover {
  z-index: 1;
}
.document-main .vc_grid .vc_gitem-zone .vc_gitem-zone-mini .vc_gitem-post-data-source-post_date {
  background: #fff;
  padding: 10px 15px 10px 35px;
  margin: 10px;
  display: inline-block;
  position: relative;
  -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.07);
  -ms-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.07);
  -o-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.07);
}
.document-main .vc_grid .vc_gitem-zone .vc_gitem-zone-mini .vc_gitem-post-data-source-post_date:after {
  font-family: "FontAwesome";
  content: "\f073";
  position: absolute;
  left: 12px;
  top: 50%;
  margin-top: -14px;
}
.document-main .vc_grid .vc_gitem-zone .vc_gitem-zone-mini .vc_gitem-post-data-source-post_date h1,
.document-main .vc_grid .vc_gitem-zone .vc_gitem-zone-mini .vc_gitem-post-data-source-post_date h2,
.document-main .vc_grid .vc_gitem-zone .vc_gitem-zone-mini .vc_gitem-post-data-source-post_date h3,
.document-main .vc_grid .vc_gitem-zone .vc_gitem-zone-mini .vc_gitem-post-data-source-post_date h4,
.document-main .vc_grid .vc_gitem-zone .vc_gitem-zone-mini .vc_gitem-post-data-source-post_date h5,
.document-main .vc_grid .vc_gitem-zone .vc_gitem-zone-mini .vc_gitem-post-data-source-post_date h6 {
  font-size: 14px;
  margin: 0;
}
.document-main .vc_grid .vc_gitem-zone-mini .vc_custom_heading h1,
.document-main .vc_grid .vc_gitem-zone-mini .vc_custom_heading h2,
.document-main .vc_grid .vc_gitem-zone-mini .vc_custom_heading h3,
.document-main .vc_grid .vc_gitem-zone-mini .vc_custom_heading h4,
.document-main .vc_grid .vc_gitem-zone-mini .vc_custom_heading h5 {
  font-size: 18px;
}
.document-main .vc_grid .vc_gitem-zone-mini .vc_custom_heading h1 a:hover,
.document-main .vc_grid .vc_gitem-zone-mini .vc_custom_heading h2 a:hover,
.document-main .vc_grid .vc_gitem-zone-mini .vc_custom_heading h3 a:hover,
.document-main .vc_grid .vc_gitem-zone-mini .vc_custom_heading h4 a:hover,
.document-main .vc_grid .vc_gitem-zone-mini .vc_custom_heading h5 a:hover {
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.document-main .vc_grid .vc_gitem-zone-mini .vc_gitem-col {
  padding: 0;
}
.document-main .vc_grid .vc_gitem-zone-mini .vc_btn3-container a.vc_btn3 {
  color: #333;
  padding: 0 0 5px;
  border: none;
  border-bottom: 1px solid;
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.document-main .vc_grid .vc_gitem-zone-mini .vc_btn3-container a.vc_btn3:hover {
  border-color: #333;
}
.document-main .vc_tta-container .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list {
  margin: 0;
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.document-main .vc_tta-container .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list li {
  margin: 0;
}
.document-main .vc_tta-container .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list li a {
  background: none;
  border: none;
  height: auto;
  padding: 12px 15px;
  color: #999;
  display: block;
  vertical-align: middle;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.document-main .vc_tta-container .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list li a i,
.document-main .vc_tta-container .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list li a span {
  vertical-align: middle;
}
.document-main .vc_tta-container .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list li.vc_active a {
  color: #333;
}
.document-main .vc_tta-container .vc_tta-tabs .vc_tta-panels-container {
  margin-top: 30px;
}
.document-main .vc_tta-container .vc_tta-tabs .vc_tta-panels-container .vc_tta-panels {
  border: none;
  background: none;
}
.document-main .vc_tta-container .vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel {
  margin: 0;
}
.document-main .vc_tta-container .vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
  padding: 0;
}
.document-main .vc_tta-container .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list {
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.document-main .vc_tta-container .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list li a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 12px 0;
}
.document-main .vc_tta-container .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panels-container {
  margin-top: 0;
  margin-left: 30px;
}
.document-main .vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background: none;
}
.document-main .vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title {
  font-size: 18px;
}
.document-main .vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
  color: #333;
  padding-top: 15px;
  padding-bottom: 15px;
}
.document-main .vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
  background: none;
  padding: 30px;
}
.document-main .vc_btn3 {
  font-weight: bold;
}
.document-main .vc_btn3.vc_btn3-size-md {
  padding-right: 25px;
  padding-left: 25px;
}
.document-main .vc_btn3.vc_btn3-size-md.vc_btn3-style-outline {
  padding-right: 25px;
  padding-left: 25px;
}
a,
.widget ul li a:hover,
.document-header .navigator-sticky .back-to-home a:hover,
.document-footer .footer-content .social-icons a i,
.document-footer .footer-content .social-icons a:hover,
.blog .hentry .post-header .post-title a:hover,
.blog .hentry .post-header .post-meta .post-summary a:hover,
.single .hentry .post-header .post-title a:hover,
.single .hentry .post-header .post-meta .post-summary a:hover,
.archive .hentry .post-header .post-title a:hover,
.archive .hentry .post-header .post-meta .post-summary a:hover,
.document-header .navigation .menu > li:hover a,
.document-header .navigation .menu > li.current-menu-item a,
.document-header .navigation .menu > li.current_page_item a,
.widget.widget_zlog-social-links .social-icons a:hover,
.social-share ul li a:hover,
.navigation.post-navigation .nav-links li a:hover,
.navigation.post-navigation .nav-links li a:hover span,
.navigation.post-navigation .nav-links li:hover:after,
.document-slider .owl-stage .owl-item .post-title a:hover,
.search .search-results .hentry .entry-title a:hover,
.blog-grid .content-inner .posts .hentry .post-content .read-more a:hover,
.blog-medium .posts .hentry .post-content .read-more a:hover,
.vc_custom_heading a.vc_gitem-link:hover {
  color: #c1996d;
}
a.link,
.related-posts .related-posts-title,
.blog .hentry .post-content .read-more a,
.navigation.post-navigation .nav-links li:hover:after,
.search .content .search-form .search-field:focus,
.document-main .vc_grid .vc_gitem-zone-mini .vc_btn3-container a.vc_btn3 {
  border-color: #c1996d;
}
.hentry .post-content .read-more a:hover span,
.navigation.paging-navigation .page-numbers.current,
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span,
input[type="submit"]:hover,
button[type="submit"]:hover,
.button:hover,
.widget.widget_tag_cloud .tagcloud a:hover,
.widget.widget_tag_cloud .tagcloud a:hover:after,
.single .hentry .post-tags .post-tags-content a:hover,
.single .hentry .post-tags .post-tags-content a:hover:after,
#yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-close,
.document-header .navigation .menu.menu-extra li.menu-shop-icon .shopping-cart-items-count,
.document-header .navigation .menu.menu-extra li.menu-shop-icon .submenu .widget_shopping_cart_content .buttons a.checkout,
.woocommerce.single-product .images .owl-dots .owl-dot.active span,
.woocommerce-page.single-product .images .owl-dots .owl-dot.active span {
  background-color: #c1996d;
}
.wrapper,
.document-header .navigation .menu.menu-extra li.menu-search-icon .submenu {
  width: 1110px;
}
#yith-quick-view-modal .yith-wcqv-wrapper {
  max-width: 1110px !important;
}
.layout-boxed .document {
  width: 1210px;
}
.navigator-mobile {
  display: none;
}
.navigator-mobile .navigation-wrap {
  clear: both;
}
.navigator-mobile.active .navigator-toggle {
  border-color: #222;
}
.navigator-mobile.active .menu {
  display: block;
}
.navigator-mobile.active .navigation-wrap {
  padding-top: 20px;
}
.navigator-mobile .navigator-toggle {
  height: 50px;
  display: inline-block;
  line-height: 50px;
  margin: 0;
  width: 50px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  color: #333;
  float: right;
  overflow: hidden;
}
.navigator-mobile .menu {
  margin: 5px 0 0 0;
  padding: 0;
  background: #222;
  display: none;
  text-align: left;
}
.navigator-mobile .menu li {
  list-style: none;
  position: relative;
  border-bottom: 1px solid #1a1a1a;
}
.navigator-mobile .menu li a {
  display: block;
  padding: 0 20px;
  line-height: 50px;
  margin-right: 50px;
  color: #ccc;
}
.navigator-mobile .menu li .sub-menu {
  margin-left: 20px;
  display: none;
  padding: 0;
  border-top: 1px solid #1a1a1a;
}
.navigator-mobile .menu li:last-child {
  border-bottom: none;
}
.navigator-mobile .menu li.menu-item-has-children .toggler {
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  border-left: 1px solid #1a1a1a;
  right: 0;
  top: 0;
  z-index: 99;
  cursor: pointer;
}
.navigator-mobile .menu li.menu-item-has-children .toggler:after {
  content: "";
  width: 14px;
  height: 2px;
  background: #999;
  position: absolute;
  left: 50%;
  margin-left: -7px;
  top: 50%;
  margin-top: -1px;
}
.navigator-mobile .menu li.menu-item-has-children .toggler:before {
  content: "";
  width: 2px;
  height: 14px;
  background: #999;
  position: absolute;
  left: 50%;
  margin-left: -1px;
  top: 50%;
  margin-top: -7px;
}
.navigator-mobile .menu li.menu-item-has-children.active > .sub-menu {
  display: block;
}
.navigator-mobile .menu li.menu-item-has-children.active > .toggler:before {
  display: none;
}
