/*
Theme Name: WPEX New York
Theme URI: http://wpexplorer-themes.com/new-york/
Author: WPExplorer
Author URI: http://www.wpexplorer.com/
Description: New York premium WordPress theme.
Version: 1.0.0
License: Custom license
License URI: http://themeforest.net/licenses/terms/regular
Text Domain: wpex-new-york
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Accessability
# Layout
# Grids
# Typography
# Elements
# Forms
# Alignments
# WordPress Core
# Site
    ## Header
    ## Menus
    ## Widget Areas
    ## Modules
    ## Home
    ## Archives
    ## Page
    ## Entry
    ## Post
    ## Widgets
    ## Footer
    ## Templates
    ## 404
    ## Search Results
    ## WooCommerce
    ## Responsive
# Plugins
# Lib

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a,
a:hover,
a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f9f9f9;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 0.857em;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.wpex-container {
  width: 1080px;
  margin: 0 auto;
}

.wpex-site-content {
  margin-bottom: 80px;
}

.wpex-site-main {
  float: left;
  width: 68.51852%;
}

.wpex-sidebar {
  float: right;
  width: 25.92593%;
}

body.wpex-full-width .wpex-site-main {
  width: 100%;
  max-width: none;
}

body.wpex-left-sidebar .wpex-site-main {
  float: right;
}

body.wpex-left-sidebar .wpex-sidebar {
  float: left;
}

/*--------------------------------------------------------------
# Grids
--------------------------------------------------------------*/
.wpex-row {
  margin: 0 -10px;
  overflow: hidden;
}

.wpex-row .wpex-col, .wpex-row .wpex-col-nr {
  float: left;
  margin: 0 0 20px;
  padding: 0 10px;
}

.rtl .wpex-row .wpex-col, .rtl .wpex-row .wpex-col-nr {
  float: right;
}

.wpex-row .wpex-col img, .wpex-row .wpex-col-nr img {
  vertical-align: bottom;
}

.wpex-row .wpex-count-1 {
  clear: both;
}

.wpex-row .wpex-col-1 {
  width: 100%;
}

.wpex-row .wpex-col-2 {
  width: 50%;
}

.wpex-row .wpex-col-3 {
  width: 33.33%;
}

.wpex-row .wpex-col-4 {
  width: 25%;
}

.wpex-row .wpex-col-5 {
  width: 20%;
}

.wpex-row .wpex-col-6 {
  width: 16.66666667%;
}

.wpex-row .wpex-col-7 {
  width: 14.285%;
}

.wpex-row .wpex-col-8 {
  width: 12.5%;
}

.wpex-row .wpex-col-9 {
  width: 11.11%;
}

.wpex-row .wpex-col-10 {
  width: 10%;
}

.wpex-row.wpex-gap-0px {
  margin: 0;
}

.wpex-row.wpex-gap-0px .wpex-col, .wpex-row.wpex-gap-0px .wpex-col-nr {
  margin: 0;
  padding: 0;
}

.wpex-row.wpex-gap-1 {
  margin: 0 -0.5px;
}

.wpex-row.wpex-gap-1 .wpex-col, .wpex-row.wpex-gap-1 .wpex-col-nr {
  margin: 0 0 1px;
  padding: 0 0.5px;
}

.wpex-row.wpex-gap-5 {
  margin: 0 -2.5px;
}

.wpex-row.wpex-gap-5 .wpex-col, .wpex-row.wpex-gap-5 .wpex-col-nr {
  margin: 0 0 5px;
  padding: 0 2.5px;
}

.wpex-row.wpex-gap-10 {
  margin: 0 -5px;
}

.wpex-row.wpex-gap-10 .wpex-col, .wpex-row.wpex-gap-10 .wpex-col-nr {
  float: left;
  margin: 0 0 10px;
  padding: 0 5px;
}

.wpex-row.wpex-gap-20 {
  margin: 0 -10px;
}

.wpex-row.wpex-gap-20 .wpex-col, .wpex-row.wpex-gap-20 .wpex-col-nr {
  margin: 0 0 20px;
  padding: 0 10px;
}

.wpex-row.wpex-gap-24 {
  margin: 0 -11px;
}

.wpex-row.wpex-gap-24 .wpex-col, .wpex-row.wpex-gap-24 .wpex-col-nr {
  margin: 0 0 24px;
  padding: 0 11px;
}

.wpex-row.wpex-gap-30 {
  margin: 0 -15px;
}

.wpex-row.wpex-gap-30 .wpex-col, .wpex-row.wpex-gap-30 .wpex-col-nr {
  margin: 0 0 30px;
  padding: 0 15px;
}

.wpex-row.wpex-gap-40 {
  margin: 0 -20px;
}

.wpex-row.wpex-gap-40 .wpex-col, .wpex-row.wpex-gap-40 .wpex-col-nr {
  margin: 0 0 40px;
  padding: 0 20px;
}

.wpex-row.wpex-gap-50 {
  margin: 0 -25px;
}

.wpex-row.wpex-gap-50 .wpex-col, .wpex-row.wpex-gap-50 .wpex-col-nr {
  margin: 0 0 50px;
  padding: 0 25px;
}

.wpex-row.wpex-gap-60 {
  margin: 0 -30px;
}

.wpex-row.wpex-gap-60 .wpex-col, .wpex-row.wpex-gap-60 .wpex-col-nr {
  margin: 0 0 60px;
  padding: 0 30px;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body {
  color: #000;
  font-family: "Helvetica-Neue", "Helvetica", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

address {
  color: #686868;
  letter-spacing: 0.5px;
  font-size: 1em;
  margin: 0 0 30px;
  line-height: 1.5;
}

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

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

mark, ins {
  text-decoration: none;
}

.wpex-site-content mark, .wpex-site-content ins {
  background: #fff9c0;
}

big {
  font-size: 125%;
}

/* Typography > Headings */
h1, h2, h3, h4, h5, h6, .wpex-heading {
  clear: both;
  font-family: "PT Serif";
  font-weight: bold;
  color: #000;
  margin: 0 0 20px;
}

.wpex-content h1 a:hover, .wpex-content h2 a:hover, .wpex-content h3 a:hover, .wpex-content h4 a:hover, .wpex-content h5 a:hover, .wpex-content h6 a:hover, .wpex-content .wpex-heading a:hover {
  text-decoration: none;
}

h1 {
  font-size: 1.714em;
  margin: 0 0 20px;
}

h2 {
  font-size: 1.571em;
}

h3 {
  font-size: 1.286em;
}

h4 {
  font-size: 1.214em;
}

h5 {
  font-size: 1.143em;
}

h6 {
  font-size: 1.071em;
}

h1 a, h2 a, h3 a, h4 a, .wpex-heading a {
  color: inherit;
  text-decoration: none;
}

.wpex-post-content h2, .wpex-post-content h3, .wpex-post-content h4, .wpex-post-content h5, .wpex-post-content h6,
.wpex-page-content h2,
.wpex-page-content h3,
.wpex-page-content h4,
.wpex-page-content h5,
.wpex-page-content h6,
.wpex-entry-content h2,
.wpex-entry-content h3,
.wpex-entry-content h4,
.wpex-entry-content h5,
.wpex-entry-content h6 {
  margin: 40px 0 15px;
}

/* Typography > Pre Tag */
pre {
  background: #f1f1f1;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 0.929em;
  line-height: 1.6;
  margin-bottom: 20px;
  max-width: 100%;
  overflow: auto;
  padding: 1.071em;
}

/* Typography > Blockquote */
blockquote {
  margin: 0 0 20px;
  font-size: 1.286em;
  position: relative;
  font-family: "PT Serif";
  color: #787878;
  font-style: italic;
  padding: 0 1.786em;
}

blockquote.left {
  float: left;
  margin-left: 0;
  margin-right: 20px;
  text-align: right;
  width: 33%;
}

blockquote.right {
  float: right;
  margin-left: 20px;
  margin-right: 0;
  text-align: left;
  width: 33%;
}

blockquote p:last-child {
  margin: 0;
}

blockquote cite {
  display: block;
  margin-top: 20px;
  font-style: italic;
  font-size: 0.929em;
  color: #999;
}

/* Typography > Content Blocks */
.wpex-content {
  font-family: "PT Serif";
  line-height: 25px;
}

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

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

.wpex-clr:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  zoom: 1;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

body.rtl {
  direction: rtl;
}

p {
  margin: 0 0 20px;
}

a {
  color: #fe6060;
  text-decoration: none;
}

.wpex-content a:hover {
  text-decoration: underline;
}

blockquote, q {
  clear: both;
  quotes: "" "";
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

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

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

li {
  list-style: none;
}

.wpex-site-main ul, .wpex-site-main ol {
  margin: 0 0 1.5em 30px;
}

.wpex-site-main ul ul, .wpex-site-main ul ol, .wpex-site-main ol ul, .wpex-site-main ol ol {
  margin-bottom: 0;
}

.wpex-site-main ul li {
  list-style: disc;
}

.wpex-site-main li {
  list-style: decimal;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin-bottom: 20px;
}

table td,
table th,
table tr {
  border: 1px solid #eee;
  padding: 0.857em;
  text-align: left;
}

.rtl table td, .rtl
table th, .rtl
table tr {
  text-align: right;
}

table th {
  font-family: "Helvetica-Neue", "Helvetica", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  font-size: 0.786em;
}

table thead {
  background: #f9f9f9;
}

table thead td {
  font-size: 0.786em;
}

fieldset {
  border: 1px solid #ddd;
  margin: 0 0 20px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  padding: 0 0.714em;
  opacity: 0.8;
  -moz-opacity: 0.8;
  -webkit-opacity: 0.8;
}

.wpex-slider {
  display: none;
}

.wpex-clear {
  clear: both;
}

.wpex-edit {
  padding-top: 30px;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/* Forms > Fields */
input,
textarea {
  outline: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  font-family: "PT Serif";
  color: #444;
  border: 1px solid #ddd;
  padding: 0.571em;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ddd;
}

textarea {
  width: 100%;
}

::-webkit-input-placeholder {
  color: #444;
}

:-moz-placeholder {
  color: #444;
}

::-moz-placeholder {
  color: #444;
}

:-ms-input-placeholder {
  color: #444;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

/* Forms > Search form */
input[type="search"],
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.wpex-site-searchform {
  position: relative;
}

.wpex-site-searchform input[type="search"] {
  background: none;
  color: #888;
  border: 0;
  border: 2px solid #eee;
  outline: none;
  padding-left: 0.857em;
  padding-right: 50px;
  height: 40px;
  width: 100%;
  font-size: 1em;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  font-style: italic;
}

.wpex-site-searchform input[type="search"]:focus {
  font-style: normal;
  color: #000;
}

.wpex-site-searchform button {
  display: block;
  background: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 0.929em;
  color: #aaa;
}

.wpex-site-searchform button:hover, .wpex-site-searchform button:active, .wpex-site-searchform button:focus {
  background: none;
  color: #aaa;
}

.wpex-site-footer .wpex-site-searchform input[type="search"] {
  border: 0;
  background: #fff;
}

/* Forms > Password Protected */
.post-password-form {
  padding: 30px;
  background: #f9f9f9;
  border: 1px solid #eee;
}

.post-password-form p {
  margin-bottom: 10px;
}

.post-password-form label {
  display: block;
  margin-bottom: 0.143em;
}

.post-password-form input[type="password"] {
  width: 100%;
  margin-bottom: 0.714em;
}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.wpex-button {
  display: inline-block;
  color: #fff;
  background: #1f2021;
  font-family: "Helvetica-Neue", "Helvetica", sans-serif;
  font-size: 0.714em;
  padding: 1em 1.3em;
  line-height: 1;
  outline: 0;
  border: 0;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

button:hover, button:active, button:focus,
input[type="button"]:hover,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus,
.wpex-button:hover,
.wpex-button:active,
.wpex-button:focus {
  color: #fe6060;
  background: #1f2021;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 2.143em;
  margin-bottom: 30px;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 2.143em;
  margin-bottom: 30px;
}

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

.alignnone {
  margin-bottom: 30px;
}

p .alignnone {
  margin-bottom: 0;
}

.alignnone img {
  vertical-align: bottom;
}

.textcenter {
  text-align: center;
}

.textright {
  text-align: right;
}

.textleft {
  text-align: left;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

/*--------------------------------------------------------------
# # WordPress Core
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.bypostauthor {
  display: block;
}

.wp-smiley {
  margin: 0;
  max-height: 1em;
}

#wpstats {
  display: none;
}

/* WordPress > Captions */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* WordPress > Galleries */
.gallery {
  margin: 0 -10px;
}

.gallery-item {
  display: block;
  float: left;
  text-align: center;
  vertical-align: top;
  padding: 0 10px;
  margin: 0 0 20px;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-item img {
  border: none;
}

.gallery-caption {
  display: block;
  font-size: 1em;
  text-align: center;
  padding-top: 10px;
  margin: 0;
}

/*--------------------------------------------------------------
# Site
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.wpex-site-header-wrap {
  padding: 60px 0;
  text-align: center;
}

/* Header > Branding */
.wpex-site-logo {
  font-size: 3.714em;
  line-height: 1.2;
  text-transform: uppercase;
}

.wpex-site-text-logo a {
  font-weight: bold;
  color: #000;
  text-decoration: none;
  letter-spacing: 5px;
}

.wpex-site-text-logo a:hover {
  text-decoration: none;
}

.wpex-site-header-description {
  font-family: "PT Serif";
  color: #787878;
  font-size: 1.286em;
  font-style: italic;
  padding-top: 5px;
  -webkit-font-smoothing: antialiased;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/* Menus > Dropdowns */
.wpex-drop-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wpex-drop-menu li {
  position: relative;
  list-style: none;
}

.wpex-drop-menu > li {
  float: left;
  display: block;
}

.wpex-drop-menu ul {
  visibility: hidden;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  position: absolute;
  top: 100%;
  z-index: 9999;
  margin: 0;
}

.wpex-drop-menu li:hover > ul,
.wpex-drop-menu li.wpex-touched > ul,
.wpex-drop-menu li.wpex-active > ul {
  margin: 0;
  visibility: visible;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
}

.wpex-drop-menu a {
  display: block;
  position: relative;
}

.wpex-drop-menu ul li {
  display: block;
  float: none;
  position: relative;
}

.wpex-drop-menu ul li a {
  display: block;
}

.wpex-drop-menu li ul {
  min-width: 140px;
}

.wpex-drop-menu ul ul {
  top: 0;
  left: 100%;
}

.wpex-drop-menu .wpex-dropdown-arrow-side {
  margin-left: 5px;
  margin-right: 0;
}

.wpex-drop-menu .wpex-dropdown-arrow-down {
  margin-right: 0;
  margin-left: 10px;
}

/* Menus > Slick Nav */
.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer;
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em;
}

.slicknav_menu {
  *zoom: 1;
}

.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left;
}

.slicknav_menu .slicknav_icon {
  float: left;
  width: 1.125em;
  height: 0.875em;
  margin: 0.188em 0 0 0.438em;
}

.slicknav_menu .slicknav_icon:before {
  background: transparent;
  width: 1.125em;
  height: 0.875em;
  display: block;
  content: "";
  position: absolute;
}

.slicknav_menu .slicknav_no-text {
  margin: 0;
}

.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: 0.125em;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.slicknav_menu:before {
  content: " ";
  display: table;
}

.slicknav_menu:after {
  content: " ";
  display: table;
  clear: both;
}

.slicknav_nav {
  clear: both;
}

.slicknav_nav ul {
  display: block;
}

.slicknav_nav li {
  display: block;
}

.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em;
}

.rtl .slicknav_nav .slicknav_arrow {
  margin: 0 0.4em 0 0;
}

.slicknav_nav .slicknav_item {
  cursor: pointer;
}

.slicknav_nav .slicknav_item a {
  display: inline;
}

.slicknav_nav .slicknav_row {
  display: block;
}

.slicknav_nav a {
  display: block;
}

.slicknav_nav .slicknav_parent-link a {
  display: inline;
}

.slicknav_brand {
  float: left;
}

.slicknav_nav {
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  list-style: none;
  overflow: hidden;
}

.slicknav_nav ul {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0 0 0 20px;
}

.slicknav_nav .slicknav_row {
  padding: 5px 10px;
  margin: 2px 5px;
}

.slicknav_nav a {
  padding: 5px 10px;
  margin: 2px 5px;
  text-decoration: none;
}

.slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}

.slicknav_nav .slicknav_item a {
  padding: 0;
  margin: 0;
}

.slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0;
}

/* Menus > Main */
.wpex-main-menu {
  background: #1f2021;
  text-align: center;
  font-size: 0.714em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.wpex-main-menu .wpex-drop-menu > li {
  display: inline-block;
  float: none;
  height: 45px;
  line-height: 45px;
  padding: 0 2em;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.wpex-main-menu .wpex-drop-menu > li.menu-item-has-children > a:after {
  content: "\f107";
  margin-left: 0.5em;
  position: relative;
  top: -1px;
  font-family: 'FontAwesome';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wpex-main-menu .wpex-drop-menu a {
  display: block;
  color: #fff;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}

.wpex-main-menu .wpex-drop-menu a:hover {
  opacity: 0.6;
  -moz-opacity: 0.6;
  -webkit-opacity: 0.6;
  text-decoration: none;
}

.wpex-main-menu .wpex-drop-menu .sub-menu {
  background: #1f2021;
  padding: 0.8em 0;
}

.wpex-main-menu .wpex-drop-menu .sub-menu .sub-menu {
  margin-top: -0.8em;
}

.wpex-main-menu .wpex-drop-menu > li > .sub-menu {
  left: 50%;
  width: 200px;
  min-width: 200px;
  margin-left: -100px;
}

.wpex-main-menu .wpex-drop-menu .sub-menu li {
  height: auto;
  line-height: 1.5;
}

.wpex-main-menu .wpex-drop-menu .sub-menu li.menu-item-has-children > a:after {
  content: "\f105";
  margin-left: 0.5em;
  position: relative;
  top: -1px;
  font-family: 'FontAwesome';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.rtl .wpex-main-menu .wpex-drop-menu .sub-menu li.menu-item-has-children > a:after {
  margin-left: 0;
  margin-right: 0.5em;
}

.wpex-main-menu .wpex-drop-menu .sub-menu a {
  padding: 0.8em 1.2em;
}

.wpex-main-menu .slicknav_menu {
  display: none;
  text-align: left;
  position: relative;
  z-index: 99;
  height: 45px;
  font-size: 1.143em;
}

.rtl .wpex-main-menu .slicknav_menu {
  text-align: right;
}

.wpex-main-menu .slicknav_menu .slicknav_btn {
  display: block;
  float: left;
  height: 45px;
  font-size: 16px;
}

.wpex-main-menu .slicknav_menu .slicknav_btn .slicknav_icon {
  margin-top: 8px;
}

.rtl .wpex-main-menu .slicknav_menu .slicknav_btn {
  float: right;
}

.wpex-main-menu .slicknav_menu .slicknav_icon-bar {
  background-color: #fff;
}

.wpex-main-menu .slicknav_menu .slicknav_nav {
  background: #1f2021;
}

.wpex-main-menu .slicknav_menu .slicknav_nav a {
  color: #fff;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.wpex-main-menu .slicknav_menu .slicknav_nav a:hover {
  background: rgba(255, 255, 255, 0.1);
}

.wpex-main-menu .slicknav_menu .menu-item-type-woocommerce-cart {
  display: none;
}

.wpex-main-menu .wpex-menu-cart-mobile {
  position: absolute;
  right: 0;
  top: 0;
  height: 45px;
  line-height: 45px;
  z-index: 2;
}

.wpex-main-menu .wpex-menu-cart-mobile a {
  color: #fff;
}

.rtl .wpex-main-menu .wpex-menu-cart-mobile {
  right: auto;
  left: 0;
}

@media only screen and (min-width: 960px) {
  body.wpex-has-sticky-menu {
    padding-top: 45px;
  }
  body.wpex-has-sticky-menu .wpex-main-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1002;
    -webkit-backface-visibility: hidden;
    /* Chrome, Safari, Opera */
    backface-visibility: hidden;
  }
  body.wpex-has-sticky-menu.admin-bar {
    padding-top: 77px;
  }
  body.wpex-has-sticky-menu.admin-bar .wpex-main-menu {
    top: 32px;
  }
}

/* Menus > Before Footer */
.wpex-before-footer-menu {
  background: #f7f6f7;
  color: #000;
  letter-spacing: 3px;
  text-align: center;
  font-size: 0.643em;
  padding: 2.222em 0;
}

.wpex-before-footer-menu li {
  display: inline-block;
  text-transform: uppercase;
  padding: 0.556em 2.778em;
}

.wpex-before-footer-menu li ul {
  display: none;
}

.wpex-before-footer-menu a {
  color: inherit;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.wpex-before-footer-menu a:hover {
  color: #fe6060;
}

/*--------------------------------------------------------------
## Widget Areas
--------------------------------------------------------------*/
/* Widget Areas > Main */
.wpex-sidebar {
  font-size: 0.929em;
}

.wpex-sidebar .widget {
  margin-bottom: 40px;
}

.wpex-sidebar .widget_search {
  border: none;
  padding: 0;
}

.wpex-sidebar .widget-title {
  font-size: 0.786em;
  color: #000;
  margin-bottom: 2.273em;
  padding-bottom: 1.364em;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 5px;
  border-bottom: 2px solid #eee;
}

.wpex-sidebar select {
  width: 100%;
}

.wpex-sidebar a {
  color: #000;
}

/* Widget Areas > Instagram Footer */
.wpex-instagrams-footer-widgets {
  margin: 0;
  padding: 0;
  background: #171818;
}

.wpex-instagrams-footer-widgets .widget-title {
  text-align: center;
  color: #fff;
  font-size: 0.571em;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  padding-top: 1.875em;
  margin: 0 0 1.875em;
}

/* Widget Areas > Social Footer */
.wpex-social-footer-widgets {
  margin-bottom: 1.071em;
}

/*--------------------------------------------------------------
## Modules
--------------------------------------------------------------*/
/* Modules > Social Colors */
.wpex-social-bg.wpex-tripadvisor,
.wpex-social-hover-bg:hover.wpex-tripadvisor {
  background: #589442;
}

.wpex-social-bg.wpex-twitter,
.wpex-social-hover-bg:hover.wpex-twitter {
  background: #00aced;
}

.wpex-social-bg.wpex-linkedin,
.wpex-social-hover-bg:hover.wpex-linkedin {
  background: #4875B4;
}

.wpex-social-bg.wpex-facdbook,
.wpex-social-hover-bg:hover.wpex-facdbook {
  background: #3b5998;
}

.wpex-social-bg.wpex-pinterest,
.wpex-social-hover-bg:hover.wpex-pinterest {
  background: #cb2027;
}

.wpex-social-bg.wpex-googleplus, .wpex-social-bg.wpex-google-plus,
.wpex-social-hover-bg:hover.wpex-googleplus,
.wpex-social-hover-bg:hover.wpex-google-plus {
  background: #dd4b39;
}

.wpex-social-bg.wpex-dribbble,
.wpex-social-hover-bg:hover.wpex-dribbble {
  background: #ef5b93;
}

.wpex-social-bg.wpex-vk,
.wpex-social-hover-bg:hover.wpex-vk {
  background: #0CBADF;
}

.wpex-social-bg.wpex-skype,
.wpex-social-hover-bg:hover.wpex-skype {
  background: #12A5F4;
}

.wpex-social-bg.wpex-flickr,
.wpex-social-hover-bg:hover.wpex-flickr {
  background: #FF0084;
}

.wpex-social-bg.wpex-tumblr,
.wpex-social-hover-bg:hover.wpex-tumblr {
  background: #2C4762;
}

.wpex-social-bg.wpex-youtube,
.wpex-social-hover-bg:hover.wpex-youtube {
  background: #C4302B;
}

.wpex-social-bg.wpex-rss,
.wpex-social-hover-bg:hover.wpex-rss {
  background: #FF7900;
}

.wpex-social-bg.wpex-yelp,
.wpex-social-hover-bg:hover.wpex-yelp {
  background: #AF0605;
}

.wpex-social-bg.wpex-vimeo,
.wpex-social-hover-bg:hover.wpex-vimeo {
  background: #1ab7ea;
}

.wpex-social-bg.wpex-phone-number,
.wpex-social-hover-bg:hover.wpex-phone-number {
  background: #3395FF;
}

.wpex-social-bg.wpex-email,
.wpex-social-hover-bg:hover.wpex-email {
  background: #e24d03;
}

.wpex-social-bg.wpex-website,
.wpex-social-hover-bg:hover.wpex-website {
  background: #000;
}

.wpex-social-bg.wpex-vine,
.wpex-social-hover-bg:hover.wpex-vine {
  background: #00b386;
}

.wpex-social-bg.wpex-xing,
.wpex-social-hover-bg:hover.wpex-xing {
  background: #026466;
}

.wpex-social-bg.wpex-trello,
.wpex-social-hover-bg:hover.wpex-trello {
  background: #0CBADF;
}

.wpex-social-bg.wpex-foursquare,
.wpex-social-hover-bg:hover.wpex-foursquare {
  background: #0CBADF;
}

.wpex-social-bg.wpex-github,
.wpex-social-hover-bg:hover.wpex-github {
  background: #555;
}

.wpex-social-bg.wpex-renren,
.wpex-social-hover-bg:hover.wpex-renren {
  background: #2970ad;
}

.wpex-social-bg.wpex-instagrams,
.wpex-social-hover-bg:hover.wpex-instagrams {
  background: #833ab4;
}

/* Modules > Pagination */
ul.page-numbers {
  list-style: none;
  margin: 0;
  line-height: normal;
  font-size: 0.929em;
  text-align: center;
}

ul.page-numbers li {
  display: inline-block;
  margin: 0 0.571em;
}

ul.page-numbers li .prev {
  width: auto;
}

ul.page-numbers li .prev .fa {
  margin-right: 0.714em;
}

.rtl ul.page-numbers li .prev .fa {
  margin-right: 0;
  margin-left: 0.714em;
}

.rtl ul.page-numbers li .prev .fa:before {
  content: "\f101";
}

ul.page-numbers li .next {
  width: auto;
}

ul.page-numbers li .next .fa {
  margin-left: 0.714em;
}

.rtl ul.page-numbers li .next .fa {
  margin-left: 0;
  margin-right: 0.714em;
}

.rtl ul.page-numbers li .next .fa:before {
  content: "\f100";
}

ul.page-numbers a, ul.page-numbers span {
  display: inline-block;
  color: #000;
  cursor: pointer;
  height: 24px;
  line-height: 24px;
  width: 24px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

ul.page-numbers a > span {
  border: 0;
}

ul.page-numbers a:hover,
ul.page-numbers a:hover span {
  opacity: 0.45;
  -moz-opacity: 0.45;
  -webkit-opacity: 0.45;
}

ul.page-numbers span.current {
  color: #fff;
  background: #1f2021;
  text-decoration: none;
}

ul.page-numbers:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

body.wpex-archive-style-grid .wpex-entries {
  margin-bottom: 40px;
}

body.wpex-archive-style-grid .wpex-page-numbers {
  padding-top: 40px;
  border-top: 1px solid #eee;
}

/* Modules > Next/Prev */
.wpex-post-navigation {
  padding: 2.143em 0;
  border-top: 1px solid #eee;
  text-align: center;
}

.wpex-post-navigation .nav-previous,
.wpex-post-navigation .nav-next {
  display: block;
  width: 48%;
}

.wpex-post-navigation .nav-previous strong,
.wpex-post-navigation .nav-next strong {
  display: block;
}

.wpex-post-navigation .nav-previous {
  float: left;
}

.wpex-post-navigation .nav-previous .fa {
  margin-right: 0.714em;
}

.rtl .wpex-post-navigation .nav-previous .fa {
  margin-right: 0;
  margin-left: 0.714em;
}

.rtl .wpex-post-navigation .nav-previous .fa:before {
  content: "\f105";
}

.rtl .wpex-post-navigation .nav-previous {
  float: right;
}

.wpex-post-navigation .nav-next {
  float: right;
}

.wpex-post-navigation .nav-next .fa {
  margin-left: 0.714em;
}

.rtl .wpex-post-navigation .nav-next .fa {
  margin-left: 0;
  margin-right: 0.714em;
}

.rtl .wpex-post-navigation .nav-next .fa:before {
  content: "\f104";
}

.rtl .wpex-post-navigation .nav-next {
  float: left;
}

.wpex-post-navigation a {
  font-family: "PT Serif";
  color: #000;
  font-size: 1em;
}

.wpex-post-navigation a .wpex-link {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.wpex-post-navigation a:hover .wpex-link {
  text-decoration: underline;
  opacity: 0.5;
  -moz-opacity: 0.5;
  -webkit-opacity: 0.5;
}

/* Modules > Scroll Top */
.wpex-site-scroll-top {
  z-index: 999;
  position: fixed;
  visibility: hidden;
  height: 24px;
  line-height: 24px;
  width: 24px;
  text-align: center;
  bottom: 14px;
  right: 14px;
  background: #fff;
  color: #000;
  font-size: 21px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.rtl .wpex-site-scroll-top {
  right: auto;
  left: 14px;
}

.wpex-site-scroll-top.wpex-show {
  visibility: visible;
  opacity: 0.4;
  -moz-opacity: 0.4;
  -webkit-opacity: 0.4;
}

.wpex-site-scroll-top:hover {
  color: #000;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
}

/* Modules > Comments */
#comments .wpex-comments-title {
  font-size: 0.929em;
  margin-bottom: 30px;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding-bottom: 4px;
  border-bottom: 2px solid #eee;
}

#comments ul, #comments ol, #comments li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#comments .parent ul {
  margin-left: 30px;
}

#comments .comment-body {
  position: relative;
  padding-left: 65px;
  margin-bottom: 40px;
  font-family: "PT Serif";
}

.rtl #comments .comment-body {
  padding-left: 0;
  padding-right: 65px;
}

#comments .comment-body .fn .url {
  color: #000;
  font-weight: bold;
  font-style: normal;
  font-size: 1em;
  letter-spacing: 0.5px;
}

#comments .comment-body .comment-meta {
  margin-bottom: 0.857em;
  line-height: normal;
}

#comments .comment-body .comment-meta, #comments .comment-body .comment-meta a {
  font-family: "Helvetica-Neue", "Helvetica", sans-serif;
  color: #444;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 0.786em;
}

#comments .comment-body .avatar {
  position: absolute;
  left: 0;
  top: 0;
  padding: 2px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.rtl #comments .comment-body .avatar {
  left: auto;
  right: 0;
}

#comments .comment-body .reply {
  position: relative;
  margin-top: -10px;
  font-family: "PT Serif";
  line-height: 1;
}

#comments .comment-body .reply a {
  font-weight: bold;
  font-size: 0.714em;
  color: #000;
  letter-spacing: 0.5px;
  color: #888;
  text-decoration: underline;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

#comments .comment-body .reply a:hover {
  color: #000;
}

#comments .logged-in-as {
  font-size: 0.857em;
}

#comments .logged-in-as a {
  color: #585858;
}

#comments .logged-in-as a:hover {
  color: #000;
  text-decoration: underline;
}

#comments #cancel-comment-reply-link {
  display: block;
  color: #000;
  float: right;
  font-size: 12px;
  text-decoration: underline;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

#comments #cancel-comment-reply-link:hover {
  color: red;
}

#comments .comment-respond {
  padding: 30px 0;
}

#comments .comment-respond #reply-title {
  margin: 0;
  font-size: 1.286em;
}

#comments .comment-respond label {
  display: none;
}

#comments .comment-respond p {
  margin-bottom: 8px;
}

#comments .comment-respond p:last-child {
  margin-bottom: 0;
}

#comments .comment-respond .comment-notes {
  margin-bottom: 1.071em;
  font-family: "PT Serif";
  font-style: italic;
}

#comments .comment-form-author,
#comments .comment-form-email {
  width: 49%;
  float: left;
}

#comments .comment-form-author input,
#comments .comment-form-email input {
  width: 100%;
}

#comments .comment-form-email {
  float: right;
}

#comments .comment-form-url input {
  width: 100%;
}

/* Modules > Edit Link */
.post-edit-link {
  text-transform: uppercase;
  margin: 20px 0;
  font-size: 0.857em;
  text-decoration: underline;
  color: #000;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.post-edit-link:hover {
  opacity: 0.4;
  -moz-opacity: 0.4;
  -webkit-opacity: 0.4;
}

/* Modules > Post Links */
.wpex-wp-link-pages {
  margin-bottom: 30px;
}

.wpex-wp-link-pages a {
  display: inline-block;
  color: #fff;
  background: #1f2021;
  font-family: "Helvetica-Neue", "Helvetica", sans-serif;
  font-size: 0.714em;
  padding: 1em 1.3em;
  line-height: 1;
  outline: 0;
  border: 0;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.wpex-wp-link-pages a:hover, .wpex-wp-link-pages a:active, .wpex-wp-link-pages a:focus {
  color: #fe6060;
  background: #1f2021;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
}

.wpex-wp-link-pages a:last-child {
  float: right;
}

.wpex-wp-link-pages a:first-child {
  float: left;
}

/*--------------------------------------------------------------
## Home
--------------------------------------------------------------*/
.wpex-home-slider {
  margin-bottom: 60px;
}

.wpex-home-slider .wpex-slide a {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.wpex-home-slider .wpex-slide a:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: #1f2021;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0.25;
  -moz-opacity: 0.25;
  -webkit-opacity: 0.25;
  z-index: 2;
  left: 0;
  top: 0;
}

.wpex-home-slider .wpex-slide a:hover:before {
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
}

.wpex-home-slider .wpex-slide a:hover img {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.wpex-home-slider .wpex-slide img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.wpex-home-slider .wpex-slide .entry-title {
  position: absolute;
  color: #fff;
  font-size: 1.5em;
  line-height: 1.4;
  font-family: "PT Serif";
  bottom: 0;
  left: 0;
  padding: 25px;
  z-index: 3;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  font-weight: bold;
}

.wpex-home-slider .wpex-slide .entry-title .fa {
  margin-right: 0.571em;
}

.wpex-home-slider .owl-stage-outer {
  background: #1f2021;
}

.wpex-home-slider .owl-nav {
  visibility: hidden;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.wpex-home-slider .owl-nav div {
  z-index: 99;
  position: absolute;
  top: 50%;
  background: #000;
  color: #fff;
  display: inline-block;
  zoom: 1;
  height: 60px;
  line-height: 60px;
  margin-top: -30px;
  width: 30px;
  text-align: center;
  font-size: 18px;
  opacity: 0.6;
  -moz-opacity: 0.6;
  -webkit-opacity: 0.6;
}

.wpex-home-slider .owl-nav div.owl-prev {
  left: 20px;
}

.wpex-home-slider .owl-nav div.owl-next {
  right: 20px;
}

.wpex-home-slider .owl-nav div:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  -webkit-opacity: 0.8;
}

.wpex-home-slider:hover .owl-nav {
  visibility: visible;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
}

.wpex-home-slider .owl-dots {
  display: none;
  padding-top: 20px;
  text-align: center;
}

.wpex-home-slider .owl-dot {
  display: inline-block;
  margin: 0 6px;
  background: #eaeaea;
  width: 9px;
  height: 9px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.wpex-home-slider .owl-dot.active {
  background: #1f2021;
}

/*--------------------------------------------------------------
## Archives
--------------------------------------------------------------*/
/* Archives > Header */
.wpex-archive-header {
  text-align: center;
  margin-bottom: 50px;
  padding-bottom: 0.714em;
  border-bottom: 2px solid #eee;
}

.wpex-archive-header h1 {
  margin: 0;
  padding: 0;
  font-size: 1.714em;
  font-weight: normal;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: "Helvetica-Neue", "Helvetica", sans-serif;
  line-height: normal;
}

/* Archives > Description */
.wpex-archive-description {
  font-size: 0.929em;
  color: #666;
  font-style: italic;
}

.wpex-archive-description p:last-child {
  margin: 0;
}

/* Archives > Banner */
.wpex-archive-banner {
  margin-bottom: 60px;
  text-align: center;
  color: #fff;
  position: relative;
  background-size: cover;
  background-position: center center;
}

.wpex-archive-banner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #1f2021;
  opacity: 0.6;
  -moz-opacity: 0.6;
  -webkit-opacity: 0.6;
  z-index: 1;
}

.wpex-archive-banner .wpex-table {
  display: table;
  width: 100%;
  position: relative;
  z-index: 2;
}

.wpex-archive-banner .wpex-table-cell {
  display: table-cell;
  vertical-align: middle;
  padding: 120px 30px;
}

.wpex-archive-banner h1 {
  margin: 0;
  padding: 0;
  font-size: 2.429em;
  font-weight: 100;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: "Helvetica-Neue", "Helvetica", sans-serif;
}

.wpex-archive-banner h1, .wpex-archive-banner h2 p {
  color: inherit;
}

.wpex-archive-banner .wpex-description {
  font-size: 1.143em;
  font-family: "PT Serif";
}

.wpex-archive-banner .wpex-description p:last-child {
  margin: 0;
}

/*--------------------------------------------------------------
## Page
--------------------------------------------------------------*/
.wpex-page-thumbnail {
  margin-bottom: 30px;
}

.wpex-page-thumbnail img {
  display: block;
}

.wpex-full-width .wpex-page-header {
  text-align: center;
  margin-bottom: 50px;
  padding-bottom: 0.714em;
  border-bottom: 2px solid #eee;
}

.wpex-full-width .wpex-page-header h1 {
  margin: 0;
  padding: 0;
  font-size: 1.714em;
  font-weight: normal;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: "Helvetica-Neue", "Helvetica", sans-serif;
  line-height: normal;
}

/*--------------------------------------------------------------
## Entry
--------------------------------------------------------------*/
.wpex-entry {
  display: block;
}

.wpex-entry .wpex-entry-categories {
  text-align: center;
}

.wpex-entry .wpex-entry-categories a {
  font-size: 0.714em;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1.5px;
}

.wpex-entry .wpex-entry-categories a:hover {
  color: #000;
  text-decoration: underline;
}

.wpex-entry .wpex-entry-title {
  font-size: 1.857em;
  margin: 0;
  padding: 2px 0;
  text-align: center;
}

.wpex-entry .wpex-entry-title a:hover {
  color: inherit;
}

.wpex-entry .wpex-entry-title .fa {
  margin-right: 0.5em;
}

.wpex-entry .wpex-entry-date {
  padding: 0 0 20px;
  color: #787878;
  text-transform: uppercase;
  font-size: 0.786em;
  font-style: italic;
  text-align: center;
}

.wpex-entry .wpex-entry-media {
  margin-bottom: 30px;
}

.wpex-entry .wpex-entry-media img {
  vertical-align: bottom;
}

.wpex-entry .wpex-entry-content {
  margin-bottom: 30px;
}

.wpex-entry .wpex-entry-content.wpex-custom-excerpt {
  text-align: center;
}

.wpex-entry .wpex-social-share {
  font-size: 1em;
  padding-top: 10px;
  text-align: center;
}

.wpex-entry .wpex-social-share .wpex-social-share-heading {
  display: none;
}

.wpex-entry .wpex-social-share .wpex-label {
  display: none;
}

.wpex-entry .wpex-social-share ul {
  margin: 0;
  padding: 0;
}

.wpex-entry .wpex-social-share li {
  display: inline-block;
  margin: 0 1.071em;
}

.wpex-entry .wpex-social-share a {
  color: #000;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}

.wpex-entry .wpex-social-share a:hover {
  opacity: 0.25;
  -moz-opacity: 0.25;
  -webkit-opacity: 0.25;
}

.wpex-entry .wpex-readmore, .wpex-entry .more-link {
  display: inline-block;
  font-weight: bold;
  color: #000;
  font-style: italic;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}

.wpex-entry .wpex-readmore .fa, .wpex-entry .more-link .fa {
  margin-left: 0.357em;
}

.rtl .wpex-entry .wpex-readmore .fa, .rtl .wpex-entry .more-link .fa {
  margin-left: 0;
  margin-right: 0.357em;
}

.rtl .wpex-entry .wpex-readmore .fa:before, .rtl .wpex-entry .more-link .fa:before {
  content: "\f104";
}

.wpex-entry .wpex-readmore:hover, .wpex-entry .more-link:hover {
  text-decoration: underline;
  opacity: 0.35;
  -moz-opacity: 0.35;
  -webkit-opacity: 0.35;
}

/* Entry > Full */
.wpex-entry.wpex-style-full {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #eee;
}

/* Entry > Left/Right */
.wpex-entry.wpex-style-left-right {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #eee;
}

.wpex-entry.wpex-style-left-right .wpex-entry-media {
  float: left;
  width: 45%;
  margin-right: 30px;
}

.rtl .wpex-entry.wpex-style-left-right .wpex-entry-media {
  float: right;
  margin-right: 0;
  margin-left: 30px;
}

.wpex-entry.wpex-style-left-right .wpex-entry-details {
  overflow: hidden;
}

.wpex-entry.wpex-style-left-right .wpex-entry-categories {
  font-size: 0.929em;
  text-align: inherit;
}

.wpex-entry.wpex-style-left-right .wpex-entry-title {
  font-size: 1.5em;
  text-align: inherit;
}

.wpex-entry.wpex-style-left-right .wpex-entry-content {
  margin-bottom: 10px;
  text-align: inherit;
}

.wpex-entry.wpex-style-left-right .wpex-entry-date {
  text-align: inherit;
}

.wpex-entry.wpex-style-left-right .wpex-social-share {
  padding-top: 10px;
  text-align: inherit;
}

.wpex-entry.wpex-style-left-right .wpex-social-share li {
  display: inline-block;
  margin: 0 20px 0 0;
}

.rtl .wpex-entry.wpex-style-left-right .wpex-social-share li {
  margin: 0 0 0 20px;
}

/* Entry > Grid */
.wpex-entry.wpex-style-grid {
  margin-bottom: 20px;
}

.wpex-entry.wpex-style-grid .wpex-entry-categories {
  font-size: 0.929em;
}

.wpex-entry.wpex-style-grid .wpex-entry-title {
  font-size: 1.5em;
  margin: 0;
  padding: 2px 0;
}

.wpex-entry.wpex-style-grid .wpex-entry-content {
  margin-bottom: 15px;
}

.wpex-entry.wpex-style-grid .wpex-social-share {
  padding-top: 5px;
}

/*--------------------------------------------------------------
## Post
--------------------------------------------------------------*/
.wpex-post-content {
  margin-bottom: 30px;
}

/* Post > Media */
.wpex-post-media {
  position: relative;
  margin-bottom: 30px;
}

.wpex-post-thumbnail img {
  vertical-align: bottom;
}

/* Post > Slider */
.wpex-post-slider .wpex-slide a {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.wpex-post-slider .wpex-slide a:hover:before {
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
}

.wpex-post-slider .wpex-slide a:hover img {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.wpex-post-slider .wpex-slide img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.wpex-post-slider .wpex-slide .entry-title {
  position: absolute;
  color: #fff;
  font-size: 1.5em;
  font-family: "PT Serif";
  bottom: 0;
  left: 0;
  padding: 30px;
  z-index: 3;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  font-weight: bold;
}

.wpex-post-slider .wpex-slide .entry-title .fa {
  margin-right: 0.571em;
}

.wpex-post-slider .owl-nav {
  position: absolute;
  bottom: 7px;
  right: 10px;
}

.rtl .wpex-post-slider .owl-nav {
  right: auto;
  left: 10px;
}

.wpex-post-slider .owl-nav div {
  height: 24px;
  line-height: 24px;
  background: #000;
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 8px;
}

.wpex-post-slider .owl-nav div .wpex-label {
  display: none;
}

.wpex-post-slider .owl-nav div.owl-prev {
  float: left;
  margin-right: 4px;
}

.rtl .wpex-post-slider .owl-nav div.owl-prev {
  margin-right: 0;
}

.wpex-post-slider .owl-nav div.owl-next {
  float: right;
}

.rtl .wpex-post-slider .owl-nav div.owl-next {
  margin-left: 4px;
}

.wpex-post-slider .owl-nav div:hover {
  color: #fe6060;
}

.wpex-post-slider .owl-dots {
  float: left;
  padding: 1.071em 0 0;
  counter-reset: dots;
  display: none;
}

.wpex-post-slider .owl-dot {
  display: block;
  float: left;
  margin: 0 8px 0 0;
  color: #000;
  cursor: pointer;
  height: 24px;
  line-height: 24px;
  width: 24px;
  text-align: center;
  text-decoration: none;
  color: #000;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

body.rtl .wpex-post-slider .owl-dot {
  float: right;
  margin: 0 0 0 10px;
}

.wpex-post-slider .owl-dot:before {
  counter-increment: dots;
  content: counter(dots);
}

.wpex-post-slider .owl-dot:hover {
  opacity: 0.4;
  -moz-opacity: 0.4;
  -webkit-opacity: 0.4;
}

.wpex-post-slider .owl-dot.active {
  background: #1f2021;
  color: #fff;
}

.wpex-post-slider .wpex-caption {
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 75px 0 1.071em;
  font-weight: bold;
  font-size: 0.929em;
  font-family: "PT Serif";
}

.wpex-post-slider .wpex-caption .wpex-count {
  display: none;
}

.rtl .wpex-post-slider .wpex-caption {
  padding-right: 1.071em;
  padding-left: 75px;
}

/* Post > Title */
.wpex-post-title {
  font-size: 2em;
  margin: 0 0 20px;
}

/* Post > Meta */
.wpex-post-meta {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
}

.wpex-post-meta .wpex-post-meta-ul {
  float: left;
  color: #585858;
  font-family: "PT Serif";
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-style: italic;
  margin: 18px 0 0;
  padding: 0;
}

.rtl .wpex-post-meta .wpex-post-meta-ul {
  float: right;
}

.wpex-post-meta .wpex-post-meta-ul li {
  margin: 0 0.417em 0 0;
  padding: 0;
  display: block;
  float: left;
}

.wpex-post-meta .wpex-post-meta-ul .fa {
  display: none;
  margin-right: 0.571em;
}

.wpex-post-meta .wpex-post-meta-ul a {
  color: #585858;
}

.wpex-post-meta .wpex-post-meta-ul a:hover {
  text-decoration: none;
  color: #000;
}

/* Post > Tags */
.wpex-post-tags {
  font-family: "PT Serif";
  font-size: 0.929em;
  padding-top: 20px;
  margin-bottom: 50px;
  color: #484848;
  letter-spacing: 1px;
  font-style: italic;
  -webkit-transition: 0.15s;
  -moz-transition: 0.15s;
  -ms-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}

.wpex-post-tags a {
  color: #000;
}

.wpex-post-tags a:hover {
  text-decoration: underline;
}

.wpex-post-tags .fa {
  color: #000;
  margin-right: 0.571em;
}

.rtl .wpex-post-tags .fa {
  margin-right: 0;
  margin-left: 0.571em;
}

/* Post > Share */
.wpex-post-meta .wpex-social-share {
  float: right;
  margin: 12px 0 5px;
}

.rtl .wpex-post-meta .wpex-social-share {
  float: left;
}

.wpex-post-meta .wpex-social-share .wpex-social-share-heading,
.wpex-post-meta .wpex-social-share .wpex-label {
  display: none;
}

.wpex-post-meta .wpex-social-share ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wpex-post-meta .wpex-social-share li {
  display: block;
  float: left;
  margin: 0 5px 5px 0;
}

.rtl .wpex-post-meta .wpex-social-share li {
  float: right;
  margin: 0 0 5px 5px;
}

.wpex-post-meta .wpex-social-share li.wpex-twitter a {
  background: #1da1f2;
}

.wpex-post-meta .wpex-social-share li.wpex-facdbook a {
  background: #3b5998;
}

.wpex-post-meta .wpex-social-share li.wpex-pinterest a {
  background: #bd081c;
}

.wpex-post-meta .wpex-social-share li.wpex-googleplus a {
  background: #dd4b39;
}

.wpex-post-meta .wpex-social-share a {
  display: block;
  font-size: 13px;
  color: #fff;
  background: #999;
  height: 26px;
  line-height: 26px;
  width: 26px;
  text-align: center;
  font-weight: bold;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.wpex-post-meta .wpex-social-share a:hover {
  color: #fff;
  opacity: 0.6;
  -moz-opacity: 0.6;
  -webkit-opacity: 0.6;
}

.wpex-post-meta .wpex-social-share li:last-child {
  margin-right: 0;
}

/* Post > Author Box */
.wpex-author-box {
  position: relative;
  font-family: "PT Serif";
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 1.429em 0;
  padding-left: 115px;
  margin-bottom: 60px;
}

.rtl .wpex-author-box {
  padding-left: 0;
  padding-right: 115px;
}

.wpex-author-box .wpex-avatar {
  position: absolute;
  left: 0;
  top: 1.429em;
}

.rtl .wpex-author-box .wpex-avatar {
  right: 0;
  left: auto;
}

.wpex-author-box .wpex-avatar img {
  display: block;
  padding: 2px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.wpex-author-box .wpex-avatar img:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  -webkit-opacity: 0.8;
}

.wpex-author-box .wpex-avatar img .wpex-site-footer {
  padding: 0;
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  box-shadow: 0;
}

.wpex-author-box .wpex-heading {
  margin-bottom: 10px;
  font-size: 1.214em;
}

.wpex-author-box .wpex-social {
  margin-top: -5px;
  font-size: 0.929em;
}

.wpex-author-box .wpex-social a {
  display: block;
  float: left;
  margin: 0 18px 5px 0;
  color: #000;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}

.wpex-author-box .wpex-social a:hover {
  opacity: 0.35;
  -moz-opacity: 0.35;
  -webkit-opacity: 0.35;
}

.rtl .wpex-author-box .wpex-social a {
  float: right;
  margin: 0 0 5px 18px;
}

/* Post > Related */
.wpex-related-posts {
  margin-bottom: 36px;
}

.wpex-related-posts-heading {
  font-size: 0.929em;
  margin-bottom: 30px;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-align: center;
}

.wpex-related-post img {
  display: block;
  margin-bottom: 0.714em;
  -webkit-backface-visibility: hidden;
  /* Chrome, Safari, Opera */
  backface-visibility: hidden;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.wpex-related-post img:hover {
  opacity: 0.8;
}

.wpex-related-post a {
  text-decoration: none;
  color: #222;
}

.wpex-related-post .wpex-date {
  display: none;
  color: #585858;
  font-size: 0.857em;
  font-style: italic;
}

.wpex-related-post .wpex-title {
  font-family: "PT Serif";
  font-weight: 600;
  font-style: italic;
  font-size: 1.071em;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.wpex-related-post .wpex-title:hover {
  opacity: 0.6;
  -moz-opacity: 0.6;
  -webkit-opacity: 0.6;
}

/*--------------------------------------------------------------
## Widgets
--------------------------------------------------------------*/
/* Widgets > Recent Posts */
.widget_pages {
  text-align: center;
}

.widget_pages li {
  padding: 0.143em 0;
}

.widget_pages li.menu-item-has-children {
  padding-bottom: 0;
}

.widget_pages li:last-child {
  border-bottom: none;
}

.widget_pages a {
  text-decoration: underline;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}

.wpex-site-content .widget_pages a:hover {
  color: #fe6060;
}

/* Widgets > Tagcloud */
.tagcloud {
  font-family: "PT Serif";
  font-style: italic;
}

.tagcloud a {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  color: #000;
}

.tagcloud a:hover {
  color: #fe6060;
}

/* Widgets > Categories */
.widget_categories {
  text-align: center;
}

.widget_categories li {
  padding: 0.143em 0;
}

.widget_categories li.menu-item-has-children {
  padding-bottom: 0;
}

.widget_categories li:last-child {
  border-bottom: none;
}

.widget_categories a {
  text-decoration: underline;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}

.wpex-site-content .widget_categories a:hover {
  color: #fe6060;
}

/* Widgets > Calendar */
#wp-calendar {
  font-size: 1em;
  width: 100%;
}

#wp-calendar caption {
  font-size: 0.857em;
  color: #fff;
  background: #1f2021;
  padding: 0.714em;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
}

#wp-calendar thead, #wp-calendar tbody, #wp-calendar tfoot {
  font-size: 0.714em;
}

#wp-calendar th, #wp-calendar td, #wp-calendar tr, #wp-calendar thead, #wp-calendar tbody {
  text-align: center;
}

#wp-calendar td#prev {
  text-align: left;
}

#wp-calendar td#next {
  text-align: right;
}

/* Widgets > RSS Feed */
.widget_rss .rss-widget-icon {
  display: none;
}

.widget_rss li {
  margin: 0 0 0.714em;
}

.widget_rss .rsswidget {
  font-weight: bold;
}

.widget_rss .rss-date {
  padding-left: 0.286em;
  opacity: 0.6;
  -moz-opacity: 0.6;
  -webkit-opacity: 0.6;
}

.widget_rss .rssSummary {
  padding: 0.357em 0;
  font-family: "PT Serif";
}

/* Widgets > Categories */
ul#recentcomments li {
  padding: 0.429em 0;
  border-bottom: 1px solid #eee;
}

ul#recentcomments li > a {
  font-family: "PT Serif";
}

ul#recentcomments li:last-child {
  border-bottom: none;
}

ul#recentcomments a {
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}

ul#recentcomments a:hover {
  opacity: 0.5;
  -moz-opacity: 0.5;
  -webkit-opacity: 0.5;
}

ul#recentcomments .comment-author-link {
  color: #000;
  font-weight: 600;
}

/* Widgets > Archives */
.widget_archive {
  text-align: center;
}

.widget_archive li {
  padding: 0.143em 0;
}

.widget_archive li.menu-item-has-children {
  padding-bottom: 0;
}

.widget_archive li:last-child {
  border-bottom: none;
}

.widget_archive a {
  text-decoration: underline;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}

.wpex-site-content .widget_archive a:hover {
  color: #fe6060;
}

/* Widgets > Meta */
.widget_meta {
  text-align: center;
}

.widget_meta li {
  padding: 0.143em 0;
}

.widget_meta li.menu-item-has-children {
  padding-bottom: 0;
}

.widget_meta li:last-child {
  border-bottom: none;
}

.widget_meta a {
  text-decoration: underline;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}

.wpex-site-content .widget_meta a:hover {
  color: #fe6060;
}

/* Widgets > Recent Posts */
.widget_recent_entries li {
  padding: 0.429em 0;
  border-bottom: 1px solid #eee;
}

.widget_recent_entries li:last-child {
  border-bottom: none;
}

.widget_recent_entries a {
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}

.wpex-site-content .widget_recent_entries a:hover {
  opacity: 0.5;
  -moz-opacity: 0.5;
  -webkit-opacity: 0.5;
}

/* Widgets > Recent Posts */
.widget_nav_menu {
  text-align: center;
}

.widget_nav_menu li {
  padding: 0.143em 0;
}

.widget_nav_menu li.menu-item-has-children {
  padding-bottom: 0;
}

.widget_nav_menu li:last-child {
  border-bottom: none;
}

.widget_nav_menu a {
  text-decoration: underline;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}

.wpex-site-content .widget_nav_menu a:hover {
  color: #fe6060;
}

.widget_nav_menu li ul li a:before {
  content: "-";
  display: inline-block;
  margin-right: 3px;
}

/* Widgets > Posts w/ Thumbnails */
.wpex-widget-recent-posts li {
  margin: 0;
  padding: 6px 0;
}

.wpex-widget-recent-posts .wpex-thumbnail {
  width: 45px;
  float: left;
  margin-right: 20px;
}

.wpex-widget-recent-posts .wpex-thumbnail img {
  padding: 2px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.wpex-widget-recent-posts .wpex-thumbnail img:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  -webkit-opacity: 0.8;
}

.wpex-widget-recent-posts .wpex-thumbnail img .wpex-site-footer {
  padding: 0;
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  box-shadow: 0;
}

.wpex-widget-recent-posts .wpex-details {
  overflow: hidden;
}

.wpex-widget-recent-posts .wpex-title {
  display: block;
  color: #000;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
  font-family: "PT Serif";
}

.wpex-site-content .wpex-widget-recent-posts .wpex-title:hover {
  opacity: 0.5;
  -moz-opacity: 0.5;
  -webkit-opacity: 0.5;
}

.wpex-site-footer .wpex-widget-recent-posts .wpex-title {
  color: #aaa;
}

.wpex-site-footer .wpex-widget-recent-posts .wpex-title:hover {
  color: #fff;
}

/* Widgets > Social Profiles */
.wpex-social-profiles-widget {
  text-align: center;
}

.wpex-site-footer .wpex-social-profiles-widget {
  text-align: left;
}

.wpex-social-profiles-widget .desc {
  margin-bottom: 20px;
}

.wpex-social-profiles-widget ul {
  padding: 0;
  border: 0;
}

.wpex-social-profiles-widget li {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
  padding: 0;
  margin: 0 5px 5px;
}

.wpex-site-footer .wpex-social-profiles-widget li {
  margin: 0 25px 10px 0;
}

.wpex-social-footer-widgets .wpex-social-profiles-widget li {
  margin: 0 15px 5px 0;
}

.wpex-social-profiles-widget a {
  display: block;
  height: 30px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  background: #1f2021;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}

.wpex-social-profiles-widget a:hover {
  opacity: 0.25;
  -moz-opacity: 0.25;
  -webkit-opacity: 0.25;
}

.wpex-site-footer .wpex-social-profiles-widget a {
  font-size: 16px;
  height: auto;
  width: auto;
  line-height: normal;
  background: none;
  color: #fff;
  opacity: 0.4;
  -moz-opacity: 0.4;
  -webkit-opacity: 0.4;
}

.wpex-site-footer .wpex-social-profiles-widget a:hover {
  background: none;
  color: #fff;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
}

.wpex-social-footer-widgets .wpex-social-profiles-widget a {
  font-size: 11px;
  height: auto;
  width: auto;
  line-height: normal;
  background: none;
  color: #fff;
  opacity: 0.8;
  -moz-opacity: 0.8;
  -webkit-opacity: 0.8;
}

.wpex-social-footer-widgets .wpex-social-profiles-widget a:hover {
  background: none;
  color: #fe6060;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
}

/* Widgets > Instagram Grid */
.wpex-instagrams-grid-widget a {
  display: block;
  -webkit-backface-visibility: hidden;
  /* Chrome, Safari, Opera */
  backface-visibility: hidden;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.wpex-instagrams-grid-widget a:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  -webkit-opacity: 0.8;
}

.wpex-instagrams-grid-widget img {
  display: block;
  width: 100%;
}

/* Widgets > Comments with Avatars */
.wpex-recent-comments-widget {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wpex-recent-comments-widget li {
  margin: 0;
  padding: 6px 0;
}

.wpex-recent-comments-widget .wpex-avatar {
  width: 45px;
  float: left;
  margin-right: 20px;
}

.wpex-recent-comments-widget .wpex-avatar img {
  padding: 2px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.wpex-recent-comments-widget .wpex-avatar img:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  -webkit-opacity: 0.8;
}

.wpex-recent-comments-widget .wpex-details {
  overflow: hidden;
  color: #484848;
}

.wpex-recent-comments-widget .wpex-details strong {
  font-weight: 600;
  color: #000;
}

.wpex-site-footer .wpex-recent-comments-widget .wpex-details strong {
  color: #888;
}

.wpex-recent-comments-widget .wpex-details span {
  font-family: "PT Serif";
}

.wpex-recent-comments-widget .wpex-details a {
  color: #000;
  font-style: italic;
}

.wpex-site-footer .wpex-recent-comments-widget .wpex-details a {
  color: #aaa;
}

/* Widgets > Video */
.wpex-video-widget .wpex-desc {
  padding-top: 0.857em;
  text-align: center;
  color: #484848;
}

/* Widgets > About Me */
.wpex-about-me-widget {
  text-align: center;
}

.wpex-about-me-widget .wpex-avatar {
  display: inline-block;
}

.wpex-about-me-widget .wpex-avatar.wpex-round {
  width: 150px;
  height: 150px;
  padding: 2px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.wpex-about-me-widget .wpex-content {
  padding-top: 1.071em;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.wpex-site-footer {
  background: #1f2021;
  color: #888;
}

.wpex-site-footer h2, .wpex-site-footer h3, .wpex-site-footer h4, .wpex-site-footer h5, .wpex-site-footer h6 {
  color: #fff;
}

.wpex-site-footer table td,
.wpex-site-footer table th {
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.1);
}

.wpex-site-footer table thead {
  background: #333;
  color: #fff;
}

.wpex-site-footer ul,
.wpex-site-footer ul li,
.wpex-site-footer li ul {
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.1);
}

.wpex-site-footer a {
  color: #aaa;
}

.wpex-site-footer a:hover {
  color: #fff;
  text-decoration: none;
}

.wpex-site-footer ul, .wpex-site-footer ol {
  margin: 0;
  padding: 0;
}

/* Footer > Widgets */
.wpex-footer-widgets {
  padding: 50px 0 20px;
  margin: 0 -30px;
  font-family: "PT Serif";
}

.wpex-footer-widgets .widget {
  margin-bottom: 30px;
}

.wpex-footer-widgets .wpex-col {
  padding: 0 30px;
  margin-bottom: 0;
}

.wpex-footer-widgets .widget-title {
  font-family: "Helvetica-Neue", "Helvetica", sans-serif;
  font-size: 0.929em;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  margin: 0 0 20px;
  letter-spacing: 0.5px;
}

.wpex-footer-widgets .tagcloud a:hover {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
}

/* Footer > Bottom */
.wpex-footer-bottom {
  background: #171818;
  text-align: center;
  padding: 20px 0;
  color: #fff;
  font-size: 0.571em;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
}

.wpex-footer-bottom a {
  color: #fff;
}

.wpex-footer-bottom a:hover {
  color: #fe6060;
}

/*--------------------------------------------------------------
## Templates
--------------------------------------------------------------*/
/* Templates > Search */
body.page-template-search .wpex-search-template-wrap {
  padding: 60px;
  border: 1px solid #eee;
}

body.page-template-search .wpex-search-template-wrap .wpex-page-header-title {
  margin-bottom: 0;
}

body.page-template-search .wpex-search-template-wrap p {
  color: #555;
}

/*--------------------------------------------------------------
## 404
--------------------------------------------------------------*/
body.error404 .wpex-entry-none {
  padding: 60px;
  border: 1px solid #eee;
}

body.error404 .wpex-entry-none .wpex-page-header-title {
  margin-bottom: 0;
}

body.error404 .wpex-entry-none p {
  color: #555;
}

/*--------------------------------------------------------------
## Search Results
--------------------------------------------------------------*/
body.search-no-results .wpex-entry-none {
  font-size: 1em;
  line-height: 24px;
  margin-bottom: 30px;
  background: #f7f6f7;
  border: 1px solid #eee;
  color: #333;
  padding: 1.071em;
}

body.search-no-results .wpex-entry-none p {
  margin: 0;
}

body.search-no-results .wpex-entry-none span {
  text-decoration: underline;
  color: #000;
}

/*--------------------------------------------------------------
## WooCommerce
--------------------------------------------------------------*/
/*--------------------------------------------------------------
### WooCommerce > Buttons
--------------------------------------------------------------*/
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  display: inline-block;
  color: #fff;
  background: #1f2021;
  font-family: "Helvetica-Neue", "Helvetica", sans-serif;
  font-size: 0.714em;
  padding: 1em 1.3em;
  line-height: 1;
  outline: 0;
  border: 0;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.woocommerce #respond input#submit:hover, .woocommerce #respond input#submit:active, .woocommerce #respond input#submit:focus,
.woocommerce a.button:hover,
.woocommerce a.button:active,
.woocommerce a.button:focus,
.woocommerce button.button:hover,
.woocommerce button.button:active,
.woocommerce button.button:focus,
.woocommerce input.button:hover,
.woocommerce input.button:active,
.woocommerce input.button:focus,
.woocommerce #respond input#submit.alt:hover,
.woocommerce #respond input#submit.alt:active,
.woocommerce #respond input#submit.alt:focus,
.woocommerce a.button.alt:hover,
.woocommerce a.button.alt:active,
.woocommerce a.button.alt:focus,
.woocommerce button.button.alt:hover,
.woocommerce button.button.alt:active,
.woocommerce button.button.alt:focus,
.woocommerce input.button.alt:hover,
.woocommerce input.button.alt:active,
.woocommerce input.button.alt:focus {
  color: #fe6060;
  background: #1f2021;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
}

.woocommerce #respond input#submit:hover, .woocommerce #respond input#submit:focus,
.woocommerce a.button:hover,
.woocommerce a.button:focus,
.woocommerce button.button:hover,
.woocommerce button.button:focus,
.woocommerce input.button:hover,
.woocommerce input.button:focus,
.woocommerce #respond input#submit.alt:hover,
.woocommerce #respond input#submit.alt:focus,
.woocommerce a.button.alt:hover,
.woocommerce a.button.alt:focus,
.woocommerce button.button.alt:hover,
.woocommerce button.button.alt:focus,
.woocommerce input.button.alt:hover,
.woocommerce input.button.alt:focus {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
}

.woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce #respond input#submit.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt.disabled,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt.disabled,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt.disabled,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt.disabled {
  color: #fff;
  padding: 1em 1.3em;
  opacity: 0.2;
  -moz-opacity: 0.2;
  -webkit-opacity: 0.2;
  background: #1f2021;
}

.woocommerce #respond input#submit:disabled:hover, .woocommerce #respond input#submit:disabled[disabled]:hover, .woocommerce #respond input#submit.disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce a.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce button.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover,
.woocommerce input.button.disabled:hover,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled:hover {
  color: #fff;
  background: #1f2021;
}

/*--------------------------------------------------------------
### WooCommerce > Forms
--------------------------------------------------------------*/
.select2-container a {
  text-decoration: none !important;
}

.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
  border-color: #fe6060;
}

.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
  border-color: #ddd;
}

.woocommerce-password-strength {
  font-size: 0.857em;
  font-family: "Helvetica-Neue", "Helvetica", sans-serif;
  font-weight: normal;
  margin-top: 0.714em;
}

.woocommerce-password-hint {
  font-size: 0.857em;
  line-height: 1.3;
  opacity: 0.8;
  -moz-opacity: 0.8;
  -webkit-opacity: 0.8;
}

.woocommerce .quantity input.qty {
  font-size: 13px;
  margin: 0;
  height: 28px;
  width: 36px;
  padding: 0;
  font-family: "Helvetica-Neue", "Helvetica", sans-serif;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
}

.woocommerce .quantity input.qty::-webkit-inner-spin-button,
.woocommerce .quantity input.qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.woocommerce .quantity .minus, .woocommerce .quantity .plus {
  display: inline-block;
  font-size: 12px;
  line-height: normal;
  padding: 0;
  height: 28px;
  width: 28px;
}

.woocommerce .quantity:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  zoom: 1;
}

/*--------------------------------------------------------------
### WooCommerce > Menu Cart
--------------------------------------------------------------*/
.wpex-main-menu .wpex-menu-cart-total .fa {
  margin-right: 0.8em;
}

.rtl .wpex-main-menu .wpex-menu-cart-total .fa {
  margin-right: 0;
  margin-left: 0.5em;
}

/*--------------------------------------------------------------
### WooCommerce > Shop
--------------------------------------------------------------*/
.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count {
  display: none;
  margin-bottom: 30px;
}

.tax-product_cat .wpex-site-content, .tax-product_tag .wpex-site-content, .single-product .wpex-site-content {
  margin-bottom: 40px;
}

/* Shop > Product */
.woocommerce ul.products {
  position: relative;
  padding: 0;
  margin-bottom: -40px;
}

body.single-post .woocommerce ul.products {
  margin: 0;
  padding: 0;
}

body.single-post .woocommerce ul.products li.product {
  margin-bottom: 10px;
}

.woocommerce ul.products li.product {
  text-align: center;
  font-family: "Helvetica-Neue", "Helvetica", sans-serif;
  margin-bottom: 30px;
}

.woocommerce ul.products li.product a img {
  border: 1px solid #eee;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.woocommerce ul.products li.product a img:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  -webkit-opacity: 0.8;
}

.woocommerce ul.products li.product h3 {
  font-size: 0.929em;
  font-family: "Helvetica-Neue", "Helvetica", sans-serif;
  font-weight: normal;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 1.071em 0 0.357em;
}

.woocommerce ul.products li.product .star-rating {
  float: none;
  display: block;
  margin: 0 auto 0.714em;
  color: #aaa;
}

.woocommerce ul.products li.product .price {
  color: #787878;
  font-size: 0.857em;
  margin: 0 auto 0.714em;
  line-height: normal;
}

.woocommerce ul.products li.product .price del {
  display: inline-block;
  margin-right: 5px;
}

.woocommerce ul.products li.product .price ins {
  font-size: 1.1em;
  font-weight: normal;
}

.woocommerce ul.products li.product .onsale {
  z-index: 10;
  min-height: 0;
  min-width: 0;
  height: 50px;
  width: 50px;
  line-height: 50px;
  top: 10px;
  right: 10px;
  margin: 0;
  padding: 0;
  font-size: 0.786em;
  background: #999;
  text-transform: uppercase;
}

.rtl .woocommerce ul.products li.product .onsale {
  right: auto;
  left: 10px;
}

.woocommerce ul.products li.product .button {
  margin: 0.714em 0 0;
}

.woocommerce ul.products li.product .add_to_cart_button.loading:after {
  top: 50%;
  height: 12px;
  line-height: 12px;
  margin-top: -6px;
  padding: 0;
}

.woocommerce ul.products li.product .added_to_cart {
  display: none;
}

.woocommerce ul.products li.product.sale ins {
  color: #fe6060;
}

.woocommerce ul.products li.product mark {
  background: none;
}

/*--------------------------------------------------------------
### WooCommerce > Widgets
--------------------------------------------------------------*/
/* WooCommerce > Widgets > Cart */
.woocommerce .widget_shopping_cart .widget_shopping_cart_content, .woocommerce.widget_shopping_cart .widget_shopping_cart_content {
  border: 1px solid #eee;
}

.wpex-site-footer .woocommerce .widget_shopping_cart .widget_shopping_cart_content, .wpex-site-footer .woocommerce.widget_shopping_cart .widget_shopping_cart_content {
  border-color: rgba(255, 255, 255, 0.1);
}

.woocommerce .widget_shopping_cart .widget_shopping_cart_content .cart_list, .woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list {
  padding: 5px 0 15px;
}

.woocommerce .widget_shopping_cart .widget_shopping_cart_content .cart_list li, .woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list li {
  border-bottom: 1px solid #eee;
  margin: 0;
  padding: 10px 15px 10px 30px;
}

.woocommerce .widget_shopping_cart .widget_shopping_cart_content .cart_list li.empty, .woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list li.empty {
  border: 0;
  padding-bottom: 0;
  text-align: center;
  font-size: 0.714em;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.woocommerce .widget_shopping_cart .widget_shopping_cart_content .cart_list li a:hover, .woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list li a:hover {
  text-decoration: underline;
}

.woocommerce .widget_shopping_cart .widget_shopping_cart_content .cart_list li .remove, .woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list li .remove {
  left: 15px;
  top: 12px;
  padding: 0;
  width: auto;
  height: auto;
  line-height: normal;
  font-size: 12px;
  color: #000 !important;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.woocommerce .widget_shopping_cart .widget_shopping_cart_content .cart_list li .remove:hover, .woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list li .remove:hover {
  background: none;
  text-decoration: none;
  opacity: 0.35;
  -moz-opacity: 0.35;
  -webkit-opacity: 0.35;
}

.woocommerce .widget_shopping_cart .widget_shopping_cart_content .cart_list li dd, .woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list li dd {
  padding: 0;
  margin: 0;
}

.woocommerce .widget_shopping_cart .widget_shopping_cart_content .cart_list li .quantity, .woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list li .quantity {
  opacity: 0.6;
  -moz-opacity: 0.6;
  -webkit-opacity: 0.6;
}

.wpex-site-footer .woocommerce .widget_shopping_cart .widget_shopping_cart_content .cart_list li, .wpex-site-footer .woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list li {
  border-color: rgba(255, 255, 255, 0.1);
}

.woocommerce .widget_shopping_cart .widget_shopping_cart_content .total, .woocommerce.widget_shopping_cart .widget_shopping_cart_content .total {
  border: 0;
  padding: 0 15px;
  margin: 0 0 5px;
}

.woocommerce .widget_shopping_cart .widget_shopping_cart_content .total .amount, .woocommerce.widget_shopping_cart .widget_shopping_cart_content .total .amount {
  color: #fe6060;
}

.woocommerce .widget_shopping_cart .widget_shopping_cart_content .buttons, .woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons {
  margin: 0;
  padding: 0 15px 15px;
}

.woocommerce .widget_shopping_cart .widget_shopping_cart_content .buttons .button, .woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons .button {
  font-size: 8px;
}

/* WooCommerce > Widgets > Price Range */
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background: #1f2021;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background: #1f2021;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: #ddd;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
  font-size: 0.714em;
}

.woocommerce .widget_price_filter .price_slider_amount {
  opacity: 0.6;
  -moz-opacity: 0.6;
  -webkit-opacity: 0.6;
}

/* WooCommerce > Widgets > Nav, Categories, Recent */
.woocommerce .widget_layered_nav ul li,
.woocommerce .widget_product_categories ul li {
  padding: 0.429em 0;
  border-bottom: 1px solid #eee;
}

.woocommerce .widget_layered_nav ul li:last-child,
.woocommerce .widget_product_categories ul li:last-child {
  border-bottom: none;
}

.woocommerce .widget_layered_nav a,
.woocommerce .widget_product_categories a {
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}

.woocommerce .widget_layered_nav a:before,
.woocommerce .widget_product_categories a:before {
  content: "\f101";
  margin-right: 10px;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
  font-family: 'FontAwesome';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wpex-site-content .woocommerce .widget_layered_nav a:hover, .wpex-site-content
.woocommerce .widget_product_categories a:hover {
  opacity: 0.5;
  -moz-opacity: 0.5;
  -webkit-opacity: 0.5;
}

.woocommerce .widget_layered_nav ul li ul,
.woocommerce .widget_product_categories ul li ul {
  border-top: 1px solid #eee;
  margin-top: 0.429em;
}

.woocommerce .widget_layered_nav ul li ul a,
.woocommerce .widget_product_categories ul li ul a {
  padding-left: 20px;
}

.woocommerce .widget_product_categories .cat-parent {
  padding-bottom: 0;
}

/* WooCommerce > Widgets > Ratings  */
.woocommerce .widget_rating_filter ul li {
  padding: 0.214em 0;
}

/* WooCommerce > Widgets > Search */
.widget_product_search input[type="submit"] {
  display: none;
}

.widget_product_search input[type="search"] {
  position: relative;
  width: 100%;
  background: none;
  color: #888;
  border: 0;
  border: 2px solid #eee;
  outline: none;
  padding-left: 0.857em;
  padding-right: 50px;
  height: 40px;
  width: 100%;
  font-size: 1em;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  font-style: italic;
}

.wpex-site-footer .widget_product_search input[type="search"] {
  background: #fff;
  border: 0;
}

/* WooCommerce > Widgets > Recent  */
.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
  padding: 0.714em 0;
  border-bottom: 1px solid #eee;
  font-family: "PT Serif";
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
  padding: 2px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.woocommerce ul.cart_list li img:hover,
.woocommerce ul.product_list_widget li img:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  -webkit-opacity: 0.8;
}

.wpex-site-footer .woocommerce ul.cart_list li, .wpex-site-footer
.woocommerce ul.product_list_widget li {
  border-color: rgba(255, 255, 255, 0.1);
}

.woocommerce ul.cart_list li:last-child,
.woocommerce ul.product_list_widget li:last-child {
  border-bottom: none;
}

.woocommerce ul.cart_list a:hover,
.woocommerce ul.product_list_widget a:hover {
  text-decoration: underline;
}

.wpex-site-footer .woocommerce ul.cart_list a:hover, .wpex-site-footer
.woocommerce ul.product_list_widget a:hover {
  text-decoration: none;
}

.woocommerce ul.cart_list .star-rating,
.woocommerce ul.product_list_widget .star-rating {
  font-size: 10px;
}

.woocommerce ul.cart_list .reviewer,
.woocommerce ul.product_list_widget .reviewer {
  font-size: 0.786em;
  font-family: "Helvetica-Neue", "Helvetica", sans-serif;
  opacity: 0.8;
  -moz-opacity: 0.8;
  -webkit-opacity: 0.8;
}

/*--------------------------------------------------------------
### WooCommerce > Product
--------------------------------------------------------------*/
.woocommerce span.onsale {
  z-index: 10;
  min-height: 0;
  min-width: 0;
  height: 50px;
  width: 50px;
  line-height: 50px;
  top: 10px;
  left: 10px;
  margin: 0;
  padding: 0;
  font-size: 0.786em;
  background: #999;
  text-transform: uppercase;
}

.woocommerce div.product div.images img {
  border: 1px solid #eee;
  margin: 0;
  padding: 0;
}

.woocommerce div.product div.images img:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  -webkit-opacity: 0.8;
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
  margin-bottom: 30px;
}

.woocommerce div.product .product_title {
  margin: 0;
}

.woocommerce div.product [itemprop="description"] {
  font-family: "PT Serif";
}

.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 10px;
}

.woocommerce-review-link {
  color: #585858;
  font-size: 0.929em;
}

.woocommerce-review-link:hover {
  text-decoration: underline;
}

.woocommerce div.product .summary p.price,
.woocommerce div.product .summary span.price {
  color: #000;
  margin-bottom: 30px;
}

.woocommerce div.product .summary p.price del,
.woocommerce div.product .summary span.price del {
  opacity: 0.3;
  -moz-opacity: 0.3;
  -webkit-opacity: 0.3;
  font-style: italic;
}

.woocommerce div.product .summary p.price ins,
.woocommerce div.product .summary span.price ins {
  padding-left: 4px;
  color: #fe6060;
}

.woocommerce.single-product div.product form.cart div.quantity {
  display: block;
  float: none;
  margin: 0 0 20px;
}

.woocommerce div.product form.cart .single_add_to_cart_button {
  float: none;
  display: block;
  clear: both;
  width: 100%;
  font-size: 0.857em;
  padding: 0 1.2em;
  height: 45px;
  line-height: 45px;
}

.woocommerce div.product form.cart .single_add_to_cart_button:before {
  content: "\f290";
  margin-right: 0.923em;
  position: relative;
  top: -1px;
  font-family: 'FontAwesome';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.woocommerce.single-product .product_meta {
  padding: 0.286em 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  font-weight: bold;
  color: #333;
  font-size: 0.929em;
}

.woocommerce.single-product .product_meta a {
  font-style: italic;
  font-weight: normal;
  color: inherit;
}

.woocommerce.single-product .product_meta a:hover {
  text-decoration: underline;
}

.woocommerce div.product form.cart .variations th, .woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations tr {
  border: 0;
  padding-top: 0;
  padding-bottom: 0.714em;
}

.woocommerce div.product form.cart .variations td.label {
  text-transform: capitalize;
  text-decoration: underline;
}

.woocommerce div.product form.cart .variations td.value select {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin: 0;
}

.woocommerce div.product form.cart .variations .reset_variations {
  font-size: 0.857em;
  text-decoration: underline;
}

.single_variation_wrap .woocommerce-variation-price {
  margin-bottom: 15px;
}

.woocommerce div.product .woocommerce-tabs {
  margin-bottom: 30px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border-color: #eee;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
  display: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background: #f7f6f7;
  margin-right: 5px;
  font-size: 0.714em;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: #888;
  padding: 1.071em;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  color: #000;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:hover {
  color: inherit;
}

.woocommerce div.product .woocommerce-tabs .panel {
  font-family: "PT Serif";
  padding-top: 0.857em;
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
  font-size: 1.5em;
  margin: 0 0 1.111em;
}

.woocommerce div.product .woocommerce-tabs .panel table.shop_attributes td p {
  padding: 0.571em;
}

@media only screen and (min-width: 769px) {
  body.wpex-full-width.woocommerce div.product .woocommerce-tabs {
    margin-bottom: 0;
  }
  body.wpex-full-width.woocommerce div.product .woocommerce-tabs .wc-tabs {
    float: left;
    width: 340px;
    border-top: 1px solid #e5e5e5;
    margin: 0;
    padding: 0;
    margin-right: 60px;
    margin-bottom: 30px;
  }
  body.wpex-full-width.woocommerce div.product .woocommerce-tabs .panel {
    overflow: hidden;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
  }
  body.wpex-full-width.woocommerce div.product .woocommerce-tabs ul.tabs:before,
  body.wpex-full-width.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
  body.wpex-full-width.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
    display: none !important;
  }
  body.wpex-full-width.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background: none;
    display: block;
    width: 100%;
    font-size: 0.786em;
    padding: 0.818em 0;
    border: 0;
    margin: 0;
    border-bottom: 1px solid #e5e5e5;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
  }
  body.wpex-full-width.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 0;
    display: block;
    color: #555 !important;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }
  body.wpex-full-width.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    color: #000 !important;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
  }
  body.wpex-full-width.woocommerce div.product .woocommerce-tabs ul.tabs li a:after {
    content: "\f105";
    margin-left: 0.5em;
    position: relative;
    top: -1px;
    float: right;
    opacity: 0.65;
    -moz-opacity: 0.65;
    -webkit-opacity: 0.65;
    font-family: 'FontAwesome';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  body.wpex-full-width.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #000 !important;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
  }
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
  border: 0;
  background: none;
  width: 45px;
  padding: 2px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  border: 0;
  padding-bottom: 0;
  padding-top: 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
  font-family: "Helvetica-Neue", "Helvetica", sans-serif;
  color: #000;
  font-weight: bold;
  font-size: 0.929em;
  margin-bottom: 0.214em;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta time {
  font-style: italic;
  font-size: 0.769em;
  opacity: 0.6;
  -moz-opacity: 0.6;
  -webkit-opacity: 0.6;
}

.woocommerce #reviews #comments ol.commentlist li .star-rating {
  float: none;
  font-size: 9px;
  margin: 0 0 4px;
}

.woocommerce #reviews h3 {
  font-size: 1.286em;
  margin: 0 0 0.214em;
}

.woocommerce #review_form #respond .comment-form-author {
  width: 48%;
  float: left;
}

.woocommerce #review_form #respond .comment-form-author input {
  width: 100%;
}

.woocommerce #review_form #respond .comment-form-email {
  width: 48%;
  float: right;
}

.woocommerce #review_form #respond .comment-form-email input {
  width: 100%;
}

.woocommerce #review_form #respond .comment-form-rating {
  clear: both;
}

.woocommerce #review_form #respond .comment-form-rating label {
  float: left;
}

.woocommerce #review_form #respond .comment-form-rating p.stars {
  float: left;
  margin-left: 5px;
  margin-top: 4px;
}

.woocommerce #review_form #respond .comment-form-rating p.stars a {
  color: #000;
  font-size: 12px;
  opacity: 0.7;
  -moz-opacity: 0.7;
  -webkit-opacity: 0.7;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.woocommerce .related.products ul.products {
  margin-bottom: 0;
}

.woocommerce .related.products h2 {
  margin-bottom: 0.857em;
}

.woocommerce .up-sells.products ul.products {
  margin-bottom: 0;
}

.woocommerce .up-sells.products h2 {
  margin-bottom: 0.857em;
}

/*--------------------------------------------------------------
### WooCommerce > Page Numbers
--------------------------------------------------------------*/
.woocommerce nav.woocommerce-pagination {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #eee;
  font-size: 0.929em;
}

.woocommerce nav.woocommerce-pagination ul {
  border: none;
  display: block;
  margin: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
  float: none;
  border: none;
  padding: 0;
  display: inline-block;
  margin: 0 14px;
  line-height: normal;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
  padding: 0;
  margin: 0;
  display: inline-block;
  color: #000;
  cursor: pointer;
  height: 24px;
  line-height: 24px;
  width: 24px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.woocommerce nav.woocommerce-pagination ul li .prev {
  width: auto;
}

.woocommerce nav.woocommerce-pagination ul li .prev .fa {
  margin-right: 0.714em;
}

.woocommerce nav.woocommerce-pagination ul li .next {
  width: auto;
}

.woocommerce nav.woocommerce-pagination ul li .next .fa {
  margin-left: 0.714em;
}

.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:focus span,
.woocommerce nav.woocommerce-pagination ul li a:hover span {
  background: none;
  color: #000;
  opacity: 0.45;
  -moz-opacity: 0.45;
  -webkit-opacity: 0.45;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
  color: #fff;
  background: #1f2021;
  text-decoration: none;
}

/*--------------------------------------------------------------
### WooCommerce > Notices
--------------------------------------------------------------*/
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  font-size: 1em;
  line-height: 24px;
  margin-bottom: 30px;
  background: #f7f6f7;
  border: 1px solid #eee;
  color: #333;
}

.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button {
  height: 24px !important;
  line-height: 24px !important;
  padding: 0 0.714em !important;
}

.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before {
  color: inherit;
}

.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a {
  color: #000;
  text-decoration: underline;
}

.woocommerce-error a:hover,
.woocommerce-info a:hover,
.woocommerce-message a:hover {
  opacity: 0.6;
  -moz-opacity: 0.6;
  -webkit-opacity: 0.6;
}

.woocommerce-info:before {
  content: "\f05a";
  font-family: 'FontAwesome';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*--------------------------------------------------------------
### WooCommerce > Cart
--------------------------------------------------------------*/
.woocommerce-cart .wpex-page-header {
  display: none;
}

.woocommerce-cart h2 {
  margin-bottom: 1.071em;
}

.woocommerce-cart table .amount {
  font-family: "Helvetica-Neue", "Helvetica", sans-serif;
}

.woocommerce table.shop_table {
  margin-bottom: 60px;
  border: 0;
  border-collapse: collapse;
}

.woocommerce table.shop_table .quantity input.qty {
  height: 24px;
  width: 28px;
}

.woocommerce table.shop_table .quantity .minus, .woocommerce table.shop_table .quantity .plus {
  height: 24px;
  width: 24px;
}

.woocommerce table.shop_table a:not(.button) {
  color: inherit;
}

.woocommerce table.shop_table .product-thumbnail {
  text-align: center;
}

.woocommerce table.shop_table .product-thumbnail img {
  padding: 2px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  width: 40px;
}

.woocommerce table.shop_table .product-thumbnail img:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  -webkit-opacity: 0.8;
}

.woocommerce table.shop_table .product-remove {
  text-align: center;
}

.woocommerce table.shop_table .product-remove a.remove {
  display: inline-block;
  color: #000 !important;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.woocommerce table.shop_table .product-remove a.remove:hover {
  background: none;
  text-decoration: none;
  color: red !important;
}

.woocommerce table.shop_table td {
  padding: 0.714em 0.857em;
}

.woocommerce table.shop_table td.actions {
  padding-top: 0.857em;
  padding-bottom: 0.857em;
}

.woocommerce table.shop_table td.product-name dl.variation {
  font-size: 0.857em;
  line-height: normal;
  padding-top: 2px;
}

.woocommerce table.shop_table td.product-name dl.variation dd, .woocommerce table.shop_table td.product-name dl.variation dt {
  margin: 0;
  padding: 0;
}

.woocommerce table.shop_table td.product-name dl.variation dt {
  padding-right: 3px;
}

.woocommerce table.shop_table td.product-name dl.variation dt:before {
  content: "-";
  display: inline-block;
  margin-right: 3px;
}

.woocommerce .shop_table.cart .button,
.woocommerce .shop_table.cart input.button {
  height: 30px;
  line-height: 30px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
  width: 140px;
  height: 30px;
  padding-top: 0;
  padding-bottom: 0;
}

.woocommerce .cart-collaterals .cart_totals tr,
.woocommerce-page .cart-collaterals .cart_totals tr {
  border-color: #eee;
  padding: 0;
}

.woocommerce .cart-collaterals .cart_totals th,
.woocommerce-page .cart-collaterals .cart_totals th {
  padding: 1.071em 0;
  border: 0;
  font-size: 11px;
  letter-spacing: 1px;
}

.woocommerce .cart-collaterals .cart_totals td,
.woocommerce-page .cart-collaterals .cart_totals td {
  padding: 1.071em;
  border: 0;
}

.woocommerce .cart-collaterals .cart_totals tr, .woocommerce .cart-collaterals .cart_totals td, .woocommerce .cart-collaterals .cart_totals th,
.woocommerce-page .cart-collaterals .cart_totals tr,
.woocommerce-page .cart-collaterals .cart_totals td,
.woocommerce-page .cart-collaterals .cart_totals th {
  vertical-align: middle !important;
}

.woocommerce .cart-collaterals .cart_totals .order-total .amount,
.woocommerce-page .cart-collaterals .cart_totals .order-total .amount {
  color: #000;
}

.cart-empty {
  margin-bottom: 0.714em;
}

/*--------------------------------------------------------------
### WooCommerce > Checkout
--------------------------------------------------------------*/
.woocommerce-checkout .wpex-page-header {
  display: none;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border: 0;
  margin: 0;
  padding: 0 0 30px;
}

.woocommerce form.checkout_coupon input {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  height: 40px;
}

.woocommerce form.checkout_coupon input.button {
  line-height: 40px;
}

.woocommerce form.checkout_coupon .form-row {
  padding: 0;
}

.woocommerce form.checkout_coupon .form-row-first,
.woocommerce form.checkout_coupon .form-row-last {
  width: 49%;
  margin: 0;
  padding: 0;
}

.woocommerce form.login input[type="text"] {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  height: 40px;
}

.woocommerce form.login .inline {
  margin-left: 10px;
}

.woocommerce form.login .inline input {
  margin-right: 3px;
}

.woocommerce form.login .form-row {
  padding: 15px 0 0;
}

.woocommerce form.login .form-row-first,
.woocommerce form.login .form-row-last {
  width: 49%;
  margin: 0;
  padding: 0;
}

.woocommerce form.login .lost_password {
  padding: 0;
  margin: 0;
}

.woocommerce form.login .lost_password a {
  color: #000;
}

.woocommerce form.login .lost_password a:hover {
  opacity: 0.65;
  -moz-opacity: 0.65;
  -webkit-opacity: 0.65;
}

form.woocommerce-checkout {
  padding: 30px 0;
}

form.woocommerce-checkout .col-1, form.woocommerce-checkout .col-2 {
  padding-bottom: 30px;
}

.woocommerce-checkout-review-order-table .order-total .amount {
  text-decoration: underline;
}

.woocommerce-checkout-review-order-table .amount {
  font-family: "Helvetica-Neue", "Helvetica", sans-serif;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: none;
  padding: 30px;
  border: 1px solid #eee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

#add_payment_method #payment a,
.woocommerce-cart #payment a,
.woocommerce-checkout #payment a {
  color: #000;
  text-decoration: underline;
}

#add_payment_method #payment a:hover,
.woocommerce-cart #payment a:hover,
.woocommerce-checkout #payment a:hover {
  opacity: 0.6;
  -moz-opacity: 0.6;
  -webkit-opacity: 0.6;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  list-style: none;
  background: none;
  padding: 0;
  margin: 0;
  border: 0;
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
  background: none;
  list-style: none;
}

.rtl #add_payment_method #payment ul.payment_methods li input, .rtl
.woocommerce-cart #payment ul.payment_methods li input, .rtl
.woocommerce-checkout #payment ul.payment_methods li input {
  margin: 0 0 0 1em;
}

#add_payment_method #payment ul.payment_methods li:last-child,
.woocommerce-cart #payment ul.payment_methods li:last-child,
.woocommerce-checkout #payment ul.payment_methods li:last-child {
  padding-bottom: 15px;
}

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
  padding: 0;
  margin: 0;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  background-color: #f7f6f7;
}

#add_payment_method #payment div.payment_box:before,
.woocommerce-cart #payment div.payment_box:before,
.woocommerce-checkout #payment div.payment_box:before {
  border: 0;
}

/*--------------------------------------------------------------
### WooCommerce > Account Pages
--------------------------------------------------------------*/
.woocommerce-account .woocommerce-MyAccount-navigation {
  font-family: "Helvetica-Neue", "Helvetica", sans-serif;
  float: left;
  margin-bottom: 30px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  background: none;
  display: block;
  width: 100%;
  font-size: 0.786em;
  padding: 0.727em 0;
  border: 0;
  margin: 0;
  border-bottom: 1px solid #e5e5e5;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  display: block;
  color: #555 !important;
  font-weight: bold;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  color: #000 !important;
  text-decoration: none;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:after {
  content: "\f105";
  margin-left: 0.5em;
  position: relative;
  top: -1px;
  float: right;
  opacity: 0.65;
  -moz-opacity: 0.65;
  -webkit-opacity: 0.65;
  font-family: 'FontAwesome';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #000 !important;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
}

.woocommerce-account .woocommerce-MyAccount-content {
  padding-left: 30px;
  margin-bottom: 30px;
}

.woocommerce-account table.my_account_orders {
  font-size: 0.857em;
}

.woocommerce-account table.my_account_orders .button {
  padding: 0.571em 0.857em;
}

.woocommerce-account fieldset {
  padding: 1.071em;
}

/*--------------------------------------------------------------
### WooCommerce > Lightbox
--------------------------------------------------------------*/
div.pp_overlay {
  opacity: 0.45 !important;
  -moz-opacity: 0.45 !important;
  -webkit-opacity: 0.45 !important;
}

div.pp_woocommerce div.ppt {
  visibility: hidden;
  opacity: 0;
  height: 0;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0;
}

div.pp_woocommerce .pp_gallery ul li a {
  border-color: rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

div.pp_woocommerce .pp_gallery ul li a:hover,
div.pp_woocommerce .pp_gallery ul li.selected a {
  border-color: rgba(0, 0, 0, 0.2);
}

/*--------------------------------------------------------------
### WooCommerce > Hide Stuff
--------------------------------------------------------------*/
body.wpex-hide-ratings ul.products li.product .star-rating {
  display: none;
}

body.wpex-hide-entry-cart-btn ul.products li.product .button {
  display: none;
}

body.wpex-hide-onsale ul.products li.product .onsale {
  display: none;
}

body.wpex-hide-onsale span.onsale {
  display: none;
}

/*--------------------------------------------------------------
## Responsive
--------------------------------------------------------------*/
.wpex-responsive .wpex-container {
  max-width: 92%;
}

.wpex-responsive .wpex-container .wpex-container {
  max-width: none;
}

/* Responsive > Embeds */
iframe,
embed,
frame {
  max-width: 100%;
}

.wpex-site-main .wpex-responsive-embed {
  margin-bottom: 30px;
}

.wpex-responsive-embed iframe,
.wpex-responsive-embed embed,
.wpex-responsive-embed frame {
  display: none;
}

.wpex-responsive-embed.wpex-show iframe,
.wpex-responsive-embed.wpex-show embed,
.wpex-responsive-embed.wpex-show frame {
  display: block;
}

.wpex-post-audio iframe, .wpex-post-audio embed, .wpex-post-audio frame,
.wpex-loop-entry-audio iframe,
.wpex-loop-entry-audio embed,
.wpex-loop-entry-audio frame {
  width: 100%;
}

/* Responsive > Media Queries */
@media only screen and (max-width: 959px) {
  .wpex-responsive .wpex-sidebar {
    width: 100%;
    float: none;
    clear: both;
    padding: 50px 0 0;
    max-width: 70%;
    margin: 0 auto;
  }
  .wpex-responsive .wpex-site-main {
    width: 100%;
    float: none;
    max-width: none;
  }
  .wpex-responsive .wpex-col.wpex-col-4 {
    width: 50%;
  }
  .wpex-responsive .wpex-col.wpex-col-4.wpex-count-3 {
    clear: both;
  }
  .wpex-responsive .wpex-site-footer .wpex-row .wpex-col {
    width: 100%;
    max-width: 70%;
    float: none;
    margin: 0 auto;
  }
  .wpex-responsive .wpex-main-menu .wpex-drop-menu {
    display: none;
  }
  .wpex-responsive .wpex-main-menu .slicknav_menu {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .wpex-responsive .wpex-row .wpex-col.wpex-col-3,
  .wpex-responsive .wpex-row .wpex-col.wpex-col-4,
  .wpex-responsive .wpex-row .wpex-col.wpex-col-5 {
    float: none;
    width: 100%;
    clear: both;
  }
  .wpex-before-footer-menu li {
    display: block;
  }
  .woocommerce table.shop_table_responsive td, .woocommerce table.shop_table_responsive th, .woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive td, .woocommerce-page table.shop_table_responsive th, .woocommerce-page table.shop_table_responsive tr {
    border: 0;
  }
  .woocommerce table.shop_table_responsive td, .woocommerce-page table.shop_table_responsive td {
    border-bottom: 1px solid #eee;
    padding-left: 0;
    padding-right: 0;
  }
  .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background: none;
  }
  .woocommerce table.shop_table_responsive .buttons_added, .woocommerce-page table.shop_table_responsive .buttons_added {
    float: right;
    margin: 0;
  }
  .woocommerce table.shop_table_responsive .product-quantity:after, .woocommerce-page table.shop_table_responsive .product-quantity:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    zoom: 1;
  }
  .woocommerce table.shop_table_responsive .product-remove a.remove, .woocommerce-page table.shop_table_responsive .product-remove a.remove {
    background: #1f2021;
    color: #fff !important;
  }
  .woocommerce table.shop_table_responsive td.actions .coupon .input-text, .woocommerce-page table.shop_table_responsive td.actions .coupon .input-text {
    float: none;
    width: 100%;
    margin-bottom: 5px;
  }
  .woocommerce table.shop_table_responsive td.actions .coupon .button, .woocommerce-page table.shop_table_responsive td.actions .coupon .button {
    float: none;
    width: 100%;
  }
  .woocommerce table.shop_table_responsive tr.cart-subtotal td,
  .woocommerce table.shop_table_responsive tr.order-total td, .woocommerce-page table.shop_table_responsive tr.cart-subtotal td,
  .woocommerce-page table.shop_table_responsive tr.order-total td {
    padding-right: 0;
    padding-left: 0;
  }
  .woocommerce #payment #place_order,
  .woocommerce #payment #place_order, .woocommerce-page #payment #place_order,
  .woocommerce-page #payment #place_order {
    padding-top: 1.429em;
    padding-bottom: 1.429em;
  }
  .woocommerce-account .woocommerce-MyAccount-content {
    padding: 0;
    float: none;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation {
    padding: 0;
    float: none;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    zoom: 1;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation ul li {
    float: left;
    width: auto;
    border: 0;
    padding: 0;
    margin-right: 4px;
    margin-bottom: 4px;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    display: block;
    border: 1px solid #eee;
    padding: 0.143em 0.857em;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation ul li a:after {
    display: none;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    background: #1f2021;
    color: #fff !important;
  }
}

@media only screen and (max-width: 480px) {
  .wpex-responsive .wpex-row .wpex-col {
    float: none;
    width: 100%;
    clear: both;
  }
  .wpex-responsive .wpex-sidebar, .wpex-responsive .wpex-site-footer .wpex-row .wpex-col {
    max-width: 100%;
  }
  .wpex-responsive .wpex-archive-banner .wpex-table-cell {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .wpex-responsive .wpex-entry.wpex-style-left-right .wpex-entry-media {
    float: none;
    width: 100%;
    margin: 0 0 1.429em;
  }
  .wpex-responsive .wpex-post-meta .wpex-post-meta-ul,
  .wpex-responsive .wpex-post-meta .wpex-social-share {
    float: none;
  }
  .wpex-responsive .wpex-author-box {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
  .wpex-responsive .wpex-author-box .wpex-avatar {
    position: static;
    top: auto;
    margin-bottom: 1.071em;
  }
  .wpex-responsive .wpex-author-box .wpex-avatar img {
    display: inline-block;
  }
  .wpex-responsive .wpex-author-box .wpex-social a {
    display: inline-block;
    float: none;
  }
  .wpex-responsive .wpex-wp-link-pages a {
    width: 48%;
    text-align: center;
  }
  .wpex-responsive .wpex-related-post {
    width: 100%;
  }
  .wpex-responsive .wpex-related-post .wpex-title {
    font-size: 1.143em;
  }
  .wpex-responsive .wpex-post-navigation .nav-previous, .wpex-responsive .wpex-post-navigation .nav-next {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .wpex-responsive .wpex-instagrams-footer-widgets .wpex-instagrams-grid-widget .wpex-col-4 {
    width: 50%;
  }
  .wpex-responsive .wpex-instagrams-footer-widgets .wpex-instagrams-grid-widget .wpex-col-6 {
    width: 33.33%;
  }
  .wpex-responsive .wpex-instagrams-footer-widgets .wpex-instagrams-grid-widget .wpex-col-8 {
    width: 25%;
  }
  .wpex-responsive.page-template-search .wpex-search-template-wrap,
  .wpex-responsive.error404 .wpex-entry-none {
    padding: 30px;
  }
  .wpex-responsive.woocommerce ul.products li.product,
  .wpex-responsive.woocommerce-page ul.products li.product,
  .wpex-responsive.woocommerce-page[class*=columns-] ul.products li.product,
  .wpex-responsive.woocommerce[class*=columns-] ul.products li.product {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-left: 0;
  }
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Plugins > Contact Form 7 */
.wpcf7 p {
  margin: 0 0 15px;
}

.wpcf7 br {
  display: none;
}

.wpcf7 .wpcf7-form-control-wrap {
  display: block;
  margin-top: 5px;
  position: relative;
}

.wpcf7 .screen-reader-response {
  display: none;
}

.wpcf7-validation-errors {
  margin: 25px 0 0;
}

.wpcf7-not-valid-tip {
  padding-top: 5px;
  font-size: 0.857em;
  clear: both;
  display: block;
  font-style: italic;
  color: red;
}

input.wpcf7-not-valid {
  border: 1px dotted red !important;
}

.wpcf7-response-output {
  display: none;
  padding: 0.714em;
  border: 0;
  font-size: 1em;
  background: #f7f6f7;
  border: 1px solid #eee;
  color: #333;
  text-align: center;
}

/*--------------------------------------------------------------
# Lib
--------------------------------------------------------------*/
/* Lib > Own Carousel */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/*
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
