.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row:after {
  content: " ";
  display: table;
  clear: both;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  margin: 0;
  background-color: #f8f8f8;
}
body.error404 .site-main,
body.search-no-results .site-main,
body.blog .site-main,
body.archive .site-main,
body.search-results .site-main,
body.page-template-with-right-sidebar .site-main,
body.page-template-with-left-sidebar .site-main,
body.page-template-with-right-shop-sidebar .site-main,
body.page-template-with-left-shop-sidebar .site-main,
body.single .site-main {
  margin: 30px 0;
}
body.page-template-default #primary .page-header {
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box;
}
@media (max-width: 786px) {
  body.page-template-default #primary .page-header {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}
@media (min-width: 786px) {
  body.page-template-default #primary .page-header {
    max-width: 750px !important;
  }
}
@media (min-width: 992px) {
  body.page-template-default #primary .page-header {
    max-width: 970px !important;
  }
}
@media (min-width: 1200px) {
  body.page-template-default #primary .page-header {
    max-width: 1170px !important;
  }
}
@media (max-width: 786px) {
  body.page-template-default #primary .page-header {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}
@media (min-width: 786px) {
  body.page-template-default #primary .page-header {
    max-width: 750px !important;
  }
}
@media (min-width: 992px) {
  body.page-template-default #primary .page-header {
    max-width: 970px !important;
  }
}
@media (min-width: 1200px) {
  body.page-template-default #primary .page-header {
    max-width: 1170px !important;
  }
}
body.page-template-default #primary .page-header.active-sidebar {
  display: table;
  width: 100%;
  table-layout: fixed;
}
body.page-template-default #primary .page-header.active-sidebar #primary {
  width: 67%;
  display: table-cell;
  vertical-align: top;
  height: 100%;
}
body.page-template-default #primary .page-header.active-sidebar #tertiary {
  width: 33%;
  display: table-cell;
  vertical-align: top;
  height: 100%;
}
body.page-template-default #primary .page-header.active-sidebar #tertiary .sidebar-inner {
  margin-right: 30px;
  position: relative;
  z-index: 3;
}
body.page-template-default #primary .page-header.active-sidebar #primary + #tertiary .sidebar-inner {
  margin-right: 0;
  margin-left: 30px;
}
body.page-template-default #primary .page-header.active-sidebar .entry.page {
  padding: 30px;
  background-color: #ffffff;
}
body.page-template-default #primary .page-header::after {
  content: "";
  display: table;
  clear: both;
}
body.page-template-default #primary .page-header.active-sidebar {
  display: table;
  width: 100%;
  table-layout: fixed;
}
body.page-template-default #primary .page-header.active-sidebar #primary {
  width: 67%;
  display: table-cell;
  vertical-align: top;
  height: 100%;
}
body.page-template-default #primary .page-header.active-sidebar #tertiary {
  width: 33%;
  display: table-cell;
  vertical-align: top;
  height: 100%;
}
body.page-template-default #primary .page-header.active-sidebar #tertiary .sidebar-inner {
  margin-right: 30px;
  position: relative;
  z-index: 3;
}
body.page-template-default #primary .page-header.active-sidebar #primary + #tertiary .sidebar-inner {
  margin-right: 0;
  margin-left: 30px;
}
body.page-template-default #primary .page-header.active-sidebar .entry.page {
  padding: 30px;
  background-color: #ffffff;
}
body.page-template-default #primary .page-header .entry-title,
body.page-template-default #primary .page-header .page-title {
  margin-top: 70px !important;
  line-height: 1 !important;
  margin-bottom: -20px !important;
}
body.page-template-default .site-content {
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box;
  padding: 50px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 3px;
  margin: 100px 0;
}
@media (max-width: 786px) {
  body.page-template-default .site-content {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}
@media (min-width: 786px) {
  body.page-template-default .site-content {
    max-width: 750px !important;
  }
}
@media (min-width: 992px) {
  body.page-template-default .site-content {
    max-width: 970px !important;
  }
}
@media (min-width: 1200px) {
  body.page-template-default .site-content {
    max-width: 1170px !important;
  }
}
@media (max-width: 786px) {
  body.page-template-default .site-content {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}
@media (min-width: 786px) {
  body.page-template-default .site-content {
    max-width: 750px !important;
  }
}
@media (min-width: 992px) {
  body.page-template-default .site-content {
    max-width: 970px !important;
  }
}
@media (min-width: 1200px) {
  body.page-template-default .site-content {
    max-width: 1170px !important;
  }
}
body.page-template-default .site-content.active-sidebar {
  display: table;
  width: 100%;
  table-layout: fixed;
}
body.page-template-default .site-content.active-sidebar #primary {
  width: 67%;
  display: table-cell;
  vertical-align: top;
  height: 100%;
}
body.page-template-default .site-content.active-sidebar #tertiary {
  width: 33%;
  display: table-cell;
  vertical-align: top;
  height: 100%;
}
body.page-template-default .site-content.active-sidebar #tertiary .sidebar-inner {
  margin-right: 30px;
  position: relative;
  z-index: 3;
}
body.page-template-default .site-content.active-sidebar #primary + #tertiary .sidebar-inner {
  margin-right: 0;
  margin-left: 30px;
}
body.page-template-default .site-content.active-sidebar .entry.page {
  padding: 30px;
  background-color: #ffffff;
}
body.page-template-default .site-content::after {
  content: "";
  display: table;
  clear: both;
}
body.page-template-default .site-content.active-sidebar {
  display: table;
  width: 100%;
  table-layout: fixed;
}
body.page-template-default .site-content.active-sidebar #primary {
  width: 67%;
  display: table-cell;
  vertical-align: top;
  height: 100%;
}
body.page-template-default .site-content.active-sidebar #tertiary {
  width: 33%;
  display: table-cell;
  vertical-align: top;
  height: 100%;
}
body.page-template-default .site-content.active-sidebar #tertiary .sidebar-inner {
  margin-right: 30px;
  position: relative;
  z-index: 3;
}
body.page-template-default .site-content.active-sidebar #primary + #tertiary .sidebar-inner {
  margin-right: 0;
  margin-left: 30px;
}
body.page-template-default .site-content.active-sidebar .entry.page {
  padding: 30px;
  background-color: #ffffff;
}
body.page-template-default .site-content #comments .comment-list {
  width: 100%;
}
body.page-template-default .site-content #comments .comments-title {
  display: block;
}
body.page-template-default footer {
  margin: 0 !important;
}
body #content,
body #primary {
  position: relative;
}
body #content .before-shop-loop,
body #primary .before-shop-loop,
body #content .before-list,
body #primary .before-list {
  margin-bottom: 30px;
  padding: 0 0 0 20px;
  position: relative;
  z-index: 1;
  transition: all 0.2s ease;
  background-color: #ffffff;
  border-radius: 3px;
  border: 1px solid #f0f0f0;
}
@media screen and (max-width: 768px) {
  body #content .before-shop-loop,
  body #primary .before-shop-loop,
  body #content .before-list,
  body #primary .before-list {
    padding: 1px 20px;
  }
}
body #content .before-shop-loop .modes,
body #primary .before-shop-loop .modes,
body #content .before-list .modes,
body #primary .before-list .modes {
  float: right;
  font-size: 0;
}
body #content .before-shop-loop .modes .mode,
body #primary .before-shop-loop .modes .mode,
body #content .before-list .modes .mode,
body #primary .before-list .modes .mode {
  color: #222222;
  display: inline-block;
  padding: 0 15px;
  font-size: 14px;
  line-height: 63px;
  height: 63px;
  width: 63px;
  box-sizing: border-box;
  text-align: center;
  margin: 0;
  border-left: 1px solid #f0f0f0;
}
body #content .before-shop-loop .modes .mode.gmap,
body #primary .before-shop-loop .modes .mode.gmap,
body #content .before-list .modes .mode.gmap,
body #primary .before-list .modes .mode.gmap {
  display: none;
}
body #content .before-shop-loop .modes .mode.active,
body #primary .before-shop-loop .modes .mode.active,
body #content .before-list .modes .mode.active,
body #primary .before-list .modes .mode.active {
  background-color: #222222;
  color: #ffffff;
}
@media screen and (max-width: 480px) {
  body #content .before-shop-loop .modes .mode,
  body #primary .before-shop-loop .modes .mode,
  body #content .before-list .modes .mode,
  body #primary .before-list .modes .mode {
    border: 0;
  }
}
@media screen and (max-width: 480px) {
  body #content .before-shop-loop .modes,
  body #primary .before-shop-loop .modes,
  body #content .before-list .modes,
  body #primary .before-list .modes {
    float: none;
    text-align: center;
  }
}
body #content .before-shop-loop .woocommerce-result-count,
body #primary .before-shop-loop .woocommerce-result-count,
body #content .before-list .woocommerce-result-count,
body #primary .before-list .woocommerce-result-count,
body #content .before-shop-loop p.result-count,
body #primary .before-shop-loop p.result-count,
body #content .before-list p.result-count,
body #primary .before-list p.result-count {
  float: left;
  display: inline-block;
  padding: 0;
  color: #888888;
  line-height: 63px;
  vertical-align: middle;
  margin-bottom: 0;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  body #content .before-shop-loop .woocommerce-result-count,
  body #primary .before-shop-loop .woocommerce-result-count,
  body #content .before-list .woocommerce-result-count,
  body #primary .before-list .woocommerce-result-count,
  body #content .before-shop-loop p.result-count,
  body #primary .before-shop-loop p.result-count,
  body #content .before-list p.result-count,
  body #primary .before-list p.result-count {
    float: none;
    text-align: center;
    display: block;
  }
}
body #content .before-shop-loop .woocommerce-ordering,
body #primary .before-shop-loop .woocommerce-ordering,
body #content .before-list .woocommerce-ordering,
body #primary .before-list .woocommerce-ordering,
body #content .before-shop-loop .ordering,
body #primary .before-shop-loop .ordering,
body #content .before-list .ordering,
body #primary .before-list .ordering {
  float: left;
  padding: 9px;
  border-left: 1px solid #f0f0f0;
  margin-left: 20px;
}
body #content .before-shop-loop .woocommerce-ordering select,
body #primary .before-shop-loop .woocommerce-ordering select,
body #content .before-list .woocommerce-ordering select,
body #primary .before-list .woocommerce-ordering select,
body #content .before-shop-loop .ordering select,
body #primary .before-shop-loop .ordering select,
body #content .before-list .ordering select,
body #primary .before-list .ordering select {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDIzOC4wMDcgMjM4LjAwNyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjM4LjAwNyAyMzguMDA3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4Ij4KPGc+Cgk8Zz4KCQk8Zz4KCQkJPHBhdGggZD0iTTIzMy4zODcsNTYuMjIxYy02LjE5OC02LjE5OC0xNi4zMDQtNi4xOTgtMjIuNDcsMGwtOTEuOTE1LDkxLjg4M0wyNy4xMTgsNTYuMjIxICAgICBjLTYuMTk4LTYuMTk4LTE2LjI3My02LjE5OC0yMi40Nywwcy02LjE5OCwxNi4yNzMsMCwyMi40N2wxMDMuMDcxLDEwMy4xMDJjMy4xMTUsMy4xNDYsNy4yMTUsNC42NCwxMS4yODMsNC42NCAgICAgYzQuMSwwLDguMTY4LTEuNTI2LDExLjI4My00LjY0TDIzMy4zNTUsNzguNjkxQzIzOS41NTMsNzIuNDk0LDIzOS41NTMsNjIuNDE5LDIzMy4zODcsNTYuMjIxeiIgZmlsbD0iIzIyMjIyMiIvPgoJCTwvZz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
  background-position: 92% center;
  background-repeat: no-repeat;
  background-size: 11px;
  background-color: transparent;
  padding: 10px 11px;
  color: #888888;
}
@media screen and (max-width: 768px) {
  body #content .before-shop-loop .woocommerce-ordering select,
  body #primary .before-shop-loop .woocommerce-ordering select,
  body #content .before-list .woocommerce-ordering select,
  body #primary .before-list .woocommerce-ordering select,
  body #content .before-shop-loop .ordering select,
  body #primary .before-shop-loop .ordering select,
  body #content .before-list .ordering select,
  body #primary .before-list .ordering select {
    padding: 0 20px;
    background-position: 96% center;
  }
}
@media screen and (max-width: 670px) {
  body #content .before-shop-loop .woocommerce-ordering select,
  body #primary .before-shop-loop .woocommerce-ordering select,
  body #content .before-list .woocommerce-ordering select,
  body #primary .before-list .woocommerce-ordering select,
  body #content .before-shop-loop .ordering select,
  body #primary .before-shop-loop .ordering select,
  body #content .before-list .ordering select,
  body #primary .before-list .ordering select {
    background-position: 92% center;
  }
}
@media screen and (max-width: 768px) {
  body #content .before-shop-loop .woocommerce-ordering,
  body #primary .before-shop-loop .woocommerce-ordering,
  body #content .before-list .woocommerce-ordering,
  body #primary .before-list .woocommerce-ordering,
  body #content .before-shop-loop .ordering,
  body #primary .before-shop-loop .ordering,
  body #content .before-list .ordering,
  body #primary .before-list .ordering {
    float: none;
    margin: 13px 0;
    clear: both;
    border: 1px solid #f0f0f0;
    border-radius: 3px;
  }
}
@media screen and (max-width: 480px) {
  body #content .before-shop-loop .woocommerce-ordering,
  body #primary .before-shop-loop .woocommerce-ordering,
  body #content .before-list .woocommerce-ordering,
  body #primary .before-list .woocommerce-ordering,
  body #content .before-shop-loop .ordering,
  body #primary .before-shop-loop .ordering,
  body #content .before-list .ordering,
  body #primary .before-list .ordering {
    margin-top: 0;
  }
}
body #content .before-shop-loop .ordering,
body #primary .before-shop-loop .ordering,
body #content .before-list .ordering,
body #primary .before-list .ordering {
  float: right;
}
body #content .before-shop-loop .ordering select,
body #primary .before-shop-loop .ordering select,
body #content .before-list .ordering select,
body #primary .before-list .ordering select {
  font-size: 14px;
  border-radius: 3px;
  height: 45px;
  box-shadow: none;
  display: block;
  width: 100%;
  border: 0;
  -webkit-appearance: none;
  appearance: none !important;
  outline: none;
  font-family: "Open Sans", sans-serif;
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  body #content .before-shop-loop .ordering select,
  body #primary .before-shop-loop .ordering select,
  body #content .before-list .ordering select,
  body #primary .before-list .ordering select {
    padding-right: 11px;
  }
}
@media screen and (max-width: 768px) {
  body #content .before-shop-loop .ordering,
  body #primary .before-shop-loop .ordering,
  body #content .before-list .ordering,
  body #primary .before-list .ordering {
    float: none;
  }
}
body #content .before-shop-loop::after,
body #primary .before-shop-loop::after,
body #content .before-list::after,
body #primary .before-list::after {
  content: "";
  display: table;
  clear: both;
}
body #content .after-shop-loop,
body #primary .after-shop-loop {
  margin-top: 30px;
}
#page > header,
#page > footer {
  background-color: #ffffff;
}
footer .col-xs-1,
footer.site-footer .col-xs-1,
footer .col-sm-1,
footer.site-footer .col-sm-1,
footer .col-md-1,
footer.site-footer .col-md-1,
footer .col-lg-1,
footer.site-footer .col-lg-1,
footer .col-xs-2,
footer.site-footer .col-xs-2,
footer .col-sm-2,
footer.site-footer .col-sm-2,
footer .col-md-2,
footer.site-footer .col-md-2,
footer .col-lg-2,
footer.site-footer .col-lg-2,
footer .col-xs-3,
footer.site-footer .col-xs-3,
footer .col-sm-3,
footer.site-footer .col-sm-3,
footer .col-md-3,
footer.site-footer .col-md-3,
footer .col-lg-3,
footer.site-footer .col-lg-3,
footer .col-xs-4,
footer.site-footer .col-xs-4,
footer .col-sm-4,
footer.site-footer .col-sm-4,
footer .col-md-4,
footer.site-footer .col-md-4,
footer .col-lg-4,
footer.site-footer .col-lg-4,
footer .col-xs-5,
footer.site-footer .col-xs-5,
footer .col-sm-5,
footer.site-footer .col-sm-5,
footer .col-md-5,
footer.site-footer .col-md-5,
footer .col-lg-5,
footer.site-footer .col-lg-5,
footer .col-xs-6,
footer.site-footer .col-xs-6,
footer .col-sm-6,
footer.site-footer .col-sm-6,
footer .col-md-6,
footer.site-footer .col-md-6,
footer .col-lg-6,
footer.site-footer .col-lg-6,
footer .col-xs-7,
footer.site-footer .col-xs-7,
footer .col-sm-7,
footer.site-footer .col-sm-7,
footer .col-md-7,
footer.site-footer .col-md-7,
footer .col-lg-7,
footer.site-footer .col-lg-7,
footer .col-xs-8,
footer.site-footer .col-xs-8,
footer .col-sm-8,
footer.site-footer .col-sm-8,
footer .col-md-8,
footer.site-footer .col-md-8,
footer .col-lg-8,
footer.site-footer .col-lg-8,
footer .col-xs-9,
footer.site-footer .col-xs-9,
footer .col-sm-9,
footer.site-footer .col-sm-9,
footer .col-md-9,
footer.site-footer .col-md-9,
footer .col-lg-9,
footer.site-footer .col-lg-9,
footer .col-xs-10,
footer.site-footer .col-xs-10,
footer .col-sm-10,
footer.site-footer .col-sm-10,
footer .col-md-10,
footer.site-footer .col-md-10,
footer .col-lg-10,
footer.site-footer .col-lg-10,
footer .col-xs-11,
footer.site-footer .col-xs-11,
footer .col-sm-11,
footer.site-footer .col-sm-11,
footer .col-md-11,
footer.site-footer .col-md-11,
footer .col-lg-11,
footer.site-footer .col-lg-11,
footer .col-xs-12,
footer.site-footer .col-xs-12,
footer .col-sm-12,
footer.site-footer .col-sm-12,
footer .col-md-12,
footer.site-footer .col-md-12,
footer .col-lg-12,
footer.site-footer .col-lg-12 {
  position: static;
}
footer ul li,
footer.site-footer ul li {
  line-height: 1.22;
}
footer ul li a,
footer.site-footer ul li a {
  color: #888888;
  letter-spacing: 0;
  padding: 6px 0;
  display: block;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
footer ul li a:hover,
footer.site-footer ul li a:hover {
  color: #ffffff;
}
footer h2,
footer.site-footer h2 {
  margin: 0;
  font-size: 25px;
  color: #ffffff;
}
footer h3,
footer.site-footer h3 {
  color: #888888;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1.5px;
  margin: 0;
  padding-top: 5px;
}
footer p,
footer.site-footer p {
  color: #888888;
  letter-spacing: 0;
  margin-bottom: 23px;
}
footer div.lookall-copyright,
footer.site-footer div.lookall-copyright {
  font-size: 14px;
  color: #888888;
  letter-spacing: 0;
  margin-top: 45px;
}
footer form,
footer.site-footer form {
  margin-top: 3px;
  position: relative;
}
footer form input[type="email"],
footer.site-footer form input[type="email"] {
  background-color: transparent;
  border-radius: 0;
  border: 0;
  border-bottom: 4px solid #888888;
  padding-left: 0;
  height: 45.5px;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 1px;
  -webkit-transition: all 0.2s linear 0s;
  -khtml-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
footer form input[type="email"]:placeholder,
footer.site-footer form input[type="email"]:placeholder {
  color: #888888;
}
footer form input[type="email"]::placeholder,
footer.site-footer form input[type="email"]::placeholder {
  color: #888888;
}
footer form input[type="email"]::-webkit-input-placeholder,
footer.site-footer form input[type="email"]::-webkit-input-placeholder {
  color: #888888;
}
footer form input[type="email"]::-moz-placeholder,
footer.site-footer form input[type="email"]::-moz-placeholder {
  color: #888888;
}
footer form input[type="email"]:-moz-placeholder,
footer.site-footer form input[type="email"]:-moz-placeholder {
  color: #888888;
}
footer form input[type="email"]:-ms-input-placeholder,
footer.site-footer form input[type="email"]:-ms-input-placeholder {
  color: #888888;
}
footer form input[type="email"]:focus,
footer.site-footer form input[type="email"]:focus {
  border-color: #888888;
  padding-right: 130px;
}
footer form input[type="email"]:focus + div,
footer.site-footer form input[type="email"]:focus + div {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -khtml-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
footer form input[type="email"] + div,
footer.site-footer form input[type="email"] + div {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s linear 0s;
  -khtml-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  -webkit-transform: translate(0, 0);
  -khtml-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
footer form input[type="email"] + div > input,
footer.site-footer form input[type="email"] + div > input {
  border-radius: 0 !important;
  height: 44.5px;
  line-height: 44.5px;
  font-family: "Montserrat";
  letter-spacing: 1px;
  background-color: #888888;
  color: #ffffff;
}
footer .aplication-sections,
footer.site-footer .aplication-sections {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
footer .aplication-sections .aplication-table,
footer.site-footer .aplication-sections .aplication-table {
  display: table;
  width: 100%;
  padding: 58px 0;
}
footer .aplication-sections .aplication-cell,
footer.site-footer .aplication-sections .aplication-cell {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  footer .aplication-sections .aplication-cell,
  footer.site-footer .aplication-sections .aplication-cell {
    display: block;
    width: 100%;
  }
}
footer .aplication-sections .aplication-cell:first-child,
footer.site-footer .aplication-sections .aplication-cell:first-child {
  text-align: left;
}
@media screen and (max-width: 768px) {
  footer .aplication-sections .aplication-cell:first-child,
  footer.site-footer .aplication-sections .aplication-cell:first-child {
    margin-bottom: 30px;
  }
}
footer .aplication-sections .aplication-cell:last-child,
footer.site-footer .aplication-sections .aplication-cell:last-child {
  text-align: right;
}
footer .aplication-sections .aplication-cell:last-child > button,
footer.site-footer .aplication-sections .aplication-cell:last-child > button {
  color: #ffffff;
  font-size: 18px;
  border-radius: 30px;
  border: none;
  background: transparent;
  border: 2px solid #ffffff;
  outline: none;
  line-height: 50px;
  padding: 0 54px;
  position: relative;
  overflow: hidden;
  transition: all .4s linear 0s;
  z-index: 999;
  cursor: pointer;
}
footer .aplication-sections .aplication-cell:last-child > button:before,
footer.site-footer .aplication-sections .aplication-cell:last-child > button:before,
footer .aplication-sections .aplication-cell:last-child > button:after,
footer.site-footer .aplication-sections .aplication-cell:last-child > button:after {
  content: " ";
  width: 240px;
  height: 50px;
  position: absolute;
  border-radius: 30px;
  z-index: -1;
}
footer .aplication-sections .aplication-cell:last-child > button:before,
footer.site-footer .aplication-sections .aplication-cell:last-child > button:before {
  transition: all .4s linear .2s;
  left: 0;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transform: translate(0, 80px) scale(0.001);
  -khtml-transform: translate(0, 80px) scale(0.001);
  -moz-transform: translate(0, 80px) scale(0.001);
  -ms-transform: translate(0, 80px) scale(0.001);
  transform: translate(0, 80px) scale(0.001);
}
footer .aplication-sections .aplication-cell:last-child > button:after,
footer.site-footer .aplication-sections .aplication-cell:last-child > button:after {
  transition: all .4s linear 0s;
  left: 0;
  background-color: rgba(34, 34, 34, 0.9);
  -webkit-transform: translate(0, 80px) scale(0.001);
  -khtml-transform: translate(0, 80px) scale(0.001);
  -moz-transform: translate(0, 80px) scale(0.001);
  -ms-transform: translate(0, 80px) scale(0.001);
  transform: translate(0, 80px) scale(0.001);
}
footer .aplication-sections .aplication-cell:last-child > button:hover,
footer.site-footer .aplication-sections .aplication-cell:last-child > button:hover {
  border: 2px solid transparent;
  color: #ffffff;
  transition: all .4s linear .0s;
}
footer .aplication-sections .aplication-cell:last-child > button:hover:before,
footer.site-footer .aplication-sections .aplication-cell:last-child > button:hover:before {
  transition: all .4s linear 0s;
  -webkit-transform: translate(0, 0) scale(1.01);
  -khtml-transform: translate(0, 0) scale(1.01);
  -moz-transform: translate(0, 0) scale(1.01);
  -ms-transform: translate(0, 0) scale(1.01);
  transform: translate(0, 0) scale(1.01);
}
footer .aplication-sections .aplication-cell:last-child > button:hover:after,
footer.site-footer .aplication-sections .aplication-cell:last-child > button:hover:after {
  transition: all .4s linear .2s;
  -webkit-transform: translate(0, 0) scale(1.02);
  -khtml-transform: translate(0, 0) scale(1.02);
  -moz-transform: translate(0, 0) scale(1.02);
  -ms-transform: translate(0, 0) scale(1.02);
  transform: translate(0, 0) scale(1.02);
}
@media screen and (max-width: 768px) {
  footer .aplication-sections .aplication-cell,
  footer.site-footer .aplication-sections .aplication-cell {
    text-align: center !important;
  }
}
footer .aplication-title,
footer.site-footer .aplication-title {
  background-color: #222222;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  padding: 25px 0 24px;
}
footer .aplication-title .payment,
footer.site-footer .aplication-title .payment {
  text-align: right;
}
footer .aplication-title .payment img,
footer.site-footer .aplication-title .payment img {
  margin-right: 20px;
}
footer .aplication-title .payment img:last-child,
footer.site-footer .aplication-title .payment img:last-child {
  margin-right: 0;
}
footer .social-section,
footer.site-footer .social-section {
  background-color: #222222;
  border-top: 1px solid #333333;
}
footer .social-section .social.network,
footer.site-footer .social-section .social.network {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-display: flex;
  -khtml-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -khtml-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -khtml-box-lines: multiple;
  -webkit-lines: multiple;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-box-lines: multiple;
  -o-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -khtml-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -khtml-box-align: start;
  -moz-box-align: start;
  -ms-box-align: start;
  box-align: start;
}
footer .social-section .social.network > div,
footer.site-footer .social-section .social.network > div {
  line-height: 67px;
  padding: 0 0;
  background-color: transparent;
  width: 100%;
  max-width: 190.178px;
  text-align: center;
  border: 1px solid #333333;
  transition: all .3s linear 0s;
  margin-right: -1px;
  margin-top: -1px;
}
footer .social-section .social.network > div:first-child,
footer.site-footer .social-section .social.network > div:first-child {
  border-color: transparent;
}
footer .social-section .social.network > div:last-child,
footer.site-footer .social-section .social.network > div:last-child {
  border-color: transparent;
}
footer .social-section .social.network > div:hover,
footer.site-footer .social-section .social.network > div:hover {
  background-color: rgba(229, 229, 229, 0.15);
}
footer .social-section .social.network > div span,
footer.site-footer .social-section .social.network > div span {
  display: block;
}
footer .social-section .social.network > div span a,
footer.site-footer .social-section .social.network > div span a {
  display: block;
}
footer .social-section .social.network > div span a i,
footer.site-footer .social-section .social.network > div span a i {
  color: #888888;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0;
  margin: 0;
  padding-top: 5px;
  font-family: "Open Sans", sans-serif;
}
footer .social-section .social.network > div span a i:before,
footer.site-footer .social-section .social.network > div span a i:before {
  content: none;
}
footer .sidebar-container > .sidebar-inner > .widget-area .widget,
footer.site-footer .sidebar-container > .sidebar-inner > .widget-area .widget {
  margin: 0;
}
html {
  overflow-y: scroll;
}
@keyframes cssload-animation1 {
  0% {
    transform: rotate(20deg);
  }
  100% {
    transform: rotate(380deg);
  }
}
@-webkit-keyframes cssload-animation1 {
  0% {
    -webkit-transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(380deg);
  }
}
@keyframes cssload-animation2 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes cssload-animation2 {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  z-index: 9999;
  height: 100%;
}
#preloader #status {
  width: 49px;
  height: 49px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#preloader #status:before {
  content: " ";
  width: 49px;
  height: 49px;
  position: absolute;
  border: 3px solid #222222;
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  animation: spin 575ms infinite linear;
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.site .site-main {
  position: relative;
  z-index: 1;
}
#content::after {
  content: "";
  display: table;
  clear: both;
}
.page-template-default .content-area {
  padding-top: 0;
}
.container {
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box;
}
@media (max-width: 786px) {
  .container {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}
@media (min-width: 786px) {
  .container {
    max-width: 750px !important;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 970px !important;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px !important;
  }
}
.container.active-sidebar {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.container.active-sidebar #primary {
  width: 67%;
  display: table-cell;
  vertical-align: top;
  height: 100%;
}
.container.active-sidebar #tertiary {
  width: 33%;
  display: table-cell;
  vertical-align: top;
  height: 100%;
}
.container.active-sidebar #tertiary .sidebar-inner {
  margin-right: 30px;
  position: relative;
  z-index: 3;
}
.container.active-sidebar #primary + #tertiary .sidebar-inner {
  margin-right: 0;
  margin-left: 30px;
}
.container.active-sidebar .entry.page {
  padding: 30px;
  background-color: #ffffff;
}
.container::after {
  content: "";
  display: table;
  clear: both;
}
.container.active-sidebar {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.container.active-sidebar #primary {
  width: 67%;
  display: table-cell;
  vertical-align: top;
  height: 100%;
}
.container.active-sidebar #tertiary {
  width: 33%;
  display: table-cell;
  vertical-align: top;
  height: 100%;
}
.container.active-sidebar #tertiary .sidebar-inner {
  margin-right: 30px;
  position: relative;
  z-index: 3;
}
.container.active-sidebar #primary + #tertiary .sidebar-inner {
  margin-right: 0;
  margin-left: 30px;
}
.container.active-sidebar .entry.page {
  padding: 30px;
  background-color: #ffffff;
}
.container-fluid {
  padding: 0 45px !important;
}
@media (max-width: 992px) {
  .site-main .container.active-sidebar.left {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-display: flex;
    -khtml-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -ms-box-direction: reverse;
    -o-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -khtml-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .container.active-sidebar {
    display: block;
  }
  .container.active-sidebar #primary {
    width: auto;
    display: block;
    padding-bottom: 30px;
  }
  .container.active-sidebar #tertiary {
    width: auto;
    display: block;
  }
  .container.active-sidebar #tertiary .sidebar-inner {
    margin-right: 0;
  }
  .container.active-sidebar #primary + #tertiary .sidebar-inner {
    margin-right: 0;
    margin-left: 0;
  }
}
.social_connect_ui {
  margin-bottom: 5px;
}
.social_connect_ui .comment-form-social-connect {
  margin: 0;
}
#main.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}
#main.fixed > div #primary {
  position: absolute;
  top: 0;
  left: 0;
  right: 60%;
  bottom: 0;
  display: block;
}
#main.fixed > div #primary #content {
  overflow-x: hidden;
  overflow-y: scroll;
  height: 100%;
  position: relative;
  padding: 30px;
  box-sizing: border-box;
  background-color: #ffffff;
}
#main.fixed > div #primary #content .after-shop-loop {
  display: none;
}
#main.fixed > div #tertiary {
  position: absolute;
  top: 0;
  left: 40%;
  right: 0;
  bottom: 0;
  display: block;
}
#main.fixed > div #tertiary .azl-map-wrapper {
  height: 100%;
}
#main.fixed > div #tertiary .azl-map-wrapper .controls {
  top: 30px;
}
#main.fixed > div #tertiary .azl-map-wrapper .controls > div,
#main.fixed > div #tertiary .azl-map-wrapper .controls > a {
  margin-left: 30px;
}
#main.fixed > div #tertiary .azl-map-wrapper .controls .fullscreen {
  display: none;
}
#main.fixed > div #tertiary .azl-map-wrapper .azl-map {
  height: 100%;
}
@media (max-width: 1600px) {
  #main.fixed > div #primary {
    right: 55%;
  }
  #main.fixed > div #tertiary {
    left: 45%;
  }
}
@media (max-width: 1400px) {
  #main.fixed > div #primary {
    right: 50%;
  }
  #main.fixed > div #tertiary {
    left: 50%;
  }
}
@media (max-width: 1200px) {
  #main.fixed > div #primary {
    right: 45%;
  }
  #main.fixed > div #tertiary {
    left: 55%;
  }
}
@media (max-width: 1100px) {
  #main.fixed > div #primary {
    right: 35%;
  }
  #main.fixed > div #tertiary {
    left: 65%;
  }
}
@media (max-width: 1000px) {
  #main.fixed > div #primary {
    right: 30%;
  }
  #main.fixed > div #tertiary {
    left: 70%;
  }
}
@media (max-width: 900px) {
  #main.fixed > div #primary {
    right: 25%;
  }
  #main.fixed > div #tertiary {
    left: 75%;
  }
}
@media (max-width: 786px) {
  #main.fixed {
    position: static;
  }
  #main.fixed > div #primary {
    position: static;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    display: block;
  }
  #main.fixed > div #primary #content {
    overflow: visible;
    height: auto;
    position: relative;
    padding: 15px;
    box-sizing: border-box;
  }
  #main.fixed > div #primary #content .after-shop-loop {
    display: none;
  }
  #main.fixed > div #tertiary {
    display: none;
  }
  #main.fixed.gmap-triggered {
    position: fixed;
  }
  #main.fixed.gmap-triggered > div #primary {
    display: none;
  }
  #main.fixed.gmap-triggered > div #tertiary {
    left: 0 !important;
    display: block;
  }
  #main.fixed.gmap-triggered > div #tertiary .azl-map-wrapper .controls {
    top: 30px;
  }
  #main.fixed.gmap-triggered > div #tertiary .azl-map-wrapper .controls > div,
  #main.fixed.gmap-triggered > div #tertiary .azl-map-wrapper .controls > a {
    margin-left: 0;
  }
}
body {
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.5px;
  font-size: 15.5px;
  color: #333333;
  font-weight: 400;
  line-height: 1.6;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
.h1:first-child,
.h2:first-child,
.h3:first-child,
.h4:first-child,
.h5:first-child,
.h6:first-child {
  margin-top: 0;
}
h1,
.h1 {
  font-size: 40px;
}
h2,
.h2 {
  font-size: 28px;
}
h3,
.h3 {
  font-size: 21px;
}
h4,
.h4 {
  font-size: 17px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p,
.p {
  margin-bottom: 21px;
}
p:last-child,
.p:last-child {
  margin-bottom: 0;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}
a {
  -webkit-transition: all 0.2s ease;
  -khtml-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #333333;
  text-decoration: none;
}
a:focus,
a:hover {
  color: #666666;
  outline: 0;
  text-decoration: none;
}
a:focus {
  color: #81b441;
}
a:active,
a:focus,
button::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=file] > input[type=button]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
select::-moz-focus-inner {
  outline: 0;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #f5f5f5;
}
strong,
b {
  font-weight: 700;
  color: #333333;
}
dfn,
cite,
em {
  font-style: italic;
}
blockquote {
  font-size: 22px;
  font-style: italic;
  font-family: "Droid Serif";
  margin: 30px 0;
  padding: 0 39px;
}
blockquote p {
  font-family: "Droid Serif";
  font-size: 22px;
  line-height: 1.8;
  color: #222222;
  font-weight: 400;
  margin: 0;
}
blockquote cite {
  display: block;
  font-style: normal;
  text-transform: capitalize;
  color: #81b441;
  font-size: 12px;
  margin-top: 6px;
}
address {
  margin: 0 0 1.6em;
  color: #333333;
}
code,
kbd,
tt,
var,
samp,
pre {
  font-family: monospace;
  -webkit-hyphens: none;
  -khtml-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
pre {
  background-color: transparent;
  border: 1px solid #bbbbbb;
  line-height: 1.2;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 0.8em;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
abbr[title] {
  border-bottom: 1px dotted #dddddd;
  cursor: help;
}
mark,
ins {
  background-color: #f5f5f5;
  text-decoration: none;
}
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
.alignleft {
  display: inline;
  float: left;
}
.alignright {
  display: inline;
  float: right;
}
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
  margin: 0.4em 1.6em 1.6em 0;
}
blockquote.alignright,
.wp-caption.alignright,
img.alignright {
  margin: 0.4em 0 1.6em 1.6em;
}
blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
  clear: both;
  text-align: center;
  margin-top: 0.4em;
  margin-bottom: 1.6em;
}
.wp-caption {
  width: auto !important;
}
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
  margin-bottom: 1.2em;
}
.wp-caption .wp-caption-text {
  color: #81b441;
  font-weight: 600;
}
dl {
  margin-bottom: 1.6em;
}
dl dt {
  font-weight: bold;
}
dl dd {
  margin-bottom: 1.6em;
}
img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
figure {
  margin: 0;
}
del {
  opacity: 0.5;
}
.entry .entry-content .dark ul:not([class]):not([id]):not([style]) > li:not([class]):not([id]):not([style]),
#comments .comment-list li.comment .comment-data .dark ul:not([class]):not([id]):not([style]) > li:not([class]):not([id]):not([style]),
#tab-description .dark ul:not([class]):not([id]):not([style]) > li:not([class]):not([id]):not([style]) {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAABDElEQVRIS+2VXRHCMBCEdxWABCTggOIACcUBOAAHOEACdQASqANwUBQccyVlQmmSpg1v9K0zd/vdb4748UcRKQBMRnLWJG+2hojMASwUIADuAD4MIoDqtyFZNT5G/Azg0QD2JHcRok5TS1yDzpICvsTJKhmgS1zTTAJwiScB+MRHA0LiowB9xL0AI3Cz57tjzl+jaO1Ae36dTTYLeAWwdCxRp7iIzOrIzWb7ADmAI4A3pE9ZROQCoCK5CvZARGzIFsDJPCvOshiAZpAFAWpgQfS3DNU8GmBBNOXc11BjqyXqn0HsAzgogxjIHxCslqtEevaGnsw2VG9xae+BHv1pMLQ4g4LkoR7XOL946yf9CgN+843qBQAAAABJRU5ErkJggg==') 0 10px no-repeat;
}
.entry .entry-content ul:not([class]):not([id]):not([style]),
#comments .comment-list li.comment .comment-data ul:not([class]):not([id]):not([style]),
#tab-description ul:not([class]):not([id]):not([style]) {
  margin-top: 18px;
  padding: 0;
}
.entry .entry-content ul:not([class]):not([id]):not([style]) > li:not([class]):not([id]):not([style]),
#comments .comment-list li.comment .comment-data ul:not([class]):not([id]):not([style]) > li:not([class]):not([id]):not([style]),
#tab-description ul:not([class]):not([id]):not([style]) > li:not([class]):not([id]):not([style]) {
  padding: 0px 0 0px 50px;
  list-style: none;
  margin-bottom: 18px;
  line-height: 1.5;
  position: relative;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAA/ElEQVRIS+2VURHCMBAFtwpAAhJwADhAAjgAB+AAB0gAByABHIADUADzOr2ZtCRNSsMf/e1l9y65Swp+/BXAERj09CyBW4MxBiYSvIC7JyDVKfAKeDgLBD8BTxNsgU0qMRJncCU9zS2owVVVTsEHXJXmEnjhuQRBeA5BK7yvIAqPCQRQj7v9bR2aBI8JNIAXYBYYorLPPQmMqizKyW7rogWwb0hSMj9X0nlMoP+uZA0cqmvFl7ltnwT6FJM0ByZR/DWwLe7t0VlglahkyXyH3lvQ5R78qoK/gJwPjvcMNHXNN7XLvruxGkZr53IO9OgPv6UF1om5s0HLzK7j3pP6bXjnlMxqAAAAAElFTkSuQmCC') 20px 1px no-repeat;
  background-size: 20px;
}
.entry .entry-content ol:not([class]):not([id]):not([style]),
#comments .comment-list li.comment .comment-data ol:not([class]):not([id]):not([style]),
#tab-description ol:not([class]):not([id]):not([style]) {
  margin-top: 18px;
  padding: 0;
}
.entry .entry-content ol:not([class]):not([id]):not([style]) > li:not([class]):not([id]):not([style]),
#comments .comment-list li.comment .comment-data ol:not([class]):not([id]):not([style]) > li:not([class]):not([id]):not([style]),
#tab-description ol:not([class]):not([id]):not([style]) > li:not([class]):not([id]):not([style]) {
  counter-increment: olCount;
  padding: 0px 0 0px 50px;
  list-style: none;
  margin-bottom: 18px;
  line-height: 1.5;
  position: relative;
}
.entry .entry-content ol:not([class]):not([id]):not([style]) > li:not([class]):not([id]):not([style])::before,
#comments .comment-list li.comment .comment-data ol:not([class]):not([id]):not([style]) > li:not([class]):not([id]):not([style])::before,
#tab-description ol:not([class]):not([id]):not([style]) > li:not([class]):not([id]):not([style])::before {
  content: counter(olCount);
  display: inline-block;
  position: absolute;
  min-width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  background-color: #333333;
  font-size: 11px;
  font-weight: 600;
  color: #ffffff;
  border-radius: 100%;
  left: 20px;
  margin-top: 0;
}
.entry .entry-content table,
#comments .comment-list li.comment .comment-data table,
#tab-description table {
  margin-bottom: 20px;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  table-layout: auto;
  width: 100%;
}
.entry .entry-content table caption,
#comments .comment-list li.comment .comment-data table caption,
#tab-description table caption {
  margin-bottom: 18px;
  color: #000000;
  line-height: 1;
}
.entry .entry-content table thead,
#comments .comment-list li.comment .comment-data table thead,
#tab-description table thead {
  background-color: #222222;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
}
.entry .entry-content table thead tr th,
#comments .comment-list li.comment .comment-data table thead tr th,
#tab-description table thead tr th,
.entry .entry-content table thead tr td,
#comments .comment-list li.comment .comment-data table thead tr td,
#tab-description table thead tr td {
  padding: 10px 20px;
  border: 1px solid #f0f0f0;
}
.entry .entry-content table tbody tr th,
#comments .comment-list li.comment .comment-data table tbody tr th,
#tab-description table tbody tr th,
.entry .entry-content table tbody tr td,
#comments .comment-list li.comment .comment-data table tbody tr td,
#tab-description table tbody tr td {
  padding: 10px 20px;
  border: 1px solid #f0f0f0;
}
.entry .entry-content table tbody tr th a,
#comments .comment-list li.comment .comment-data table tbody tr th a,
#tab-description table tbody tr th a,
.entry .entry-content table tbody tr td a,
#comments .comment-list li.comment .comment-data table tbody tr td a,
#tab-description table tbody tr td a {
  color: #81b441;
}
.entry .entry-content table tfoot tr th,
#comments .comment-list li.comment .comment-data table tfoot tr th,
#tab-description table tfoot tr th,
.entry .entry-content table tfoot tr td,
#comments .comment-list li.comment .comment-data table tfoot tr td,
#tab-description table tfoot tr td {
  padding: 10px 20px;
  border: 1px solid #f0f0f0;
}
.entry .entry-content table tfoot tr th a,
#comments .comment-list li.comment .comment-data table tfoot tr th a,
#tab-description table tfoot tr th a,
.entry .entry-content table tfoot tr td a,
#comments .comment-list li.comment .comment-data table tfoot tr td a,
#tab-description table tfoot tr td a {
  color: #81b441;
}
@media (max-width: 786px) {
  .entry .entry-content table,
  #comments .comment-list li.comment .comment-data table,
  #tab-description table {
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    table-layout: auto;
    width: 100%;
  }
  .entry .entry-content table caption,
  #comments .comment-list li.comment .comment-data table caption,
  #tab-description table caption {
    margin-bottom: 18px;
    color: #000000;
    line-height: 1;
  }
  .entry .entry-content table thead,
  #comments .comment-list li.comment .comment-data table thead,
  #tab-description table thead {
    background-color: #222222;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
  }
  .entry .entry-content table thead tr th,
  #comments .comment-list li.comment .comment-data table thead tr th,
  #tab-description table thead tr th,
  .entry .entry-content table thead tr td,
  #comments .comment-list li.comment .comment-data table thead tr td,
  #tab-description table thead tr td {
    padding: 5px 10px;
    border: 1px solid #f0f0f0;
  }
  .entry .entry-content table tbody tr th,
  #comments .comment-list li.comment .comment-data table tbody tr th,
  #tab-description table tbody tr th,
  .entry .entry-content table tbody tr td,
  #comments .comment-list li.comment .comment-data table tbody tr td,
  #tab-description table tbody tr td {
    padding: 5px 10px;
    border: 1px solid #f0f0f0;
  }
  .entry .entry-content table tbody tr th a,
  #comments .comment-list li.comment .comment-data table tbody tr th a,
  #tab-description table tbody tr th a,
  .entry .entry-content table tbody tr td a,
  #comments .comment-list li.comment .comment-data table tbody tr td a,
  #tab-description table tbody tr td a {
    color: #81b441;
  }
  .entry .entry-content table tfoot tr th,
  #comments .comment-list li.comment .comment-data table tfoot tr th,
  #tab-description table tfoot tr th,
  .entry .entry-content table tfoot tr td,
  #comments .comment-list li.comment .comment-data table tfoot tr td,
  #tab-description table tfoot tr td {
    padding: 5px 10px;
    border: 1px solid #f0f0f0;
  }
  .entry .entry-content table tfoot tr th a,
  #comments .comment-list li.comment .comment-data table tfoot tr th a,
  #tab-description table tfoot tr th a,
  .entry .entry-content table tfoot tr td a,
  #comments .comment-list li.comment .comment-data table tfoot tr td a,
  #tab-description table tfoot tr td a {
    color: #81b441;
  }
}
.entry .entry-content .gallery,
#comments .comment-list li.comment .comment-data .gallery,
#tab-description .gallery {
  width: 100%;
  margin: 0;
}
.entry .entry-content .gallery .gallery-item,
#comments .comment-list li.comment .comment-data .gallery .gallery-item,
#tab-description .gallery .gallery-item {
  overflow: hidden;
  float: left;
  text-align: center;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 2px;
  padding-top: 2px;
  box-sizing: border-box;
}
.entry .entry-content .gallery .gallery-item img,
#comments .comment-list li.comment .comment-data .gallery .gallery-item img,
#tab-description .gallery .gallery-item img {
  display: block;
  width: 100%;
  height: auto;
}
.entry .entry-content .gallery .gallery-item .gallery-caption,
#comments .comment-list li.comment .comment-data .gallery .gallery-item .gallery-caption,
#tab-description .gallery .gallery-item .gallery-caption {
  background-color: #000000;
  color: #ffffff;
  font-size: 11px;
  padding: 10px;
  text-align: left;
  margin: 0;
  bottom: 0;
  left: 0;
  right: 2px;
  position: absolute;
  line-height: 1.3;
  -webkit-transition: all 0.2s ease;
  -khtml-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translate(0, 100%);
  -khtml-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
}
.entry .entry-content .gallery .gallery-item:hover .gallery-caption,
#comments .comment-list li.comment .comment-data .gallery .gallery-item:hover .gallery-caption,
#tab-description .gallery .gallery-item:hover .gallery-caption {
  -webkit-transform: translate(0, 0);
  -khtml-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.entry .entry-content .gallery.gallery-columns-5 .gallery-caption,
#comments .comment-list li.comment .comment-data .gallery.gallery-columns-5 .gallery-caption,
#tab-description .gallery.gallery-columns-5 .gallery-caption,
.entry .entry-content .gallery.gallery-columns-6 .gallery-caption,
#comments .comment-list li.comment .comment-data .gallery.gallery-columns-6 .gallery-caption,
#tab-description .gallery.gallery-columns-6 .gallery-caption,
.entry .entry-content .gallery.gallery-columns-7 .gallery-caption,
#comments .comment-list li.comment .comment-data .gallery.gallery-columns-7 .gallery-caption,
#tab-description .gallery.gallery-columns-7 .gallery-caption,
.entry .entry-content .gallery.gallery-columns-8 .gallery-caption,
#comments .comment-list li.comment .comment-data .gallery.gallery-columns-8 .gallery-caption,
#tab-description .gallery.gallery-columns-8 .gallery-caption,
.entry .entry-content .gallery.gallery-columns-9 .gallery-caption,
#comments .comment-list li.comment .comment-data .gallery.gallery-columns-9 .gallery-caption,
#tab-description .gallery.gallery-columns-9 .gallery-caption {
  display: none;
}
.entry .entry-content .gallery.gallery-columns-1 .gallery-item,
#comments .comment-list li.comment .comment-data .gallery.gallery-columns-1 .gallery-item,
#tab-description .gallery.gallery-columns-1 .gallery-item {
  width: 100%;
}
.entry .entry-content .gallery.gallery-columns-2 .gallery-item,
#comments .comment-list li.comment .comment-data .gallery.gallery-columns-2 .gallery-item,
#tab-description .gallery.gallery-columns-2 .gallery-item {
  width: 50%;
}
.entry .entry-content .gallery.gallery-columns-3 .gallery-item,
#comments .comment-list li.comment .comment-data .gallery.gallery-columns-3 .gallery-item,
#tab-description .gallery.gallery-columns-3 .gallery-item {
  width: 33.3333%;
}
.entry .entry-content .gallery.gallery-columns-4 .gallery-item,
#comments .comment-list li.comment .comment-data .gallery.gallery-columns-4 .gallery-item,
#tab-description .gallery.gallery-columns-4 .gallery-item {
  width: 25%;
}
.entry .entry-content .gallery.gallery-columns-5 .gallery-item,
#comments .comment-list li.comment .comment-data .gallery.gallery-columns-5 .gallery-item,
#tab-description .gallery.gallery-columns-5 .gallery-item {
  width: 20%;
}
.entry .entry-content .gallery.gallery-columns-6 .gallery-item,
#comments .comment-list li.comment .comment-data .gallery.gallery-columns-6 .gallery-item,
#tab-description .gallery.gallery-columns-6 .gallery-item {
  width: 16.66666666%;
}
.entry .entry-content .gallery.gallery-columns-7 .gallery-item,
#comments .comment-list li.comment .comment-data .gallery.gallery-columns-7 .gallery-item,
#tab-description .gallery.gallery-columns-7 .gallery-item {
  width: 14.285714286%;
}
.entry .entry-content .gallery.gallery-columns-8 .gallery-item,
#comments .comment-list li.comment .comment-data .gallery.gallery-columns-8 .gallery-item,
#tab-description .gallery.gallery-columns-8 .gallery-item {
  width: 12.5%;
}
.entry .entry-content .gallery.gallery-columns-9 .gallery-item,
#comments .comment-list li.comment .comment-data .gallery.gallery-columns-9 .gallery-item,
#tab-description .gallery.gallery-columns-9 .gallery-item {
  width: 11.111111111%;
}
.site-content input[type="text"],
.sidebar-container input[type="text"],
.woocommerce input[type="text"],
.search-wrapper input[type="text"],
.wpcf7 input[type="text"],
.header-my-account input[type="text"],
.site-content input[type="password"],
.sidebar-container input[type="password"],
.woocommerce input[type="password"],
.search-wrapper input[type="password"],
.wpcf7 input[type="password"],
.header-my-account input[type="password"],
.site-content input[type="email"],
.sidebar-container input[type="email"],
.woocommerce input[type="email"],
.search-wrapper input[type="email"],
.wpcf7 input[type="email"],
.header-my-account input[type="email"],
.site-content input[type="search"],
.sidebar-container input[type="search"],
.woocommerce input[type="search"],
.search-wrapper input[type="search"],
.wpcf7 input[type="search"],
.header-my-account input[type="search"],
.site-content input[type="number"],
.sidebar-container input[type="number"],
.woocommerce input[type="number"],
.search-wrapper input[type="number"],
.wpcf7 input[type="number"],
.header-my-account input[type="number"],
.site-content input[type="date"],
.sidebar-container input[type="date"],
.woocommerce input[type="date"],
.search-wrapper input[type="date"],
.wpcf7 input[type="date"],
.header-my-account input[type="date"],
.site-content select,
.sidebar-container select,
.woocommerce select,
.search-wrapper select,
.wpcf7 select,
.header-my-account select,
.site-content textarea,
.sidebar-container textarea,
.woocommerce textarea,
.search-wrapper textarea,
.wpcf7 textarea,
.header-my-account textarea,
.site-content input[type="tel"],
.sidebar-container input[type="tel"],
.woocommerce input[type="tel"],
.search-wrapper input[type="tel"],
.wpcf7 input[type="tel"],
.header-my-account input[type="tel"] {
  font-family: "Open Sans", sans-serif;
  display: block;
  width: 100%;
  height: 40px;
  border: 1px solid #f0f0f0;
  background-color: #ffffff;
  background-image: none;
  box-shadow: none;
  color: #888888;
  box-sizing: border-box;
  padding: 10px 19px;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0;
  border-radius: 3px;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none !important;
}
.site-content input[type="text"]:placeholder,
.sidebar-container input[type="text"]:placeholder,
.woocommerce input[type="text"]:placeholder,
.search-wrapper input[type="text"]:placeholder,
.wpcf7 input[type="text"]:placeholder,
.header-my-account input[type="text"]:placeholder,
.site-content input[type="password"]:placeholder,
.sidebar-container input[type="password"]:placeholder,
.woocommerce input[type="password"]:placeholder,
.search-wrapper input[type="password"]:placeholder,
.wpcf7 input[type="password"]:placeholder,
.header-my-account input[type="password"]:placeholder,
.site-content input[type="email"]:placeholder,
.sidebar-container input[type="email"]:placeholder,
.woocommerce input[type="email"]:placeholder,
.search-wrapper input[type="email"]:placeholder,
.wpcf7 input[type="email"]:placeholder,
.header-my-account input[type="email"]:placeholder,
.site-content input[type="search"]:placeholder,
.sidebar-container input[type="search"]:placeholder,
.woocommerce input[type="search"]:placeholder,
.search-wrapper input[type="search"]:placeholder,
.wpcf7 input[type="search"]:placeholder,
.header-my-account input[type="search"]:placeholder,
.site-content input[type="number"]:placeholder,
.sidebar-container input[type="number"]:placeholder,
.woocommerce input[type="number"]:placeholder,
.search-wrapper input[type="number"]:placeholder,
.wpcf7 input[type="number"]:placeholder,
.header-my-account input[type="number"]:placeholder,
.site-content input[type="date"]:placeholder,
.sidebar-container input[type="date"]:placeholder,
.woocommerce input[type="date"]:placeholder,
.search-wrapper input[type="date"]:placeholder,
.wpcf7 input[type="date"]:placeholder,
.header-my-account input[type="date"]:placeholder,
.site-content select:placeholder,
.sidebar-container select:placeholder,
.woocommerce select:placeholder,
.search-wrapper select:placeholder,
.wpcf7 select:placeholder,
.header-my-account select:placeholder,
.site-content textarea:placeholder,
.sidebar-container textarea:placeholder,
.woocommerce textarea:placeholder,
.search-wrapper textarea:placeholder,
.wpcf7 textarea:placeholder,
.header-my-account textarea:placeholder,
.site-content input[type="tel"]:placeholder,
.sidebar-container input[type="tel"]:placeholder,
.woocommerce input[type="tel"]:placeholder,
.search-wrapper input[type="tel"]:placeholder,
.wpcf7 input[type="tel"]:placeholder,
.header-my-account input[type="tel"]:placeholder {
  color: #888888;
}
.site-content input[type="text"]::placeholder,
.sidebar-container input[type="text"]::placeholder,
.woocommerce input[type="text"]::placeholder,
.search-wrapper input[type="text"]::placeholder,
.wpcf7 input[type="text"]::placeholder,
.header-my-account input[type="text"]::placeholder,
.site-content input[type="password"]::placeholder,
.sidebar-container input[type="password"]::placeholder,
.woocommerce input[type="password"]::placeholder,
.search-wrapper input[type="password"]::placeholder,
.wpcf7 input[type="password"]::placeholder,
.header-my-account input[type="password"]::placeholder,
.site-content input[type="email"]::placeholder,
.sidebar-container input[type="email"]::placeholder,
.woocommerce input[type="email"]::placeholder,
.search-wrapper input[type="email"]::placeholder,
.wpcf7 input[type="email"]::placeholder,
.header-my-account input[type="email"]::placeholder,
.site-content input[type="search"]::placeholder,
.sidebar-container input[type="search"]::placeholder,
.woocommerce input[type="search"]::placeholder,
.search-wrapper input[type="search"]::placeholder,
.wpcf7 input[type="search"]::placeholder,
.header-my-account input[type="search"]::placeholder,
.site-content input[type="number"]::placeholder,
.sidebar-container input[type="number"]::placeholder,
.woocommerce input[type="number"]::placeholder,
.search-wrapper input[type="number"]::placeholder,
.wpcf7 input[type="number"]::placeholder,
.header-my-account input[type="number"]::placeholder,
.site-content input[type="date"]::placeholder,
.sidebar-container input[type="date"]::placeholder,
.woocommerce input[type="date"]::placeholder,
.search-wrapper input[type="date"]::placeholder,
.wpcf7 input[type="date"]::placeholder,
.header-my-account input[type="date"]::placeholder,
.site-content select::placeholder,
.sidebar-container select::placeholder,
.woocommerce select::placeholder,
.search-wrapper select::placeholder,
.wpcf7 select::placeholder,
.header-my-account select::placeholder,
.site-content textarea::placeholder,
.sidebar-container textarea::placeholder,
.woocommerce textarea::placeholder,
.search-wrapper textarea::placeholder,
.wpcf7 textarea::placeholder,
.header-my-account textarea::placeholder,
.site-content input[type="tel"]::placeholder,
.sidebar-container input[type="tel"]::placeholder,
.woocommerce input[type="tel"]::placeholder,
.search-wrapper input[type="tel"]::placeholder,
.wpcf7 input[type="tel"]::placeholder,
.header-my-account input[type="tel"]::placeholder {
  color: #888888;
}
.site-content input[type="text"]::-webkit-input-placeholder,
.sidebar-container input[type="text"]::-webkit-input-placeholder,
.woocommerce input[type="text"]::-webkit-input-placeholder,
.search-wrapper input[type="text"]::-webkit-input-placeholder,
.wpcf7 input[type="text"]::-webkit-input-placeholder,
.header-my-account input[type="text"]::-webkit-input-placeholder,
.site-content input[type="password"]::-webkit-input-placeholder,
.sidebar-container input[type="password"]::-webkit-input-placeholder,
.woocommerce input[type="password"]::-webkit-input-placeholder,
.search-wrapper input[type="password"]::-webkit-input-placeholder,
.wpcf7 input[type="password"]::-webkit-input-placeholder,
.header-my-account input[type="password"]::-webkit-input-placeholder,
.site-content input[type="email"]::-webkit-input-placeholder,
.sidebar-container input[type="email"]::-webkit-input-placeholder,
.woocommerce input[type="email"]::-webkit-input-placeholder,
.search-wrapper input[type="email"]::-webkit-input-placeholder,
.wpcf7 input[type="email"]::-webkit-input-placeholder,
.header-my-account input[type="email"]::-webkit-input-placeholder,
.site-content input[type="search"]::-webkit-input-placeholder,
.sidebar-container input[type="search"]::-webkit-input-placeholder,
.woocommerce input[type="search"]::-webkit-input-placeholder,
.search-wrapper input[type="search"]::-webkit-input-placeholder,
.wpcf7 input[type="search"]::-webkit-input-placeholder,
.header-my-account input[type="search"]::-webkit-input-placeholder,
.site-content input[type="number"]::-webkit-input-placeholder,
.sidebar-container input[type="number"]::-webkit-input-placeholder,
.woocommerce input[type="number"]::-webkit-input-placeholder,
.search-wrapper input[type="number"]::-webkit-input-placeholder,
.wpcf7 input[type="number"]::-webkit-input-placeholder,
.header-my-account input[type="number"]::-webkit-input-placeholder,
.site-content input[type="date"]::-webkit-input-placeholder,
.sidebar-container input[type="date"]::-webkit-input-placeholder,
.woocommerce input[type="date"]::-webkit-input-placeholder,
.search-wrapper input[type="date"]::-webkit-input-placeholder,
.wpcf7 input[type="date"]::-webkit-input-placeholder,
.header-my-account input[type="date"]::-webkit-input-placeholder,
.site-content select::-webkit-input-placeholder,
.sidebar-container select::-webkit-input-placeholder,
.woocommerce select::-webkit-input-placeholder,
.search-wrapper select::-webkit-input-placeholder,
.wpcf7 select::-webkit-input-placeholder,
.header-my-account select::-webkit-input-placeholder,
.site-content textarea::-webkit-input-placeholder,
.sidebar-container textarea::-webkit-input-placeholder,
.woocommerce textarea::-webkit-input-placeholder,
.search-wrapper textarea::-webkit-input-placeholder,
.wpcf7 textarea::-webkit-input-placeholder,
.header-my-account textarea::-webkit-input-placeholder,
.site-content input[type="tel"]::-webkit-input-placeholder,
.sidebar-container input[type="tel"]::-webkit-input-placeholder,
.woocommerce input[type="tel"]::-webkit-input-placeholder,
.search-wrapper input[type="tel"]::-webkit-input-placeholder,
.wpcf7 input[type="tel"]::-webkit-input-placeholder,
.header-my-account input[type="tel"]::-webkit-input-placeholder {
  color: #888888;
}
.site-content input[type="text"]::-moz-placeholder,
.sidebar-container input[type="text"]::-moz-placeholder,
.woocommerce input[type="text"]::-moz-placeholder,
.search-wrapper input[type="text"]::-moz-placeholder,
.wpcf7 input[type="text"]::-moz-placeholder,
.header-my-account input[type="text"]::-moz-placeholder,
.site-content input[type="password"]::-moz-placeholder,
.sidebar-container input[type="password"]::-moz-placeholder,
.woocommerce input[type="password"]::-moz-placeholder,
.search-wrapper input[type="password"]::-moz-placeholder,
.wpcf7 input[type="password"]::-moz-placeholder,
.header-my-account input[type="password"]::-moz-placeholder,
.site-content input[type="email"]::-moz-placeholder,
.sidebar-container input[type="email"]::-moz-placeholder,
.woocommerce input[type="email"]::-moz-placeholder,
.search-wrapper input[type="email"]::-moz-placeholder,
.wpcf7 input[type="email"]::-moz-placeholder,
.header-my-account input[type="email"]::-moz-placeholder,
.site-content input[type="search"]::-moz-placeholder,
.sidebar-container input[type="search"]::-moz-placeholder,
.woocommerce input[type="search"]::-moz-placeholder,
.search-wrapper input[type="search"]::-moz-placeholder,
.wpcf7 input[type="search"]::-moz-placeholder,
.header-my-account input[type="search"]::-moz-placeholder,
.site-content input[type="number"]::-moz-placeholder,
.sidebar-container input[type="number"]::-moz-placeholder,
.woocommerce input[type="number"]::-moz-placeholder,
.search-wrapper input[type="number"]::-moz-placeholder,
.wpcf7 input[type="number"]::-moz-placeholder,
.header-my-account input[type="number"]::-moz-placeholder,
.site-content input[type="date"]::-moz-placeholder,
.sidebar-container input[type="date"]::-moz-placeholder,
.woocommerce input[type="date"]::-moz-placeholder,
.search-wrapper input[type="date"]::-moz-placeholder,
.wpcf7 input[type="date"]::-moz-placeholder,
.header-my-account input[type="date"]::-moz-placeholder,
.site-content select::-moz-placeholder,
.sidebar-container select::-moz-placeholder,
.woocommerce select::-moz-placeholder,
.search-wrapper select::-moz-placeholder,
.wpcf7 select::-moz-placeholder,
.header-my-account select::-moz-placeholder,
.site-content textarea::-moz-placeholder,
.sidebar-container textarea::-moz-placeholder,
.woocommerce textarea::-moz-placeholder,
.search-wrapper textarea::-moz-placeholder,
.wpcf7 textarea::-moz-placeholder,
.header-my-account textarea::-moz-placeholder,
.site-content input[type="tel"]::-moz-placeholder,
.sidebar-container input[type="tel"]::-moz-placeholder,
.woocommerce input[type="tel"]::-moz-placeholder,
.search-wrapper input[type="tel"]::-moz-placeholder,
.wpcf7 input[type="tel"]::-moz-placeholder,
.header-my-account input[type="tel"]::-moz-placeholder {
  color: #888888;
}
.site-content input[type="text"]:-moz-placeholder,
.sidebar-container input[type="text"]:-moz-placeholder,
.woocommerce input[type="text"]:-moz-placeholder,
.search-wrapper input[type="text"]:-moz-placeholder,
.wpcf7 input[type="text"]:-moz-placeholder,
.header-my-account input[type="text"]:-moz-placeholder,
.site-content input[type="password"]:-moz-placeholder,
.sidebar-container input[type="password"]:-moz-placeholder,
.woocommerce input[type="password"]:-moz-placeholder,
.search-wrapper input[type="password"]:-moz-placeholder,
.wpcf7 input[type="password"]:-moz-placeholder,
.header-my-account input[type="password"]:-moz-placeholder,
.site-content input[type="email"]:-moz-placeholder,
.sidebar-container input[type="email"]:-moz-placeholder,
.woocommerce input[type="email"]:-moz-placeholder,
.search-wrapper input[type="email"]:-moz-placeholder,
.wpcf7 input[type="email"]:-moz-placeholder,
.header-my-account input[type="email"]:-moz-placeholder,
.site-content input[type="search"]:-moz-placeholder,
.sidebar-container input[type="search"]:-moz-placeholder,
.woocommerce input[type="search"]:-moz-placeholder,
.search-wrapper input[type="search"]:-moz-placeholder,
.wpcf7 input[type="search"]:-moz-placeholder,
.header-my-account input[type="search"]:-moz-placeholder,
.site-content input[type="number"]:-moz-placeholder,
.sidebar-container input[type="number"]:-moz-placeholder,
.woocommerce input[type="number"]:-moz-placeholder,
.search-wrapper input[type="number"]:-moz-placeholder,
.wpcf7 input[type="number"]:-moz-placeholder,
.header-my-account input[type="number"]:-moz-placeholder,
.site-content input[type="date"]:-moz-placeholder,
.sidebar-container input[type="date"]:-moz-placeholder,
.woocommerce input[type="date"]:-moz-placeholder,
.search-wrapper input[type="date"]:-moz-placeholder,
.wpcf7 input[type="date"]:-moz-placeholder,
.header-my-account input[type="date"]:-moz-placeholder,
.site-content select:-moz-placeholder,
.sidebar-container select:-moz-placeholder,
.woocommerce select:-moz-placeholder,
.search-wrapper select:-moz-placeholder,
.wpcf7 select:-moz-placeholder,
.header-my-account select:-moz-placeholder,
.site-content textarea:-moz-placeholder,
.sidebar-container textarea:-moz-placeholder,
.woocommerce textarea:-moz-placeholder,
.search-wrapper textarea:-moz-placeholder,
.wpcf7 textarea:-moz-placeholder,
.header-my-account textarea:-moz-placeholder,
.site-content input[type="tel"]:-moz-placeholder,
.sidebar-container input[type="tel"]:-moz-placeholder,
.woocommerce input[type="tel"]:-moz-placeholder,
.search-wrapper input[type="tel"]:-moz-placeholder,
.wpcf7 input[type="tel"]:-moz-placeholder,
.header-my-account input[type="tel"]:-moz-placeholder {
  color: #888888;
}
.site-content input[type="text"]:-ms-input-placeholder,
.sidebar-container input[type="text"]:-ms-input-placeholder,
.woocommerce input[type="text"]:-ms-input-placeholder,
.search-wrapper input[type="text"]:-ms-input-placeholder,
.wpcf7 input[type="text"]:-ms-input-placeholder,
.header-my-account input[type="text"]:-ms-input-placeholder,
.site-content input[type="password"]:-ms-input-placeholder,
.sidebar-container input[type="password"]:-ms-input-placeholder,
.woocommerce input[type="password"]:-ms-input-placeholder,
.search-wrapper input[type="password"]:-ms-input-placeholder,
.wpcf7 input[type="password"]:-ms-input-placeholder,
.header-my-account input[type="password"]:-ms-input-placeholder,
.site-content input[type="email"]:-ms-input-placeholder,
.sidebar-container input[type="email"]:-ms-input-placeholder,
.woocommerce input[type="email"]:-ms-input-placeholder,
.search-wrapper input[type="email"]:-ms-input-placeholder,
.wpcf7 input[type="email"]:-ms-input-placeholder,
.header-my-account input[type="email"]:-ms-input-placeholder,
.site-content input[type="search"]:-ms-input-placeholder,
.sidebar-container input[type="search"]:-ms-input-placeholder,
.woocommerce input[type="search"]:-ms-input-placeholder,
.search-wrapper input[type="search"]:-ms-input-placeholder,
.wpcf7 input[type="search"]:-ms-input-placeholder,
.header-my-account input[type="search"]:-ms-input-placeholder,
.site-content input[type="number"]:-ms-input-placeholder,
.sidebar-container input[type="number"]:-ms-input-placeholder,
.woocommerce input[type="number"]:-ms-input-placeholder,
.search-wrapper input[type="number"]:-ms-input-placeholder,
.wpcf7 input[type="number"]:-ms-input-placeholder,
.header-my-account input[type="number"]:-ms-input-placeholder,
.site-content input[type="date"]:-ms-input-placeholder,
.sidebar-container input[type="date"]:-ms-input-placeholder,
.woocommerce input[type="date"]:-ms-input-placeholder,
.search-wrapper input[type="date"]:-ms-input-placeholder,
.wpcf7 input[type="date"]:-ms-input-placeholder,
.header-my-account input[type="date"]:-ms-input-placeholder,
.site-content select:-ms-input-placeholder,
.sidebar-container select:-ms-input-placeholder,
.woocommerce select:-ms-input-placeholder,
.search-wrapper select:-ms-input-placeholder,
.wpcf7 select:-ms-input-placeholder,
.header-my-account select:-ms-input-placeholder,
.site-content textarea:-ms-input-placeholder,
.sidebar-container textarea:-ms-input-placeholder,
.woocommerce textarea:-ms-input-placeholder,
.search-wrapper textarea:-ms-input-placeholder,
.wpcf7 textarea:-ms-input-placeholder,
.header-my-account textarea:-ms-input-placeholder,
.site-content input[type="tel"]:-ms-input-placeholder,
.sidebar-container input[type="tel"]:-ms-input-placeholder,
.woocommerce input[type="tel"]:-ms-input-placeholder,
.search-wrapper input[type="tel"]:-ms-input-placeholder,
.wpcf7 input[type="tel"]:-ms-input-placeholder,
.header-my-account input[type="tel"]:-ms-input-placeholder {
  color: #888888;
}
.site-content input[type="text"]:focus,
.sidebar-container input[type="text"]:focus,
.woocommerce input[type="text"]:focus,
.search-wrapper input[type="text"]:focus,
.wpcf7 input[type="text"]:focus,
.header-my-account input[type="text"]:focus,
.site-content input[type="password"]:focus,
.sidebar-container input[type="password"]:focus,
.woocommerce input[type="password"]:focus,
.search-wrapper input[type="password"]:focus,
.wpcf7 input[type="password"]:focus,
.header-my-account input[type="password"]:focus,
.site-content input[type="email"]:focus,
.sidebar-container input[type="email"]:focus,
.woocommerce input[type="email"]:focus,
.search-wrapper input[type="email"]:focus,
.wpcf7 input[type="email"]:focus,
.header-my-account input[type="email"]:focus,
.site-content input[type="search"]:focus,
.sidebar-container input[type="search"]:focus,
.woocommerce input[type="search"]:focus,
.search-wrapper input[type="search"]:focus,
.wpcf7 input[type="search"]:focus,
.header-my-account input[type="search"]:focus,
.site-content input[type="number"]:focus,
.sidebar-container input[type="number"]:focus,
.woocommerce input[type="number"]:focus,
.search-wrapper input[type="number"]:focus,
.wpcf7 input[type="number"]:focus,
.header-my-account input[type="number"]:focus,
.site-content input[type="date"]:focus,
.sidebar-container input[type="date"]:focus,
.woocommerce input[type="date"]:focus,
.search-wrapper input[type="date"]:focus,
.wpcf7 input[type="date"]:focus,
.header-my-account input[type="date"]:focus,
.site-content select:focus,
.sidebar-container select:focus,
.woocommerce select:focus,
.search-wrapper select:focus,
.wpcf7 select:focus,
.header-my-account select:focus,
.site-content textarea:focus,
.sidebar-container textarea:focus,
.woocommerce textarea:focus,
.search-wrapper textarea:focus,
.wpcf7 textarea:focus,
.header-my-account textarea:focus,
.site-content input[type="tel"]:focus,
.sidebar-container input[type="tel"]:focus,
.woocommerce input[type="tel"]:focus,
.search-wrapper input[type="tel"]:focus,
.wpcf7 input[type="tel"]:focus,
.header-my-account input[type="tel"]:focus {
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  -webkit-outline: none;
  -khtml-outline: none;
  -moz-outline: none;
  -ms-outline: none;
  outline: none;
  border-color: rgba(129, 180, 65, 0.5);
}
.site-content input[type="checkbox"],
.sidebar-container input[type="checkbox"],
.woocommerce input[type="checkbox"],
.search-wrapper input[type="checkbox"],
.wpcf7 input[type="checkbox"],
.header-my-account input[type="checkbox"] {
  margin: 0;
}
.site-content textarea,
.sidebar-container textarea,
.woocommerce textarea,
.search-wrapper textarea,
.wpcf7 textarea,
.header-my-account textarea {
  height: auto;
  overflow: auto;
}
.site-content textarea:placeholder,
.sidebar-container textarea:placeholder,
.woocommerce textarea:placeholder,
.search-wrapper textarea:placeholder,
.wpcf7 textarea:placeholder,
.header-my-account textarea:placeholder {
  color: #888888;
}
.site-content textarea::placeholder,
.sidebar-container textarea::placeholder,
.woocommerce textarea::placeholder,
.search-wrapper textarea::placeholder,
.wpcf7 textarea::placeholder,
.header-my-account textarea::placeholder {
  color: #888888;
}
.site-content textarea::-webkit-input-placeholder,
.sidebar-container textarea::-webkit-input-placeholder,
.woocommerce textarea::-webkit-input-placeholder,
.search-wrapper textarea::-webkit-input-placeholder,
.wpcf7 textarea::-webkit-input-placeholder,
.header-my-account textarea::-webkit-input-placeholder {
  color: #888888;
}
.site-content textarea::-moz-placeholder,
.sidebar-container textarea::-moz-placeholder,
.woocommerce textarea::-moz-placeholder,
.search-wrapper textarea::-moz-placeholder,
.wpcf7 textarea::-moz-placeholder,
.header-my-account textarea::-moz-placeholder {
  color: #888888;
}
.site-content textarea:-moz-placeholder,
.sidebar-container textarea:-moz-placeholder,
.woocommerce textarea:-moz-placeholder,
.search-wrapper textarea:-moz-placeholder,
.wpcf7 textarea:-moz-placeholder,
.header-my-account textarea:-moz-placeholder {
  color: #888888;
}
.site-content textarea:-ms-input-placeholder,
.sidebar-container textarea:-ms-input-placeholder,
.woocommerce textarea:-ms-input-placeholder,
.search-wrapper textarea:-ms-input-placeholder,
.wpcf7 textarea:-ms-input-placeholder,
.header-my-account textarea:-ms-input-placeholder {
  color: #888888;
}
.site-content select,
.sidebar-container select,
.woocommerce select,
.search-wrapper select,
.wpcf7 select,
.header-my-account select {
  display: block;
  width: 100%;
  border: 0;
  border-radius: 0;
  background-color: #f5f5f5;
  background-image: none;
  box-shadow: none;
  color: #222222;
  font-size: 14px;
  border-radius: 3px;
  height: 45px;
}
.site-content label,
.sidebar-container label,
.woocommerce label,
.search-wrapper label,
.wpcf7 label,
.header-my-account label {
  font-size: 14px;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 300;
  color: #333333;
}
.site-content label input[type="checkbox"],
.sidebar-container label input[type="checkbox"],
.woocommerce label input[type="checkbox"],
.search-wrapper label input[type="checkbox"],
.wpcf7 label input[type="checkbox"],
.header-my-account label input[type="checkbox"] {
  position: static !important;
  opacity: 1 !important;
  margin: 0px 5px 0 0;
}
.site-content input[type="checkbox"]:not(checked),
.sidebar-container input[type="checkbox"]:not(checked),
.woocommerce input[type="checkbox"]:not(checked),
.search-wrapper input[type="checkbox"]:not(checked),
.wpcf7 input[type="checkbox"]:not(checked),
.header-my-account input[type="checkbox"]:not(checked) {
  position: absolute;
  opacity: 0;
}
.site-content input[type="checkbox"]:checked + label::after,
.sidebar-container input[type="checkbox"]:checked + label::after,
.woocommerce input[type="checkbox"]:checked + label::after,
.search-wrapper input[type="checkbox"]:checked + label::after,
.wpcf7 input[type="checkbox"]:checked + label::after,
.header-my-account input[type="checkbox"]:checked + label::after {
  content: " ";
  width: 17px;
  height: 17px;
  z-index: 1000;
  background-size: 100%;
  position: absolute;
  left: 5px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjY0cHgiIGhlaWdodD0iNjRweCIgdmlld0JveD0iMCAwIDQ0OC44IDQ0OC44IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0NDguOCA0NDguODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxnIGlkPSJjaGVjayI+CgkJPHBvbHlnb24gcG9pbnRzPSIxNDIuOCwzMjMuODUgMzUuNywyMTYuNzUgMCwyNTIuNDUgMTQyLjgsMzk1LjI1IDQ0OC44LDg5LjI1IDQxMy4xLDUzLjU1ICAgIiBmaWxsPSIjMjIyMjIyIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
}
.site-content input[type="checkbox"] + label,
.sidebar-container input[type="checkbox"] + label,
.woocommerce input[type="checkbox"] + label,
.search-wrapper input[type="checkbox"] + label,
.wpcf7 input[type="checkbox"] + label,
.header-my-account input[type="checkbox"] + label {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  line-height: 2;
  padding-left: 35px !important;
  margin-bottom: 0;
  margin-top: 0;
}
.site-content input[type="checkbox"] + label::before,
.sidebar-container input[type="checkbox"] + label::before,
.woocommerce input[type="checkbox"] + label::before,
.search-wrapper input[type="checkbox"] + label::before,
.wpcf7 input[type="checkbox"] + label::before,
.header-my-account input[type="checkbox"] + label::before {
  content: "";
  display: inline-block;
  width: 2em;
  height: 2em;
  margin-right: 15px;
  width: 26px;
  height: 26px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  left: 0;
  border-radius: 3px;
  border: 0;
  background-color: rgba(54, 59, 69, 0.1);
}
.site-content input[type="radio"]:not(checked),
.sidebar-container input[type="radio"]:not(checked),
.woocommerce input[type="radio"]:not(checked),
.search-wrapper input[type="radio"]:not(checked),
.wpcf7 input[type="radio"]:not(checked),
.header-my-account input[type="radio"]:not(checked) {
  position: absolute;
  opacity: 0;
}
.site-content input[type="radio"]:checked + label:before,
.sidebar-container input[type="radio"]:checked + label:before,
.woocommerce input[type="radio"]:checked + label:before,
.search-wrapper input[type="radio"]:checked + label:before,
.wpcf7 input[type="radio"]:checked + label:before,
.header-my-account input[type="radio"]:checked + label:before {
  z-index: 1000;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 17px;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjY0cHgiIGhlaWdodD0iNjRweCIgdmlld0JveD0iMCAwIDQ0OC44IDQ0OC44IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0NDguOCA0NDguODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxnIGlkPSJjaGVjayI+CgkJPHBvbHlnb24gcG9pbnRzPSIxNDIuOCwzMjMuODUgMzUuNywyMTYuNzUgMCwyNTIuNDUgMTQyLjgsMzk1LjI1IDQ0OC44LDg5LjI1IDQxMy4xLDUzLjU1ICAgIiBmaWxsPSIjMjIyMjIyIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
}
.site-content input[type="radio"] + label,
.sidebar-container input[type="radio"] + label,
.woocommerce input[type="radio"] + label,
.search-wrapper input[type="radio"] + label,
.wpcf7 input[type="radio"] + label,
.header-my-account input[type="radio"] + label {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  line-height: 2;
  padding-left: 35px !important;
  margin-bottom: 0;
  margin-top: 0;
}
.site-content input[type="radio"] + label::before,
.sidebar-container input[type="radio"] + label::before,
.woocommerce input[type="radio"] + label::before,
.search-wrapper input[type="radio"] + label::before,
.wpcf7 input[type="radio"] + label::before,
.header-my-account input[type="radio"] + label::before {
  content: "";
  display: inline-block;
  margin-right: 15px;
  width: 26px;
  height: 26px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  left: 0;
  border-radius: 3px;
  border: 0;
  background-color: rgba(54, 59, 69, 0.1);
}
.site-content [type="submit"],
.sidebar-container [type="submit"],
.woocommerce [type="submit"],
.search-wrapper [type="submit"],
.wpcf7 [type="submit"],
.header-my-account [type="submit"] {
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 500;
  text-transform: Capitalize;
  background-color: #81b441;
  color: #ffffff;
  outline: 0;
  outline-offset: 0;
  width: auto;
  box-sizing: border-box;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-touch-action: manipulation;
  -khtml-touch-action: manipulation;
  -moz-touch-action: manipulation;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  margin: 0;
  text-decoration: none;
  box-shadow: none;
  padding: 0 30px;
  border: none;
  border-radius: 3px !important;
  position: relative;
  line-height: 40px;
  display: inline-block;
  margin-bottom: 0;
  text-shadow: none;
}
.site-content [type="submit"]:focus,
.sidebar-container [type="submit"]:focus,
.woocommerce [type="submit"]:focus,
.search-wrapper [type="submit"]:focus,
.wpcf7 [type="submit"]:focus,
.header-my-account [type="submit"]:focus {
  outline: 0;
  outline-offset: 0;
}
.site-content [type="file"],
.sidebar-container [type="file"],
.woocommerce [type="file"],
.search-wrapper [type="file"],
.wpcf7 [type="file"],
.header-my-account [type="file"] {
  line-height: 1;
  padding: 0;
  background: none;
}
input,
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
#comments {
  margin-top: 40px;
}
#comments .comments-title,
#comments .no-comments {
  margin-bottom: 50px;
  font-weight: 400;
  color: #81b441;
  font-size: 22px;
  font-family: montserrat;
  letter-spacing: 0;
}
#comments .comment-list,
#comments .comment-list li {
  list-style-type: none;
}
#comments .comment-list {
  padding-left: 35px;
  padding-bottom: 20px;
}
#comments .comment-list ul.children {
  margin: 40px 0 0 50px;
  padding: 0px 0 0 50px;
}
#comments .comment-list ul.children li.comment .comment-body {
  background-color: #ffffff;
}
@media screen and (max-width: 999px) {
  #comments .comment-list ul.children {
    margin-left: 10px;
    padding-left: 20px;
    margin-top: 30px;
  }
}
#comments .comment-list li.comment {
  margin-top: 40px;
}
#comments .comment-list li.comment:first-child {
  margin-top: 0;
}
#comments .comment-list li.comment .comment-body:before {
  content: none;
}
#comments .comment-list li.comment .comment-body .comment-author {
  float: left;
  width: 70px;
  background-color: #ffffff;
  z-index: 3;
  margin-right: 19px;
  position: relative;
}
#comments .comment-list li.comment .comment-body .comment-author img {
  border-radius: 2px;
  width: 70px;
  height: 70px;
}
@media screen and (max-width: 999px) {
  #comments .comment-list li.comment .comment-body .comment-author {
    display: none;
  }
}
#comments .comment-list li.comment .comment-body .comment-data {
  position: relative;
  background: #ffffff;
  border-radius: 3px;
}
#comments .comment-list li.comment .comment-body .comment-data .comment-meta {
  font-size: 13.5px;
  line-height: 15px;
  color: #ffffff;
  text-transform: none;
  font-family: "Open Sans", serif;
  font-weight: 400;
  margin-bottom: 11px;
  margin-left: 89px;
}
#comments .comment-list li.comment .comment-body .comment-data .comment-meta a {
  color: #888888;
}
#comments .comment-list li.comment .comment-body .comment-data > p {
  margin: 11px 0;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.5px;
  font-size: 15.5px;
  font-weight: 400;
  line-height: 1.7;
  margin-left: 89px;
}
#comments .comment-list li.comment .comment-body .comment-data > cite {
  font-size: 14px;
  letter-spacing: 0;
  text-transform: capitalize;
  color: #333333;
  font-style: normal;
  background-color: #ffffff;
  z-index: 2;
  font-weight: 600;
  display: block;
  margin-left: 89px;
  margin-bottom: 5px;
}
#comments .comment-list li.comment .comment-body .comment-data > cite a {
  color: #81b441;
}
@media screen and (max-width: 999px) {
  #comments .comment-list li.comment .comment-body .comment-data {
    margin: 0;
  }
}
@media screen and (max-width: 999px) {
  #comments .comment-list li.comment .comment-body .comment-data .comment-meta,
  #comments .comment-list li.comment .comment-body .comment-data > p,
  #comments .comment-list li.comment .comment-body .comment-data > cite {
    margin-left: 0;
  }
}
#comments .comment-list li.parent > .comment-body {
  position: relative;
}
#comments .comment-list li.parent > .comment-body + #respond {
  padding-left: 100px;
  padding-bottom: 0;
  margin-top: 65px;
  margin-bottom: 70px;
}
@media screen and (max-width: 999px) {
  #comments .comment-list li.parent > .comment-body + #respond {
    padding-left: 60px;
  }
}
#comments .comment-list .reply {
  line-height: 1;
  margin: 15px 0 -1px;
  margin-left: 89px;
}
#comments .comment-list .reply a {
  padding: 0;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Montserrat", serif;
  letter-spacing: 0;
  background-color: #f5f5f5;
  line-height: 24px;
  padding: 0 10px;
  display: inline-block;
}
@media screen and (max-width: 999px) {
  #comments .comment-list .reply {
    margin-left: 0;
  }
}
#comments .comment-list #respond {
  padding-bottom: 60px;
}
#comments .comment-list #respond #reply-title {
  padding-top: 0px;
}
@media screen and (max-width: 999px) {
  #comments .comment-list {
    padding: 0;
  }
}
#comments #respond {
  margin-top: 20px;
  color: #333333;
  font-size: 15px;
}
#comments #respond #reply-title {
  color: #81b441;
  margin: 33px 0;
  font-size: 22px;
}
#comments #respond form:after {
  content: " ";
  display: table;
  clear: both;
}
#comments #respond #commentform .comment-fields {
  width: 40%;
  padding-right: 30px;
  box-sizing: border-box;
}
#comments #respond #commentform .comment-fields #author:before {
  content: "\f007";
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 7px;
}
#comments #respond #commentform .comment-fields #url {
  display: none;
}
#comments #respond #commentform .comment-fields input {
  margin-bottom: 15px;
}
#comments #respond #commentform .comment-fields input:focus {
  box-shadow: none;
  outline: none;
}
#comments #respond #commentform .logged-in-as + #comment {
  width: 100%;
}
#comments #respond #commentform #comment:focus {
  box-shadow: none;
  outline: none;
}
#comments #respond #cancel-comment-reply-link {
  font-weight: 300;
}
#comments #respond div.form-submit {
  padding: 0px;
  margin: 0px;
  margin-top: 25px;
  display: inline-block;
  position: relative;
}
@media (max-width: 768px) {
  #comments #respond #commentform .comment-fields {
    float: none;
    width: 100%;
    padding-right: 0;
  }
  #comments #respond #commentform #comment {
    width: 100%;
  }
}
body.single-post {
  background-color: #ffffff;
}
body.single-post .site-main {
  margin: 54px 0;
}
body.single-post .site-main #tertiary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) {
  background-color: #f8f8f8;
  border: 0;
}
body.single-post .site-main #tertiary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) select {
  background-color: #ffffff;
}
body.single-post .site-main #tertiary .sidebar-inner .widget-area .widget:not(.widget_azh_widget).widget_recent_entries .widget-title h3,
body.single-post .site-main #tertiary .sidebar-inner .widget-area .widget:not(.widget_azh_widget).widget_recent_comments .widget-title h3 {
  background-color: #f8f8f8;
}
body.single-post .site-main #tertiary .sidebar-inner .widget-area .widget:not(.widget_azh_widget).widget_recent_entries ul li,
body.single-post .site-main #tertiary .sidebar-inner .widget-area .widget:not(.widget_azh_widget).widget_recent_comments ul li,
body.single-post .site-main #tertiary .sidebar-inner .widget-area .widget:not(.widget_azh_widget).widget_recent_entries ul li > a,
body.single-post .site-main #tertiary .sidebar-inner .widget-area .widget:not(.widget_azh_widget).widget_recent_comments ul li > a {
  color: #333333;
}
body.single-post .site-content .entry {
  padding-bottom: 0;
  margin-bottom: 60px;
}
body.single-post .site-content .entry .entry-data .entry-share {
  display: block;
}
body.single-post .site-content .entry .entry-thumbnail + .entry-data {
  padding-top: 30px;
}
body.single-post .site-content .entry .entry-video,
body.single-post .site-content .entry .entry-thumbnail,
body.single-post .site-content .entry .entry-gallery {
  border-right: 1px solid #f0f0f0;
  border-left: 1px solid #f0f0f0;
  background-color: #ffffff;
  position: relative;
}
body.single-post .site-content .entry .entry-video span.categories-links,
body.single-post .site-content .entry .entry-thumbnail span.categories-links,
body.single-post .site-content .entry .entry-gallery span.categories-links {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0;
  z-index: 2;
  line-height: 2;
  overflow: hidden;
}
body.single-post .site-content .entry .entry-video span.categories-links a,
body.single-post .site-content .entry .entry-thumbnail span.categories-links a,
body.single-post .site-content .entry .entry-gallery span.categories-links a {
  font-size: 12px;
  color: #ffffff;
  font-weight: 300;
  padding: 5px 6px;
  background-color: #363b45;
  line-height: 2;
}
body.single-post .site-content .entry .entry-video .images,
body.single-post .site-content .entry .entry-thumbnail .images,
body.single-post .site-content .entry .entry-gallery .images {
  text-align: center;
  margin: 0;
  padding: 0;
}
body.single-post .site-content .entry .entry-video {
  line-height: 1;
}
body.single-post .site-content .entry .entry-video iframe {
  width: 100%;
}
body.single-post .site-content .entry .entry-thumbnail a {
  display: block;
  text-align: center;
}
body.single-post .site-content .entry .entry-thumbnail .image {
  background-position: center;
  background-size: cover;
  border-radius: 4px 4px 0 0;
}
body.single-post .site-content .entry .entry-data {
  padding: 22px 19px 22px;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  background-color: #ffffff;
}
body.single-post .site-content .entry .entry-data .entry-extra,
body.single-post .site-content .entry .entry-data .entry-meta,
body.single-post .site-content .entry .entry-data .entry-footer {
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
}
body.single-post .site-content .entry .entry-data .entry-extra > span,
body.single-post .site-content .entry .entry-data .entry-meta > span,
body.single-post .site-content .entry .entry-data .entry-footer > span {
  margin-right: 21px;
}
body.single-post .site-content .entry .entry-data .entry-extra > span a[href],
body.single-post .site-content .entry .entry-data .entry-meta > span a[href],
body.single-post .site-content .entry .entry-data .entry-footer > span a[href] {
  color: #888888;
  white-space: nowrap;
  margin-bottom: 5px;
  display: inline-block;
}
body.single-post .site-content .entry .entry-data .entry-extra > span a[href]:hover,
body.single-post .site-content .entry .entry-data .entry-meta > span a[href]:hover,
body.single-post .site-content .entry .entry-data .entry-footer > span a[href]:hover {
  color: #81b441;
}
body.single-post .site-content .entry .entry-data .entry-extra > span:last-child::after,
body.single-post .site-content .entry .entry-data .entry-meta > span:last-child::after,
body.single-post .site-content .entry .entry-data .entry-footer > span:last-child::after {
  content: none;
}
body.single-post .site-content .entry .entry-data .entry-extra > span.date a::before,
body.single-post .site-content .entry .entry-data .entry-meta > span.date a::before,
body.single-post .site-content .entry .entry-data .entry-footer > span.date a::before {
  content: "\e6b6";
  margin-right: 5px;
  font-family: 'themify';
}
body.single-post .site-content .entry .entry-data .entry-extra > .comments a .count:before,
body.single-post .site-content .entry .entry-data .entry-meta > .comments a .count:before,
body.single-post .site-content .entry .entry-data .entry-footer > .comments a .count:before {
  content: "\e644";
  margin-right: 5px;
  font-family: 'themify';
  display: inline-block;
  vertical-align: middle;
}
body.single-post .site-content .entry .entry-data .entry-extra > .comments .label,
body.single-post .site-content .entry .entry-data .entry-meta > .comments .label,
body.single-post .site-content .entry .entry-data .entry-footer > .comments .label {
  display: none;
}
body.single-post .site-content .entry .entry-data .entry-extra span.date a::before,
body.single-post .site-content .entry .entry-data .entry-meta span.date a::before,
body.single-post .site-content .entry .entry-data .entry-footer span.date a::before {
  content: none;
}
body.single-post .site-content .entry .entry-data .entry-extra > span::after {
  content: '/';
}
body.single-post .site-content .entry .entry-data .entry-extra + .entry-title {
  margin-top: 12px;
}
body.single-post .site-content .entry .entry-data .entry-title {
  margin-top: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
}
body.single-post .site-content .entry .entry-data .entry-meta {
  margin: 14px 0 20px;
}
body.single-post .site-content .entry .entry-data .entry-header {
  margin-bottom: 17px;
}
body.single-post .site-content .entry .entry-data .entry-header + .entry-content,
body.single-post .site-content .entry .entry-data .entry-header .entry-summary {
  margin-bottom: 17px;
}
body.single-post .site-content .entry .entry-data .entry-content,
body.single-post .site-content .entry .entry-data .entry-summary {
  display: none;
  margin: 10px 0;
}
body.single-post .site-content .entry .entry-data .entry-content iframe,
body.single-post .site-content .entry .entry-data .entry-summary iframe,
body.single-post .site-content .entry .entry-data .entry-content embed,
body.single-post .site-content .entry .entry-data .entry-summary embed {
  width: 100% !important;
}
body.single-post .site-content .entry .entry-data .entry-content p:last-child,
body.single-post .site-content .entry .entry-data .entry-summary p:last-child {
  margin-bottom: 0;
}
body.single-post .site-content .entry .entry-data .entry-content::after,
body.single-post .site-content .entry .entry-data .entry-summary::after {
  content: "";
  display: table;
  clear: both;
}
body.single-post .site-content .entry .entry-data .entry-footer .taxonomy {
  padding-left: 47px;
  display: block;
  font-weight: bold;
  padding-left: 0;
}
body.single-post .site-content .entry .entry-data .entry-footer .taxonomy label {
  display: none;
}
body.single-post .site-content .entry .entry-data .entry-footer .taxonomy .links {
  display: block;
}
body.single-post .site-content .entry .entry-data .entry-footer .taxonomy .links span {
  display: none;
}
body.single-post .site-content .entry .entry-data .entry-footer .taxonomy .links a {
  font-size: 9px;
  font-family: "Open Sans";
  color: #888888;
  background-color: #ffffff;
  border-radius: 3px;
  line-height: 23px;
  padding: 0 21px;
  font-weight: 500;
  letter-spacing: 0;
  display: inline-block;
  text-transform: uppercase;
  margin-right: 5px;
  margin-bottom: 5px;
  border: 1px solid #f0f0f0;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  float: left;
}
body.single-post .site-content .entry .entry-data .entry-footer .taxonomy .links a:hover {
  border-color: #222222;
  color: #000000;
}
body.single-post .site-content .entry .entry-data .entry-footer .taxonomy .links:after {
  content: " ";
  display: table;
  clear: both;
}
body.single-post .site-content .entry .entry-data .entry-share {
  margin-top: 35px;
}
body.single-post .site-content .entry .entry-data .entry-share .helper {
  display: none;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #000000;
  font-weight: 700;
  line-height: 1.1;
}
body.single-post .site-content .entry .entry-data::after {
  content: "";
  display: table;
  clear: both;
}
body.single-post .site-content .entry .entry-data {
  border: none;
  padding: 0;
  padding-bottom: 0;
}
body.single-post .site-content .entry .entry-data .entry-summary,
body.single-post .site-content .entry .entry-data .entry-content {
  display: block;
}
body.single-post .site-content .entry .entry-data .entry-summary > p,
body.single-post .site-content .entry .entry-data .entry-content > p,
body.single-post .site-content .entry .entry-data .entry-summary ul,
body.single-post .site-content .entry .entry-data .entry-content ul,
body.single-post .site-content .entry .entry-data .entry-summary ol,
body.single-post .site-content .entry .entry-data .entry-content ol,
body.single-post .site-content .entry .entry-data .entry-summary table,
body.single-post .site-content .entry .entry-data .entry-content table {
  margin-bottom: 21px;
}
body.single-post .site-content .entry .entry-data .entry-summary > p,
body.single-post .site-content .entry .entry-data .entry-content > p {
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.5px;
  font-size: 15.5px;
  font-weight: 400;
  line-height: 2.1;
}
body.single-post .site-content .entry .entry-data .entry-summary > p .blog-image,
body.single-post .site-content .entry .entry-data .entry-content > p .blog-image {
  margin: 27px 0;
}
body.single-post .site-content .entry .entry-data .entry-header {
  margin-bottom: 50px;
}
body.single-post .site-content .entry .entry-data .entry-footer {
  margin-top: 50px;
}
body.single-post .site-content .entry .entry-data .entry-title {
  font-size: 29px;
  font-weight: 600;
  letter-spacing: 0;
  color: #222222;
  margin-bottom: 8px;
}
body.single-post .site-content .entry .entry-data div.entry-meta {
  margin-top: 16px;
}
body.single-post .site-content .entry .entry-data div.entry-meta,
body.single-post .site-content .entry .entry-data div.entry-meta > span > label {
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
  color: #888888;
  text-transform: uppercase;
  margin-right: 2px;
}
body.single-post .site-content .entry .entry-data span.date a time {
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
  color: #888888;
  text-transform: uppercase;
}
body.blog .site-content:not(.list-profile) {
  font-size: 0;
  margin-left: -15px !important;
  margin-right: -15px !important;
}
body.blog .site-content:not(.list-profile).p > * {
  margin-bottom: 0;
}
body.blog .site-content:not(.list-profile) > * {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 0.5px);
  padding-left: 15px !important;
  padding-right: 15px !important;
  font-size: 15px;
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  body.blog .site-content:not(.list-profile) > * {
    width: calc(50% - 0.5px);
  }
}
@media (max-width: 768px) {
  body.blog .site-content:not(.list-profile) {
    display: block;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  body.blog .site-content:not(.list-profile) > * {
    display: block;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 30px !important;
  }
}
body.blog .site-content > .entry.post,
body.archive .site-content > .entry.post,
body.search-results .site-content > .entry.post {
  background-color: transparent;
  margin-bottom: 30px;
}
body.blog .site-content > .entry.post:last-child,
body.archive .site-content > .entry.post:last-child,
body.search-results .site-content > .entry.post:last-child {
  margin-bottom: 0;
}
body.blog .site-content > .entry.post .entry-video,
body.archive .site-content > .entry.post .entry-video,
body.search-results .site-content > .entry.post .entry-video,
body.blog .site-content > .entry.post .entry-thumbnail,
body.archive .site-content > .entry.post .entry-thumbnail,
body.search-results .site-content > .entry.post .entry-thumbnail,
body.blog .site-content > .entry.post .entry-gallery,
body.archive .site-content > .entry.post .entry-gallery,
body.search-results .site-content > .entry.post .entry-gallery {
  border-right: 1px solid #f0f0f0;
  border-left: 1px solid #f0f0f0;
  background-color: #ffffff;
  position: relative;
}
body.blog .site-content > .entry.post .entry-video span.categories-links,
body.archive .site-content > .entry.post .entry-video span.categories-links,
body.search-results .site-content > .entry.post .entry-video span.categories-links,
body.blog .site-content > .entry.post .entry-thumbnail span.categories-links,
body.archive .site-content > .entry.post .entry-thumbnail span.categories-links,
body.search-results .site-content > .entry.post .entry-thumbnail span.categories-links,
body.blog .site-content > .entry.post .entry-gallery span.categories-links,
body.archive .site-content > .entry.post .entry-gallery span.categories-links,
body.search-results .site-content > .entry.post .entry-gallery span.categories-links {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0;
  z-index: 2;
  line-height: 2;
  overflow: hidden;
}
body.blog .site-content > .entry.post .entry-video span.categories-links a,
body.archive .site-content > .entry.post .entry-video span.categories-links a,
body.search-results .site-content > .entry.post .entry-video span.categories-links a,
body.blog .site-content > .entry.post .entry-thumbnail span.categories-links a,
body.archive .site-content > .entry.post .entry-thumbnail span.categories-links a,
body.search-results .site-content > .entry.post .entry-thumbnail span.categories-links a,
body.blog .site-content > .entry.post .entry-gallery span.categories-links a,
body.archive .site-content > .entry.post .entry-gallery span.categories-links a,
body.search-results .site-content > .entry.post .entry-gallery span.categories-links a {
  font-size: 12px;
  color: #ffffff;
  font-weight: 300;
  padding: 5px 6px;
  background-color: #363b45;
  line-height: 2;
}
body.blog .site-content > .entry.post .entry-video .images,
body.archive .site-content > .entry.post .entry-video .images,
body.search-results .site-content > .entry.post .entry-video .images,
body.blog .site-content > .entry.post .entry-thumbnail .images,
body.archive .site-content > .entry.post .entry-thumbnail .images,
body.search-results .site-content > .entry.post .entry-thumbnail .images,
body.blog .site-content > .entry.post .entry-gallery .images,
body.archive .site-content > .entry.post .entry-gallery .images,
body.search-results .site-content > .entry.post .entry-gallery .images {
  text-align: center;
  margin: 0;
  padding: 0;
}
body.blog .site-content > .entry.post .entry-video,
body.archive .site-content > .entry.post .entry-video,
body.search-results .site-content > .entry.post .entry-video {
  line-height: 1;
}
body.blog .site-content > .entry.post .entry-video iframe,
body.archive .site-content > .entry.post .entry-video iframe,
body.search-results .site-content > .entry.post .entry-video iframe {
  width: 100%;
}
body.blog .site-content > .entry.post .entry-thumbnail a,
body.archive .site-content > .entry.post .entry-thumbnail a,
body.search-results .site-content > .entry.post .entry-thumbnail a {
  display: block;
  text-align: center;
}
body.blog .site-content > .entry.post .entry-thumbnail .image,
body.archive .site-content > .entry.post .entry-thumbnail .image,
body.search-results .site-content > .entry.post .entry-thumbnail .image {
  background-position: center;
  background-size: cover;
  border-radius: 4px 4px 0 0;
}
body.blog .site-content > .entry.post .entry-data,
body.archive .site-content > .entry.post .entry-data,
body.search-results .site-content > .entry.post .entry-data {
  padding: 22px 19px 22px;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  background-color: #ffffff;
}
body.blog .site-content > .entry.post .entry-data .entry-extra,
body.archive .site-content > .entry.post .entry-data .entry-extra,
body.search-results .site-content > .entry.post .entry-data .entry-extra,
body.blog .site-content > .entry.post .entry-data .entry-meta,
body.archive .site-content > .entry.post .entry-data .entry-meta,
body.search-results .site-content > .entry.post .entry-data .entry-meta,
body.blog .site-content > .entry.post .entry-data .entry-footer,
body.archive .site-content > .entry.post .entry-data .entry-footer,
body.search-results .site-content > .entry.post .entry-data .entry-footer {
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
}
body.blog .site-content > .entry.post .entry-data .entry-extra > span,
body.archive .site-content > .entry.post .entry-data .entry-extra > span,
body.search-results .site-content > .entry.post .entry-data .entry-extra > span,
body.blog .site-content > .entry.post .entry-data .entry-meta > span,
body.archive .site-content > .entry.post .entry-data .entry-meta > span,
body.search-results .site-content > .entry.post .entry-data .entry-meta > span,
body.blog .site-content > .entry.post .entry-data .entry-footer > span,
body.archive .site-content > .entry.post .entry-data .entry-footer > span,
body.search-results .site-content > .entry.post .entry-data .entry-footer > span {
  margin-right: 21px;
}
body.blog .site-content > .entry.post .entry-data .entry-extra > span a[href],
body.archive .site-content > .entry.post .entry-data .entry-extra > span a[href],
body.search-results .site-content > .entry.post .entry-data .entry-extra > span a[href],
body.blog .site-content > .entry.post .entry-data .entry-meta > span a[href],
body.archive .site-content > .entry.post .entry-data .entry-meta > span a[href],
body.search-results .site-content > .entry.post .entry-data .entry-meta > span a[href],
body.blog .site-content > .entry.post .entry-data .entry-footer > span a[href],
body.archive .site-content > .entry.post .entry-data .entry-footer > span a[href],
body.search-results .site-content > .entry.post .entry-data .entry-footer > span a[href] {
  color: #888888;
  white-space: nowrap;
  margin-bottom: 5px;
  display: inline-block;
}
body.blog .site-content > .entry.post .entry-data .entry-extra > span a[href]:hover,
body.archive .site-content > .entry.post .entry-data .entry-extra > span a[href]:hover,
body.search-results .site-content > .entry.post .entry-data .entry-extra > span a[href]:hover,
body.blog .site-content > .entry.post .entry-data .entry-meta > span a[href]:hover,
body.archive .site-content > .entry.post .entry-data .entry-meta > span a[href]:hover,
body.search-results .site-content > .entry.post .entry-data .entry-meta > span a[href]:hover,
body.blog .site-content > .entry.post .entry-data .entry-footer > span a[href]:hover,
body.archive .site-content > .entry.post .entry-data .entry-footer > span a[href]:hover,
body.search-results .site-content > .entry.post .entry-data .entry-footer > span a[href]:hover {
  color: #81b441;
}
body.blog .site-content > .entry.post .entry-data .entry-extra > span:last-child::after,
body.archive .site-content > .entry.post .entry-data .entry-extra > span:last-child::after,
body.search-results .site-content > .entry.post .entry-data .entry-extra > span:last-child::after,
body.blog .site-content > .entry.post .entry-data .entry-meta > span:last-child::after,
body.archive .site-content > .entry.post .entry-data .entry-meta > span:last-child::after,
body.search-results .site-content > .entry.post .entry-data .entry-meta > span:last-child::after,
body.blog .site-content > .entry.post .entry-data .entry-footer > span:last-child::after,
body.archive .site-content > .entry.post .entry-data .entry-footer > span:last-child::after,
body.search-results .site-content > .entry.post .entry-data .entry-footer > span:last-child::after {
  content: none;
}
body.blog .site-content > .entry.post .entry-data .entry-extra > span.date a::before,
body.archive .site-content > .entry.post .entry-data .entry-extra > span.date a::before,
body.search-results .site-content > .entry.post .entry-data .entry-extra > span.date a::before,
body.blog .site-content > .entry.post .entry-data .entry-meta > span.date a::before,
body.archive .site-content > .entry.post .entry-data .entry-meta > span.date a::before,
body.search-results .site-content > .entry.post .entry-data .entry-meta > span.date a::before,
body.blog .site-content > .entry.post .entry-data .entry-footer > span.date a::before,
body.archive .site-content > .entry.post .entry-data .entry-footer > span.date a::before,
body.search-results .site-content > .entry.post .entry-data .entry-footer > span.date a::before {
  content: "\e6b6";
  margin-right: 5px;
  font-family: 'themify';
}
body.blog .site-content > .entry.post .entry-data .entry-extra > .comments a .count:before,
body.archive .site-content > .entry.post .entry-data .entry-extra > .comments a .count:before,
body.search-results .site-content > .entry.post .entry-data .entry-extra > .comments a .count:before,
body.blog .site-content > .entry.post .entry-data .entry-meta > .comments a .count:before,
body.archive .site-content > .entry.post .entry-data .entry-meta > .comments a .count:before,
body.search-results .site-content > .entry.post .entry-data .entry-meta > .comments a .count:before,
body.blog .site-content > .entry.post .entry-data .entry-footer > .comments a .count:before,
body.archive .site-content > .entry.post .entry-data .entry-footer > .comments a .count:before,
body.search-results .site-content > .entry.post .entry-data .entry-footer > .comments a .count:before {
  content: "\e644";
  margin-right: 5px;
  font-family: 'themify';
  display: inline-block;
  vertical-align: middle;
}
body.blog .site-content > .entry.post .entry-data .entry-extra > .comments .label,
body.archive .site-content > .entry.post .entry-data .entry-extra > .comments .label,
body.search-results .site-content > .entry.post .entry-data .entry-extra > .comments .label,
body.blog .site-content > .entry.post .entry-data .entry-meta > .comments .label,
body.archive .site-content > .entry.post .entry-data .entry-meta > .comments .label,
body.search-results .site-content > .entry.post .entry-data .entry-meta > .comments .label,
body.blog .site-content > .entry.post .entry-data .entry-footer > .comments .label,
body.archive .site-content > .entry.post .entry-data .entry-footer > .comments .label,
body.search-results .site-content > .entry.post .entry-data .entry-footer > .comments .label {
  display: none;
}
body.blog .site-content > .entry.post .entry-data .entry-extra span.date a::before,
body.archive .site-content > .entry.post .entry-data .entry-extra span.date a::before,
body.search-results .site-content > .entry.post .entry-data .entry-extra span.date a::before,
body.blog .site-content > .entry.post .entry-data .entry-meta span.date a::before,
body.archive .site-content > .entry.post .entry-data .entry-meta span.date a::before,
body.search-results .site-content > .entry.post .entry-data .entry-meta span.date a::before,
body.blog .site-content > .entry.post .entry-data .entry-footer span.date a::before,
body.archive .site-content > .entry.post .entry-data .entry-footer span.date a::before,
body.search-results .site-content > .entry.post .entry-data .entry-footer span.date a::before {
  content: none;
}
body.blog .site-content > .entry.post .entry-data .entry-extra > span::after,
body.archive .site-content > .entry.post .entry-data .entry-extra > span::after,
body.search-results .site-content > .entry.post .entry-data .entry-extra > span::after {
  content: '/';
}
body.blog .site-content > .entry.post .entry-data .entry-extra + .entry-title,
body.archive .site-content > .entry.post .entry-data .entry-extra + .entry-title,
body.search-results .site-content > .entry.post .entry-data .entry-extra + .entry-title {
  margin-top: 12px;
}
body.blog .site-content > .entry.post .entry-data .entry-title,
body.archive .site-content > .entry.post .entry-data .entry-title,
body.search-results .site-content > .entry.post .entry-data .entry-title {
  margin-top: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
}
body.blog .site-content > .entry.post .entry-data .entry-meta,
body.archive .site-content > .entry.post .entry-data .entry-meta,
body.search-results .site-content > .entry.post .entry-data .entry-meta {
  margin: 14px 0 20px;
}
body.blog .site-content > .entry.post .entry-data .entry-header,
body.archive .site-content > .entry.post .entry-data .entry-header,
body.search-results .site-content > .entry.post .entry-data .entry-header {
  margin-bottom: 17px;
}
body.blog .site-content > .entry.post .entry-data .entry-header + .entry-content,
body.archive .site-content > .entry.post .entry-data .entry-header + .entry-content,
body.search-results .site-content > .entry.post .entry-data .entry-header + .entry-content,
body.blog .site-content > .entry.post .entry-data .entry-header .entry-summary,
body.archive .site-content > .entry.post .entry-data .entry-header .entry-summary,
body.search-results .site-content > .entry.post .entry-data .entry-header .entry-summary {
  margin-bottom: 17px;
}
body.blog .site-content > .entry.post .entry-data .entry-content,
body.archive .site-content > .entry.post .entry-data .entry-content,
body.search-results .site-content > .entry.post .entry-data .entry-content,
body.blog .site-content > .entry.post .entry-data .entry-summary,
body.archive .site-content > .entry.post .entry-data .entry-summary,
body.search-results .site-content > .entry.post .entry-data .entry-summary {
  display: none;
  margin: 10px 0;
}
body.blog .site-content > .entry.post .entry-data .entry-content iframe,
body.archive .site-content > .entry.post .entry-data .entry-content iframe,
body.search-results .site-content > .entry.post .entry-data .entry-content iframe,
body.blog .site-content > .entry.post .entry-data .entry-summary iframe,
body.archive .site-content > .entry.post .entry-data .entry-summary iframe,
body.search-results .site-content > .entry.post .entry-data .entry-summary iframe,
body.blog .site-content > .entry.post .entry-data .entry-content embed,
body.archive .site-content > .entry.post .entry-data .entry-content embed,
body.search-results .site-content > .entry.post .entry-data .entry-content embed,
body.blog .site-content > .entry.post .entry-data .entry-summary embed,
body.archive .site-content > .entry.post .entry-data .entry-summary embed,
body.search-results .site-content > .entry.post .entry-data .entry-summary embed {
  width: 100% !important;
}
body.blog .site-content > .entry.post .entry-data .entry-content p:last-child,
body.archive .site-content > .entry.post .entry-data .entry-content p:last-child,
body.search-results .site-content > .entry.post .entry-data .entry-content p:last-child,
body.blog .site-content > .entry.post .entry-data .entry-summary p:last-child,
body.archive .site-content > .entry.post .entry-data .entry-summary p:last-child,
body.search-results .site-content > .entry.post .entry-data .entry-summary p:last-child {
  margin-bottom: 0;
}
body.blog .site-content > .entry.post .entry-data .entry-content::after,
body.archive .site-content > .entry.post .entry-data .entry-content::after,
body.search-results .site-content > .entry.post .entry-data .entry-content::after,
body.blog .site-content > .entry.post .entry-data .entry-summary::after,
body.archive .site-content > .entry.post .entry-data .entry-summary::after,
body.search-results .site-content > .entry.post .entry-data .entry-summary::after {
  content: "";
  display: table;
  clear: both;
}
body.blog .site-content > .entry.post .entry-data .entry-footer .taxonomy,
body.archive .site-content > .entry.post .entry-data .entry-footer .taxonomy,
body.search-results .site-content > .entry.post .entry-data .entry-footer .taxonomy {
  padding-left: 47px;
  display: block;
  font-weight: bold;
  padding-left: 0;
}
body.blog .site-content > .entry.post .entry-data .entry-footer .taxonomy label,
body.archive .site-content > .entry.post .entry-data .entry-footer .taxonomy label,
body.search-results .site-content > .entry.post .entry-data .entry-footer .taxonomy label {
  display: none;
}
body.blog .site-content > .entry.post .entry-data .entry-footer .taxonomy .links,
body.archive .site-content > .entry.post .entry-data .entry-footer .taxonomy .links,
body.search-results .site-content > .entry.post .entry-data .entry-footer .taxonomy .links {
  display: block;
}
body.blog .site-content > .entry.post .entry-data .entry-footer .taxonomy .links span,
body.archive .site-content > .entry.post .entry-data .entry-footer .taxonomy .links span,
body.search-results .site-content > .entry.post .entry-data .entry-footer .taxonomy .links span {
  display: none;
}
body.blog .site-content > .entry.post .entry-data .entry-footer .taxonomy .links a,
body.archive .site-content > .entry.post .entry-data .entry-footer .taxonomy .links a,
body.search-results .site-content > .entry.post .entry-data .entry-footer .taxonomy .links a {
  font-size: 9px;
  font-family: "Open Sans";
  color: #888888;
  background-color: #ffffff;
  border-radius: 3px;
  line-height: 23px;
  padding: 0 21px;
  font-weight: 500;
  letter-spacing: 0;
  display: inline-block;
  text-transform: uppercase;
  margin-right: 5px;
  margin-bottom: 5px;
  border: 1px solid #f0f0f0;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  float: left;
}
body.blog .site-content > .entry.post .entry-data .entry-footer .taxonomy .links a:hover,
body.archive .site-content > .entry.post .entry-data .entry-footer .taxonomy .links a:hover,
body.search-results .site-content > .entry.post .entry-data .entry-footer .taxonomy .links a:hover {
  border-color: #222222;
  color: #000000;
}
body.blog .site-content > .entry.post .entry-data .entry-footer .taxonomy .links:after,
body.archive .site-content > .entry.post .entry-data .entry-footer .taxonomy .links:after,
body.search-results .site-content > .entry.post .entry-data .entry-footer .taxonomy .links:after {
  content: " ";
  display: table;
  clear: both;
}
body.blog .site-content > .entry.post .entry-data .entry-share,
body.archive .site-content > .entry.post .entry-data .entry-share,
body.search-results .site-content > .entry.post .entry-data .entry-share {
  margin-top: 35px;
}
body.blog .site-content > .entry.post .entry-data .entry-share .helper,
body.archive .site-content > .entry.post .entry-data .entry-share .helper,
body.search-results .site-content > .entry.post .entry-data .entry-share .helper {
  display: none;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #000000;
  font-weight: 700;
  line-height: 1.1;
}
body.blog .site-content > .entry.post .entry-data::after,
body.archive .site-content > .entry.post .entry-data::after,
body.search-results .site-content > .entry.post .entry-data::after {
  content: "";
  display: table;
  clear: both;
}
body.blog .site-content > .entry.post.sticky,
body.archive .site-content > .entry.post.sticky,
body.search-results .site-content > .entry.post.sticky {
  width: 100%;
}
body.blog .site-content > .entry.post.sticky .entry-data .entry-title,
body.archive .site-content > .entry.post.sticky .entry-data .entry-title,
body.search-results .site-content > .entry.post.sticky .entry-data .entry-title {
  font-size: 29px;
  font-weight: 500;
  letter-spacing: 0;
  margin-top: 7px !important;
  line-height: 1.2;
  margin-bottom: 28px;
}
body.blog .site-content > .entry.post .entry-data .entry-content a.more-link,
body.archive .site-content > .entry.post .entry-data .entry-content a.more-link,
body.search-results .site-content > .entry.post .entry-data .entry-content a.more-link,
body.blog .site-content > .entry.post .entry-data .entry-summary a.more-link,
body.archive .site-content > .entry.post .entry-data .entry-summary a.more-link,
body.search-results .site-content > .entry.post .entry-data .entry-summary a.more-link,
body.blog .site-content > .entry.post .entry-data .entry-more a.more-link,
body.archive .site-content > .entry.post .entry-data .entry-more a.more-link,
body.search-results .site-content > .entry.post .entry-data .entry-more a.more-link {
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 500;
  text-transform: Capitalize;
  background-color: #81b441;
  color: #ffffff;
  outline: 0;
  outline-offset: 0;
  display: inline-block;
  width: auto;
  box-sizing: border-box;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-touch-action: manipulation;
  -khtml-touch-action: manipulation;
  -moz-touch-action: manipulation;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  margin: 0;
  text-decoration: none;
  box-shadow: none;
  padding: 0 30px;
  border: none;
  border-radius: 3px !important;
  position: relative;
  line-height: 40px;
  margin-top: 15px;
  display: table;
}
body.blog .site-content > .entry.post .entry-data .entry-content a.more-link:focus,
body.archive .site-content > .entry.post .entry-data .entry-content a.more-link:focus,
body.search-results .site-content > .entry.post .entry-data .entry-content a.more-link:focus,
body.blog .site-content > .entry.post .entry-data .entry-summary a.more-link:focus,
body.archive .site-content > .entry.post .entry-data .entry-summary a.more-link:focus,
body.search-results .site-content > .entry.post .entry-data .entry-summary a.more-link:focus,
body.blog .site-content > .entry.post .entry-data .entry-more a.more-link:focus,
body.archive .site-content > .entry.post .entry-data .entry-more a.more-link:focus,
body.search-results .site-content > .entry.post .entry-data .entry-more a.more-link:focus {
  outline: 0;
  outline-offset: 0;
}
body.home.page .site-content > .entry.post .entry-video,
body.blog .site-content > .entry.post .entry-video,
body.archive .site-content > .entry.post .entry-video,
body.search-results .site-content > .entry.post .entry-video,
body.home.page .posts-list > .entry.post .entry-video,
body.blog .posts-list > .entry.post .entry-video,
body.archive .posts-list > .entry.post .entry-video,
body.search-results .posts-list > .entry.post .entry-video,
body.home.page .site-content > .entry.post .entry-thumbnail,
body.blog .site-content > .entry.post .entry-thumbnail,
body.archive .site-content > .entry.post .entry-thumbnail,
body.search-results .site-content > .entry.post .entry-thumbnail,
body.home.page .posts-list > .entry.post .entry-thumbnail,
body.blog .posts-list > .entry.post .entry-thumbnail,
body.archive .posts-list > .entry.post .entry-thumbnail,
body.search-results .posts-list > .entry.post .entry-thumbnail,
body.home.page .site-content > .entry.post .entry-gallery,
body.blog .site-content > .entry.post .entry-gallery,
body.archive .site-content > .entry.post .entry-gallery,
body.search-results .site-content > .entry.post .entry-gallery,
body.home.page .posts-list > .entry.post .entry-gallery,
body.blog .posts-list > .entry.post .entry-gallery,
body.archive .posts-list > .entry.post .entry-gallery,
body.search-results .posts-list > .entry.post .entry-gallery {
  border-right: 1px solid #f0f0f0;
  border-left: 1px solid #f0f0f0;
  background-color: #ffffff;
  position: relative;
}
body.home.page .site-content > .entry.post .entry-video span.categories-links,
body.blog .site-content > .entry.post .entry-video span.categories-links,
body.archive .site-content > .entry.post .entry-video span.categories-links,
body.search-results .site-content > .entry.post .entry-video span.categories-links,
body.home.page .posts-list > .entry.post .entry-video span.categories-links,
body.blog .posts-list > .entry.post .entry-video span.categories-links,
body.archive .posts-list > .entry.post .entry-video span.categories-links,
body.search-results .posts-list > .entry.post .entry-video span.categories-links,
body.home.page .site-content > .entry.post .entry-thumbnail span.categories-links,
body.blog .site-content > .entry.post .entry-thumbnail span.categories-links,
body.archive .site-content > .entry.post .entry-thumbnail span.categories-links,
body.search-results .site-content > .entry.post .entry-thumbnail span.categories-links,
body.home.page .posts-list > .entry.post .entry-thumbnail span.categories-links,
body.blog .posts-list > .entry.post .entry-thumbnail span.categories-links,
body.archive .posts-list > .entry.post .entry-thumbnail span.categories-links,
body.search-results .posts-list > .entry.post .entry-thumbnail span.categories-links,
body.home.page .site-content > .entry.post .entry-gallery span.categories-links,
body.blog .site-content > .entry.post .entry-gallery span.categories-links,
body.archive .site-content > .entry.post .entry-gallery span.categories-links,
body.search-results .site-content > .entry.post .entry-gallery span.categories-links,
body.home.page .posts-list > .entry.post .entry-gallery span.categories-links,
body.blog .posts-list > .entry.post .entry-gallery span.categories-links,
body.archive .posts-list > .entry.post .entry-gallery span.categories-links,
body.search-results .posts-list > .entry.post .entry-gallery span.categories-links {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0;
  z-index: 2;
  line-height: 2;
  overflow: hidden;
}
body.home.page .site-content > .entry.post .entry-video span.categories-links a,
body.blog .site-content > .entry.post .entry-video span.categories-links a,
body.archive .site-content > .entry.post .entry-video span.categories-links a,
body.search-results .site-content > .entry.post .entry-video span.categories-links a,
body.home.page .posts-list > .entry.post .entry-video span.categories-links a,
body.blog .posts-list > .entry.post .entry-video span.categories-links a,
body.archive .posts-list > .entry.post .entry-video span.categories-links a,
body.search-results .posts-list > .entry.post .entry-video span.categories-links a,
body.home.page .site-content > .entry.post .entry-thumbnail span.categories-links a,
body.blog .site-content > .entry.post .entry-thumbnail span.categories-links a,
body.archive .site-content > .entry.post .entry-thumbnail span.categories-links a,
body.search-results .site-content > .entry.post .entry-thumbnail span.categories-links a,
body.home.page .posts-list > .entry.post .entry-thumbnail span.categories-links a,
body.blog .posts-list > .entry.post .entry-thumbnail span.categories-links a,
body.archive .posts-list > .entry.post .entry-thumbnail span.categories-links a,
body.search-results .posts-list > .entry.post .entry-thumbnail span.categories-links a,
body.home.page .site-content > .entry.post .entry-gallery span.categories-links a,
body.blog .site-content > .entry.post .entry-gallery span.categories-links a,
body.archive .site-content > .entry.post .entry-gallery span.categories-links a,
body.search-results .site-content > .entry.post .entry-gallery span.categories-links a,
body.home.page .posts-list > .entry.post .entry-gallery span.categories-links a,
body.blog .posts-list > .entry.post .entry-gallery span.categories-links a,
body.archive .posts-list > .entry.post .entry-gallery span.categories-links a,
body.search-results .posts-list > .entry.post .entry-gallery span.categories-links a {
  font-size: 12px;
  color: #ffffff;
  font-weight: 300;
  padding: 5px 6px;
  background-color: #363b45;
  line-height: 2;
}
body.home.page .site-content > .entry.post .entry-video .images,
body.blog .site-content > .entry.post .entry-video .images,
body.archive .site-content > .entry.post .entry-video .images,
body.search-results .site-content > .entry.post .entry-video .images,
body.home.page .posts-list > .entry.post .entry-video .images,
body.blog .posts-list > .entry.post .entry-video .images,
body.archive .posts-list > .entry.post .entry-video .images,
body.search-results .posts-list > .entry.post .entry-video .images,
body.home.page .site-content > .entry.post .entry-thumbnail .images,
body.blog .site-content > .entry.post .entry-thumbnail .images,
body.archive .site-content > .entry.post .entry-thumbnail .images,
body.search-results .site-content > .entry.post .entry-thumbnail .images,
body.home.page .posts-list > .entry.post .entry-thumbnail .images,
body.blog .posts-list > .entry.post .entry-thumbnail .images,
body.archive .posts-list > .entry.post .entry-thumbnail .images,
body.search-results .posts-list > .entry.post .entry-thumbnail .images,
body.home.page .site-content > .entry.post .entry-gallery .images,
body.blog .site-content > .entry.post .entry-gallery .images,
body.archive .site-content > .entry.post .entry-gallery .images,
body.search-results .site-content > .entry.post .entry-gallery .images,
body.home.page .posts-list > .entry.post .entry-gallery .images,
body.blog .posts-list > .entry.post .entry-gallery .images,
body.archive .posts-list > .entry.post .entry-gallery .images,
body.search-results .posts-list > .entry.post .entry-gallery .images {
  text-align: center;
  margin: 0;
  padding: 0;
}
body.home.page .site-content > .entry.post .entry-video,
body.blog .site-content > .entry.post .entry-video,
body.archive .site-content > .entry.post .entry-video,
body.search-results .site-content > .entry.post .entry-video,
body.home.page .posts-list > .entry.post .entry-video,
body.blog .posts-list > .entry.post .entry-video,
body.archive .posts-list > .entry.post .entry-video,
body.search-results .posts-list > .entry.post .entry-video {
  line-height: 1;
}
body.home.page .site-content > .entry.post .entry-video iframe,
body.blog .site-content > .entry.post .entry-video iframe,
body.archive .site-content > .entry.post .entry-video iframe,
body.search-results .site-content > .entry.post .entry-video iframe,
body.home.page .posts-list > .entry.post .entry-video iframe,
body.blog .posts-list > .entry.post .entry-video iframe,
body.archive .posts-list > .entry.post .entry-video iframe,
body.search-results .posts-list > .entry.post .entry-video iframe {
  width: 100%;
}
body.home.page .site-content > .entry.post .entry-thumbnail a,
body.blog .site-content > .entry.post .entry-thumbnail a,
body.archive .site-content > .entry.post .entry-thumbnail a,
body.search-results .site-content > .entry.post .entry-thumbnail a,
body.home.page .posts-list > .entry.post .entry-thumbnail a,
body.blog .posts-list > .entry.post .entry-thumbnail a,
body.archive .posts-list > .entry.post .entry-thumbnail a,
body.search-results .posts-list > .entry.post .entry-thumbnail a {
  display: block;
  text-align: center;
}
body.home.page .site-content > .entry.post .entry-thumbnail .image,
body.blog .site-content > .entry.post .entry-thumbnail .image,
body.archive .site-content > .entry.post .entry-thumbnail .image,
body.search-results .site-content > .entry.post .entry-thumbnail .image,
body.home.page .posts-list > .entry.post .entry-thumbnail .image,
body.blog .posts-list > .entry.post .entry-thumbnail .image,
body.archive .posts-list > .entry.post .entry-thumbnail .image,
body.search-results .posts-list > .entry.post .entry-thumbnail .image {
  background-position: center;
  background-size: cover;
  border-radius: 4px 4px 0 0;
}
body.home.page .site-content > .entry.post .entry-data,
body.blog .site-content > .entry.post .entry-data,
body.archive .site-content > .entry.post .entry-data,
body.search-results .site-content > .entry.post .entry-data,
body.home.page .posts-list > .entry.post .entry-data,
body.blog .posts-list > .entry.post .entry-data,
body.archive .posts-list > .entry.post .entry-data,
body.search-results .posts-list > .entry.post .entry-data {
  padding: 22px 19px 22px;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  background-color: #ffffff;
}
body.home.page .site-content > .entry.post .entry-data .entry-extra,
body.blog .site-content > .entry.post .entry-data .entry-extra,
body.archive .site-content > .entry.post .entry-data .entry-extra,
body.search-results .site-content > .entry.post .entry-data .entry-extra,
body.home.page .posts-list > .entry.post .entry-data .entry-extra,
body.blog .posts-list > .entry.post .entry-data .entry-extra,
body.archive .posts-list > .entry.post .entry-data .entry-extra,
body.search-results .posts-list > .entry.post .entry-data .entry-extra,
body.home.page .site-content > .entry.post .entry-data .entry-meta,
body.blog .site-content > .entry.post .entry-data .entry-meta,
body.archive .site-content > .entry.post .entry-data .entry-meta,
body.search-results .site-content > .entry.post .entry-data .entry-meta,
body.home.page .posts-list > .entry.post .entry-data .entry-meta,
body.blog .posts-list > .entry.post .entry-data .entry-meta,
body.archive .posts-list > .entry.post .entry-data .entry-meta,
body.search-results .posts-list > .entry.post .entry-data .entry-meta,
body.home.page .site-content > .entry.post .entry-data .entry-footer,
body.blog .site-content > .entry.post .entry-data .entry-footer,
body.archive .site-content > .entry.post .entry-data .entry-footer,
body.search-results .site-content > .entry.post .entry-data .entry-footer,
body.home.page .posts-list > .entry.post .entry-data .entry-footer,
body.blog .posts-list > .entry.post .entry-data .entry-footer,
body.archive .posts-list > .entry.post .entry-data .entry-footer,
body.search-results .posts-list > .entry.post .entry-data .entry-footer {
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
}
body.home.page .site-content > .entry.post .entry-data .entry-extra > span,
body.blog .site-content > .entry.post .entry-data .entry-extra > span,
body.archive .site-content > .entry.post .entry-data .entry-extra > span,
body.search-results .site-content > .entry.post .entry-data .entry-extra > span,
body.home.page .posts-list > .entry.post .entry-data .entry-extra > span,
body.blog .posts-list > .entry.post .entry-data .entry-extra > span,
body.archive .posts-list > .entry.post .entry-data .entry-extra > span,
body.search-results .posts-list > .entry.post .entry-data .entry-extra > span,
body.home.page .site-content > .entry.post .entry-data .entry-meta > span,
body.blog .site-content > .entry.post .entry-data .entry-meta > span,
body.archive .site-content > .entry.post .entry-data .entry-meta > span,
body.search-results .site-content > .entry.post .entry-data .entry-meta > span,
body.home.page .posts-list > .entry.post .entry-data .entry-meta > span,
body.blog .posts-list > .entry.post .entry-data .entry-meta > span,
body.archive .posts-list > .entry.post .entry-data .entry-meta > span,
body.search-results .posts-list > .entry.post .entry-data .entry-meta > span,
body.home.page .site-content > .entry.post .entry-data .entry-footer > span,
body.blog .site-content > .entry.post .entry-data .entry-footer > span,
body.archive .site-content > .entry.post .entry-data .entry-footer > span,
body.search-results .site-content > .entry.post .entry-data .entry-footer > span,
body.home.page .posts-list > .entry.post .entry-data .entry-footer > span,
body.blog .posts-list > .entry.post .entry-data .entry-footer > span,
body.archive .posts-list > .entry.post .entry-data .entry-footer > span,
body.search-results .posts-list > .entry.post .entry-data .entry-footer > span {
  margin-right: 21px;
}
body.home.page .site-content > .entry.post .entry-data .entry-extra > span a[href],
body.blog .site-content > .entry.post .entry-data .entry-extra > span a[href],
body.archive .site-content > .entry.post .entry-data .entry-extra > span a[href],
body.search-results .site-content > .entry.post .entry-data .entry-extra > span a[href],
body.home.page .posts-list > .entry.post .entry-data .entry-extra > span a[href],
body.blog .posts-list > .entry.post .entry-data .entry-extra > span a[href],
body.archive .posts-list > .entry.post .entry-data .entry-extra > span a[href],
body.search-results .posts-list > .entry.post .entry-data .entry-extra > span a[href],
body.home.page .site-content > .entry.post .entry-data .entry-meta > span a[href],
body.blog .site-content > .entry.post .entry-data .entry-meta > span a[href],
body.archive .site-content > .entry.post .entry-data .entry-meta > span a[href],
body.search-results .site-content > .entry.post .entry-data .entry-meta > span a[href],
body.home.page .posts-list > .entry.post .entry-data .entry-meta > span a[href],
body.blog .posts-list > .entry.post .entry-data .entry-meta > span a[href],
body.archive .posts-list > .entry.post .entry-data .entry-meta > span a[href],
body.search-results .posts-list > .entry.post .entry-data .entry-meta > span a[href],
body.home.page .site-content > .entry.post .entry-data .entry-footer > span a[href],
body.blog .site-content > .entry.post .entry-data .entry-footer > span a[href],
body.archive .site-content > .entry.post .entry-data .entry-footer > span a[href],
body.search-results .site-content > .entry.post .entry-data .entry-footer > span a[href],
body.home.page .posts-list > .entry.post .entry-data .entry-footer > span a[href],
body.blog .posts-list > .entry.post .entry-data .entry-footer > span a[href],
body.archive .posts-list > .entry.post .entry-data .entry-footer > span a[href],
body.search-results .posts-list > .entry.post .entry-data .entry-footer > span a[href] {
  color: #888888;
  white-space: nowrap;
  margin-bottom: 5px;
  display: inline-block;
}
body.home.page .site-content > .entry.post .entry-data .entry-extra > span a[href]:hover,
body.blog .site-content > .entry.post .entry-data .entry-extra > span a[href]:hover,
body.archive .site-content > .entry.post .entry-data .entry-extra > span a[href]:hover,
body.search-results .site-content > .entry.post .entry-data .entry-extra > span a[href]:hover,
body.home.page .posts-list > .entry.post .entry-data .entry-extra > span a[href]:hover,
body.blog .posts-list > .entry.post .entry-data .entry-extra > span a[href]:hover,
body.archive .posts-list > .entry.post .entry-data .entry-extra > span a[href]:hover,
body.search-results .posts-list > .entry.post .entry-data .entry-extra > span a[href]:hover,
body.home.page .site-content > .entry.post .entry-data .entry-meta > span a[href]:hover,
body.blog .site-content > .entry.post .entry-data .entry-meta > span a[href]:hover,
body.archive .site-content > .entry.post .entry-data .entry-meta > span a[href]:hover,
body.search-results .site-content > .entry.post .entry-data .entry-meta > span a[href]:hover,
body.home.page .posts-list > .entry.post .entry-data .entry-meta > span a[href]:hover,
body.blog .posts-list > .entry.post .entry-data .entry-meta > span a[href]:hover,
body.archive .posts-list > .entry.post .entry-data .entry-meta > span a[href]:hover,
body.search-results .posts-list > .entry.post .entry-data .entry-meta > span a[href]:hover,
body.home.page .site-content > .entry.post .entry-data .entry-footer > span a[href]:hover,
body.blog .site-content > .entry.post .entry-data .entry-footer > span a[href]:hover,
body.archive .site-content > .entry.post .entry-data .entry-footer > span a[href]:hover,
body.search-results .site-content > .entry.post .entry-data .entry-footer > span a[href]:hover,
body.home.page .posts-list > .entry.post .entry-data .entry-footer > span a[href]:hover,
body.blog .posts-list > .entry.post .entry-data .entry-footer > span a[href]:hover,
body.archive .posts-list > .entry.post .entry-data .entry-footer > span a[href]:hover,
body.search-results .posts-list > .entry.post .entry-data .entry-footer > span a[href]:hover {
  color: #81b441;
}
body.home.page .site-content > .entry.post .entry-data .entry-extra > span:last-child::after,
body.blog .site-content > .entry.post .entry-data .entry-extra > span:last-child::after,
body.archive .site-content > .entry.post .entry-data .entry-extra > span:last-child::after,
body.search-results .site-content > .entry.post .entry-data .entry-extra > span:last-child::after,
body.home.page .posts-list > .entry.post .entry-data .entry-extra > span:last-child::after,
body.blog .posts-list > .entry.post .entry-data .entry-extra > span:last-child::after,
body.archive .posts-list > .entry.post .entry-data .entry-extra > span:last-child::after,
body.search-results .posts-list > .entry.post .entry-data .entry-extra > span:last-child::after,
body.home.page .site-content > .entry.post .entry-data .entry-meta > span:last-child::after,
body.blog .site-content > .entry.post .entry-data .entry-meta > span:last-child::after,
body.archive .site-content > .entry.post .entry-data .entry-meta > span:last-child::after,
body.search-results .site-content > .entry.post .entry-data .entry-meta > span:last-child::after,
body.home.page .posts-list > .entry.post .entry-data .entry-meta > span:last-child::after,
body.blog .posts-list > .entry.post .entry-data .entry-meta > span:last-child::after,
body.archive .posts-list > .entry.post .entry-data .entry-meta > span:last-child::after,
body.search-results .posts-list > .entry.post .entry-data .entry-meta > span:last-child::after,
body.home.page .site-content > .entry.post .entry-data .entry-footer > span:last-child::after,
body.blog .site-content > .entry.post .entry-data .entry-footer > span:last-child::after,
body.archive .site-content > .entry.post .entry-data .entry-footer > span:last-child::after,
body.search-results .site-content > .entry.post .entry-data .entry-footer > span:last-child::after,
body.home.page .posts-list > .entry.post .entry-data .entry-footer > span:last-child::after,
body.blog .posts-list > .entry.post .entry-data .entry-footer > span:last-child::after,
body.archive .posts-list > .entry.post .entry-data .entry-footer > span:last-child::after,
body.search-results .posts-list > .entry.post .entry-data .entry-footer > span:last-child::after {
  content: none;
}
body.home.page .site-content > .entry.post .entry-data .entry-extra > span.date a::before,
body.blog .site-content > .entry.post .entry-data .entry-extra > span.date a::before,
body.archive .site-content > .entry.post .entry-data .entry-extra > span.date a::before,
body.search-results .site-content > .entry.post .entry-data .entry-extra > span.date a::before,
body.home.page .posts-list > .entry.post .entry-data .entry-extra > span.date a::before,
body.blog .posts-list > .entry.post .entry-data .entry-extra > span.date a::before,
body.archive .posts-list > .entry.post .entry-data .entry-extra > span.date a::before,
body.search-results .posts-list > .entry.post .entry-data .entry-extra > span.date a::before,
body.home.page .site-content > .entry.post .entry-data .entry-meta > span.date a::before,
body.blog .site-content > .entry.post .entry-data .entry-meta > span.date a::before,
body.archive .site-content > .entry.post .entry-data .entry-meta > span.date a::before,
body.search-results .site-content > .entry.post .entry-data .entry-meta > span.date a::before,
body.home.page .posts-list > .entry.post .entry-data .entry-meta > span.date a::before,
body.blog .posts-list > .entry.post .entry-data .entry-meta > span.date a::before,
body.archive .posts-list > .entry.post .entry-data .entry-meta > span.date a::before,
body.search-results .posts-list > .entry.post .entry-data .entry-meta > span.date a::before,
body.home.page .site-content > .entry.post .entry-data .entry-footer > span.date a::before,
body.blog .site-content > .entry.post .entry-data .entry-footer > span.date a::before,
body.archive .site-content > .entry.post .entry-data .entry-footer > span.date a::before,
body.search-results .site-content > .entry.post .entry-data .entry-footer > span.date a::before,
body.home.page .posts-list > .entry.post .entry-data .entry-footer > span.date a::before,
body.blog .posts-list > .entry.post .entry-data .entry-footer > span.date a::before,
body.archive .posts-list > .entry.post .entry-data .entry-footer > span.date a::before,
body.search-results .posts-list > .entry.post .entry-data .entry-footer > span.date a::before {
  content: "\e6b6";
  margin-right: 5px;
  font-family: 'themify';
}
body.home.page .site-content > .entry.post .entry-data .entry-extra > .comments a .count:before,
body.blog .site-content > .entry.post .entry-data .entry-extra > .comments a .count:before,
body.archive .site-content > .entry.post .entry-data .entry-extra > .comments a .count:before,
body.search-results .site-content > .entry.post .entry-data .entry-extra > .comments a .count:before,
body.home.page .posts-list > .entry.post .entry-data .entry-extra > .comments a .count:before,
body.blog .posts-list > .entry.post .entry-data .entry-extra > .comments a .count:before,
body.archive .posts-list > .entry.post .entry-data .entry-extra > .comments a .count:before,
body.search-results .posts-list > .entry.post .entry-data .entry-extra > .comments a .count:before,
body.home.page .site-content > .entry.post .entry-data .entry-meta > .comments a .count:before,
body.blog .site-content > .entry.post .entry-data .entry-meta > .comments a .count:before,
body.archive .site-content > .entry.post .entry-data .entry-meta > .comments a .count:before,
body.search-results .site-content > .entry.post .entry-data .entry-meta > .comments a .count:before,
body.home.page .posts-list > .entry.post .entry-data .entry-meta > .comments a .count:before,
body.blog .posts-list > .entry.post .entry-data .entry-meta > .comments a .count:before,
body.archive .posts-list > .entry.post .entry-data .entry-meta > .comments a .count:before,
body.search-results .posts-list > .entry.post .entry-data .entry-meta > .comments a .count:before,
body.home.page .site-content > .entry.post .entry-data .entry-footer > .comments a .count:before,
body.blog .site-content > .entry.post .entry-data .entry-footer > .comments a .count:before,
body.archive .site-content > .entry.post .entry-data .entry-footer > .comments a .count:before,
body.search-results .site-content > .entry.post .entry-data .entry-footer > .comments a .count:before,
body.home.page .posts-list > .entry.post .entry-data .entry-footer > .comments a .count:before,
body.blog .posts-list > .entry.post .entry-data .entry-footer > .comments a .count:before,
body.archive .posts-list > .entry.post .entry-data .entry-footer > .comments a .count:before,
body.search-results .posts-list > .entry.post .entry-data .entry-footer > .comments a .count:before {
  content: "\e644";
  margin-right: 5px;
  font-family: 'themify';
  display: inline-block;
  vertical-align: middle;
}
body.home.page .site-content > .entry.post .entry-data .entry-extra > .comments .label,
body.blog .site-content > .entry.post .entry-data .entry-extra > .comments .label,
body.archive .site-content > .entry.post .entry-data .entry-extra > .comments .label,
body.search-results .site-content > .entry.post .entry-data .entry-extra > .comments .label,
body.home.page .posts-list > .entry.post .entry-data .entry-extra > .comments .label,
body.blog .posts-list > .entry.post .entry-data .entry-extra > .comments .label,
body.archive .posts-list > .entry.post .entry-data .entry-extra > .comments .label,
body.search-results .posts-list > .entry.post .entry-data .entry-extra > .comments .label,
body.home.page .site-content > .entry.post .entry-data .entry-meta > .comments .label,
body.blog .site-content > .entry.post .entry-data .entry-meta > .comments .label,
body.archive .site-content > .entry.post .entry-data .entry-meta > .comments .label,
body.search-results .site-content > .entry.post .entry-data .entry-meta > .comments .label,
body.home.page .posts-list > .entry.post .entry-data .entry-meta > .comments .label,
body.blog .posts-list > .entry.post .entry-data .entry-meta > .comments .label,
body.archive .posts-list > .entry.post .entry-data .entry-meta > .comments .label,
body.search-results .posts-list > .entry.post .entry-data .entry-meta > .comments .label,
body.home.page .site-content > .entry.post .entry-data .entry-footer > .comments .label,
body.blog .site-content > .entry.post .entry-data .entry-footer > .comments .label,
body.archive .site-content > .entry.post .entry-data .entry-footer > .comments .label,
body.search-results .site-content > .entry.post .entry-data .entry-footer > .comments .label,
body.home.page .posts-list > .entry.post .entry-data .entry-footer > .comments .label,
body.blog .posts-list > .entry.post .entry-data .entry-footer > .comments .label,
body.archive .posts-list > .entry.post .entry-data .entry-footer > .comments .label,
body.search-results .posts-list > .entry.post .entry-data .entry-footer > .comments .label {
  display: none;
}
body.home.page .site-content > .entry.post .entry-data .entry-extra span.date a::before,
body.blog .site-content > .entry.post .entry-data .entry-extra span.date a::before,
body.archive .site-content > .entry.post .entry-data .entry-extra span.date a::before,
body.search-results .site-content > .entry.post .entry-data .entry-extra span.date a::before,
body.home.page .posts-list > .entry.post .entry-data .entry-extra span.date a::before,
body.blog .posts-list > .entry.post .entry-data .entry-extra span.date a::before,
body.archive .posts-list > .entry.post .entry-data .entry-extra span.date a::before,
body.search-results .posts-list > .entry.post .entry-data .entry-extra span.date a::before,
body.home.page .site-content > .entry.post .entry-data .entry-meta span.date a::before,
body.blog .site-content > .entry.post .entry-data .entry-meta span.date a::before,
body.archive .site-content > .entry.post .entry-data .entry-meta span.date a::before,
body.search-results .site-content > .entry.post .entry-data .entry-meta span.date a::before,
body.home.page .posts-list > .entry.post .entry-data .entry-meta span.date a::before,
body.blog .posts-list > .entry.post .entry-data .entry-meta span.date a::before,
body.archive .posts-list > .entry.post .entry-data .entry-meta span.date a::before,
body.search-results .posts-list > .entry.post .entry-data .entry-meta span.date a::before,
body.home.page .site-content > .entry.post .entry-data .entry-footer span.date a::before,
body.blog .site-content > .entry.post .entry-data .entry-footer span.date a::before,
body.archive .site-content > .entry.post .entry-data .entry-footer span.date a::before,
body.search-results .site-content > .entry.post .entry-data .entry-footer span.date a::before,
body.home.page .posts-list > .entry.post .entry-data .entry-footer span.date a::before,
body.blog .posts-list > .entry.post .entry-data .entry-footer span.date a::before,
body.archive .posts-list > .entry.post .entry-data .entry-footer span.date a::before,
body.search-results .posts-list > .entry.post .entry-data .entry-footer span.date a::before {
  content: none;
}
body.home.page .site-content > .entry.post .entry-data .entry-extra > span::after,
body.blog .site-content > .entry.post .entry-data .entry-extra > span::after,
body.archive .site-content > .entry.post .entry-data .entry-extra > span::after,
body.search-results .site-content > .entry.post .entry-data .entry-extra > span::after,
body.home.page .posts-list > .entry.post .entry-data .entry-extra > span::after,
body.blog .posts-list > .entry.post .entry-data .entry-extra > span::after,
body.archive .posts-list > .entry.post .entry-data .entry-extra > span::after,
body.search-results .posts-list > .entry.post .entry-data .entry-extra > span::after {
  content: '/';
}
body.home.page .site-content > .entry.post .entry-data .entry-extra + .entry-title,
body.blog .site-content > .entry.post .entry-data .entry-extra + .entry-title,
body.archive .site-content > .entry.post .entry-data .entry-extra + .entry-title,
body.search-results .site-content > .entry.post .entry-data .entry-extra + .entry-title,
body.home.page .posts-list > .entry.post .entry-data .entry-extra + .entry-title,
body.blog .posts-list > .entry.post .entry-data .entry-extra + .entry-title,
body.archive .posts-list > .entry.post .entry-data .entry-extra + .entry-title,
body.search-results .posts-list > .entry.post .entry-data .entry-extra + .entry-title {
  margin-top: 12px;
}
body.home.page .site-content > .entry.post .entry-data .entry-title,
body.blog .site-content > .entry.post .entry-data .entry-title,
body.archive .site-content > .entry.post .entry-data .entry-title,
body.search-results .site-content > .entry.post .entry-data .entry-title,
body.home.page .posts-list > .entry.post .entry-data .entry-title,
body.blog .posts-list > .entry.post .entry-data .entry-title,
body.archive .posts-list > .entry.post .entry-data .entry-title,
body.search-results .posts-list > .entry.post .entry-data .entry-title {
  margin-top: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
}
body.home.page .site-content > .entry.post .entry-data .entry-meta,
body.blog .site-content > .entry.post .entry-data .entry-meta,
body.archive .site-content > .entry.post .entry-data .entry-meta,
body.search-results .site-content > .entry.post .entry-data .entry-meta,
body.home.page .posts-list > .entry.post .entry-data .entry-meta,
body.blog .posts-list > .entry.post .entry-data .entry-meta,
body.archive .posts-list > .entry.post .entry-data .entry-meta,
body.search-results .posts-list > .entry.post .entry-data .entry-meta {
  margin: 14px 0 20px;
}
body.home.page .site-content > .entry.post .entry-data .entry-header,
body.blog .site-content > .entry.post .entry-data .entry-header,
body.archive .site-content > .entry.post .entry-data .entry-header,
body.search-results .site-content > .entry.post .entry-data .entry-header,
body.home.page .posts-list > .entry.post .entry-data .entry-header,
body.blog .posts-list > .entry.post .entry-data .entry-header,
body.archive .posts-list > .entry.post .entry-data .entry-header,
body.search-results .posts-list > .entry.post .entry-data .entry-header {
  margin-bottom: 17px;
}
body.home.page .site-content > .entry.post .entry-data .entry-header + .entry-content,
body.blog .site-content > .entry.post .entry-data .entry-header + .entry-content,
body.archive .site-content > .entry.post .entry-data .entry-header + .entry-content,
body.search-results .site-content > .entry.post .entry-data .entry-header + .entry-content,
body.home.page .posts-list > .entry.post .entry-data .entry-header + .entry-content,
body.blog .posts-list > .entry.post .entry-data .entry-header + .entry-content,
body.archive .posts-list > .entry.post .entry-data .entry-header + .entry-content,
body.search-results .posts-list > .entry.post .entry-data .entry-header + .entry-content,
body.home.page .site-content > .entry.post .entry-data .entry-header .entry-summary,
body.blog .site-content > .entry.post .entry-data .entry-header .entry-summary,
body.archive .site-content > .entry.post .entry-data .entry-header .entry-summary,
body.search-results .site-content > .entry.post .entry-data .entry-header .entry-summary,
body.home.page .posts-list > .entry.post .entry-data .entry-header .entry-summary,
body.blog .posts-list > .entry.post .entry-data .entry-header .entry-summary,
body.archive .posts-list > .entry.post .entry-data .entry-header .entry-summary,
body.search-results .posts-list > .entry.post .entry-data .entry-header .entry-summary {
  margin-bottom: 17px;
}
body.home.page .site-content > .entry.post .entry-data .entry-content,
body.blog .site-content > .entry.post .entry-data .entry-content,
body.archive .site-content > .entry.post .entry-data .entry-content,
body.search-results .site-content > .entry.post .entry-data .entry-content,
body.home.page .posts-list > .entry.post .entry-data .entry-content,
body.blog .posts-list > .entry.post .entry-data .entry-content,
body.archive .posts-list > .entry.post .entry-data .entry-content,
body.search-results .posts-list > .entry.post .entry-data .entry-content,
body.home.page .site-content > .entry.post .entry-data .entry-summary,
body.blog .site-content > .entry.post .entry-data .entry-summary,
body.archive .site-content > .entry.post .entry-data .entry-summary,
body.search-results .site-content > .entry.post .entry-data .entry-summary,
body.home.page .posts-list > .entry.post .entry-data .entry-summary,
body.blog .posts-list > .entry.post .entry-data .entry-summary,
body.archive .posts-list > .entry.post .entry-data .entry-summary,
body.search-results .posts-list > .entry.post .entry-data .entry-summary {
  display: none;
  margin: 10px 0;
}
body.home.page .site-content > .entry.post .entry-data .entry-content iframe,
body.blog .site-content > .entry.post .entry-data .entry-content iframe,
body.archive .site-content > .entry.post .entry-data .entry-content iframe,
body.search-results .site-content > .entry.post .entry-data .entry-content iframe,
body.home.page .posts-list > .entry.post .entry-data .entry-content iframe,
body.blog .posts-list > .entry.post .entry-data .entry-content iframe,
body.archive .posts-list > .entry.post .entry-data .entry-content iframe,
body.search-results .posts-list > .entry.post .entry-data .entry-content iframe,
body.home.page .site-content > .entry.post .entry-data .entry-summary iframe,
body.blog .site-content > .entry.post .entry-data .entry-summary iframe,
body.archive .site-content > .entry.post .entry-data .entry-summary iframe,
body.search-results .site-content > .entry.post .entry-data .entry-summary iframe,
body.home.page .posts-list > .entry.post .entry-data .entry-summary iframe,
body.blog .posts-list > .entry.post .entry-data .entry-summary iframe,
body.archive .posts-list > .entry.post .entry-data .entry-summary iframe,
body.search-results .posts-list > .entry.post .entry-data .entry-summary iframe,
body.home.page .site-content > .entry.post .entry-data .entry-content embed,
body.blog .site-content > .entry.post .entry-data .entry-content embed,
body.archive .site-content > .entry.post .entry-data .entry-content embed,
body.search-results .site-content > .entry.post .entry-data .entry-content embed,
body.home.page .posts-list > .entry.post .entry-data .entry-content embed,
body.blog .posts-list > .entry.post .entry-data .entry-content embed,
body.archive .posts-list > .entry.post .entry-data .entry-content embed,
body.search-results .posts-list > .entry.post .entry-data .entry-content embed,
body.home.page .site-content > .entry.post .entry-data .entry-summary embed,
body.blog .site-content > .entry.post .entry-data .entry-summary embed,
body.archive .site-content > .entry.post .entry-data .entry-summary embed,
body.search-results .site-content > .entry.post .entry-data .entry-summary embed,
body.home.page .posts-list > .entry.post .entry-data .entry-summary embed,
body.blog .posts-list > .entry.post .entry-data .entry-summary embed,
body.archive .posts-list > .entry.post .entry-data .entry-summary embed,
body.search-results .posts-list > .entry.post .entry-data .entry-summary embed {
  width: 100% !important;
}
body.home.page .site-content > .entry.post .entry-data .entry-content p:last-child,
body.blog .site-content > .entry.post .entry-data .entry-content p:last-child,
body.archive .site-content > .entry.post .entry-data .entry-content p:last-child,
body.search-results .site-content > .entry.post .entry-data .entry-content p:last-child,
body.home.page .posts-list > .entry.post .entry-data .entry-content p:last-child,
body.blog .posts-list > .entry.post .entry-data .entry-content p:last-child,
body.archive .posts-list > .entry.post .entry-data .entry-content p:last-child,
body.search-results .posts-list > .entry.post .entry-data .entry-content p:last-child,
body.home.page .site-content > .entry.post .entry-data .entry-summary p:last-child,
body.blog .site-content > .entry.post .entry-data .entry-summary p:last-child,
body.archive .site-content > .entry.post .entry-data .entry-summary p:last-child,
body.search-results .site-content > .entry.post .entry-data .entry-summary p:last-child,
body.home.page .posts-list > .entry.post .entry-data .entry-summary p:last-child,
body.blog .posts-list > .entry.post .entry-data .entry-summary p:last-child,
body.archive .posts-list > .entry.post .entry-data .entry-summary p:last-child,
body.search-results .posts-list > .entry.post .entry-data .entry-summary p:last-child {
  margin-bottom: 0;
}
body.home.page .site-content > .entry.post .entry-data .entry-content::after,
body.blog .site-content > .entry.post .entry-data .entry-content::after,
body.archive .site-content > .entry.post .entry-data .entry-content::after,
body.search-results .site-content > .entry.post .entry-data .entry-content::after,
body.home.page .posts-list > .entry.post .entry-data .entry-content::after,
body.blog .posts-list > .entry.post .entry-data .entry-content::after,
body.archive .posts-list > .entry.post .entry-data .entry-content::after,
body.search-results .posts-list > .entry.post .entry-data .entry-content::after,
body.home.page .site-content > .entry.post .entry-data .entry-summary::after,
body.blog .site-content > .entry.post .entry-data .entry-summary::after,
body.archive .site-content > .entry.post .entry-data .entry-summary::after,
body.search-results .site-content > .entry.post .entry-data .entry-summary::after,
body.home.page .posts-list > .entry.post .entry-data .entry-summary::after,
body.blog .posts-list > .entry.post .entry-data .entry-summary::after,
body.archive .posts-list > .entry.post .entry-data .entry-summary::after,
body.search-results .posts-list > .entry.post .entry-data .entry-summary::after {
  content: "";
  display: table;
  clear: both;
}
body.home.page .site-content > .entry.post .entry-data .entry-footer .taxonomy,
body.blog .site-content > .entry.post .entry-data .entry-footer .taxonomy,
body.archive .site-content > .entry.post .entry-data .entry-footer .taxonomy,
body.search-results .site-content > .entry.post .entry-data .entry-footer .taxonomy,
body.home.page .posts-list > .entry.post .entry-data .entry-footer .taxonomy,
body.blog .posts-list > .entry.post .entry-data .entry-footer .taxonomy,
body.archive .posts-list > .entry.post .entry-data .entry-footer .taxonomy,
body.search-results .posts-list > .entry.post .entry-data .entry-footer .taxonomy {
  padding-left: 47px;
  display: block;
  font-weight: bold;
  padding-left: 0;
}
body.home.page .site-content > .entry.post .entry-data .entry-footer .taxonomy label,
body.blog .site-content > .entry.post .entry-data .entry-footer .taxonomy label,
body.archive .site-content > .entry.post .entry-data .entry-footer .taxonomy label,
body.search-results .site-content > .entry.post .entry-data .entry-footer .taxonomy label,
body.home.page .posts-list > .entry.post .entry-data .entry-footer .taxonomy label,
body.blog .posts-list > .entry.post .entry-data .entry-footer .taxonomy label,
body.archive .posts-list > .entry.post .entry-data .entry-footer .taxonomy label,
body.search-results .posts-list > .entry.post .entry-data .entry-footer .taxonomy label {
  display: none;
}
body.home.page .site-content > .entry.post .entry-data .entry-footer .taxonomy .links,
body.blog .site-content > .entry.post .entry-data .entry-footer .taxonomy .links,
body.archive .site-content > .entry.post .entry-data .entry-footer .taxonomy .links,
body.search-results .site-content > .entry.post .entry-data .entry-footer .taxonomy .links,
body.home.page .posts-list > .entry.post .entry-data .entry-footer .taxonomy .links,
body.blog .posts-list > .entry.post .entry-data .entry-footer .taxonomy .links,
body.archive .posts-list > .entry.post .entry-data .entry-footer .taxonomy .links,
body.search-results .posts-list > .entry.post .entry-data .entry-footer .taxonomy .links {
  display: block;
}
body.home.page .site-content > .entry.post .entry-data .entry-footer .taxonomy .links span,
body.blog .site-content > .entry.post .entry-data .entry-footer .taxonomy .links span,
body.archive .site-content > .entry.post .entry-data .entry-footer .taxonomy .links span,
body.search-results .site-content > .entry.post .entry-data .entry-footer .taxonomy .links span,
body.home.page .posts-list > .entry.post .entry-data .entry-footer .taxonomy .links span,
body.blog .posts-list > .entry.post .entry-data .entry-footer .taxonomy .links span,
body.archive .posts-list > .entry.post .entry-data .entry-footer .taxonomy .links span,
body.search-results .posts-list > .entry.post .entry-data .entry-footer .taxonomy .links span {
  display: none;
}
body.home.page .site-content > .entry.post .entry-data .entry-footer .taxonomy .links a,
body.blog .site-content > .entry.post .entry-data .entry-footer .taxonomy .links a,
body.archive .site-content > .entry.post .entry-data .entry-footer .taxonomy .links a,
body.search-results .site-content > .entry.post .entry-data .entry-footer .taxonomy .links a,
body.home.page .posts-list > .entry.post .entry-data .entry-footer .taxonomy .links a,
body.blog .posts-list > .entry.post .entry-data .entry-footer .taxonomy .links a,
body.archive .posts-list > .entry.post .entry-data .entry-footer .taxonomy .links a,
body.search-results .posts-list > .entry.post .entry-data .entry-footer .taxonomy .links a {
  font-size: 9px;
  font-family: "Open Sans";
  color: #888888;
  background-color: #ffffff;
  border-radius: 3px;
  line-height: 23px;
  padding: 0 21px;
  font-weight: 500;
  letter-spacing: 0;
  display: inline-block;
  text-transform: uppercase;
  margin-right: 5px;
  margin-bottom: 5px;
  border: 1px solid #f0f0f0;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  float: left;
}
body.home.page .site-content > .entry.post .entry-data .entry-footer .taxonomy .links a:hover,
body.blog .site-content > .entry.post .entry-data .entry-footer .taxonomy .links a:hover,
body.archive .site-content > .entry.post .entry-data .entry-footer .taxonomy .links a:hover,
body.search-results .site-content > .entry.post .entry-data .entry-footer .taxonomy .links a:hover,
body.home.page .posts-list > .entry.post .entry-data .entry-footer .taxonomy .links a:hover,
body.blog .posts-list > .entry.post .entry-data .entry-footer .taxonomy .links a:hover,
body.archive .posts-list > .entry.post .entry-data .entry-footer .taxonomy .links a:hover,
body.search-results .posts-list > .entry.post .entry-data .entry-footer .taxonomy .links a:hover {
  border-color: #222222;
  color: #000000;
}
body.home.page .site-content > .entry.post .entry-data .entry-footer .taxonomy .links:after,
body.blog .site-content > .entry.post .entry-data .entry-footer .taxonomy .links:after,
body.archive .site-content > .entry.post .entry-data .entry-footer .taxonomy .links:after,
body.search-results .site-content > .entry.post .entry-data .entry-footer .taxonomy .links:after,
body.home.page .posts-list > .entry.post .entry-data .entry-footer .taxonomy .links:after,
body.blog .posts-list > .entry.post .entry-data .entry-footer .taxonomy .links:after,
body.archive .posts-list > .entry.post .entry-data .entry-footer .taxonomy .links:after,
body.search-results .posts-list > .entry.post .entry-data .entry-footer .taxonomy .links:after {
  content: " ";
  display: table;
  clear: both;
}
body.home.page .site-content > .entry.post .entry-data .entry-share,
body.blog .site-content > .entry.post .entry-data .entry-share,
body.archive .site-content > .entry.post .entry-data .entry-share,
body.search-results .site-content > .entry.post .entry-data .entry-share,
body.home.page .posts-list > .entry.post .entry-data .entry-share,
body.blog .posts-list > .entry.post .entry-data .entry-share,
body.archive .posts-list > .entry.post .entry-data .entry-share,
body.search-results .posts-list > .entry.post .entry-data .entry-share {
  margin-top: 35px;
}
body.home.page .site-content > .entry.post .entry-data .entry-share .helper,
body.blog .site-content > .entry.post .entry-data .entry-share .helper,
body.archive .site-content > .entry.post .entry-data .entry-share .helper,
body.search-results .site-content > .entry.post .entry-data .entry-share .helper,
body.home.page .posts-list > .entry.post .entry-data .entry-share .helper,
body.blog .posts-list > .entry.post .entry-data .entry-share .helper,
body.archive .posts-list > .entry.post .entry-data .entry-share .helper,
body.search-results .posts-list > .entry.post .entry-data .entry-share .helper {
  display: none;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #000000;
  font-weight: 700;
  line-height: 1.1;
}
body.home.page .site-content > .entry.post .entry-data::after,
body.blog .site-content > .entry.post .entry-data::after,
body.archive .site-content > .entry.post .entry-data::after,
body.search-results .site-content > .entry.post .entry-data::after,
body.home.page .posts-list > .entry.post .entry-data::after,
body.blog .posts-list > .entry.post .entry-data::after,
body.archive .posts-list > .entry.post .entry-data::after,
body.search-results .posts-list > .entry.post .entry-data::after {
  content: "";
  display: table;
  clear: both;
}
body.home.page .site-content > .entry.post .entry-video + .entry-data,
body.blog .site-content > .entry.post .entry-video + .entry-data,
body.archive .site-content > .entry.post .entry-video + .entry-data,
body.search-results .site-content > .entry.post .entry-video + .entry-data,
body.home.page .posts-list > .entry.post .entry-video + .entry-data,
body.blog .posts-list > .entry.post .entry-video + .entry-data,
body.archive .posts-list > .entry.post .entry-video + .entry-data,
body.search-results .posts-list > .entry.post .entry-video + .entry-data,
body.home.page .site-content > .entry.post .entry-thumbnail + .entry-data,
body.blog .site-content > .entry.post .entry-thumbnail + .entry-data,
body.archive .site-content > .entry.post .entry-thumbnail + .entry-data,
body.search-results .site-content > .entry.post .entry-thumbnail + .entry-data,
body.home.page .posts-list > .entry.post .entry-thumbnail + .entry-data,
body.blog .posts-list > .entry.post .entry-thumbnail + .entry-data,
body.archive .posts-list > .entry.post .entry-thumbnail + .entry-data,
body.search-results .posts-list > .entry.post .entry-thumbnail + .entry-data,
body.home.page .site-content > .entry.post .entry-gallery + .entry-data,
body.blog .site-content > .entry.post .entry-gallery + .entry-data,
body.archive .site-content > .entry.post .entry-gallery + .entry-data,
body.search-results .site-content > .entry.post .entry-gallery + .entry-data,
body.home.page .posts-list > .entry.post .entry-gallery + .entry-data,
body.blog .posts-list > .entry.post .entry-gallery + .entry-data,
body.archive .posts-list > .entry.post .entry-gallery + .entry-data,
body.search-results .posts-list > .entry.post .entry-gallery + .entry-data {
  border-top: 0 !important;
  border-radius: 0 0 4px 4px !important;
}
body.home.page .site-content > .entry.post .entry-video + .entry-data .entry-content,
body.blog .site-content > .entry.post .entry-video + .entry-data .entry-content,
body.archive .site-content > .entry.post .entry-video + .entry-data .entry-content,
body.search-results .site-content > .entry.post .entry-video + .entry-data .entry-content,
body.home.page .posts-list > .entry.post .entry-video + .entry-data .entry-content,
body.blog .posts-list > .entry.post .entry-video + .entry-data .entry-content,
body.archive .posts-list > .entry.post .entry-video + .entry-data .entry-content,
body.search-results .posts-list > .entry.post .entry-video + .entry-data .entry-content,
body.home.page .site-content > .entry.post .entry-thumbnail + .entry-data .entry-content,
body.blog .site-content > .entry.post .entry-thumbnail + .entry-data .entry-content,
body.archive .site-content > .entry.post .entry-thumbnail + .entry-data .entry-content,
body.search-results .site-content > .entry.post .entry-thumbnail + .entry-data .entry-content,
body.home.page .posts-list > .entry.post .entry-thumbnail + .entry-data .entry-content,
body.blog .posts-list > .entry.post .entry-thumbnail + .entry-data .entry-content,
body.archive .posts-list > .entry.post .entry-thumbnail + .entry-data .entry-content,
body.search-results .posts-list > .entry.post .entry-thumbnail + .entry-data .entry-content,
body.home.page .site-content > .entry.post .entry-gallery + .entry-data .entry-content,
body.blog .site-content > .entry.post .entry-gallery + .entry-data .entry-content,
body.archive .site-content > .entry.post .entry-gallery + .entry-data .entry-content,
body.search-results .site-content > .entry.post .entry-gallery + .entry-data .entry-content,
body.home.page .posts-list > .entry.post .entry-gallery + .entry-data .entry-content,
body.blog .posts-list > .entry.post .entry-gallery + .entry-data .entry-content,
body.archive .posts-list > .entry.post .entry-gallery + .entry-data .entry-content,
body.search-results .posts-list > .entry.post .entry-gallery + .entry-data .entry-content {
  display: none;
}
.entry-share a .share-box i {
  display: inline-block;
  padding: 0 24px;
  margin-right: 9px;
  margin-bottom: 9px;
  color: #ffffff;
  font-size: 12px;
  -webkit-transition: all 250ms;
  -khtml-transition: all 250ms;
  -moz-transition: all 250ms;
  -ms-transition: all 250ms;
  transition: all 250ms;
  line-height: 41px;
}
.entry-share a .share-box i::after {
  margin-left: 19px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: montserrat;
  letter-spacing: 2px;
}
.entry-share a .share-box i.fa-facebook {
  background-color: #469;
}
.entry-share a .share-box i.fa-facebook:hover {
  background-color: #6c8dbe;
}
.entry-share a .share-box i.fa-facebook:active {
  background-color: #8fa8cd;
}
.entry-share a .share-box i.fa-twitter {
  background-color: #09f;
}
.entry-share a .share-box i.fa-twitter:hover {
  background-color: #4db8ff;
}
.entry-share a .share-box i.fa-twitter:active {
  background-color: #80ccff;
}
.entry-share a .share-box i.fa-pinterest {
  background-color: #c22;
}
.entry-share a .share-box i.fa-pinterest:hover {
  background-color: #e35757;
}
.entry-share a .share-box i.fa-pinterest:active {
  background-color: #ea8383;
}
.entry-share a .share-box i.fa-linkedin {
  background-color: #07d;
}
.entry-share a .share-box i.fa-linkedin:hover {
  background-color: #2b9dff;
}
.entry-share a .share-box i.fa-linkedin:active {
  background-color: #5eb4ff;
}
.entry-share a .share-box i.fa-google-plus {
  background-color: #d43;
}
.entry-share a .share-box i.fa-google-plus:hover {
  background-color: #e88075;
}
.entry-share a .share-box i.fa-google-plus:active {
  background-color: #efa8a0;
}
.entry-share a .share-box i.fa-facebook::after {
  content: 'Facebook';
}
.entry-share a .share-box i.fa-twitter::after {
  content: 'Twitter';
}
.entry-share a .share-box i.fa-pinterest::after {
  content: 'Pinterest';
}
.entry-share a .share-box i.fa-linkedin::after {
  content: 'LinkedIn';
}
.entry-share a .share-box i.fa-google-plus::after {
  content: 'Google+';
}
.entry-share a .share-box i.fa-comment-o {
  display: none;
}
.site-header {
  position: relative;
}
.site-header.scrolled {
  padding-top: 110px;
}
.site-header.scrolled .header-main {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}
.site-header.scrolled .header-main .site-title img {
  -webkit-transition: all 0.5s ease-out;
  -khtml-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.site-header.scrolled .header-main span.hot,
.site-header.scrolled .header-main span.new {
  display: none;
}
.site-header .header-main {
  position: relative;
  width: 100%;
  z-index: 5;
  box-sizing: border-box;
  background-color: #ffffff;
  line-height: 0;
}
.site-header .header-main > div {
  position: relative;
}
.site-header .header-main.fs {
  background-color: #ffffff;
}
.site-header .header-main.fs nav.primary-navigation > div > ul > li > a {
  color: #333333;
}
.site-header .header-main .site-title {
  line-height: 110px;
  vertical-align: middle;
  display: inline-block;
  float: left;
  margin-right: 128px;
}
@media (max-width: 786px) {
  .site-header .header-main .site-title {
    margin-right: 0;
  }
}
.site-header .header-main .site-title img {
  -webkit-transition: all 0.5s ease-out;
  -khtml-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 81px;
  vertical-align: middle;
}
.site-header .header-main .site-title span {
  color: #333333;
  font-weight: 900;
  font-size: 20px;
  letter-spacing: 0;
}
.site-header .header-main .trigger {
  margin-right: 20px;
  line-height: 110px;
  color: #e5e5e5;
  font-size: 18px;
  float: right;
  display: none;
}
.site-header .header-main .trigger.active {
  color: #333333;
}
.site-header .header-main .trigger.search::after {
  content: "\f002";
}
.site-header .header-main .trigger.gmap::after {
  content: "\f041";
}
.site-header .header-main .trigger::after {
  font-family: FontAwesome;
}
@media (max-width: 786px) {
  .site-header .header-main .trigger {
    display: inline;
  }
}
.site-header .header-main .header-my-account {
  margin-left: 20px;
  float: right;
  font-size: 15px;
}
@media screen and (max-width: 992px) {
  .site-header .header-main .header-my-account {
    position: absolute;
    right: 45px;
  }
}
.site-header .header-main .header-my-account.logged-in .dropdown {
  position: relative;
}
.site-header .header-main .header-my-account.logged-in .dropdown .link {
  display: inline-block;
  position: relative;
}
.site-header .header-main .header-my-account.logged-in .dropdown .link a {
  display: inline-block;
  line-height: 110px;
  color: #222222;
  font-family: Montserrat, sans-serif;
  letter-spacing: 0;
  font-size: 11px;
  text-transform: uppercase;
  position: relative;
  padding: 0 19px;
  padding-right: 0;
}
.site-header .header-main .header-my-account.logged-in .dropdown .link a img {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  margin-top: -2.5px;
}
.site-header .header-main .header-my-account.logged-in .dropdown .link a span {
  margin-right: 7px;
}
.site-header .header-main .header-my-account.logged-in .dropdown .link a label {
  display: none;
}
.site-header .header-main .header-my-account.logged-in .dropdown .link a::after {
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "";
  margin-right: -41px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 28px;
  border: 2px solid #f0f0f0;
  border-radius: 50px;
}
.site-header .header-main .header-my-account.logged-in .dropdown::after {
  font-family: FontAwesome;
  padding-right: 18px;
  font-size: 21px;
  content: "\f107";
  color: #333333;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5;
  position: relative;
  z-index: 9999;
}
.site-header .header-main .header-my-account.logged-in .dropdown .widgettitle {
  display: none;
}
.site-header .header-main .header-my-account.logged-in .dropdown .widget_azexo_dashboard_links {
  position: absolute;
  right: 0;
  top: 110px;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  line-height: 20px;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform: translate(0, 30px);
  -khtml-transform: translate(0, 30px);
  -moz-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  transform: translate(0, 30px);
}
.site-header .header-main .header-my-account.logged-in .dropdown .widget_azexo_dashboard_links ul {
  text-align: right;
  background-color: #222222;
  padding: 30px;
  margin-left: -11px;
  padding-top: 21px;
  padding-bottom: 21px;
}
.site-header .header-main .header-my-account.logged-in .dropdown .widget_azexo_dashboard_links ul li {
  padding: 5px 0 9px;
}
.site-header .header-main .header-my-account.logged-in .dropdown .widget_azexo_dashboard_links ul li:last-child {
  padding-bottom: 5px;
}
.site-header .header-main .header-my-account.logged-in .dropdown .widget_azexo_dashboard_links ul li a {
  -webkit-transform: translate(0, 0);
  -khtml-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.2s linear;
  -khtml-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-size: 13px;
  text-transform: uppercase;
  color: #ffffff;
  text-transform: none;
  white-space: nowrap;
  vertical-align: middle;
  display: block;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.5px;
  font-weight: 600;
  line-height: 1.6;
}
.site-header .header-main .header-my-account.logged-in .dropdown .widget_azexo_dashboard_links ul li:hover {
  background-color: #222222;
}
.site-header .header-main .header-my-account.logged-in .dropdown .widget_azexo_dashboard_links ul li:hover a {
  color: #888888;
}
.site-header .header-main .header-my-account.logged-in .dropdown .widget_azexo_dashboard_links ul li.active li {
  background-color: #ffffff;
}
.site-header .header-main .header-my-account.logged-in .dropdown .widget_azexo_dashboard_links ul li.active a {
  color: #81b441;
}
.site-header .header-main .header-my-account.logged-in .dropdown .widget_azexo_dashboard_links ul li:last-of-type a::after {
  display: none;
}
.site-header .header-main .header-my-account.logged-in .dropdown:hover .widget_azexo_dashboard_links {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -khtml-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.2s linear;
  -khtml-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.site-header .header-main .header-my-account:not(.logged-in) .dropdown .link {
  display: inline-block;
  position: relative;
}
.site-header .header-main .header-my-account:not(.logged-in) .dropdown .link a {
  line-height: 110px;
  color: #222222;
  font-family: Montserrat, sans-serif;
  letter-spacing: 0;
  font-size: 11px;
  text-transform: uppercase;
  position: relative;
  padding: 0 19px;
}
.site-header .header-main .header-my-account:not(.logged-in) .dropdown .link a:hover {
  color: #222222;
}
.site-header .header-main .header-my-account:not(.logged-in) .dropdown .link a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 28px;
  border: 2px solid #f0f0f0;
  border-radius: 50px;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.site-header .header-main .header-my-account:not(.logged-in) .dropdown .link label[for="login-register-toggle"] {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  margin: 0;
  z-index: 1;
}
.site-header .header-main .header-my-account:not(.logged-in) .dropdown .form {
  color: #333333;
  display: none;
  line-height: 1.5;
  background-color: #ffffff;
  position: fixed;
  left: 50vw;
  top: 50vh;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 7;
  padding: 50px;
  padding-top: 40px;
  padding: 10px 40px 26px;
  border-radius: 3px;
  width: 340px;
}
.site-header .header-main .header-my-account:not(.logged-in) .dropdown .form form .form-row {
  position: relative;
}
.site-header .header-main .header-my-account:not(.logged-in) .dropdown .form form .form-row > input[type="submit"] {
  margin-top: 40px;
}
.site-header .header-main .header-my-account:not(.logged-in) .dropdown .form form .form-row > input[type="submit"] + input + label {
  position: absolute;
  top: 0;
  left: 0;
}
.site-header .header-main .header-my-account:not(.logged-in) .dropdown .form form .form-row:last-child > input[type="submit"] {
  margin-top: 0;
}
.site-header .header-main .header-my-account:not(.logged-in) .dropdown .form .col-1,
.site-header .header-main .header-my-account:not(.logged-in) .dropdown .form span.register {
  display: block;
}
.site-header .header-main .header-my-account:not(.logged-in) .dropdown .form .col-2,
.site-header .header-main .header-my-account:not(.logged-in) .dropdown .form span.login {
  display: none;
}
.site-header .header-main .header-my-account:not(.logged-in) .dropdown .form .lost_password {
  line-height: 1;
  margin-bottom: -6px;
}
.site-header .header-main .header-my-account:not(.logged-in) .dropdown .form .lost_password a {
  font-family: "Montserrat";
  font-size: 14px;
}
.site-header .header-main .header-my-account:not(.logged-in) .dropdown .form label[for="login-register-toggle"]::before {
  content: "\f00d";
  font-family: FontAwesome;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 16px;
  color: #333333;
  cursor: pointer;
  line-height: 1;
}
.site-header .header-main .header-my-account:not(.logged-in) .dropdown .form label[for="register-toggle"] {
  color: #81b441;
  font-weight: 400;
  right: 50px;
  line-height: 33px;
  font-family: "Montserrat";
  cursor: pointer;
  right: 40px;
  position: absolute;
  top: 40px;
}
@media screen and (max-width: 375px) {
  .site-header .header-main .header-my-account:not(.logged-in) .dropdown .form label[for="register-toggle"] {
    top: 50px;
  }
}
.site-header .header-main .header-my-account:not(.logged-in) .dropdown .form #register-toggle:checked ~ .col2-set .col-1 {
  display: none;
}
.site-header .header-main .header-my-account:not(.logged-in) .dropdown .form #register-toggle:checked ~ .col2-set .col-2 {
  display: block;
}
.site-header .header-main .header-my-account:not(.logged-in) .dropdown .form #register-toggle:checked ~ label span.register {
  display: none;
}
.site-header .header-main .header-my-account:not(.logged-in) .dropdown .form #register-toggle:checked ~ label span.login {
  display: block;
}
.site-header .header-main .header-my-account:not(.logged-in) .dropdown .form #customer_login h2 {
  margin-top: 0;
  margin-top: 1px;
}
.site-header .header-main .header-my-account:not(.logged-in) .dropdown .form input + .woocommerce-password-strength.short {
  margin-top: 20px;
}
.site-header .header-main .header-my-account:not(.logged-in) .dropdown .form .social-login {
  white-space: normal;
  text-align: center;
  margin-top: 33px;
}
.site-header .header-main .header-my-account:not(.logged-in) .dropdown .form .social-login label {
  color: #999999;
  font-size: 20px;
  margin-bottom: 10px;
  display: block;
  line-height: 1;
  font-weight: 400;
}
.site-header .header-main .header-my-account:not(.logged-in) .dropdown .form .social-login a {
  display: inline-block;
  margin-right: 25px;
  font-size: 25px;
}
.site-header .header-main .header-my-account:not(.logged-in) .dropdown .form .social-login a:last-child {
  margin-right: 0;
}
@media screen and (max-width: 375px) {
  .site-header .header-main .header-my-account:not(.logged-in) .dropdown .form {
    padding: 10px 10px 26px;
    max-width: 100vw;
    box-sizing: border-box;
  }
}
.site-header .header-main .header-my-account:not(.logged-in) .dropdown #login-register-toggle:checked ~ .form {
  display: block;
}
.site-header .header-main .header-my-account:not(.logged-in) .dropdown #login-register-toggle:checked ~ .link label {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  height: 200vh;
  bottom: auto;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.site-header .azqf-query-form {
  margin: 30px 0;
}
@media (max-width: 768px) {
  .site-header .azqf-query-form {
    overflow: hidden;
  }
  .site-header:not(.search-triggered) .azqf-query-form {
    max-height: 0;
    margin: 0;
    -webkit-transition: all 0.4s ease-in;
    -khtml-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
  }
  .site-header.search-triggered .azqf-query-form {
    max-height: 600px;
    margin: 30px 0;
    -webkit-transition: all 0.4s ease-out;
    -khtml-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
}
@media (max-width: 1100px) {
  .site-header {
    padding-top: 0;
  }
  .site-header.scrolled {
    padding-top: 0;
  }
  .site-header .header-main {
    top: 0 !important;
    margin-top: 0 !important;
    display: block;
    position: relative !important;
    left: 0 !important;
  }
  .site-header .header-main.fs {
    background-color: #ffffff;
  }
  .site-header .header-main .custom-header {
    margin-right: 0;
  }
  .site-header .header-main .custom-header > ul {
    border-left: none;
  }
}
.search-wrapper {
  display: inline-block;
  float: right;
  width: 150px;
  height: 110px;
  display: flex;
  align-items: center;
  margin-right: 15px;
  -webkit-transition: all 0.15s ease-in-out;
  -khtml-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.search-wrapper:hover {
  width: 220px;
}
.search-wrapper .searchform {
  display: inline-block !important;
}
.search-wrapper .searchform .searchform-wrapper {
  position: relative;
  display: table;
  border-collapse: separate;
  width: 100%;
  line-height: 40px;
}
.search-wrapper .searchform .searchform-wrapper input[name="s"] {
  display: table-cell;
  float: left;
  position: relative;
  z-index: 2;
  margin-bottom: 0;
  padding: 5px 10px;
  height: 40px;
  border: 1px solid #f5f5f5;
  border-radius: 0;
  background-color: #ffffff;
  background-image: none;
  color: #000000;
  line-height: 1.42857143;
  font-weight: 300;
  box-shadow: none;
  box-sizing: border-box;
}
.search-wrapper .searchform .searchform-wrapper input[name="s"]:focus {
  outline: none;
}
.search-wrapper .searchform .searchform-wrapper input[name="s"]:placeholder {
  color: #333333;
}
.search-wrapper .searchform .searchform-wrapper input[name="s"]::placeholder {
  color: #333333;
}
.search-wrapper .searchform .searchform-wrapper input[name="s"]::-webkit-input-placeholder {
  color: #333333;
}
.search-wrapper .searchform .searchform-wrapper input[name="s"]::-moz-placeholder {
  color: #333333;
}
.search-wrapper .searchform .searchform-wrapper input[name="s"]:-moz-placeholder {
  color: #333333;
}
.search-wrapper .searchform .searchform-wrapper input[name="s"]:-ms-input-placeholder {
  color: #333333;
}
.search-wrapper .searchform .searchform-wrapper .submit {
  display: table-cell;
  vertical-align: top;
  width: 1%;
  position: relative;
  line-height: 0;
}
.search-wrapper .searchform .searchform-wrapper .submit::before {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 15px;
  line-height: 15px;
  vertical-align: middle;
  display: inline;
  color: #333333;
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  content: "\f002";
  pointer-events: none;
}
.search-wrapper .searchform .searchform-wrapper .submit input[type="submit"] {
  height: 40px;
  background-color: #ffffff;
  border: 1px solid #f5f5f5;
  border-left: none;
  position: relative;
  font-size: 0;
  white-space: nowrap;
  padding: 6px 12px;
  min-width: 45px;
  color: transparent;
  -webkit-transition: all 0.15s ease-in-out;
  -khtml-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
  text-align: center;
  box-shadow: none;
}
.search-wrapper .searchform .searchform-wrapper .submit input[type="submit"]:hover {
  background-color: #e5e5e5;
  -webkit-transition: all 0.15s ease-in-out;
  -khtml-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.search-wrapper .searchform::after {
  content: "";
  display: table;
  clear: both;
}
.search-wrapper i {
  display: none !important;
}
@media (max-width: 786px) {
  .search-wrapper {
    float: left;
  }
}
nav.primary-navigation {
  pointer-events: none;
  display: inline-block;
  background-color: #ffffff;
}
nav.primary-navigation ul.nav-menu:not(.vc) > li.menu-item {
  pointer-events: all;
}
nav.primary-navigation ul.nav-menu:not(.vc) > li.menu-item.menu-item-has-children::before,
nav.primary-navigation ul.nav-menu:not(.vc) > li.menu-item.mega::before {
  content: " ";
  opacity: 0;
  -webkit-transform: translate(0, 30px);
  -khtml-transform: translate(0, 30px);
  -moz-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  transform: translate(0, 30px);
  -webkit-transition: all 0.1s linear 0s;
  -khtml-transition: all 0.1s linear 0s;
  -moz-transition: all 0.1s linear 0s;
  -ms-transition: all 0.1s linear 0s;
  transition: all 0.1s linear 0s;
  visibility: hidden;
  position: absolute;
  left: 50%;
  width: 0 !important;
  height: 0;
  border-style: solid;
  line-height: 0;
  margin-left: -8px;
  border-color: transparent;
  bottom: 0;
  border-width: 0 8px 8px;
  border-bottom-color: #222222;
}
nav.primary-navigation ul.nav-menu:not(.vc) > li.menu-item.menu-item-has-children::after,
nav.primary-navigation ul.nav-menu:not(.vc) > li.menu-item.mega::after {
  content: " ";
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(0, 30px);
  -khtml-transform: translate(0, 30px);
  -moz-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  transform: translate(0, 30px);
  -webkit-transition: all 0.1s linear 0s;
  -khtml-transition: all 0.1s linear 0s;
  -moz-transition: all 0.1s linear 0s;
  -ms-transition: all 0.1s linear 0s;
  transition: all 0.1s linear 0s;
  position: absolute;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  line-height: 0;
  margin-left: -8px;
  border-color: transparent;
  bottom: -1px;
  border-width: 0 8px 8px;
  border-bottom-color: #222222;
}
nav.primary-navigation ul.nav-menu:not(.vc) > li.menu-item.menu-item-has-children:hover::before,
nav.primary-navigation ul.nav-menu:not(.vc) > li.menu-item.mega:hover::before {
  visibility: visible;
  -webkit-transform: translate(0, 0);
  -khtml-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.35s linear 0.2s;
  -khtml-transition: all 0.35s linear 0.2s;
  -moz-transition: all 0.35s linear 0.2s;
  -ms-transition: all 0.35s linear 0.2s;
  transition: all 0.35s linear 0.2s;
  opacity: 1;
}
nav.primary-navigation ul.nav-menu:not(.vc) > li.menu-item.menu-item-has-children:hover::after,
nav.primary-navigation ul.nav-menu:not(.vc) > li.menu-item.mega:hover::after {
  -webkit-transform: translate(0, 0);
  -khtml-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.35s linear 0.2s;
  -khtml-transition: all 0.35s linear 0.2s;
  -moz-transition: all 0.35s linear 0.2s;
  -ms-transition: all 0.35s linear 0.2s;
  transition: all 0.35s linear 0.2s;
  visibility: visible;
  opacity: 1;
}
nav.primary-navigation ul.nav-menu:not(.vc)::after {
  content: "";
  display: table;
  clear: both;
}
nav.primary-navigation ul.nav-menu:not(.vc),
nav.primary-navigation ul.sub-menu:not(.vc) {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
nav.primary-navigation ul.nav-menu:not(.vc) > li.menu-item,
nav.primary-navigation ul.sub-menu:not(.vc) > li.menu-item {
  position: relative;
  float: left;
  margin: 0;
  padding: 0 19px;
}
nav.primary-navigation ul.nav-menu:not(.vc) > li.menu-item:first-child,
nav.primary-navigation ul.sub-menu:not(.vc) > li.menu-item:first-child {
  padding-left: 0;
}
nav.primary-navigation ul.nav-menu:not(.vc) > li.menu-item:first-child > ul.sub-menu:not(.vc),
nav.primary-navigation ul.sub-menu:not(.vc) > li.menu-item:first-child > ul.sub-menu:not(.vc) {
  margin-left: 0;
}
nav.primary-navigation ul.nav-menu:not(.vc) > li.menu-item:first-child.current-menu-item:before,
nav.primary-navigation ul.sub-menu:not(.vc) > li.menu-item:first-child.current-menu-item:before {
  width: calc(100% - 19px);
  transform: none;
  left: 0;
}
nav.primary-navigation ul.nav-menu:not(.vc) > li.menu-item.current-menu-item:before,
nav.primary-navigation ul.sub-menu:not(.vc) > li.menu-item.current-menu-item:before {
  width: calc(100% - 38px);
}
nav.primary-navigation ul.nav-menu:not(.vc) > li.menu-item:hover > a.menu-link,
nav.primary-navigation ul.sub-menu:not(.vc) > li.menu-item:hover > a.menu-link {
  color: #81b441;
}
nav.primary-navigation ul.nav-menu:not(.vc) > li.menu-item:hover > ul.sub-menu:not(.vc),
nav.primary-navigation ul.sub-menu:not(.vc) > li.menu-item:hover > ul.sub-menu:not(.vc),
nav.primary-navigation ul.nav-menu:not(.vc) > li.menu-item:hover > .page,
nav.primary-navigation ul.sub-menu:not(.vc) > li.menu-item:hover > .page {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -khtml-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transform: translate(0, 0);
  -khtml-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
nav.primary-navigation ul.nav-menu:not(.vc) > li.menu-item.cart,
nav.primary-navigation ul.sub-menu:not(.vc) > li.menu-item.cart {
  position: absolute;
  right: 190px;
}
nav.primary-navigation ul.nav-menu:not(.vc) > li.menu-item.cart > a.menu-link,
nav.primary-navigation ul.sub-menu:not(.vc) > li.menu-item.cart > a.menu-link {
  font-size: 11px;
  text-transform: uppercase;
}
nav.primary-navigation ul.nav-menu:not(.vc) > li.menu-item.cart .count,
nav.primary-navigation ul.sub-menu:not(.vc) > li.menu-item.cart .count {
  position: absolute;
  right: -14px;
  width: 24px;
  height: 24px;
  background-color: #f8f8f8;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  line-height: 24px;
  text-align: center;
  border-radius: 200%;
  font-size: 11px;
}
nav.primary-navigation ul.nav-menu:not(.vc) > li.menu-item.highlighted:hover,
nav.primary-navigation ul.sub-menu:not(.vc) > li.menu-item.highlighted:hover {
  background: none;
}
nav.primary-navigation ul.nav-menu:not(.vc) > li.menu-item.highlighted > a.menu-link,
nav.primary-navigation ul.sub-menu:not(.vc) > li.menu-item.highlighted > a.menu-link {
  color: #000000;
  text-transform: none;
  font-weight: 400;
}
nav.primary-navigation ul.nav-menu:not(.vc) > li.menu-item > a.menu-link,
nav.primary-navigation ul.sub-menu:not(.vc) > li.menu-item > a.menu-link {
  color: #222222;
  display: block;
  text-decoration: none;
  line-height: 110px;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  text-transform: capitalize;
  vertical-align: middle;
  font-family: Montserrat, sans-serif;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
nav.primary-navigation ul.nav-menu:not(.vc) > li.menu-item > a.menu-link .fa,
nav.primary-navigation ul.sub-menu:not(.vc) > li.menu-item > a.menu-link .fa,
nav.primary-navigation ul.nav-menu:not(.vc) > li.menu-item > a.menu-link [class*="icon"],
nav.primary-navigation ul.sub-menu:not(.vc) > li.menu-item > a.menu-link [class*="icon"] {
  margin-right: 8px;
  font-size: 18px;
  line-height: inherit;
  vertical-align: top;
}
nav.primary-navigation ul.nav-menu:not(.vc) > li.menu-item > a.menu-link .description,
nav.primary-navigation ul.sub-menu:not(.vc) > li.menu-item > a.menu-link .description {
  display: block;
  color: #888888;
  font-size: 11px;
  line-height: 20px;
}
nav.primary-navigation ul.nav-menu:not(.vc) > li.menu-item > .page,
nav.primary-navigation ul.sub-menu:not(.vc) > li.menu-item > .page {
  -webkit-transition: all 0.2s linear;
  -khtml-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  visibility: hidden;
  opacity: 0;
  box-sizing: border-box;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #ffffff;
  border: 1px solid #f5f5f5;
  line-height: 20px;
}
nav.primary-navigation ul.nav-menu:not(.vc) > li.menu-item > ul.sub-menu:not(.vc),
nav.primary-navigation ul.sub-menu:not(.vc) > li.menu-item > ul.sub-menu:not(.vc) {
  -webkit-transition: all 0.3s linear 0.2s;
  -khtml-transition: all 0.3s linear 0.2s;
  -moz-transition: all 0.3s linear 0.2s;
  -ms-transition: all 0.3s linear 0.2s;
  transition: all 0.3s linear 0.2s;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #222222;
  padding: 30px;
  margin-left: -11px;
  padding-top: 21px;
  padding-bottom: 21px;
  text-align: left;
  -webkit-transform: translate(0, 30px);
  -khtml-transform: translate(0, 30px);
  -moz-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  transform: translate(0, 30px);
}
nav.primary-navigation ul.nav-menu:not(.vc) > li.menu-item > ul.sub-menu:not(.vc) > li.menu-item,
nav.primary-navigation ul.sub-menu:not(.vc) > li.menu-item > ul.sub-menu:not(.vc) > li.menu-item {
  float: none;
  min-width: 150px;
  padding: 5px 0 9px;
  border-right: none;
}
nav.primary-navigation ul.nav-menu:not(.vc) > li.menu-item > ul.sub-menu:not(.vc) > li.menu-item:last-child,
nav.primary-navigation ul.sub-menu:not(.vc) > li.menu-item > ul.sub-menu:not(.vc) > li.menu-item:last-child {
  padding-bottom: 5px;
}
nav.primary-navigation ul.nav-menu:not(.vc) > li.menu-item > ul.sub-menu:not(.vc) > li.menu-item:before,
nav.primary-navigation ul.sub-menu:not(.vc) > li.menu-item > ul.sub-menu:not(.vc) > li.menu-item:before {
  content: none;
}
nav.primary-navigation ul.nav-menu:not(.vc) > li.menu-item > ul.sub-menu:not(.vc) > li.menu-item.menu-item-has-children,
nav.primary-navigation ul.sub-menu:not(.vc) > li.menu-item > ul.sub-menu:not(.vc) > li.menu-item.menu-item-has-children {
  padding-right: 28px;
}
nav.primary-navigation ul.nav-menu:not(.vc) > li.menu-item > ul.sub-menu:not(.vc) > li.menu-item.menu-item-has-children::after,
nav.primary-navigation ul.sub-menu:not(.vc) > li.menu-item > ul.sub-menu:not(.vc) > li.menu-item.menu-item-has-children::after {
  font-size: 18px;
  content: "\f105";
  position: absolute;
  top: 50%;
  right: -19px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
  font-family: 'FontAwesome';
  -webkit-transition: all 0.2s linear;
  -khtml-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  padding-right: 19px;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
nav.primary-navigation ul.nav-menu:not(.vc) > li.menu-item > ul.sub-menu:not(.vc) > li.menu-item:hover.menu-item-has-children::after,
nav.primary-navigation ul.sub-menu:not(.vc) > li.menu-item > ul.sub-menu:not(.vc) > li.menu-item:hover.menu-item-has-children::after {
  color: #888888;
}
nav.primary-navigation ul.nav-menu:not(.vc) > li.menu-item > ul.sub-menu:not(.vc) > li.menu-item:hover > a.menu-link,
nav.primary-navigation ul.sub-menu:not(.vc) > li.menu-item > ul.sub-menu:not(.vc) > li.menu-item:hover > a.menu-link {
  color: #888888;
}
nav.primary-navigation ul.nav-menu:not(.vc) > li.menu-item > ul.sub-menu:not(.vc) > li.menu-item > a.menu-link,
nav.primary-navigation ul.sub-menu:not(.vc) > li.menu-item > ul.sub-menu:not(.vc) > li.menu-item > a.menu-link {
  -webkit-transform: translate(0, 0);
  -khtml-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.2s linear;
  -khtml-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-size: 13px;
  text-transform: uppercase;
  color: #ffffff;
  text-transform: none;
  white-space: nowrap;
  vertical-align: middle;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.5px;
  font-weight: 600;
  line-height: 1.6;
}
nav.primary-navigation ul.nav-menu:not(.vc) > li.menu-item > ul.sub-menu:not(.vc) > li.menu-item > ul.sub-menu:not(.vc),
nav.primary-navigation ul.sub-menu:not(.vc) > li.menu-item > ul.sub-menu:not(.vc) > li.menu-item > ul.sub-menu:not(.vc) {
  top: -21px;
  left: calc(100% + 30px);
  margin-left: 0px;
  border-left: 1px solid #f0f0f0;
}
@media (max-width: 1100px) {
  nav.primary-navigation ul.nav-menu:not(.vc) > li.menu-item.pull-right {
    display: none;
  }
}
nav.primary-navigation ul.nav-menu:not(.vc) > li.menu-item:first-child > a.menu-link {
  padding-left: 0;
}
.mobile-menu-button {
  display: none;
  vertical-align: middle;
  line-height: 110px;
  float: right;
}
.mobile-menu-button span {
  color: #333333;
  font-size: 15px;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  line-height: 110px;
}
nav.mobile-menu {
  display: none;
  width: 100%;
  float: left;
  position: relative;
  top: 0;
  text-align: left;
  overflow: hidden;
  z-index: 100;
}
nav.mobile-menu .page {
  display: none;
  width: 100%;
  position: relative;
  list-style: none;
  margin-top: 10px;
}
nav.mobile-menu ul.nav-menu:not(.vc),
nav.mobile-menu ul.sub-menu:not(.vc) {
  background-color: #ffffff;
  display: none;
  width: 100%;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
nav.mobile-menu ul.nav-menu:not(.vc) > li.menu-item,
nav.mobile-menu ul.sub-menu:not(.vc) > li.menu-item {
  margin: 0;
  padding: 0;
  position: relative;
  float: none !important;
}
nav.mobile-menu ul.nav-menu:not(.vc) > li.menu-item.active > a.menu-link,
nav.mobile-menu ul.sub-menu:not(.vc) > li.menu-item.active > a.menu-link {
  color: #888888;
}
nav.mobile-menu ul.nav-menu:not(.vc) > li.menu-item > a.menu-link,
nav.mobile-menu ul.sub-menu:not(.vc) > li.menu-item > a.menu-link,
nav.mobile-menu ul.nav-menu:not(.vc) > li.menu-item > h4,
nav.mobile-menu ul.sub-menu:not(.vc) > li.menu-item > h4 {
  padding: 12px 20px;
  outline: 0;
  line-height: 1.5;
  color: #222222;
  display: block;
  text-decoration: none;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  text-transform: capitalize;
  font-family: Montserrat, sans-serif;
  transition: all 0.3s linear 0s;
}
nav.mobile-menu ul.nav-menu:not(.vc) > li.menu-item > a.menu-link .fa,
nav.mobile-menu ul.sub-menu:not(.vc) > li.menu-item > a.menu-link .fa,
nav.mobile-menu ul.nav-menu:not(.vc) > li.menu-item > h4 .fa,
nav.mobile-menu ul.sub-menu:not(.vc) > li.menu-item > h4 .fa,
nav.mobile-menu ul.nav-menu:not(.vc) > li.menu-item > a.menu-link [class*="icon"],
nav.mobile-menu ul.sub-menu:not(.vc) > li.menu-item > a.menu-link [class*="icon"],
nav.mobile-menu ul.nav-menu:not(.vc) > li.menu-item > h4 [class*="icon"],
nav.mobile-menu ul.sub-menu:not(.vc) > li.menu-item > h4 [class*="icon"] {
  margin-right: 8px;
  font-size: 11px;
  line-height: inherit;
}
nav.mobile-menu ul.nav-menu:not(.vc) > li.menu-item > a.menu-link .description,
nav.mobile-menu ul.sub-menu:not(.vc) > li.menu-item > a.menu-link .description,
nav.mobile-menu ul.nav-menu:not(.vc) > li.menu-item > h4 .description,
nav.mobile-menu ul.sub-menu:not(.vc) > li.menu-item > h4 .description {
  display: block;
  color: #888888;
  font-size: 11px;
  line-height: 20px;
  letter-spacing: 0;
  text-transform: none;
}
nav.mobile-menu ul.nav-menu:not(.vc) > li.menu-item > a.menu-link,
nav.mobile-menu ul.sub-menu:not(.vc) > li.menu-item > a.menu-link {
  -webkit-tap-highlight-color: transparent;
}
nav.mobile-menu ul.nav-menu:not(.vc) > li.menu-item > a.menu-link:hover,
nav.mobile-menu ul.sub-menu:not(.vc) > li.menu-item > a.menu-link:hover {
  color: #bbbbbb;
}
nav.mobile-menu ul.nav-menu:not(.vc) > li.menu-item.open-sub > ul.sub-menu:not(.vc),
nav.mobile-menu ul.sub-menu:not(.vc) > li.menu-item.open-sub > ul.sub-menu:not(.vc) {
  border-top: 1px solid #f5f5f5;
}
nav.mobile-menu ul.nav-menu:not(.vc) > li.menu-item:last-child,
nav.mobile-menu ul.sub-menu:not(.vc) > li.menu-item:last-child {
  border: 0 !important;
}
nav.mobile-menu ul.nav-menu:not(.vc) > li.menu-item span.mobile-arrow i,
nav.mobile-menu ul.sub-menu:not(.vc) > li.menu-item span.mobile-arrow i {
  color: inherit;
}
nav.mobile-menu ul.nav-menu:not(.vc) > li.menu-item > ul.sub-menu:not(.vc) > li.menu-item,
nav.mobile-menu ul.sub-menu:not(.vc) > li.menu-item > ul.sub-menu:not(.vc) > li.menu-item {
  margin: 0 0 0 19px;
}
nav.mobile-menu ul.nav-menu:not(.vc) > li.menu-item-has-children.open-sub > span.mobile-arrow i.fa-angle-right,
nav.mobile-menu ul.sub-menu:not(.vc) > li.menu-item-has-children.open-sub > span.mobile-arrow i.fa-angle-right,
nav.mobile-menu ul.nav-menu:not(.vc) > li.menu-item.mega.open-sub > span.mobile-arrow i.fa-angle-right,
nav.mobile-menu ul.sub-menu:not(.vc) > li.menu-item.mega.open-sub > span.mobile-arrow i.fa-angle-right {
  display: none;
}
nav.mobile-menu ul.nav-menu:not(.vc) > li.menu-item-has-children.open-sub > span.mobile-arrow i.fa-angle-down,
nav.mobile-menu ul.sub-menu:not(.vc) > li.menu-item-has-children.open-sub > span.mobile-arrow i.fa-angle-down,
nav.mobile-menu ul.nav-menu:not(.vc) > li.menu-item.mega.open-sub > span.mobile-arrow i.fa-angle-down,
nav.mobile-menu ul.sub-menu:not(.vc) > li.menu-item.mega.open-sub > span.mobile-arrow i.fa-angle-down {
  display: inline;
}
nav.mobile-menu ul.nav-menu:not(.vc) > li.menu-item-has-children > ul.open-sub > li.menu-item > span.mobile-arrow i.fa-angle-right,
nav.mobile-menu ul.sub-menu:not(.vc) > li.menu-item-has-children > ul.open-sub > li.menu-item > span.mobile-arrow i.fa-angle-right,
nav.mobile-menu ul.nav-menu:not(.vc) > li.menu-item.mega > ul.open-sub > li.menu-item > span.mobile-arrow i.fa-angle-right,
nav.mobile-menu ul.sub-menu:not(.vc) > li.menu-item.mega > ul.open-sub > li.menu-item > span.mobile-arrow i.fa-angle-right {
  display: none;
}
nav.mobile-menu ul.nav-menu:not(.vc) > li.menu-item-has-children > ul.open-sub > li.menu-item > span.mobile-arrow i.fa-angle-down,
nav.mobile-menu ul.sub-menu:not(.vc) > li.menu-item-has-children > ul.open-sub > li.menu-item > span.mobile-arrow i.fa-angle-down,
nav.mobile-menu ul.nav-menu:not(.vc) > li.menu-item.mega > ul.open-sub > li.menu-item > span.mobile-arrow i.fa-angle-down,
nav.mobile-menu ul.sub-menu:not(.vc) > li.menu-item.mega > ul.open-sub > li.menu-item > span.mobile-arrow i.fa-angle-down {
  display: inline;
}
nav.mobile-menu ul.nav-menu:not(.vc) > li.menu-item-has-children > span.mobile-arrow,
nav.mobile-menu ul.sub-menu:not(.vc) > li.menu-item-has-children > span.mobile-arrow,
nav.mobile-menu ul.nav-menu:not(.vc) > li.menu-item.mega > span.mobile-arrow,
nav.mobile-menu ul.sub-menu:not(.vc) > li.menu-item.mega > span.mobile-arrow {
  cursor: pointer;
  float: right;
  position: absolute;
  text-align: right;
  width: 50px;
  color: #222222;
  z-index: 9000;
  -webkit-tap-highlight-color: transparent;
  font-size: 25px;
  content: "\f105";
  top: 10px;
  right: -19px;
  letter-spacing: 0;
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
  font-family: 'FontAwesome';
  transition: all 0.2s linear 0s;
  padding-right: 19px;
}
nav.mobile-menu ul.nav-menu:not(.vc) > li.menu-item-has-children > span.mobile-arrow i,
nav.mobile-menu ul.sub-menu:not(.vc) > li.menu-item-has-children > span.mobile-arrow i,
nav.mobile-menu ul.nav-menu:not(.vc) > li.menu-item.mega > span.mobile-arrow i,
nav.mobile-menu ul.sub-menu:not(.vc) > li.menu-item.mega > span.mobile-arrow i {
  display: inline;
}
nav.mobile-menu ul.nav-menu:not(.vc) > li.menu-item-has-children > span.mobile-arrow i.fa-angle-down,
nav.mobile-menu ul.sub-menu:not(.vc) > li.menu-item-has-children > span.mobile-arrow i.fa-angle-down,
nav.mobile-menu ul.nav-menu:not(.vc) > li.menu-item.mega > span.mobile-arrow i.fa-angle-down,
nav.mobile-menu ul.sub-menu:not(.vc) > li.menu-item.mega > span.mobile-arrow i.fa-angle-down {
  display: none;
}
nav.mobile-menu ul.nav-menu:not(.vc) > li > span.mobile-arrow i,
nav.mobile-menu ul.sub-menu:not(.vc) > li > span.mobile-arrow i {
  display: none;
}
@media (max-width: 992px) {
  nav.primary-navigation {
    display: none;
  }
  .mobile-menu-button {
    display: inline;
    line-height: 55px;
  }
  nav.mobile-menu {
    display: block;
  }
}
nav.paging-navigation {
  margin-top: 30px;
}
nav.paging-navigation .loop-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-display: flex;
  -khtml-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-box-align: center;
  -o-box-align: center;
  box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -khtml-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
nav.paging-navigation .loop-pagination a:hover {
  color: #81b441;
}
nav.paging-navigation .loop-pagination span.current,
nav.paging-navigation .loop-pagination span.dots,
nav.paging-navigation .loop-pagination a {
  display: inline-block;
  margin: 0;
  padding: 0 10px;
  margin-right: 8px;
  line-height: 26px;
  height: 26px;
  background: #ffffff;
  color: #222222;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  border: 1px solid #f0f0f0;
  border-radius: 3px;
  letter-spacing: 0;
  font-weight: 500;
}
nav.paging-navigation .loop-pagination span.current span,
nav.paging-navigation .loop-pagination span.dots span,
nav.paging-navigation .loop-pagination a span {
  display: none;
}
nav.paging-navigation .loop-pagination span.current.current,
nav.paging-navigation .loop-pagination span.dots.current,
nav.paging-navigation .loop-pagination a.current,
nav.paging-navigation .loop-pagination span.current:hover,
nav.paging-navigation .loop-pagination span.dots:hover,
nav.paging-navigation .loop-pagination a:hover {
  color: #81b441;
}
nav.paging-navigation .loop-pagination span.current.prev,
nav.paging-navigation .loop-pagination span.dots.prev,
nav.paging-navigation .loop-pagination a.prev,
nav.paging-navigation .loop-pagination span.current.next,
nav.paging-navigation .loop-pagination span.dots.next,
nav.paging-navigation .loop-pagination a.next {
  font-size: 18px;
  padding: 0 8px;
}
nav.paging-navigation .loop-pagination span.current i,
nav.paging-navigation .loop-pagination span.dots i,
nav.paging-navigation .loop-pagination a i {
  font-family: FontAwesome;
}
nav.paging-navigation .loop-pagination span.current i.prev::before,
nav.paging-navigation .loop-pagination span.dots i.prev::before,
nav.paging-navigation .loop-pagination a i.prev::before {
  content: "\f104";
}
nav.paging-navigation .loop-pagination span.current i.next::before,
nav.paging-navigation .loop-pagination span.dots i.next::before,
nav.paging-navigation .loop-pagination a i.next::before {
  content: "\f105";
}
.sidebar-container > .sidebar-inner > .widget-area > .widget,
.wpb_widgetised_column > .wpb_wrapper > .widget {
  margin: 0 0 30px 0;
}
.sidebar-container > .sidebar-inner > .widget-area > .widget > label,
.wpb_widgetised_column > .wpb_wrapper > .widget > label {
  display: block;
}
.sidebar-container > .sidebar-inner > .widget-area > .widget .widget-title h3,
.wpb_widgetised_column > .wpb_wrapper > .widget .widget-title h3 {
  margin-top: 0;
}
.sidebar-container > .sidebar-inner > .widget-area > .widget ul:not([class]):not([id]):not([style]),
.wpb_widgetised_column > .wpb_wrapper > .widget ul:not([class]):not([id]):not([style]),
.sidebar-container > .sidebar-inner > .widget-area > .widget ol:not([class]):not([id]):not([style]),
.wpb_widgetised_column > .wpb_wrapper > .widget ol:not([class]):not([id]):not([style]) {
  margin: 0;
  padding: 0;
}
.sidebar-container > .sidebar-inner > .widget-area > .widget ul:not([class]):not([id]):not([style]) li:not([class]):not([id]):not([style]),
.wpb_widgetised_column > .wpb_wrapper > .widget ul:not([class]):not([id]):not([style]) li:not([class]):not([id]):not([style]),
.sidebar-container > .sidebar-inner > .widget-area > .widget ol:not([class]):not([id]):not([style]) li:not([class]):not([id]):not([style]),
.wpb_widgetised_column > .wpb_wrapper > .widget ol:not([class]):not([id]):not([style]) li:not([class]):not([id]):not([style]) {
  margin: 0;
  padding: 0;
}
.sidebar-container > .sidebar-inner > .widget-area > .widget ul:not([class]):not([id]):not([style]) li:not([class]):not([id]):not([style])::before,
.wpb_widgetised_column > .wpb_wrapper > .widget ul:not([class]):not([id]):not([style]) li:not([class]):not([id]):not([style])::before,
.sidebar-container > .sidebar-inner > .widget-area > .widget ol:not([class]):not([id]):not([style]) li:not([class]):not([id]):not([style])::before,
.wpb_widgetised_column > .wpb_wrapper > .widget ol:not([class]):not([id]):not([style]) li:not([class]):not([id]):not([style])::before {
  content: none;
}
#middle {
  background-color: #f8f8f8;
}
#secondary .widget,
#middle .widget {
  margin-bottom: 0px;
}
#tertiary .sidebar-inner .widget-area .widget:not(.widget_azh_widget):not(.widget_recent_entries):not(.widget_recent_comments),
.wpb_widgetised_column > .wpb_wrapper .widget:not(.widget_azh_widget):not(.widget_recent_entries):not(.widget_recent_comments) {
  padding: 21px;
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
  border-radius: 3px;
}
#tertiary .sidebar-inner .widget-area .widget:not(.widget_azh_widget):not(.widget_recent_entries):not(.widget_recent_comments) > .widget-title h3,
.wpb_widgetised_column > .wpb_wrapper .widget:not(.widget_azh_widget):not(.widget_recent_entries):not(.widget_recent_comments) > .widget-title h3 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #000000;
  margin-top: 7px;
}
#tertiary .sidebar-inner .widget-area .widget:not(.widget_azh_widget):not(.widget_recent_entries):not(.widget_recent_comments):last-child,
.wpb_widgetised_column > .wpb_wrapper .widget:not(.widget_azh_widget):not(.widget_recent_entries):not(.widget_recent_comments):last-child {
  margin-bottom: 0;
}
#tertiary .sidebar-inner .widget-area .widget:not(.widget_azh_widget):not(.widget_recent_entries):not(.widget_recent_comments) ul li,
.wpb_widgetised_column > .wpb_wrapper .widget:not(.widget_azh_widget):not(.widget_recent_entries):not(.widget_recent_comments) ul li {
  line-height: 2.1;
  font-size: 14px;
}
.widget_azh_widget h3.azh-one-title {
  padding: 24px 22px;
  background-color: #ffffff;
  margin: 0;
  line-height: 1;
  border-bottom: 1px solid #f0f0f0;
  font-size: 14px;
  letter-spacing: 0;
}
#quaternary.container > .sidebar-inner > .widget-area,
#secondary.container > .sidebar-inner > .widget-area,
#middle.container > .sidebar-inner > .widget-area {
  margin: 0 -30px;
}
#quaternary.container > .sidebar-inner > .widget-area > .widget,
#secondary.container > .sidebar-inner > .widget-area > .widget,
#middle.container > .sidebar-inner > .widget-area > .widget {
  padding: 0 30px;
}
#quaternary > .sidebar-inner > .widget-area > .widget.widget_vc_widget,
#secondary > .sidebar-inner > .widget-area > .widget.widget_vc_widget,
#middle > .sidebar-inner > .widget-area > .widget.widget_vc_widget,
#quaternary > .sidebar-inner > .widget-area > .widget.widget_azexo_post,
#secondary > .sidebar-inner > .widget-area > .widget.widget_azexo_post,
#middle > .sidebar-inner > .widget-area > .widget.widget_azexo_post,
#quaternary > .sidebar-inner > .widget-area > .widget.page-title,
#secondary > .sidebar-inner > .widget-area > .widget.page-title,
#middle > .sidebar-inner > .widget-area > .widget.page-title {
  margin: 0;
}
#quaternary > .sidebar-inner > .widget-area > .widget:not(.widget_azh_widget):not(.azexo-woo-breadcrumb):not(.widget_azexo_post):not(.page-title):not(.widget_azexo_dashboard_links),
#secondary > .sidebar-inner > .widget-area > .widget:not(.widget_azh_widget):not(.azexo-woo-breadcrumb):not(.widget_azexo_post):not(.page-title):not(.widget_azexo_dashboard_links),
#middle > .sidebar-inner > .widget-area > .widget:not(.widget_azh_widget):not(.azexo-woo-breadcrumb):not(.widget_azexo_post):not(.page-title):not(.widget_azexo_dashboard_links) {
  box-sizing: border-box;
  position: relative;
  border: none;
  float: left;
  width: 25%;
  margin: 0 0 40px 0;
}
@media (max-width: 768px) {
  #quaternary > .sidebar-inner > .widget-area,
  #secondary > .sidebar-inner > .widget-area,
  #middle > .sidebar-inner > .widget-area {
    margin: 0 !important;
  }
  #quaternary > .sidebar-inner > .widget-area > .widget,
  #secondary > .sidebar-inner > .widget-area > .widget,
  #middle > .sidebar-inner > .widget-area > .widget {
    float: none !important;
    width: 100% !important;
    padding: 0 !important;
  }
}
.widget-area .widget_search *,
.wpb_widgetised_column > .wpb_wrapper .widget_search * {
  box-sizing: border-box;
}
.widget-area .widget_search form.searchform .searchform-wrapper,
.wpb_widgetised_column > .wpb_wrapper .widget_search form.searchform .searchform-wrapper {
  position: relative;
  display: table;
  border-collapse: separate;
  width: 100%;
}
.widget-area .widget_search form.searchform .searchform-wrapper input[name="s"],
.wpb_widgetised_column > .wpb_wrapper .widget_search form.searchform .searchform-wrapper input[name="s"] {
  display: table-cell;
  float: left;
}
.widget-area .widget_search form.searchform .searchform-wrapper input[name="s"]:focus,
.wpb_widgetised_column > .wpb_wrapper .widget_search form.searchform .searchform-wrapper input[name="s"]:focus {
  outline: none;
}
.widget-area .widget_search form.searchform .searchform-wrapper input[name="s"]:placeholder,
.wpb_widgetised_column > .wpb_wrapper .widget_search form.searchform .searchform-wrapper input[name="s"]:placeholder {
  color: #888888;
}
.widget-area .widget_search form.searchform .searchform-wrapper input[name="s"]::placeholder,
.wpb_widgetised_column > .wpb_wrapper .widget_search form.searchform .searchform-wrapper input[name="s"]::placeholder {
  color: #888888;
}
.widget-area .widget_search form.searchform .searchform-wrapper input[name="s"]::-webkit-input-placeholder,
.wpb_widgetised_column > .wpb_wrapper .widget_search form.searchform .searchform-wrapper input[name="s"]::-webkit-input-placeholder {
  color: #888888;
}
.widget-area .widget_search form.searchform .searchform-wrapper input[name="s"]::-moz-placeholder,
.wpb_widgetised_column > .wpb_wrapper .widget_search form.searchform .searchform-wrapper input[name="s"]::-moz-placeholder {
  color: #888888;
}
.widget-area .widget_search form.searchform .searchform-wrapper input[name="s"]:-moz-placeholder,
.wpb_widgetised_column > .wpb_wrapper .widget_search form.searchform .searchform-wrapper input[name="s"]:-moz-placeholder {
  color: #888888;
}
.widget-area .widget_search form.searchform .searchform-wrapper input[name="s"]:-ms-input-placeholder,
.wpb_widgetised_column > .wpb_wrapper .widget_search form.searchform .searchform-wrapper input[name="s"]:-ms-input-placeholder {
  color: #888888;
}
.widget-area .widget_search form.searchform .searchform-wrapper .submit,
.wpb_widgetised_column > .wpb_wrapper .widget_search form.searchform .searchform-wrapper .submit {
  display: table-cell;
  vertical-align: top;
  margin-left: -1px;
  width: 1%;
  position: relative;
}
.widget-area .widget_search form.searchform .searchform-wrapper .submit::before,
.wpb_widgetised_column > .wpb_wrapper .widget_search form.searchform .searchform-wrapper .submit::before {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 15px;
  line-height: 15px;
  vertical-align: middle;
  display: inline;
  color: #ffffff;
  font-family: 'themify';
  -webkit-font-smoothing: antialiased;
  content: "\e610";
  pointer-events: none;
}
.widget-area .widget_search form.searchform .searchform-wrapper .submit input[type="submit"],
.wpb_widgetised_column > .wpb_wrapper .widget_search form.searchform .searchform-wrapper .submit input[type="submit"] {
  height: 40px;
  background-color: #81b441;
  border: none;
  position: relative;
  font-size: 0;
  white-space: nowrap;
  min-width: 40px;
  padding: 10px 14px;
  color: transparent;
  -webkit-transition: all 0.15s ease-in-out;
  -khtml-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
  text-align: center;
  box-shadow: none;
}
.widget-area .widget_search form.searchform .searchform-wrapper .submit input[type="submit"]:hover,
.wpb_widgetised_column > .wpb_wrapper .widget_search form.searchform .searchform-wrapper .submit input[type="submit"]:hover {
  -webkit-transition: all 0.15s ease-in-out;
  -khtml-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.widget-area .widget_search form.searchform .searchform-wrapper .screen-reader-text,
.wpb_widgetised_column > .wpb_wrapper .widget_search form.searchform .searchform-wrapper .screen-reader-text {
  display: none;
}
.widget-area .widget_calendar .calendar_wrap,
.wpb_widgetised_column > .wpb_wrapper .widget_calendar .calendar_wrap {
  color: #888888;
}
.widget-area .widget_calendar .calendar_wrap #wp-calendar,
.wpb_widgetised_column > .wpb_wrapper .widget_calendar .calendar_wrap #wp-calendar {
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  table-layout: auto;
  width: 100%;
}
.widget-area .widget_calendar .calendar_wrap #wp-calendar caption,
.wpb_widgetised_column > .wpb_wrapper .widget_calendar .calendar_wrap #wp-calendar caption {
  margin-bottom: 18px;
  color: #000000;
  line-height: 1;
}
.widget-area .widget_calendar .calendar_wrap #wp-calendar thead,
.wpb_widgetised_column > .wpb_wrapper .widget_calendar .calendar_wrap #wp-calendar thead {
  background-color: #222222;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
}
.widget-area .widget_calendar .calendar_wrap #wp-calendar thead tr th,
.wpb_widgetised_column > .wpb_wrapper .widget_calendar .calendar_wrap #wp-calendar thead tr th,
.widget-area .widget_calendar .calendar_wrap #wp-calendar thead tr td,
.wpb_widgetised_column > .wpb_wrapper .widget_calendar .calendar_wrap #wp-calendar thead tr td {
  padding: 7px;
  border: 1px solid #f0f0f0;
}
.widget-area .widget_calendar .calendar_wrap #wp-calendar tbody tr th,
.wpb_widgetised_column > .wpb_wrapper .widget_calendar .calendar_wrap #wp-calendar tbody tr th,
.widget-area .widget_calendar .calendar_wrap #wp-calendar tbody tr td,
.wpb_widgetised_column > .wpb_wrapper .widget_calendar .calendar_wrap #wp-calendar tbody tr td {
  padding: 7px;
  border: 1px solid #f0f0f0;
}
.widget-area .widget_calendar .calendar_wrap #wp-calendar tbody tr th a,
.wpb_widgetised_column > .wpb_wrapper .widget_calendar .calendar_wrap #wp-calendar tbody tr th a,
.widget-area .widget_calendar .calendar_wrap #wp-calendar tbody tr td a,
.wpb_widgetised_column > .wpb_wrapper .widget_calendar .calendar_wrap #wp-calendar tbody tr td a {
  color: #81b441;
}
.widget-area .widget_calendar .calendar_wrap #wp-calendar tfoot tr th,
.wpb_widgetised_column > .wpb_wrapper .widget_calendar .calendar_wrap #wp-calendar tfoot tr th,
.widget-area .widget_calendar .calendar_wrap #wp-calendar tfoot tr td,
.wpb_widgetised_column > .wpb_wrapper .widget_calendar .calendar_wrap #wp-calendar tfoot tr td {
  padding: 7px;
  border: 1px solid #f0f0f0;
}
.widget-area .widget_calendar .calendar_wrap #wp-calendar tfoot tr th a,
.wpb_widgetised_column > .wpb_wrapper .widget_calendar .calendar_wrap #wp-calendar tfoot tr th a,
.widget-area .widget_calendar .calendar_wrap #wp-calendar tfoot tr td a,
.wpb_widgetised_column > .wpb_wrapper .widget_calendar .calendar_wrap #wp-calendar tfoot tr td a {
  color: #81b441;
}
.widget-area .widget_calendar .calendar_wrap #wp-calendar thead,
.wpb_widgetised_column > .wpb_wrapper .widget_calendar .calendar_wrap #wp-calendar thead {
  background-color: transparent;
}
.widget-area .widget_calendar .calendar_wrap #wp-calendar thead tr th,
.wpb_widgetised_column > .wpb_wrapper .widget_calendar .calendar_wrap #wp-calendar thead tr th,
.widget-area .widget_calendar .calendar_wrap #wp-calendar thead tr td,
.wpb_widgetised_column > .wpb_wrapper .widget_calendar .calendar_wrap #wp-calendar thead tr td {
  font-size: 9px;
  color: #666666;
  background-color: transparent;
  border: none;
  font-weight: 400;
}
.widget-area .widget_calendar .calendar_wrap #wp-calendar tbody tr td,
.wpb_widgetised_column > .wpb_wrapper .widget_calendar .calendar_wrap #wp-calendar tbody tr td {
  font-size: 16px;
  color: #333333;
  text-align: center;
  border: none;
  position: relative;
  z-index: 1;
}
.widget-area .widget_calendar .calendar_wrap #wp-calendar tbody tr td:before,
.wpb_widgetised_column > .wpb_wrapper .widget_calendar .calendar_wrap #wp-calendar tbody tr td:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 36px;
  height: 36px;
  border-radius: 100%;
  background-color: transparent;
  z-index: -1;
}
.widget-area .widget_calendar .calendar_wrap #wp-calendar tbody tr td#today,
.wpb_widgetised_column > .wpb_wrapper .widget_calendar .calendar_wrap #wp-calendar tbody tr td#today {
  color: #ffffff;
}
.widget-area .widget_calendar .calendar_wrap #wp-calendar tbody tr td#today:before,
.wpb_widgetised_column > .wpb_wrapper .widget_calendar .calendar_wrap #wp-calendar tbody tr td#today:before {
  background-color: #81b441;
}
.widget-area .widget_calendar .calendar_wrap #wp-calendar tbody tr td#today a,
.wpb_widgetised_column > .wpb_wrapper .widget_calendar .calendar_wrap #wp-calendar tbody tr td#today a {
  color: #ffffff;
}
.widget-area .widget_calendar .calendar_wrap #wp-calendar tbody tr td:not(.pad):hover,
.wpb_widgetised_column > .wpb_wrapper .widget_calendar .calendar_wrap #wp-calendar tbody tr td:not(.pad):hover {
  color: #ffffff;
}
.widget-area .widget_calendar .calendar_wrap #wp-calendar tbody tr td:not(.pad):hover:before,
.wpb_widgetised_column > .wpb_wrapper .widget_calendar .calendar_wrap #wp-calendar tbody tr td:not(.pad):hover:before {
  background-color: #222222;
}
.widget-area .widget_calendar .calendar_wrap #wp-calendar tbody tr td:not(.pad):hover a,
.wpb_widgetised_column > .wpb_wrapper .widget_calendar .calendar_wrap #wp-calendar tbody tr td:not(.pad):hover a {
  color: #ffffff;
}
.widget-area .widget_calendar .calendar_wrap #wp-calendar tfoot tr td,
.wpb_widgetised_column > .wpb_wrapper .widget_calendar .calendar_wrap #wp-calendar tfoot tr td {
  border: none;
}
.widget-area .widget_calendar .calendar_wrap #wp-calendar tfoot #next,
.wpb_widgetised_column > .wpb_wrapper .widget_calendar .calendar_wrap #wp-calendar tfoot #next {
  text-align: right;
}
.widget-area .widget_categories select:focus,
.wpb_widgetised_column > .wpb_wrapper .widget_categories select:focus {
  outline: 0;
}
.widget-area .widget_categories ul,
.wpb_widgetised_column > .wpb_wrapper .widget_categories ul,
.widget-area .widget_archive ul,
.wpb_widgetised_column > .wpb_wrapper .widget_archive ul,
.widget-area .widget_pages ul,
.wpb_widgetised_column > .wpb_wrapper .widget_pages ul,
.widget-area .widget_meta ul,
.wpb_widgetised_column > .wpb_wrapper .widget_meta ul,
.widget-area .widget_product_categories ul,
.wpb_widgetised_column > .wpb_wrapper .widget_product_categories ul {
  list-style-type: none;
  padding-left: 0;
}
.widget-area .widget_categories ul li,
.wpb_widgetised_column > .wpb_wrapper .widget_categories ul li,
.widget-area .widget_archive ul li,
.wpb_widgetised_column > .wpb_wrapper .widget_archive ul li,
.widget-area .widget_pages ul li,
.wpb_widgetised_column > .wpb_wrapper .widget_pages ul li,
.widget-area .widget_meta ul li,
.wpb_widgetised_column > .wpb_wrapper .widget_meta ul li,
.widget-area .widget_product_categories ul li,
.wpb_widgetised_column > .wpb_wrapper .widget_product_categories ul li {
  line-height: 2.1;
  font-size: 14px;
}
.widget-area .widget_categories ul li > a,
.wpb_widgetised_column > .wpb_wrapper .widget_categories ul li > a,
.widget-area .widget_archive ul li > a,
.wpb_widgetised_column > .wpb_wrapper .widget_archive ul li > a,
.widget-area .widget_pages ul li > a,
.wpb_widgetised_column > .wpb_wrapper .widget_pages ul li > a,
.widget-area .widget_meta ul li > a,
.wpb_widgetised_column > .wpb_wrapper .widget_meta ul li > a,
.widget-area .widget_product_categories ul li > a,
.wpb_widgetised_column > .wpb_wrapper .widget_product_categories ul li > a {
  color: #333333;
}
.widget-area .widget_categories ul li > a:hover,
.wpb_widgetised_column > .wpb_wrapper .widget_categories ul li > a:hover,
.widget-area .widget_archive ul li > a:hover,
.wpb_widgetised_column > .wpb_wrapper .widget_archive ul li > a:hover,
.widget-area .widget_pages ul li > a:hover,
.wpb_widgetised_column > .wpb_wrapper .widget_pages ul li > a:hover,
.widget-area .widget_meta ul li > a:hover,
.wpb_widgetised_column > .wpb_wrapper .widget_meta ul li > a:hover,
.widget-area .widget_product_categories ul li > a:hover,
.wpb_widgetised_column > .wpb_wrapper .widget_product_categories ul li > a:hover {
  color: #81b441;
}
.widget-area .widget_categories ul li ul.children,
.wpb_widgetised_column > .wpb_wrapper .widget_categories ul li ul.children,
.widget-area .widget_archive ul li ul.children,
.wpb_widgetised_column > .wpb_wrapper .widget_archive ul li ul.children,
.widget-area .widget_pages ul li ul.children,
.wpb_widgetised_column > .wpb_wrapper .widget_pages ul li ul.children,
.widget-area .widget_meta ul li ul.children,
.wpb_widgetised_column > .wpb_wrapper .widget_meta ul li ul.children,
.widget-area .widget_product_categories ul li ul.children,
.wpb_widgetised_column > .wpb_wrapper .widget_product_categories ul li ul.children,
.widget-area .widget_categories ul li ul.sub-menu,
.wpb_widgetised_column > .wpb_wrapper .widget_categories ul li ul.sub-menu,
.widget-area .widget_archive ul li ul.sub-menu,
.wpb_widgetised_column > .wpb_wrapper .widget_archive ul li ul.sub-menu,
.widget-area .widget_pages ul li ul.sub-menu,
.wpb_widgetised_column > .wpb_wrapper .widget_pages ul li ul.sub-menu,
.widget-area .widget_meta ul li ul.sub-menu,
.wpb_widgetised_column > .wpb_wrapper .widget_meta ul li ul.sub-menu,
.widget-area .widget_product_categories ul li ul.sub-menu,
.wpb_widgetised_column > .wpb_wrapper .widget_product_categories ul li ul.sub-menu {
  margin-left: 10px !important;
}
.widget-area .widget_categories ul,
.wpb_widgetised_column > .wpb_wrapper .widget_categories ul,
.widget-area .widget_archive ul,
.wpb_widgetised_column > .wpb_wrapper .widget_archive ul,
.widget-area .widget_pages ul,
.wpb_widgetised_column > .wpb_wrapper .widget_pages ul,
.widget-area .widget_meta ul,
.wpb_widgetised_column > .wpb_wrapper .widget_meta ul,
.widget-area .widget_product_categories ul,
.wpb_widgetised_column > .wpb_wrapper .widget_product_categories ul {
  list-style-type: none;
  padding-left: 0;
}
.widget-area .widget_categories ul li,
.wpb_widgetised_column > .wpb_wrapper .widget_categories ul li,
.widget-area .widget_archive ul li,
.wpb_widgetised_column > .wpb_wrapper .widget_archive ul li,
.widget-area .widget_pages ul li,
.wpb_widgetised_column > .wpb_wrapper .widget_pages ul li,
.widget-area .widget_meta ul li,
.wpb_widgetised_column > .wpb_wrapper .widget_meta ul li,
.widget-area .widget_product_categories ul li,
.wpb_widgetised_column > .wpb_wrapper .widget_product_categories ul li {
  position: relative;
}
.widget-area .widget_categories ul li:after,
.wpb_widgetised_column > .wpb_wrapper .widget_categories ul li:after,
.widget-area .widget_archive ul li:after,
.wpb_widgetised_column > .wpb_wrapper .widget_archive ul li:after,
.widget-area .widget_pages ul li:after,
.wpb_widgetised_column > .wpb_wrapper .widget_pages ul li:after,
.widget-area .widget_meta ul li:after,
.wpb_widgetised_column > .wpb_wrapper .widget_meta ul li:after,
.widget-area .widget_product_categories ul li:after,
.wpb_widgetised_column > .wpb_wrapper .widget_product_categories ul li:after {
  content: " ";
  display: table;
  clear: both;
}
.widget-area .widget_categories ul li a,
.wpb_widgetised_column > .wpb_wrapper .widget_categories ul li a,
.widget-area .widget_archive ul li a,
.wpb_widgetised_column > .wpb_wrapper .widget_archive ul li a,
.widget-area .widget_pages ul li a,
.wpb_widgetised_column > .wpb_wrapper .widget_pages ul li a,
.widget-area .widget_meta ul li a,
.wpb_widgetised_column > .wpb_wrapper .widget_meta ul li a,
.widget-area .widget_product_categories ul li a,
.wpb_widgetised_column > .wpb_wrapper .widget_product_categories ul li a {
  display: inline-block;
  padding: 7px 21px;
  background-color: #f5f5f5;
  color: #333333;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  background-color: transparent;
  width: calc(100% - 42px);
}
.widget-area .widget_categories ul li a:hover,
.wpb_widgetised_column > .wpb_wrapper .widget_categories ul li a:hover,
.widget-area .widget_archive ul li a:hover,
.wpb_widgetised_column > .wpb_wrapper .widget_archive ul li a:hover,
.widget-area .widget_pages ul li a:hover,
.wpb_widgetised_column > .wpb_wrapper .widget_pages ul li a:hover,
.widget-area .widget_meta ul li a:hover,
.wpb_widgetised_column > .wpb_wrapper .widget_meta ul li a:hover,
.widget-area .widget_product_categories ul li a:hover,
.wpb_widgetised_column > .wpb_wrapper .widget_product_categories ul li a:hover {
  color: #000000;
  background-color: #f0f0f0;
}
.widget-area .widget_categories ul li a:hover + .count,
.wpb_widgetised_column > .wpb_wrapper .widget_categories ul li a:hover + .count,
.widget-area .widget_archive ul li a:hover + .count,
.wpb_widgetised_column > .wpb_wrapper .widget_archive ul li a:hover + .count,
.widget-area .widget_pages ul li a:hover + .count,
.wpb_widgetised_column > .wpb_wrapper .widget_pages ul li a:hover + .count,
.widget-area .widget_meta ul li a:hover + .count,
.wpb_widgetised_column > .wpb_wrapper .widget_meta ul li a:hover + .count,
.widget-area .widget_product_categories ul li a:hover + .count,
.wpb_widgetised_column > .wpb_wrapper .widget_product_categories ul li a:hover + .count {
  color: #000000;
}
.widget-area .widget_categories ul li ul.children,
.wpb_widgetised_column > .wpb_wrapper .widget_categories ul li ul.children,
.widget-area .widget_archive ul li ul.children,
.wpb_widgetised_column > .wpb_wrapper .widget_archive ul li ul.children,
.widget-area .widget_pages ul li ul.children,
.wpb_widgetised_column > .wpb_wrapper .widget_pages ul li ul.children,
.widget-area .widget_meta ul li ul.children,
.wpb_widgetised_column > .wpb_wrapper .widget_meta ul li ul.children,
.widget-area .widget_product_categories ul li ul.children,
.wpb_widgetised_column > .wpb_wrapper .widget_product_categories ul li ul.children,
.widget-area .widget_categories ul li ul.sub-menu,
.wpb_widgetised_column > .wpb_wrapper .widget_categories ul li ul.sub-menu,
.widget-area .widget_archive ul li ul.sub-menu,
.wpb_widgetised_column > .wpb_wrapper .widget_archive ul li ul.sub-menu,
.widget-area .widget_pages ul li ul.sub-menu,
.wpb_widgetised_column > .wpb_wrapper .widget_pages ul li ul.sub-menu,
.widget-area .widget_meta ul li ul.sub-menu,
.wpb_widgetised_column > .wpb_wrapper .widget_meta ul li ul.sub-menu,
.widget-area .widget_product_categories ul li ul.sub-menu,
.wpb_widgetised_column > .wpb_wrapper .widget_product_categories ul li ul.sub-menu {
  margin-left: 10px !important;
}
.widget-area .widget_categories ul li .count,
.wpb_widgetised_column > .wpb_wrapper .widget_categories ul li .count,
.widget-area .widget_archive ul li .count,
.wpb_widgetised_column > .wpb_wrapper .widget_archive ul li .count,
.widget-area .widget_pages ul li .count,
.wpb_widgetised_column > .wpb_wrapper .widget_pages ul li .count,
.widget-area .widget_meta ul li .count,
.wpb_widgetised_column > .wpb_wrapper .widget_meta ul li .count,
.widget-area .widget_product_categories ul li .count,
.wpb_widgetised_column > .wpb_wrapper .widget_product_categories ul li .count,
.widget-area .widget_categories ul li .after,
.wpb_widgetised_column > .wpb_wrapper .widget_categories ul li .after,
.widget-area .widget_archive ul li .after,
.wpb_widgetised_column > .wpb_wrapper .widget_archive ul li .after,
.widget-area .widget_pages ul li .after,
.wpb_widgetised_column > .wpb_wrapper .widget_pages ul li .after,
.widget-area .widget_meta ul li .after,
.wpb_widgetised_column > .wpb_wrapper .widget_meta ul li .after,
.widget-area .widget_product_categories ul li .after,
.wpb_widgetised_column > .wpb_wrapper .widget_product_categories ul li .after {
  transition: all 0.3s linear 0s;
  font-weight: 500;
  position: relative;
  padding: 0;
  right: 2px;
  display: inline-block;
  min-width: 15px;
  line-height: 36px;
  text-align: center;
  color: #222222;
  background-color: transparent;
  float: right;
  vertical-align: middle;
  position: absolute;
  width: 36px;
  height: 36px;
  border-radius: 200%;
  top: 3px;
}
.widget-area .widget_categories ul:after,
.wpb_widgetised_column > .wpb_wrapper .widget_categories ul:after,
.widget-area .widget_archive ul:after,
.wpb_widgetised_column > .wpb_wrapper .widget_archive ul:after,
.widget-area .widget_pages ul:after,
.wpb_widgetised_column > .wpb_wrapper .widget_pages ul:after,
.widget-area .widget_meta ul:after,
.wpb_widgetised_column > .wpb_wrapper .widget_meta ul:after,
.widget-area .widget_product_categories ul:after,
.wpb_widgetised_column > .wpb_wrapper .widget_product_categories ul:after {
  content: " ";
  display: table;
  clear: both;
}
.widget-area .widget_tag_cloud a,
.wpb_widgetised_column > .wpb_wrapper .widget_tag_cloud a,
.widget-area .widget_product_tag_cloud a,
.wpb_widgetised_column > .wpb_wrapper .widget_product_tag_cloud a {
  position: relative;
  display: inline-block;
  margin-bottom: 3px;
  padding: 8px 15px;
  background: #f5f5f5;
  color: #000000;
  text-decoration: none;
  font-size: 12px !important;
  -webkit-transition: all 0.4s;
  -khtml-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.widget-area .widget_tag_cloud a:hover,
.wpb_widgetised_column > .wpb_wrapper .widget_tag_cloud a:hover,
.widget-area .widget_product_tag_cloud a:hover,
.wpb_widgetised_column > .wpb_wrapper .widget_product_tag_cloud a:hover {
  background-color: #81b441;
  color: #ffffff;
}
.widget-area .widget_tag_cloud a:hover::after,
.wpb_widgetised_column > .wpb_wrapper .widget_tag_cloud a:hover::after,
.widget-area .widget_product_tag_cloud a:hover::after,
.wpb_widgetised_column > .wpb_wrapper .widget_product_tag_cloud a:hover::after {
  border-left-color: #81b441;
}
.widget-area .widget_recent_entries,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_entries,
.widget-area .widget_recent_comments,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_comments {
  padding: 21px;
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
  border-radius: 3px;
}
.widget-area .widget_recent_entries .widget-title h3,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_entries .widget-title h3,
.widget-area .widget_recent_comments .widget-title h3,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_comments .widget-title h3 {
  padding: 24px 22px;
  background-color: #ffffff;
  margin: 0;
  line-height: 1;
  border-bottom: 1px solid #f0f0f0;
  font-size: 14px;
  letter-spacing: 0;
  margin: -21px -21px 0 -21px !important;
}
.widget-area .widget_recent_entries ul li,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_entries ul li,
.widget-area .widget_recent_comments ul li,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_comments ul li,
.widget-area .widget_recent_entries ul li > a,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_entries ul li > a,
.widget-area .widget_recent_comments ul li > a,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_comments ul li > a {
  color: #888888;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.widget-area .widget_recent_entries ul li,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_entries ul li,
.widget-area .widget_recent_comments ul li,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_comments ul li {
  font-size: 14px;
  line-height: 1.75;
  padding: 13px 21px 12px !important;
  border-bottom: 1px solid #f0f0f0;
  margin: 0 -21px !important;
}
.widget-area .widget_recent_entries ul li:last-child,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_entries ul li:last-child,
.widget-area .widget_recent_comments ul li:last-child,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_comments ul li:last-child {
  border-bottom: 0;
}
.widget-area .widget_recent_entries ul li:hover a,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_entries ul li:hover a,
.widget-area .widget_recent_comments ul li:hover a,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_comments ul li:hover a {
  color: #222222;
}
.widget-area .widget_flickr .flickr-badge-wrapper,
.wpb_widgetised_column > .wpb_wrapper .widget_flickr .flickr-badge-wrapper {
  padding-top: 10px;
}
.widget-area .widget_flickr .flickr-badge-wrapper .flickr_badge_image,
.wpb_widgetised_column > .wpb_wrapper .widget_flickr .flickr-badge-wrapper .flickr_badge_image {
  line-height: 0;
  float: left;
  width: 33.33%;
  margin: 0;
  height: auto;
  padding: 0;
}
.widget-area .widget_flickr .flickr-badge-wrapper .flickr_badge_image a,
.wpb_widgetised_column > .wpb_wrapper .widget_flickr .flickr-badge-wrapper .flickr_badge_image a {
  padding-right: 2px;
  padding-bottom: 2px;
  display: block;
}
.widget-area .widget_flickr .flickr-badge-wrapper .flickr_badge_image a img,
.wpb_widgetised_column > .wpb_wrapper .widget_flickr .flickr-badge-wrapper .flickr_badge_image a img {
  width: 100%;
  height: auto;
  margin: 0;
  float: none;
}
.widget-area .widget.null-instagram-feed ul,
.wpb_widgetised_column > .wpb_wrapper .widget.null-instagram-feed ul {
  line-height: 0;
  display: inline-block;
  margin-top: 12px;
}
.widget-area .widget.null-instagram-feed ul li,
.wpb_widgetised_column > .wpb_wrapper .widget.null-instagram-feed ul li {
  float: left;
  width: 25%;
}
.widget-area .widget.null-instagram-feed ul li a,
.wpb_widgetised_column > .wpb_wrapper .widget.null-instagram-feed ul li a {
  padding: 3px;
  display: block;
}
.widget-area .widget.null-instagram-feed ul li a img,
.wpb_widgetised_column > .wpb_wrapper .widget.null-instagram-feed ul li a img {
  width: 100%;
}
.widget-area .widget_azexo_post,
.wpb_widgetised_column > .wpb_wrapper .widget_azexo_post {
  overflow: hidden;
}
.widget-area .widget_vc_widget iframe,
.wpb_widgetised_column > .wpb_wrapper .widget_vc_widget iframe {
  width: 100%;
  max-height: 250px;
}
.widget-area .widget_vc_widget::after,
.wpb_widgetised_column > .wpb_wrapper .widget_vc_widget::after {
  content: "";
  display: table;
  clear: both;
}
.vc_wp_custommenu.dropdown {
  display: inline-block;
  z-index: 3;
  position: relative;
}
.vc_wp_custommenu.dropdown .widget_nav_menu ul.menu > li.menu-item:last-child > a.menu-link {
  padding-right: 0;
}
.vc_wp_custommenu.dropdown .widget_nav_menu ul.menu > li.menu-item {
  display: inline-block;
}
.vc_wp_custommenu.dropdown .widget_nav_menu ul.menu > li.menu-item.menu-item-has-children > a.menu-link::after,
.vc_wp_custommenu.dropdown .widget_nav_menu ul.menu > li.menu-item.mega > a.menu-link::after {
  font-size: 13px;
  content: "\f107";
  top: 50%;
  line-height: 33px;
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
  font-family: FontAwesome;
}
.vc_wp_custommenu.dropdown .widget_nav_menu ul.menu > li.menu-item::after {
  position: absolute;
  content: '';
  width: 0;
  height: 11px;
  top: 50%;
  right: 0;
  border-left: 1px solid #888888;
  border-right: 1px solid #000000;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  box-sizing: border-box;
}
.vc_wp_custommenu.dropdown .widget_nav_menu ul.menu > li.menu-item:last-child::after,
.vc_wp_custommenu.dropdown .widget_nav_menu ul.menu > li.menu-item.last::after {
  content: none;
}
.vc_wp_custommenu.dropdown .widget_nav_menu ul.menu > li.menu-item:hover > a.menu-link {
  color: #333333;
}
.vc_wp_custommenu.dropdown .widget_nav_menu ul.menu,
.vc_wp_custommenu.dropdown .widget_nav_menu ul.sub-menu {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0;
}
.vc_wp_custommenu.dropdown .widget_nav_menu ul.menu > li.menu-item,
.vc_wp_custommenu.dropdown .widget_nav_menu ul.sub-menu > li.menu-item {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
}
.vc_wp_custommenu.dropdown .widget_nav_menu ul.menu > li.menu-item:hover > ul.sub-menu,
.vc_wp_custommenu.dropdown .widget_nav_menu ul.sub-menu > li.menu-item:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -khtml-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.vc_wp_custommenu.dropdown .widget_nav_menu ul.menu > li.menu-item:hover > a.menu-link,
.vc_wp_custommenu.dropdown .widget_nav_menu ul.sub-menu > li.menu-item:hover > a.menu-link {
  color: #bbbbbb;
}
.vc_wp_custommenu.dropdown .widget_nav_menu ul.menu > li.menu-item > a.menu-link,
.vc_wp_custommenu.dropdown .widget_nav_menu ul.sub-menu > li.menu-item > a.menu-link {
  display: block;
  text-decoration: none;
  line-height: 33px;
  padding: 0 15px;
  font-size: 13px;
  vertical-align: middle;
  color: #ffffff;
  -webkit-transition: all 0.2s linear;
  -khtml-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.vc_wp_custommenu.dropdown .widget_nav_menu ul.menu > li.menu-item > a.menu-link .fa,
.vc_wp_custommenu.dropdown .widget_nav_menu ul.sub-menu > li.menu-item > a.menu-link .fa {
  margin-right: 5px;
}
.vc_wp_custommenu.dropdown .widget_nav_menu ul.menu > li.menu-item > ul.sub-menu,
.vc_wp_custommenu.dropdown .widget_nav_menu ul.sub-menu > li.menu-item > ul.sub-menu {
  -webkit-transition: all 0.2s linear;
  -khtml-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #ffffff;
  padding: 5px 0px;
  text-align: right;
  border: 1px solid #e5e5e5;
}
.vc_wp_custommenu.dropdown .widget_nav_menu ul.menu > li.menu-item > ul.sub-menu > li.menu-item,
.vc_wp_custommenu.dropdown .widget_nav_menu ul.sub-menu > li.menu-item > ul.sub-menu > li.menu-item {
  float: none;
  min-width: 150px;
}
.vc_wp_custommenu.dropdown .widget_nav_menu ul.menu > li.menu-item > ul.sub-menu > li.menu-item.menu-item-has-children::after,
.vc_wp_custommenu.dropdown .widget_nav_menu ul.sub-menu > li.menu-item > ul.sub-menu > li.menu-item.menu-item-has-children::after {
  font-size: 13px;
  content: "\f104";
  position: absolute;
  top: 0%;
  left: 0px;
  padding: 0px 15px;
  color: #333333;
  line-height: 2;
  display: inline-block;
  vertical-align: middle;
  font-family: FontAwesome;
}
.vc_wp_custommenu.dropdown .widget_nav_menu ul.menu > li.menu-item > ul.sub-menu > li.menu-item:last-child > a.menu-link,
.vc_wp_custommenu.dropdown .widget_nav_menu ul.sub-menu > li.menu-item > ul.sub-menu > li.menu-item:last-child > a.menu-link {
  border-bottom: none;
}
.vc_wp_custommenu.dropdown .widget_nav_menu ul.menu > li.menu-item > ul.sub-menu > li.menu-item:hover > a.menu-link,
.vc_wp_custommenu.dropdown .widget_nav_menu ul.sub-menu > li.menu-item > ul.sub-menu > li.menu-item:hover > a.menu-link {
  color: #81b441;
}
.vc_wp_custommenu.dropdown .widget_nav_menu ul.menu > li.menu-item > ul.sub-menu > li.menu-item:hover > a.menu-link > .fa,
.vc_wp_custommenu.dropdown .widget_nav_menu ul.sub-menu > li.menu-item > ul.sub-menu > li.menu-item:hover > a.menu-link > .fa {
  color: #81b441;
}
.vc_wp_custommenu.dropdown .widget_nav_menu ul.menu > li.menu-item > ul.sub-menu > li.menu-item:hover::after,
.vc_wp_custommenu.dropdown .widget_nav_menu ul.sub-menu > li.menu-item > ul.sub-menu > li.menu-item:hover::after {
  color: #81b441;
}
.vc_wp_custommenu.dropdown .widget_nav_menu ul.menu > li.menu-item > ul.sub-menu > li.menu-item > a.menu-link,
.vc_wp_custommenu.dropdown .widget_nav_menu ul.sub-menu > li.menu-item > ul.sub-menu > li.menu-item > a.menu-link {
  -webkit-transform: translate(0, 0);
  -khtml-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.2s linear;
  -khtml-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-size: 13px;
  line-height: 2;
  color: #888888;
  padding: 0px 15px;
  text-transform: none;
  white-space: nowrap;
  vertical-align: middle;
}
.vc_wp_custommenu.dropdown .widget_nav_menu ul.menu > li.menu-item > ul.sub-menu > li.menu-item > a.menu-link > .fa,
.vc_wp_custommenu.dropdown .widget_nav_menu ul.sub-menu > li.menu-item > ul.sub-menu > li.menu-item > a.menu-link > .fa {
  font-size: 13px;
  position: absolute;
  top: 0%;
  right: 13px;
  padding: 0px 0;
  color: #bbbbbb;
  line-height: 2;
  display: inline-block;
  vertical-align: middle;
}
.vc_wp_custommenu.dropdown .widget_nav_menu ul.menu > li.menu-item > ul.sub-menu > li.menu-item > ul.sub-menu,
.vc_wp_custommenu.dropdown .widget_nav_menu ul.sub-menu > li.menu-item > ul.sub-menu > li.menu-item > ul.sub-menu {
  top: -5px;
  right: 100%;
  margin-left: 0px;
}
#tertiary .widget_categories ul {
  list-style-type: none;
  padding-left: 0;
}
#tertiary .widget_categories ul li {
  position: relative;
}
#tertiary .widget_categories ul li:after {
  content: " ";
  display: table;
  clear: both;
}
#tertiary .widget_categories ul li a {
  display: inline-block;
  padding: 7px 21px;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  color: #333333;
  background-color: transparent;
  width: calc(100% - 42px);
}
#tertiary .widget_categories ul li a:hover {
  color: #000000;
  background-color: #f0f0f0;
}
#tertiary .widget_categories ul li a:hover + .count {
  color: #000000;
}
#tertiary .widget_categories ul li ul.children,
#tertiary .widget_categories ul li ul.sub-menu {
  margin-left: 10px !important;
}
#tertiary .widget_categories ul li .count {
  transition: all 0.3s linear 0s;
  font-weight: 500;
  position: relative;
  padding: 0;
  right: 2px;
  display: inline-block;
  min-width: 15px;
  line-height: 36px;
  text-align: center;
  color: #222222;
  background-color: transparent;
  float: right;
  vertical-align: middle;
  position: absolute;
  width: 36px;
  height: 36px;
  border-radius: 200%;
  top: 3px;
}
#tertiary .widget_categories ul:after {
  content: " ";
  display: table;
  clear: both;
}
.widget_nav_menu ul {
  list-style-type: none;
  padding-left: 0;
}
.widget_nav_menu ul li {
  line-height: 2.1;
  font-size: 14px;
}
.widget_nav_menu ul li > a {
  color: #333333;
}
.widget_nav_menu ul li > a:hover {
  color: #81b441;
}
.widget_nav_menu ul li ul.children,
.widget_nav_menu ul li ul.sub-menu {
  margin-left: 10px !important;
}
.widget_nav_menu ul {
  list-style-type: none;
  padding-left: 0;
}
.widget_nav_menu ul li {
  position: relative;
}
.widget_nav_menu ul li:after {
  content: " ";
  display: table;
  clear: both;
}
.widget_nav_menu ul li a {
  display: inline-block;
  padding: 7px 21px;
  background-color: #f5f5f5;
  color: #333333;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  background-color: transparent;
  width: calc(100% - 42px);
}
.widget_nav_menu ul li a:hover {
  color: #000000;
  background-color: #f0f0f0;
}
.widget_nav_menu ul li a:hover + .count {
  color: #000000;
}
.widget_nav_menu ul li ul.children,
.widget_nav_menu ul li ul.sub-menu {
  margin-left: 10px !important;
}
.widget_nav_menu ul li .count,
.widget_nav_menu ul li .after {
  transition: all 0.3s linear 0s;
  font-weight: 500;
  position: relative;
  padding: 0;
  right: 2px;
  display: inline-block;
  min-width: 15px;
  line-height: 36px;
  text-align: center;
  color: #222222;
  background-color: transparent;
  float: right;
  vertical-align: middle;
  position: absolute;
  width: 36px;
  height: 36px;
  border-radius: 200%;
  top: 3px;
}
.widget_nav_menu ul:after {
  content: " ";
  display: table;
  clear: both;
}
.flat .widget_nav_menu ul {
  list-style-type: none;
  padding-left: 0;
}
.flat .widget_nav_menu ul li {
  float: left;
  font-weight: 300;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-right: 50px;
}
.flat .widget_nav_menu ul li > a {
  color: #333333;
}
.flat .widget_nav_menu ul li > a:hover {
  color: #81b441;
}
.flat .widget_nav_menu ul li ul.children,
.flat .widget_nav_menu ul li ul.sub-menu {
  display: none;
}
.flat .widget_nav_menu ul::after {
  content: "";
  display: table;
  clear: both;
}
#middle .sidebar-inner .widget-area .widget_azexo_dashboard_links {
  background-color: #333333;
  position: relative;
  text-align: center;
}
#middle .sidebar-inner .widget-area .widget_azexo_dashboard_links .widget-title h3 {
  margin: 0;
  padding: 45px 0 20px 0;
  color: #ffffff;
}
#middle .sidebar-inner .widget-area .widget_azexo_dashboard_links .widget-title h3 span {
  color: #000000;
}
#middle .sidebar-inner .widget-area .widget_azexo_dashboard_links ul li {
  display: inline-block;
  padding: 20px;
  margin-bottom: -1px;
}
#middle .sidebar-inner .widget-area .widget_azexo_dashboard_links ul li.active {
  background-color: #f8f8f8;
}
#middle .sidebar-inner .widget-area .widget_azexo_dashboard_links ul li.active a {
  color: #81b441;
}
#middle .sidebar-inner .widget-area .widget_azexo_dashboard_links ul li a {
  color: #ffffff;
}
#middle .sidebar-inner .widget-area .widget_azexo_dashboard_links ul li a:hover {
  color: #81b441;
}
@media (max-width: 1200px) {
  #middle .sidebar-inner .widget-area .widget_azexo_dashboard_links .widget-title h3 {
    padding: 35px 0 20px 0;
  }
  #middle .sidebar-inner .widget-area .widget_azexo_dashboard_links ul li {
    padding: 10px;
  }
}
@media (max-width: 1000px) {
  #middle .sidebar-inner .widget-area .widget_azexo_dashboard_links .widget-title h3 {
    padding: 20px 0;
  }
  #middle .sidebar-inner .widget-area .widget_azexo_dashboard_links ul li {
    display: block;
  }
}
/*single-post-widget*/
.custom-citation-widget > *:first-child {
  margin-top: 0;
}
.custom-citation-widget > *:last-child {
  margin-bottom: 0;
}
.custom-citation-widget h6 {
  font-family: montserrat;
  text-transform: uppercase;
  font-size: 10px;
  margin-bottom: 93px;
  padding-top: 6px;
  letter-spacing: 1px;
}
.custom-citation-widget blockquote {
  padding: 0;
  margin-bottom: 42px;
  max-width: 270px;
}
.custom-citation-widget blockquote p {
  line-height: 1.65;
}
.custom-citation-widget p {
  margin-bottom: 0;
}
.custom-citation-widget > p + p {
  font-size: 13px;
  text-transform: uppercase;
  color: #888888;
  letter-spacing: 0;
  line-height: 1.6;
  margin-top: 3px;
  margin-bottom: 16px;
}
.custom-citation-widget > p > span {
  display: block;
  font-family: montserrat;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.8px;
  color: #333333;
}
.custom-citation-widget > p > span:before {
  content: " ";
  display: inline-block;
  background-position: center;
  background-size: 7px;
  background-repeat-y: no-repeat;
  width: 13px;
  height: 16px;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjY0cHgiIGhlaWdodD0iNjRweCIgdmlld0JveD0iMCAwIDM1NyAzNTciIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDM1NyAzNTc7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8ZyBpZD0icmVtb3ZlIj4KCQk8cGF0aCBkPSJNMzU3LDIwNEgwdi01MWgzNTdWMjA0eiIgZmlsbD0iIzIyMjIyMiIvPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
  margin-right: 16px;
  vertical-align: text-bottom;
}
.custom-citation-widget > div > span {
  display: inline-block;
  border: 1px solid #f0f0f0;
  border-radius: 200%;
  font-size: 11px;
  width: 30px;
  height: 30px;
  text-align: center;
  position: relative;
  margin-right: 12px;
  float: left;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.custom-citation-widget > div > span > a {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.custom-citation-widget > div > span > a > i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 1;
  padding-left: 1px;
  display: block;
}
.custom-citation-widget > div > span > a.hidden-icons {
  visibility: hidden;
  opasity: 0;
  border-radius: 200%;
  -webkit-transform: translate(0, 30px);
  -khtml-transform: translate(0, 30px);
  -moz-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  transform: translate(0, 30px);
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.custom-citation-widget > div > span:hover {
  border-color: rgba(129, 180, 65, 0.5);
}
.custom-citation-widget > div > span:hover a {
  -webkit-transform: translate(0, -30px);
  -khtml-transform: translate(0, -30px);
  -moz-transform: translate(0, -30px);
  -ms-transform: translate(0, -30px);
  transform: translate(0, -30px);
}
.custom-citation-widget > div > span:hover .hidden-icons {
  visibility: visible;
  opasity: 1;
  -webkit-transform: translate(0, 0);
  -khtml-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.custom-citation-widget > div > span:hover .hidden-icons > i {
  color: #81b441;
}
.custom-citation-widget > div:after {
  content: " ";
  display: table;
  clear: both;
}
/*priduck-prodile-widgets*/
.middle-all-thumbnail,
.middle-single-post-thumbnail {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  height: 339px;
  background-color: #222222;
}
.middle-all-thumbnail:before,
.middle-single-post-thumbnail:before {
  content: " ";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
}
.middle-all-thumbnail:after,
.middle-single-post-thumbnail:after {
  content: " ";
  display: table;
  clear: both;
}
.middle-single-post-thumbnail {
  background-size: cover;
  background-attachment: fixed;
}
.middle-single-post-thumbnail .middle-single-post {
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box;
}
@media (max-width: 786px) {
  .middle-single-post-thumbnail .middle-single-post {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}
@media (min-width: 786px) {
  .middle-single-post-thumbnail .middle-single-post {
    max-width: 750px !important;
  }
}
@media (min-width: 992px) {
  .middle-single-post-thumbnail .middle-single-post {
    max-width: 970px !important;
  }
}
@media (min-width: 1200px) {
  .middle-single-post-thumbnail .middle-single-post {
    max-width: 1170px !important;
  }
}
@media (max-width: 786px) {
  .middle-single-post-thumbnail .middle-single-post {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}
@media (min-width: 786px) {
  .middle-single-post-thumbnail .middle-single-post {
    max-width: 750px !important;
  }
}
@media (min-width: 992px) {
  .middle-single-post-thumbnail .middle-single-post {
    max-width: 970px !important;
  }
}
@media (min-width: 1200px) {
  .middle-single-post-thumbnail .middle-single-post {
    max-width: 1170px !important;
  }
}
.middle-single-post-thumbnail .middle-single-post.active-sidebar {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.middle-single-post-thumbnail .middle-single-post.active-sidebar #primary {
  width: 67%;
  display: table-cell;
  vertical-align: top;
  height: 100%;
}
.middle-single-post-thumbnail .middle-single-post.active-sidebar #tertiary {
  width: 33%;
  display: table-cell;
  vertical-align: top;
  height: 100%;
}
.middle-single-post-thumbnail .middle-single-post.active-sidebar #tertiary .sidebar-inner {
  margin-right: 30px;
  position: relative;
  z-index: 3;
}
.middle-single-post-thumbnail .middle-single-post.active-sidebar #primary + #tertiary .sidebar-inner {
  margin-right: 0;
  margin-left: 30px;
}
.middle-single-post-thumbnail .middle-single-post.active-sidebar .entry.page {
  padding: 30px;
  background-color: #ffffff;
}
.middle-single-post-thumbnail .middle-single-post::after {
  content: "";
  display: table;
  clear: both;
}
.middle-single-post-thumbnail .middle-single-post.active-sidebar {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.middle-single-post-thumbnail .middle-single-post.active-sidebar #primary {
  width: 67%;
  display: table-cell;
  vertical-align: top;
  height: 100%;
}
.middle-single-post-thumbnail .middle-single-post.active-sidebar #tertiary {
  width: 33%;
  display: table-cell;
  vertical-align: top;
  height: 100%;
}
.middle-single-post-thumbnail .middle-single-post.active-sidebar #tertiary .sidebar-inner {
  margin-right: 30px;
  position: relative;
  z-index: 3;
}
.middle-single-post-thumbnail .middle-single-post.active-sidebar #primary + #tertiary .sidebar-inner {
  margin-right: 0;
  margin-left: 30px;
}
.middle-single-post-thumbnail .middle-single-post.active-sidebar .entry.page {
  padding: 30px;
  background-color: #ffffff;
}
.middle-single-post-thumbnail .middle-single-post .entry-data {
  position: absolute;
  bottom: 36px;
  left: auto;
}
.middle-single-post-thumbnail .middle-single-post div.entry-meta,
.middle-single-post-thumbnail .middle-single-post div.entry-meta > span,
.middle-single-post-thumbnail .middle-single-post div.entry-meta > span > span,
.middle-single-post-thumbnail .middle-single-post div.entry-meta > span > label {
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  margin-right: 4px;
}
.middle-single-post-thumbnail .middle-single-post div.entry-meta a,
.middle-single-post-thumbnail .middle-single-post div.entry-meta > span a,
.middle-single-post-thumbnail .middle-single-post div.entry-meta > span > span a,
.middle-single-post-thumbnail .middle-single-post div.entry-meta > span > label a {
  color: #ffffff;
}
.middle-single-post-thumbnail .middle-single-post span.date a time {
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
  color: #ffffff;
  text-transform: uppercase;
}
.middle-single-post-thumbnail .middle-single-post span.like .sl-wrapper > a .sl-icon svg {
  fill: #ffffff;
}
.middle-single-post-thumbnail .middle-single-post div.entry-meta > span + span.comments span.count:before {
  margin-left: 7px;
}
.middle-single-post-thumbnail .middle-single-post span.count + .label {
  display: none;
}
.middle-single-post-thumbnail .middle-single-post span.count:before {
  content: "\e644";
  margin-right: 5px;
  font-family: 'themify';
  display: inline-block;
  vertical-align: middle;
}
.header-gallery-single-thumbnails {
  overflow: hidden;
}
.header-gallery-single-thumbnails .thumbnails-gallery-breadcrumb {
  position: relative;
}
.header-gallery-single-thumbnails .thumbnails-gallery-breadcrumb .field {
  position: relative;
}
.header-gallery-single-thumbnails .thumbnails-gallery-breadcrumb .field > .entry-gallery .images::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.35);
  pointer-events: none;
  z-index: 3;
}
.header-gallery-single-thumbnails .thumbnails-gallery-breadcrumb .field > .entry-gallery .images .image {
  height: 522px !important;
  max-height: 522px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 992px) {
  .header-gallery-single-thumbnails .thumbnails-gallery-breadcrumb .field > .entry-gallery .images .image {
    height: 322px !important;
    max-height: 322px;
  }
}
.header-gallery-single-thumbnails .thumbnails-gallery-breadcrumb .field > .entry-gallery .images .owl-controls .owl-dots {
  display: none !important;
}
.widget-form {
  padding: 30px;
  background-color: #ffffff;
}
.contact-form {
  padding: 21px;
  padding-top: 26px;
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
  border-radius: 3px;
}
.contact-form h3 {
  color: #222222;
  font-size: 18px;
  margin-bottom: 7px;
}
.contact-form p {
  font-size: 14px;
  color: #888888;
  margin-bottom: 25px;
  line-height: 1.2;
}
.contact-form form p {
  margin-bottom: 15px;
}
.contact-form form p:last-of-type {
  margin-bottom: 0;
}
.contact-form form > div,
.contact-form form p {
  margin-bottom: 15px;
}
.contact-form form > div:last-child,
.contact-form form p:last-child {
  margin-bottom: 0;
}
.contact-form form > div input[type="submit"],
.contact-form form p input[type="submit"] {
  width: 100%;
}
.contact-form form > div textarea,
.contact-form form p textarea {
  height: 115px;
}
@media screen and (min-width: 1200px) {
  .widget-field-information {
    padding-left: 21px;
  }
}
.widget-field-information .custom-content:last-child .content-cell:last-child .meta-field,
.widget-field-information .custom-content:last-child .content-cell:last-child .value {
  margin-bottom: 0;
}
.widget-field-information .custom-content span {
  margin-bottom: 6px;
}
.widget-field-information .custom-content span.information-text,
.widget-field-information .custom-content span label {
  font-size: 14px;
  color: #888888;
  line-height: 1.2;
  font-weight: 500;
}
.widget-field-information .custom-content .meta-field .value {
  color: #81b441;
  font-weight: 700;
}
.wrapper-azh-widget {
  border: 1px solid #f0f0f0;
  border-radius: 3px;
}
.wrapper-azh-widget form.azqf-query-form.filter {
  background-color: #ffffff;
  padding: 24px 22px;
}
#middle .archive-header .archive-title,
#middle .page-header .archive-title,
#middle .archive-header .page-title,
#middle .page-header .page-title,
#middle .archive-header .entry-title,
#middle .page-header .entry-title {
  line-height: 1.5;
  margin-bottom: 0;
}
#main .archive-header a,
#middle .archive-header a,
#main .page-header a,
#middle .page-header a {
  color: #222222;
}
#main .archive-header .archive-title,
#middle .archive-header .archive-title,
#main .page-header .archive-title,
#middle .page-header .archive-title,
#main .archive-header .page-title,
#middle .archive-header .page-title,
#main .page-header .page-title,
#middle .page-header .page-title,
#main .archive-header .entry-title,
#middle .archive-header .entry-title,
#main .page-header .entry-title,
#middle .page-header .entry-title {
  font-weight: 500;
  color: #222222;
  font-weight: 600;
  font-size: 40px;
  margin-top: -1px;
}
#main .archive-header .archive-title + .archive-subtitle,
#middle .archive-header .archive-title + .archive-subtitle,
#main .page-header .archive-title + .archive-subtitle,
#middle .page-header .archive-title + .archive-subtitle,
#main .archive-header .page-title + .archive-subtitle,
#middle .archive-header .page-title + .archive-subtitle,
#main .page-header .page-title + .archive-subtitle,
#middle .page-header .page-title + .archive-subtitle,
#main .archive-header .entry-title + .archive-subtitle,
#middle .archive-header .entry-title + .archive-subtitle,
#main .page-header .entry-title + .archive-subtitle,
#middle .page-header .entry-title + .archive-subtitle,
#main .archive-header .archive-title + .page-subtitle,
#middle .archive-header .archive-title + .page-subtitle,
#main .page-header .archive-title + .page-subtitle,
#middle .page-header .archive-title + .page-subtitle,
#main .archive-header .page-title + .page-subtitle,
#middle .archive-header .page-title + .page-subtitle,
#main .page-header .page-title + .page-subtitle,
#middle .page-header .page-title + .page-subtitle,
#main .archive-header .entry-title + .page-subtitle,
#middle .archive-header .entry-title + .page-subtitle,
#main .page-header .entry-title + .page-subtitle,
#middle .page-header .entry-title + .page-subtitle {
  margin-top: 10px;
}
#main .archive-header .archive-subtitle,
#middle .archive-header .archive-subtitle,
#main .page-header .archive-subtitle,
#middle .page-header .archive-subtitle,
#main .archive-header .page-subtitle,
#middle .archive-header .page-subtitle,
#main .page-header .page-subtitle,
#middle .page-header .page-subtitle {
  color: #ffffff;
  font-size: 15px;
  line-height: 2;
}
#main .archive-header .archive-meta,
#middle .archive-header .archive-meta,
#main .page-header .archive-meta,
#middle .page-header .archive-meta {
  display: none;
}
#main .archive-header,
#main .page-header {
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box;
}
@media (max-width: 786px) {
  #main .archive-header,
  #main .page-header {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}
@media (min-width: 786px) {
  #main .archive-header,
  #main .page-header {
    max-width: 750px !important;
  }
}
@media (min-width: 992px) {
  #main .archive-header,
  #main .page-header {
    max-width: 970px !important;
  }
}
@media (min-width: 1200px) {
  #main .archive-header,
  #main .page-header {
    max-width: 1170px !important;
  }
}
@media (max-width: 786px) {
  #main .archive-header,
  #main .page-header {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}
@media (min-width: 786px) {
  #main .archive-header,
  #main .page-header {
    max-width: 750px !important;
  }
}
@media (min-width: 992px) {
  #main .archive-header,
  #main .page-header {
    max-width: 970px !important;
  }
}
@media (min-width: 1200px) {
  #main .archive-header,
  #main .page-header {
    max-width: 1170px !important;
  }
}
#main .archive-header.active-sidebar,
#main .page-header.active-sidebar {
  display: table;
  width: 100%;
  table-layout: fixed;
}
#main .archive-header.active-sidebar #primary,
#main .page-header.active-sidebar #primary {
  width: 67%;
  display: table-cell;
  vertical-align: top;
  height: 100%;
}
#main .archive-header.active-sidebar #tertiary,
#main .page-header.active-sidebar #tertiary {
  width: 33%;
  display: table-cell;
  vertical-align: top;
  height: 100%;
}
#main .archive-header.active-sidebar #tertiary .sidebar-inner,
#main .page-header.active-sidebar #tertiary .sidebar-inner {
  margin-right: 30px;
  position: relative;
  z-index: 3;
}
#main .archive-header.active-sidebar #primary + #tertiary .sidebar-inner,
#main .page-header.active-sidebar #primary + #tertiary .sidebar-inner {
  margin-right: 0;
  margin-left: 30px;
}
#main .archive-header.active-sidebar .entry.page,
#main .page-header.active-sidebar .entry.page {
  padding: 30px;
  background-color: #ffffff;
}
#main .archive-header::after,
#main .page-header::after {
  content: "";
  display: table;
  clear: both;
}
#main .archive-header.active-sidebar,
#main .page-header.active-sidebar {
  display: table;
  width: 100%;
  table-layout: fixed;
}
#main .archive-header.active-sidebar #primary,
#main .page-header.active-sidebar #primary {
  width: 67%;
  display: table-cell;
  vertical-align: top;
  height: 100%;
}
#main .archive-header.active-sidebar #tertiary,
#main .page-header.active-sidebar #tertiary {
  width: 33%;
  display: table-cell;
  vertical-align: top;
  height: 100%;
}
#main .archive-header.active-sidebar #tertiary .sidebar-inner,
#main .page-header.active-sidebar #tertiary .sidebar-inner {
  margin-right: 30px;
  position: relative;
  z-index: 3;
}
#main .archive-header.active-sidebar #primary + #tertiary .sidebar-inner,
#main .page-header.active-sidebar #primary + #tertiary .sidebar-inner {
  margin-right: 0;
  margin-left: 30px;
}
#main .archive-header.active-sidebar .entry.page,
#main .page-header.active-sidebar .entry.page {
  padding: 30px;
  background-color: #ffffff;
}
#main .archive-header .archive-title,
#main .page-header .archive-title,
#main .archive-header .page-title,
#main .page-header .page-title,
#main .archive-header .entry-title,
#main .page-header .entry-title {
  line-height: 1;
  margin-bottom: 31px;
}
#main .archive-header .archive-title + .archive-subtitle,
#main .page-header .archive-title + .archive-subtitle,
#main .archive-header .page-title + .archive-subtitle,
#main .page-header .page-title + .archive-subtitle,
#main .archive-header .entry-title + .archive-subtitle,
#main .page-header .entry-title + .archive-subtitle,
#main .archive-header .archive-title + .page-subtitle,
#main .page-header .archive-title + .page-subtitle,
#main .archive-header .page-title + .page-subtitle,
#main .page-header .page-title + .page-subtitle,
#main .archive-header .entry-title + .page-subtitle,
#main .page-header .entry-title + .page-subtitle {
  margin-top: -15px;
  color: #666666;
  font-size: 15px;
  line-height: 2;
  margin-bottom: 20px;
  font-size: 16px;
}
.entry.post .images {
  position: relative;
}
.entry.post .images .image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.entry.post .images::after {
  content: "";
  display: table;
  clear: both;
}
.entry.post .images:hover .flex-direction-nav .flex-prev {
  opacity: 1;
  left: 15px;
}
.entry.post .images:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.entry.post .images:hover .flex-direction-nav .flex-next {
  opacity: 1;
  right: 15px;
}
.entry.post .images:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.entry.post .images .flex-direction-nav {
  *height: 0;
}
.entry.post .images .flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 25px;
  margin: 0;
  height: 34px;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: visible;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -khtml-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.entry.post .images .flex-direction-nav a:before {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDU1Ljc1MyA1NS43NTMiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDU1Ljc1MyA1NS43NTM7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4Ij4KPGc+Cgk8cGF0aCBkPSJNMTIuNzQ1LDIzLjkxNWMwLjI4My0wLjI4MiwwLjU5LTAuNTIsMC45MTMtMC43MjdMMzUuMjY2LDEuNTgxYzIuMTA4LTIuMTA3LDUuNTI4LTIuMTA4LDcuNjM3LDAuMDAxICAgYzIuMTA5LDIuMTA4LDIuMTA5LDUuNTI3LDAsNy42MzdMMjQuMjk0LDI3LjgyOGwxOC43MDUsMTguNzA2YzIuMTA5LDIuMTA4LDIuMTA5LDUuNTI2LDAsNy42MzcgICBjLTEuMDU1LDEuMDU2LTIuNDM4LDEuNTgyLTMuODE4LDEuNTgycy0yLjc2NC0wLjUyNi0zLjgxOC0xLjU4MkwxMy42NTgsMzIuNDY0Yy0wLjMyMy0wLjIwNy0wLjYzMi0wLjQ0NS0wLjkxMy0wLjcyNyAgIGMtMS4wNzgtMS4wNzgtMS41OTgtMi40OTgtMS41NzItMy45MTFDMTEuMTQ3LDI2LjQxMywxMS42NjcsMjQuOTk0LDEyLjc0NSwyMy45MTV6IiBmaWxsPSIjRkZGRkZGIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
  font-size: 22px;
  width: 23px;
  height: 33px;
  display: inline-block;
  content: " ";
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(0deg);
}
.entry.post .images .flex-direction-nav a.flex-next:before {
  transform: rotate(180deg);
  content: " ";
}
.entry.post .images .flex-direction-nav .flex-prev {
  left: -50px;
}
.entry.post .images .flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.entry.post .images .flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}
.entry.post .thumbnails {
  position: relative;
}
.entry.post .thumbnails + .thumbnails {
  display: none;
}
.entry.post .thumbnails ul.slides li {
  width: 150px !important;
  height: 100px !important;
}
.entry.post .thumbnails ul.slides li .image {
  width: 150px !important;
  height: 100px !important;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.entry.post .thumbnails:hover .flex-direction-nav .flex-prev {
  opacity: 1;
  left: 15px;
}
.entry.post .thumbnails:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.entry.post .thumbnails:hover .flex-direction-nav .flex-next {
  opacity: 1;
  right: 15px;
}
.entry.post .thumbnails:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.entry.post .thumbnails .flex-direction-nav {
  *height: 0;
}
.entry.post .thumbnails .flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 25px;
  margin: 0;
  height: 34px;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: visible;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -khtml-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.entry.post .thumbnails .flex-direction-nav a:before {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDU1Ljc1MyA1NS43NTMiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDU1Ljc1MyA1NS43NTM7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4Ij4KPGc+Cgk8cGF0aCBkPSJNMTIuNzQ1LDIzLjkxNWMwLjI4My0wLjI4MiwwLjU5LTAuNTIsMC45MTMtMC43MjdMMzUuMjY2LDEuNTgxYzIuMTA4LTIuMTA3LDUuNTI4LTIuMTA4LDcuNjM3LDAuMDAxICAgYzIuMTA5LDIuMTA4LDIuMTA5LDUuNTI3LDAsNy42MzdMMjQuMjk0LDI3LjgyOGwxOC43MDUsMTguNzA2YzIuMTA5LDIuMTA4LDIuMTA5LDUuNTI2LDAsNy42MzcgICBjLTEuMDU1LDEuMDU2LTIuNDM4LDEuNTgyLTMuODE4LDEuNTgycy0yLjc2NC0wLjUyNi0zLjgxOC0xLjU4MkwxMy42NTgsMzIuNDY0Yy0wLjMyMy0wLjIwNy0wLjYzMi0wLjQ0NS0wLjkxMy0wLjcyNyAgIGMtMS4wNzgtMS4wNzgtMS41OTgtMi40OTgtMS41NzItMy45MTFDMTEuMTQ3LDI2LjQxMywxMS42NjcsMjQuOTk0LDEyLjc0NSwyMy45MTV6IiBmaWxsPSIjRkZGRkZGIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
  font-size: 22px;
  width: 23px;
  height: 33px;
  display: inline-block;
  content: " ";
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(0deg);
}
.entry.post .thumbnails .flex-direction-nav a.flex-next:before {
  transform: rotate(180deg);
  content: " ";
}
.entry.post .thumbnails .flex-direction-nav .flex-prev {
  left: -50px;
}
.entry.post .thumbnails .flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.entry.post .thumbnails .flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}
@media (max-width: 768px) {
  .entry.post .images .flex-direction-nav .flex-prev,
  .entry.post .images + .thumbnails .flex-direction-nav .flex-prev {
    left: 10px;
  }
  .entry.post .images .flex-direction-nav .flex-next,
  .entry.post .images + .thumbnails .flex-direction-nav .flex-next {
    right: 10px;
    text-align: right;
  }
}
.owl-carousel {
  display: none;
}
.owl-carousel .owl-stage-outer {
  -webkit-transform: none !important;
}
.owl-carousel:hover .owl-controls .owl-nav {
  opacity: 1;
  -webkit-transition: all 0.4s;
  -khtml-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.owl-carousel .owl-controls .owl-nav {
  position: absolute;
  top: 50%;
  left: 45px;
  right: 45px;
  z-index: 3;
  pointer-events: none;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  opacity: 0;
  -webkit-transition: all 0.4s;
  -khtml-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  .owl-carousel .owl-controls .owl-nav {
    left: 20px;
    right: 20px;
  }
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next {
  pointer-events: all;
  width: 36px;
  height: 36px;
  cursor: pointer;
  line-height: 36px;
  vertical-align: middle;
  text-align: center;
  opacity: .5;
  color: #ffffff;
  background-color: transparent;
  border: 0;
}
.owl-carousel .owl-controls .owl-nav .owl-prev::after,
.owl-carousel .owl-controls .owl-nav .owl-next::after {
  display: inline-block;
  font-family: FontAwesome;
  font-size: 68px;
  line-height: 36px;
  height: 36px;
  font-weight: 700;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel .owl-controls .owl-nav .owl-next:hover {
  opacity: 1;
}
.owl-carousel .owl-controls .owl-nav .owl-prev {
  float: left;
}
.owl-carousel .owl-controls .owl-nav .owl-prev::after {
  content: "\f104";
}
.owl-carousel .owl-controls .owl-nav .owl-next {
  float: right;
}
.owl-carousel .owl-controls .owl-nav .owl-next::after {
  content: "\f105";
}
@media (max-width: 480px) {
  .owl-carousel .owl-controls .owl-nav {
    left: 0;
    right: 0;
  }
}
.owl-carousel .owl-controls .owl-dots {
  display: block;
  text-align: center;
  line-height: 1;
  margin-top: 20px;
}
.owl-carousel .owl-controls .owl-dots * {
  box-sizing: border-box;
}
.owl-carousel .owl-controls .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 0;
}
.owl-carousel .owl-controls .owl-dots .owl-dot span {
  border: none;
  width: 12px;
  height: 12px;
  margin: 3px;
  background: #81b441;
  border: 3px solid #ffffff;
  display: block;
  -webkit-transition: all 0.4s;
  -khtml-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 100%;
}
.owl-carousel .owl-controls .owl-dots .owl-dot span::before {
  box-shadow: none;
}
.owl-carousel .owl-controls .owl-dots .owl-dot span::after {
  content: none;
}
.owl-carousel .owl-controls .owl-dots .owl-dot.active span,
.owl-carousel .owl-controls .owl-dots .owl-dot:hover span {
  background: #ffffff;
  opacity: 1;
}
.owl-carousel .owl-controls .owl-dots .owl-dot:first-child {
  padding-left: 3px;
}
.owl-carousel .owl-controls .owl-dots .owl-dot:last-child {
  padding-right: 3px;
}
.posts-list.recent-comments .entry.recent-comments .entry-thumbnail {
  display: block;
  float: left;
  max-width: 70px;
  margin-top: 2px;
  margin-right: 10px;
  margin-bottom: 15px;
}
.posts-list.recent-comments .entry.recent-comments .entry-thumbnail .image {
  width: 70px;
}
.posts-list.recent-comments .entry.recent-comments .entry-data {
  line-height: 1.3;
  font-size: 13px;
}
.posts-list.recent-comments .entry.recent-comments .entry-data .entry-footer {
  margin-top: 0;
}
.posts-list.recent-comments .entry.recent-comments .entry-data .entry-footer > * {
  display: inline-block;
  margin-right: 10px;
  letter-spacing: 0;
}
.posts-list.recent-comments .entry.recent-comments::after {
  content: "";
  display: table;
  clear: both;
}
.entry.masonry-post {
  display: table;
  background-color: #ffffff;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #f0f0f0;
  border-radius: 3px;
}
.entry.masonry-post .entry-thumbnail,
.entry.masonry-post .entry-gallery {
  display: table-cell;
  width: 31%;
  vertical-align: top;
  position: relative;
}
.entry.masonry-post .entry-thumbnail > a,
.entry.masonry-post .entry-gallery > a,
.entry.masonry-post .entry-thumbnail > .image,
.entry.masonry-post .entry-gallery > .image,
.entry.masonry-post .entry-thumbnail > .images,
.entry.masonry-post .entry-gallery > .images {
  position: absolute;
  left: -1px;
  top: -1px;
  bottom: -1px;
  right: 0;
  height: auto !important;
}
.entry.masonry-post .entry-thumbnail .image,
.entry.masonry-post .entry-gallery .image {
  background-position: center;
  background-size: cover;
  height: 100% !important;
  border-radius: 3px 0 0 3px;
}
@media screen and (max-width: 992px) {
  .entry.masonry-post .entry-thumbnail .image,
  .entry.masonry-post .entry-gallery .image {
    border-radius: 3px 3px 0 0;
  }
}
.entry.masonry-post .entry-thumbnail .discount,
.entry.masonry-post .entry-gallery .discount {
  position: absolute;
  display: inline-block;
  background-color: #ffffff;
  border-radius: 0 3px 3px 0;
  color: #222222;
  font-family: montserrat;
  top: 39px;
  left: -1px;
  z-index: 2;
  line-height: 23px;
  padding: 0 14px;
  font-size: 13px;
}
.entry.masonry-post .entry-thumbnail .time-left,
.entry.masonry-post .entry-gallery .time-left {
  position: absolute;
  bottom: -1px;
  left: -1px;
  right: 0;
  z-index: 2;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
  line-height: 23px;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  border-radius: 0 0 0 3px;
}
.entry.masonry-post .entry-thumbnail .time-left .time,
.entry.masonry-post .entry-gallery .time-left .time {
  display: inline-block;
  vertical-align: middle;
}
.entry.masonry-post .entry-thumbnail .time-left .time > div,
.entry.masonry-post .entry-gallery .time-left .time > div {
  color: #ffffff;
  font-weight: 600;
}
.entry.masonry-post .entry-thumbnail .time-left .time > div::after,
.entry.masonry-post .entry-gallery .time-left .time > div::after {
  color: #bbbbbb;
}
.entry.masonry-post .entry-thumbnail:after,
.entry.masonry-post .entry-gallery:after {
  content: " ";
  display: table;
  clear: both;
}
.entry.masonry-post .entry-data {
  padding: 39px 25px;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  width: calc(100% - 250px);
}
.entry.masonry-post .entry-data .onsale {
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  color: #81b441;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  padding: 3px 7px;
  display: inline-block;
  font-size: 12px;
}
.entry.masonry-post .entry-data .entry-header {
  font-weight: 600;
}
.entry.masonry-post .entry-data .entry-header .entry-extra,
.entry.masonry-post .entry-data .entry-header .entry-meta {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  color: #333333;
}
.entry.masonry-post .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy),
.entry.masonry-post .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy) {
  display: inline-block;
  margin-right: 15px;
  margin-left: 3px;
  -webkit-transition: all 0.2s;
  -khtml-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.entry.masonry-post .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy).author::before,
.entry.masonry-post .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy).author::before {
  font-family: 'themify';
  content: "\e602";
  margin-right: 10px;
}
.entry.masonry-post .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy).date::before,
.entry.masonry-post .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy).date::before,
.entry.masonry-post .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy).date-time::before,
.entry.masonry-post .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy).date-time::before {
  font-family: 'themify';
  content: "\e6b6";
  margin-right: 10px;
}
.entry.masonry-post .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy).comments::before,
.entry.masonry-post .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy).comments::before {
  font-family: 'themify';
  content: "\e644";
  margin-right: 10px;
}
.entry.masonry-post .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy).comments .count,
.entry.masonry-post .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy).comments .count {
  margin-right: 5px;
}
.entry.masonry-post .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy) img,
.entry.masonry-post .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy) img,
.entry.masonry-post .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy) label,
.entry.masonry-post .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy) label {
  display: none;
}
.entry.masonry-post .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy) a[href],
.entry.masonry-post .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy) a[href] {
  color: #333333;
  white-space: nowrap;
}
.entry.masonry-post .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy) a[href]:hover,
.entry.masonry-post .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy) a[href]:hover {
  color: #81b441;
}
.entry.masonry-post .entry-data .entry-header .entry-extra .star-rating,
.entry.masonry-post .entry-data .entry-header .entry-meta .star-rating {
  display: inline-block;
}
.entry.masonry-post .entry-data .entry-header > .meta-field,
.entry.masonry-post .entry-data .entry-header > .taxonomy {
  letter-spacing: 0.5px;
  display: block;
  line-height: 23.4px;
  margin-bottom: 19px;
}
.entry.masonry-post .entry-data .entry-header > .meta-field:last-child,
.entry.masonry-post .entry-data .entry-header > .taxonomy:last-child {
  margin-bottom: 0;
}
.entry.masonry-post .entry-data .entry-header > .meta-field img,
.entry.masonry-post .entry-data .entry-header > .taxonomy img {
  height: 18px;
  margin-right: 0;
  display: inline-block;
  width: 13px;
  padding: 6px 9px;
  border: 1px solid #81b441;
  border-radius: 200%;
  vertical-align: middle;
  float: left;
}
.entry.masonry-post .entry-data .entry-header > .meta-field img + .value,
.entry.masonry-post .entry-data .entry-header > .taxonomy img + .value,
.entry.masonry-post .entry-data .entry-header > .meta-field img .links,
.entry.masonry-post .entry-data .entry-header > .taxonomy img .links {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 45px);
  float: right;
  padding: 3px 0;
}
.entry.masonry-post .entry-data .entry-header > .meta-field label,
.entry.masonry-post .entry-data .entry-header > .taxonomy label,
.entry.masonry-post .entry-data .entry-header > .meta-field .value,
.entry.masonry-post .entry-data .entry-header > .taxonomy .value,
.entry.masonry-post .entry-data .entry-header > .meta-field .links,
.entry.masonry-post .entry-data .entry-header > .taxonomy .links {
  font-size: 14px;
}
.entry.masonry-post .entry-data .entry-header > .meta-field label,
.entry.masonry-post .entry-data .entry-header > .taxonomy label {
  margin-bottom: 0;
  margin-right: 6.5px;
}
.entry.masonry-post .entry-data .entry-header > .meta-field .value,
.entry.masonry-post .entry-data .entry-header > .taxonomy .value,
.entry.masonry-post .entry-data .entry-header > .meta-field .links,
.entry.masonry-post .entry-data .entry-header > .taxonomy .links {
  color: #888888;
  font-weight: 500;
  letter-spacing: 0;
}
.entry.masonry-post .entry-data .entry-header > .meta-field .value a,
.entry.masonry-post .entry-data .entry-header > .taxonomy .value a,
.entry.masonry-post .entry-data .entry-header > .meta-field .links a,
.entry.masonry-post .entry-data .entry-header > .taxonomy .links a {
  color: #888888;
}
.entry.masonry-post .entry-data .entry-header > .meta-field .value a:hover,
.entry.masonry-post .entry-data .entry-header > .taxonomy .value a:hover,
.entry.masonry-post .entry-data .entry-header > .meta-field .links a:hover,
.entry.masonry-post .entry-data .entry-header > .taxonomy .links a:hover {
  color: #81b441;
}
.entry.masonry-post .entry-data .entry-header > .meta-field:after,
.entry.masonry-post .entry-data .entry-header > .taxonomy:after {
  content: "";
  display: table;
  clear: both;
}
.entry.masonry-post .entry-data .entry-header > span {
  font-size: 13px;
  display: block;
}
.entry.masonry-post .entry-data .entry-header > .meta-field,
.entry.masonry-post .entry-data .entry-header > .taxonomy {
  text-transform: none;
}
.entry.masonry-post .entry-data .entry-header > .meta-field label,
.entry.masonry-post .entry-data .entry-header > .taxonomy label {
  font-weight: 600;
}
.entry.masonry-post .entry-data .entry-header a {
  color: #333333;
}
.entry.masonry-post .entry-data .entry-header a:hover {
  color: #81b441;
}
.entry.masonry-post .entry-data .entry-header .entry-extra,
.entry.masonry-post .entry-data .entry-header .entry-meta {
  font-weight: 300;
  font-size: 13px;
}
.entry.masonry-post .entry-data .entry-header .entry-extra > .meta-field,
.entry.masonry-post .entry-data .entry-header .entry-meta > .meta-field,
.entry.masonry-post .entry-data .entry-header .entry-extra > .taxonomy,
.entry.masonry-post .entry-data .entry-header .entry-meta > .taxonomy {
  letter-spacing: 0.5px;
  display: block;
  line-height: 23.4px;
  margin-bottom: 19px;
}
.entry.masonry-post .entry-data .entry-header .entry-extra > .meta-field:last-child,
.entry.masonry-post .entry-data .entry-header .entry-meta > .meta-field:last-child,
.entry.masonry-post .entry-data .entry-header .entry-extra > .taxonomy:last-child,
.entry.masonry-post .entry-data .entry-header .entry-meta > .taxonomy:last-child {
  margin-bottom: 0;
}
.entry.masonry-post .entry-data .entry-header .entry-extra > .meta-field img,
.entry.masonry-post .entry-data .entry-header .entry-meta > .meta-field img,
.entry.masonry-post .entry-data .entry-header .entry-extra > .taxonomy img,
.entry.masonry-post .entry-data .entry-header .entry-meta > .taxonomy img {
  height: 18px;
  margin-right: 0;
  display: inline-block;
  width: 13px;
  padding: 6px 9px;
  border: 1px solid #81b441;
  border-radius: 200%;
  vertical-align: middle;
  float: left;
}
.entry.masonry-post .entry-data .entry-header .entry-extra > .meta-field img + .value,
.entry.masonry-post .entry-data .entry-header .entry-meta > .meta-field img + .value,
.entry.masonry-post .entry-data .entry-header .entry-extra > .taxonomy img + .value,
.entry.masonry-post .entry-data .entry-header .entry-meta > .taxonomy img + .value,
.entry.masonry-post .entry-data .entry-header .entry-extra > .meta-field img .links,
.entry.masonry-post .entry-data .entry-header .entry-meta > .meta-field img .links,
.entry.masonry-post .entry-data .entry-header .entry-extra > .taxonomy img .links,
.entry.masonry-post .entry-data .entry-header .entry-meta > .taxonomy img .links {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 45px);
  float: right;
  padding: 3px 0;
}
.entry.masonry-post .entry-data .entry-header .entry-extra > .meta-field label,
.entry.masonry-post .entry-data .entry-header .entry-meta > .meta-field label,
.entry.masonry-post .entry-data .entry-header .entry-extra > .taxonomy label,
.entry.masonry-post .entry-data .entry-header .entry-meta > .taxonomy label,
.entry.masonry-post .entry-data .entry-header .entry-extra > .meta-field .value,
.entry.masonry-post .entry-data .entry-header .entry-meta > .meta-field .value,
.entry.masonry-post .entry-data .entry-header .entry-extra > .taxonomy .value,
.entry.masonry-post .entry-data .entry-header .entry-meta > .taxonomy .value,
.entry.masonry-post .entry-data .entry-header .entry-extra > .meta-field .links,
.entry.masonry-post .entry-data .entry-header .entry-meta > .meta-field .links,
.entry.masonry-post .entry-data .entry-header .entry-extra > .taxonomy .links,
.entry.masonry-post .entry-data .entry-header .entry-meta > .taxonomy .links {
  font-size: 14px;
}
.entry.masonry-post .entry-data .entry-header .entry-extra > .meta-field label,
.entry.masonry-post .entry-data .entry-header .entry-meta > .meta-field label,
.entry.masonry-post .entry-data .entry-header .entry-extra > .taxonomy label,
.entry.masonry-post .entry-data .entry-header .entry-meta > .taxonomy label {
  margin-bottom: 0;
  margin-right: 6.5px;
}
.entry.masonry-post .entry-data .entry-header .entry-extra > .meta-field .value,
.entry.masonry-post .entry-data .entry-header .entry-meta > .meta-field .value,
.entry.masonry-post .entry-data .entry-header .entry-extra > .taxonomy .value,
.entry.masonry-post .entry-data .entry-header .entry-meta > .taxonomy .value,
.entry.masonry-post .entry-data .entry-header .entry-extra > .meta-field .links,
.entry.masonry-post .entry-data .entry-header .entry-meta > .meta-field .links,
.entry.masonry-post .entry-data .entry-header .entry-extra > .taxonomy .links,
.entry.masonry-post .entry-data .entry-header .entry-meta > .taxonomy .links {
  color: #888888;
  font-weight: 500;
  letter-spacing: 0;
}
.entry.masonry-post .entry-data .entry-header .entry-extra > .meta-field .value a,
.entry.masonry-post .entry-data .entry-header .entry-meta > .meta-field .value a,
.entry.masonry-post .entry-data .entry-header .entry-extra > .taxonomy .value a,
.entry.masonry-post .entry-data .entry-header .entry-meta > .taxonomy .value a,
.entry.masonry-post .entry-data .entry-header .entry-extra > .meta-field .links a,
.entry.masonry-post .entry-data .entry-header .entry-meta > .meta-field .links a,
.entry.masonry-post .entry-data .entry-header .entry-extra > .taxonomy .links a,
.entry.masonry-post .entry-data .entry-header .entry-meta > .taxonomy .links a {
  color: #888888;
}
.entry.masonry-post .entry-data .entry-header .entry-extra > .meta-field .value a:hover,
.entry.masonry-post .entry-data .entry-header .entry-meta > .meta-field .value a:hover,
.entry.masonry-post .entry-data .entry-header .entry-extra > .taxonomy .value a:hover,
.entry.masonry-post .entry-data .entry-header .entry-meta > .taxonomy .value a:hover,
.entry.masonry-post .entry-data .entry-header .entry-extra > .meta-field .links a:hover,
.entry.masonry-post .entry-data .entry-header .entry-meta > .meta-field .links a:hover,
.entry.masonry-post .entry-data .entry-header .entry-extra > .taxonomy .links a:hover,
.entry.masonry-post .entry-data .entry-header .entry-meta > .taxonomy .links a:hover {
  color: #81b441;
}
.entry.masonry-post .entry-data .entry-header .entry-extra > .meta-field:after,
.entry.masonry-post .entry-data .entry-header .entry-meta > .meta-field:after,
.entry.masonry-post .entry-data .entry-header .entry-extra > .taxonomy:after,
.entry.masonry-post .entry-data .entry-header .entry-meta > .taxonomy:after {
  content: "";
  display: table;
  clear: both;
}
.entry.masonry-post .entry-data .entry-header .entry-extra > .meta-field,
.entry.masonry-post .entry-data .entry-header .entry-meta > .meta-field,
.entry.masonry-post .entry-data .entry-header .entry-extra > .taxonomy,
.entry.masonry-post .entry-data .entry-header .entry-meta > .taxonomy {
  text-transform: none;
}
.entry.masonry-post .entry-data .entry-header .entry-extra {
  margin-bottom: 6px;
}
.entry.masonry-post .entry-data .entry-header .entry-meta {
  margin-top: 13px;
  margin-bottom: 13px;
}
.entry.masonry-post .entry-data .entry-header h2.entry-title {
  margin-top: 0;
  margin-bottom: 9px;
  line-height: 1.25;
}
.entry.masonry-post .entry-data .entry-header .entry-title {
  margin-top: 0;
  font-size: 18px;
}
.entry.masonry-post .entry-data .entry-header .entry-title h3,
.entry.masonry-post .entry-data .entry-header .entry-title a {
  color: #222222;
  text-transform: none;
  font-weight: 600;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 9px;
  line-height: 1.25;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.entry.masonry-post .entry-data .entry-header .entry-title h3:hover,
.entry.masonry-post .entry-data .entry-header .entry-title a:hover {
  color: #888888;
}
.entry.masonry-post .entry-data .entry-content,
.entry.masonry-post .entry-data .entry-summary {
  margin-top: 0;
  padding: 0;
}
.entry.masonry-post .entry-data .entry-summary {
  font-size: 14px;
  color: #888888;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 23.4px;
}
.entry.masonry-post .entry-data .entry-footer {
  background-color: transparent;
  margin-top: 11px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
  letter-spacing: 0.5px;
}
.entry.masonry-post .entry-data .entry-footer > .meta-field,
.entry.masonry-post .entry-data .entry-footer > .taxonomy {
  letter-spacing: 0.5px;
  display: block;
  line-height: 25.2px;
  margin-bottom: 19px;
}
.entry.masonry-post .entry-data .entry-footer > .meta-field:last-child,
.entry.masonry-post .entry-data .entry-footer > .taxonomy:last-child {
  margin-bottom: 0;
}
.entry.masonry-post .entry-data .entry-footer > .meta-field img,
.entry.masonry-post .entry-data .entry-footer > .taxonomy img {
  height: 18px;
  margin-right: 0;
  display: inline-block;
  width: 13px;
  padding: 6px 9px;
  border: 1px solid #81b441;
  border-radius: 200%;
  vertical-align: middle;
  float: left;
}
.entry.masonry-post .entry-data .entry-footer > .meta-field img + .value,
.entry.masonry-post .entry-data .entry-footer > .taxonomy img + .value,
.entry.masonry-post .entry-data .entry-footer > .meta-field img .links,
.entry.masonry-post .entry-data .entry-footer > .taxonomy img .links {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 45px);
  float: right;
  padding: 3px 0;
}
.entry.masonry-post .entry-data .entry-footer > .meta-field label,
.entry.masonry-post .entry-data .entry-footer > .taxonomy label,
.entry.masonry-post .entry-data .entry-footer > .meta-field .value,
.entry.masonry-post .entry-data .entry-footer > .taxonomy .value,
.entry.masonry-post .entry-data .entry-footer > .meta-field .links,
.entry.masonry-post .entry-data .entry-footer > .taxonomy .links {
  font-size: 14px;
}
.entry.masonry-post .entry-data .entry-footer > .meta-field label,
.entry.masonry-post .entry-data .entry-footer > .taxonomy label {
  margin-bottom: 0;
  margin-right: 7px;
}
.entry.masonry-post .entry-data .entry-footer > .meta-field .value,
.entry.masonry-post .entry-data .entry-footer > .taxonomy .value,
.entry.masonry-post .entry-data .entry-footer > .meta-field .links,
.entry.masonry-post .entry-data .entry-footer > .taxonomy .links {
  color: #888888;
  font-weight: 500;
  letter-spacing: 0;
}
.entry.masonry-post .entry-data .entry-footer > .meta-field .value a,
.entry.masonry-post .entry-data .entry-footer > .taxonomy .value a,
.entry.masonry-post .entry-data .entry-footer > .meta-field .links a,
.entry.masonry-post .entry-data .entry-footer > .taxonomy .links a {
  color: #888888;
}
.entry.masonry-post .entry-data .entry-footer > .meta-field .value a:hover,
.entry.masonry-post .entry-data .entry-footer > .taxonomy .value a:hover,
.entry.masonry-post .entry-data .entry-footer > .meta-field .links a:hover,
.entry.masonry-post .entry-data .entry-footer > .taxonomy .links a:hover {
  color: #81b441;
}
.entry.masonry-post .entry-data .entry-footer > .meta-field:after,
.entry.masonry-post .entry-data .entry-footer > .taxonomy:after {
  content: "";
  display: table;
  clear: both;
}
.entry.masonry-post .entry-data .entry-footer > .meta-field label,
.entry.masonry-post .entry-data .entry-footer > .taxonomy label {
  display: none;
}
.entry.masonry-post .entry-data .entry-footer > .meta-field .units,
.entry.masonry-post .entry-data .entry-footer > .taxonomy .units {
  text-transform: lowercase;
}
.entry.masonry-post .entry-data .entry-footer > .meta-field:after,
.entry.masonry-post .entry-data .entry-footer > .taxonomy:after {
  content: " ";
  display: table;
  clear: both;
}
.entry.masonry-post .entry-data .entry-footer > span {
  margin-right: 21px;
}
.entry.masonry-post .entry-data .entry-footer > span a[href] {
  color: #888888;
  white-space: nowrap;
  margin-bottom: 5px;
  display: inline-block;
}
.entry.masonry-post .entry-data .entry-footer > span a[href]:hover {
  color: #81b441;
}
.entry.masonry-post .entry-data .entry-footer > span:last-child::after {
  content: none;
}
.entry.masonry-post .entry-data .entry-footer > span.date a::before {
  content: "\e6b6";
  margin-right: 5px;
  font-family: 'themify';
}
.entry.masonry-post .entry-data .entry-footer > .comments a .count:before {
  content: "\e644";
  margin-right: 5px;
  font-family: 'themify';
  display: inline-block;
  vertical-align: middle;
}
.entry.masonry-post .entry-data .entry-footer > .comments .label {
  display: none;
}
.entry.masonry-post .entry-data .entry-footer .button,
.entry.masonry-post .entry-data .entry-footer .added_to_cart,
.entry.masonry-post .entry-data .entry-footer .entry-more {
  display: block;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
  font-size: 14px;
  background-color: transparent;
  color: #81b441;
  outline: 0;
  outline-offset: 0;
  width: auto;
  box-sizing: border-box;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-touch-action: manipulation;
  -khtml-touch-action: manipulation;
  -moz-touch-action: manipulation;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  margin: 0;
  text-decoration: none;
  text-transform: none;
  padding-left: 30px;
  border: none;
  position: relative;
}
.entry.masonry-post .entry-data .entry-footer .button:focus,
.entry.masonry-post .entry-data .entry-footer .added_to_cart:focus,
.entry.masonry-post .entry-data .entry-footer .entry-more:focus {
  outline: 0;
  outline-offset: 0;
}
.entry.masonry-post .entry-data .entry-footer .button a,
.entry.masonry-post .entry-data .entry-footer .added_to_cart a,
.entry.masonry-post .entry-data .entry-footer .entry-more a {
  color: #333333;
}
.entry.masonry-post .entry-data .entry-footer .button.added,
.entry.masonry-post .entry-data .entry-footer .added_to_cart.added,
.entry.masonry-post .entry-data .entry-footer .entry-more.added {
  display: none;
}
.entry.masonry-post .entry-data .entry-footer .avatar img {
  max-height: 28px;
  width: auto;
  margin-right: 5px;
  border-radius: 100%;
}
.entry.masonry-post .entry-data .entry-footer .price {
  font-size: 13px;
  font-family: "Open Sans";
  color: #ffffff;
  background-color: #81b441;
  border-radius: 3px;
  line-height: 23px;
  padding: 0 14px;
  font-weight: 500;
  letter-spacing: 0;
  display: inline-block;
  margin: 0;
}
.entry.masonry-post .entry-data .entry-footer .price del {
  margin-right: 5px;
}
.entry.masonry-post .entry-data .entry-footer .price ins,
.entry.masonry-post .entry-data .entry-footer .price > span.amount {
  background-color: transparent;
}
.entry.masonry-post .entry-data .entry-footer .woocommerce-product-rating .woocommerce-review-link {
  color: #333333;
}
.entry.masonry-post .entry-data .entry-footer span {
  margin-right: 0;
}
.entry.masonry-post .entry-data .entry-footer span::after {
  content: none;
}
.entry.masonry-post .entry-data .entry-footer:after {
  content: " ";
  display: table;
  clear: both;
}
.entry.masonry-post .entry-additions {
  display: table-cell;
  vertical-align: middle;
  border-left: 1px solid #f0f0f0;
  text-align: center;
  width: 19%;
  padding: 39px 0;
}
.entry.masonry-post .entry-additions > * {
  display: block;
  margin-bottom: 15px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
  font-size: 14px;
}
.entry.masonry-post .entry-additions > *:first-child {
  margin-top: 0 !important;
}
.entry.masonry-post .entry-additions > *:last-child {
  margin-bottom: 0 !important;
}
.entry.masonry-post .entry-additions .button,
.entry.masonry-post .entry-additions .added_to_cart,
.entry.masonry-post .entry-additions .entry-more {
  display: block;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
  font-size: 14px;
  background-color: transparent;
  color: #81b441;
  outline: 0;
  outline-offset: 0;
  width: auto;
  box-sizing: border-box;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-touch-action: manipulation;
  -khtml-touch-action: manipulation;
  -moz-touch-action: manipulation;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  margin: 0;
  text-decoration: none;
  text-transform: none;
  padding-left: 30px;
  border: none;
  position: relative;
  padding: 0;
  width: 100%;
}
.entry.masonry-post .entry-additions .button:focus,
.entry.masonry-post .entry-additions .added_to_cart:focus,
.entry.masonry-post .entry-additions .entry-more:focus {
  outline: 0;
  outline-offset: 0;
}
.entry.masonry-post .entry-additions .button a,
.entry.masonry-post .entry-additions .added_to_cart a,
.entry.masonry-post .entry-additions .entry-more a {
  color: #333333;
}
.entry.masonry-post .entry-additions .button.loading,
.entry.masonry-post .entry-additions .added_to_cart.loading,
.entry.masonry-post .entry-additions .entry-more.loading {
  pointer-events: none;
  opacity: 0.5;
}
.entry.masonry-post .entry-additions .button.added,
.entry.masonry-post .entry-additions .added_to_cart.added,
.entry.masonry-post .entry-additions .entry-more.added,
.entry.masonry-post .entry-additions .button.added_to_cart,
.entry.masonry-post .entry-additions .added_to_cart.added_to_cart,
.entry.masonry-post .entry-additions .entry-more.added_to_cart {
  display: none;
}
.entry.masonry-post .entry-additions form.variations_form.cart {
  margin-bottom: 0;
}
.entry.masonry-post .entry-additions form.variations_form.cart + .price {
  display: none;
}
.entry.masonry-post .entry-additions .price {
  font-size: 13px;
  font-family: "Open Sans";
  color: #222222;
  opacity: 1;
  background-color: transparent;
  border-radius: 3px;
  line-height: 1px;
  padding: 0 18px;
  font-weight: 500;
  letter-spacing: 0;
  display: inline-block;
  margin: 0;
  display: block;
  margin-top: 15px;
  margin-bottom: 10px;
}
.entry.masonry-post .entry-additions .price del,
.entry.masonry-post .entry-additions .price ins,
.entry.masonry-post .entry-additions .price > span.amount {
  border-radius: 3px;
  line-height: 19px;
  padding: 0 4px;
  display: inline-block;
  margin: 0;
}
.entry.masonry-post .entry-additions .price del {
  color: rgba(34, 34, 34, 0.5);
}
.entry.masonry-post .entry-additions .price ins,
.entry.masonry-post .entry-additions .price > span.amount {
  background-color: transparent;
}
.entry.masonry-post .entry-additions > form {
  padding: 0 21px;
  text-align: center;
}
.entry.masonry-post .entry-additions > form button {
  padding: 0 !important;
  display: inline-block !important;
  float: none !important;
}
.entry.masonry-post .entry-additions > span.purchased {
  color: #888888;
  margin-bottom: 12px;
}
.entry.masonry-post .entry-additions > a {
  color: #81b441;
}
.entry.masonry-post .entry-additions > .star-rating {
  width: 100%;
}
.entry.masonry-post .entry-additions > .star-rating:before {
  content: none;
}
.entry.masonry-post .entry-additions > .star-rating > span {
  position: relative;
  padding: 0;
  float: none;
  font-size: 0;
}
.entry.masonry-post .entry-additions > .star-rating > span:before {
  content: none;
}
.entry.masonry-post .entry-additions > .star-rating > span > strong.rating {
  font-size: 13px;
  font-family: "Open Sans";
  color: #ffffff;
  background-color: #81b441;
  border-radius: 3px;
  line-height: 23px;
  padding: 0 14px;
  font-weight: 500;
  letter-spacing: 0;
  display: inline-block;
}
.entry.masonry-post .entry-additions .profile-review-link {
  color: #888888;
}
.entry.masonry-post .entry-additions .entry-more a {
  color: #81b441;
}
.entry.masonry-post .entry-additions .entry-more a:hover {
  color: #666666;
}
.entry.masonry-post .entry-additions.button.loading {
  opacity: 0.5;
  pointer-events: none;
}
@media screen and (max-width: 992px) {
  .entry.masonry-post .entry-additions {
    display: block;
    width: 100px !important;
  }
}
.entry.masonry-post .entry-thumbnail,
.entry.masonry-post .entry-gallery {
  display: block;
  width: auto;
}
.entry.masonry-post .entry-thumbnail > a,
.entry.masonry-post .entry-gallery > a,
.entry.masonry-post .entry-thumbnail > .image,
.entry.masonry-post .entry-gallery > .image,
.entry.masonry-post .entry-thumbnail > .images,
.entry.masonry-post .entry-gallery > .images {
  position: static;
  left: auto;
  top: auto;
  bottom: auto;
  right: auto;
}
.entry.masonry-post .entry-thumbnail .image,
.entry.masonry-post .entry-gallery .image {
  border-radius: 3px 3px 0 0;
}
.entry.masonry-post .entry-thumbnail .discount,
.entry.masonry-post .entry-gallery .discount {
  left: 0;
}
.entry.masonry-post .entry-thumbnail .time-left,
.entry.masonry-post .entry-gallery .time-left {
  border-radius: 0;
  left: 0;
  bottom: 0;
}
.entry.masonry-post .entry-thumbnail .image,
.entry.masonry-post .entry-gallery .image {
  height: 244px !important;
}
.entry.masonry-post .entry-data {
  display: block;
  border: 1px;
  float: left;
  padding: 24px 20px;
  width: calc(100% - 174px);
}
@media (max-width: 1100px) {
  .entry.masonry-post .entry-data {
    width: calc(100% - 180px);
  }
}
.entry.masonry-post .entry-additions {
  display: block;
  width: auto;
  float: right;
  padding: 30px 20px 24px 20px;
  text-align: center;
  border: 0;
}
.entry.masonry-post .entry-additions .price {
  padding: 0;
  /*width: 70%;*/
}
.entry.masonry-post .entry-additions .price > del {
  margin-bottom: 5px;
}
.entry.masonry-post .entry-additions .price > del,
.entry.masonry-post .entry-additions .price ins {
  display: inline-block;
}
.entry.masonry-post .entry-additions form {
  padding: 0;
  text-align: center;
}
.entry.masonry-post .entry-additions form button {
  padding: 0 !important;
  display: inline-block !important;
  float: none !important;
}
@media screen and (max-width: 992px) {
  .entry.masonry-post .entry-additions {
    width: 100px;
  }
}
.entry.masonry-post .entry-thumbnail {
  position: relative;
}
.entry.masonry-post .entry-thumbnail span.categories-links {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0;
  z-index: 2;
  line-height: 2;
  overflow: hidden;
}
.entry.masonry-post .entry-thumbnail span.categories-links a {
  font-size: 12px;
  color: #ffffff;
  font-weight: 300;
  padding: 5px 6px;
  background-color: #363b45;
  line-height: 2;
}
.entry.masonry-post .entry-data .entry-footer {
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
}
.entry.masonry-post .entry-data .entry-footer > span {
  margin-right: 21px;
}
.entry.masonry-post .entry-data .entry-footer > span a[href] {
  color: #888888;
  white-space: nowrap;
  margin-bottom: 5px;
  display: inline-block;
}
.entry.masonry-post .entry-data .entry-footer > span a[href]:hover {
  color: #81b441;
}
.entry.masonry-post .entry-data .entry-footer > span:last-child::after {
  content: none;
}
.entry.masonry-post .entry-data .entry-footer > span.date a::before {
  content: "\e6b6";
  margin-right: 5px;
  font-family: 'themify';
}
.entry.masonry-post .entry-data .entry-footer > .comments a .count:before {
  content: "\e644";
  margin-right: 5px;
  font-family: 'themify';
  display: inline-block;
  vertical-align: middle;
}
.entry.masonry-post .entry-data .entry-footer > .comments .label {
  display: none;
}
.entry.masonry-post .entry-data .entry-footer span::after {
  content: none;
}
.entry.post .images,
.single-product .images,
.detailed-shop-product .images {
  position: relative;
}
.entry.post .images .image,
.single-product .images .image,
.detailed-shop-product .images .image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 3px 3px 0 0;
}
.entry.post .images::after,
.single-product .images::after,
.detailed-shop-product .images::after {
  content: "";
  display: table;
  clear: both;
}
.entry.post .images:hover .flex-direction-nav .flex-prev,
.single-product .images:hover .flex-direction-nav .flex-prev,
.detailed-shop-product .images:hover .flex-direction-nav .flex-prev {
  opacity: 1;
  left: 15px;
}
.entry.post .images:hover .flex-direction-nav .flex-prev:hover,
.single-product .images:hover .flex-direction-nav .flex-prev:hover,
.detailed-shop-product .images:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.entry.post .images:hover .flex-direction-nav .flex-next,
.single-product .images:hover .flex-direction-nav .flex-next,
.detailed-shop-product .images:hover .flex-direction-nav .flex-next {
  opacity: 1;
  right: 15px;
}
.entry.post .images:hover .flex-direction-nav .flex-next:hover,
.single-product .images:hover .flex-direction-nav .flex-next:hover,
.detailed-shop-product .images:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.entry.post .images .flex-direction-nav,
.single-product .images .flex-direction-nav,
.detailed-shop-product .images .flex-direction-nav {
  *height: 0;
}
.entry.post .images .flex-direction-nav a,
.single-product .images .flex-direction-nav a,
.detailed-shop-product .images .flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 25px;
  margin: 0;
  height: 34px;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: visible;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -khtml-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.entry.post .images .flex-direction-nav a:before,
.single-product .images .flex-direction-nav a:before,
.detailed-shop-product .images .flex-direction-nav a:before {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDU1Ljc1MyA1NS43NTMiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDU1Ljc1MyA1NS43NTM7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4Ij4KPGc+Cgk8cGF0aCBkPSJNMTIuNzQ1LDIzLjkxNWMwLjI4My0wLjI4MiwwLjU5LTAuNTIsMC45MTMtMC43MjdMMzUuMjY2LDEuNTgxYzIuMTA4LTIuMTA3LDUuNTI4LTIuMTA4LDcuNjM3LDAuMDAxICAgYzIuMTA5LDIuMTA4LDIuMTA5LDUuNTI3LDAsNy42MzdMMjQuMjk0LDI3LjgyOGwxOC43MDUsMTguNzA2YzIuMTA5LDIuMTA4LDIuMTA5LDUuNTI2LDAsNy42MzcgICBjLTEuMDU1LDEuMDU2LTIuNDM4LDEuNTgyLTMuODE4LDEuNTgycy0yLjc2NC0wLjUyNi0zLjgxOC0xLjU4MkwxMy42NTgsMzIuNDY0Yy0wLjMyMy0wLjIwNy0wLjYzMi0wLjQ0NS0wLjkxMy0wLjcyNyAgIGMtMS4wNzgtMS4wNzgtMS41OTgtMi40OTgtMS41NzItMy45MTFDMTEuMTQ3LDI2LjQxMywxMS42NjcsMjQuOTk0LDEyLjc0NSwyMy45MTV6IiBmaWxsPSIjRkZGRkZGIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
  font-size: 22px;
  width: 23px;
  height: 33px;
  display: inline-block;
  content: " ";
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(0deg);
}
.entry.post .images .flex-direction-nav a.flex-next:before,
.single-product .images .flex-direction-nav a.flex-next:before,
.detailed-shop-product .images .flex-direction-nav a.flex-next:before {
  transform: rotate(180deg);
  content: " ";
}
.entry.post .images .flex-direction-nav .flex-prev,
.single-product .images .flex-direction-nav .flex-prev,
.detailed-shop-product .images .flex-direction-nav .flex-prev {
  left: -50px;
}
.entry.post .images .flex-direction-nav .flex-next,
.single-product .images .flex-direction-nav .flex-next,
.detailed-shop-product .images .flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.entry.post .images .flex-direction-nav .flex-disabled,
.single-product .images .flex-direction-nav .flex-disabled,
.detailed-shop-product .images .flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}
.entry.post .thumbnails,
.single-product .thumbnails,
.detailed-shop-product .thumbnails {
  position: relative;
}
.entry.post .thumbnails:last-child,
.single-product .thumbnails:last-child,
.detailed-shop-product .thumbnails:last-child {
  padding: 0 12px;
  margin-top: 12px;
}
.entry.post .thumbnails ul.slides li,
.single-product .thumbnails ul.slides li,
.detailed-shop-product .thumbnails ul.slides li {
  width: 135px !important;
  height: 81px !important;
  margin-right: 12px;
  border-radius: 4px;
}
.entry.post .thumbnails ul.slides li .image,
.single-product .thumbnails ul.slides li .image,
.detailed-shop-product .thumbnails ul.slides li .image {
  width: 135px !important;
  height: 81px !important;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 4px;
}
.entry.post .thumbnails:hover .flex-direction-nav .flex-prev,
.single-product .thumbnails:hover .flex-direction-nav .flex-prev,
.detailed-shop-product .thumbnails:hover .flex-direction-nav .flex-prev {
  opacity: 1;
  left: 15px;
}
.entry.post .thumbnails:hover .flex-direction-nav .flex-prev:hover,
.single-product .thumbnails:hover .flex-direction-nav .flex-prev:hover,
.detailed-shop-product .thumbnails:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.entry.post .thumbnails:hover .flex-direction-nav .flex-next,
.single-product .thumbnails:hover .flex-direction-nav .flex-next,
.detailed-shop-product .thumbnails:hover .flex-direction-nav .flex-next {
  opacity: 1;
  right: 15px;
}
.entry.post .thumbnails:hover .flex-direction-nav .flex-next:hover,
.single-product .thumbnails:hover .flex-direction-nav .flex-next:hover,
.detailed-shop-product .thumbnails:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.entry.post .thumbnails .flex-direction-nav,
.single-product .thumbnails .flex-direction-nav,
.detailed-shop-product .thumbnails .flex-direction-nav {
  *height: 0;
}
.entry.post .thumbnails .flex-direction-nav a,
.single-product .thumbnails .flex-direction-nav a,
.detailed-shop-product .thumbnails .flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 25px;
  margin: 0;
  height: 34px;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: visible;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -khtml-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.entry.post .thumbnails .flex-direction-nav a:before,
.single-product .thumbnails .flex-direction-nav a:before,
.detailed-shop-product .thumbnails .flex-direction-nav a:before {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDU1Ljc1MyA1NS43NTMiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDU1Ljc1MyA1NS43NTM7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4Ij4KPGc+Cgk8cGF0aCBkPSJNMTIuNzQ1LDIzLjkxNWMwLjI4My0wLjI4MiwwLjU5LTAuNTIsMC45MTMtMC43MjdMMzUuMjY2LDEuNTgxYzIuMTA4LTIuMTA3LDUuNTI4LTIuMTA4LDcuNjM3LDAuMDAxICAgYzIuMTA5LDIuMTA4LDIuMTA5LDUuNTI3LDAsNy42MzdMMjQuMjk0LDI3LjgyOGwxOC43MDUsMTguNzA2YzIuMTA5LDIuMTA4LDIuMTA5LDUuNTI2LDAsNy42MzcgICBjLTEuMDU1LDEuMDU2LTIuNDM4LDEuNTgyLTMuODE4LDEuNTgycy0yLjc2NC0wLjUyNi0zLjgxOC0xLjU4MkwxMy42NTgsMzIuNDY0Yy0wLjMyMy0wLjIwNy0wLjYzMi0wLjQ0NS0wLjkxMy0wLjcyNyAgIGMtMS4wNzgtMS4wNzgtMS41OTgtMi40OTgtMS41NzItMy45MTFDMTEuMTQ3LDI2LjQxMywxMS42NjcsMjQuOTk0LDEyLjc0NSwyMy45MTV6IiBmaWxsPSIjRkZGRkZGIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
  font-size: 22px;
  width: 23px;
  height: 33px;
  display: inline-block;
  content: " ";
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(0deg);
}
.entry.post .thumbnails .flex-direction-nav a.flex-next:before,
.single-product .thumbnails .flex-direction-nav a.flex-next:before,
.detailed-shop-product .thumbnails .flex-direction-nav a.flex-next:before {
  transform: rotate(180deg);
  content: " ";
}
.entry.post .thumbnails .flex-direction-nav .flex-prev,
.single-product .thumbnails .flex-direction-nav .flex-prev,
.detailed-shop-product .thumbnails .flex-direction-nav .flex-prev {
  left: -50px;
}
.entry.post .thumbnails .flex-direction-nav .flex-next,
.single-product .thumbnails .flex-direction-nav .flex-next,
.detailed-shop-product .thumbnails .flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.entry.post .thumbnails .flex-direction-nav .flex-disabled,
.single-product .thumbnails .flex-direction-nav .flex-disabled,
.detailed-shop-product .thumbnails .flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}
@media (max-width: 768px) {
  .entry.post .images .flex-direction-nav .flex-prev,
  .single-product .images .flex-direction-nav .flex-prev,
  .detailed-shop-product .images .flex-direction-nav .flex-prev,
  .entry.post .images + .thumbnails .flex-direction-nav .flex-prev,
  .single-product .images + .thumbnails .flex-direction-nav .flex-prev,
  .detailed-shop-product .images + .thumbnails .flex-direction-nav .flex-prev {
    left: 10px;
  }
  .entry.post .images .flex-direction-nav .flex-next,
  .single-product .images .flex-direction-nav .flex-next,
  .detailed-shop-product .images .flex-direction-nav .flex-next,
  .entry.post .images + .thumbnails .flex-direction-nav .flex-next,
  .single-product .images + .thumbnails .flex-direction-nav .flex-next,
  .detailed-shop-product .images + .thumbnails .flex-direction-nav .flex-next {
    right: 10px;
    text-align: right;
  }
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
.horizontal-list-2:not(.posts-list-wrapper) {
  font-size: 0;
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.horizontal-list-2:not(.posts-list-wrapper).p > * {
  margin-bottom: 0;
}
.horizontal-list-2:not(.posts-list-wrapper) > * {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 0.5px);
  padding-left: 15px !important;
  padding-right: 15px !important;
  font-size: 15px;
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .horizontal-list-2:not(.posts-list-wrapper) > * {
    width: calc(50% - 0.5px);
  }
}
@media (max-width: 768px) {
  .horizontal-list-2:not(.posts-list-wrapper) {
    display: block;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .horizontal-list-2:not(.posts-list-wrapper) > * {
    display: block;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 30px !important;
  }
}
.horizontal-list-3:not(.posts-list-wrapper) {
  font-size: 0;
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.horizontal-list-3:not(.posts-list-wrapper).p > * {
  margin-bottom: 0;
}
.horizontal-list-3:not(.posts-list-wrapper) > * {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: calc(33.33333% - 0.5px);
  padding-left: 15px !important;
  padding-right: 15px !important;
  font-size: 15px;
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .horizontal-list-3:not(.posts-list-wrapper) > * {
    width: calc(50% - 0.5px);
  }
}
@media (max-width: 768px) {
  .horizontal-list-3:not(.posts-list-wrapper) {
    display: block;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .horizontal-list-3:not(.posts-list-wrapper) > * {
    display: block;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 30px !important;
  }
}
.horizontal-list-4:not(.posts-list-wrapper) {
  font-size: 0;
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.horizontal-list-4:not(.posts-list-wrapper).p > * {
  margin-bottom: 0;
}
.horizontal-list-4:not(.posts-list-wrapper) > * {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: calc(25% - 0.5px);
  padding-left: 15px !important;
  padding-right: 15px !important;
  font-size: 15px;
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .horizontal-list-4:not(.posts-list-wrapper) > * {
    width: calc(50% - 0.5px);
  }
}
@media (max-width: 768px) {
  .horizontal-list-4:not(.posts-list-wrapper) {
    display: block;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .horizontal-list-4:not(.posts-list-wrapper) > * {
    display: block;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 30px !important;
  }
}
@media (max-width: 992px) {
  .horizontal-list-4:not(.posts-list-wrapper) > * {
    width: calc(50% - 0.5px);
  }
}
.no-transition {
  -webkit-transition: none !important;
  -khtml-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}
.margin-0 {
  margin: 0 !important;
}
.margin-bottom-0 {
  margin-bottom: 0 !important;
}
.h-padding-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.h-margin-30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}
.h-margin-15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}
.h-padding-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.h-padding-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.v-align-children {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-display: flex;
  -khtml-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-box-align: center;
  -o-box-align: center;
  box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -khtml-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -khtml-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-box-orient: horizontal;
  -o-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-flex-direction: row;
  -khtml-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.border-top-1 {
  border-top: 1px solid;
}
.box-shadow-none {
  -webkit-box-shadow: none !important;
  -khtml-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  box-shadow: none !important;
}
.headers-height-1 h1,
.headers-height-1 h2,
.headers-height-1 h3,
.headers-height-1 h4,
.headers-height-1 h5,
.headers-height-1 h6 {
  line-height: 1;
}
.paragraphs-height-1 p {
  line-height: 1;
}
.overflow-hidden {
  overflow: hidden;
}
.pull-left {
  float: left !important;
}
.pull-right {
  float: right !important;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.table {
  display: table;
}
.accent,
.accent p {
  font-weight: 300;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.large {
  font-size: 18px;
}
.small {
  font-size: 13px;
}
.dark {
  color: #ffffff;
}
.dark a {
  color: #ffffff;
}
.normal {
  font-weight: normal;
}
.bold {
  font-weight: bold;
}
.background-center-left {
  background-position: center left;
  background-repeat: no-repeat;
  background-size: contain;
}
.background-center-right {
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  .background-center-left,
  vc_row.background-center-left {
    background-image: none !important;
  }
  .background-center-right,
  .vc_row.background-center-right {
    background-image: none !important;
  }
}
.input-group {
  margin-bottom: 20px !important;
}
.input-group label {
  margin-bottom: 5px;
  font-weight: 600;
}
.input-group p.description {
  margin-top: 5px;
  margin-bottom: 0;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
@media (max-width: 768px) {
  div .margin-bottom-30-max-width-768,
  h1 .margin-bottom-30-max-width-768,
  h2 .margin-bottom-30-max-width-768,
  h3 .margin-bottom-30-max-width-768,
  h4 .margin-bottom-30-max-width-768,
  h5 .margin-bottom-30-max-width-768,
  h6 .margin-bottom-30-max-width-768 {
    margin-bottom: 30px !important;
  }
  .text-align-center-max-width-768 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
}
@media (min-width: 780px) {
  .text-center-sm {
    visible: hidden;
  }
}
@media (max-width: 780px) {
  .text-center-sm {
    text-align: center;
    visible: visible;
  }
}
.lead p {
  font-size: 18px;
}
.hover-gradient:hover {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.98) 0%, rgba(245, 245, 245, 0.84) 100%);
}
.gray-background {
  background-color: #f5f5f5;
}
.darked-background {
  position: relative;
}
.darked-background::before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.9);
}
.muted-background {
  position: relative;
}
.muted-background::before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.branded-background {
  position: relative;
}
.branded-background::before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(129, 180, 65, 0.9);
}
.overflow-x {
  overflow-x: hidden;
}
.sl-wrapper > a {
  border-bottom: 0;
  text-decoration: none;
  color: #fb4b79;
}
.sl-wrapper > a.liked {
  color: #fb4b79;
}
.sl-wrapper > a.liked:hover,
.sl-wrapper > a.liked:active,
.sl-wrapper > a.liked:focus {
  color: #fb4b79;
}
.sl-wrapper > a .sl-icon {
  margin-right: 9px !important;
}
.sl-wrapper > a .sl-icon svg {
  fill: #fb4b79;
  width: 14px;
  height: 13px;
  vertical-align: middle;
}
.sl-wrapper > a .sl-icon svg::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.sl-wrapper > a .count {
  color: #fb4b79;
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.sl-wrapper > span .loader {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0;
  display: inline-block;
  margin-left: 0.3125em;
  text-indent: -9999em;
  position: relative;
  vertical-align: middle;
}
.sl-wrapper > span .loader:before {
  content: " ";
  width: 80%;
  height: 80%;
  top: -2px;
  left: 0;
  position: absolute;
  border: 2px solid #fb4b79;
  border-radius: 50%;
  border-left-color: transparent;
  animation: spin 575ms infinite linear;
}
form[name="add_comment"] textarea[name="comment_text"] {
  width: 100% !important;
  margin-bottom: 10px;
}
.product-searchform {
  border: 2px solid #e5e5e5;
  border-radius: 23px;
  overflow: hidden;
  padding: 0 10px;
}
.product-searchform .searchform-wrapper > * {
  float: left;
}
.product-searchform .searchform-wrapper .product-cat-wrapper {
  width: 40%;
  position: relative;
}
.product-searchform .searchform-wrapper .product-cat-wrapper .select2-container .select2-choice {
  border: none !important;
  height: 38px;
  line-height: 38px;
}
.product-searchform .searchform-wrapper .product-cat-wrapper::after {
  content: "";
  width: 1px;
  height: 18px;
  background: #bbbbbb;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -9px;
}
.product-searchform .searchform-wrapper .s-wrapper {
  width: 55%;
}
.product-searchform .searchform-wrapper .s-wrapper input {
  padding: 0 0 0 8px;
  border: none;
  height: 38px;
}
.product-searchform .searchform-wrapper .submit {
  width: 5%;
  position: relative;
}
.product-searchform .searchform-wrapper .submit:hover::after {
  color: #81b441;
}
.product-searchform .searchform-wrapper .submit::after {
  position: absolute;
  font-size: 16px;
  font-family: FontAwesome;
  content: "\f002";
  background-color: #ffffff;
  display: inline-block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  line-height: 38px;
  vertical-align: middle;
  pointer-events: none;
}
.product-searchform .searchform-wrapper .submit input {
  padding: 0;
  display: block;
  width: 100%;
  height: 38px;
  text-indent: -1000px;
}
.product-searchform .searchform-wrapper::after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 768px) {
  .product-searchform .searchform-wrapper {
    display: block;
    margin: 0;
  }
  .product-searchform .searchform-wrapper > * {
    float: none;
    width: 100% !important;
    padding: 0;
  }
  .product-searchform .searchform-wrapper .product-cat-wrapper::after {
    content: none;
  }
}
#pv_seller_info_container,
#pv_shop_description_container {
  margin-bottom: 30px;
}
#pv_seller_info_container p:first-child,
#pv_shop_description_container p:first-child {
  margin: 0;
}
.wpb_content_element.contact-info p {
  font-style: italic;
}
.wpb_content_element.contact-info p strong {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
}
.wpb_content_element.contact-info-small {
  font-size: 13px;
  color: #ffffff;
}
.wpb_content_element.contact-info-small strong {
  color: #ffffff;
}
.wpb_content_element span.phone,
.wpb_content_element span.email {
  font-size: 13px;
  margin-right: 30px;
  color: #999999;
}
.wpb_content_element span.phone a,
.wpb_content_element span.email a {
  color: #999999;
}
.wpb_content_element span.phone a:hover,
.wpb_content_element span.email a:hover {
  color: #333333;
}
.wpb_content_element span.phone .fa,
.wpb_content_element span.email .fa {
  font-size: 14px;
  top: 6px;
  margin-right: 5px;
}
.azqf-query-form > .wrapper {
  display: block;
}
.azqf-query-form > .wrapper > * {
  margin-bottom: 15px;
}
.azqf-query-form > .wrapper > *:last-child {
  margin-bottom: 0;
}
.azqf-query-form > .wrapper > *[class*="horizontal-list"],
.azqf-query-form > .wrapper > *[class*="taxonomy-checkboxes-"] {
  margin-bottom: 10px;
}
.azqf-query-form > .wrapper > * input {
  height: 45px;
  line-height: 45px;
  background-color: #f0f0f0;
  border: 0;
  padding-right: 65px;
  padding-left: 24px;
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none !important;
}
.azqf-query-form > .wrapper > * input:placeholder {
  color: #222222;
}
.azqf-query-form > .wrapper > * input::placeholder {
  color: #222222;
}
.azqf-query-form > .wrapper > * input::-webkit-input-placeholder {
  color: #222222;
}
.azqf-query-form > .wrapper > * input::-moz-placeholder {
  color: #222222;
}
.azqf-query-form > .wrapper > * input:-moz-placeholder {
  color: #222222;
}
.azqf-query-form > .wrapper > * input:-ms-input-placeholder {
  color: #222222;
}
.azqf-query-form > .wrapper .taxonomy-checkboxes ul li {
  padding: 5px 0;
}
.azqf-query-form > .wrapper .taxonomy-dropdown select.hierarchical ~ .hierarchy-level {
  margin-bottom: 5px;
}
.azqf-query-form > .wrapper .s-wrapper,
.azqf-query-form > .wrapper .location,
.azqf-query-form > .wrapper .radius {
  position: relative;
}
.azqf-query-form > .wrapper .s-wrapper:before,
.azqf-query-form > .wrapper .location:before,
.azqf-query-form > .wrapper .radius:before,
.azqf-query-form > .wrapper .s-wrapper:after,
.azqf-query-form > .wrapper .location:after,
.azqf-query-form > .wrapper .radius:after {
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.azqf-query-form > .wrapper .s-wrapper:after,
.azqf-query-form > .wrapper .location:after,
.azqf-query-form > .wrapper .radius:after {
  content: " ";
  position: absolute;
  color: #222222;
  top: 50%;
  right: 25px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  -webkit-transform: translate(0, -50%) scale(-1, 1);
  -khtml-transform: translate(0, -50%) scale(-1, 1);
  -moz-transform: translate(0, -50%) scale(-1, 1);
  -ms-transform: translate(0, -50%) scale(-1, 1);
  transform: translate(0, -50%) scale(-1, 1);
}
.azqf-query-form > .wrapper .s-wrapper {
  position: relative;
}
.azqf-query-form > .wrapper .s-wrapper:after {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjY0cHgiIGhlaWdodD0iNjRweCIgdmlld0JveD0iMCAwIDYxMiA2MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDYxMiA2MTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8ZyBpZD0iU2VhcmNoXzFfIj4KCQk8Zz4KCQkJPHBhdGggZD0iTTU5OC4yMjEsNTMxLjU4NmwtMTEwLjU4LTExMC41NDJjMzAuMzE0LTQzLjQ0Myw0OC4yMjgtOTYuMTQ5LDQ4LjIyOC0xNTMuMTA1ICAgICBjMC0xNDcuOTc2LTExOS45NTgtMjY3LjkzNC0yNjcuOTM0LTI2Ny45MzRTMCwxMTkuOTYzLDAsMjY3LjkzOXMxMTkuOTU4LDI2Ny45MzQsMjY3LjkzNCwyNjcuOTM0ICAgICBjNTYuOTU2LDAsMTA5LjY2Mi0xNy45MTMsMTUzLjEwNS00OC4yMjhsMTEwLjU0MiwxMTAuNTQyYzE4LjQxMSwxOC40MSw0OC4yMjksMTguNDEsNjYuNjQsMCAgICAgQzYxNi41OTMsNTc5LjgxNCw2MTYuNTkzLDU0OS45OTcsNTk4LjIyMSw1MzEuNTg2eiBNMjY3LjkzNCw0NTkuMzJjLTEwNS42ODEsMC0xOTEuMzgxLTg1LjctMTkxLjM4MS0xOTEuMzgxICAgICBjMC0xMDUuNjgxLDg1LjcwMS0xOTEuMzgxLDE5MS4zODEtMTkxLjM4MWMxMDUuNjgxLDAsMTkxLjM4MSw4NS43MDEsMTkxLjM4MSwxOTEuMzgxICAgICBDNDU5LjMxNSwzNzMuNjIsMzczLjYxNSw0NTkuMzIsMjY3LjkzNCw0NTkuMzJ6IiBmaWxsPSIjMjIyMjIyIi8+CgkJPC9nPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
}
.azqf-query-form > .wrapper .geo-location {
  position: relative;
}
.azqf-query-form > .wrapper .geo-location label {
  display: block;
}
.azqf-query-form > .wrapper .geo-location .location {
  box-sizing: border-box;
  position: relative;
}
.azqf-query-form > .wrapper .geo-location .location:before {
  content: ".";
  position: absolute;
  right: 28px;
  top: calc(50% - 1px);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  background-color: #f0f0f0;
  -webkit-transform: translate(0, -50%) scale(-1, 1);
  -khtml-transform: translate(0, -50%) scale(-1, 1);
  -moz-transform: translate(0, -50%) scale(-1, 1);
  -ms-transform: translate(0, -50%) scale(-1, 1);
  transform: translate(0, -50%) scale(-1, 1);
  z-index: 999;
  border-radius: 200%;
  line-height: 0;
  letter-spacing: 0;
  font-weight: 700;
  text-indent: 3px;
}
.azqf-query-form > .wrapper .geo-location .location:after {
  content: " ";
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDE4Ljk5OSAxOC45OTkiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE4Ljk5OSAxOC45OTk7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4Ij4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNOS41LDJjMS42MDksMCwzLjEyLDAuNjE0LDQuMjU0LDEuNzNDMTQuODc5LDQuODM3LDE1LjUsNi4zMDksMTUuNSw3Ljg3cy0wLjYyLDMuMDMtMS43NDUsNC4xMzkgICAgTDkuNSwxNi4xOTNsLTQuMjU0LTQuMTg2QzQuMTIxLDEwLjksMy41MDEsOS40MzEsMy41MDEsNy44NjhzMC42Mi0zLjAzMiwxLjc0NS00LjE0MUM2LjM4LDIuNjE0LDcuODkyLDIsOS41LDIgTTkuNSwwICAgIEM3LjQ1MywwLDUuNDA0LDAuNzY4LDMuODQzLDIuMzA1Yy0zLjEyNCwzLjA3NC0zLjEyNCw4LjA1NywwLDExLjEzMUw5LjUsMTguOTk5bDUuNjU3LTUuNTY1YzMuMTI0LTMuMDcyLDMuMTI0LTguMDU2LDAtMTEuMTI5ICAgIEMxMy41OTYsMC43NjgsMTEuNTQ4LDAsOS41LDB6IiBmaWxsPSIjMjIyMjIyIi8+Cgk8L2c+Cgk8Zz4KCQk8cGF0aCBkPSJNOS41LDUuNDk5YzAuNjY4LDAsMS4yOTYsMC4yNiwxLjc2OCwwLjczMWMwLjk3NiwwLjk3NiwwLjk3NiwyLjU2MiwwLDMuNTM3ICAgIGMtMC40NzMsMC40NzItMS4xLDAuNzMxLTEuNzY4LDAuNzMxcy0xLjI5NS0wLjI2LTEuNzY4LTAuNzMxYy0wLjk3Ni0wLjk3Ni0wLjk3Ni0yLjU2MiwwLTMuNTM3ICAgIEM4LjIwNSw1Ljc1OSw4LjgzMyw1LjQ5OSw5LjUsNS40OTkgTTkuNSw0LjQ5OWMtMC44OTYsMC0xLjc5MiwwLjM0Mi0yLjQ3NSwxLjAyNGMtMS4zNjcsMS4zNjctMS4zNjcsMy41ODQsMCw0Ljk1MSAgICBjMC42ODQsMC42ODQsMS41NzgsMS4wMjQsMi40NzUsMS4wMjRzMS43OTItMC4zNDIsMi40NzUtMS4wMjRjMS4zNjYtMS4zNjcsMS4zNjYtMy41ODQsMC00Ljk1MSAgICBDMTEuMjkyLDQuODQsMTAuMzk2LDQuNDk5LDkuNSw0LjQ5OXoiIGZpbGw9IiMyMjIyMjIiLz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
  height: 18px;
}
.azqf-query-form > .wrapper .geo-location .location .locate {
  display: none;
  position: absolute;
  right: 1px;
  top: 1px;
  bottom: 1px;
  cursor: pointer;
  line-height: 40px;
  width: 40px;
  text-align: center;
  color: #888888;
  font-size: 15px;
  border-left: 1px solid #e5e5e5;
  background-color: #ffffff;
}
.azqf-query-form > .wrapper .geo-location .location .locate::before {
  content: "\f05b";
  font-family: FontAwesome;
  line-height: 40px;
  display: inline-block;
}
.azqf-query-form > .wrapper .geo-location .location + .radius {
  margin-top: 15px;
}
.azqf-query-form > .wrapper .geo-location .radius {
  width: 100%;
}
.azqf-query-form > .wrapper .geo-location .radius:before {
  content: ".";
  position: absolute;
  right: 28px;
  top: calc(50% - 1px);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  background-color: #f0f0f0;
  -webkit-transform: translate(0, -50%) scale(-1, 1);
  -khtml-transform: translate(0, -50%) scale(-1, 1);
  -moz-transform: translate(0, -50%) scale(-1, 1);
  -ms-transform: translate(0, -50%) scale(-1, 1);
  transform: translate(0, -50%) scale(-1, 1);
  z-index: 999;
  border-radius: 200%;
  line-height: 0;
  letter-spacing: 0;
  font-weight: 700;
  text-indent: 3px;
}
.azqf-query-form > .wrapper .geo-location .radius:after {
  content: " ";
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDE4Ljk5OSAxOC45OTkiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE4Ljk5OSAxOC45OTk7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4Ij4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNOS41LDJjMS42MDksMCwzLjEyLDAuNjE0LDQuMjU0LDEuNzNDMTQuODc5LDQuODM3LDE1LjUsNi4zMDksMTUuNSw3Ljg3cy0wLjYyLDMuMDMtMS43NDUsNC4xMzkgICAgTDkuNSwxNi4xOTNsLTQuMjU0LTQuMTg2QzQuMTIxLDEwLjksMy41MDEsOS40MzEsMy41MDEsNy44NjhzMC42Mi0zLjAzMiwxLjc0NS00LjE0MUM2LjM4LDIuNjE0LDcuODkyLDIsOS41LDIgTTkuNSwwICAgIEM3LjQ1MywwLDUuNDA0LDAuNzY4LDMuODQzLDIuMzA1Yy0zLjEyNCwzLjA3NC0zLjEyNCw4LjA1NywwLDExLjEzMUw5LjUsMTguOTk5bDUuNjU3LTUuNTY1YzMuMTI0LTMuMDcyLDMuMTI0LTguMDU2LDAtMTEuMTI5ICAgIEMxMy41OTYsMC43NjgsMTEuNTQ4LDAsOS41LDB6IiBmaWxsPSIjMjIyMjIyIi8+Cgk8L2c+Cgk8Zz4KCQk8cGF0aCBkPSJNOS41LDUuNDk5YzAuNjY4LDAsMS4yOTYsMC4yNiwxLjc2OCwwLjczMWMwLjk3NiwwLjk3NiwwLjk3NiwyLjU2MiwwLDMuNTM3ICAgIGMtMC40NzMsMC40NzItMS4xLDAuNzMxLTEuNzY4LDAuNzMxcy0xLjI5NS0wLjI2LTEuNzY4LTAuNzMxYy0wLjk3Ni0wLjk3Ni0wLjk3Ni0yLjU2MiwwLTMuNTM3ICAgIEM4LjIwNSw1Ljc1OSw4LjgzMyw1LjQ5OSw5LjUsNS40OTkgTTkuNSw0LjQ5OWMtMC44OTYsMC0xLjc5MiwwLjM0Mi0yLjQ3NSwxLjAyNGMtMS4zNjcsMS4zNjctMS4zNjcsMy41ODQsMCw0Ljk1MSAgICBjMC42ODQsMC42ODQsMS41NzgsMS4wMjQsMi40NzUsMS4wMjRzMS43OTItMC4zNDIsMi40NzUtMS4wMjRjMS4zNjYtMS4zNjcsMS4zNjYtMy41ODQsMC00Ljk1MSAgICBDMTEuMjkyLDQuODQsMTAuMzk2LDQuNDk5LDkuNSw0LjQ5OXoiIGZpbGw9IiMyMjIyMjIiLz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
  height: 18px;
}
.azqf-query-form > .wrapper .geo-location .radius input {
  padding-right: 25px;
}
.azqf-query-form > .wrapper .geo-location .radius label {
  display: none;
}
.azqf-query-form > .wrapper .geo-location .radius .ui-slider {
  height: auto;
}
.azqf-query-form > .wrapper .geo-location .radius .ui-slider .ui-slider-range {
  display: none;
}
.azqf-query-form > .wrapper .geo-location .radius .ui-slider .ui-slider-handle {
  display: none;
}
.azqf-query-form > .wrapper .geo-location::after {
  content: "";
  display: table;
  clear: both;
}
.azqf-query-form > .wrapper .radius:hover:before,
.azqf-query-form > .wrapper .radius:focus:before,
.azqf-query-form > .wrapper .radius:active:before,
.azqf-query-form > .wrapper .radius:hover:after,
.azqf-query-form > .wrapper .radius:focus:after,
.azqf-query-form > .wrapper .radius:active:after {
  content: none;
}
.azqf-query-form > .wrapper .date-range .dates {
  font-size: 0;
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.azqf-query-form > .wrapper .date-range .dates.p > * {
  margin-bottom: 0;
}
.azqf-query-form > .wrapper .date-range .dates > * {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 0.5px);
  padding-left: 5px !important;
  padding-right: 5px !important;
  font-size: 15px;
  margin-bottom: 10px;
}
@media screen and (max-width: 992px) {
  .azqf-query-form > .wrapper .date-range .dates > * {
    width: calc(50% - 0.5px);
  }
}
@media (max-width: 768px) {
  .azqf-query-form > .wrapper .date-range .dates {
    display: block;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .azqf-query-form > .wrapper .date-range .dates > * {
    display: block;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 10px !important;
  }
}
.azqf-query-form > .wrapper .date-range .dates > * {
  margin-bottom: 0;
}
.azqf-query-form > .wrapper .number-range .numbers {
  font-size: 0;
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.azqf-query-form > .wrapper .number-range .numbers.p > * {
  margin-bottom: 0;
}
.azqf-query-form > .wrapper .number-range .numbers > * {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 0.5px);
  padding-left: 5px !important;
  padding-right: 5px !important;
  font-size: 15px;
  margin-bottom: 10px;
}
@media screen and (max-width: 992px) {
  .azqf-query-form > .wrapper .number-range .numbers > * {
    width: calc(50% - 0.5px);
  }
}
@media (max-width: 768px) {
  .azqf-query-form > .wrapper .number-range .numbers {
    display: block;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .azqf-query-form > .wrapper .number-range .numbers > * {
    display: block;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 10px !important;
  }
}
.azqf-query-form > .wrapper .number-range .numbers > * {
  margin-bottom: 0;
}
.azqf-query-form > .wrapper .number-range.slider .numbers {
  margin-top: 15px;
}
.azqf-query-form > .wrapper .number-range-radio ul li {
  padding: 5px 0;
}
.azqf-query-form > .wrapper .number-range-radio ul li input {
  padding: 0;
  margin: 0;
}
.azqf-query-form > .wrapper .number-range-radio ul li label {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  display: inline-block;
  padding-left: 40px !important;
  position: relative;
  min-height: 23px;
}
.azqf-query-form > .wrapper .number-range-radio ul li label:after {
  font-family: FontAwesome;
  color: #81b441;
  font-weight: normal;
  font-size: 17px;
}
.azqf-query-form > .wrapper .number-range-radio ul li label[for="azlp_average_rating-45"]:after {
  content: "\f005\00a0\f005\00a0\f005\00a0\f005\00a0\f005";
}
.azqf-query-form > .wrapper .number-range-radio ul li label[for="azlp_average_rating-34"]:after {
  content: "\f005\00a0\f005\00a0\f005\00a0\f005\00a0\f006";
}
.azqf-query-form > .wrapper .number-range-radio ul li label[for="azlp_average_rating-23"]:after {
  content: "\f005\00a0\f005\00a0\f005\00a0\f006\00a0\f006";
}
.azqf-query-form > .wrapper .number-range-radio ul li label[for="azlp_average_rating-12"]:after {
  content: "\f005\00a0\f005\00a0\f006\00a0\f006\00a0\f006";
}
.azqf-query-form > .wrapper .number-range-radio ul li label[for="azlp_average_rating-01"]:after {
  content: "\f005\00a0\f006\00a0\f006\00a0\f006\00a0\f006";
}
.azqf-query-form > .wrapper .submit input {
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 500;
  text-transform: Capitalize;
  background-color: #81b441;
  color: #ffffff;
  outline: 0;
  outline-offset: 0;
  display: inline-block;
  width: auto;
  box-sizing: border-box;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-touch-action: manipulation;
  -khtml-touch-action: manipulation;
  -moz-touch-action: manipulation;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  margin: 0;
  text-decoration: none;
  box-shadow: none;
  padding: 0 30px;
  border: none;
  border-radius: 3px !important;
  position: relative;
  line-height: 40px;
  width: 100%;
  font-weight: 600;
}
.azqf-query-form > .wrapper .submit input:focus {
  outline: 0;
  outline-offset: 0;
}
.azqf-query-form > .wrapper label {
  vertical-align: top;
}
.azqf-query-form > .wrapper .taxonomy-checkboxes-2 .taxonomy-checkboxes ul {
  font-size: 0;
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.azqf-query-form > .wrapper .taxonomy-checkboxes-2 .taxonomy-checkboxes ul.p > * {
  margin-bottom: 0;
}
.azqf-query-form > .wrapper .taxonomy-checkboxes-2 .taxonomy-checkboxes ul > * {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 0.5px);
  padding-left: 0px !important;
  padding-right: 0px !important;
  font-size: 15px;
  margin-bottom: 0px;
}
@media screen and (max-width: 992px) {
  .azqf-query-form > .wrapper .taxonomy-checkboxes-2 .taxonomy-checkboxes ul > * {
    width: calc(50% - 0.5px);
  }
}
@media (max-width: 768px) {
  .azqf-query-form > .wrapper .taxonomy-checkboxes-2 .taxonomy-checkboxes ul {
    display: block;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .azqf-query-form > .wrapper .taxonomy-checkboxes-2 .taxonomy-checkboxes ul > * {
    display: block;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 0px !important;
  }
}
.azqf-query-form > .wrapper .taxonomy-checkboxes-3 .taxonomy-checkboxes ul {
  font-size: 0;
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.azqf-query-form > .wrapper .taxonomy-checkboxes-3 .taxonomy-checkboxes ul.p > * {
  margin-bottom: 0;
}
.azqf-query-form > .wrapper .taxonomy-checkboxes-3 .taxonomy-checkboxes ul > * {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: calc(33.333% - 0.5px);
  padding-left: 0px !important;
  padding-right: 0px !important;
  font-size: 15px;
  margin-bottom: 0px;
}
@media screen and (max-width: 992px) {
  .azqf-query-form > .wrapper .taxonomy-checkboxes-3 .taxonomy-checkboxes ul > * {
    width: calc(50% - 0.5px);
  }
}
@media (max-width: 768px) {
  .azqf-query-form > .wrapper .taxonomy-checkboxes-3 .taxonomy-checkboxes ul {
    display: block;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .azqf-query-form > .wrapper .taxonomy-checkboxes-3 .taxonomy-checkboxes ul > * {
    display: block;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 0px !important;
  }
}
.azqf-query-form > .wrapper .taxonomy-checkboxes-4 .taxonomy-checkboxes ul {
  font-size: 0;
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.azqf-query-form > .wrapper .taxonomy-checkboxes-4 .taxonomy-checkboxes ul.p > * {
  margin-bottom: 0;
}
.azqf-query-form > .wrapper .taxonomy-checkboxes-4 .taxonomy-checkboxes ul > * {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: calc(25% - 0.5px);
  padding-left: 0px !important;
  padding-right: 0px !important;
  font-size: 15px;
  margin-bottom: 0px;
}
@media screen and (max-width: 992px) {
  .azqf-query-form > .wrapper .taxonomy-checkboxes-4 .taxonomy-checkboxes ul > * {
    width: calc(50% - 0.5px);
  }
}
@media (max-width: 768px) {
  .azqf-query-form > .wrapper .taxonomy-checkboxes-4 .taxonomy-checkboxes ul {
    display: block;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .azqf-query-form > .wrapper .taxonomy-checkboxes-4 .taxonomy-checkboxes ul > * {
    display: block;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 0px !important;
  }
}
@media (max-width: 992px) {
  .azqf-query-form > .wrapper .taxonomy-checkboxes-4 .taxonomy-checkboxes ul > * {
    width: calc(50% - 0.5px);
  }
}
.azqf-query-form > .wrapper .taxonomy-checkboxes-5 .taxonomy-checkboxes ul {
  font-size: 0;
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.azqf-query-form > .wrapper .taxonomy-checkboxes-5 .taxonomy-checkboxes ul.p > * {
  margin-bottom: 0;
}
.azqf-query-form > .wrapper .taxonomy-checkboxes-5 .taxonomy-checkboxes ul > * {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: calc(20% - 0.5px);
  padding-left: 0px !important;
  padding-right: 0px !important;
  font-size: 15px;
  margin-bottom: 0px;
}
@media screen and (max-width: 992px) {
  .azqf-query-form > .wrapper .taxonomy-checkboxes-5 .taxonomy-checkboxes ul > * {
    width: calc(50% - 0.5px);
  }
}
@media (max-width: 768px) {
  .azqf-query-form > .wrapper .taxonomy-checkboxes-5 .taxonomy-checkboxes ul {
    display: block;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .azqf-query-form > .wrapper .taxonomy-checkboxes-5 .taxonomy-checkboxes ul > * {
    display: block;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 0px !important;
  }
}
.azqf-query-form > .wrapper [class*="horizontal-list"].labels > * > *:first-child:not(label) {
  margin-top: 30px;
}
.azqf-query-form .toggle {
  display: none;
}
@media (max-width: 768px) {
  .azqf-query-form > .wrapper [class*="horizontal-list"].labels > *:first-child:not(label) {
    margin-top: 0;
  }
  .azqf-query-form > .wrapper [class*="horizontal-list"] > * {
    margin-bottom: 20px !important;
  }
}
.azqf-query-form.search .wrapper {
  font-size: 0;
  margin-left: -15px;
  margin-right: -15px;
}
.azqf-query-form.search .wrapper > * {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 15px;
  margin-bottom: 0;
}
.azqf-query-form.search .wrapper .product_cat-wrapper {
  width: 30%;
}
.azqf-query-form.search .wrapper .geo-location {
  width: 50%;
}
.azqf-query-form.search .wrapper .geo-location .location {
  float: left;
  width: 50%;
}
.azqf-query-form.search .wrapper .geo-location .radius {
  float: left;
  width: 50%;
  padding-left: 30px;
  box-sizing: border-box;
}
.azqf-query-form.search .wrapper .geo-location .radius label {
  display: none;
}
.azqf-query-form.search .wrapper .geo-location::after {
  content: "";
  display: table;
  clear: both;
}
.azqf-query-form.search .wrapper .submit {
  width: 20%;
}
.azqf-query-form.search .wrapper .submit input {
  width: 100%;
}
@media (max-width: 1000px) {
  .azqf-query-form.search .wrapper {
    margin-left: 0;
    margin-right: 0;
  }
  .azqf-query-form.search .wrapper > * {
    display: block;
    width: 100% !important;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 15px !important;
  }
  .azqf-query-form.search .wrapper > *:last-child {
    margin-bottom: 0;
  }
  .azqf-query-form.search .wrapper input {
    height: 45px;
    line-height: 45px;
  }
  .azqf-query-form.search .wrapper .geo-location label {
    padding: 0;
  }
  .azqf-query-form.search .wrapper .geo-location .location {
    float: none;
    width: 100% !important;
    position: relative;
    padding: 0;
    margin-bottom: 10px;
  }
  .azqf-query-form.search .wrapper .geo-location .radius {
    float: none;
    padding: 0;
    width: 100% !important;
    padding-left: 0 !important;
    margin-bottom: 15px;
  }
  .azqf-query-form.search .wrapper .geo-location .radius label {
    display: block;
    margin-bottom: 0;
  }
  .azqf-query-form.search .wrapper .geo-location .radius label .radius {
    margin-left: 5px;
  }
  .azqf-query-form.search .wrapper .geo-location .radius input[name="radius"] {
    display: none;
  }
  .azqf-query-form.search .wrapper .geo-location .radius .ui-slider {
    margin-top: 9px;
    height: .3em;
  }
  .azqf-query-form.search .wrapper .geo-location .radius .ui-slider .ui-slider-range {
    display: block;
  }
  .azqf-query-form.search .wrapper .geo-location .radius .ui-slider .ui-slider-handle {
    display: block;
  }
}
.vertical .azqf-query-form .wrapper {
  margin-left: 0;
  margin-right: 0;
}
.vertical .azqf-query-form .wrapper > * {
  display: block;
  width: 100% !important;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 15px !important;
}
.vertical .azqf-query-form .wrapper > *:last-child {
  margin-bottom: 0;
}
.vertical .azqf-query-form .wrapper input {
  height: 45px;
  line-height: 45px;
}
.vertical .azqf-query-form .wrapper .geo-location label {
  padding: 0;
}
.vertical .azqf-query-form .wrapper .geo-location .location {
  float: none;
  width: 100% !important;
  position: relative;
  padding: 0;
  margin-bottom: 10px;
}
.vertical .azqf-query-form .wrapper .geo-location .radius {
  float: none;
  padding: 0;
  width: 100% !important;
  padding-left: 0 !important;
  margin-bottom: 15px;
}
.vertical .azqf-query-form .wrapper .geo-location .radius label {
  display: block;
  margin-bottom: 0;
}
.vertical .azqf-query-form .wrapper .geo-location .radius label .radius {
  margin-left: 5px;
}
.vertical .azqf-query-form .wrapper .geo-location .radius input[name="radius"] {
  display: none;
}
.vertical .azqf-query-form .wrapper .geo-location .radius .ui-slider {
  margin-top: 9px;
  height: .3em;
}
.vertical .azqf-query-form .wrapper .geo-location .radius .ui-slider .ui-slider-range {
  display: block;
}
.vertical .azqf-query-form .wrapper .geo-location .radius .ui-slider .ui-slider-handle {
  display: block;
}
.dark .azqf-query-form label {
  color: #ffffff;
}
.close .azqf-query-form .wrapper {
  margin-left: 0;
  margin-right: 0;
}
.close .azqf-query-form .wrapper > * {
  padding-left: 0;
  padding-right: 0;
}
.close .azqf-query-form .wrapper .geo-location {
  margin: 0;
}
.close .azqf-query-form .wrapper .geo-location .location {
  width: 60%;
  padding: 0;
}
.close .azqf-query-form .wrapper .geo-location .location .locate {
  top: 0;
  bottom: 0;
  border: none;
}
.close .azqf-query-form .wrapper .geo-location .location .locate::before {
  line-height: 60px;
}
.close .azqf-query-form .wrapper .geo-location .radius {
  width: 40%;
  padding: 0;
  padding-left: 0;
}
.close .azqf-query-form .wrapper input[type="text"],
.close .azqf-query-form .wrapper input[type="number"] {
  height: 60px;
  border: none;
  padding: 20px;
  border-right: 1px solid #e5e5e5;
  font-size: 16px;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 400;
}
.close .azqf-query-form .wrapper .submit input {
  height: 60px;
  font-size: 16px;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 400;
}
.close .azqf-query-form .wrapper div.select2-container {
  border-right: 1px solid #e5e5e5;
}
.close .azqf-query-form .wrapper div.select2-container .select2-choice {
  border: none !important;
  height: 60px;
  line-height: 60px;
  padding: 0 0 0 20px;
  font-size: 16px;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 400;
}
.close .azqf-query-form .wrapper div.select2-container .select2-choice .select2-arrow {
  border-left: none;
}
.azl-map-wrapper {
  z-index: 1;
}
.azl-map-wrapper.single .controls {
  top: 5px;
  padding: 0 5px;
  box-sizing: border-box;
}
.azl-map-wrapper.single .azl-map {
  max-height: 300px;
}
.azl-map-wrapper .controls {
  pointer-events: none;
  top: 50px;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, 0);
  -khtml-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 1;
}
@media (min-width: 786px) {
  .azl-map-wrapper .controls {
    max-width: 750px !important;
  }
}
@media (min-width: 992px) {
  .azl-map-wrapper .controls {
    max-width: 970px !important;
  }
}
@media (min-width: 1200px) {
  .azl-map-wrapper .controls {
    max-width: 1170px !important;
  }
}
@media (max-width: 768px) {
  .azl-map-wrapper .controls {
    padding: 0 15px;
    box-sizing: border-box;
  }
}
.azl-map-wrapper .controls > div,
.azl-map-wrapper .controls > a {
  pointer-events: all;
  cursor: pointer;
  padding: 7px;
  margin-bottom: 5px;
  line-height: 1;
  display: table;
  color: #333333;
  font-size: 15px;
  background-color: #ffffff;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.azl-map-wrapper .controls > div:hover,
.azl-map-wrapper .controls > a:hover {
  color: #81b441;
}
.azl-map-wrapper .controls > div::after,
.azl-map-wrapper .controls > a::after {
  font-family: FontAwesome;
}
.azl-map-wrapper .controls .zoom-in::after {
  content: "\f00e";
}
.azl-map-wrapper .controls .zoom-out::after {
  content: "\f010";
}
.azl-map-wrapper .controls .fullscreen::after {
  content: "\f0b2";
}
.azl-map-wrapper .controls .locate {
  font-size: 16px;
}
.azl-map-wrapper .controls .locate::after {
  content: "\f05b";
}
.azl-map-wrapper .controls .directions::after {
  content: "\f0a4";
}
.azl-map-wrapper .azl-map.fullscreen {
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
}
.infobox-wrapper > img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  position: absolute !important;
  right: 10px;
  top: 10px;
  z-index: 2;
}
.infobox-wrapper > img:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.infobox-wrapper .entry.azl-location {
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  -khtml-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  position: relative;
  margin-bottom: 60px;
  width: 300px;
}
.infobox-wrapper .entry.azl-location::after {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #f5f5f5 transparent transparent transparent;
  position: absolute;
  left: 103px;
  content: "";
  bottom: -16px;
}
.infobox-wrapper .entry.azl-location .entry-thumbnail {
  position: relative;
}
.infobox-wrapper .entry.azl-location .entry-thumbnail .image {
  width: 100%;
  height: auto;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  max-height: 300px;
}
.infobox-wrapper .entry.azl-location .entry-thumbnail .image::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.infobox-wrapper .entry.azl-location .entry-thumbnail .image img {
  width: 100%;
}
.infobox-wrapper .entry.azl-location .entry-data {
  background-color: #ffffff;
  padding: 20px;
}
.infobox-wrapper .entry.azl-location .entry-data .entry-header {
  margin: 0 !important;
}
.infobox-wrapper .entry.azl-location .entry-data .entry-header .entry-title {
  margin-bottom: 15px;
  font-family: "Droid Serif", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  font-size: 18px;
}
.infobox-wrapper .entry.azl-location .entry-data .entry-header .entry-title a {
  color: #333333;
}
.infobox-wrapper .entry.azl-location .entry-data .entry-content {
  max-height: 50px;
  overflow: hidden;
  font-weight: 300;
  font-size: 13px;
}
.infobox-wrapper .entry.azl-location .entry-footer {
  margin: 0 !important;
}
.dashboard-buttons .button {
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 500;
  text-transform: Capitalize;
  background-color: #81b441;
  color: #ffffff;
  outline: 0;
  outline-offset: 0;
  display: inline-block;
  width: auto;
  box-sizing: border-box;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-touch-action: manipulation;
  -khtml-touch-action: manipulation;
  -moz-touch-action: manipulation;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  margin: 0;
  text-decoration: none;
  box-shadow: none;
  padding: 0 30px;
  border: none;
  border-radius: 3px !important;
  position: relative;
  line-height: 40px;
}
.dashboard-buttons .button:focus {
  outline: 0;
  outline-offset: 0;
}
@font-face {
  font-family: 'WooCommerce';
  font-weight: normal;
  font-style: normal;
}
.active-sidebar #content .woocommerce {
  margin-top: 0 !important;
}
.azexo-woo-breadcrumb {
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box;
}
@media (max-width: 786px) {
  .azexo-woo-breadcrumb {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}
@media (min-width: 786px) {
  .azexo-woo-breadcrumb {
    max-width: 750px !important;
  }
}
@media (min-width: 992px) {
  .azexo-woo-breadcrumb {
    max-width: 970px !important;
  }
}
@media (min-width: 1200px) {
  .azexo-woo-breadcrumb {
    max-width: 1170px !important;
  }
}
@media (max-width: 786px) {
  .azexo-woo-breadcrumb {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}
@media (min-width: 786px) {
  .azexo-woo-breadcrumb {
    max-width: 750px !important;
  }
}
@media (min-width: 992px) {
  .azexo-woo-breadcrumb {
    max-width: 970px !important;
  }
}
@media (min-width: 1200px) {
  .azexo-woo-breadcrumb {
    max-width: 1170px !important;
  }
}
.azexo-woo-breadcrumb.active-sidebar {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.azexo-woo-breadcrumb.active-sidebar #primary {
  width: 67%;
  display: table-cell;
  vertical-align: top;
  height: 100%;
}
.azexo-woo-breadcrumb.active-sidebar #tertiary {
  width: 33%;
  display: table-cell;
  vertical-align: top;
  height: 100%;
}
.azexo-woo-breadcrumb.active-sidebar #tertiary .sidebar-inner {
  margin-right: 30px;
  position: relative;
  z-index: 3;
}
.azexo-woo-breadcrumb.active-sidebar #primary + #tertiary .sidebar-inner {
  margin-right: 0;
  margin-left: 30px;
}
.azexo-woo-breadcrumb.active-sidebar .entry.page {
  padding: 30px;
  background-color: #ffffff;
}
.azexo-woo-breadcrumb::after {
  content: "";
  display: table;
  clear: both;
}
.azexo-woo-breadcrumb.active-sidebar {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.azexo-woo-breadcrumb.active-sidebar #primary {
  width: 67%;
  display: table-cell;
  vertical-align: top;
  height: 100%;
}
.azexo-woo-breadcrumb.active-sidebar #tertiary {
  width: 33%;
  display: table-cell;
  vertical-align: top;
  height: 100%;
}
.azexo-woo-breadcrumb.active-sidebar #tertiary .sidebar-inner {
  margin-right: 30px;
  position: relative;
  z-index: 3;
}
.azexo-woo-breadcrumb.active-sidebar #primary + #tertiary .sidebar-inner {
  margin-right: 0;
  margin-left: 30px;
}
.azexo-woo-breadcrumb.active-sidebar .entry.page {
  padding: 30px;
  background-color: #ffffff;
}
.azexo-woo-breadcrumb .woocommerce-breadcrumb {
  bottom: 36px;
  left: auto;
  padding: 0;
  z-index: 3;
  position: absolute;
}
.woocommerce-breadcrumb {
  font-size: 15px;
  letter-spacing: 0;
  font-weight: 600;
  color: #ffffff;
}
.woocommerce-breadcrumb a {
  color: #ffffff;
}
.woocommerce-breadcrumb a:hover {
  color: #999999;
}
.woocommerce-message {
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
  margin-left: -20px;
  padding-left: 20px;
  padding-top: 20px;
  padding-right: 20px;
}
.woocommerce-info {
  margin-bottom: 20px;
}
ul.woocommerce-error {
  margin: 0 0 30px 0;
}
ul.woocommerce-error li {
  margin: 0;
  padding: 0;
  color: #ff521e;
}
ul.woocommerce-error li::before {
  content: none;
}
#content .woocommerce:not(.widget) .col2-set .col-1,
#content .woocommerce-billing-fields .col2-set .col-1,
#content .woocommerce-shipping-fields .col2-set .col-1,
#content .col2-set .col-1 .col2-set .col-1,
#content .col2-set .col-2 .col2-set .col-1 {
  float: left;
  width: 50%;
  padding-right: 15px;
  box-sizing: border-box;
}
#content .woocommerce:not(.widget) .col2-set .col-2,
#content .woocommerce-billing-fields .col2-set .col-2,
#content .woocommerce-shipping-fields .col2-set .col-2,
#content .col2-set .col-1 .col2-set .col-2,
#content .col2-set .col-2 .col2-set .col-2 {
  float: right;
  width: 50%;
  padding-left: 15px;
  box-sizing: border-box;
}
#content .woocommerce:not(.widget) .col2-set::after,
#content .woocommerce-billing-fields .col2-set::after,
#content .woocommerce-shipping-fields .col2-set::after,
#content .col2-set .col-1 .col2-set::after,
#content .col2-set .col-2 .col2-set::after {
  content: "";
  display: table;
  clear: both;
}
#content .woocommerce:not(.widget) ul.products,
#content .woocommerce-billing-fields ul.products,
#content .woocommerce-shipping-fields ul.products,
#content .col2-set .col-1 ul.products,
#content .col2-set .col-2 ul.products {
  margin: 0;
  padding: 0;
}
#content .woocommerce:not(.widget) ul.products > li.product,
#content .woocommerce-billing-fields ul.products > li.product,
#content .woocommerce-shipping-fields ul.products > li.product,
#content .col2-set .col-1 ul.products > li.product,
#content .col2-set .col-2 ul.products > li.product {
  position: initial;
  padding: 0;
  margin: 0;
  list-style: none;
}
#content .woocommerce:not(.widget) ul.products > li.product::before,
#content .woocommerce-billing-fields ul.products > li.product::before,
#content .woocommerce-shipping-fields ul.products > li.product::before,
#content .col2-set .col-1 ul.products > li.product::before,
#content .col2-set .col-2 ul.products > li.product::before {
  content: none;
}
#content .woocommerce:not(.widget) form > div,
#content .woocommerce-billing-fields form > div,
#content .woocommerce-shipping-fields form > div,
#content .col2-set .col-1 form > div,
#content .col2-set .col-2 form > div,
#content .woocommerce:not(.widget) form > p,
#content .woocommerce-billing-fields form > p,
#content .woocommerce-shipping-fields form > p,
#content .col2-set .col-1 form > p,
#content .col2-set .col-2 form > p {
  margin-bottom: 20px !important;
}
#content .woocommerce:not(.widget) table.wishlist_table,
#content .woocommerce-billing-fields table.wishlist_table,
#content .woocommerce-shipping-fields table.wishlist_table,
#content .col2-set .col-1 table.wishlist_table,
#content .col2-set .col-2 table.wishlist_table {
  font-size: 100%;
}
#content .woocommerce:not(.widget) table.table,
#content .woocommerce-billing-fields table.table,
#content .woocommerce-shipping-fields table.table,
#content .col2-set .col-1 table.table,
#content .col2-set .col-2 table.table {
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  table-layout: auto;
  width: 100%;
}
#content .woocommerce:not(.widget) table.table caption,
#content .woocommerce-billing-fields table.table caption,
#content .woocommerce-shipping-fields table.table caption,
#content .col2-set .col-1 table.table caption,
#content .col2-set .col-2 table.table caption {
  margin-bottom: 18px;
  color: #000000;
  line-height: 1;
}
#content .woocommerce:not(.widget) table.table thead,
#content .woocommerce-billing-fields table.table thead,
#content .woocommerce-shipping-fields table.table thead,
#content .col2-set .col-1 table.table thead,
#content .col2-set .col-2 table.table thead {
  background-color: #222222;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
}
#content .woocommerce:not(.widget) table.table thead tr th,
#content .woocommerce-billing-fields table.table thead tr th,
#content .woocommerce-shipping-fields table.table thead tr th,
#content .col2-set .col-1 table.table thead tr th,
#content .col2-set .col-2 table.table thead tr th,
#content .woocommerce:not(.widget) table.table thead tr td,
#content .woocommerce-billing-fields table.table thead tr td,
#content .woocommerce-shipping-fields table.table thead tr td,
#content .col2-set .col-1 table.table thead tr td,
#content .col2-set .col-2 table.table thead tr td {
  padding: 10px;
  border: 1px solid #f0f0f0;
}
#content .woocommerce:not(.widget) table.table tbody tr th,
#content .woocommerce-billing-fields table.table tbody tr th,
#content .woocommerce-shipping-fields table.table tbody tr th,
#content .col2-set .col-1 table.table tbody tr th,
#content .col2-set .col-2 table.table tbody tr th,
#content .woocommerce:not(.widget) table.table tbody tr td,
#content .woocommerce-billing-fields table.table tbody tr td,
#content .woocommerce-shipping-fields table.table tbody tr td,
#content .col2-set .col-1 table.table tbody tr td,
#content .col2-set .col-2 table.table tbody tr td {
  padding: 10px;
  border: 1px solid #f0f0f0;
}
#content .woocommerce:not(.widget) table.table tbody tr th a,
#content .woocommerce-billing-fields table.table tbody tr th a,
#content .woocommerce-shipping-fields table.table tbody tr th a,
#content .col2-set .col-1 table.table tbody tr th a,
#content .col2-set .col-2 table.table tbody tr th a,
#content .woocommerce:not(.widget) table.table tbody tr td a,
#content .woocommerce-billing-fields table.table tbody tr td a,
#content .woocommerce-shipping-fields table.table tbody tr td a,
#content .col2-set .col-1 table.table tbody tr td a,
#content .col2-set .col-2 table.table tbody tr td a {
  color: #81b441;
}
#content .woocommerce:not(.widget) table.table tfoot tr th,
#content .woocommerce-billing-fields table.table tfoot tr th,
#content .woocommerce-shipping-fields table.table tfoot tr th,
#content .col2-set .col-1 table.table tfoot tr th,
#content .col2-set .col-2 table.table tfoot tr th,
#content .woocommerce:not(.widget) table.table tfoot tr td,
#content .woocommerce-billing-fields table.table tfoot tr td,
#content .woocommerce-shipping-fields table.table tfoot tr td,
#content .col2-set .col-1 table.table tfoot tr td,
#content .col2-set .col-2 table.table tfoot tr td {
  padding: 10px;
  border: 1px solid #f0f0f0;
}
#content .woocommerce:not(.widget) table.table tfoot tr th a,
#content .woocommerce-billing-fields table.table tfoot tr th a,
#content .woocommerce-shipping-fields table.table tfoot tr th a,
#content .col2-set .col-1 table.table tfoot tr th a,
#content .col2-set .col-2 table.table tfoot tr th a,
#content .woocommerce:not(.widget) table.table tfoot tr td a,
#content .woocommerce-billing-fields table.table tfoot tr td a,
#content .woocommerce-shipping-fields table.table tfoot tr td a,
#content .col2-set .col-1 table.table tfoot tr td a,
#content .col2-set .col-2 table.table tfoot tr td a {
  color: #81b441;
}
@media (max-width: 786px) {
  #content .woocommerce:not(.widget) table.table,
  #content .woocommerce-billing-fields table.table,
  #content .woocommerce-shipping-fields table.table,
  #content .col2-set .col-1 table.table,
  #content .col2-set .col-2 table.table {
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    table-layout: auto;
    width: 100%;
  }
  #content .woocommerce:not(.widget) table.table caption,
  #content .woocommerce-billing-fields table.table caption,
  #content .woocommerce-shipping-fields table.table caption,
  #content .col2-set .col-1 table.table caption,
  #content .col2-set .col-2 table.table caption {
    margin-bottom: 18px;
    color: #000000;
    line-height: 1;
  }
  #content .woocommerce:not(.widget) table.table thead,
  #content .woocommerce-billing-fields table.table thead,
  #content .woocommerce-shipping-fields table.table thead,
  #content .col2-set .col-1 table.table thead,
  #content .col2-set .col-2 table.table thead {
    background-color: #222222;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
  }
  #content .woocommerce:not(.widget) table.table thead tr th,
  #content .woocommerce-billing-fields table.table thead tr th,
  #content .woocommerce-shipping-fields table.table thead tr th,
  #content .col2-set .col-1 table.table thead tr th,
  #content .col2-set .col-2 table.table thead tr th,
  #content .woocommerce:not(.widget) table.table thead tr td,
  #content .woocommerce-billing-fields table.table thead tr td,
  #content .woocommerce-shipping-fields table.table thead tr td,
  #content .col2-set .col-1 table.table thead tr td,
  #content .col2-set .col-2 table.table thead tr td {
    padding: 5px;
    border: 1px solid #f0f0f0;
  }
  #content .woocommerce:not(.widget) table.table tbody tr th,
  #content .woocommerce-billing-fields table.table tbody tr th,
  #content .woocommerce-shipping-fields table.table tbody tr th,
  #content .col2-set .col-1 table.table tbody tr th,
  #content .col2-set .col-2 table.table tbody tr th,
  #content .woocommerce:not(.widget) table.table tbody tr td,
  #content .woocommerce-billing-fields table.table tbody tr td,
  #content .woocommerce-shipping-fields table.table tbody tr td,
  #content .col2-set .col-1 table.table tbody tr td,
  #content .col2-set .col-2 table.table tbody tr td {
    padding: 5px;
    border: 1px solid #f0f0f0;
  }
  #content .woocommerce:not(.widget) table.table tbody tr th a,
  #content .woocommerce-billing-fields table.table tbody tr th a,
  #content .woocommerce-shipping-fields table.table tbody tr th a,
  #content .col2-set .col-1 table.table tbody tr th a,
  #content .col2-set .col-2 table.table tbody tr th a,
  #content .woocommerce:not(.widget) table.table tbody tr td a,
  #content .woocommerce-billing-fields table.table tbody tr td a,
  #content .woocommerce-shipping-fields table.table tbody tr td a,
  #content .col2-set .col-1 table.table tbody tr td a,
  #content .col2-set .col-2 table.table tbody tr td a {
    color: #81b441;
  }
  #content .woocommerce:not(.widget) table.table tfoot tr th,
  #content .woocommerce-billing-fields table.table tfoot tr th,
  #content .woocommerce-shipping-fields table.table tfoot tr th,
  #content .col2-set .col-1 table.table tfoot tr th,
  #content .col2-set .col-2 table.table tfoot tr th,
  #content .woocommerce:not(.widget) table.table tfoot tr td,
  #content .woocommerce-billing-fields table.table tfoot tr td,
  #content .woocommerce-shipping-fields table.table tfoot tr td,
  #content .col2-set .col-1 table.table tfoot tr td,
  #content .col2-set .col-2 table.table tfoot tr td {
    padding: 5px;
    border: 1px solid #f0f0f0;
  }
  #content .woocommerce:not(.widget) table.table tfoot tr th a,
  #content .woocommerce-billing-fields table.table tfoot tr th a,
  #content .woocommerce-shipping-fields table.table tfoot tr th a,
  #content .col2-set .col-1 table.table tfoot tr th a,
  #content .col2-set .col-2 table.table tfoot tr th a,
  #content .woocommerce:not(.widget) table.table tfoot tr td a,
  #content .woocommerce-billing-fields table.table tfoot tr td a,
  #content .woocommerce-shipping-fields table.table tfoot tr td a,
  #content .col2-set .col-1 table.table tfoot tr td a,
  #content .col2-set .col-2 table.table tfoot tr td a {
    color: #81b441;
  }
}
#content .woocommerce:not(.widget) > h2,
#content .woocommerce-billing-fields > h2,
#content .woocommerce-shipping-fields > h2,
#content .col2-set .col-1 > h2,
#content .col2-set .col-2 > h2,
#content .woocommerce:not(.widget) > h3,
#content .woocommerce-billing-fields > h3,
#content .woocommerce-shipping-fields > h3,
#content .col2-set .col-1 > h3,
#content .col2-set .col-2 > h3,
#content .woocommerce:not(.widget) > * > h2,
#content .woocommerce-billing-fields > * > h2,
#content .woocommerce-shipping-fields > * > h2,
#content .col2-set .col-1 > * > h2,
#content .col2-set .col-2 > * > h2,
#content .woocommerce:not(.widget) > * > h3,
#content .woocommerce-billing-fields > * > h3,
#content .woocommerce-shipping-fields > * > h3,
#content .col2-set .col-1 > * > h3,
#content .col2-set .col-2 > * > h3,
#content .woocommerce:not(.widget) > * > .title > h2,
#content .woocommerce-billing-fields > * > .title > h2,
#content .woocommerce-shipping-fields > * > .title > h2,
#content .col2-set .col-1 > * > .title > h2,
#content .col2-set .col-2 > * > .title > h2,
#content .woocommerce:not(.widget) > * > .title > h3,
#content .woocommerce-billing-fields > * > .title > h3,
#content .woocommerce-shipping-fields > * > .title > h3,
#content .col2-set .col-1 > * > .title > h3,
#content .col2-set .col-2 > * > .title > h3,
#content .woocommerce:not(.widget) td > h2,
#content .woocommerce-billing-fields td > h2,
#content .woocommerce-shipping-fields td > h2,
#content .col2-set .col-1 td > h2,
#content .col2-set .col-2 td > h2 {
  font-size: 18px;
}
#content .woocommerce:not(.widget) > h2 label,
#content .woocommerce-billing-fields > h2 label,
#content .woocommerce-shipping-fields > h2 label,
#content .col2-set .col-1 > h2 label,
#content .col2-set .col-2 > h2 label,
#content .woocommerce:not(.widget) > h3 label,
#content .woocommerce-billing-fields > h3 label,
#content .woocommerce-shipping-fields > h3 label,
#content .col2-set .col-1 > h3 label,
#content .col2-set .col-2 > h3 label,
#content .woocommerce:not(.widget) > * > h2 label,
#content .woocommerce-billing-fields > * > h2 label,
#content .woocommerce-shipping-fields > * > h2 label,
#content .col2-set .col-1 > * > h2 label,
#content .col2-set .col-2 > * > h2 label,
#content .woocommerce:not(.widget) > * > h3 label,
#content .woocommerce-billing-fields > * > h3 label,
#content .woocommerce-shipping-fields > * > h3 label,
#content .col2-set .col-1 > * > h3 label,
#content .col2-set .col-2 > * > h3 label,
#content .woocommerce:not(.widget) > * > .title > h2 label,
#content .woocommerce-billing-fields > * > .title > h2 label,
#content .woocommerce-shipping-fields > * > .title > h2 label,
#content .col2-set .col-1 > * > .title > h2 label,
#content .col2-set .col-2 > * > .title > h2 label,
#content .woocommerce:not(.widget) > * > .title > h3 label,
#content .woocommerce-billing-fields > * > .title > h3 label,
#content .woocommerce-shipping-fields > * > .title > h3 label,
#content .col2-set .col-1 > * > .title > h3 label,
#content .col2-set .col-2 > * > .title > h3 label,
#content .woocommerce:not(.widget) td > h2 label,
#content .woocommerce-billing-fields td > h2 label,
#content .woocommerce-shipping-fields td > h2 label,
#content .col2-set .col-1 td > h2 label,
#content .col2-set .col-2 td > h2 label {
  margin-bottom: 0;
  font-weight: 600;
}
#content .woocommerce:not(.widget) > h3,
#content .woocommerce-billing-fields > h3,
#content .woocommerce-shipping-fields > h3,
#content .col2-set .col-1 > h3,
#content .col2-set .col-2 > h3 {
  font-size: 16px;
  margin-bottom: 10px;
}
#customer_login input[name="login"] {
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 500;
  text-transform: Capitalize;
  background-color: #81b441;
  color: #ffffff;
  outline: 0;
  outline-offset: 0;
  display: inline-block;
  width: auto;
  box-sizing: border-box;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-touch-action: manipulation;
  -khtml-touch-action: manipulation;
  -moz-touch-action: manipulation;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  margin: 0;
  text-decoration: none;
  box-shadow: none;
  padding: 0 30px;
  border: none;
  border-radius: 3px !important;
  position: relative;
  line-height: 40px;
}
#customer_login input[name="login"]:focus {
  outline: 0;
  outline-offset: 0;
}
#customer_login input[name="register"] {
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 500;
  text-transform: Capitalize;
  background-color: #81b441;
  color: #ffffff;
  outline: 0;
  outline-offset: 0;
  display: inline-block;
  width: auto;
  box-sizing: border-box;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-touch-action: manipulation;
  -khtml-touch-action: manipulation;
  -moz-touch-action: manipulation;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  margin: 0;
  text-decoration: none;
  box-shadow: none;
  padding: 0 30px;
  border: none;
  border-radius: 3px !important;
  position: relative;
  line-height: 40px;
}
#customer_login input[name="register"]:focus {
  outline: 0;
  outline-offset: 0;
}
#customer_login p:nth-child(3) {
  position: relative;
  padding-top: 48px;
}
#customer_login p:nth-child(3) .inline {
  position: absolute;
  left: 0px;
  top: 0px;
}
@media (max-width: 786px) {
  body.archive #content .before-shop-loop .woocommerce-ordering {
    float: none;
  }
  body.woocommerce-page #content .woocommerce:not(.widget) {
    padding: 10px;
    margin-bottom: 10px;
  }
  #content .woocommerce:not(.widget) .col2-set .col-1 {
    float: none;
    width: 100%;
    padding-right: 0;
  }
  #content .woocommerce:not(.widget) .col2-set .col-2 {
    float: none;
    width: 100%;
    padding-left: 0;
  }
}
.star-rating:not(.mark):not([itemscope]) {
  position: relative;
  height: 21px;
  line-height: 21px;
  width: 84.5px;
  font-family: FontAwesome;
  vertical-align: middle;
  font-size: 0;
}
.star-rating:not(.mark):not([itemscope]) span {
  overflow: hidden;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 21px;
}
.star-rating:not(.mark):not([itemscope]) span:before {
  font-size: 14px;
  content: "\f005\00A0\f005\00A0\f005\00A0\f005\00A0\f005";
  position: absolute;
  top: 0;
  left: 0;
  color: #81b441;
}
.star-rating:not(.mark):not([itemscope])::before {
  font-size: 14px;
  content: "\f005\00A0\f005\00A0\f005\00A0\f005\00A0\f005";
  color: #dddddd;
  top: 0;
  left: 0;
  position: absolute;
}
.time-left .time {
  display: inline-block;
  vertical-align: middle;
}
.time-left .time > div {
  float: left;
}
.time-left .time > div::after {
  content: ':';
  margin: 0 3px;
}
.time-left .time > div:last-child::after {
  content: none;
}
.time-left .time > div span.title {
  margin-left: 2px;
}
.time-left .time::after {
  content: "";
  display: table;
  clear: both;
}
.working-hours {
  width: 100%;
}
.working-hours thead {
  display: none;
}
.working-hours tbody tr {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-display: flex;
  -khtml-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-box-align: center;
  -o-box-align: center;
  box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -khtml-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: space-between;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -khtml-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.working-hours tbody tr td {
  display: inline-block;
  padding: 2px 0;
}
.working-hours tbody tr td label {
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 0;
}
.working-hours tbody tr td:first-child {
  width: 50%;
}
.working-hours tbody tr td.open,
.working-hours tbody tr td.close {
  width: 25%;
}
.working-hours tbody tr td.closed {
  width: 50%;
}
.working-hours tbody tr td.open,
.working-hours tbody tr td.close,
.working-hours tbody tr td.closed {
  font-weight: 500;
  text-align: right;
}
.working-hours tbody tr .open + .close {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-display: flex;
  -khtml-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  text-align: center;
}
.working-hours tbody tr .open + .close::before {
  content: "-";
  width: 100%;
}
.woocommerce-pagination,
.woocommerce-pagination > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-display: flex;
  -khtml-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-box-align: center;
  -o-box-align: center;
  box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -khtml-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.woocommerce-pagination a:hover,
.woocommerce-pagination > ul a:hover {
  color: #81b441;
}
.woocommerce-pagination span.current,
.woocommerce-pagination > ul span.current,
.woocommerce-pagination span.dots,
.woocommerce-pagination > ul span.dots,
.woocommerce-pagination a,
.woocommerce-pagination > ul a {
  display: inline-block;
  margin: 0;
  padding: 0 10px;
  margin-right: 8px;
  line-height: 26px;
  height: 26px;
  background: #ffffff;
  color: #222222;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  border: 1px solid #f0f0f0;
  border-radius: 3px;
  letter-spacing: 0;
  font-weight: 500;
}
.woocommerce-pagination span.current span,
.woocommerce-pagination > ul span.current span,
.woocommerce-pagination span.dots span,
.woocommerce-pagination > ul span.dots span,
.woocommerce-pagination a span,
.woocommerce-pagination > ul a span {
  display: none;
}
.woocommerce-pagination span.current.current,
.woocommerce-pagination > ul span.current.current,
.woocommerce-pagination span.dots.current,
.woocommerce-pagination > ul span.dots.current,
.woocommerce-pagination a.current,
.woocommerce-pagination > ul a.current,
.woocommerce-pagination span.current:hover,
.woocommerce-pagination > ul span.current:hover,
.woocommerce-pagination span.dots:hover,
.woocommerce-pagination > ul span.dots:hover,
.woocommerce-pagination a:hover,
.woocommerce-pagination > ul a:hover {
  color: #81b441;
}
.woocommerce-pagination span.current.prev,
.woocommerce-pagination > ul span.current.prev,
.woocommerce-pagination span.dots.prev,
.woocommerce-pagination > ul span.dots.prev,
.woocommerce-pagination a.prev,
.woocommerce-pagination > ul a.prev,
.woocommerce-pagination span.current.next,
.woocommerce-pagination > ul span.current.next,
.woocommerce-pagination span.dots.next,
.woocommerce-pagination > ul span.dots.next,
.woocommerce-pagination a.next,
.woocommerce-pagination > ul a.next {
  font-size: 18px;
  padding: 0 8px;
}
.woocommerce-pagination span.current i,
.woocommerce-pagination > ul span.current i,
.woocommerce-pagination span.dots i,
.woocommerce-pagination > ul span.dots i,
.woocommerce-pagination a i,
.woocommerce-pagination > ul a i {
  font-family: FontAwesome;
}
.woocommerce-pagination span.current i.prev::before,
.woocommerce-pagination > ul span.current i.prev::before,
.woocommerce-pagination span.dots i.prev::before,
.woocommerce-pagination > ul span.dots i.prev::before,
.woocommerce-pagination a i.prev::before,
.woocommerce-pagination > ul a i.prev::before {
  content: "\f104";
}
.woocommerce-pagination span.current i.next::before,
.woocommerce-pagination > ul span.current i.next::before,
.woocommerce-pagination span.dots i.next::before,
.woocommerce-pagination > ul span.dots i.next::before,
.woocommerce-pagination a i.next::before,
.woocommerce-pagination > ul a i.next::before {
  content: "\f105";
}
#customer_login h2 {
  font-size: 1.75em;
  line-height: 1.25;
  margin-bottom: 24px;
}
div.select2-container .select2-choice {
  display: block;
  width: calc(100% - 24px);
  border: 0;
  border-radius: 0;
  background-color: #f5f5f5;
  background-image: none;
  box-shadow: none;
  color: #222222;
  font-size: 14px;
  border-radius: 3px;
  height: 45px;
  line-height: 44px;
  padding-left: 24px;
}
div.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: auto;
  height: auto;
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  border-radius: 0;
  background-clip: padding-box;
}
div.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: auto;
  height: auto;
  position: static;
}
div.select2-container .select2-choice .select2-arrow b::after {
  position: static;
  display: inline-block;
  content: "\f107";
  font-family: FontAwesome;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  text-align: center;
  border: 0;
  margin: 0;
  color: #222222;
  width: 40px;
  font-size: 28px;
  font-weight: 300;
  vertical-align: middle;
  position: relative;
  z-index: 9999;
}
div.select2-container.select2-dropdown-open a {
  background: #222222 !important;
  color: #ffffff !important;
  border: 0 !important;
}
div.select2-container.select2-dropdown-open .select2-choice .select2-arrow b::after {
  content: "\f106";
  top: -2px;
}
.select2-drop {
  background: #ffffff !important;
}
.select2-drop.select2-drop-active {
  border: 1px solid #e5e5e5 !important;
}
.select2-drop.select2-drop-active.select2-drop-above {
  border-top: 1px solid #e5e5e5;
}
.select2-drop .select2-search {
  padding: 4px;
}
.select2-drop ul.select2-results {
  max-height: 300px;
  padding: 0;
  background: #ffffff !important;
}
.select2-drop ul.select2-results li.select2-result {
  margin: 0;
}
.select2-drop ul.select2-results li.select2-result.select2-highlighted {
  background: #f0f0f0 !important;
  border-radius: 0;
}
.select2-drop ul.select2-results li.select2-result.select2-highlighted > div {
  color: #222222;
}
.select2-drop ul.select2-results li.select2-result .select2-result-label {
  color: #222222;
  font-size: 14px;
  padding: 6px 10px;
}
nav.woocommerce-MyAccount-navigation ul {
  margin: 0 0 30px 0;
}
nav.woocommerce-MyAccount-navigation ul li {
  display: inline-block;
  margin-right: 10px;
  padding-right: 15px;
  border-right: 1px solid #e5e5e5;
}
nav.woocommerce-MyAccount-navigation ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
nav.woocommerce-MyAccount-navigation ul li a {
  color: #666666;
}
.wc-bookings-booking-form {
  font-size: 13px;
  border: none;
  padding: 0;
  margin: 0;
}
.wc-bookings-booking-form input {
  box-sizing: border-box;
}
.wc-bookings-booking-form .form-field {
  margin: 0;
}
.wc-bookings-booking-form .form-field input[type=number] {
  width: 100%;
  display: inline-block;
  padding: 10px;
}
.wc-bookings-booking-form legend,
.wc-bookings-booking-form label {
  color: #000000;
  font-weight: 300;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
}
.wc-bookings-booking-form select {
  width: 100%;
}
.wc-bookings-booking-form ul.block-picker {
  background-color: #ffffff;
  margin: 0 0 1em 0;
  overflow: hidden;
  zoom: 1;
  text-align: center;
  padding: 0;
}
.wc-bookings-booking-form ul.block-picker li.block {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.wc-bookings-booking-form ul.block-picker li.block.block {
  white-space: nowrap;
  text-align: center;
}
.wc-bookings-booking-form ul.block-picker li.block a {
  margin: 0;
  border: 0;
  padding: 4px 5px;
  display: block;
  background-color: #ffffff;
}
.wc-bookings-booking-form ul.block-picker li.block a.selected {
  border: 0;
  background-color: #81b441;
  color: #f8f8f8;
  text-decoration: none;
}
.wc-bookings-booking-form ul.block-picker li.block a:focus,
.wc-bookings-booking-form ul.block-picker li.block a:hover {
  border: 0;
  background-color: #81b441;
  color: #ffffff;
}
.wc-bookings-booking-form fieldset {
  margin: 0 0 1em;
  line-height: 2.25;
}
.wc-bookings-booking-form fieldset .picker.hasDatepicker {
  line-height: 1;
  margin-bottom: 0;
}
.wc-bookings-booking-form fieldset input {
  width: 100%;
}
.wc-bookings-booking-form fieldset legend small {
  text-decoration: underline;
  padding-left: 1em;
  color: #999999;
  cursor: pointer;
  display: none;
}
.wc-bookings-booking-form fieldset label {
  display: inline-block;
  vertical-align: top;
  line-height: 1.5;
  width: 25%;
}
.wc-bookings-booking-form fieldset label span {
  display: block;
  font-size: .75em;
  color: #999999;
  padding: 0 2px;
}
.wc-bookings-booking-form .wc-bookings-booking-cost {
  background: #ffffff;
  border-top: none;
  position: relative;
  margin: 0;
  padding: 0 0 1em 0;
}
.wc-bookings-date-picker .ui-widget-content {
  border: 0;
  background: #ffffff;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.wc-bookings-date-picker .ui-widget-content .ui-state-disabled {
  opacity: .35;
}
.wc-bookings-date-picker .ui-datepicker {
  padding: 0;
  width: auto;
}
.wc-bookings-date-picker .ui-datepicker .ui-datepicker-header {
  border-top: 1px solid #f0f0f0;
  padding: 0;
  overflow: hidden;
  text-transform: uppercase;
  background-color: transparent;
  background-image: none;
  color: #000000;
}
.wc-bookings-date-picker .ui-datepicker .ui-datepicker-header .ui-state-hover {
  background: 0 0;
  cursor: pointer;
}
.wc-bookings-date-picker .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  line-height: inherit;
  padding: 0;
}
.wc-bookings-date-picker .ui-datepicker .ui-datepicker-header .ui-datepicker-next,
.wc-bookings-date-picker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  top: 0;
  background: transparent;
  font-weight: 400;
  text-align: center;
}
.wc-bookings-date-picker .ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-state-hover,
.wc-bookings-date-picker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-state-hover,
.wc-bookings-date-picker .ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-state-hover,
.wc-bookings-date-picker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-state-hover {
  background: transparent;
}
.wc-bookings-date-picker .ui-datepicker .ui-datepicker-header .ui-datepicker-next span,
.wc-bookings-date-picker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev span {
  margin-top: 0;
  top: auto;
  display: block;
  text-indent: 0;
  font-size: 0;
}
.wc-bookings-date-picker .ui-datepicker .ui-datepicker-header .ui-datepicker-next span::after,
.wc-bookings-date-picker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev span::after {
  font-size: 15px;
  font-family: 'themify';
}
.wc-bookings-date-picker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  left: 0;
}
.wc-bookings-date-picker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev span::after {
  content: "\e65e";
}
.wc-bookings-date-picker .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  right: 0;
}
.wc-bookings-date-picker .ui-datepicker .ui-datepicker-header .ui-datepicker-next span::after {
  content: "\e65d";
}
.wc-bookings-date-picker .ui-datepicker table.ui-datepicker-calendar {
  width: 100%;
  margin: 0;
}
.wc-bookings-date-picker .ui-datepicker table.ui-datepicker-calendar th {
  padding: .75em 0;
  text-transform: uppercase;
  color: #333333;
  font-weight: 400;
  background: #f5f5f5;
  padding: 10px !important;
}
.wc-bookings-date-picker .ui-datepicker table.ui-datepicker-calendar td {
  background: #ffffff;
  padding: 0 !important;
}
.wc-bookings-date-picker .ui-datepicker table.ui-datepicker-calendar td:last-child {
  border-right: 1px solid #f0f0f0;
}
.wc-bookings-date-picker .ui-datepicker table.ui-datepicker-calendar td.fully_booked a,
.wc-bookings-date-picker .ui-datepicker table.ui-datepicker-calendar td.fully_booked span {
  background-color: #81b441 !important;
  background-image: none !important;
  color: #ffffff !important;
  text-shadow: none;
}
.wc-bookings-date-picker .ui-datepicker table.ui-datepicker-calendar td a.ui-state-active,
.wc-bookings-date-picker .ui-datepicker table.ui-datepicker-calendar td a.ui-state-active.ui-state-hover {
  background: #f8f8f8;
  color: #bbbbbb;
  background-image: none !important;
}
.wc-bookings-date-picker .ui-datepicker table.ui-datepicker-calendar td .ui-state-default {
  background: 0 0;
  background-image: none !important;
  color: #222222;
  margin: 0;
  font-weight: 400;
  text-align: center;
  padding: .75em 0;
}
.wc-bookings-date-picker .ui-datepicker table.ui-datepicker-calendar td.bookable a {
  background-color: #81b441 !important;
  background-image: none !important;
  color: #ffffff !important;
  text-shadow: none;
}
.wc-bookings-date-picker .ui-datepicker table.ui-datepicker-calendar td.ui-datepicker-current-day a {
  background: #668f33 !important;
  opacity: 1 !important;
}
.wc-bookings-date-picker .ui-datepicker table.ui-datepicker-calendar td.ui-datepicker-other-month {
  background: #f0f0f0;
}
.wc-bookings-date-picker .ui-icon-circle-triangle-e {
  background-image: none;
  background-position: initial;
}
.wc-bookings-date-picker .ui-icon-circle-triangle-w {
  background-image: none;
  background-position: initial;
}
button.wc-bookings-booking-form-button[type="submit"] {
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 500;
  text-transform: Capitalize;
  background-color: #81b441;
  color: #ffffff;
  outline: 0;
  outline-offset: 0;
  display: inline-block;
  width: auto;
  box-sizing: border-box;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-touch-action: manipulation;
  -khtml-touch-action: manipulation;
  -moz-touch-action: manipulation;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  margin: 0;
  text-decoration: none;
  box-shadow: none;
  padding: 0 30px;
  border: none;
  border-radius: 3px !important;
  position: relative;
  line-height: 40px;
}
button.wc-bookings-booking-form-button[type="submit"]:focus {
  outline: 0;
  outline-offset: 0;
}
.cmb-form .cmb-row::after {
  content: "";
  display: table;
  clear: both;
}
.cmb-form .cmb-row:last-child {
  margin-bottom: 20px !important;
}
.cmb-form .cmb2-media-status .img-status {
  clear: none;
  display: inline-block;
  float: left;
  margin-right: 10px;
  position: relative;
  width: auto;
}
.cmb-form .cmb2-media-status .img-status img {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  cursor: pointer;
  margin: 15px 0 0 0;
  max-width: 100%;
  padding: 5px;
}
.cmb-form .cmb2-media-status .img-status .cmb2-remove-file-button {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAJdSURBVDjLpZP7S1NhGMf9W7YfogSJboSEUVCY8zJ31trcps6zTI9bLGJpjp1hmkGNxVz4Q6ildtXKXzJNbJRaRmrXoeWx8tJOTWptnrNryre5YCYuI3rh+8vL+/m8PA/PkwIg5X+y5mJWrxfOUBXm91QZM6UluUmthntHqplxUml2lciF6wrmdHriI0Wx3xw2hAediLwZRWRkCPzdDswaSvGqkGCfq8VEUsEyPF1O8Qu3O7A09RbRvjuIttsRbT6HHzebsDjcB4/JgFFlNv9MnkmsEszodIIY7Oaut2OJcSF68Qx8dgv8tmqEL1gQaaARtp5A+N4NzB0lMXxon/uxbI8gIYjB9HytGYuusfiPIQcN71kjgnW6VeFOkgh3XcHLvAwMSDPohOADdYQJdF1FtLMZPmslvhZJk2ahkgRvq4HHUoWHRDqTEDDl2mDkfheiDgt8pw340/EocuClCuFvboQzb0cwIZgki4KhzlaE6w0InipbVzBfqoK/qRH94i0rgokSFeO11iBkp8EdV8cfJo0yD75aE2ZNRvSJ0lZKcBXLaUYmQrCzDT6tDN5SyRqYlWeDLZAg0H4JQ+Jt6M3atNLE10VSwQsN4Z6r0CBwqzXesHmV+BeoyAUri8EyMfi2FowXS5dhd7doo2DVII0V5BAjigP89GEVAtda8b2ehodU4rNaAW+dGfzlFkyo89GTlcrHYCLpKD+V7yeeHNzLjkp24Uu1Ed6G8/F8qjqGRzlbl2H2dzjpMg1KdwsHxOlmJ7GTeZC/nesXbeZ6c9OYnuxUc3fmBuFft/Ff8xMd0s65SXIb/gAAAABJRU5ErkJggg==");
  height: 16px;
  left: -5px;
  position: absolute;
  text-indent: -9999px;
  top: -5px;
  top: 10px;
  width: 16px;
}
.cmb-form .cmb2-media-status .embed-status {
  -moz-border-radius: 2px;
  background: #ffffff;
  border-radius: 2px;
  border: 1px solid #bbbbbb;
  float: left;
  margin: 15px 0 0 0;
  max-width: 100%;
  padding: 5px;
  position: relative;
}
.cmb-form .cmb2-media-status .embed-status .cmb2-remove-file-button {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAJdSURBVDjLpZP7S1NhGMf9W7YfogSJboSEUVCY8zJ31trcps6zTI9bLGJpjp1hmkGNxVz4Q6ildtXKXzJNbJRaRmrXoeWx8tJOTWptnrNryre5YCYuI3rh+8vL+/m8PA/PkwIg5X+y5mJWrxfOUBXm91QZM6UluUmthntHqplxUml2lciF6wrmdHriI0Wx3xw2hAediLwZRWRkCPzdDswaSvGqkGCfq8VEUsEyPF1O8Qu3O7A09RbRvjuIttsRbT6HHzebsDjcB4/JgFFlNv9MnkmsEszodIIY7Oaut2OJcSF68Qx8dgv8tmqEL1gQaaARtp5A+N4NzB0lMXxon/uxbI8gIYjB9HytGYuusfiPIQcN71kjgnW6VeFOkgh3XcHLvAwMSDPohOADdYQJdF1FtLMZPmslvhZJk2ahkgRvq4HHUoWHRDqTEDDl2mDkfheiDgt8pw340/EocuClCuFvboQzb0cwIZgki4KhzlaE6w0InipbVzBfqoK/qRH94i0rgokSFeO11iBkp8EdV8cfJo0yD75aE2ZNRvSJ0lZKcBXLaUYmQrCzDT6tDN5SyRqYlWeDLZAg0H4JQ+Jt6M3atNLE10VSwQsN4Z6r0CBwqzXesHmV+BeoyAUri8EyMfi2FowXS5dhd7doo2DVII0V5BAjigP89GEVAtda8b2ehodU4rNaAW+dGfzlFkyo89GTlcrHYCLpKD+V7yeeHNzLjkp24Uu1Ed6G8/F8qjqGRzlbl2H2dzjpMg1KdwsHxOlmJ7GTeZC/nesXbeZ6c9OYnuxUc3fmBuFft/Ff8xMd0s65SXIb/gAAAABJRU5ErkJggg==");
  height: 16px;
  left: -5px;
  position: absolute;
  text-indent: -9999px;
  top: -5px;
  width: 16px;
}
.cmb-form .cmb2-media-status .file-status > span {
  cursor: pointer;
}
.cmb-form .cmb-type-file-list .cmb2-media-status .img-status {
  clear: none;
  float: left;
  margin-right: 10px;
  width: auto;
}
.cmb-form .cmb-attach-list li {
  clear: both;
  display: inline-block;
  margin-bottom: 25px;
  width: 100%;
}
.cmb-form .cmb-attach-list li img {
  cursor: move;
  float: left;
  margin-right: 10px;
}
.cmb-form ul.ui-tabs-nav {
  margin-bottom: 40px;
}
.cmb-form ul.ui-tabs-nav li {
  margin: 0;
}
.cmb-form ul.ui-tabs-nav li a {
  border-radius: 16px;
  color: #81b441;
  padding: 6px 25px;
  line-height: 20px;
  font-weight: 500;
  font-size: 15px;
  text-transform: none;
}
.cmb-form ul.ui-tabs-nav li.ui-state-active a {
  background-color: #81b441;
  color: #ffffff;
}
.cmb-form ul.ui-tabs-nav li p {
  display: none;
}
@media (max-width: 768px) {
  .cmb-form ul.ui-tabs-nav li {
    display: block;
    margin-bottom: 10px;
  }
  .cmb-form ul.ui-tabs-nav li a {
    display: block;
  }
}
.cmb-form .cmb2-wrap select {
  font-weight: 300;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
}
.cmb-form input.cmb2-upload-button[type="button"] {
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 500;
  text-transform: Capitalize;
  background-color: #f5f5f5;
  color: #333333;
  outline: 0;
  outline-offset: 0;
  width: auto;
  box-sizing: border-box;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-touch-action: manipulation;
  -khtml-touch-action: manipulation;
  -moz-touch-action: manipulation;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  margin: 0;
  text-decoration: none;
  box-shadow: none;
  padding: 0 30px;
  border: none;
  border-radius: 3px !important;
  position: relative;
  line-height: 40px;
  display: inline-block;
  margin-bottom: 0;
  text-shadow: none;
}
.cmb-form input.cmb2-upload-button[type="button"]:focus {
  outline: 0;
  outline-offset: 0;
}
.cmb-form .cmb2-metabox-description {
  color: #999999;
  font-size: 11px;
  display: block;
  clear: both;
}
.cmb-form .buttons {
  margin-top: 30px;
}
.cmb-form .buttons input[type="button"] {
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 500;
  text-transform: Capitalize;
  background-color: #81b441;
  color: #ffffff;
  outline: 0;
  outline-offset: 0;
  display: inline-block;
  width: auto;
  box-sizing: border-box;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-touch-action: manipulation;
  -khtml-touch-action: manipulation;
  -moz-touch-action: manipulation;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  margin: 0;
  text-decoration: none;
  box-shadow: none;
  padding: 0 30px;
  border: none;
  border-radius: 3px !important;
  position: relative;
  line-height: 40px;
}
.cmb-form .buttons input[type="button"]:focus {
  outline: 0;
  outline-offset: 0;
}
.cmb-form .buttons input[type="submit"] {
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 500;
  text-transform: Capitalize;
  background-color: #81b441;
  color: #ffffff;
  outline: 0;
  outline-offset: 0;
  display: inline-block;
  width: auto;
  box-sizing: border-box;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-touch-action: manipulation;
  -khtml-touch-action: manipulation;
  -moz-touch-action: manipulation;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  margin: 0;
  text-decoration: none;
  box-shadow: none;
  padding: 0 30px;
  border: none;
  border-radius: 3px !important;
  position: relative;
  line-height: 40px;
}
.cmb-form .buttons input[type="submit"]:focus {
  outline: 0;
  outline-offset: 0;
}
.cmb-form .buttons input:not([style*="display: none"]) {
  margin-right: 10px !important;
}
.cmb-form .cmb-type-taxonomy-multicheck .cmb-td > p,
.cmb-form .cmb-type-taxonomy-multicheck-inline .cmb-td > p,
.cmb-form .cmb-type-taxonomy-radio .cmb-td > p,
.cmb-form .cmb-type-taxonomy-radio-inline .cmb-td > p {
  margin-bottom: 0;
}
.cmb-form .cmb-type-taxonomy-multicheck .cmb-multicheck-toggle,
.cmb-form .cmb-type-taxonomy-multicheck-inline .cmb-multicheck-toggle,
.cmb-form .cmb-type-taxonomy-radio .cmb-multicheck-toggle,
.cmb-form .cmb-type-taxonomy-radio-inline .cmb-multicheck-toggle {
  cursor: pointer;
  font-size: 13px;
  color: #999999;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cmb-form .cmb-type-taxonomy-multicheck ul.cmb2-checkbox-list li,
.cmb-form .cmb-type-taxonomy-multicheck-inline ul.cmb2-checkbox-list li,
.cmb-form .cmb-type-taxonomy-radio ul.cmb2-checkbox-list li,
.cmb-form .cmb-type-taxonomy-radio-inline ul.cmb2-checkbox-list li,
.cmb-form .cmb-type-taxonomy-multicheck ul.cmb2-radio-list li,
.cmb-form .cmb-type-taxonomy-multicheck-inline ul.cmb2-radio-list li,
.cmb-form .cmb-type-taxonomy-radio ul.cmb2-radio-list li,
.cmb-form .cmb-type-taxonomy-radio-inline ul.cmb2-radio-list li {
  padding: 5px 0;
}
.cmb-form .cmb-type-taxonomy-multicheck.cmb-type-taxonomy-multicheck-inline ul.cmb2-checkbox-list,
.cmb-form .cmb-type-taxonomy-multicheck-inline.cmb-type-taxonomy-multicheck-inline ul.cmb2-checkbox-list,
.cmb-form .cmb-type-taxonomy-radio.cmb-type-taxonomy-multicheck-inline ul.cmb2-checkbox-list,
.cmb-form .cmb-type-taxonomy-radio-inline.cmb-type-taxonomy-multicheck-inline ul.cmb2-checkbox-list {
  font-size: 0;
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.cmb-form .cmb-type-taxonomy-multicheck.cmb-type-taxonomy-multicheck-inline ul.cmb2-checkbox-list.p > *,
.cmb-form .cmb-type-taxonomy-multicheck-inline.cmb-type-taxonomy-multicheck-inline ul.cmb2-checkbox-list.p > *,
.cmb-form .cmb-type-taxonomy-radio.cmb-type-taxonomy-multicheck-inline ul.cmb2-checkbox-list.p > *,
.cmb-form .cmb-type-taxonomy-radio-inline.cmb-type-taxonomy-multicheck-inline ul.cmb2-checkbox-list.p > * {
  margin-bottom: 0;
}
.cmb-form .cmb-type-taxonomy-multicheck.cmb-type-taxonomy-multicheck-inline ul.cmb2-checkbox-list > *,
.cmb-form .cmb-type-taxonomy-multicheck-inline.cmb-type-taxonomy-multicheck-inline ul.cmb2-checkbox-list > *,
.cmb-form .cmb-type-taxonomy-radio.cmb-type-taxonomy-multicheck-inline ul.cmb2-checkbox-list > *,
.cmb-form .cmb-type-taxonomy-radio-inline.cmb-type-taxonomy-multicheck-inline ul.cmb2-checkbox-list > * {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: calc(33.3333% - 0.5px);
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .cmb-form .cmb-type-taxonomy-multicheck.cmb-type-taxonomy-multicheck-inline ul.cmb2-checkbox-list > *,
  .cmb-form .cmb-type-taxonomy-multicheck-inline.cmb-type-taxonomy-multicheck-inline ul.cmb2-checkbox-list > *,
  .cmb-form .cmb-type-taxonomy-radio.cmb-type-taxonomy-multicheck-inline ul.cmb2-checkbox-list > *,
  .cmb-form .cmb-type-taxonomy-radio-inline.cmb-type-taxonomy-multicheck-inline ul.cmb2-checkbox-list > * {
    width: calc(50% - 0.5px);
  }
}
@media (max-width: 768px) {
  .cmb-form .cmb-type-taxonomy-multicheck.cmb-type-taxonomy-multicheck-inline ul.cmb2-checkbox-list,
  .cmb-form .cmb-type-taxonomy-multicheck-inline.cmb-type-taxonomy-multicheck-inline ul.cmb2-checkbox-list,
  .cmb-form .cmb-type-taxonomy-radio.cmb-type-taxonomy-multicheck-inline ul.cmb2-checkbox-list,
  .cmb-form .cmb-type-taxonomy-radio-inline.cmb-type-taxonomy-multicheck-inline ul.cmb2-checkbox-list {
    display: block;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .cmb-form .cmb-type-taxonomy-multicheck.cmb-type-taxonomy-multicheck-inline ul.cmb2-checkbox-list > *,
  .cmb-form .cmb-type-taxonomy-multicheck-inline.cmb-type-taxonomy-multicheck-inline ul.cmb2-checkbox-list > *,
  .cmb-form .cmb-type-taxonomy-radio.cmb-type-taxonomy-multicheck-inline ul.cmb2-checkbox-list > *,
  .cmb-form .cmb-type-taxonomy-radio-inline.cmb-type-taxonomy-multicheck-inline ul.cmb2-checkbox-list > * {
    display: block;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cmb-form .cmb-type-taxonomy-multicheck.cmb-type-taxonomy-multicheck-inline ul.cmb2-checkbox-list li,
.cmb-form .cmb-type-taxonomy-multicheck-inline.cmb-type-taxonomy-multicheck-inline ul.cmb2-checkbox-list li,
.cmb-form .cmb-type-taxonomy-radio.cmb-type-taxonomy-multicheck-inline ul.cmb2-checkbox-list li,
.cmb-form .cmb-type-taxonomy-radio-inline.cmb-type-taxonomy-multicheck-inline ul.cmb2-checkbox-list li {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cmb-form .cmb-type-taxonomy-multicheck.cmb-type-taxonomy-multicheck-inline ul.cmb2-checkbox-list li,
  .cmb-form .cmb-type-taxonomy-multicheck-inline.cmb-type-taxonomy-multicheck-inline ul.cmb2-checkbox-list li,
  .cmb-form .cmb-type-taxonomy-radio.cmb-type-taxonomy-multicheck-inline ul.cmb2-checkbox-list li,
  .cmb-form .cmb-type-taxonomy-radio-inline.cmb-type-taxonomy-multicheck-inline ul.cmb2-checkbox-list li {
    margin-bottom: 0 !important;
  }
}
.cmb-form .cmb-type-taxonomy-multicheck.cmb-type-taxonomy-radio-inline ul.cmb2-radio-list,
.cmb-form .cmb-type-taxonomy-multicheck-inline.cmb-type-taxonomy-radio-inline ul.cmb2-radio-list,
.cmb-form .cmb-type-taxonomy-radio.cmb-type-taxonomy-radio-inline ul.cmb2-radio-list,
.cmb-form .cmb-type-taxonomy-radio-inline.cmb-type-taxonomy-radio-inline ul.cmb2-radio-list {
  font-size: 0;
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.cmb-form .cmb-type-taxonomy-multicheck.cmb-type-taxonomy-radio-inline ul.cmb2-radio-list.p > *,
.cmb-form .cmb-type-taxonomy-multicheck-inline.cmb-type-taxonomy-radio-inline ul.cmb2-radio-list.p > *,
.cmb-form .cmb-type-taxonomy-radio.cmb-type-taxonomy-radio-inline ul.cmb2-radio-list.p > *,
.cmb-form .cmb-type-taxonomy-radio-inline.cmb-type-taxonomy-radio-inline ul.cmb2-radio-list.p > * {
  margin-bottom: 0;
}
.cmb-form .cmb-type-taxonomy-multicheck.cmb-type-taxonomy-radio-inline ul.cmb2-radio-list > *,
.cmb-form .cmb-type-taxonomy-multicheck-inline.cmb-type-taxonomy-radio-inline ul.cmb2-radio-list > *,
.cmb-form .cmb-type-taxonomy-radio.cmb-type-taxonomy-radio-inline ul.cmb2-radio-list > *,
.cmb-form .cmb-type-taxonomy-radio-inline.cmb-type-taxonomy-radio-inline ul.cmb2-radio-list > * {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: calc(25% - 0.5px);
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .cmb-form .cmb-type-taxonomy-multicheck.cmb-type-taxonomy-radio-inline ul.cmb2-radio-list > *,
  .cmb-form .cmb-type-taxonomy-multicheck-inline.cmb-type-taxonomy-radio-inline ul.cmb2-radio-list > *,
  .cmb-form .cmb-type-taxonomy-radio.cmb-type-taxonomy-radio-inline ul.cmb2-radio-list > *,
  .cmb-form .cmb-type-taxonomy-radio-inline.cmb-type-taxonomy-radio-inline ul.cmb2-radio-list > * {
    width: calc(50% - 0.5px);
  }
}
@media (max-width: 768px) {
  .cmb-form .cmb-type-taxonomy-multicheck.cmb-type-taxonomy-radio-inline ul.cmb2-radio-list,
  .cmb-form .cmb-type-taxonomy-multicheck-inline.cmb-type-taxonomy-radio-inline ul.cmb2-radio-list,
  .cmb-form .cmb-type-taxonomy-radio.cmb-type-taxonomy-radio-inline ul.cmb2-radio-list,
  .cmb-form .cmb-type-taxonomy-radio-inline.cmb-type-taxonomy-radio-inline ul.cmb2-radio-list {
    display: block;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .cmb-form .cmb-type-taxonomy-multicheck.cmb-type-taxonomy-radio-inline ul.cmb2-radio-list > *,
  .cmb-form .cmb-type-taxonomy-multicheck-inline.cmb-type-taxonomy-radio-inline ul.cmb2-radio-list > *,
  .cmb-form .cmb-type-taxonomy-radio.cmb-type-taxonomy-radio-inline ul.cmb2-radio-list > *,
  .cmb-form .cmb-type-taxonomy-radio-inline.cmb-type-taxonomy-radio-inline ul.cmb2-radio-list > * {
    display: block;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 20px !important;
  }
}
@media (max-width: 992px) {
  .cmb-form .cmb-type-taxonomy-multicheck.cmb-type-taxonomy-radio-inline ul.cmb2-radio-list > *,
  .cmb-form .cmb-type-taxonomy-multicheck-inline.cmb-type-taxonomy-radio-inline ul.cmb2-radio-list > *,
  .cmb-form .cmb-type-taxonomy-radio.cmb-type-taxonomy-radio-inline ul.cmb2-radio-list > *,
  .cmb-form .cmb-type-taxonomy-radio-inline.cmb-type-taxonomy-radio-inline ul.cmb2-radio-list > * {
    width: calc(50% - 0.5px);
  }
}
.cmb-form .cmb-type-taxonomy-multicheck.cmb-type-taxonomy-radio-inline ul.cmb2-radio-list li,
.cmb-form .cmb-type-taxonomy-multicheck-inline.cmb-type-taxonomy-radio-inline ul.cmb2-radio-list li,
.cmb-form .cmb-type-taxonomy-radio.cmb-type-taxonomy-radio-inline ul.cmb2-radio-list li,
.cmb-form .cmb-type-taxonomy-radio-inline.cmb-type-taxonomy-radio-inline ul.cmb2-radio-list li {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cmb-form .cmb-type-taxonomy-multicheck.cmb-type-taxonomy-radio-inline ul.cmb2-radio-list li,
  .cmb-form .cmb-type-taxonomy-multicheck-inline.cmb-type-taxonomy-radio-inline ul.cmb2-radio-list li,
  .cmb-form .cmb-type-taxonomy-radio.cmb-type-taxonomy-radio-inline ul.cmb2-radio-list li,
  .cmb-form .cmb-type-taxonomy-radio-inline.cmb-type-taxonomy-radio-inline ul.cmb2-radio-list li {
    margin-bottom: 0 !important;
  }
}
.cmb-form .cmb-type-hierarchical-taxonomy-select .cmb-td .hierarchical ~ .hierarchy-level {
  margin-bottom: 5px;
}
.cmb-form .availability-calendar .ui-datepicker-calendar {
  width: 100% !important;
}
.cmb-form .availability-calendar .buttons {
  margin-top: 0;
}
.cmb-form .availability-calendar .buttons button {
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 500;
  text-transform: Capitalize;
  background-color: #f5f5f5;
  color: #333333;
  outline: 0;
  outline-offset: 0;
  display: inline-block;
  width: auto;
  box-sizing: border-box;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-touch-action: manipulation;
  -khtml-touch-action: manipulation;
  -moz-touch-action: manipulation;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  margin: 0;
  text-decoration: none;
  box-shadow: none;
  padding: 0 30px;
  border: none;
  border-radius: 3px !important;
  position: relative;
  line-height: 40px;
  padding: 0;
  width: 48%;
}
.cmb-form .availability-calendar .buttons button:focus {
  outline: 0;
  outline-offset: 0;
}
.cmb-form .availability-calendar .buttons button.reserve {
  float: left;
}
.cmb-form .availability-calendar .buttons button.dereserve {
  float: right;
}
.cmb-form .wc-variations button[class*="add-"] {
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 500;
  text-transform: Capitalize;
  background-color: transparent;
  color: #ff521e;
  outline: 0;
  outline-offset: 0;
  display: inline-block;
  width: auto;
  box-sizing: border-box;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-touch-action: manipulation;
  -khtml-touch-action: manipulation;
  -moz-touch-action: manipulation;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  margin: 0;
  text-decoration: none;
  box-shadow: none;
  padding: 0 30px;
  border: none;
  border-radius: 3px !important;
  position: relative;
  line-height: 40px;
  border: 1px solid #ff521e;
  line-height: 38px;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  padding: 0;
}
.cmb-form .wc-variations button[class*="add-"]:focus {
  outline: 0;
  outline-offset: 0;
}
.cmb-form .wc-variations button[class*="add-"]:hover,
.cmb-form .wc-variations button[class*="add-"]:focus {
  color: #ffffff;
  background-color: #ff521e;
  border: 1px solid #ff521e;
}
.cmb-form .wc-variations button[class*="remove-"] {
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 500;
  text-transform: Capitalize;
  background-color: transparent;
  color: #363b45;
  outline: 0;
  outline-offset: 0;
  display: inline-block;
  width: auto;
  box-sizing: border-box;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-touch-action: manipulation;
  -khtml-touch-action: manipulation;
  -moz-touch-action: manipulation;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  margin: 0;
  text-decoration: none;
  box-shadow: none;
  padding: 0 30px;
  border: none;
  border-radius: 3px !important;
  position: relative;
  line-height: 40px;
  border: 1px solid #363b45;
  line-height: 38px;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  padding: 0;
}
.cmb-form .wc-variations button[class*="remove-"]:focus {
  outline: 0;
  outline-offset: 0;
}
.cmb-form .wc-variations button[class*="remove-"]:hover,
.cmb-form .wc-variations button[class*="remove-"]:focus {
  color: #ffffff;
  background-color: #363b45;
  border: 1px solid #363b45;
}
.cmb-form .wc-variations input + button[class*="add-"],
.cmb-form .wc-variations div + button[class*="add-"],
.cmb-form .wc-variations input + button[class*="remove-"],
.cmb-form .wc-variations div + button[class*="remove-"] {
  margin-top: 10px;
}
.cmb-form .wc-variations .attributes .attribute {
  margin: 30px 0px;
}
.cmb-form .wc-variations .attributes .attribute > .wrapper {
  font-size: 0;
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.cmb-form .wc-variations .attributes .attribute > .wrapper.p > * {
  margin-bottom: 0;
}
.cmb-form .wc-variations .attributes .attribute > .wrapper > * {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 0.5px);
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .cmb-form .wc-variations .attributes .attribute > .wrapper > * {
    width: calc(50% - 0.5px);
  }
}
@media (max-width: 768px) {
  .cmb-form .wc-variations .attributes .attribute > .wrapper {
    display: block;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .cmb-form .wc-variations .attributes .attribute > .wrapper > * {
    display: block;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cmb-form .wc-variations .attributes .attribute .values > .wrapper {
  font-size: 0;
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.cmb-form .wc-variations .attributes .attribute .values > .wrapper.p > * {
  margin-bottom: 0;
}
.cmb-form .wc-variations .attributes .attribute .values > .wrapper > * {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 0.5px);
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .cmb-form .wc-variations .attributes .attribute .values > .wrapper > * {
    width: calc(50% - 0.5px);
  }
}
@media (max-width: 768px) {
  .cmb-form .wc-variations .attributes .attribute .values > .wrapper {
    display: block;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .cmb-form .wc-variations .attributes .attribute .values > .wrapper > * {
    display: block;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cmb-form .wc-variations .attributes .attribute .values button.add-value {
  margin-top: 0;
}
.cmb-form .wc-variations .attributes .attribute .values div.value {
  margin-bottom: 10px !important;
}
.cmb-form .wc-variations .attributes .attribute button.remove-attribute {
  margin-top: 20px;
}
.cmb-form .wc-variations .variations .variation {
  margin: 30px 0px;
}
.cmb-form .wc-variations .variations .variation > label {
  color: #81b441;
}
.cmb-form .wc-variations .variations .variation .price,
.cmb-form .wc-variations .variations .variation .sale-schedule {
  font-size: 0;
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.cmb-form .wc-variations .variations .variation .price.p > *,
.cmb-form .wc-variations .variations .variation .sale-schedule.p > * {
  margin-bottom: 0;
}
.cmb-form .wc-variations .variations .variation .price > *,
.cmb-form .wc-variations .variations .variation .sale-schedule > * {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 0.5px);
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .cmb-form .wc-variations .variations .variation .price > *,
  .cmb-form .wc-variations .variations .variation .sale-schedule > * {
    width: calc(50% - 0.5px);
  }
}
@media (max-width: 768px) {
  .cmb-form .wc-variations .variations .variation .price,
  .cmb-form .wc-variations .variations .variation .sale-schedule {
    display: block;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .cmb-form .wc-variations .variations .variation .price > *,
  .cmb-form .wc-variations .variations .variation .sale-schedule > * {
    display: block;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cmb-form .wc-variations .variations .variation .price > *,
.cmb-form .wc-variations .variations .variation .sale-schedule > * {
  margin-bottom: 10px;
}
.ui-datepicker {
  background-color: #ffffff;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  background-color: #e5e5e5;
  position: relative;
  line-height: 40px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  position: absolute;
  cursor: pointer;
  color: #000000;
  font-weight: 600;
  font-size: 13px;
  display: block;
  width: 20%;
  text-align: center;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  left: 0;
  top: 0;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  right: 0;
  top: 0;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  text-align: center;
  font-size: 13px;
}
.ui-datepicker select.ui-datepicker-year,
.ui-datepicker select.ui-datepicker-month {
  font-family: "Open Sans", sans-serif;
  display: block;
  width: 100%;
  height: 40px;
  border: 1px solid #f0f0f0;
  background-color: #ffffff;
  background-image: none;
  box-shadow: none;
  color: #888888;
  box-sizing: border-box;
  padding: 10px 19px;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0;
  border-radius: 3px;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none !important;
  font-weight: 300;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline-block;
  width: 30%;
  vertical-align: top;
}
.ui-datepicker select.ui-datepicker-year:placeholder,
.ui-datepicker select.ui-datepicker-month:placeholder {
  color: #888888;
}
.ui-datepicker select.ui-datepicker-year::placeholder,
.ui-datepicker select.ui-datepicker-month::placeholder {
  color: #888888;
}
.ui-datepicker select.ui-datepicker-year::-webkit-input-placeholder,
.ui-datepicker select.ui-datepicker-month::-webkit-input-placeholder {
  color: #888888;
}
.ui-datepicker select.ui-datepicker-year::-moz-placeholder,
.ui-datepicker select.ui-datepicker-month::-moz-placeholder {
  color: #888888;
}
.ui-datepicker select.ui-datepicker-year:-moz-placeholder,
.ui-datepicker select.ui-datepicker-month:-moz-placeholder {
  color: #888888;
}
.ui-datepicker select.ui-datepicker-year:-ms-input-placeholder,
.ui-datepicker select.ui-datepicker-month:-ms-input-placeholder {
  color: #888888;
}
.ui-datepicker select.ui-datepicker-year:focus,
.ui-datepicker select.ui-datepicker-month:focus {
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  -webkit-outline: none;
  -khtml-outline: none;
  -moz-outline: none;
  -ms-outline: none;
  outline: none;
  border-color: rgba(129, 180, 65, 0.5);
}
.ui-datepicker table.ui-datepicker-calendar {
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  table-layout: auto;
  width: 100%;
  line-height: 1;
  font-size: 13px;
  table-layout: fixed;
  width: auto;
}
.ui-datepicker table.ui-datepicker-calendar caption {
  margin-bottom: 18px;
  color: #000000;
  line-height: 1;
}
.ui-datepicker table.ui-datepicker-calendar thead {
  background-color: #222222;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
}
.ui-datepicker table.ui-datepicker-calendar thead tr th,
.ui-datepicker table.ui-datepicker-calendar thead tr td {
  padding: 10px;
  border: 1px solid #f0f0f0;
}
.ui-datepicker table.ui-datepicker-calendar tbody tr th,
.ui-datepicker table.ui-datepicker-calendar tbody tr td {
  padding: 10px;
  border: 1px solid #f0f0f0;
}
.ui-datepicker table.ui-datepicker-calendar tbody tr th a,
.ui-datepicker table.ui-datepicker-calendar tbody tr td a {
  color: #81b441;
}
.ui-datepicker table.ui-datepicker-calendar tfoot tr th,
.ui-datepicker table.ui-datepicker-calendar tfoot tr td {
  padding: 10px;
  border: 1px solid #f0f0f0;
}
.ui-datepicker table.ui-datepicker-calendar tfoot tr th a,
.ui-datepicker table.ui-datepicker-calendar tfoot tr td a {
  color: #81b441;
}
.ui-datepicker table.ui-datepicker-calendar thead tr th {
  text-align: center;
}
.ui-datepicker table.ui-datepicker-calendar tbody tr td {
  text-align: center;
}
.ui-datepicker table.ui-datepicker-calendar tbody tr td span {
  display: block;
}
.ui-datepicker table.ui-datepicker-calendar tbody tr td a {
  display: block;
}
.ui-datepicker table.ui-datepicker-calendar tbody tr td.highlight {
  background-color: #81b441;
}
.ui-datepicker table.ui-datepicker-calendar tbody tr td.highlight a {
  color: #ffffff;
}
.ui-datepicker table.ui-datepicker-calendar tbody tr td.reserved {
  background-color: #ff521e;
}
.ui-datepicker table.ui-datepicker-calendar tbody tr td.reserved a {
  color: #ffffff;
}
.ui-datepicker .ui-datepicker-buttonpane {
  padding: 10px 20px 20px 20px;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 500;
  text-transform: Capitalize;
  background-color: #f5f5f5;
  color: #333333;
  outline: 0;
  outline-offset: 0;
  display: inline-block;
  width: auto;
  box-sizing: border-box;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-touch-action: manipulation;
  -khtml-touch-action: manipulation;
  -moz-touch-action: manipulation;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  margin: 0;
  text-decoration: none;
  box-shadow: none;
  padding: 0 30px;
  border: none;
  border-radius: 3px !important;
  position: relative;
  line-height: 40px;
  float: right;
}
.ui-datepicker .ui-datepicker-buttonpane button:focus {
  outline: 0;
  outline-offset: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
.ui-datepicker .ui-datepicker-buttonpane::after {
  content: "";
  display: table;
  clear: both;
}
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker.ui-datepicker-multi .ui-datepicker-row-break {
  clear: both;
  font-size: 0;
  width: 100%;
}
.ui-timepicker-div {
  font-size: 13px;
  width: 200px;
  border: 1px solid #e5e5e5;
  border-bottom: none;
  padding: 15px 20px 0 20px;
}
.ui-timepicker-div .ui-widget-header {
  text-align: center;
}
.ui-timepicker-div .ui-widget-header .ui-datepicker-title {
  font-weight: 600;
}
.ui-timepicker-div dl {
  line-height: 40px;
  margin-bottom: 0;
  text-align: left;
}
.ui-timepicker-div dl dt {
  clear: left;
  float: left;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  color: #666666;
}
.ui-timepicker-div dl dd {
  display: none;
}
.ui-timepicker-div dl dd.ui_tpicker_time {
  display: block;
  margin: 0 0 0 50%;
}
.ui-timepicker-div dl dd.ui_tpicker_hour,
.ui-timepicker-div dl dd.ui_tpicker_minute {
  display: block;
  margin: 0 0 10px 50%;
}
.ui-timepicker-div select {
  font-family: "Open Sans", sans-serif;
  display: block;
  width: 100%;
  height: 40px;
  border: 1px solid #f0f0f0;
  background-color: #ffffff;
  background-image: none;
  box-shadow: none;
  color: #888888;
  box-sizing: border-box;
  padding: 10px 19px;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0;
  border-radius: 3px;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none !important;
  font-weight: 300;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.ui-timepicker-div select:placeholder {
  color: #888888;
}
.ui-timepicker-div select::placeholder {
  color: #888888;
}
.ui-timepicker-div select::-webkit-input-placeholder {
  color: #888888;
}
.ui-timepicker-div select::-moz-placeholder {
  color: #888888;
}
.ui-timepicker-div select:-moz-placeholder {
  color: #888888;
}
.ui-timepicker-div select:-ms-input-placeholder {
  color: #888888;
}
.ui-timepicker-div select:focus {
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  -webkit-outline: none;
  -khtml-outline: none;
  -moz-outline: none;
  -ms-outline: none;
  outline: none;
  border-color: rgba(129, 180, 65, 0.5);
}
.ui-timepicker-rtl {
  direction: rtl;
}
.ui-timepicker-rtl dl {
  padding: 0 5px 0 0;
  text-align: right;
}
.ui-timepicker-rtl dl dt {
  clear: right;
  float: right;
}
.ui-timepicker-rtl dl dd {
  margin: 0 40% 10px 10px;
}
.ui-slider {
  background-color: #e5e5e5;
  background-image: none;
  border: 0;
  position: relative;
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  border-radius: 0;
  background-color: #81b441;
  background-image: none;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 0.2em;
  height: 1em;
  background-color: #81b441;
  cursor: ew-resize;
  outline: none;
  top: -.31em;
  background-image: none;
  border: none;
  border-radius: 0;
}
.ui-slider.ui-slider-horizontal {
  height: .3em;
}
.ui-slider.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.car,
.course,
.event,
.job,
.property,
.resume,
.room,
.travel {
  margin-bottom: 30px;
}
.car .images,
.course .images,
.event .images,
.job .images,
.property .images,
.resume .images,
.room .images,
.travel .images {
  position: relative;
}
.car .images .image,
.course .images .image,
.event .images .image,
.job .images .image,
.property .images .image,
.resume .images .image,
.room .images .image,
.travel .images .image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 3px 3px 0 0;
}
.car .images::after,
.course .images::after,
.event .images::after,
.job .images::after,
.property .images::after,
.resume .images::after,
.room .images::after,
.travel .images::after {
  content: "";
  display: table;
  clear: both;
}
.car .images:hover .flex-direction-nav .flex-prev,
.course .images:hover .flex-direction-nav .flex-prev,
.event .images:hover .flex-direction-nav .flex-prev,
.job .images:hover .flex-direction-nav .flex-prev,
.property .images:hover .flex-direction-nav .flex-prev,
.resume .images:hover .flex-direction-nav .flex-prev,
.room .images:hover .flex-direction-nav .flex-prev,
.travel .images:hover .flex-direction-nav .flex-prev {
  opacity: 1;
  left: 15px;
}
.car .images:hover .flex-direction-nav .flex-prev:hover,
.course .images:hover .flex-direction-nav .flex-prev:hover,
.event .images:hover .flex-direction-nav .flex-prev:hover,
.job .images:hover .flex-direction-nav .flex-prev:hover,
.property .images:hover .flex-direction-nav .flex-prev:hover,
.resume .images:hover .flex-direction-nav .flex-prev:hover,
.room .images:hover .flex-direction-nav .flex-prev:hover,
.travel .images:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.car .images:hover .flex-direction-nav .flex-next,
.course .images:hover .flex-direction-nav .flex-next,
.event .images:hover .flex-direction-nav .flex-next,
.job .images:hover .flex-direction-nav .flex-next,
.property .images:hover .flex-direction-nav .flex-next,
.resume .images:hover .flex-direction-nav .flex-next,
.room .images:hover .flex-direction-nav .flex-next,
.travel .images:hover .flex-direction-nav .flex-next {
  opacity: 1;
  right: 15px;
}
.car .images:hover .flex-direction-nav .flex-next:hover,
.course .images:hover .flex-direction-nav .flex-next:hover,
.event .images:hover .flex-direction-nav .flex-next:hover,
.job .images:hover .flex-direction-nav .flex-next:hover,
.property .images:hover .flex-direction-nav .flex-next:hover,
.resume .images:hover .flex-direction-nav .flex-next:hover,
.room .images:hover .flex-direction-nav .flex-next:hover,
.travel .images:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.car .images .flex-direction-nav,
.course .images .flex-direction-nav,
.event .images .flex-direction-nav,
.job .images .flex-direction-nav,
.property .images .flex-direction-nav,
.resume .images .flex-direction-nav,
.room .images .flex-direction-nav,
.travel .images .flex-direction-nav {
  *height: 0;
}
.car .images .flex-direction-nav a,
.course .images .flex-direction-nav a,
.event .images .flex-direction-nav a,
.job .images .flex-direction-nav a,
.property .images .flex-direction-nav a,
.resume .images .flex-direction-nav a,
.room .images .flex-direction-nav a,
.travel .images .flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 25px;
  margin: 0;
  height: 34px;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: visible;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -khtml-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.car .images .flex-direction-nav a:before,
.course .images .flex-direction-nav a:before,
.event .images .flex-direction-nav a:before,
.job .images .flex-direction-nav a:before,
.property .images .flex-direction-nav a:before,
.resume .images .flex-direction-nav a:before,
.room .images .flex-direction-nav a:before,
.travel .images .flex-direction-nav a:before {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDU1Ljc1MyA1NS43NTMiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDU1Ljc1MyA1NS43NTM7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4Ij4KPGc+Cgk8cGF0aCBkPSJNMTIuNzQ1LDIzLjkxNWMwLjI4My0wLjI4MiwwLjU5LTAuNTIsMC45MTMtMC43MjdMMzUuMjY2LDEuNTgxYzIuMTA4LTIuMTA3LDUuNTI4LTIuMTA4LDcuNjM3LDAuMDAxICAgYzIuMTA5LDIuMTA4LDIuMTA5LDUuNTI3LDAsNy42MzdMMjQuMjk0LDI3LjgyOGwxOC43MDUsMTguNzA2YzIuMTA5LDIuMTA4LDIuMTA5LDUuNTI2LDAsNy42MzcgICBjLTEuMDU1LDEuMDU2LTIuNDM4LDEuNTgyLTMuODE4LDEuNTgycy0yLjc2NC0wLjUyNi0zLjgxOC0xLjU4MkwxMy42NTgsMzIuNDY0Yy0wLjMyMy0wLjIwNy0wLjYzMi0wLjQ0NS0wLjkxMy0wLjcyNyAgIGMtMS4wNzgtMS4wNzgtMS41OTgtMi40OTgtMS41NzItMy45MTFDMTEuMTQ3LDI2LjQxMywxMS42NjcsMjQuOTk0LDEyLjc0NSwyMy45MTV6IiBmaWxsPSIjRkZGRkZGIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
  font-size: 22px;
  width: 23px;
  height: 33px;
  display: inline-block;
  content: " ";
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(0deg);
}
.car .images .flex-direction-nav a.flex-next:before,
.course .images .flex-direction-nav a.flex-next:before,
.event .images .flex-direction-nav a.flex-next:before,
.job .images .flex-direction-nav a.flex-next:before,
.property .images .flex-direction-nav a.flex-next:before,
.resume .images .flex-direction-nav a.flex-next:before,
.room .images .flex-direction-nav a.flex-next:before,
.travel .images .flex-direction-nav a.flex-next:before {
  transform: rotate(180deg);
  content: " ";
}
.car .images .flex-direction-nav .flex-prev,
.course .images .flex-direction-nav .flex-prev,
.event .images .flex-direction-nav .flex-prev,
.job .images .flex-direction-nav .flex-prev,
.property .images .flex-direction-nav .flex-prev,
.resume .images .flex-direction-nav .flex-prev,
.room .images .flex-direction-nav .flex-prev,
.travel .images .flex-direction-nav .flex-prev {
  left: -50px;
}
.car .images .flex-direction-nav .flex-next,
.course .images .flex-direction-nav .flex-next,
.event .images .flex-direction-nav .flex-next,
.job .images .flex-direction-nav .flex-next,
.property .images .flex-direction-nav .flex-next,
.resume .images .flex-direction-nav .flex-next,
.room .images .flex-direction-nav .flex-next,
.travel .images .flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.car .images .flex-direction-nav .flex-disabled,
.course .images .flex-direction-nav .flex-disabled,
.event .images .flex-direction-nav .flex-disabled,
.job .images .flex-direction-nav .flex-disabled,
.property .images .flex-direction-nav .flex-disabled,
.resume .images .flex-direction-nav .flex-disabled,
.room .images .flex-direction-nav .flex-disabled,
.travel .images .flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}
.car .thumbnails,
.course .thumbnails,
.event .thumbnails,
.job .thumbnails,
.property .thumbnails,
.resume .thumbnails,
.room .thumbnails,
.travel .thumbnails {
  position: relative;
}
.car .thumbnails:last-child,
.course .thumbnails:last-child,
.event .thumbnails:last-child,
.job .thumbnails:last-child,
.property .thumbnails:last-child,
.resume .thumbnails:last-child,
.room .thumbnails:last-child,
.travel .thumbnails:last-child {
  padding: 0 12px;
  margin-top: 12px;
}
.car .thumbnails ul.slides li,
.course .thumbnails ul.slides li,
.event .thumbnails ul.slides li,
.job .thumbnails ul.slides li,
.property .thumbnails ul.slides li,
.resume .thumbnails ul.slides li,
.room .thumbnails ul.slides li,
.travel .thumbnails ul.slides li {
  width: 135px !important;
  height: 81px !important;
  margin-right: 12px;
  border-radius: 4px;
}
.car .thumbnails ul.slides li .image,
.course .thumbnails ul.slides li .image,
.event .thumbnails ul.slides li .image,
.job .thumbnails ul.slides li .image,
.property .thumbnails ul.slides li .image,
.resume .thumbnails ul.slides li .image,
.room .thumbnails ul.slides li .image,
.travel .thumbnails ul.slides li .image {
  width: 135px !important;
  height: 81px !important;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 4px;
}
.car .thumbnails:hover .flex-direction-nav .flex-prev,
.course .thumbnails:hover .flex-direction-nav .flex-prev,
.event .thumbnails:hover .flex-direction-nav .flex-prev,
.job .thumbnails:hover .flex-direction-nav .flex-prev,
.property .thumbnails:hover .flex-direction-nav .flex-prev,
.resume .thumbnails:hover .flex-direction-nav .flex-prev,
.room .thumbnails:hover .flex-direction-nav .flex-prev,
.travel .thumbnails:hover .flex-direction-nav .flex-prev {
  opacity: 1;
  left: 15px;
}
.car .thumbnails:hover .flex-direction-nav .flex-prev:hover,
.course .thumbnails:hover .flex-direction-nav .flex-prev:hover,
.event .thumbnails:hover .flex-direction-nav .flex-prev:hover,
.job .thumbnails:hover .flex-direction-nav .flex-prev:hover,
.property .thumbnails:hover .flex-direction-nav .flex-prev:hover,
.resume .thumbnails:hover .flex-direction-nav .flex-prev:hover,
.room .thumbnails:hover .flex-direction-nav .flex-prev:hover,
.travel .thumbnails:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.car .thumbnails:hover .flex-direction-nav .flex-next,
.course .thumbnails:hover .flex-direction-nav .flex-next,
.event .thumbnails:hover .flex-direction-nav .flex-next,
.job .thumbnails:hover .flex-direction-nav .flex-next,
.property .thumbnails:hover .flex-direction-nav .flex-next,
.resume .thumbnails:hover .flex-direction-nav .flex-next,
.room .thumbnails:hover .flex-direction-nav .flex-next,
.travel .thumbnails:hover .flex-direction-nav .flex-next {
  opacity: 1;
  right: 15px;
}
.car .thumbnails:hover .flex-direction-nav .flex-next:hover,
.course .thumbnails:hover .flex-direction-nav .flex-next:hover,
.event .thumbnails:hover .flex-direction-nav .flex-next:hover,
.job .thumbnails:hover .flex-direction-nav .flex-next:hover,
.property .thumbnails:hover .flex-direction-nav .flex-next:hover,
.resume .thumbnails:hover .flex-direction-nav .flex-next:hover,
.room .thumbnails:hover .flex-direction-nav .flex-next:hover,
.travel .thumbnails:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.car .thumbnails .flex-direction-nav,
.course .thumbnails .flex-direction-nav,
.event .thumbnails .flex-direction-nav,
.job .thumbnails .flex-direction-nav,
.property .thumbnails .flex-direction-nav,
.resume .thumbnails .flex-direction-nav,
.room .thumbnails .flex-direction-nav,
.travel .thumbnails .flex-direction-nav {
  *height: 0;
}
.car .thumbnails .flex-direction-nav a,
.course .thumbnails .flex-direction-nav a,
.event .thumbnails .flex-direction-nav a,
.job .thumbnails .flex-direction-nav a,
.property .thumbnails .flex-direction-nav a,
.resume .thumbnails .flex-direction-nav a,
.room .thumbnails .flex-direction-nav a,
.travel .thumbnails .flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 25px;
  margin: 0;
  height: 34px;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: visible;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -khtml-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.car .thumbnails .flex-direction-nav a:before,
.course .thumbnails .flex-direction-nav a:before,
.event .thumbnails .flex-direction-nav a:before,
.job .thumbnails .flex-direction-nav a:before,
.property .thumbnails .flex-direction-nav a:before,
.resume .thumbnails .flex-direction-nav a:before,
.room .thumbnails .flex-direction-nav a:before,
.travel .thumbnails .flex-direction-nav a:before {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDU1Ljc1MyA1NS43NTMiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDU1Ljc1MyA1NS43NTM7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4Ij4KPGc+Cgk8cGF0aCBkPSJNMTIuNzQ1LDIzLjkxNWMwLjI4My0wLjI4MiwwLjU5LTAuNTIsMC45MTMtMC43MjdMMzUuMjY2LDEuNTgxYzIuMTA4LTIuMTA3LDUuNTI4LTIuMTA4LDcuNjM3LDAuMDAxICAgYzIuMTA5LDIuMTA4LDIuMTA5LDUuNTI3LDAsNy42MzdMMjQuMjk0LDI3LjgyOGwxOC43MDUsMTguNzA2YzIuMTA5LDIuMTA4LDIuMTA5LDUuNTI2LDAsNy42MzcgICBjLTEuMDU1LDEuMDU2LTIuNDM4LDEuNTgyLTMuODE4LDEuNTgycy0yLjc2NC0wLjUyNi0zLjgxOC0xLjU4MkwxMy42NTgsMzIuNDY0Yy0wLjMyMy0wLjIwNy0wLjYzMi0wLjQ0NS0wLjkxMy0wLjcyNyAgIGMtMS4wNzgtMS4wNzgtMS41OTgtMi40OTgtMS41NzItMy45MTFDMTEuMTQ3LDI2LjQxMywxMS42NjcsMjQuOTk0LDEyLjc0NSwyMy45MTV6IiBmaWxsPSIjRkZGRkZGIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
  font-size: 22px;
  width: 23px;
  height: 33px;
  display: inline-block;
  content: " ";
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(0deg);
}
.car .thumbnails .flex-direction-nav a.flex-next:before,
.course .thumbnails .flex-direction-nav a.flex-next:before,
.event .thumbnails .flex-direction-nav a.flex-next:before,
.job .thumbnails .flex-direction-nav a.flex-next:before,
.property .thumbnails .flex-direction-nav a.flex-next:before,
.resume .thumbnails .flex-direction-nav a.flex-next:before,
.room .thumbnails .flex-direction-nav a.flex-next:before,
.travel .thumbnails .flex-direction-nav a.flex-next:before {
  transform: rotate(180deg);
  content: " ";
}
.car .thumbnails .flex-direction-nav .flex-prev,
.course .thumbnails .flex-direction-nav .flex-prev,
.event .thumbnails .flex-direction-nav .flex-prev,
.job .thumbnails .flex-direction-nav .flex-prev,
.property .thumbnails .flex-direction-nav .flex-prev,
.resume .thumbnails .flex-direction-nav .flex-prev,
.room .thumbnails .flex-direction-nav .flex-prev,
.travel .thumbnails .flex-direction-nav .flex-prev {
  left: -50px;
}
.car .thumbnails .flex-direction-nav .flex-next,
.course .thumbnails .flex-direction-nav .flex-next,
.event .thumbnails .flex-direction-nav .flex-next,
.job .thumbnails .flex-direction-nav .flex-next,
.property .thumbnails .flex-direction-nav .flex-next,
.resume .thumbnails .flex-direction-nav .flex-next,
.room .thumbnails .flex-direction-nav .flex-next,
.travel .thumbnails .flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.car .thumbnails .flex-direction-nav .flex-disabled,
.course .thumbnails .flex-direction-nav .flex-disabled,
.event .thumbnails .flex-direction-nav .flex-disabled,
.job .thumbnails .flex-direction-nav .flex-disabled,
.property .thumbnails .flex-direction-nav .flex-disabled,
.resume .thumbnails .flex-direction-nav .flex-disabled,
.room .thumbnails .flex-direction-nav .flex-disabled,
.travel .thumbnails .flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}
@media (max-width: 768px) {
  .car .images .flex-direction-nav .flex-prev,
  .course .images .flex-direction-nav .flex-prev,
  .event .images .flex-direction-nav .flex-prev,
  .job .images .flex-direction-nav .flex-prev,
  .property .images .flex-direction-nav .flex-prev,
  .resume .images .flex-direction-nav .flex-prev,
  .room .images .flex-direction-nav .flex-prev,
  .travel .images .flex-direction-nav .flex-prev,
  .car .images + .thumbnails .flex-direction-nav .flex-prev,
  .course .images + .thumbnails .flex-direction-nav .flex-prev,
  .event .images + .thumbnails .flex-direction-nav .flex-prev,
  .job .images + .thumbnails .flex-direction-nav .flex-prev,
  .property .images + .thumbnails .flex-direction-nav .flex-prev,
  .resume .images + .thumbnails .flex-direction-nav .flex-prev,
  .room .images + .thumbnails .flex-direction-nav .flex-prev,
  .travel .images + .thumbnails .flex-direction-nav .flex-prev {
    left: 10px;
  }
  .car .images .flex-direction-nav .flex-next,
  .course .images .flex-direction-nav .flex-next,
  .event .images .flex-direction-nav .flex-next,
  .job .images .flex-direction-nav .flex-next,
  .property .images .flex-direction-nav .flex-next,
  .resume .images .flex-direction-nav .flex-next,
  .room .images .flex-direction-nav .flex-next,
  .travel .images .flex-direction-nav .flex-next,
  .car .images + .thumbnails .flex-direction-nav .flex-next,
  .course .images + .thumbnails .flex-direction-nav .flex-next,
  .event .images + .thumbnails .flex-direction-nav .flex-next,
  .job .images + .thumbnails .flex-direction-nav .flex-next,
  .property .images + .thumbnails .flex-direction-nav .flex-next,
  .resume .images + .thumbnails .flex-direction-nav .flex-next,
  .room .images + .thumbnails .flex-direction-nav .flex-next,
  .travel .images + .thumbnails .flex-direction-nav .flex-next {
    right: 10px;
    text-align: right;
  }
}
.car:last-child,
.course:last-child,
.event:last-child,
.job:last-child,
.property:last-child,
.resume:last-child,
.room:last-child,
.travel:last-child {
  margin-bottom: 0;
}
.car .entry,
.course .entry,
.event .entry,
.job .entry,
.property .entry,
.resume .entry,
.room .entry,
.travel .entry {
  display: table;
  background-color: #ffffff;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #f0f0f0;
  border-radius: 3px;
}
.car .entry .entry-thumbnail,
.course .entry .entry-thumbnail,
.event .entry .entry-thumbnail,
.job .entry .entry-thumbnail,
.property .entry .entry-thumbnail,
.resume .entry .entry-thumbnail,
.room .entry .entry-thumbnail,
.travel .entry .entry-thumbnail,
.car .entry .entry-gallery,
.course .entry .entry-gallery,
.event .entry .entry-gallery,
.job .entry .entry-gallery,
.property .entry .entry-gallery,
.resume .entry .entry-gallery,
.room .entry .entry-gallery,
.travel .entry .entry-gallery {
  display: table-cell;
  width: 31%;
  vertical-align: top;
  position: relative;
}
.car .entry .entry-thumbnail > a,
.course .entry .entry-thumbnail > a,
.event .entry .entry-thumbnail > a,
.job .entry .entry-thumbnail > a,
.property .entry .entry-thumbnail > a,
.resume .entry .entry-thumbnail > a,
.room .entry .entry-thumbnail > a,
.travel .entry .entry-thumbnail > a,
.car .entry .entry-gallery > a,
.course .entry .entry-gallery > a,
.event .entry .entry-gallery > a,
.job .entry .entry-gallery > a,
.property .entry .entry-gallery > a,
.resume .entry .entry-gallery > a,
.room .entry .entry-gallery > a,
.travel .entry .entry-gallery > a,
.car .entry .entry-thumbnail > .image,
.course .entry .entry-thumbnail > .image,
.event .entry .entry-thumbnail > .image,
.job .entry .entry-thumbnail > .image,
.property .entry .entry-thumbnail > .image,
.resume .entry .entry-thumbnail > .image,
.room .entry .entry-thumbnail > .image,
.travel .entry .entry-thumbnail > .image,
.car .entry .entry-gallery > .image,
.course .entry .entry-gallery > .image,
.event .entry .entry-gallery > .image,
.job .entry .entry-gallery > .image,
.property .entry .entry-gallery > .image,
.resume .entry .entry-gallery > .image,
.room .entry .entry-gallery > .image,
.travel .entry .entry-gallery > .image,
.car .entry .entry-thumbnail > .images,
.course .entry .entry-thumbnail > .images,
.event .entry .entry-thumbnail > .images,
.job .entry .entry-thumbnail > .images,
.property .entry .entry-thumbnail > .images,
.resume .entry .entry-thumbnail > .images,
.room .entry .entry-thumbnail > .images,
.travel .entry .entry-thumbnail > .images,
.car .entry .entry-gallery > .images,
.course .entry .entry-gallery > .images,
.event .entry .entry-gallery > .images,
.job .entry .entry-gallery > .images,
.property .entry .entry-gallery > .images,
.resume .entry .entry-gallery > .images,
.room .entry .entry-gallery > .images,
.travel .entry .entry-gallery > .images {
  position: absolute;
  left: -1px;
  top: -1px;
  bottom: -1px;
  right: 0;
  height: auto !important;
}
.car .entry .entry-thumbnail .image,
.course .entry .entry-thumbnail .image,
.event .entry .entry-thumbnail .image,
.job .entry .entry-thumbnail .image,
.property .entry .entry-thumbnail .image,
.resume .entry .entry-thumbnail .image,
.room .entry .entry-thumbnail .image,
.travel .entry .entry-thumbnail .image,
.car .entry .entry-gallery .image,
.course .entry .entry-gallery .image,
.event .entry .entry-gallery .image,
.job .entry .entry-gallery .image,
.property .entry .entry-gallery .image,
.resume .entry .entry-gallery .image,
.room .entry .entry-gallery .image,
.travel .entry .entry-gallery .image {
  background-position: center;
  background-size: cover;
  height: 100% !important;
  border-radius: 3px 0 0 3px;
}
@media screen and (max-width: 992px) {
  .car .entry .entry-thumbnail .image,
  .course .entry .entry-thumbnail .image,
  .event .entry .entry-thumbnail .image,
  .job .entry .entry-thumbnail .image,
  .property .entry .entry-thumbnail .image,
  .resume .entry .entry-thumbnail .image,
  .room .entry .entry-thumbnail .image,
  .travel .entry .entry-thumbnail .image,
  .car .entry .entry-gallery .image,
  .course .entry .entry-gallery .image,
  .event .entry .entry-gallery .image,
  .job .entry .entry-gallery .image,
  .property .entry .entry-gallery .image,
  .resume .entry .entry-gallery .image,
  .room .entry .entry-gallery .image,
  .travel .entry .entry-gallery .image {
    border-radius: 3px 3px 0 0;
  }
}
.car .entry .entry-thumbnail .discount,
.course .entry .entry-thumbnail .discount,
.event .entry .entry-thumbnail .discount,
.job .entry .entry-thumbnail .discount,
.property .entry .entry-thumbnail .discount,
.resume .entry .entry-thumbnail .discount,
.room .entry .entry-thumbnail .discount,
.travel .entry .entry-thumbnail .discount,
.car .entry .entry-gallery .discount,
.course .entry .entry-gallery .discount,
.event .entry .entry-gallery .discount,
.job .entry .entry-gallery .discount,
.property .entry .entry-gallery .discount,
.resume .entry .entry-gallery .discount,
.room .entry .entry-gallery .discount,
.travel .entry .entry-gallery .discount {
  position: absolute;
  display: inline-block;
  background-color: #ffffff;
  border-radius: 0 3px 3px 0;
  color: #222222;
  font-family: montserrat;
  top: 39px;
  left: -1px;
  z-index: 2;
  line-height: 23px;
  padding: 0 14px;
  font-size: 13px;
}
.car .entry .entry-thumbnail .time-left,
.course .entry .entry-thumbnail .time-left,
.event .entry .entry-thumbnail .time-left,
.job .entry .entry-thumbnail .time-left,
.property .entry .entry-thumbnail .time-left,
.resume .entry .entry-thumbnail .time-left,
.room .entry .entry-thumbnail .time-left,
.travel .entry .entry-thumbnail .time-left,
.car .entry .entry-gallery .time-left,
.course .entry .entry-gallery .time-left,
.event .entry .entry-gallery .time-left,
.job .entry .entry-gallery .time-left,
.property .entry .entry-gallery .time-left,
.resume .entry .entry-gallery .time-left,
.room .entry .entry-gallery .time-left,
.travel .entry .entry-gallery .time-left {
  position: absolute;
  bottom: -1px;
  left: -1px;
  right: 0;
  z-index: 2;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
  line-height: 23px;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  border-radius: 0 0 0 3px;
}
.car .entry .entry-thumbnail .time-left .time,
.course .entry .entry-thumbnail .time-left .time,
.event .entry .entry-thumbnail .time-left .time,
.job .entry .entry-thumbnail .time-left .time,
.property .entry .entry-thumbnail .time-left .time,
.resume .entry .entry-thumbnail .time-left .time,
.room .entry .entry-thumbnail .time-left .time,
.travel .entry .entry-thumbnail .time-left .time,
.car .entry .entry-gallery .time-left .time,
.course .entry .entry-gallery .time-left .time,
.event .entry .entry-gallery .time-left .time,
.job .entry .entry-gallery .time-left .time,
.property .entry .entry-gallery .time-left .time,
.resume .entry .entry-gallery .time-left .time,
.room .entry .entry-gallery .time-left .time,
.travel .entry .entry-gallery .time-left .time {
  display: inline-block;
  vertical-align: middle;
}
.car .entry .entry-thumbnail .time-left .time > div,
.course .entry .entry-thumbnail .time-left .time > div,
.event .entry .entry-thumbnail .time-left .time > div,
.job .entry .entry-thumbnail .time-left .time > div,
.property .entry .entry-thumbnail .time-left .time > div,
.resume .entry .entry-thumbnail .time-left .time > div,
.room .entry .entry-thumbnail .time-left .time > div,
.travel .entry .entry-thumbnail .time-left .time > div,
.car .entry .entry-gallery .time-left .time > div,
.course .entry .entry-gallery .time-left .time > div,
.event .entry .entry-gallery .time-left .time > div,
.job .entry .entry-gallery .time-left .time > div,
.property .entry .entry-gallery .time-left .time > div,
.resume .entry .entry-gallery .time-left .time > div,
.room .entry .entry-gallery .time-left .time > div,
.travel .entry .entry-gallery .time-left .time > div {
  color: #ffffff;
  font-weight: 600;
}
.car .entry .entry-thumbnail .time-left .time > div::after,
.course .entry .entry-thumbnail .time-left .time > div::after,
.event .entry .entry-thumbnail .time-left .time > div::after,
.job .entry .entry-thumbnail .time-left .time > div::after,
.property .entry .entry-thumbnail .time-left .time > div::after,
.resume .entry .entry-thumbnail .time-left .time > div::after,
.room .entry .entry-thumbnail .time-left .time > div::after,
.travel .entry .entry-thumbnail .time-left .time > div::after,
.car .entry .entry-gallery .time-left .time > div::after,
.course .entry .entry-gallery .time-left .time > div::after,
.event .entry .entry-gallery .time-left .time > div::after,
.job .entry .entry-gallery .time-left .time > div::after,
.property .entry .entry-gallery .time-left .time > div::after,
.resume .entry .entry-gallery .time-left .time > div::after,
.room .entry .entry-gallery .time-left .time > div::after,
.travel .entry .entry-gallery .time-left .time > div::after {
  color: #bbbbbb;
}
.car .entry .entry-thumbnail:after,
.course .entry .entry-thumbnail:after,
.event .entry .entry-thumbnail:after,
.job .entry .entry-thumbnail:after,
.property .entry .entry-thumbnail:after,
.resume .entry .entry-thumbnail:after,
.room .entry .entry-thumbnail:after,
.travel .entry .entry-thumbnail:after,
.car .entry .entry-gallery:after,
.course .entry .entry-gallery:after,
.event .entry .entry-gallery:after,
.job .entry .entry-gallery:after,
.property .entry .entry-gallery:after,
.resume .entry .entry-gallery:after,
.room .entry .entry-gallery:after,
.travel .entry .entry-gallery:after {
  content: " ";
  display: table;
  clear: both;
}
.car .entry .entry-data,
.course .entry .entry-data,
.event .entry .entry-data,
.job .entry .entry-data,
.property .entry .entry-data,
.resume .entry .entry-data,
.room .entry .entry-data,
.travel .entry .entry-data {
  padding: 39px 25px;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  width: calc(100% - 250px);
}
.car .entry .entry-data .onsale,
.course .entry .entry-data .onsale,
.event .entry .entry-data .onsale,
.job .entry .entry-data .onsale,
.property .entry .entry-data .onsale,
.resume .entry .entry-data .onsale,
.room .entry .entry-data .onsale,
.travel .entry .entry-data .onsale {
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  color: #81b441;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  padding: 3px 7px;
  display: inline-block;
  font-size: 12px;
}
.car .entry .entry-data .entry-header,
.course .entry .entry-data .entry-header,
.event .entry .entry-data .entry-header,
.job .entry .entry-data .entry-header,
.property .entry .entry-data .entry-header,
.resume .entry .entry-data .entry-header,
.room .entry .entry-data .entry-header,
.travel .entry .entry-data .entry-header {
  font-weight: 600;
}
.car .entry .entry-data .entry-header .entry-extra,
.course .entry .entry-data .entry-header .entry-extra,
.event .entry .entry-data .entry-header .entry-extra,
.job .entry .entry-data .entry-header .entry-extra,
.property .entry .entry-data .entry-header .entry-extra,
.resume .entry .entry-data .entry-header .entry-extra,
.room .entry .entry-data .entry-header .entry-extra,
.travel .entry .entry-data .entry-header .entry-extra,
.car .entry .entry-data .entry-header .entry-meta,
.course .entry .entry-data .entry-header .entry-meta,
.event .entry .entry-data .entry-header .entry-meta,
.job .entry .entry-data .entry-header .entry-meta,
.property .entry .entry-data .entry-header .entry-meta,
.resume .entry .entry-data .entry-header .entry-meta,
.room .entry .entry-data .entry-header .entry-meta,
.travel .entry .entry-data .entry-header .entry-meta {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  color: #333333;
}
.car .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy),
.course .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy),
.event .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy),
.job .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy),
.property .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy),
.resume .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy),
.room .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy),
.travel .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy),
.car .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy),
.course .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy),
.event .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy),
.job .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy),
.property .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy),
.resume .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy),
.room .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy),
.travel .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy) {
  display: inline-block;
  margin-right: 15px;
  margin-left: 3px;
  -webkit-transition: all 0.2s;
  -khtml-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.car .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy).author::before,
.course .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy).author::before,
.event .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy).author::before,
.job .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy).author::before,
.property .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy).author::before,
.resume .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy).author::before,
.room .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy).author::before,
.travel .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy).author::before,
.car .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy).author::before,
.course .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy).author::before,
.event .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy).author::before,
.job .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy).author::before,
.property .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy).author::before,
.resume .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy).author::before,
.room .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy).author::before,
.travel .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy).author::before {
  font-family: 'themify';
  content: "\e602";
  margin-right: 10px;
}
.car .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy).date::before,
.course .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy).date::before,
.event .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy).date::before,
.job .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy).date::before,
.property .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy).date::before,
.resume .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy).date::before,
.room .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy).date::before,
.travel .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy).date::before,
.car .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy).date::before,
.course .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy).date::before,
.event .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy).date::before,
.job .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy).date::before,
.property .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy).date::before,
.resume .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy).date::before,
.room .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy).date::before,
.travel .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy).date::before,
.car .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy).date-time::before,
.course .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy).date-time::before,
.event .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy).date-time::before,
.job .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy).date-time::before,
.property .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy).date-time::before,
.resume .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy).date-time::before,
.room .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy).date-time::before,
.travel .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy).date-time::before,
.car .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy).date-time::before,
.course .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy).date-time::before,
.event .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy).date-time::before,
.job .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy).date-time::before,
.property .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy).date-time::before,
.resume .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy).date-time::before,
.room .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy).date-time::before,
.travel .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy).date-time::before {
  font-family: 'themify';
  content: "\e6b6";
  margin-right: 10px;
}
.car .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy).comments::before,
.course .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy).comments::before,
.event .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy).comments::before,
.job .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy).comments::before,
.property .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy).comments::before,
.resume .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy).comments::before,
.room .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy).comments::before,
.travel .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy).comments::before,
.car .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy).comments::before,
.course .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy).comments::before,
.event .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy).comments::before,
.job .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy).comments::before,
.property .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy).comments::before,
.resume .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy).comments::before,
.room .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy).comments::before,
.travel .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy).comments::before {
  font-family: 'themify';
  content: "\e644";
  margin-right: 10px;
}
.car .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy).comments .count,
.course .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy).comments .count,
.event .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy).comments .count,
.job .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy).comments .count,
.property .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy).comments .count,
.resume .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy).comments .count,
.room .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy).comments .count,
.travel .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy).comments .count,
.car .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy).comments .count,
.course .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy).comments .count,
.event .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy).comments .count,
.job .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy).comments .count,
.property .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy).comments .count,
.resume .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy).comments .count,
.room .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy).comments .count,
.travel .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy).comments .count {
  margin-right: 5px;
}
.car .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy) img,
.course .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy) img,
.event .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy) img,
.job .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy) img,
.property .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy) img,
.resume .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy) img,
.room .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy) img,
.travel .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy) img,
.car .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy) img,
.course .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy) img,
.event .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy) img,
.job .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy) img,
.property .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy) img,
.resume .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy) img,
.room .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy) img,
.travel .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy) img,
.car .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy) label,
.course .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy) label,
.event .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy) label,
.job .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy) label,
.property .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy) label,
.resume .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy) label,
.room .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy) label,
.travel .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy) label,
.car .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy) label,
.course .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy) label,
.event .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy) label,
.job .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy) label,
.property .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy) label,
.resume .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy) label,
.room .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy) label,
.travel .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy) label {
  display: none;
}
.car .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy) a[href],
.course .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy) a[href],
.event .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy) a[href],
.job .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy) a[href],
.property .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy) a[href],
.resume .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy) a[href],
.room .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy) a[href],
.travel .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy) a[href],
.car .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy) a[href],
.course .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy) a[href],
.event .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy) a[href],
.job .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy) a[href],
.property .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy) a[href],
.resume .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy) a[href],
.room .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy) a[href],
.travel .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy) a[href] {
  color: #333333;
  white-space: nowrap;
}
.car .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy) a[href]:hover,
.course .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy) a[href]:hover,
.event .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy) a[href]:hover,
.job .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy) a[href]:hover,
.property .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy) a[href]:hover,
.resume .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy) a[href]:hover,
.room .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy) a[href]:hover,
.travel .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy) a[href]:hover,
.car .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy) a[href]:hover,
.course .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy) a[href]:hover,
.event .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy) a[href]:hover,
.job .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy) a[href]:hover,
.property .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy) a[href]:hover,
.resume .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy) a[href]:hover,
.room .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy) a[href]:hover,
.travel .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy) a[href]:hover {
  color: #81b441;
}
.car .entry .entry-data .entry-header .entry-extra .star-rating,
.course .entry .entry-data .entry-header .entry-extra .star-rating,
.event .entry .entry-data .entry-header .entry-extra .star-rating,
.job .entry .entry-data .entry-header .entry-extra .star-rating,
.property .entry .entry-data .entry-header .entry-extra .star-rating,
.resume .entry .entry-data .entry-header .entry-extra .star-rating,
.room .entry .entry-data .entry-header .entry-extra .star-rating,
.travel .entry .entry-data .entry-header .entry-extra .star-rating,
.car .entry .entry-data .entry-header .entry-meta .star-rating,
.course .entry .entry-data .entry-header .entry-meta .star-rating,
.event .entry .entry-data .entry-header .entry-meta .star-rating,
.job .entry .entry-data .entry-header .entry-meta .star-rating,
.property .entry .entry-data .entry-header .entry-meta .star-rating,
.resume .entry .entry-data .entry-header .entry-meta .star-rating,
.room .entry .entry-data .entry-header .entry-meta .star-rating,
.travel .entry .entry-data .entry-header .entry-meta .star-rating {
  display: inline-block;
}
.car .entry .entry-data .entry-header > .meta-field,
.course .entry .entry-data .entry-header > .meta-field,
.event .entry .entry-data .entry-header > .meta-field,
.job .entry .entry-data .entry-header > .meta-field,
.property .entry .entry-data .entry-header > .meta-field,
.resume .entry .entry-data .entry-header > .meta-field,
.room .entry .entry-data .entry-header > .meta-field,
.travel .entry .entry-data .entry-header > .meta-field,
.car .entry .entry-data .entry-header > .taxonomy,
.course .entry .entry-data .entry-header > .taxonomy,
.event .entry .entry-data .entry-header > .taxonomy,
.job .entry .entry-data .entry-header > .taxonomy,
.property .entry .entry-data .entry-header > .taxonomy,
.resume .entry .entry-data .entry-header > .taxonomy,
.room .entry .entry-data .entry-header > .taxonomy,
.travel .entry .entry-data .entry-header > .taxonomy {
  letter-spacing: 0.5px;
  display: block;
  line-height: 23.4px;
  margin-bottom: 19px;
}
.car .entry .entry-data .entry-header > .meta-field:last-child,
.course .entry .entry-data .entry-header > .meta-field:last-child,
.event .entry .entry-data .entry-header > .meta-field:last-child,
.job .entry .entry-data .entry-header > .meta-field:last-child,
.property .entry .entry-data .entry-header > .meta-field:last-child,
.resume .entry .entry-data .entry-header > .meta-field:last-child,
.room .entry .entry-data .entry-header > .meta-field:last-child,
.travel .entry .entry-data .entry-header > .meta-field:last-child,
.car .entry .entry-data .entry-header > .taxonomy:last-child,
.course .entry .entry-data .entry-header > .taxonomy:last-child,
.event .entry .entry-data .entry-header > .taxonomy:last-child,
.job .entry .entry-data .entry-header > .taxonomy:last-child,
.property .entry .entry-data .entry-header > .taxonomy:last-child,
.resume .entry .entry-data .entry-header > .taxonomy:last-child,
.room .entry .entry-data .entry-header > .taxonomy:last-child,
.travel .entry .entry-data .entry-header > .taxonomy:last-child {
  margin-bottom: 0;
}
.car .entry .entry-data .entry-header > .meta-field img,
.course .entry .entry-data .entry-header > .meta-field img,
.event .entry .entry-data .entry-header > .meta-field img,
.job .entry .entry-data .entry-header > .meta-field img,
.property .entry .entry-data .entry-header > .meta-field img,
.resume .entry .entry-data .entry-header > .meta-field img,
.room .entry .entry-data .entry-header > .meta-field img,
.travel .entry .entry-data .entry-header > .meta-field img,
.car .entry .entry-data .entry-header > .taxonomy img,
.course .entry .entry-data .entry-header > .taxonomy img,
.event .entry .entry-data .entry-header > .taxonomy img,
.job .entry .entry-data .entry-header > .taxonomy img,
.property .entry .entry-data .entry-header > .taxonomy img,
.resume .entry .entry-data .entry-header > .taxonomy img,
.room .entry .entry-data .entry-header > .taxonomy img,
.travel .entry .entry-data .entry-header > .taxonomy img {
  height: 18px;
  margin-right: 0;
  display: inline-block;
  width: 13px;
  padding: 6px 9px;
  border: 1px solid #81b441;
  border-radius: 200%;
  vertical-align: middle;
  float: left;
}
.car .entry .entry-data .entry-header > .meta-field img + .value,
.course .entry .entry-data .entry-header > .meta-field img + .value,
.event .entry .entry-data .entry-header > .meta-field img + .value,
.job .entry .entry-data .entry-header > .meta-field img + .value,
.property .entry .entry-data .entry-header > .meta-field img + .value,
.resume .entry .entry-data .entry-header > .meta-field img + .value,
.room .entry .entry-data .entry-header > .meta-field img + .value,
.travel .entry .entry-data .entry-header > .meta-field img + .value,
.car .entry .entry-data .entry-header > .taxonomy img + .value,
.course .entry .entry-data .entry-header > .taxonomy img + .value,
.event .entry .entry-data .entry-header > .taxonomy img + .value,
.job .entry .entry-data .entry-header > .taxonomy img + .value,
.property .entry .entry-data .entry-header > .taxonomy img + .value,
.resume .entry .entry-data .entry-header > .taxonomy img + .value,
.room .entry .entry-data .entry-header > .taxonomy img + .value,
.travel .entry .entry-data .entry-header > .taxonomy img + .value,
.car .entry .entry-data .entry-header > .meta-field img .links,
.course .entry .entry-data .entry-header > .meta-field img .links,
.event .entry .entry-data .entry-header > .meta-field img .links,
.job .entry .entry-data .entry-header > .meta-field img .links,
.property .entry .entry-data .entry-header > .meta-field img .links,
.resume .entry .entry-data .entry-header > .meta-field img .links,
.room .entry .entry-data .entry-header > .meta-field img .links,
.travel .entry .entry-data .entry-header > .meta-field img .links,
.car .entry .entry-data .entry-header > .taxonomy img .links,
.course .entry .entry-data .entry-header > .taxonomy img .links,
.event .entry .entry-data .entry-header > .taxonomy img .links,
.job .entry .entry-data .entry-header > .taxonomy img .links,
.property .entry .entry-data .entry-header > .taxonomy img .links,
.resume .entry .entry-data .entry-header > .taxonomy img .links,
.room .entry .entry-data .entry-header > .taxonomy img .links,
.travel .entry .entry-data .entry-header > .taxonomy img .links {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 45px);
  float: right;
  padding: 3px 0;
}
.car .entry .entry-data .entry-header > .meta-field label,
.course .entry .entry-data .entry-header > .meta-field label,
.event .entry .entry-data .entry-header > .meta-field label,
.job .entry .entry-data .entry-header > .meta-field label,
.property .entry .entry-data .entry-header > .meta-field label,
.resume .entry .entry-data .entry-header > .meta-field label,
.room .entry .entry-data .entry-header > .meta-field label,
.travel .entry .entry-data .entry-header > .meta-field label,
.car .entry .entry-data .entry-header > .taxonomy label,
.course .entry .entry-data .entry-header > .taxonomy label,
.event .entry .entry-data .entry-header > .taxonomy label,
.job .entry .entry-data .entry-header > .taxonomy label,
.property .entry .entry-data .entry-header > .taxonomy label,
.resume .entry .entry-data .entry-header > .taxonomy label,
.room .entry .entry-data .entry-header > .taxonomy label,
.travel .entry .entry-data .entry-header > .taxonomy label,
.car .entry .entry-data .entry-header > .meta-field .value,
.course .entry .entry-data .entry-header > .meta-field .value,
.event .entry .entry-data .entry-header > .meta-field .value,
.job .entry .entry-data .entry-header > .meta-field .value,
.property .entry .entry-data .entry-header > .meta-field .value,
.resume .entry .entry-data .entry-header > .meta-field .value,
.room .entry .entry-data .entry-header > .meta-field .value,
.travel .entry .entry-data .entry-header > .meta-field .value,
.car .entry .entry-data .entry-header > .taxonomy .value,
.course .entry .entry-data .entry-header > .taxonomy .value,
.event .entry .entry-data .entry-header > .taxonomy .value,
.job .entry .entry-data .entry-header > .taxonomy .value,
.property .entry .entry-data .entry-header > .taxonomy .value,
.resume .entry .entry-data .entry-header > .taxonomy .value,
.room .entry .entry-data .entry-header > .taxonomy .value,
.travel .entry .entry-data .entry-header > .taxonomy .value,
.car .entry .entry-data .entry-header > .meta-field .links,
.course .entry .entry-data .entry-header > .meta-field .links,
.event .entry .entry-data .entry-header > .meta-field .links,
.job .entry .entry-data .entry-header > .meta-field .links,
.property .entry .entry-data .entry-header > .meta-field .links,
.resume .entry .entry-data .entry-header > .meta-field .links,
.room .entry .entry-data .entry-header > .meta-field .links,
.travel .entry .entry-data .entry-header > .meta-field .links,
.car .entry .entry-data .entry-header > .taxonomy .links,
.course .entry .entry-data .entry-header > .taxonomy .links,
.event .entry .entry-data .entry-header > .taxonomy .links,
.job .entry .entry-data .entry-header > .taxonomy .links,
.property .entry .entry-data .entry-header > .taxonomy .links,
.resume .entry .entry-data .entry-header > .taxonomy .links,
.room .entry .entry-data .entry-header > .taxonomy .links,
.travel .entry .entry-data .entry-header > .taxonomy .links {
  font-size: 14px;
}
.car .entry .entry-data .entry-header > .meta-field label,
.course .entry .entry-data .entry-header > .meta-field label,
.event .entry .entry-data .entry-header > .meta-field label,
.job .entry .entry-data .entry-header > .meta-field label,
.property .entry .entry-data .entry-header > .meta-field label,
.resume .entry .entry-data .entry-header > .meta-field label,
.room .entry .entry-data .entry-header > .meta-field label,
.travel .entry .entry-data .entry-header > .meta-field label,
.car .entry .entry-data .entry-header > .taxonomy label,
.course .entry .entry-data .entry-header > .taxonomy label,
.event .entry .entry-data .entry-header > .taxonomy label,
.job .entry .entry-data .entry-header > .taxonomy label,
.property .entry .entry-data .entry-header > .taxonomy label,
.resume .entry .entry-data .entry-header > .taxonomy label,
.room .entry .entry-data .entry-header > .taxonomy label,
.travel .entry .entry-data .entry-header > .taxonomy label {
  margin-bottom: 0;
  margin-right: 6.5px;
}
.car .entry .entry-data .entry-header > .meta-field .value,
.course .entry .entry-data .entry-header > .meta-field .value,
.event .entry .entry-data .entry-header > .meta-field .value,
.job .entry .entry-data .entry-header > .meta-field .value,
.property .entry .entry-data .entry-header > .meta-field .value,
.resume .entry .entry-data .entry-header > .meta-field .value,
.room .entry .entry-data .entry-header > .meta-field .value,
.travel .entry .entry-data .entry-header > .meta-field .value,
.car .entry .entry-data .entry-header > .taxonomy .value,
.course .entry .entry-data .entry-header > .taxonomy .value,
.event .entry .entry-data .entry-header > .taxonomy .value,
.job .entry .entry-data .entry-header > .taxonomy .value,
.property .entry .entry-data .entry-header > .taxonomy .value,
.resume .entry .entry-data .entry-header > .taxonomy .value,
.room .entry .entry-data .entry-header > .taxonomy .value,
.travel .entry .entry-data .entry-header > .taxonomy .value,
.car .entry .entry-data .entry-header > .meta-field .links,
.course .entry .entry-data .entry-header > .meta-field .links,
.event .entry .entry-data .entry-header > .meta-field .links,
.job .entry .entry-data .entry-header > .meta-field .links,
.property .entry .entry-data .entry-header > .meta-field .links,
.resume .entry .entry-data .entry-header > .meta-field .links,
.room .entry .entry-data .entry-header > .meta-field .links,
.travel .entry .entry-data .entry-header > .meta-field .links,
.car .entry .entry-data .entry-header > .taxonomy .links,
.course .entry .entry-data .entry-header > .taxonomy .links,
.event .entry .entry-data .entry-header > .taxonomy .links,
.job .entry .entry-data .entry-header > .taxonomy .links,
.property .entry .entry-data .entry-header > .taxonomy .links,
.resume .entry .entry-data .entry-header > .taxonomy .links,
.room .entry .entry-data .entry-header > .taxonomy .links,
.travel .entry .entry-data .entry-header > .taxonomy .links {
  color: #888888;
  font-weight: 500;
  letter-spacing: 0;
}
.car .entry .entry-data .entry-header > .meta-field .value a,
.course .entry .entry-data .entry-header > .meta-field .value a,
.event .entry .entry-data .entry-header > .meta-field .value a,
.job .entry .entry-data .entry-header > .meta-field .value a,
.property .entry .entry-data .entry-header > .meta-field .value a,
.resume .entry .entry-data .entry-header > .meta-field .value a,
.room .entry .entry-data .entry-header > .meta-field .value a,
.travel .entry .entry-data .entry-header > .meta-field .value a,
.car .entry .entry-data .entry-header > .taxonomy .value a,
.course .entry .entry-data .entry-header > .taxonomy .value a,
.event .entry .entry-data .entry-header > .taxonomy .value a,
.job .entry .entry-data .entry-header > .taxonomy .value a,
.property .entry .entry-data .entry-header > .taxonomy .value a,
.resume .entry .entry-data .entry-header > .taxonomy .value a,
.room .entry .entry-data .entry-header > .taxonomy .value a,
.travel .entry .entry-data .entry-header > .taxonomy .value a,
.car .entry .entry-data .entry-header > .meta-field .links a,
.course .entry .entry-data .entry-header > .meta-field .links a,
.event .entry .entry-data .entry-header > .meta-field .links a,
.job .entry .entry-data .entry-header > .meta-field .links a,
.property .entry .entry-data .entry-header > .meta-field .links a,
.resume .entry .entry-data .entry-header > .meta-field .links a,
.room .entry .entry-data .entry-header > .meta-field .links a,
.travel .entry .entry-data .entry-header > .meta-field .links a,
.car .entry .entry-data .entry-header > .taxonomy .links a,
.course .entry .entry-data .entry-header > .taxonomy .links a,
.event .entry .entry-data .entry-header > .taxonomy .links a,
.job .entry .entry-data .entry-header > .taxonomy .links a,
.property .entry .entry-data .entry-header > .taxonomy .links a,
.resume .entry .entry-data .entry-header > .taxonomy .links a,
.room .entry .entry-data .entry-header > .taxonomy .links a,
.travel .entry .entry-data .entry-header > .taxonomy .links a {
  color: #888888;
}
.car .entry .entry-data .entry-header > .meta-field .value a:hover,
.course .entry .entry-data .entry-header > .meta-field .value a:hover,
.event .entry .entry-data .entry-header > .meta-field .value a:hover,
.job .entry .entry-data .entry-header > .meta-field .value a:hover,
.property .entry .entry-data .entry-header > .meta-field .value a:hover,
.resume .entry .entry-data .entry-header > .meta-field .value a:hover,
.room .entry .entry-data .entry-header > .meta-field .value a:hover,
.travel .entry .entry-data .entry-header > .meta-field .value a:hover,
.car .entry .entry-data .entry-header > .taxonomy .value a:hover,
.course .entry .entry-data .entry-header > .taxonomy .value a:hover,
.event .entry .entry-data .entry-header > .taxonomy .value a:hover,
.job .entry .entry-data .entry-header > .taxonomy .value a:hover,
.property .entry .entry-data .entry-header > .taxonomy .value a:hover,
.resume .entry .entry-data .entry-header > .taxonomy .value a:hover,
.room .entry .entry-data .entry-header > .taxonomy .value a:hover,
.travel .entry .entry-data .entry-header > .taxonomy .value a:hover,
.car .entry .entry-data .entry-header > .meta-field .links a:hover,
.course .entry .entry-data .entry-header > .meta-field .links a:hover,
.event .entry .entry-data .entry-header > .meta-field .links a:hover,
.job .entry .entry-data .entry-header > .meta-field .links a:hover,
.property .entry .entry-data .entry-header > .meta-field .links a:hover,
.resume .entry .entry-data .entry-header > .meta-field .links a:hover,
.room .entry .entry-data .entry-header > .meta-field .links a:hover,
.travel .entry .entry-data .entry-header > .meta-field .links a:hover,
.car .entry .entry-data .entry-header > .taxonomy .links a:hover,
.course .entry .entry-data .entry-header > .taxonomy .links a:hover,
.event .entry .entry-data .entry-header > .taxonomy .links a:hover,
.job .entry .entry-data .entry-header > .taxonomy .links a:hover,
.property .entry .entry-data .entry-header > .taxonomy .links a:hover,
.resume .entry .entry-data .entry-header > .taxonomy .links a:hover,
.room .entry .entry-data .entry-header > .taxonomy .links a:hover,
.travel .entry .entry-data .entry-header > .taxonomy .links a:hover {
  color: #81b441;
}
.car .entry .entry-data .entry-header > .meta-field:after,
.course .entry .entry-data .entry-header > .meta-field:after,
.event .entry .entry-data .entry-header > .meta-field:after,
.job .entry .entry-data .entry-header > .meta-field:after,
.property .entry .entry-data .entry-header > .meta-field:after,
.resume .entry .entry-data .entry-header > .meta-field:after,
.room .entry .entry-data .entry-header > .meta-field:after,
.travel .entry .entry-data .entry-header > .meta-field:after,
.car .entry .entry-data .entry-header > .taxonomy:after,
.course .entry .entry-data .entry-header > .taxonomy:after,
.event .entry .entry-data .entry-header > .taxonomy:after,
.job .entry .entry-data .entry-header > .taxonomy:after,
.property .entry .entry-data .entry-header > .taxonomy:after,
.resume .entry .entry-data .entry-header > .taxonomy:after,
.room .entry .entry-data .entry-header > .taxonomy:after,
.travel .entry .entry-data .entry-header > .taxonomy:after {
  content: "";
  display: table;
  clear: both;
}
.car .entry .entry-data .entry-header > span,
.course .entry .entry-data .entry-header > span,
.event .entry .entry-data .entry-header > span,
.job .entry .entry-data .entry-header > span,
.property .entry .entry-data .entry-header > span,
.resume .entry .entry-data .entry-header > span,
.room .entry .entry-data .entry-header > span,
.travel .entry .entry-data .entry-header > span {
  font-size: 13px;
  display: block;
}
.car .entry .entry-data .entry-header > .meta-field,
.course .entry .entry-data .entry-header > .meta-field,
.event .entry .entry-data .entry-header > .meta-field,
.job .entry .entry-data .entry-header > .meta-field,
.property .entry .entry-data .entry-header > .meta-field,
.resume .entry .entry-data .entry-header > .meta-field,
.room .entry .entry-data .entry-header > .meta-field,
.travel .entry .entry-data .entry-header > .meta-field,
.car .entry .entry-data .entry-header > .taxonomy,
.course .entry .entry-data .entry-header > .taxonomy,
.event .entry .entry-data .entry-header > .taxonomy,
.job .entry .entry-data .entry-header > .taxonomy,
.property .entry .entry-data .entry-header > .taxonomy,
.resume .entry .entry-data .entry-header > .taxonomy,
.room .entry .entry-data .entry-header > .taxonomy,
.travel .entry .entry-data .entry-header > .taxonomy {
  text-transform: none;
}
.car .entry .entry-data .entry-header > .meta-field label,
.course .entry .entry-data .entry-header > .meta-field label,
.event .entry .entry-data .entry-header > .meta-field label,
.job .entry .entry-data .entry-header > .meta-field label,
.property .entry .entry-data .entry-header > .meta-field label,
.resume .entry .entry-data .entry-header > .meta-field label,
.room .entry .entry-data .entry-header > .meta-field label,
.travel .entry .entry-data .entry-header > .meta-field label,
.car .entry .entry-data .entry-header > .taxonomy label,
.course .entry .entry-data .entry-header > .taxonomy label,
.event .entry .entry-data .entry-header > .taxonomy label,
.job .entry .entry-data .entry-header > .taxonomy label,
.property .entry .entry-data .entry-header > .taxonomy label,
.resume .entry .entry-data .entry-header > .taxonomy label,
.room .entry .entry-data .entry-header > .taxonomy label,
.travel .entry .entry-data .entry-header > .taxonomy label {
  font-weight: 600;
}
.car .entry .entry-data .entry-header a,
.course .entry .entry-data .entry-header a,
.event .entry .entry-data .entry-header a,
.job .entry .entry-data .entry-header a,
.property .entry .entry-data .entry-header a,
.resume .entry .entry-data .entry-header a,
.room .entry .entry-data .entry-header a,
.travel .entry .entry-data .entry-header a {
  color: #333333;
}
.car .entry .entry-data .entry-header a:hover,
.course .entry .entry-data .entry-header a:hover,
.event .entry .entry-data .entry-header a:hover,
.job .entry .entry-data .entry-header a:hover,
.property .entry .entry-data .entry-header a:hover,
.resume .entry .entry-data .entry-header a:hover,
.room .entry .entry-data .entry-header a:hover,
.travel .entry .entry-data .entry-header a:hover {
  color: #81b441;
}
.car .entry .entry-data .entry-header .entry-extra,
.course .entry .entry-data .entry-header .entry-extra,
.event .entry .entry-data .entry-header .entry-extra,
.job .entry .entry-data .entry-header .entry-extra,
.property .entry .entry-data .entry-header .entry-extra,
.resume .entry .entry-data .entry-header .entry-extra,
.room .entry .entry-data .entry-header .entry-extra,
.travel .entry .entry-data .entry-header .entry-extra,
.car .entry .entry-data .entry-header .entry-meta,
.course .entry .entry-data .entry-header .entry-meta,
.event .entry .entry-data .entry-header .entry-meta,
.job .entry .entry-data .entry-header .entry-meta,
.property .entry .entry-data .entry-header .entry-meta,
.resume .entry .entry-data .entry-header .entry-meta,
.room .entry .entry-data .entry-header .entry-meta,
.travel .entry .entry-data .entry-header .entry-meta {
  font-weight: 300;
  font-size: 13px;
}
.car .entry .entry-data .entry-header .entry-extra > .meta-field,
.course .entry .entry-data .entry-header .entry-extra > .meta-field,
.event .entry .entry-data .entry-header .entry-extra > .meta-field,
.job .entry .entry-data .entry-header .entry-extra > .meta-field,
.property .entry .entry-data .entry-header .entry-extra > .meta-field,
.resume .entry .entry-data .entry-header .entry-extra > .meta-field,
.room .entry .entry-data .entry-header .entry-extra > .meta-field,
.travel .entry .entry-data .entry-header .entry-extra > .meta-field,
.car .entry .entry-data .entry-header .entry-meta > .meta-field,
.course .entry .entry-data .entry-header .entry-meta > .meta-field,
.event .entry .entry-data .entry-header .entry-meta > .meta-field,
.job .entry .entry-data .entry-header .entry-meta > .meta-field,
.property .entry .entry-data .entry-header .entry-meta > .meta-field,
.resume .entry .entry-data .entry-header .entry-meta > .meta-field,
.room .entry .entry-data .entry-header .entry-meta > .meta-field,
.travel .entry .entry-data .entry-header .entry-meta > .meta-field,
.car .entry .entry-data .entry-header .entry-extra > .taxonomy,
.course .entry .entry-data .entry-header .entry-extra > .taxonomy,
.event .entry .entry-data .entry-header .entry-extra > .taxonomy,
.job .entry .entry-data .entry-header .entry-extra > .taxonomy,
.property .entry .entry-data .entry-header .entry-extra > .taxonomy,
.resume .entry .entry-data .entry-header .entry-extra > .taxonomy,
.room .entry .entry-data .entry-header .entry-extra > .taxonomy,
.travel .entry .entry-data .entry-header .entry-extra > .taxonomy,
.car .entry .entry-data .entry-header .entry-meta > .taxonomy,
.course .entry .entry-data .entry-header .entry-meta > .taxonomy,
.event .entry .entry-data .entry-header .entry-meta > .taxonomy,
.job .entry .entry-data .entry-header .entry-meta > .taxonomy,
.property .entry .entry-data .entry-header .entry-meta > .taxonomy,
.resume .entry .entry-data .entry-header .entry-meta > .taxonomy,
.room .entry .entry-data .entry-header .entry-meta > .taxonomy,
.travel .entry .entry-data .entry-header .entry-meta > .taxonomy {
  letter-spacing: 0.5px;
  display: block;
  line-height: 23.4px;
  margin-bottom: 19px;
}
.car .entry .entry-data .entry-header .entry-extra > .meta-field:last-child,
.course .entry .entry-data .entry-header .entry-extra > .meta-field:last-child,
.event .entry .entry-data .entry-header .entry-extra > .meta-field:last-child,
.job .entry .entry-data .entry-header .entry-extra > .meta-field:last-child,
.property .entry .entry-data .entry-header .entry-extra > .meta-field:last-child,
.resume .entry .entry-data .entry-header .entry-extra > .meta-field:last-child,
.room .entry .entry-data .entry-header .entry-extra > .meta-field:last-child,
.travel .entry .entry-data .entry-header .entry-extra > .meta-field:last-child,
.car .entry .entry-data .entry-header .entry-meta > .meta-field:last-child,
.course .entry .entry-data .entry-header .entry-meta > .meta-field:last-child,
.event .entry .entry-data .entry-header .entry-meta > .meta-field:last-child,
.job .entry .entry-data .entry-header .entry-meta > .meta-field:last-child,
.property .entry .entry-data .entry-header .entry-meta > .meta-field:last-child,
.resume .entry .entry-data .entry-header .entry-meta > .meta-field:last-child,
.room .entry .entry-data .entry-header .entry-meta > .meta-field:last-child,
.travel .entry .entry-data .entry-header .entry-meta > .meta-field:last-child,
.car .entry .entry-data .entry-header .entry-extra > .taxonomy:last-child,
.course .entry .entry-data .entry-header .entry-extra > .taxonomy:last-child,
.event .entry .entry-data .entry-header .entry-extra > .taxonomy:last-child,
.job .entry .entry-data .entry-header .entry-extra > .taxonomy:last-child,
.property .entry .entry-data .entry-header .entry-extra > .taxonomy:last-child,
.resume .entry .entry-data .entry-header .entry-extra > .taxonomy:last-child,
.room .entry .entry-data .entry-header .entry-extra > .taxonomy:last-child,
.travel .entry .entry-data .entry-header .entry-extra > .taxonomy:last-child,
.car .entry .entry-data .entry-header .entry-meta > .taxonomy:last-child,
.course .entry .entry-data .entry-header .entry-meta > .taxonomy:last-child,
.event .entry .entry-data .entry-header .entry-meta > .taxonomy:last-child,
.job .entry .entry-data .entry-header .entry-meta > .taxonomy:last-child,
.property .entry .entry-data .entry-header .entry-meta > .taxonomy:last-child,
.resume .entry .entry-data .entry-header .entry-meta > .taxonomy:last-child,
.room .entry .entry-data .entry-header .entry-meta > .taxonomy:last-child,
.travel .entry .entry-data .entry-header .entry-meta > .taxonomy:last-child {
  margin-bottom: 0;
}
.car .entry .entry-data .entry-header .entry-extra > .meta-field img,
.course .entry .entry-data .entry-header .entry-extra > .meta-field img,
.event .entry .entry-data .entry-header .entry-extra > .meta-field img,
.job .entry .entry-data .entry-header .entry-extra > .meta-field img,
.property .entry .entry-data .entry-header .entry-extra > .meta-field img,
.resume .entry .entry-data .entry-header .entry-extra > .meta-field img,
.room .entry .entry-data .entry-header .entry-extra > .meta-field img,
.travel .entry .entry-data .entry-header .entry-extra > .meta-field img,
.car .entry .entry-data .entry-header .entry-meta > .meta-field img,
.course .entry .entry-data .entry-header .entry-meta > .meta-field img,
.event .entry .entry-data .entry-header .entry-meta > .meta-field img,
.job .entry .entry-data .entry-header .entry-meta > .meta-field img,
.property .entry .entry-data .entry-header .entry-meta > .meta-field img,
.resume .entry .entry-data .entry-header .entry-meta > .meta-field img,
.room .entry .entry-data .entry-header .entry-meta > .meta-field img,
.travel .entry .entry-data .entry-header .entry-meta > .meta-field img,
.car .entry .entry-data .entry-header .entry-extra > .taxonomy img,
.course .entry .entry-data .entry-header .entry-extra > .taxonomy img,
.event .entry .entry-data .entry-header .entry-extra > .taxonomy img,
.job .entry .entry-data .entry-header .entry-extra > .taxonomy img,
.property .entry .entry-data .entry-header .entry-extra > .taxonomy img,
.resume .entry .entry-data .entry-header .entry-extra > .taxonomy img,
.room .entry .entry-data .entry-header .entry-extra > .taxonomy img,
.travel .entry .entry-data .entry-header .entry-extra > .taxonomy img,
.car .entry .entry-data .entry-header .entry-meta > .taxonomy img,
.course .entry .entry-data .entry-header .entry-meta > .taxonomy img,
.event .entry .entry-data .entry-header .entry-meta > .taxonomy img,
.job .entry .entry-data .entry-header .entry-meta > .taxonomy img,
.property .entry .entry-data .entry-header .entry-meta > .taxonomy img,
.resume .entry .entry-data .entry-header .entry-meta > .taxonomy img,
.room .entry .entry-data .entry-header .entry-meta > .taxonomy img,
.travel .entry .entry-data .entry-header .entry-meta > .taxonomy img {
  height: 18px;
  margin-right: 0;
  display: inline-block;
  width: 13px;
  padding: 6px 9px;
  border: 1px solid #81b441;
  border-radius: 200%;
  vertical-align: middle;
  float: left;
}
.car .entry .entry-data .entry-header .entry-extra > .meta-field img + .value,
.course .entry .entry-data .entry-header .entry-extra > .meta-field img + .value,
.event .entry .entry-data .entry-header .entry-extra > .meta-field img + .value,
.job .entry .entry-data .entry-header .entry-extra > .meta-field img + .value,
.property .entry .entry-data .entry-header .entry-extra > .meta-field img + .value,
.resume .entry .entry-data .entry-header .entry-extra > .meta-field img + .value,
.room .entry .entry-data .entry-header .entry-extra > .meta-field img + .value,
.travel .entry .entry-data .entry-header .entry-extra > .meta-field img + .value,
.car .entry .entry-data .entry-header .entry-meta > .meta-field img + .value,
.course .entry .entry-data .entry-header .entry-meta > .meta-field img + .value,
.event .entry .entry-data .entry-header .entry-meta > .meta-field img + .value,
.job .entry .entry-data .entry-header .entry-meta > .meta-field img + .value,
.property .entry .entry-data .entry-header .entry-meta > .meta-field img + .value,
.resume .entry .entry-data .entry-header .entry-meta > .meta-field img + .value,
.room .entry .entry-data .entry-header .entry-meta > .meta-field img + .value,
.travel .entry .entry-data .entry-header .entry-meta > .meta-field img + .value,
.car .entry .entry-data .entry-header .entry-extra > .taxonomy img + .value,
.course .entry .entry-data .entry-header .entry-extra > .taxonomy img + .value,
.event .entry .entry-data .entry-header .entry-extra > .taxonomy img + .value,
.job .entry .entry-data .entry-header .entry-extra > .taxonomy img + .value,
.property .entry .entry-data .entry-header .entry-extra > .taxonomy img + .value,
.resume .entry .entry-data .entry-header .entry-extra > .taxonomy img + .value,
.room .entry .entry-data .entry-header .entry-extra > .taxonomy img + .value,
.travel .entry .entry-data .entry-header .entry-extra > .taxonomy img + .value,
.car .entry .entry-data .entry-header .entry-meta > .taxonomy img + .value,
.course .entry .entry-data .entry-header .entry-meta > .taxonomy img + .value,
.event .entry .entry-data .entry-header .entry-meta > .taxonomy img + .value,
.job .entry .entry-data .entry-header .entry-meta > .taxonomy img + .value,
.property .entry .entry-data .entry-header .entry-meta > .taxonomy img + .value,
.resume .entry .entry-data .entry-header .entry-meta > .taxonomy img + .value,
.room .entry .entry-data .entry-header .entry-meta > .taxonomy img + .value,
.travel .entry .entry-data .entry-header .entry-meta > .taxonomy img + .value,
.car .entry .entry-data .entry-header .entry-extra > .meta-field img .links,
.course .entry .entry-data .entry-header .entry-extra > .meta-field img .links,
.event .entry .entry-data .entry-header .entry-extra > .meta-field img .links,
.job .entry .entry-data .entry-header .entry-extra > .meta-field img .links,
.property .entry .entry-data .entry-header .entry-extra > .meta-field img .links,
.resume .entry .entry-data .entry-header .entry-extra > .meta-field img .links,
.room .entry .entry-data .entry-header .entry-extra > .meta-field img .links,
.travel .entry .entry-data .entry-header .entry-extra > .meta-field img .links,
.car .entry .entry-data .entry-header .entry-meta > .meta-field img .links,
.course .entry .entry-data .entry-header .entry-meta > .meta-field img .links,
.event .entry .entry-data .entry-header .entry-meta > .meta-field img .links,
.job .entry .entry-data .entry-header .entry-meta > .meta-field img .links,
.property .entry .entry-data .entry-header .entry-meta > .meta-field img .links,
.resume .entry .entry-data .entry-header .entry-meta > .meta-field img .links,
.room .entry .entry-data .entry-header .entry-meta > .meta-field img .links,
.travel .entry .entry-data .entry-header .entry-meta > .meta-field img .links,
.car .entry .entry-data .entry-header .entry-extra > .taxonomy img .links,
.course .entry .entry-data .entry-header .entry-extra > .taxonomy img .links,
.event .entry .entry-data .entry-header .entry-extra > .taxonomy img .links,
.job .entry .entry-data .entry-header .entry-extra > .taxonomy img .links,
.property .entry .entry-data .entry-header .entry-extra > .taxonomy img .links,
.resume .entry .entry-data .entry-header .entry-extra > .taxonomy img .links,
.room .entry .entry-data .entry-header .entry-extra > .taxonomy img .links,
.travel .entry .entry-data .entry-header .entry-extra > .taxonomy img .links,
.car .entry .entry-data .entry-header .entry-meta > .taxonomy img .links,
.course .entry .entry-data .entry-header .entry-meta > .taxonomy img .links,
.event .entry .entry-data .entry-header .entry-meta > .taxonomy img .links,
.job .entry .entry-data .entry-header .entry-meta > .taxonomy img .links,
.property .entry .entry-data .entry-header .entry-meta > .taxonomy img .links,
.resume .entry .entry-data .entry-header .entry-meta > .taxonomy img .links,
.room .entry .entry-data .entry-header .entry-meta > .taxonomy img .links,
.travel .entry .entry-data .entry-header .entry-meta > .taxonomy img .links {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 45px);
  float: right;
  padding: 3px 0;
}
.car .entry .entry-data .entry-header .entry-extra > .meta-field label,
.course .entry .entry-data .entry-header .entry-extra > .meta-field label,
.event .entry .entry-data .entry-header .entry-extra > .meta-field label,
.job .entry .entry-data .entry-header .entry-extra > .meta-field label,
.property .entry .entry-data .entry-header .entry-extra > .meta-field label,
.resume .entry .entry-data .entry-header .entry-extra > .meta-field label,
.room .entry .entry-data .entry-header .entry-extra > .meta-field label,
.travel .entry .entry-data .entry-header .entry-extra > .meta-field label,
.car .entry .entry-data .entry-header .entry-meta > .meta-field label,
.course .entry .entry-data .entry-header .entry-meta > .meta-field label,
.event .entry .entry-data .entry-header .entry-meta > .meta-field label,
.job .entry .entry-data .entry-header .entry-meta > .meta-field label,
.property .entry .entry-data .entry-header .entry-meta > .meta-field label,
.resume .entry .entry-data .entry-header .entry-meta > .meta-field label,
.room .entry .entry-data .entry-header .entry-meta > .meta-field label,
.travel .entry .entry-data .entry-header .entry-meta > .meta-field label,
.car .entry .entry-data .entry-header .entry-extra > .taxonomy label,
.course .entry .entry-data .entry-header .entry-extra > .taxonomy label,
.event .entry .entry-data .entry-header .entry-extra > .taxonomy label,
.job .entry .entry-data .entry-header .entry-extra > .taxonomy label,
.property .entry .entry-data .entry-header .entry-extra > .taxonomy label,
.resume .entry .entry-data .entry-header .entry-extra > .taxonomy label,
.room .entry .entry-data .entry-header .entry-extra > .taxonomy label,
.travel .entry .entry-data .entry-header .entry-extra > .taxonomy label,
.car .entry .entry-data .entry-header .entry-meta > .taxonomy label,
.course .entry .entry-data .entry-header .entry-meta > .taxonomy label,
.event .entry .entry-data .entry-header .entry-meta > .taxonomy label,
.job .entry .entry-data .entry-header .entry-meta > .taxonomy label,
.property .entry .entry-data .entry-header .entry-meta > .taxonomy label,
.resume .entry .entry-data .entry-header .entry-meta > .taxonomy label,
.room .entry .entry-data .entry-header .entry-meta > .taxonomy label,
.travel .entry .entry-data .entry-header .entry-meta > .taxonomy label,
.car .entry .entry-data .entry-header .entry-extra > .meta-field .value,
.course .entry .entry-data .entry-header .entry-extra > .meta-field .value,
.event .entry .entry-data .entry-header .entry-extra > .meta-field .value,
.job .entry .entry-data .entry-header .entry-extra > .meta-field .value,
.property .entry .entry-data .entry-header .entry-extra > .meta-field .value,
.resume .entry .entry-data .entry-header .entry-extra > .meta-field .value,
.room .entry .entry-data .entry-header .entry-extra > .meta-field .value,
.travel .entry .entry-data .entry-header .entry-extra > .meta-field .value,
.car .entry .entry-data .entry-header .entry-meta > .meta-field .value,
.course .entry .entry-data .entry-header .entry-meta > .meta-field .value,
.event .entry .entry-data .entry-header .entry-meta > .meta-field .value,
.job .entry .entry-data .entry-header .entry-meta > .meta-field .value,
.property .entry .entry-data .entry-header .entry-meta > .meta-field .value,
.resume .entry .entry-data .entry-header .entry-meta > .meta-field .value,
.room .entry .entry-data .entry-header .entry-meta > .meta-field .value,
.travel .entry .entry-data .entry-header .entry-meta > .meta-field .value,
.car .entry .entry-data .entry-header .entry-extra > .taxonomy .value,
.course .entry .entry-data .entry-header .entry-extra > .taxonomy .value,
.event .entry .entry-data .entry-header .entry-extra > .taxonomy .value,
.job .entry .entry-data .entry-header .entry-extra > .taxonomy .value,
.property .entry .entry-data .entry-header .entry-extra > .taxonomy .value,
.resume .entry .entry-data .entry-header .entry-extra > .taxonomy .value,
.room .entry .entry-data .entry-header .entry-extra > .taxonomy .value,
.travel .entry .entry-data .entry-header .entry-extra > .taxonomy .value,
.car .entry .entry-data .entry-header .entry-meta > .taxonomy .value,
.course .entry .entry-data .entry-header .entry-meta > .taxonomy .value,
.event .entry .entry-data .entry-header .entry-meta > .taxonomy .value,
.job .entry .entry-data .entry-header .entry-meta > .taxonomy .value,
.property .entry .entry-data .entry-header .entry-meta > .taxonomy .value,
.resume .entry .entry-data .entry-header .entry-meta > .taxonomy .value,
.room .entry .entry-data .entry-header .entry-meta > .taxonomy .value,
.travel .entry .entry-data .entry-header .entry-meta > .taxonomy .value,
.car .entry .entry-data .entry-header .entry-extra > .meta-field .links,
.course .entry .entry-data .entry-header .entry-extra > .meta-field .links,
.event .entry .entry-data .entry-header .entry-extra > .meta-field .links,
.job .entry .entry-data .entry-header .entry-extra > .meta-field .links,
.property .entry .entry-data .entry-header .entry-extra > .meta-field .links,
.resume .entry .entry-data .entry-header .entry-extra > .meta-field .links,
.room .entry .entry-data .entry-header .entry-extra > .meta-field .links,
.travel .entry .entry-data .entry-header .entry-extra > .meta-field .links,
.car .entry .entry-data .entry-header .entry-meta > .meta-field .links,
.course .entry .entry-data .entry-header .entry-meta > .meta-field .links,
.event .entry .entry-data .entry-header .entry-meta > .meta-field .links,
.job .entry .entry-data .entry-header .entry-meta > .meta-field .links,
.property .entry .entry-data .entry-header .entry-meta > .meta-field .links,
.resume .entry .entry-data .entry-header .entry-meta > .meta-field .links,
.room .entry .entry-data .entry-header .entry-meta > .meta-field .links,
.travel .entry .entry-data .entry-header .entry-meta > .meta-field .links,
.car .entry .entry-data .entry-header .entry-extra > .taxonomy .links,
.course .entry .entry-data .entry-header .entry-extra > .taxonomy .links,
.event .entry .entry-data .entry-header .entry-extra > .taxonomy .links,
.job .entry .entry-data .entry-header .entry-extra > .taxonomy .links,
.property .entry .entry-data .entry-header .entry-extra > .taxonomy .links,
.resume .entry .entry-data .entry-header .entry-extra > .taxonomy .links,
.room .entry .entry-data .entry-header .entry-extra > .taxonomy .links,
.travel .entry .entry-data .entry-header .entry-extra > .taxonomy .links,
.car .entry .entry-data .entry-header .entry-meta > .taxonomy .links,
.course .entry .entry-data .entry-header .entry-meta > .taxonomy .links,
.event .entry .entry-data .entry-header .entry-meta > .taxonomy .links,
.job .entry .entry-data .entry-header .entry-meta > .taxonomy .links,
.property .entry .entry-data .entry-header .entry-meta > .taxonomy .links,
.resume .entry .entry-data .entry-header .entry-meta > .taxonomy .links,
.room .entry .entry-data .entry-header .entry-meta > .taxonomy .links,
.travel .entry .entry-data .entry-header .entry-meta > .taxonomy .links {
  font-size: 14px;
}
.car .entry .entry-data .entry-header .entry-extra > .meta-field label,
.course .entry .entry-data .entry-header .entry-extra > .meta-field label,
.event .entry .entry-data .entry-header .entry-extra > .meta-field label,
.job .entry .entry-data .entry-header .entry-extra > .meta-field label,
.property .entry .entry-data .entry-header .entry-extra > .meta-field label,
.resume .entry .entry-data .entry-header .entry-extra > .meta-field label,
.room .entry .entry-data .entry-header .entry-extra > .meta-field label,
.travel .entry .entry-data .entry-header .entry-extra > .meta-field label,
.car .entry .entry-data .entry-header .entry-meta > .meta-field label,
.course .entry .entry-data .entry-header .entry-meta > .meta-field label,
.event .entry .entry-data .entry-header .entry-meta > .meta-field label,
.job .entry .entry-data .entry-header .entry-meta > .meta-field label,
.property .entry .entry-data .entry-header .entry-meta > .meta-field label,
.resume .entry .entry-data .entry-header .entry-meta > .meta-field label,
.room .entry .entry-data .entry-header .entry-meta > .meta-field label,
.travel .entry .entry-data .entry-header .entry-meta > .meta-field label,
.car .entry .entry-data .entry-header .entry-extra > .taxonomy label,
.course .entry .entry-data .entry-header .entry-extra > .taxonomy label,
.event .entry .entry-data .entry-header .entry-extra > .taxonomy label,
.job .entry .entry-data .entry-header .entry-extra > .taxonomy label,
.property .entry .entry-data .entry-header .entry-extra > .taxonomy label,
.resume .entry .entry-data .entry-header .entry-extra > .taxonomy label,
.room .entry .entry-data .entry-header .entry-extra > .taxonomy label,
.travel .entry .entry-data .entry-header .entry-extra > .taxonomy label,
.car .entry .entry-data .entry-header .entry-meta > .taxonomy label,
.course .entry .entry-data .entry-header .entry-meta > .taxonomy label,
.event .entry .entry-data .entry-header .entry-meta > .taxonomy label,
.job .entry .entry-data .entry-header .entry-meta > .taxonomy label,
.property .entry .entry-data .entry-header .entry-meta > .taxonomy label,
.resume .entry .entry-data .entry-header .entry-meta > .taxonomy label,
.room .entry .entry-data .entry-header .entry-meta > .taxonomy label,
.travel .entry .entry-data .entry-header .entry-meta > .taxonomy label {
  margin-bottom: 0;
  margin-right: 6.5px;
}
.car .entry .entry-data .entry-header .entry-extra > .meta-field .value,
.course .entry .entry-data .entry-header .entry-extra > .meta-field .value,
.event .entry .entry-data .entry-header .entry-extra > .meta-field .value,
.job .entry .entry-data .entry-header .entry-extra > .meta-field .value,
.property .entry .entry-data .entry-header .entry-extra > .meta-field .value,
.resume .entry .entry-data .entry-header .entry-extra > .meta-field .value,
.room .entry .entry-data .entry-header .entry-extra > .meta-field .value,
.travel .entry .entry-data .entry-header .entry-extra > .meta-field .value,
.car .entry .entry-data .entry-header .entry-meta > .meta-field .value,
.course .entry .entry-data .entry-header .entry-meta > .meta-field .value,
.event .entry .entry-data .entry-header .entry-meta > .meta-field .value,
.job .entry .entry-data .entry-header .entry-meta > .meta-field .value,
.property .entry .entry-data .entry-header .entry-meta > .meta-field .value,
.resume .entry .entry-data .entry-header .entry-meta > .meta-field .value,
.room .entry .entry-data .entry-header .entry-meta > .meta-field .value,
.travel .entry .entry-data .entry-header .entry-meta > .meta-field .value,
.car .entry .entry-data .entry-header .entry-extra > .taxonomy .value,
.course .entry .entry-data .entry-header .entry-extra > .taxonomy .value,
.event .entry .entry-data .entry-header .entry-extra > .taxonomy .value,
.job .entry .entry-data .entry-header .entry-extra > .taxonomy .value,
.property .entry .entry-data .entry-header .entry-extra > .taxonomy .value,
.resume .entry .entry-data .entry-header .entry-extra > .taxonomy .value,
.room .entry .entry-data .entry-header .entry-extra > .taxonomy .value,
.travel .entry .entry-data .entry-header .entry-extra > .taxonomy .value,
.car .entry .entry-data .entry-header .entry-meta > .taxonomy .value,
.course .entry .entry-data .entry-header .entry-meta > .taxonomy .value,
.event .entry .entry-data .entry-header .entry-meta > .taxonomy .value,
.job .entry .entry-data .entry-header .entry-meta > .taxonomy .value,
.property .entry .entry-data .entry-header .entry-meta > .taxonomy .value,
.resume .entry .entry-data .entry-header .entry-meta > .taxonomy .value,
.room .entry .entry-data .entry-header .entry-meta > .taxonomy .value,
.travel .entry .entry-data .entry-header .entry-meta > .taxonomy .value,
.car .entry .entry-data .entry-header .entry-extra > .meta-field .links,
.course .entry .entry-data .entry-header .entry-extra > .meta-field .links,
.event .entry .entry-data .entry-header .entry-extra > .meta-field .links,
.job .entry .entry-data .entry-header .entry-extra > .meta-field .links,
.property .entry .entry-data .entry-header .entry-extra > .meta-field .links,
.resume .entry .entry-data .entry-header .entry-extra > .meta-field .links,
.room .entry .entry-data .entry-header .entry-extra > .meta-field .links,
.travel .entry .entry-data .entry-header .entry-extra > .meta-field .links,
.car .entry .entry-data .entry-header .entry-meta > .meta-field .links,
.course .entry .entry-data .entry-header .entry-meta > .meta-field .links,
.event .entry .entry-data .entry-header .entry-meta > .meta-field .links,
.job .entry .entry-data .entry-header .entry-meta > .meta-field .links,
.property .entry .entry-data .entry-header .entry-meta > .meta-field .links,
.resume .entry .entry-data .entry-header .entry-meta > .meta-field .links,
.room .entry .entry-data .entry-header .entry-meta > .meta-field .links,
.travel .entry .entry-data .entry-header .entry-meta > .meta-field .links,
.car .entry .entry-data .entry-header .entry-extra > .taxonomy .links,
.course .entry .entry-data .entry-header .entry-extra > .taxonomy .links,
.event .entry .entry-data .entry-header .entry-extra > .taxonomy .links,
.job .entry .entry-data .entry-header .entry-extra > .taxonomy .links,
.property .entry .entry-data .entry-header .entry-extra > .taxonomy .links,
.resume .entry .entry-data .entry-header .entry-extra > .taxonomy .links,
.room .entry .entry-data .entry-header .entry-extra > .taxonomy .links,
.travel .entry .entry-data .entry-header .entry-extra > .taxonomy .links,
.car .entry .entry-data .entry-header .entry-meta > .taxonomy .links,
.course .entry .entry-data .entry-header .entry-meta > .taxonomy .links,
.event .entry .entry-data .entry-header .entry-meta > .taxonomy .links,
.job .entry .entry-data .entry-header .entry-meta > .taxonomy .links,
.property .entry .entry-data .entry-header .entry-meta > .taxonomy .links,
.resume .entry .entry-data .entry-header .entry-meta > .taxonomy .links,
.room .entry .entry-data .entry-header .entry-meta > .taxonomy .links,
.travel .entry .entry-data .entry-header .entry-meta > .taxonomy .links {
  color: #888888;
  font-weight: 500;
  letter-spacing: 0;
}
.car .entry .entry-data .entry-header .entry-extra > .meta-field .value a,
.course .entry .entry-data .entry-header .entry-extra > .meta-field .value a,
.event .entry .entry-data .entry-header .entry-extra > .meta-field .value a,
.job .entry .entry-data .entry-header .entry-extra > .meta-field .value a,
.property .entry .entry-data .entry-header .entry-extra > .meta-field .value a,
.resume .entry .entry-data .entry-header .entry-extra > .meta-field .value a,
.room .entry .entry-data .entry-header .entry-extra > .meta-field .value a,
.travel .entry .entry-data .entry-header .entry-extra > .meta-field .value a,
.car .entry .entry-data .entry-header .entry-meta > .meta-field .value a,
.course .entry .entry-data .entry-header .entry-meta > .meta-field .value a,
.event .entry .entry-data .entry-header .entry-meta > .meta-field .value a,
.job .entry .entry-data .entry-header .entry-meta > .meta-field .value a,
.property .entry .entry-data .entry-header .entry-meta > .meta-field .value a,
.resume .entry .entry-data .entry-header .entry-meta > .meta-field .value a,
.room .entry .entry-data .entry-header .entry-meta > .meta-field .value a,
.travel .entry .entry-data .entry-header .entry-meta > .meta-field .value a,
.car .entry .entry-data .entry-header .entry-extra > .taxonomy .value a,
.course .entry .entry-data .entry-header .entry-extra > .taxonomy .value a,
.event .entry .entry-data .entry-header .entry-extra > .taxonomy .value a,
.job .entry .entry-data .entry-header .entry-extra > .taxonomy .value a,
.property .entry .entry-data .entry-header .entry-extra > .taxonomy .value a,
.resume .entry .entry-data .entry-header .entry-extra > .taxonomy .value a,
.room .entry .entry-data .entry-header .entry-extra > .taxonomy .value a,
.travel .entry .entry-data .entry-header .entry-extra > .taxonomy .value a,
.car .entry .entry-data .entry-header .entry-meta > .taxonomy .value a,
.course .entry .entry-data .entry-header .entry-meta > .taxonomy .value a,
.event .entry .entry-data .entry-header .entry-meta > .taxonomy .value a,
.job .entry .entry-data .entry-header .entry-meta > .taxonomy .value a,
.property .entry .entry-data .entry-header .entry-meta > .taxonomy .value a,
.resume .entry .entry-data .entry-header .entry-meta > .taxonomy .value a,
.room .entry .entry-data .entry-header .entry-meta > .taxonomy .value a,
.travel .entry .entry-data .entry-header .entry-meta > .taxonomy .value a,
.car .entry .entry-data .entry-header .entry-extra > .meta-field .links a,
.course .entry .entry-data .entry-header .entry-extra > .meta-field .links a,
.event .entry .entry-data .entry-header .entry-extra > .meta-field .links a,
.job .entry .entry-data .entry-header .entry-extra > .meta-field .links a,
.property .entry .entry-data .entry-header .entry-extra > .meta-field .links a,
.resume .entry .entry-data .entry-header .entry-extra > .meta-field .links a,
.room .entry .entry-data .entry-header .entry-extra > .meta-field .links a,
.travel .entry .entry-data .entry-header .entry-extra > .meta-field .links a,
.car .entry .entry-data .entry-header .entry-meta > .meta-field .links a,
.course .entry .entry-data .entry-header .entry-meta > .meta-field .links a,
.event .entry .entry-data .entry-header .entry-meta > .meta-field .links a,
.job .entry .entry-data .entry-header .entry-meta > .meta-field .links a,
.property .entry .entry-data .entry-header .entry-meta > .meta-field .links a,
.resume .entry .entry-data .entry-header .entry-meta > .meta-field .links a,
.room .entry .entry-data .entry-header .entry-meta > .meta-field .links a,
.travel .entry .entry-data .entry-header .entry-meta > .meta-field .links a,
.car .entry .entry-data .entry-header .entry-extra > .taxonomy .links a,
.course .entry .entry-data .entry-header .entry-extra > .taxonomy .links a,
.event .entry .entry-data .entry-header .entry-extra > .taxonomy .links a,
.job .entry .entry-data .entry-header .entry-extra > .taxonomy .links a,
.property .entry .entry-data .entry-header .entry-extra > .taxonomy .links a,
.resume .entry .entry-data .entry-header .entry-extra > .taxonomy .links a,
.room .entry .entry-data .entry-header .entry-extra > .taxonomy .links a,
.travel .entry .entry-data .entry-header .entry-extra > .taxonomy .links a,
.car .entry .entry-data .entry-header .entry-meta > .taxonomy .links a,
.course .entry .entry-data .entry-header .entry-meta > .taxonomy .links a,
.event .entry .entry-data .entry-header .entry-meta > .taxonomy .links a,
.job .entry .entry-data .entry-header .entry-meta > .taxonomy .links a,
.property .entry .entry-data .entry-header .entry-meta > .taxonomy .links a,
.resume .entry .entry-data .entry-header .entry-meta > .taxonomy .links a,
.room .entry .entry-data .entry-header .entry-meta > .taxonomy .links a,
.travel .entry .entry-data .entry-header .entry-meta > .taxonomy .links a {
  color: #888888;
}
.car .entry .entry-data .entry-header .entry-extra > .meta-field .value a:hover,
.course .entry .entry-data .entry-header .entry-extra > .meta-field .value a:hover,
.event .entry .entry-data .entry-header .entry-extra > .meta-field .value a:hover,
.job .entry .entry-data .entry-header .entry-extra > .meta-field .value a:hover,
.property .entry .entry-data .entry-header .entry-extra > .meta-field .value a:hover,
.resume .entry .entry-data .entry-header .entry-extra > .meta-field .value a:hover,
.room .entry .entry-data .entry-header .entry-extra > .meta-field .value a:hover,
.travel .entry .entry-data .entry-header .entry-extra > .meta-field .value a:hover,
.car .entry .entry-data .entry-header .entry-meta > .meta-field .value a:hover,
.course .entry .entry-data .entry-header .entry-meta > .meta-field .value a:hover,
.event .entry .entry-data .entry-header .entry-meta > .meta-field .value a:hover,
.job .entry .entry-data .entry-header .entry-meta > .meta-field .value a:hover,
.property .entry .entry-data .entry-header .entry-meta > .meta-field .value a:hover,
.resume .entry .entry-data .entry-header .entry-meta > .meta-field .value a:hover,
.room .entry .entry-data .entry-header .entry-meta > .meta-field .value a:hover,
.travel .entry .entry-data .entry-header .entry-meta > .meta-field .value a:hover,
.car .entry .entry-data .entry-header .entry-extra > .taxonomy .value a:hover,
.course .entry .entry-data .entry-header .entry-extra > .taxonomy .value a:hover,
.event .entry .entry-data .entry-header .entry-extra > .taxonomy .value a:hover,
.job .entry .entry-data .entry-header .entry-extra > .taxonomy .value a:hover,
.property .entry .entry-data .entry-header .entry-extra > .taxonomy .value a:hover,
.resume .entry .entry-data .entry-header .entry-extra > .taxonomy .value a:hover,
.room .entry .entry-data .entry-header .entry-extra > .taxonomy .value a:hover,
.travel .entry .entry-data .entry-header .entry-extra > .taxonomy .value a:hover,
.car .entry .entry-data .entry-header .entry-meta > .taxonomy .value a:hover,
.course .entry .entry-data .entry-header .entry-meta > .taxonomy .value a:hover,
.event .entry .entry-data .entry-header .entry-meta > .taxonomy .value a:hover,
.job .entry .entry-data .entry-header .entry-meta > .taxonomy .value a:hover,
.property .entry .entry-data .entry-header .entry-meta > .taxonomy .value a:hover,
.resume .entry .entry-data .entry-header .entry-meta > .taxonomy .value a:hover,
.room .entry .entry-data .entry-header .entry-meta > .taxonomy .value a:hover,
.travel .entry .entry-data .entry-header .entry-meta > .taxonomy .value a:hover,
.car .entry .entry-data .entry-header .entry-extra > .meta-field .links a:hover,
.course .entry .entry-data .entry-header .entry-extra > .meta-field .links a:hover,
.event .entry .entry-data .entry-header .entry-extra > .meta-field .links a:hover,
.job .entry .entry-data .entry-header .entry-extra > .meta-field .links a:hover,
.property .entry .entry-data .entry-header .entry-extra > .meta-field .links a:hover,
.resume .entry .entry-data .entry-header .entry-extra > .meta-field .links a:hover,
.room .entry .entry-data .entry-header .entry-extra > .meta-field .links a:hover,
.travel .entry .entry-data .entry-header .entry-extra > .meta-field .links a:hover,
.car .entry .entry-data .entry-header .entry-meta > .meta-field .links a:hover,
.course .entry .entry-data .entry-header .entry-meta > .meta-field .links a:hover,
.event .entry .entry-data .entry-header .entry-meta > .meta-field .links a:hover,
.job .entry .entry-data .entry-header .entry-meta > .meta-field .links a:hover,
.property .entry .entry-data .entry-header .entry-meta > .meta-field .links a:hover,
.resume .entry .entry-data .entry-header .entry-meta > .meta-field .links a:hover,
.room .entry .entry-data .entry-header .entry-meta > .meta-field .links a:hover,
.travel .entry .entry-data .entry-header .entry-meta > .meta-field .links a:hover,
.car .entry .entry-data .entry-header .entry-extra > .taxonomy .links a:hover,
.course .entry .entry-data .entry-header .entry-extra > .taxonomy .links a:hover,
.event .entry .entry-data .entry-header .entry-extra > .taxonomy .links a:hover,
.job .entry .entry-data .entry-header .entry-extra > .taxonomy .links a:hover,
.property .entry .entry-data .entry-header .entry-extra > .taxonomy .links a:hover,
.resume .entry .entry-data .entry-header .entry-extra > .taxonomy .links a:hover,
.room .entry .entry-data .entry-header .entry-extra > .taxonomy .links a:hover,
.travel .entry .entry-data .entry-header .entry-extra > .taxonomy .links a:hover,
.car .entry .entry-data .entry-header .entry-meta > .taxonomy .links a:hover,
.course .entry .entry-data .entry-header .entry-meta > .taxonomy .links a:hover,
.event .entry .entry-data .entry-header .entry-meta > .taxonomy .links a:hover,
.job .entry .entry-data .entry-header .entry-meta > .taxonomy .links a:hover,
.property .entry .entry-data .entry-header .entry-meta > .taxonomy .links a:hover,
.resume .entry .entry-data .entry-header .entry-meta > .taxonomy .links a:hover,
.room .entry .entry-data .entry-header .entry-meta > .taxonomy .links a:hover,
.travel .entry .entry-data .entry-header .entry-meta > .taxonomy .links a:hover {
  color: #81b441;
}
.car .entry .entry-data .entry-header .entry-extra > .meta-field:after,
.course .entry .entry-data .entry-header .entry-extra > .meta-field:after,
.event .entry .entry-data .entry-header .entry-extra > .meta-field:after,
.job .entry .entry-data .entry-header .entry-extra > .meta-field:after,
.property .entry .entry-data .entry-header .entry-extra > .meta-field:after,
.resume .entry .entry-data .entry-header .entry-extra > .meta-field:after,
.room .entry .entry-data .entry-header .entry-extra > .meta-field:after,
.travel .entry .entry-data .entry-header .entry-extra > .meta-field:after,
.car .entry .entry-data .entry-header .entry-meta > .meta-field:after,
.course .entry .entry-data .entry-header .entry-meta > .meta-field:after,
.event .entry .entry-data .entry-header .entry-meta > .meta-field:after,
.job .entry .entry-data .entry-header .entry-meta > .meta-field:after,
.property .entry .entry-data .entry-header .entry-meta > .meta-field:after,
.resume .entry .entry-data .entry-header .entry-meta > .meta-field:after,
.room .entry .entry-data .entry-header .entry-meta > .meta-field:after,
.travel .entry .entry-data .entry-header .entry-meta > .meta-field:after,
.car .entry .entry-data .entry-header .entry-extra > .taxonomy:after,
.course .entry .entry-data .entry-header .entry-extra > .taxonomy:after,
.event .entry .entry-data .entry-header .entry-extra > .taxonomy:after,
.job .entry .entry-data .entry-header .entry-extra > .taxonomy:after,
.property .entry .entry-data .entry-header .entry-extra > .taxonomy:after,
.resume .entry .entry-data .entry-header .entry-extra > .taxonomy:after,
.room .entry .entry-data .entry-header .entry-extra > .taxonomy:after,
.travel .entry .entry-data .entry-header .entry-extra > .taxonomy:after,
.car .entry .entry-data .entry-header .entry-meta > .taxonomy:after,
.course .entry .entry-data .entry-header .entry-meta > .taxonomy:after,
.event .entry .entry-data .entry-header .entry-meta > .taxonomy:after,
.job .entry .entry-data .entry-header .entry-meta > .taxonomy:after,
.property .entry .entry-data .entry-header .entry-meta > .taxonomy:after,
.resume .entry .entry-data .entry-header .entry-meta > .taxonomy:after,
.room .entry .entry-data .entry-header .entry-meta > .taxonomy:after,
.travel .entry .entry-data .entry-header .entry-meta > .taxonomy:after {
  content: "";
  display: table;
  clear: both;
}
.car .entry .entry-data .entry-header .entry-extra > .meta-field,
.course .entry .entry-data .entry-header .entry-extra > .meta-field,
.event .entry .entry-data .entry-header .entry-extra > .meta-field,
.job .entry .entry-data .entry-header .entry-extra > .meta-field,
.property .entry .entry-data .entry-header .entry-extra > .meta-field,
.resume .entry .entry-data .entry-header .entry-extra > .meta-field,
.room .entry .entry-data .entry-header .entry-extra > .meta-field,
.travel .entry .entry-data .entry-header .entry-extra > .meta-field,
.car .entry .entry-data .entry-header .entry-meta > .meta-field,
.course .entry .entry-data .entry-header .entry-meta > .meta-field,
.event .entry .entry-data .entry-header .entry-meta > .meta-field,
.job .entry .entry-data .entry-header .entry-meta > .meta-field,
.property .entry .entry-data .entry-header .entry-meta > .meta-field,
.resume .entry .entry-data .entry-header .entry-meta > .meta-field,
.room .entry .entry-data .entry-header .entry-meta > .meta-field,
.travel .entry .entry-data .entry-header .entry-meta > .meta-field,
.car .entry .entry-data .entry-header .entry-extra > .taxonomy,
.course .entry .entry-data .entry-header .entry-extra > .taxonomy,
.event .entry .entry-data .entry-header .entry-extra > .taxonomy,
.job .entry .entry-data .entry-header .entry-extra > .taxonomy,
.property .entry .entry-data .entry-header .entry-extra > .taxonomy,
.resume .entry .entry-data .entry-header .entry-extra > .taxonomy,
.room .entry .entry-data .entry-header .entry-extra > .taxonomy,
.travel .entry .entry-data .entry-header .entry-extra > .taxonomy,
.car .entry .entry-data .entry-header .entry-meta > .taxonomy,
.course .entry .entry-data .entry-header .entry-meta > .taxonomy,
.event .entry .entry-data .entry-header .entry-meta > .taxonomy,
.job .entry .entry-data .entry-header .entry-meta > .taxonomy,
.property .entry .entry-data .entry-header .entry-meta > .taxonomy,
.resume .entry .entry-data .entry-header .entry-meta > .taxonomy,
.room .entry .entry-data .entry-header .entry-meta > .taxonomy,
.travel .entry .entry-data .entry-header .entry-meta > .taxonomy {
  text-transform: none;
}
.car .entry .entry-data .entry-header .entry-extra,
.course .entry .entry-data .entry-header .entry-extra,
.event .entry .entry-data .entry-header .entry-extra,
.job .entry .entry-data .entry-header .entry-extra,
.property .entry .entry-data .entry-header .entry-extra,
.resume .entry .entry-data .entry-header .entry-extra,
.room .entry .entry-data .entry-header .entry-extra,
.travel .entry .entry-data .entry-header .entry-extra {
  margin-bottom: 6px;
}
.car .entry .entry-data .entry-header .entry-meta,
.course .entry .entry-data .entry-header .entry-meta,
.event .entry .entry-data .entry-header .entry-meta,
.job .entry .entry-data .entry-header .entry-meta,
.property .entry .entry-data .entry-header .entry-meta,
.resume .entry .entry-data .entry-header .entry-meta,
.room .entry .entry-data .entry-header .entry-meta,
.travel .entry .entry-data .entry-header .entry-meta {
  margin-top: 13px;
  margin-bottom: 13px;
}
.car .entry .entry-data .entry-header h2.entry-title,
.course .entry .entry-data .entry-header h2.entry-title,
.event .entry .entry-data .entry-header h2.entry-title,
.job .entry .entry-data .entry-header h2.entry-title,
.property .entry .entry-data .entry-header h2.entry-title,
.resume .entry .entry-data .entry-header h2.entry-title,
.room .entry .entry-data .entry-header h2.entry-title,
.travel .entry .entry-data .entry-header h2.entry-title {
  margin-top: 0;
  margin-bottom: 9px;
  line-height: 1.25;
}
.car .entry .entry-data .entry-header .entry-title,
.course .entry .entry-data .entry-header .entry-title,
.event .entry .entry-data .entry-header .entry-title,
.job .entry .entry-data .entry-header .entry-title,
.property .entry .entry-data .entry-header .entry-title,
.resume .entry .entry-data .entry-header .entry-title,
.room .entry .entry-data .entry-header .entry-title,
.travel .entry .entry-data .entry-header .entry-title {
  margin-top: 0;
  font-size: 18px;
}
.car .entry .entry-data .entry-header .entry-title h3,
.course .entry .entry-data .entry-header .entry-title h3,
.event .entry .entry-data .entry-header .entry-title h3,
.job .entry .entry-data .entry-header .entry-title h3,
.property .entry .entry-data .entry-header .entry-title h3,
.resume .entry .entry-data .entry-header .entry-title h3,
.room .entry .entry-data .entry-header .entry-title h3,
.travel .entry .entry-data .entry-header .entry-title h3,
.car .entry .entry-data .entry-header .entry-title a,
.course .entry .entry-data .entry-header .entry-title a,
.event .entry .entry-data .entry-header .entry-title a,
.job .entry .entry-data .entry-header .entry-title a,
.property .entry .entry-data .entry-header .entry-title a,
.resume .entry .entry-data .entry-header .entry-title a,
.room .entry .entry-data .entry-header .entry-title a,
.travel .entry .entry-data .entry-header .entry-title a {
  color: #222222;
  text-transform: none;
  font-weight: 600;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 9px;
  line-height: 1.25;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.car .entry .entry-data .entry-header .entry-title h3:hover,
.course .entry .entry-data .entry-header .entry-title h3:hover,
.event .entry .entry-data .entry-header .entry-title h3:hover,
.job .entry .entry-data .entry-header .entry-title h3:hover,
.property .entry .entry-data .entry-header .entry-title h3:hover,
.resume .entry .entry-data .entry-header .entry-title h3:hover,
.room .entry .entry-data .entry-header .entry-title h3:hover,
.travel .entry .entry-data .entry-header .entry-title h3:hover,
.car .entry .entry-data .entry-header .entry-title a:hover,
.course .entry .entry-data .entry-header .entry-title a:hover,
.event .entry .entry-data .entry-header .entry-title a:hover,
.job .entry .entry-data .entry-header .entry-title a:hover,
.property .entry .entry-data .entry-header .entry-title a:hover,
.resume .entry .entry-data .entry-header .entry-title a:hover,
.room .entry .entry-data .entry-header .entry-title a:hover,
.travel .entry .entry-data .entry-header .entry-title a:hover {
  color: #888888;
}
.car .entry .entry-data .entry-content,
.course .entry .entry-data .entry-content,
.event .entry .entry-data .entry-content,
.job .entry .entry-data .entry-content,
.property .entry .entry-data .entry-content,
.resume .entry .entry-data .entry-content,
.room .entry .entry-data .entry-content,
.travel .entry .entry-data .entry-content,
.car .entry .entry-data .entry-summary,
.course .entry .entry-data .entry-summary,
.event .entry .entry-data .entry-summary,
.job .entry .entry-data .entry-summary,
.property .entry .entry-data .entry-summary,
.resume .entry .entry-data .entry-summary,
.room .entry .entry-data .entry-summary,
.travel .entry .entry-data .entry-summary {
  margin-top: 0;
  padding: 0;
}
.car .entry .entry-data .entry-summary,
.course .entry .entry-data .entry-summary,
.event .entry .entry-data .entry-summary,
.job .entry .entry-data .entry-summary,
.property .entry .entry-data .entry-summary,
.resume .entry .entry-data .entry-summary,
.room .entry .entry-data .entry-summary,
.travel .entry .entry-data .entry-summary {
  font-size: 14px;
  color: #888888;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 23.4px;
}
.car .entry .entry-data .entry-footer,
.course .entry .entry-data .entry-footer,
.event .entry .entry-data .entry-footer,
.job .entry .entry-data .entry-footer,
.property .entry .entry-data .entry-footer,
.resume .entry .entry-data .entry-footer,
.room .entry .entry-data .entry-footer,
.travel .entry .entry-data .entry-footer {
  background-color: transparent;
  margin-top: 11px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
  letter-spacing: 0.5px;
}
.car .entry .entry-data .entry-footer > .meta-field,
.course .entry .entry-data .entry-footer > .meta-field,
.event .entry .entry-data .entry-footer > .meta-field,
.job .entry .entry-data .entry-footer > .meta-field,
.property .entry .entry-data .entry-footer > .meta-field,
.resume .entry .entry-data .entry-footer > .meta-field,
.room .entry .entry-data .entry-footer > .meta-field,
.travel .entry .entry-data .entry-footer > .meta-field,
.car .entry .entry-data .entry-footer > .taxonomy,
.course .entry .entry-data .entry-footer > .taxonomy,
.event .entry .entry-data .entry-footer > .taxonomy,
.job .entry .entry-data .entry-footer > .taxonomy,
.property .entry .entry-data .entry-footer > .taxonomy,
.resume .entry .entry-data .entry-footer > .taxonomy,
.room .entry .entry-data .entry-footer > .taxonomy,
.travel .entry .entry-data .entry-footer > .taxonomy {
  letter-spacing: 0.5px;
  display: block;
  line-height: 25.2px;
  margin-bottom: 19px;
}
.car .entry .entry-data .entry-footer > .meta-field:last-child,
.course .entry .entry-data .entry-footer > .meta-field:last-child,
.event .entry .entry-data .entry-footer > .meta-field:last-child,
.job .entry .entry-data .entry-footer > .meta-field:last-child,
.property .entry .entry-data .entry-footer > .meta-field:last-child,
.resume .entry .entry-data .entry-footer > .meta-field:last-child,
.room .entry .entry-data .entry-footer > .meta-field:last-child,
.travel .entry .entry-data .entry-footer > .meta-field:last-child,
.car .entry .entry-data .entry-footer > .taxonomy:last-child,
.course .entry .entry-data .entry-footer > .taxonomy:last-child,
.event .entry .entry-data .entry-footer > .taxonomy:last-child,
.job .entry .entry-data .entry-footer > .taxonomy:last-child,
.property .entry .entry-data .entry-footer > .taxonomy:last-child,
.resume .entry .entry-data .entry-footer > .taxonomy:last-child,
.room .entry .entry-data .entry-footer > .taxonomy:last-child,
.travel .entry .entry-data .entry-footer > .taxonomy:last-child {
  margin-bottom: 0;
}
.car .entry .entry-data .entry-footer > .meta-field img,
.course .entry .entry-data .entry-footer > .meta-field img,
.event .entry .entry-data .entry-footer > .meta-field img,
.job .entry .entry-data .entry-footer > .meta-field img,
.property .entry .entry-data .entry-footer > .meta-field img,
.resume .entry .entry-data .entry-footer > .meta-field img,
.room .entry .entry-data .entry-footer > .meta-field img,
.travel .entry .entry-data .entry-footer > .meta-field img,
.car .entry .entry-data .entry-footer > .taxonomy img,
.course .entry .entry-data .entry-footer > .taxonomy img,
.event .entry .entry-data .entry-footer > .taxonomy img,
.job .entry .entry-data .entry-footer > .taxonomy img,
.property .entry .entry-data .entry-footer > .taxonomy img,
.resume .entry .entry-data .entry-footer > .taxonomy img,
.room .entry .entry-data .entry-footer > .taxonomy img,
.travel .entry .entry-data .entry-footer > .taxonomy img {
  height: 18px;
  margin-right: 0;
  display: inline-block;
  width: 13px;
  padding: 6px 9px;
  border: 1px solid #81b441;
  border-radius: 200%;
  vertical-align: middle;
  float: left;
}
.car .entry .entry-data .entry-footer > .meta-field img + .value,
.course .entry .entry-data .entry-footer > .meta-field img + .value,
.event .entry .entry-data .entry-footer > .meta-field img + .value,
.job .entry .entry-data .entry-footer > .meta-field img + .value,
.property .entry .entry-data .entry-footer > .meta-field img + .value,
.resume .entry .entry-data .entry-footer > .meta-field img + .value,
.room .entry .entry-data .entry-footer > .meta-field img + .value,
.travel .entry .entry-data .entry-footer > .meta-field img + .value,
.car .entry .entry-data .entry-footer > .taxonomy img + .value,
.course .entry .entry-data .entry-footer > .taxonomy img + .value,
.event .entry .entry-data .entry-footer > .taxonomy img + .value,
.job .entry .entry-data .entry-footer > .taxonomy img + .value,
.property .entry .entry-data .entry-footer > .taxonomy img + .value,
.resume .entry .entry-data .entry-footer > .taxonomy img + .value,
.room .entry .entry-data .entry-footer > .taxonomy img + .value,
.travel .entry .entry-data .entry-footer > .taxonomy img + .value,
.car .entry .entry-data .entry-footer > .meta-field img .links,
.course .entry .entry-data .entry-footer > .meta-field img .links,
.event .entry .entry-data .entry-footer > .meta-field img .links,
.job .entry .entry-data .entry-footer > .meta-field img .links,
.property .entry .entry-data .entry-footer > .meta-field img .links,
.resume .entry .entry-data .entry-footer > .meta-field img .links,
.room .entry .entry-data .entry-footer > .meta-field img .links,
.travel .entry .entry-data .entry-footer > .meta-field img .links,
.car .entry .entry-data .entry-footer > .taxonomy img .links,
.course .entry .entry-data .entry-footer > .taxonomy img .links,
.event .entry .entry-data .entry-footer > .taxonomy img .links,
.job .entry .entry-data .entry-footer > .taxonomy img .links,
.property .entry .entry-data .entry-footer > .taxonomy img .links,
.resume .entry .entry-data .entry-footer > .taxonomy img .links,
.room .entry .entry-data .entry-footer > .taxonomy img .links,
.travel .entry .entry-data .entry-footer > .taxonomy img .links {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 45px);
  float: right;
  padding: 3px 0;
}
.car .entry .entry-data .entry-footer > .meta-field label,
.course .entry .entry-data .entry-footer > .meta-field label,
.event .entry .entry-data .entry-footer > .meta-field label,
.job .entry .entry-data .entry-footer > .meta-field label,
.property .entry .entry-data .entry-footer > .meta-field label,
.resume .entry .entry-data .entry-footer > .meta-field label,
.room .entry .entry-data .entry-footer > .meta-field label,
.travel .entry .entry-data .entry-footer > .meta-field label,
.car .entry .entry-data .entry-footer > .taxonomy label,
.course .entry .entry-data .entry-footer > .taxonomy label,
.event .entry .entry-data .entry-footer > .taxonomy label,
.job .entry .entry-data .entry-footer > .taxonomy label,
.property .entry .entry-data .entry-footer > .taxonomy label,
.resume .entry .entry-data .entry-footer > .taxonomy label,
.room .entry .entry-data .entry-footer > .taxonomy label,
.travel .entry .entry-data .entry-footer > .taxonomy label,
.car .entry .entry-data .entry-footer > .meta-field .value,
.course .entry .entry-data .entry-footer > .meta-field .value,
.event .entry .entry-data .entry-footer > .meta-field .value,
.job .entry .entry-data .entry-footer > .meta-field .value,
.property .entry .entry-data .entry-footer > .meta-field .value,
.resume .entry .entry-data .entry-footer > .meta-field .value,
.room .entry .entry-data .entry-footer > .meta-field .value,
.travel .entry .entry-data .entry-footer > .meta-field .value,
.car .entry .entry-data .entry-footer > .taxonomy .value,
.course .entry .entry-data .entry-footer > .taxonomy .value,
.event .entry .entry-data .entry-footer > .taxonomy .value,
.job .entry .entry-data .entry-footer > .taxonomy .value,
.property .entry .entry-data .entry-footer > .taxonomy .value,
.resume .entry .entry-data .entry-footer > .taxonomy .value,
.room .entry .entry-data .entry-footer > .taxonomy .value,
.travel .entry .entry-data .entry-footer > .taxonomy .value,
.car .entry .entry-data .entry-footer > .meta-field .links,
.course .entry .entry-data .entry-footer > .meta-field .links,
.event .entry .entry-data .entry-footer > .meta-field .links,
.job .entry .entry-data .entry-footer > .meta-field .links,
.property .entry .entry-data .entry-footer > .meta-field .links,
.resume .entry .entry-data .entry-footer > .meta-field .links,
.room .entry .entry-data .entry-footer > .meta-field .links,
.travel .entry .entry-data .entry-footer > .meta-field .links,
.car .entry .entry-data .entry-footer > .taxonomy .links,
.course .entry .entry-data .entry-footer > .taxonomy .links,
.event .entry .entry-data .entry-footer > .taxonomy .links,
.job .entry .entry-data .entry-footer > .taxonomy .links,
.property .entry .entry-data .entry-footer > .taxonomy .links,
.resume .entry .entry-data .entry-footer > .taxonomy .links,
.room .entry .entry-data .entry-footer > .taxonomy .links,
.travel .entry .entry-data .entry-footer > .taxonomy .links {
  font-size: 14px;
}
.car .entry .entry-data .entry-footer > .meta-field label,
.course .entry .entry-data .entry-footer > .meta-field label,
.event .entry .entry-data .entry-footer > .meta-field label,
.job .entry .entry-data .entry-footer > .meta-field label,
.property .entry .entry-data .entry-footer > .meta-field label,
.resume .entry .entry-data .entry-footer > .meta-field label,
.room .entry .entry-data .entry-footer > .meta-field label,
.travel .entry .entry-data .entry-footer > .meta-field label,
.car .entry .entry-data .entry-footer > .taxonomy label,
.course .entry .entry-data .entry-footer > .taxonomy label,
.event .entry .entry-data .entry-footer > .taxonomy label,
.job .entry .entry-data .entry-footer > .taxonomy label,
.property .entry .entry-data .entry-footer > .taxonomy label,
.resume .entry .entry-data .entry-footer > .taxonomy label,
.room .entry .entry-data .entry-footer > .taxonomy label,
.travel .entry .entry-data .entry-footer > .taxonomy label {
  margin-bottom: 0;
  margin-right: 7px;
}
.car .entry .entry-data .entry-footer > .meta-field .value,
.course .entry .entry-data .entry-footer > .meta-field .value,
.event .entry .entry-data .entry-footer > .meta-field .value,
.job .entry .entry-data .entry-footer > .meta-field .value,
.property .entry .entry-data .entry-footer > .meta-field .value,
.resume .entry .entry-data .entry-footer > .meta-field .value,
.room .entry .entry-data .entry-footer > .meta-field .value,
.travel .entry .entry-data .entry-footer > .meta-field .value,
.car .entry .entry-data .entry-footer > .taxonomy .value,
.course .entry .entry-data .entry-footer > .taxonomy .value,
.event .entry .entry-data .entry-footer > .taxonomy .value,
.job .entry .entry-data .entry-footer > .taxonomy .value,
.property .entry .entry-data .entry-footer > .taxonomy .value,
.resume .entry .entry-data .entry-footer > .taxonomy .value,
.room .entry .entry-data .entry-footer > .taxonomy .value,
.travel .entry .entry-data .entry-footer > .taxonomy .value,
.car .entry .entry-data .entry-footer > .meta-field .links,
.course .entry .entry-data .entry-footer > .meta-field .links,
.event .entry .entry-data .entry-footer > .meta-field .links,
.job .entry .entry-data .entry-footer > .meta-field .links,
.property .entry .entry-data .entry-footer > .meta-field .links,
.resume .entry .entry-data .entry-footer > .meta-field .links,
.room .entry .entry-data .entry-footer > .meta-field .links,
.travel .entry .entry-data .entry-footer > .meta-field .links,
.car .entry .entry-data .entry-footer > .taxonomy .links,
.course .entry .entry-data .entry-footer > .taxonomy .links,
.event .entry .entry-data .entry-footer > .taxonomy .links,
.job .entry .entry-data .entry-footer > .taxonomy .links,
.property .entry .entry-data .entry-footer > .taxonomy .links,
.resume .entry .entry-data .entry-footer > .taxonomy .links,
.room .entry .entry-data .entry-footer > .taxonomy .links,
.travel .entry .entry-data .entry-footer > .taxonomy .links {
  color: #888888;
  font-weight: 500;
  letter-spacing: 0;
}
.car .entry .entry-data .entry-footer > .meta-field .value a,
.course .entry .entry-data .entry-footer > .meta-field .value a,
.event .entry .entry-data .entry-footer > .meta-field .value a,
.job .entry .entry-data .entry-footer > .meta-field .value a,
.property .entry .entry-data .entry-footer > .meta-field .value a,
.resume .entry .entry-data .entry-footer > .meta-field .value a,
.room .entry .entry-data .entry-footer > .meta-field .value a,
.travel .entry .entry-data .entry-footer > .meta-field .value a,
.car .entry .entry-data .entry-footer > .taxonomy .value a,
.course .entry .entry-data .entry-footer > .taxonomy .value a,
.event .entry .entry-data .entry-footer > .taxonomy .value a,
.job .entry .entry-data .entry-footer > .taxonomy .value a,
.property .entry .entry-data .entry-footer > .taxonomy .value a,
.resume .entry .entry-data .entry-footer > .taxonomy .value a,
.room .entry .entry-data .entry-footer > .taxonomy .value a,
.travel .entry .entry-data .entry-footer > .taxonomy .value a,
.car .entry .entry-data .entry-footer > .meta-field .links a,
.course .entry .entry-data .entry-footer > .meta-field .links a,
.event .entry .entry-data .entry-footer > .meta-field .links a,
.job .entry .entry-data .entry-footer > .meta-field .links a,
.property .entry .entry-data .entry-footer > .meta-field .links a,
.resume .entry .entry-data .entry-footer > .meta-field .links a,
.room .entry .entry-data .entry-footer > .meta-field .links a,
.travel .entry .entry-data .entry-footer > .meta-field .links a,
.car .entry .entry-data .entry-footer > .taxonomy .links a,
.course .entry .entry-data .entry-footer > .taxonomy .links a,
.event .entry .entry-data .entry-footer > .taxonomy .links a,
.job .entry .entry-data .entry-footer > .taxonomy .links a,
.property .entry .entry-data .entry-footer > .taxonomy .links a,
.resume .entry .entry-data .entry-footer > .taxonomy .links a,
.room .entry .entry-data .entry-footer > .taxonomy .links a,
.travel .entry .entry-data .entry-footer > .taxonomy .links a {
  color: #888888;
}
.car .entry .entry-data .entry-footer > .meta-field .value a:hover,
.course .entry .entry-data .entry-footer > .meta-field .value a:hover,
.event .entry .entry-data .entry-footer > .meta-field .value a:hover,
.job .entry .entry-data .entry-footer > .meta-field .value a:hover,
.property .entry .entry-data .entry-footer > .meta-field .value a:hover,
.resume .entry .entry-data .entry-footer > .meta-field .value a:hover,
.room .entry .entry-data .entry-footer > .meta-field .value a:hover,
.travel .entry .entry-data .entry-footer > .meta-field .value a:hover,
.car .entry .entry-data .entry-footer > .taxonomy .value a:hover,
.course .entry .entry-data .entry-footer > .taxonomy .value a:hover,
.event .entry .entry-data .entry-footer > .taxonomy .value a:hover,
.job .entry .entry-data .entry-footer > .taxonomy .value a:hover,
.property .entry .entry-data .entry-footer > .taxonomy .value a:hover,
.resume .entry .entry-data .entry-footer > .taxonomy .value a:hover,
.room .entry .entry-data .entry-footer > .taxonomy .value a:hover,
.travel .entry .entry-data .entry-footer > .taxonomy .value a:hover,
.car .entry .entry-data .entry-footer > .meta-field .links a:hover,
.course .entry .entry-data .entry-footer > .meta-field .links a:hover,
.event .entry .entry-data .entry-footer > .meta-field .links a:hover,
.job .entry .entry-data .entry-footer > .meta-field .links a:hover,
.property .entry .entry-data .entry-footer > .meta-field .links a:hover,
.resume .entry .entry-data .entry-footer > .meta-field .links a:hover,
.room .entry .entry-data .entry-footer > .meta-field .links a:hover,
.travel .entry .entry-data .entry-footer > .meta-field .links a:hover,
.car .entry .entry-data .entry-footer > .taxonomy .links a:hover,
.course .entry .entry-data .entry-footer > .taxonomy .links a:hover,
.event .entry .entry-data .entry-footer > .taxonomy .links a:hover,
.job .entry .entry-data .entry-footer > .taxonomy .links a:hover,
.property .entry .entry-data .entry-footer > .taxonomy .links a:hover,
.resume .entry .entry-data .entry-footer > .taxonomy .links a:hover,
.room .entry .entry-data .entry-footer > .taxonomy .links a:hover,
.travel .entry .entry-data .entry-footer > .taxonomy .links a:hover {
  color: #81b441;
}
.car .entry .entry-data .entry-footer > .meta-field:after,
.course .entry .entry-data .entry-footer > .meta-field:after,
.event .entry .entry-data .entry-footer > .meta-field:after,
.job .entry .entry-data .entry-footer > .meta-field:after,
.property .entry .entry-data .entry-footer > .meta-field:after,
.resume .entry .entry-data .entry-footer > .meta-field:after,
.room .entry .entry-data .entry-footer > .meta-field:after,
.travel .entry .entry-data .entry-footer > .meta-field:after,
.car .entry .entry-data .entry-footer > .taxonomy:after,
.course .entry .entry-data .entry-footer > .taxonomy:after,
.event .entry .entry-data .entry-footer > .taxonomy:after,
.job .entry .entry-data .entry-footer > .taxonomy:after,
.property .entry .entry-data .entry-footer > .taxonomy:after,
.resume .entry .entry-data .entry-footer > .taxonomy:after,
.room .entry .entry-data .entry-footer > .taxonomy:after,
.travel .entry .entry-data .entry-footer > .taxonomy:after {
  content: "";
  display: table;
  clear: both;
}
.car .entry .entry-data .entry-footer > .meta-field label,
.course .entry .entry-data .entry-footer > .meta-field label,
.event .entry .entry-data .entry-footer > .meta-field label,
.job .entry .entry-data .entry-footer > .meta-field label,
.property .entry .entry-data .entry-footer > .meta-field label,
.resume .entry .entry-data .entry-footer > .meta-field label,
.room .entry .entry-data .entry-footer > .meta-field label,
.travel .entry .entry-data .entry-footer > .meta-field label,
.car .entry .entry-data .entry-footer > .taxonomy label,
.course .entry .entry-data .entry-footer > .taxonomy label,
.event .entry .entry-data .entry-footer > .taxonomy label,
.job .entry .entry-data .entry-footer > .taxonomy label,
.property .entry .entry-data .entry-footer > .taxonomy label,
.resume .entry .entry-data .entry-footer > .taxonomy label,
.room .entry .entry-data .entry-footer > .taxonomy label,
.travel .entry .entry-data .entry-footer > .taxonomy label {
  display: none;
}
.car .entry .entry-data .entry-footer > .meta-field .units,
.course .entry .entry-data .entry-footer > .meta-field .units,
.event .entry .entry-data .entry-footer > .meta-field .units,
.job .entry .entry-data .entry-footer > .meta-field .units,
.property .entry .entry-data .entry-footer > .meta-field .units,
.resume .entry .entry-data .entry-footer > .meta-field .units,
.room .entry .entry-data .entry-footer > .meta-field .units,
.travel .entry .entry-data .entry-footer > .meta-field .units,
.car .entry .entry-data .entry-footer > .taxonomy .units,
.course .entry .entry-data .entry-footer > .taxonomy .units,
.event .entry .entry-data .entry-footer > .taxonomy .units,
.job .entry .entry-data .entry-footer > .taxonomy .units,
.property .entry .entry-data .entry-footer > .taxonomy .units,
.resume .entry .entry-data .entry-footer > .taxonomy .units,
.room .entry .entry-data .entry-footer > .taxonomy .units,
.travel .entry .entry-data .entry-footer > .taxonomy .units {
  text-transform: lowercase;
}
.car .entry .entry-data .entry-footer > .meta-field:after,
.course .entry .entry-data .entry-footer > .meta-field:after,
.event .entry .entry-data .entry-footer > .meta-field:after,
.job .entry .entry-data .entry-footer > .meta-field:after,
.property .entry .entry-data .entry-footer > .meta-field:after,
.resume .entry .entry-data .entry-footer > .meta-field:after,
.room .entry .entry-data .entry-footer > .meta-field:after,
.travel .entry .entry-data .entry-footer > .meta-field:after,
.car .entry .entry-data .entry-footer > .taxonomy:after,
.course .entry .entry-data .entry-footer > .taxonomy:after,
.event .entry .entry-data .entry-footer > .taxonomy:after,
.job .entry .entry-data .entry-footer > .taxonomy:after,
.property .entry .entry-data .entry-footer > .taxonomy:after,
.resume .entry .entry-data .entry-footer > .taxonomy:after,
.room .entry .entry-data .entry-footer > .taxonomy:after,
.travel .entry .entry-data .entry-footer > .taxonomy:after {
  content: " ";
  display: table;
  clear: both;
}
.car .entry .entry-data .entry-footer > span,
.course .entry .entry-data .entry-footer > span,
.event .entry .entry-data .entry-footer > span,
.job .entry .entry-data .entry-footer > span,
.property .entry .entry-data .entry-footer > span,
.resume .entry .entry-data .entry-footer > span,
.room .entry .entry-data .entry-footer > span,
.travel .entry .entry-data .entry-footer > span {
  margin-right: 21px;
}
.car .entry .entry-data .entry-footer > span a[href],
.course .entry .entry-data .entry-footer > span a[href],
.event .entry .entry-data .entry-footer > span a[href],
.job .entry .entry-data .entry-footer > span a[href],
.property .entry .entry-data .entry-footer > span a[href],
.resume .entry .entry-data .entry-footer > span a[href],
.room .entry .entry-data .entry-footer > span a[href],
.travel .entry .entry-data .entry-footer > span a[href] {
  color: #888888;
  white-space: nowrap;
  margin-bottom: 5px;
  display: inline-block;
}
.car .entry .entry-data .entry-footer > span a[href]:hover,
.course .entry .entry-data .entry-footer > span a[href]:hover,
.event .entry .entry-data .entry-footer > span a[href]:hover,
.job .entry .entry-data .entry-footer > span a[href]:hover,
.property .entry .entry-data .entry-footer > span a[href]:hover,
.resume .entry .entry-data .entry-footer > span a[href]:hover,
.room .entry .entry-data .entry-footer > span a[href]:hover,
.travel .entry .entry-data .entry-footer > span a[href]:hover {
  color: #81b441;
}
.car .entry .entry-data .entry-footer > span:last-child::after,
.course .entry .entry-data .entry-footer > span:last-child::after,
.event .entry .entry-data .entry-footer > span:last-child::after,
.job .entry .entry-data .entry-footer > span:last-child::after,
.property .entry .entry-data .entry-footer > span:last-child::after,
.resume .entry .entry-data .entry-footer > span:last-child::after,
.room .entry .entry-data .entry-footer > span:last-child::after,
.travel .entry .entry-data .entry-footer > span:last-child::after {
  content: none;
}
.car .entry .entry-data .entry-footer > span.date a::before,
.course .entry .entry-data .entry-footer > span.date a::before,
.event .entry .entry-data .entry-footer > span.date a::before,
.job .entry .entry-data .entry-footer > span.date a::before,
.property .entry .entry-data .entry-footer > span.date a::before,
.resume .entry .entry-data .entry-footer > span.date a::before,
.room .entry .entry-data .entry-footer > span.date a::before,
.travel .entry .entry-data .entry-footer > span.date a::before {
  content: "\e6b6";
  margin-right: 5px;
  font-family: 'themify';
}
.car .entry .entry-data .entry-footer > .comments a .count:before,
.course .entry .entry-data .entry-footer > .comments a .count:before,
.event .entry .entry-data .entry-footer > .comments a .count:before,
.job .entry .entry-data .entry-footer > .comments a .count:before,
.property .entry .entry-data .entry-footer > .comments a .count:before,
.resume .entry .entry-data .entry-footer > .comments a .count:before,
.room .entry .entry-data .entry-footer > .comments a .count:before,
.travel .entry .entry-data .entry-footer > .comments a .count:before {
  content: "\e644";
  margin-right: 5px;
  font-family: 'themify';
  display: inline-block;
  vertical-align: middle;
}
.car .entry .entry-data .entry-footer > .comments .label,
.course .entry .entry-data .entry-footer > .comments .label,
.event .entry .entry-data .entry-footer > .comments .label,
.job .entry .entry-data .entry-footer > .comments .label,
.property .entry .entry-data .entry-footer > .comments .label,
.resume .entry .entry-data .entry-footer > .comments .label,
.room .entry .entry-data .entry-footer > .comments .label,
.travel .entry .entry-data .entry-footer > .comments .label {
  display: none;
}
.car .entry .entry-data .entry-footer .button,
.course .entry .entry-data .entry-footer .button,
.event .entry .entry-data .entry-footer .button,
.job .entry .entry-data .entry-footer .button,
.property .entry .entry-data .entry-footer .button,
.resume .entry .entry-data .entry-footer .button,
.room .entry .entry-data .entry-footer .button,
.travel .entry .entry-data .entry-footer .button,
.car .entry .entry-data .entry-footer .added_to_cart,
.course .entry .entry-data .entry-footer .added_to_cart,
.event .entry .entry-data .entry-footer .added_to_cart,
.job .entry .entry-data .entry-footer .added_to_cart,
.property .entry .entry-data .entry-footer .added_to_cart,
.resume .entry .entry-data .entry-footer .added_to_cart,
.room .entry .entry-data .entry-footer .added_to_cart,
.travel .entry .entry-data .entry-footer .added_to_cart,
.car .entry .entry-data .entry-footer .entry-more,
.course .entry .entry-data .entry-footer .entry-more,
.event .entry .entry-data .entry-footer .entry-more,
.job .entry .entry-data .entry-footer .entry-more,
.property .entry .entry-data .entry-footer .entry-more,
.resume .entry .entry-data .entry-footer .entry-more,
.room .entry .entry-data .entry-footer .entry-more,
.travel .entry .entry-data .entry-footer .entry-more {
  display: block;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
  font-size: 14px;
  background-color: transparent;
  color: #81b441;
  outline: 0;
  outline-offset: 0;
  width: auto;
  box-sizing: border-box;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-touch-action: manipulation;
  -khtml-touch-action: manipulation;
  -moz-touch-action: manipulation;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  margin: 0;
  text-decoration: none;
  text-transform: none;
  padding-left: 30px;
  border: none;
  position: relative;
}
.car .entry .entry-data .entry-footer .button:focus,
.course .entry .entry-data .entry-footer .button:focus,
.event .entry .entry-data .entry-footer .button:focus,
.job .entry .entry-data .entry-footer .button:focus,
.property .entry .entry-data .entry-footer .button:focus,
.resume .entry .entry-data .entry-footer .button:focus,
.room .entry .entry-data .entry-footer .button:focus,
.travel .entry .entry-data .entry-footer .button:focus,
.car .entry .entry-data .entry-footer .added_to_cart:focus,
.course .entry .entry-data .entry-footer .added_to_cart:focus,
.event .entry .entry-data .entry-footer .added_to_cart:focus,
.job .entry .entry-data .entry-footer .added_to_cart:focus,
.property .entry .entry-data .entry-footer .added_to_cart:focus,
.resume .entry .entry-data .entry-footer .added_to_cart:focus,
.room .entry .entry-data .entry-footer .added_to_cart:focus,
.travel .entry .entry-data .entry-footer .added_to_cart:focus,
.car .entry .entry-data .entry-footer .entry-more:focus,
.course .entry .entry-data .entry-footer .entry-more:focus,
.event .entry .entry-data .entry-footer .entry-more:focus,
.job .entry .entry-data .entry-footer .entry-more:focus,
.property .entry .entry-data .entry-footer .entry-more:focus,
.resume .entry .entry-data .entry-footer .entry-more:focus,
.room .entry .entry-data .entry-footer .entry-more:focus,
.travel .entry .entry-data .entry-footer .entry-more:focus {
  outline: 0;
  outline-offset: 0;
}
.car .entry .entry-data .entry-footer .button a,
.course .entry .entry-data .entry-footer .button a,
.event .entry .entry-data .entry-footer .button a,
.job .entry .entry-data .entry-footer .button a,
.property .entry .entry-data .entry-footer .button a,
.resume .entry .entry-data .entry-footer .button a,
.room .entry .entry-data .entry-footer .button a,
.travel .entry .entry-data .entry-footer .button a,
.car .entry .entry-data .entry-footer .added_to_cart a,
.course .entry .entry-data .entry-footer .added_to_cart a,
.event .entry .entry-data .entry-footer .added_to_cart a,
.job .entry .entry-data .entry-footer .added_to_cart a,
.property .entry .entry-data .entry-footer .added_to_cart a,
.resume .entry .entry-data .entry-footer .added_to_cart a,
.room .entry .entry-data .entry-footer .added_to_cart a,
.travel .entry .entry-data .entry-footer .added_to_cart a,
.car .entry .entry-data .entry-footer .entry-more a,
.course .entry .entry-data .entry-footer .entry-more a,
.event .entry .entry-data .entry-footer .entry-more a,
.job .entry .entry-data .entry-footer .entry-more a,
.property .entry .entry-data .entry-footer .entry-more a,
.resume .entry .entry-data .entry-footer .entry-more a,
.room .entry .entry-data .entry-footer .entry-more a,
.travel .entry .entry-data .entry-footer .entry-more a {
  color: #333333;
}
.car .entry .entry-data .entry-footer .button.added,
.course .entry .entry-data .entry-footer .button.added,
.event .entry .entry-data .entry-footer .button.added,
.job .entry .entry-data .entry-footer .button.added,
.property .entry .entry-data .entry-footer .button.added,
.resume .entry .entry-data .entry-footer .button.added,
.room .entry .entry-data .entry-footer .button.added,
.travel .entry .entry-data .entry-footer .button.added,
.car .entry .entry-data .entry-footer .added_to_cart.added,
.course .entry .entry-data .entry-footer .added_to_cart.added,
.event .entry .entry-data .entry-footer .added_to_cart.added,
.job .entry .entry-data .entry-footer .added_to_cart.added,
.property .entry .entry-data .entry-footer .added_to_cart.added,
.resume .entry .entry-data .entry-footer .added_to_cart.added,
.room .entry .entry-data .entry-footer .added_to_cart.added,
.travel .entry .entry-data .entry-footer .added_to_cart.added,
.car .entry .entry-data .entry-footer .entry-more.added,
.course .entry .entry-data .entry-footer .entry-more.added,
.event .entry .entry-data .entry-footer .entry-more.added,
.job .entry .entry-data .entry-footer .entry-more.added,
.property .entry .entry-data .entry-footer .entry-more.added,
.resume .entry .entry-data .entry-footer .entry-more.added,
.room .entry .entry-data .entry-footer .entry-more.added,
.travel .entry .entry-data .entry-footer .entry-more.added {
  display: none;
}
.car .entry .entry-data .entry-footer .avatar img,
.course .entry .entry-data .entry-footer .avatar img,
.event .entry .entry-data .entry-footer .avatar img,
.job .entry .entry-data .entry-footer .avatar img,
.property .entry .entry-data .entry-footer .avatar img,
.resume .entry .entry-data .entry-footer .avatar img,
.room .entry .entry-data .entry-footer .avatar img,
.travel .entry .entry-data .entry-footer .avatar img {
  max-height: 28px;
  width: auto;
  margin-right: 5px;
  border-radius: 100%;
}
.car .entry .entry-data .entry-footer .price,
.course .entry .entry-data .entry-footer .price,
.event .entry .entry-data .entry-footer .price,
.job .entry .entry-data .entry-footer .price,
.property .entry .entry-data .entry-footer .price,
.resume .entry .entry-data .entry-footer .price,
.room .entry .entry-data .entry-footer .price,
.travel .entry .entry-data .entry-footer .price {
  font-size: 13px;
  font-family: "Open Sans";
  color: #ffffff;
  background-color: #81b441;
  border-radius: 3px;
  line-height: 23px;
  padding: 0 14px;
  font-weight: 500;
  letter-spacing: 0;
  display: inline-block;
  margin: 0;
}
.car .entry .entry-data .entry-footer .price del,
.course .entry .entry-data .entry-footer .price del,
.event .entry .entry-data .entry-footer .price del,
.job .entry .entry-data .entry-footer .price del,
.property .entry .entry-data .entry-footer .price del,
.resume .entry .entry-data .entry-footer .price del,
.room .entry .entry-data .entry-footer .price del,
.travel .entry .entry-data .entry-footer .price del {
  margin-right: 5px;
}
.car .entry .entry-data .entry-footer .price ins,
.course .entry .entry-data .entry-footer .price ins,
.event .entry .entry-data .entry-footer .price ins,
.job .entry .entry-data .entry-footer .price ins,
.property .entry .entry-data .entry-footer .price ins,
.resume .entry .entry-data .entry-footer .price ins,
.room .entry .entry-data .entry-footer .price ins,
.travel .entry .entry-data .entry-footer .price ins,
.car .entry .entry-data .entry-footer .price > span.amount,
.course .entry .entry-data .entry-footer .price > span.amount,
.event .entry .entry-data .entry-footer .price > span.amount,
.job .entry .entry-data .entry-footer .price > span.amount,
.property .entry .entry-data .entry-footer .price > span.amount,
.resume .entry .entry-data .entry-footer .price > span.amount,
.room .entry .entry-data .entry-footer .price > span.amount,
.travel .entry .entry-data .entry-footer .price > span.amount {
  background-color: transparent;
}
.car .entry .entry-data .entry-footer .woocommerce-product-rating .woocommerce-review-link,
.course .entry .entry-data .entry-footer .woocommerce-product-rating .woocommerce-review-link,
.event .entry .entry-data .entry-footer .woocommerce-product-rating .woocommerce-review-link,
.job .entry .entry-data .entry-footer .woocommerce-product-rating .woocommerce-review-link,
.property .entry .entry-data .entry-footer .woocommerce-product-rating .woocommerce-review-link,
.resume .entry .entry-data .entry-footer .woocommerce-product-rating .woocommerce-review-link,
.room .entry .entry-data .entry-footer .woocommerce-product-rating .woocommerce-review-link,
.travel .entry .entry-data .entry-footer .woocommerce-product-rating .woocommerce-review-link {
  color: #333333;
}
.car .entry .entry-data .entry-footer span,
.course .entry .entry-data .entry-footer span,
.event .entry .entry-data .entry-footer span,
.job .entry .entry-data .entry-footer span,
.property .entry .entry-data .entry-footer span,
.resume .entry .entry-data .entry-footer span,
.room .entry .entry-data .entry-footer span,
.travel .entry .entry-data .entry-footer span {
  margin-right: 0;
}
.car .entry .entry-data .entry-footer span::after,
.course .entry .entry-data .entry-footer span::after,
.event .entry .entry-data .entry-footer span::after,
.job .entry .entry-data .entry-footer span::after,
.property .entry .entry-data .entry-footer span::after,
.resume .entry .entry-data .entry-footer span::after,
.room .entry .entry-data .entry-footer span::after,
.travel .entry .entry-data .entry-footer span::after {
  content: none;
}
.car .entry .entry-data .entry-footer:after,
.course .entry .entry-data .entry-footer:after,
.event .entry .entry-data .entry-footer:after,
.job .entry .entry-data .entry-footer:after,
.property .entry .entry-data .entry-footer:after,
.resume .entry .entry-data .entry-footer:after,
.room .entry .entry-data .entry-footer:after,
.travel .entry .entry-data .entry-footer:after {
  content: " ";
  display: table;
  clear: both;
}
.car .entry .entry-additions,
.course .entry .entry-additions,
.event .entry .entry-additions,
.job .entry .entry-additions,
.property .entry .entry-additions,
.resume .entry .entry-additions,
.room .entry .entry-additions,
.travel .entry .entry-additions {
  display: table-cell;
  vertical-align: middle;
  border-left: 1px solid #f0f0f0;
  text-align: center;
  width: 19%;
  padding: 39px 0;
}
.car .entry .entry-additions > *,
.course .entry .entry-additions > *,
.event .entry .entry-additions > *,
.job .entry .entry-additions > *,
.property .entry .entry-additions > *,
.resume .entry .entry-additions > *,
.room .entry .entry-additions > *,
.travel .entry .entry-additions > * {
  display: block;
  margin-bottom: 15px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
  font-size: 14px;
}
.car .entry .entry-additions > *:first-child,
.course .entry .entry-additions > *:first-child,
.event .entry .entry-additions > *:first-child,
.job .entry .entry-additions > *:first-child,
.property .entry .entry-additions > *:first-child,
.resume .entry .entry-additions > *:first-child,
.room .entry .entry-additions > *:first-child,
.travel .entry .entry-additions > *:first-child {
  margin-top: 0 !important;
}
.car .entry .entry-additions > *:last-child,
.course .entry .entry-additions > *:last-child,
.event .entry .entry-additions > *:last-child,
.job .entry .entry-additions > *:last-child,
.property .entry .entry-additions > *:last-child,
.resume .entry .entry-additions > *:last-child,
.room .entry .entry-additions > *:last-child,
.travel .entry .entry-additions > *:last-child {
  margin-bottom: 0 !important;
}
.car .entry .entry-additions .button,
.course .entry .entry-additions .button,
.event .entry .entry-additions .button,
.job .entry .entry-additions .button,
.property .entry .entry-additions .button,
.resume .entry .entry-additions .button,
.room .entry .entry-additions .button,
.travel .entry .entry-additions .button,
.car .entry .entry-additions .added_to_cart,
.course .entry .entry-additions .added_to_cart,
.event .entry .entry-additions .added_to_cart,
.job .entry .entry-additions .added_to_cart,
.property .entry .entry-additions .added_to_cart,
.resume .entry .entry-additions .added_to_cart,
.room .entry .entry-additions .added_to_cart,
.travel .entry .entry-additions .added_to_cart,
.car .entry .entry-additions .entry-more,
.course .entry .entry-additions .entry-more,
.event .entry .entry-additions .entry-more,
.job .entry .entry-additions .entry-more,
.property .entry .entry-additions .entry-more,
.resume .entry .entry-additions .entry-more,
.room .entry .entry-additions .entry-more,
.travel .entry .entry-additions .entry-more {
  display: block;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
  font-size: 14px;
  background-color: transparent;
  color: #81b441;
  outline: 0;
  outline-offset: 0;
  width: auto;
  box-sizing: border-box;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-touch-action: manipulation;
  -khtml-touch-action: manipulation;
  -moz-touch-action: manipulation;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  margin: 0;
  text-decoration: none;
  text-transform: none;
  padding-left: 30px;
  border: none;
  position: relative;
  padding: 0;
  width: 100%;
}
.car .entry .entry-additions .button:focus,
.course .entry .entry-additions .button:focus,
.event .entry .entry-additions .button:focus,
.job .entry .entry-additions .button:focus,
.property .entry .entry-additions .button:focus,
.resume .entry .entry-additions .button:focus,
.room .entry .entry-additions .button:focus,
.travel .entry .entry-additions .button:focus,
.car .entry .entry-additions .added_to_cart:focus,
.course .entry .entry-additions .added_to_cart:focus,
.event .entry .entry-additions .added_to_cart:focus,
.job .entry .entry-additions .added_to_cart:focus,
.property .entry .entry-additions .added_to_cart:focus,
.resume .entry .entry-additions .added_to_cart:focus,
.room .entry .entry-additions .added_to_cart:focus,
.travel .entry .entry-additions .added_to_cart:focus,
.car .entry .entry-additions .entry-more:focus,
.course .entry .entry-additions .entry-more:focus,
.event .entry .entry-additions .entry-more:focus,
.job .entry .entry-additions .entry-more:focus,
.property .entry .entry-additions .entry-more:focus,
.resume .entry .entry-additions .entry-more:focus,
.room .entry .entry-additions .entry-more:focus,
.travel .entry .entry-additions .entry-more:focus {
  outline: 0;
  outline-offset: 0;
}
.car .entry .entry-additions .button a,
.course .entry .entry-additions .button a,
.event .entry .entry-additions .button a,
.job .entry .entry-additions .button a,
.property .entry .entry-additions .button a,
.resume .entry .entry-additions .button a,
.room .entry .entry-additions .button a,
.travel .entry .entry-additions .button a,
.car .entry .entry-additions .added_to_cart a,
.course .entry .entry-additions .added_to_cart a,
.event .entry .entry-additions .added_to_cart a,
.job .entry .entry-additions .added_to_cart a,
.property .entry .entry-additions .added_to_cart a,
.resume .entry .entry-additions .added_to_cart a,
.room .entry .entry-additions .added_to_cart a,
.travel .entry .entry-additions .added_to_cart a,
.car .entry .entry-additions .entry-more a,
.course .entry .entry-additions .entry-more a,
.event .entry .entry-additions .entry-more a,
.job .entry .entry-additions .entry-more a,
.property .entry .entry-additions .entry-more a,
.resume .entry .entry-additions .entry-more a,
.room .entry .entry-additions .entry-more a,
.travel .entry .entry-additions .entry-more a {
  color: #333333;
}
.car .entry .entry-additions .button.loading,
.course .entry .entry-additions .button.loading,
.event .entry .entry-additions .button.loading,
.job .entry .entry-additions .button.loading,
.property .entry .entry-additions .button.loading,
.resume .entry .entry-additions .button.loading,
.room .entry .entry-additions .button.loading,
.travel .entry .entry-additions .button.loading,
.car .entry .entry-additions .added_to_cart.loading,
.course .entry .entry-additions .added_to_cart.loading,
.event .entry .entry-additions .added_to_cart.loading,
.job .entry .entry-additions .added_to_cart.loading,
.property .entry .entry-additions .added_to_cart.loading,
.resume .entry .entry-additions .added_to_cart.loading,
.room .entry .entry-additions .added_to_cart.loading,
.travel .entry .entry-additions .added_to_cart.loading,
.car .entry .entry-additions .entry-more.loading,
.course .entry .entry-additions .entry-more.loading,
.event .entry .entry-additions .entry-more.loading,
.job .entry .entry-additions .entry-more.loading,
.property .entry .entry-additions .entry-more.loading,
.resume .entry .entry-additions .entry-more.loading,
.room .entry .entry-additions .entry-more.loading,
.travel .entry .entry-additions .entry-more.loading {
  pointer-events: none;
  opacity: 0.5;
}
.car .entry .entry-additions .button.added,
.course .entry .entry-additions .button.added,
.event .entry .entry-additions .button.added,
.job .entry .entry-additions .button.added,
.property .entry .entry-additions .button.added,
.resume .entry .entry-additions .button.added,
.room .entry .entry-additions .button.added,
.travel .entry .entry-additions .button.added,
.car .entry .entry-additions .added_to_cart.added,
.course .entry .entry-additions .added_to_cart.added,
.event .entry .entry-additions .added_to_cart.added,
.job .entry .entry-additions .added_to_cart.added,
.property .entry .entry-additions .added_to_cart.added,
.resume .entry .entry-additions .added_to_cart.added,
.room .entry .entry-additions .added_to_cart.added,
.travel .entry .entry-additions .added_to_cart.added,
.car .entry .entry-additions .entry-more.added,
.course .entry .entry-additions .entry-more.added,
.event .entry .entry-additions .entry-more.added,
.job .entry .entry-additions .entry-more.added,
.property .entry .entry-additions .entry-more.added,
.resume .entry .entry-additions .entry-more.added,
.room .entry .entry-additions .entry-more.added,
.travel .entry .entry-additions .entry-more.added,
.car .entry .entry-additions .button.added_to_cart,
.course .entry .entry-additions .button.added_to_cart,
.event .entry .entry-additions .button.added_to_cart,
.job .entry .entry-additions .button.added_to_cart,
.property .entry .entry-additions .button.added_to_cart,
.resume .entry .entry-additions .button.added_to_cart,
.room .entry .entry-additions .button.added_to_cart,
.travel .entry .entry-additions .button.added_to_cart,
.car .entry .entry-additions .added_to_cart.added_to_cart,
.course .entry .entry-additions .added_to_cart.added_to_cart,
.event .entry .entry-additions .added_to_cart.added_to_cart,
.job .entry .entry-additions .added_to_cart.added_to_cart,
.property .entry .entry-additions .added_to_cart.added_to_cart,
.resume .entry .entry-additions .added_to_cart.added_to_cart,
.room .entry .entry-additions .added_to_cart.added_to_cart,
.travel .entry .entry-additions .added_to_cart.added_to_cart,
.car .entry .entry-additions .entry-more.added_to_cart,
.course .entry .entry-additions .entry-more.added_to_cart,
.event .entry .entry-additions .entry-more.added_to_cart,
.job .entry .entry-additions .entry-more.added_to_cart,
.property .entry .entry-additions .entry-more.added_to_cart,
.resume .entry .entry-additions .entry-more.added_to_cart,
.room .entry .entry-additions .entry-more.added_to_cart,
.travel .entry .entry-additions .entry-more.added_to_cart {
  display: none;
}
.car .entry .entry-additions form.variations_form.cart,
.course .entry .entry-additions form.variations_form.cart,
.event .entry .entry-additions form.variations_form.cart,
.job .entry .entry-additions form.variations_form.cart,
.property .entry .entry-additions form.variations_form.cart,
.resume .entry .entry-additions form.variations_form.cart,
.room .entry .entry-additions form.variations_form.cart,
.travel .entry .entry-additions form.variations_form.cart {
  margin-bottom: 0;
}
.car .entry .entry-additions form.variations_form.cart + .price,
.course .entry .entry-additions form.variations_form.cart + .price,
.event .entry .entry-additions form.variations_form.cart + .price,
.job .entry .entry-additions form.variations_form.cart + .price,
.property .entry .entry-additions form.variations_form.cart + .price,
.resume .entry .entry-additions form.variations_form.cart + .price,
.room .entry .entry-additions form.variations_form.cart + .price,
.travel .entry .entry-additions form.variations_form.cart + .price {
  display: none;
}
.car .entry .entry-additions .price,
.course .entry .entry-additions .price,
.event .entry .entry-additions .price,
.job .entry .entry-additions .price,
.property .entry .entry-additions .price,
.resume .entry .entry-additions .price,
.room .entry .entry-additions .price,
.travel .entry .entry-additions .price {
  font-size: 13px;
  font-family: "Open Sans";
  color: #222222;
  opacity: 1;
  background-color: transparent;
  border-radius: 3px;
  line-height: 1px;
  padding: 0 18px;
  font-weight: 500;
  letter-spacing: 0;
  display: inline-block;
  margin: 0;
  display: block;
  margin-top: 15px;
  margin-bottom: 10px;
}
.car .entry .entry-additions .price del,
.course .entry .entry-additions .price del,
.event .entry .entry-additions .price del,
.job .entry .entry-additions .price del,
.property .entry .entry-additions .price del,
.resume .entry .entry-additions .price del,
.room .entry .entry-additions .price del,
.travel .entry .entry-additions .price del,
.car .entry .entry-additions .price ins,
.course .entry .entry-additions .price ins,
.event .entry .entry-additions .price ins,
.job .entry .entry-additions .price ins,
.property .entry .entry-additions .price ins,
.resume .entry .entry-additions .price ins,
.room .entry .entry-additions .price ins,
.travel .entry .entry-additions .price ins,
.car .entry .entry-additions .price > span.amount,
.course .entry .entry-additions .price > span.amount,
.event .entry .entry-additions .price > span.amount,
.job .entry .entry-additions .price > span.amount,
.property .entry .entry-additions .price > span.amount,
.resume .entry .entry-additions .price > span.amount,
.room .entry .entry-additions .price > span.amount,
.travel .entry .entry-additions .price > span.amount {
  border-radius: 3px;
  line-height: 19px;
  padding: 0 4px;
  display: inline-block;
  margin: 0;
}
.car .entry .entry-additions .price del,
.course .entry .entry-additions .price del,
.event .entry .entry-additions .price del,
.job .entry .entry-additions .price del,
.property .entry .entry-additions .price del,
.resume .entry .entry-additions .price del,
.room .entry .entry-additions .price del,
.travel .entry .entry-additions .price del {
  color: rgba(34, 34, 34, 0.5);
}
.car .entry .entry-additions .price ins,
.course .entry .entry-additions .price ins,
.event .entry .entry-additions .price ins,
.job .entry .entry-additions .price ins,
.property .entry .entry-additions .price ins,
.resume .entry .entry-additions .price ins,
.room .entry .entry-additions .price ins,
.travel .entry .entry-additions .price ins,
.car .entry .entry-additions .price > span.amount,
.course .entry .entry-additions .price > span.amount,
.event .entry .entry-additions .price > span.amount,
.job .entry .entry-additions .price > span.amount,
.property .entry .entry-additions .price > span.amount,
.resume .entry .entry-additions .price > span.amount,
.room .entry .entry-additions .price > span.amount,
.travel .entry .entry-additions .price > span.amount {
  background-color: transparent;
}
.car .entry .entry-additions > form,
.course .entry .entry-additions > form,
.event .entry .entry-additions > form,
.job .entry .entry-additions > form,
.property .entry .entry-additions > form,
.resume .entry .entry-additions > form,
.room .entry .entry-additions > form,
.travel .entry .entry-additions > form {
  padding: 0 21px;
  text-align: center;
}
.car .entry .entry-additions > form button,
.course .entry .entry-additions > form button,
.event .entry .entry-additions > form button,
.job .entry .entry-additions > form button,
.property .entry .entry-additions > form button,
.resume .entry .entry-additions > form button,
.room .entry .entry-additions > form button,
.travel .entry .entry-additions > form button {
  padding: 0 !important;
  display: inline-block !important;
  float: none !important;
}
.car .entry .entry-additions > span.purchased,
.course .entry .entry-additions > span.purchased,
.event .entry .entry-additions > span.purchased,
.job .entry .entry-additions > span.purchased,
.property .entry .entry-additions > span.purchased,
.resume .entry .entry-additions > span.purchased,
.room .entry .entry-additions > span.purchased,
.travel .entry .entry-additions > span.purchased {
  color: #888888;
  margin-bottom: 12px;
}
.car .entry .entry-additions > a,
.course .entry .entry-additions > a,
.event .entry .entry-additions > a,
.job .entry .entry-additions > a,
.property .entry .entry-additions > a,
.resume .entry .entry-additions > a,
.room .entry .entry-additions > a,
.travel .entry .entry-additions > a {
  color: #81b441;
}
.car .entry .entry-additions > .star-rating,
.course .entry .entry-additions > .star-rating,
.event .entry .entry-additions > .star-rating,
.job .entry .entry-additions > .star-rating,
.property .entry .entry-additions > .star-rating,
.resume .entry .entry-additions > .star-rating,
.room .entry .entry-additions > .star-rating,
.travel .entry .entry-additions > .star-rating {
  width: 100%;
}
.car .entry .entry-additions > .star-rating:before,
.course .entry .entry-additions > .star-rating:before,
.event .entry .entry-additions > .star-rating:before,
.job .entry .entry-additions > .star-rating:before,
.property .entry .entry-additions > .star-rating:before,
.resume .entry .entry-additions > .star-rating:before,
.room .entry .entry-additions > .star-rating:before,
.travel .entry .entry-additions > .star-rating:before {
  content: none;
}
.car .entry .entry-additions > .star-rating > span,
.course .entry .entry-additions > .star-rating > span,
.event .entry .entry-additions > .star-rating > span,
.job .entry .entry-additions > .star-rating > span,
.property .entry .entry-additions > .star-rating > span,
.resume .entry .entry-additions > .star-rating > span,
.room .entry .entry-additions > .star-rating > span,
.travel .entry .entry-additions > .star-rating > span {
  position: relative;
  padding: 0;
  float: none;
  font-size: 0;
}
.car .entry .entry-additions > .star-rating > span:before,
.course .entry .entry-additions > .star-rating > span:before,
.event .entry .entry-additions > .star-rating > span:before,
.job .entry .entry-additions > .star-rating > span:before,
.property .entry .entry-additions > .star-rating > span:before,
.resume .entry .entry-additions > .star-rating > span:before,
.room .entry .entry-additions > .star-rating > span:before,
.travel .entry .entry-additions > .star-rating > span:before {
  content: none;
}
.car .entry .entry-additions > .star-rating > span > strong.rating,
.course .entry .entry-additions > .star-rating > span > strong.rating,
.event .entry .entry-additions > .star-rating > span > strong.rating,
.job .entry .entry-additions > .star-rating > span > strong.rating,
.property .entry .entry-additions > .star-rating > span > strong.rating,
.resume .entry .entry-additions > .star-rating > span > strong.rating,
.room .entry .entry-additions > .star-rating > span > strong.rating,
.travel .entry .entry-additions > .star-rating > span > strong.rating {
  font-size: 13px;
  font-family: "Open Sans";
  color: #ffffff;
  background-color: #81b441;
  border-radius: 3px;
  line-height: 23px;
  padding: 0 14px;
  font-weight: 500;
  letter-spacing: 0;
  display: inline-block;
}
.car .entry .entry-additions .profile-review-link,
.course .entry .entry-additions .profile-review-link,
.event .entry .entry-additions .profile-review-link,
.job .entry .entry-additions .profile-review-link,
.property .entry .entry-additions .profile-review-link,
.resume .entry .entry-additions .profile-review-link,
.room .entry .entry-additions .profile-review-link,
.travel .entry .entry-additions .profile-review-link {
  color: #888888;
}
.car .entry .entry-additions .entry-more a,
.course .entry .entry-additions .entry-more a,
.event .entry .entry-additions .entry-more a,
.job .entry .entry-additions .entry-more a,
.property .entry .entry-additions .entry-more a,
.resume .entry .entry-additions .entry-more a,
.room .entry .entry-additions .entry-more a,
.travel .entry .entry-additions .entry-more a {
  color: #81b441;
}
.car .entry .entry-additions .entry-more a:hover,
.course .entry .entry-additions .entry-more a:hover,
.event .entry .entry-additions .entry-more a:hover,
.job .entry .entry-additions .entry-more a:hover,
.property .entry .entry-additions .entry-more a:hover,
.resume .entry .entry-additions .entry-more a:hover,
.room .entry .entry-additions .entry-more a:hover,
.travel .entry .entry-additions .entry-more a:hover {
  color: #666666;
}
.car .entry .entry-additions.button.loading,
.course .entry .entry-additions.button.loading,
.event .entry .entry-additions.button.loading,
.job .entry .entry-additions.button.loading,
.property .entry .entry-additions.button.loading,
.resume .entry .entry-additions.button.loading,
.room .entry .entry-additions.button.loading,
.travel .entry .entry-additions.button.loading {
  opacity: 0.5;
  pointer-events: none;
}
@media screen and (max-width: 992px) {
  .car .entry .entry-additions,
  .course .entry .entry-additions,
  .event .entry .entry-additions,
  .job .entry .entry-additions,
  .property .entry .entry-additions,
  .resume .entry .entry-additions,
  .room .entry .entry-additions,
  .travel .entry .entry-additions {
    display: block;
    width: 100px !important;
  }
}
@media (max-width: 992px) {
  .car .entry .entry-thumbnail,
  .course .entry .entry-thumbnail,
  .event .entry .entry-thumbnail,
  .job .entry .entry-thumbnail,
  .property .entry .entry-thumbnail,
  .resume .entry .entry-thumbnail,
  .room .entry .entry-thumbnail,
  .travel .entry .entry-thumbnail,
  .car .entry .entry-gallery,
  .course .entry .entry-gallery,
  .event .entry .entry-gallery,
  .job .entry .entry-gallery,
  .property .entry .entry-gallery,
  .resume .entry .entry-gallery,
  .room .entry .entry-gallery,
  .travel .entry .entry-gallery {
    display: block;
    width: auto;
  }
  .car .entry .entry-thumbnail > a,
  .course .entry .entry-thumbnail > a,
  .event .entry .entry-thumbnail > a,
  .job .entry .entry-thumbnail > a,
  .property .entry .entry-thumbnail > a,
  .resume .entry .entry-thumbnail > a,
  .room .entry .entry-thumbnail > a,
  .travel .entry .entry-thumbnail > a,
  .car .entry .entry-gallery > a,
  .course .entry .entry-gallery > a,
  .event .entry .entry-gallery > a,
  .job .entry .entry-gallery > a,
  .property .entry .entry-gallery > a,
  .resume .entry .entry-gallery > a,
  .room .entry .entry-gallery > a,
  .travel .entry .entry-gallery > a,
  .car .entry .entry-thumbnail > .image,
  .course .entry .entry-thumbnail > .image,
  .event .entry .entry-thumbnail > .image,
  .job .entry .entry-thumbnail > .image,
  .property .entry .entry-thumbnail > .image,
  .resume .entry .entry-thumbnail > .image,
  .room .entry .entry-thumbnail > .image,
  .travel .entry .entry-thumbnail > .image,
  .car .entry .entry-gallery > .image,
  .course .entry .entry-gallery > .image,
  .event .entry .entry-gallery > .image,
  .job .entry .entry-gallery > .image,
  .property .entry .entry-gallery > .image,
  .resume .entry .entry-gallery > .image,
  .room .entry .entry-gallery > .image,
  .travel .entry .entry-gallery > .image,
  .car .entry .entry-thumbnail > .images,
  .course .entry .entry-thumbnail > .images,
  .event .entry .entry-thumbnail > .images,
  .job .entry .entry-thumbnail > .images,
  .property .entry .entry-thumbnail > .images,
  .resume .entry .entry-thumbnail > .images,
  .room .entry .entry-thumbnail > .images,
  .travel .entry .entry-thumbnail > .images,
  .car .entry .entry-gallery > .images,
  .course .entry .entry-gallery > .images,
  .event .entry .entry-gallery > .images,
  .job .entry .entry-gallery > .images,
  .property .entry .entry-gallery > .images,
  .resume .entry .entry-gallery > .images,
  .room .entry .entry-gallery > .images,
  .travel .entry .entry-gallery > .images {
    position: static;
    left: auto;
    top: auto;
    bottom: auto;
    right: auto;
  }
  .car .entry .entry-thumbnail .image,
  .course .entry .entry-thumbnail .image,
  .event .entry .entry-thumbnail .image,
  .job .entry .entry-thumbnail .image,
  .property .entry .entry-thumbnail .image,
  .resume .entry .entry-thumbnail .image,
  .room .entry .entry-thumbnail .image,
  .travel .entry .entry-thumbnail .image,
  .car .entry .entry-gallery .image,
  .course .entry .entry-gallery .image,
  .event .entry .entry-gallery .image,
  .job .entry .entry-gallery .image,
  .property .entry .entry-gallery .image,
  .resume .entry .entry-gallery .image,
  .room .entry .entry-gallery .image,
  .travel .entry .entry-gallery .image {
    border-radius: 3px 3px 0 0;
  }
  .car .entry .entry-thumbnail .discount,
  .course .entry .entry-thumbnail .discount,
  .event .entry .entry-thumbnail .discount,
  .job .entry .entry-thumbnail .discount,
  .property .entry .entry-thumbnail .discount,
  .resume .entry .entry-thumbnail .discount,
  .room .entry .entry-thumbnail .discount,
  .travel .entry .entry-thumbnail .discount,
  .car .entry .entry-gallery .discount,
  .course .entry .entry-gallery .discount,
  .event .entry .entry-gallery .discount,
  .job .entry .entry-gallery .discount,
  .property .entry .entry-gallery .discount,
  .resume .entry .entry-gallery .discount,
  .room .entry .entry-gallery .discount,
  .travel .entry .entry-gallery .discount {
    left: 0;
  }
  .car .entry .entry-thumbnail .time-left,
  .course .entry .entry-thumbnail .time-left,
  .event .entry .entry-thumbnail .time-left,
  .job .entry .entry-thumbnail .time-left,
  .property .entry .entry-thumbnail .time-left,
  .resume .entry .entry-thumbnail .time-left,
  .room .entry .entry-thumbnail .time-left,
  .travel .entry .entry-thumbnail .time-left,
  .car .entry .entry-gallery .time-left,
  .course .entry .entry-gallery .time-left,
  .event .entry .entry-gallery .time-left,
  .job .entry .entry-gallery .time-left,
  .property .entry .entry-gallery .time-left,
  .resume .entry .entry-gallery .time-left,
  .room .entry .entry-gallery .time-left,
  .travel .entry .entry-gallery .time-left {
    border-radius: 0;
    left: 0;
    bottom: 0;
  }
  .car .entry .entry-thumbnail .image,
  .course .entry .entry-thumbnail .image,
  .event .entry .entry-thumbnail .image,
  .job .entry .entry-thumbnail .image,
  .property .entry .entry-thumbnail .image,
  .resume .entry .entry-thumbnail .image,
  .room .entry .entry-thumbnail .image,
  .travel .entry .entry-thumbnail .image,
  .car .entry .entry-gallery .image,
  .course .entry .entry-gallery .image,
  .event .entry .entry-gallery .image,
  .job .entry .entry-gallery .image,
  .property .entry .entry-gallery .image,
  .resume .entry .entry-gallery .image,
  .room .entry .entry-gallery .image,
  .travel .entry .entry-gallery .image {
    height: 244px !important;
  }
  .car .entry .entry-data,
  .course .entry .entry-data,
  .event .entry .entry-data,
  .job .entry .entry-data,
  .property .entry .entry-data,
  .resume .entry .entry-data,
  .room .entry .entry-data,
  .travel .entry .entry-data {
    display: block;
    border: 1px;
    float: left;
    padding: 24px 20px;
    width: calc(100% - 174px);
  }
  .car .entry .entry-additions,
  .course .entry .entry-additions,
  .event .entry .entry-additions,
  .job .entry .entry-additions,
  .property .entry .entry-additions,
  .resume .entry .entry-additions,
  .room .entry .entry-additions,
  .travel .entry .entry-additions {
    display: block;
    width: auto;
    float: right;
    padding: 30px 20px 24px 20px;
    text-align: center;
    border: 0;
  }
  .car .entry .entry-additions .price,
  .course .entry .entry-additions .price,
  .event .entry .entry-additions .price,
  .job .entry .entry-additions .price,
  .property .entry .entry-additions .price,
  .resume .entry .entry-additions .price,
  .room .entry .entry-additions .price,
  .travel .entry .entry-additions .price {
    padding: 0;
    /*width: 70%;*/
  }
  .car .entry .entry-additions .price > del,
  .course .entry .entry-additions .price > del,
  .event .entry .entry-additions .price > del,
  .job .entry .entry-additions .price > del,
  .property .entry .entry-additions .price > del,
  .resume .entry .entry-additions .price > del,
  .room .entry .entry-additions .price > del,
  .travel .entry .entry-additions .price > del {
    margin-bottom: 5px;
  }
  .car .entry .entry-additions .price > del,
  .course .entry .entry-additions .price > del,
  .event .entry .entry-additions .price > del,
  .job .entry .entry-additions .price > del,
  .property .entry .entry-additions .price > del,
  .resume .entry .entry-additions .price > del,
  .room .entry .entry-additions .price > del,
  .travel .entry .entry-additions .price > del,
  .car .entry .entry-additions .price ins,
  .course .entry .entry-additions .price ins,
  .event .entry .entry-additions .price ins,
  .job .entry .entry-additions .price ins,
  .property .entry .entry-additions .price ins,
  .resume .entry .entry-additions .price ins,
  .room .entry .entry-additions .price ins,
  .travel .entry .entry-additions .price ins {
    display: inline-block;
  }
  .car .entry .entry-additions form,
  .course .entry .entry-additions form,
  .event .entry .entry-additions form,
  .job .entry .entry-additions form,
  .property .entry .entry-additions form,
  .resume .entry .entry-additions form,
  .room .entry .entry-additions form,
  .travel .entry .entry-additions form {
    padding: 0;
    text-align: center;
  }
  .car .entry .entry-additions form button,
  .course .entry .entry-additions form button,
  .event .entry .entry-additions form button,
  .job .entry .entry-additions form button,
  .property .entry .entry-additions form button,
  .resume .entry .entry-additions form button,
  .room .entry .entry-additions form button,
  .travel .entry .entry-additions form button {
    padding: 0 !important;
    display: inline-block !important;
    float: none !important;
  }
}
@media (max-width: 992px) and (max-width: 1100px) {
  .car .entry .entry-data,
  .course .entry .entry-data,
  .event .entry .entry-data,
  .job .entry .entry-data,
  .property .entry .entry-data,
  .resume .entry .entry-data,
  .room .entry .entry-data,
  .travel .entry .entry-data {
    width: calc(100% - 180px);
  }
}
@media (max-width: 992px) and screen and (max-width: 992px) {
  .car .entry .entry-additions,
  .course .entry .entry-additions,
  .event .entry .entry-additions,
  .job .entry .entry-additions,
  .property .entry .entry-additions,
  .resume .entry .entry-additions,
  .room .entry .entry-additions,
  .travel .entry .entry-additions {
    width: 100px;
  }
}
body.dashboard .single-profile > .entry-data > .entry-header {
  position: static;
  left: auto;
  right: auto;
  bottom: auto;
  padding: 0;
  margin-bottom: 20px;
}
body.dashboard .single-profile > .entry-data > .entry-header > .entry-title {
  color: #333333;
}
.single-profile .images {
  position: relative;
}
.single-profile .images .image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 3px 3px 0 0;
}
.single-profile .images::after {
  content: "";
  display: table;
  clear: both;
}
.single-profile .images:hover .flex-direction-nav .flex-prev {
  opacity: 1;
  left: 15px;
}
.single-profile .images:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.single-profile .images:hover .flex-direction-nav .flex-next {
  opacity: 1;
  right: 15px;
}
.single-profile .images:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.single-profile .images .flex-direction-nav {
  *height: 0;
}
.single-profile .images .flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 25px;
  margin: 0;
  height: 34px;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: visible;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -khtml-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.single-profile .images .flex-direction-nav a:before {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDU1Ljc1MyA1NS43NTMiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDU1Ljc1MyA1NS43NTM7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4Ij4KPGc+Cgk8cGF0aCBkPSJNMTIuNzQ1LDIzLjkxNWMwLjI4My0wLjI4MiwwLjU5LTAuNTIsMC45MTMtMC43MjdMMzUuMjY2LDEuNTgxYzIuMTA4LTIuMTA3LDUuNTI4LTIuMTA4LDcuNjM3LDAuMDAxICAgYzIuMTA5LDIuMTA4LDIuMTA5LDUuNTI3LDAsNy42MzdMMjQuMjk0LDI3LjgyOGwxOC43MDUsMTguNzA2YzIuMTA5LDIuMTA4LDIuMTA5LDUuNTI2LDAsNy42MzcgICBjLTEuMDU1LDEuMDU2LTIuNDM4LDEuNTgyLTMuODE4LDEuNTgycy0yLjc2NC0wLjUyNi0zLjgxOC0xLjU4MkwxMy42NTgsMzIuNDY0Yy0wLjMyMy0wLjIwNy0wLjYzMi0wLjQ0NS0wLjkxMy0wLjcyNyAgIGMtMS4wNzgtMS4wNzgtMS41OTgtMi40OTgtMS41NzItMy45MTFDMTEuMTQ3LDI2LjQxMywxMS42NjcsMjQuOTk0LDEyLjc0NSwyMy45MTV6IiBmaWxsPSIjRkZGRkZGIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
  font-size: 22px;
  width: 23px;
  height: 33px;
  display: inline-block;
  content: " ";
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(0deg);
}
.single-profile .images .flex-direction-nav a.flex-next:before {
  transform: rotate(180deg);
  content: " ";
}
.single-profile .images .flex-direction-nav .flex-prev {
  left: -50px;
}
.single-profile .images .flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.single-profile .images .flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}
.single-profile .thumbnails {
  position: relative;
}
.single-profile .thumbnails:last-child {
  padding: 0 12px;
  margin-top: 12px;
}
.single-profile .thumbnails ul.slides li {
  width: 135px !important;
  height: 81px !important;
  margin-right: 12px;
  border-radius: 4px;
}
.single-profile .thumbnails ul.slides li .image {
  width: 135px !important;
  height: 81px !important;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 4px;
}
.single-profile .thumbnails:hover .flex-direction-nav .flex-prev {
  opacity: 1;
  left: 15px;
}
.single-profile .thumbnails:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.single-profile .thumbnails:hover .flex-direction-nav .flex-next {
  opacity: 1;
  right: 15px;
}
.single-profile .thumbnails:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.single-profile .thumbnails .flex-direction-nav {
  *height: 0;
}
.single-profile .thumbnails .flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 25px;
  margin: 0;
  height: 34px;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: visible;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -khtml-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.single-profile .thumbnails .flex-direction-nav a:before {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDU1Ljc1MyA1NS43NTMiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDU1Ljc1MyA1NS43NTM7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4Ij4KPGc+Cgk8cGF0aCBkPSJNMTIuNzQ1LDIzLjkxNWMwLjI4My0wLjI4MiwwLjU5LTAuNTIsMC45MTMtMC43MjdMMzUuMjY2LDEuNTgxYzIuMTA4LTIuMTA3LDUuNTI4LTIuMTA4LDcuNjM3LDAuMDAxICAgYzIuMTA5LDIuMTA4LDIuMTA5LDUuNTI3LDAsNy42MzdMMjQuMjk0LDI3LjgyOGwxOC43MDUsMTguNzA2YzIuMTA5LDIuMTA4LDIuMTA5LDUuNTI2LDAsNy42MzcgICBjLTEuMDU1LDEuMDU2LTIuNDM4LDEuNTgyLTMuODE4LDEuNTgycy0yLjc2NC0wLjUyNi0zLjgxOC0xLjU4MkwxMy42NTgsMzIuNDY0Yy0wLjMyMy0wLjIwNy0wLjYzMi0wLjQ0NS0wLjkxMy0wLjcyNyAgIGMtMS4wNzgtMS4wNzgtMS41OTgtMi40OTgtMS41NzItMy45MTFDMTEuMTQ3LDI2LjQxMywxMS42NjcsMjQuOTk0LDEyLjc0NSwyMy45MTV6IiBmaWxsPSIjRkZGRkZGIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
  font-size: 22px;
  width: 23px;
  height: 33px;
  display: inline-block;
  content: " ";
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(0deg);
}
.single-profile .thumbnails .flex-direction-nav a.flex-next:before {
  transform: rotate(180deg);
  content: " ";
}
.single-profile .thumbnails .flex-direction-nav .flex-prev {
  left: -50px;
}
.single-profile .thumbnails .flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.single-profile .thumbnails .flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}
@media (max-width: 768px) {
  .single-profile .images .flex-direction-nav .flex-prev,
  .single-profile .images + .thumbnails .flex-direction-nav .flex-prev {
    left: 10px;
  }
  .single-profile .images .flex-direction-nav .flex-next,
  .single-profile .images + .thumbnails .flex-direction-nav .flex-next {
    right: 10px;
    text-align: right;
  }
}
.single-profile > .entry-data {
  position: relative;
  margin-bottom: 30px;
  padding: 32px 26px 36px;
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
  border-radius: 3px;
}
.single-profile > .entry-data > .entry-header {
  margin-bottom: 7px !important;
}
.single-profile > .entry-data > .entry-header > .entry-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  color: #ffffff;
}
.single-profile > .entry-data > .entry-header > .entry-meta > * {
  position: relative;
}
.single-profile > .entry-data > .entry-header > .entry-meta > *:before {
  position: absolute;
}
.single-profile > .entry-data > .entry-header .add-review {
  display: block;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
  font-size: 14px;
  background-color: #ffffff;
  color: #333333;
  outline: 0;
  outline-offset: 0;
  width: auto;
  box-sizing: border-box;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-touch-action: manipulation;
  -khtml-touch-action: manipulation;
  -moz-touch-action: manipulation;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  margin: 0;
  text-decoration: none;
  text-transform: none;
  padding-left: 15px;
  border: none;
  position: relative;
  position: absolute;
  top: 0;
  right: 0;
  text-transform: uppercase;
  line-height: 38px;
}
.single-profile > .entry-data > .entry-header .add-review:focus {
  outline: 0;
  outline-offset: 0;
}
@media (max-width: 768px) {
  .single-profile > .entry-data > .entry-header .add-review {
    position: static;
    top: auto;
    right: auto;
    margin-top: 23px;
    margin-bottom: 10px;
  }
}
.single-profile > .entry-data > .entry-content {
  padding: 22px 30px;
  background-color: #ffffff;
}
.single-profile > .entry-data > .entry-content hr {
  margin-left: -30px;
  margin-right: -30px;
}
.single-profile > .entry-data > .entry-content p {
  margin-bottom: 30px;
}
.single-profile > .entry-data > .entry-content p:last-child {
  margin-bottom: 0;
}
.single-profile > .entry-data > .entry-footer .taxonomy {
  padding-left: 47px;
  display: block;
}
.single-profile > .entry-data > .entry-footer .taxonomy .links {
  display: block;
}
.single-profile > .entry-data > .entry-footer .taxonomy .links span {
  display: none;
}
.single-profile > .entry-data > .entry-footer .taxonomy .links a {
  font-size: 9px;
  font-family: "Open Sans";
  color: #888888;
  background-color: #ffffff;
  border-radius: 3px;
  line-height: 23px;
  padding: 0 21px;
  font-weight: 500;
  letter-spacing: 0;
  display: inline-block;
  text-transform: uppercase;
  margin-right: 5px;
  margin-bottom: 5px;
  border: 1px solid #f0f0f0;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  float: left;
}
.single-profile > .entry-data > .entry-footer .taxonomy .links a:hover {
  border-color: #222222;
  color: #000000;
}
.single-profile > .entry-data > .entry-footer .taxonomy .links:after {
  content: " ";
  display: table;
  clear: both;
}
.single-profile > .entry-thumbnail {
  display: none;
}
.single-profile > .entry-gallery {
  background-color: #ffffff;
  margin-bottom: 30px;
}
.single-profile > .entry-gallery .image {
  background-position: center;
  background-size: cover;
  cursor: pointer;
}
.single-profile > .entry-gallery .owl-carousel .owl-controls .owl-dots {
  display: none !important;
}
.single-profile > .entry .images {
  position: relative;
}
.single-profile > .entry .images .image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 3px 3px 0 0;
}
.single-profile > .entry .images::after {
  content: "";
  display: table;
  clear: both;
}
.single-profile > .entry .images:hover .flex-direction-nav .flex-prev {
  opacity: 1;
  left: 15px;
}
.single-profile > .entry .images:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.single-profile > .entry .images:hover .flex-direction-nav .flex-next {
  opacity: 1;
  right: 15px;
}
.single-profile > .entry .images:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.single-profile > .entry .images .flex-direction-nav {
  *height: 0;
}
.single-profile > .entry .images .flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 25px;
  margin: 0;
  height: 34px;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: visible;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -khtml-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.single-profile > .entry .images .flex-direction-nav a:before {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDU1Ljc1MyA1NS43NTMiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDU1Ljc1MyA1NS43NTM7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4Ij4KPGc+Cgk8cGF0aCBkPSJNMTIuNzQ1LDIzLjkxNWMwLjI4My0wLjI4MiwwLjU5LTAuNTIsMC45MTMtMC43MjdMMzUuMjY2LDEuNTgxYzIuMTA4LTIuMTA3LDUuNTI4LTIuMTA4LDcuNjM3LDAuMDAxICAgYzIuMTA5LDIuMTA4LDIuMTA5LDUuNTI3LDAsNy42MzdMMjQuMjk0LDI3LjgyOGwxOC43MDUsMTguNzA2YzIuMTA5LDIuMTA4LDIuMTA5LDUuNTI2LDAsNy42MzcgICBjLTEuMDU1LDEuMDU2LTIuNDM4LDEuNTgyLTMuODE4LDEuNTgycy0yLjc2NC0wLjUyNi0zLjgxOC0xLjU4MkwxMy42NTgsMzIuNDY0Yy0wLjMyMy0wLjIwNy0wLjYzMi0wLjQ0NS0wLjkxMy0wLjcyNyAgIGMtMS4wNzgtMS4wNzgtMS41OTgtMi40OTgtMS41NzItMy45MTFDMTEuMTQ3LDI2LjQxMywxMS42NjcsMjQuOTk0LDEyLjc0NSwyMy45MTV6IiBmaWxsPSIjRkZGRkZGIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
  font-size: 22px;
  width: 23px;
  height: 33px;
  display: inline-block;
  content: " ";
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(0deg);
}
.single-profile > .entry .images .flex-direction-nav a.flex-next:before {
  transform: rotate(180deg);
  content: " ";
}
.single-profile > .entry .images .flex-direction-nav .flex-prev {
  left: -50px;
}
.single-profile > .entry .images .flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.single-profile > .entry .images .flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}
.single-profile > .entry .thumbnails {
  position: relative;
}
.single-profile > .entry .thumbnails:last-child {
  padding: 0 12px;
  margin-top: 12px;
}
.single-profile > .entry .thumbnails ul.slides li {
  width: 135px !important;
  height: 81px !important;
  margin-right: 12px;
  border-radius: 4px;
}
.single-profile > .entry .thumbnails ul.slides li .image {
  width: 135px !important;
  height: 81px !important;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 4px;
}
.single-profile > .entry .thumbnails:hover .flex-direction-nav .flex-prev {
  opacity: 1;
  left: 15px;
}
.single-profile > .entry .thumbnails:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.single-profile > .entry .thumbnails:hover .flex-direction-nav .flex-next {
  opacity: 1;
  right: 15px;
}
.single-profile > .entry .thumbnails:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.single-profile > .entry .thumbnails .flex-direction-nav {
  *height: 0;
}
.single-profile > .entry .thumbnails .flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 25px;
  margin: 0;
  height: 34px;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: visible;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -khtml-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.single-profile > .entry .thumbnails .flex-direction-nav a:before {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDU1Ljc1MyA1NS43NTMiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDU1Ljc1MyA1NS43NTM7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4Ij4KPGc+Cgk8cGF0aCBkPSJNMTIuNzQ1LDIzLjkxNWMwLjI4My0wLjI4MiwwLjU5LTAuNTIsMC45MTMtMC43MjdMMzUuMjY2LDEuNTgxYzIuMTA4LTIuMTA3LDUuNTI4LTIuMTA4LDcuNjM3LDAuMDAxICAgYzIuMTA5LDIuMTA4LDIuMTA5LDUuNTI3LDAsNy42MzdMMjQuMjk0LDI3LjgyOGwxOC43MDUsMTguNzA2YzIuMTA5LDIuMTA4LDIuMTA5LDUuNTI2LDAsNy42MzcgICBjLTEuMDU1LDEuMDU2LTIuNDM4LDEuNTgyLTMuODE4LDEuNTgycy0yLjc2NC0wLjUyNi0zLjgxOC0xLjU4MkwxMy42NTgsMzIuNDY0Yy0wLjMyMy0wLjIwNy0wLjYzMi0wLjQ0NS0wLjkxMy0wLjcyNyAgIGMtMS4wNzgtMS4wNzgtMS41OTgtMi40OTgtMS41NzItMy45MTFDMTEuMTQ3LDI2LjQxMywxMS42NjcsMjQuOTk0LDEyLjc0NSwyMy45MTV6IiBmaWxsPSIjRkZGRkZGIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
  font-size: 22px;
  width: 23px;
  height: 33px;
  display: inline-block;
  content: " ";
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(0deg);
}
.single-profile > .entry .thumbnails .flex-direction-nav a.flex-next:before {
  transform: rotate(180deg);
  content: " ";
}
.single-profile > .entry .thumbnails .flex-direction-nav .flex-prev {
  left: -50px;
}
.single-profile > .entry .thumbnails .flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.single-profile > .entry .thumbnails .flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}
@media (max-width: 768px) {
  .single-profile > .entry .images .flex-direction-nav .flex-prev,
  .single-profile > .entry .images + .thumbnails .flex-direction-nav .flex-prev {
    left: 10px;
  }
  .single-profile > .entry .images .flex-direction-nav .flex-next,
  .single-profile > .entry .images + .thumbnails .flex-direction-nav .flex-next {
    right: 10px;
    text-align: right;
  }
}
.single-profile > .entry > .entry-data {
  position: relative;
  margin-bottom: 30px;
  padding: 32px 26px 36px;
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
  border-radius: 3px;
}
.single-profile > .entry > .entry-data > .entry-header {
  margin-bottom: 7px !important;
}
.single-profile > .entry > .entry-data > .entry-header > .entry-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  color: #ffffff;
}
.single-profile > .entry > .entry-data > .entry-header > .entry-meta > * {
  position: relative;
}
.single-profile > .entry > .entry-data > .entry-header > .entry-meta > *:before {
  position: absolute;
}
.single-profile > .entry > .entry-data > .entry-header .add-review {
  display: block;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
  font-size: 14px;
  background-color: #ffffff;
  color: #333333;
  outline: 0;
  outline-offset: 0;
  width: auto;
  box-sizing: border-box;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-touch-action: manipulation;
  -khtml-touch-action: manipulation;
  -moz-touch-action: manipulation;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  margin: 0;
  text-decoration: none;
  text-transform: none;
  padding-left: 15px;
  border: none;
  position: relative;
  position: absolute;
  top: 0;
  right: 0;
  text-transform: uppercase;
  line-height: 38px;
}
.single-profile > .entry > .entry-data > .entry-header .add-review:focus {
  outline: 0;
  outline-offset: 0;
}
@media (max-width: 768px) {
  .single-profile > .entry > .entry-data > .entry-header .add-review {
    position: static;
    top: auto;
    right: auto;
    margin-top: 23px;
    margin-bottom: 10px;
  }
}
.single-profile > .entry > .entry-data > .entry-content {
  padding: 22px 30px;
  background-color: #ffffff;
}
.single-profile > .entry > .entry-data > .entry-content hr {
  margin-left: -30px;
  margin-right: -30px;
}
.single-profile > .entry > .entry-data > .entry-content p {
  margin-bottom: 30px;
}
.single-profile > .entry > .entry-data > .entry-content p:last-child {
  margin-bottom: 0;
}
.single-profile > .entry > .entry-data > .entry-footer .taxonomy {
  padding-left: 47px;
  display: block;
}
.single-profile > .entry > .entry-data > .entry-footer .taxonomy .links {
  display: block;
}
.single-profile > .entry > .entry-data > .entry-footer .taxonomy .links span {
  display: none;
}
.single-profile > .entry > .entry-data > .entry-footer .taxonomy .links a {
  font-size: 9px;
  font-family: "Open Sans";
  color: #888888;
  background-color: #ffffff;
  border-radius: 3px;
  line-height: 23px;
  padding: 0 21px;
  font-weight: 500;
  letter-spacing: 0;
  display: inline-block;
  text-transform: uppercase;
  margin-right: 5px;
  margin-bottom: 5px;
  border: 1px solid #f0f0f0;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  float: left;
}
.single-profile > .entry > .entry-data > .entry-footer .taxonomy .links a:hover {
  border-color: #222222;
  color: #000000;
}
.single-profile > .entry > .entry-data > .entry-footer .taxonomy .links:after {
  content: " ";
  display: table;
  clear: both;
}
.single-profile > .entry > .entry-thumbnail {
  display: none;
}
.single-profile > .entry > .entry-gallery {
  background-color: #ffffff;
  margin-bottom: 30px;
}
.single-profile > .entry > .entry-gallery .image {
  background-position: center;
  background-size: cover;
  cursor: pointer;
}
.single-profile > .entry > .entry-gallery .owl-carousel .owl-controls .owl-dots {
  display: none !important;
}
.single-profile .entry-additions h3.title-restaurant {
  font-size: 25px;
  color: #222222;
  font-weight: 600;
  margin: 0;
  padding: 0 0px 30px 30px;
}
.single-profile .list-group {
  position: relative;
  margin: 0;
  margin-bottom: 30px;
}
.single-profile .list-group:last-child {
  margin-bottom: 0;
}
.single-profile .list-group > input:checked ~ .group-posts {
  max-height: 0;
  padding: 0 30px;
}
.single-profile .list-group .group-posts {
  overflow: hidden;
  padding: 30px;
  background-color: #ffffff;
  margin-bottom: 30px;
  max-height: 9999px;
}
.single-profile .list-group .group-posts:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  .single-profile .list-group .group-posts .detailed-shop-product .entry .entry-data,
  .single-profile .list-group .group-posts .detailed-shop-product .entry .entry-additions {
    width: auto !important;
    float: none;
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .single-profile .list-group .group-posts {
    padding: 30px 21px;
  }
}
.single-profile .list-group .group-header {
  background-color: #f0f0f0;
  border: 1px solid #f0f0f0;
  padding: 21px 27px 21px;
  border-radius: 3px 3px 0 0;
  position: relative;
  box-sizing: border-box;
}
.single-profile .list-group .group-header:after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  line-height: 1;
  font-size: 25px;
  pointer-events: none;
  color: #222222;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 30px;
}
.single-profile .list-group .group-header h4 {
  margin: 0;
  color: #222222;
}
.single-profile .list-group .group-header label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
}
.list-profile.entry {
  margin-bottom: 30px;
  display: table;
  background-color: #ffffff;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #f0f0f0;
  border-radius: 3px;
}
.list-profile.entry:last-child {
  margin-bottom: 0;
}
.list-profile.entry .entry-thumbnail,
.list-profile.entry .entry-gallery {
  display: table-cell;
  width: 31%;
  vertical-align: top;
  position: relative;
}
.list-profile.entry .entry-thumbnail > a,
.list-profile.entry .entry-gallery > a,
.list-profile.entry .entry-thumbnail > .image,
.list-profile.entry .entry-gallery > .image,
.list-profile.entry .entry-thumbnail > .images,
.list-profile.entry .entry-gallery > .images {
  position: absolute;
  left: -1px;
  top: -1px;
  bottom: -1px;
  right: 0;
  height: auto !important;
}
.list-profile.entry .entry-thumbnail .image,
.list-profile.entry .entry-gallery .image {
  background-position: center;
  background-size: cover;
  height: 100% !important;
  border-radius: 3px 0 0 3px;
}
@media screen and (max-width: 992px) {
  .list-profile.entry .entry-thumbnail .image,
  .list-profile.entry .entry-gallery .image {
    border-radius: 3px 3px 0 0;
  }
}
.list-profile.entry .entry-thumbnail .discount,
.list-profile.entry .entry-gallery .discount {
  position: absolute;
  display: inline-block;
  background-color: #ffffff;
  border-radius: 0 3px 3px 0;
  color: #222222;
  font-family: montserrat;
  top: 39px;
  left: -1px;
  z-index: 2;
  line-height: 23px;
  padding: 0 14px;
  font-size: 13px;
}
.list-profile.entry .entry-thumbnail .time-left,
.list-profile.entry .entry-gallery .time-left {
  position: absolute;
  bottom: -1px;
  left: -1px;
  right: 0;
  z-index: 2;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
  line-height: 23px;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  border-radius: 0 0 0 3px;
}
.list-profile.entry .entry-thumbnail .time-left .time,
.list-profile.entry .entry-gallery .time-left .time {
  display: inline-block;
  vertical-align: middle;
}
.list-profile.entry .entry-thumbnail .time-left .time > div,
.list-profile.entry .entry-gallery .time-left .time > div {
  color: #ffffff;
  font-weight: 600;
}
.list-profile.entry .entry-thumbnail .time-left .time > div::after,
.list-profile.entry .entry-gallery .time-left .time > div::after {
  color: #bbbbbb;
}
.list-profile.entry .entry-thumbnail:after,
.list-profile.entry .entry-gallery:after {
  content: " ";
  display: table;
  clear: both;
}
.list-profile.entry .entry-data {
  padding: 39px 25px;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  width: calc(100% - 250px);
}
.list-profile.entry .entry-data .onsale {
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  color: #81b441;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  padding: 3px 7px;
  display: inline-block;
  font-size: 12px;
}
.list-profile.entry .entry-data .entry-header {
  font-weight: 600;
}
.list-profile.entry .entry-data .entry-header .entry-extra,
.list-profile.entry .entry-data .entry-header .entry-meta {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  color: #333333;
}
.list-profile.entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy),
.list-profile.entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy) {
  display: inline-block;
  margin-right: 15px;
  margin-left: 3px;
  -webkit-transition: all 0.2s;
  -khtml-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.list-profile.entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy).author::before,
.list-profile.entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy).author::before {
  font-family: 'themify';
  content: "\e602";
  margin-right: 10px;
}
.list-profile.entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy).date::before,
.list-profile.entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy).date::before,
.list-profile.entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy).date-time::before,
.list-profile.entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy).date-time::before {
  font-family: 'themify';
  content: "\e6b6";
  margin-right: 10px;
}
.list-profile.entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy).comments::before,
.list-profile.entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy).comments::before {
  font-family: 'themify';
  content: "\e644";
  margin-right: 10px;
}
.list-profile.entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy).comments .count,
.list-profile.entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy).comments .count {
  margin-right: 5px;
}
.list-profile.entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy) img,
.list-profile.entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy) img,
.list-profile.entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy) label,
.list-profile.entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy) label {
  display: none;
}
.list-profile.entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy) a[href],
.list-profile.entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy) a[href] {
  color: #333333;
  white-space: nowrap;
}
.list-profile.entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy) a[href]:hover,
.list-profile.entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy) a[href]:hover {
  color: #81b441;
}
.list-profile.entry .entry-data .entry-header .entry-extra .star-rating,
.list-profile.entry .entry-data .entry-header .entry-meta .star-rating {
  display: inline-block;
}
.list-profile.entry .entry-data .entry-header > .meta-field,
.list-profile.entry .entry-data .entry-header > .taxonomy {
  letter-spacing: 0.5px;
  display: block;
  line-height: 23.4px;
  margin-bottom: 19px;
}
.list-profile.entry .entry-data .entry-header > .meta-field:last-child,
.list-profile.entry .entry-data .entry-header > .taxonomy:last-child {
  margin-bottom: 0;
}
.list-profile.entry .entry-data .entry-header > .meta-field img,
.list-profile.entry .entry-data .entry-header > .taxonomy img {
  height: 18px;
  margin-right: 0;
  display: inline-block;
  width: 13px;
  padding: 6px 9px;
  border: 1px solid #81b441;
  border-radius: 200%;
  vertical-align: middle;
  float: left;
}
.list-profile.entry .entry-data .entry-header > .meta-field img + .value,
.list-profile.entry .entry-data .entry-header > .taxonomy img + .value,
.list-profile.entry .entry-data .entry-header > .meta-field img .links,
.list-profile.entry .entry-data .entry-header > .taxonomy img .links {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 45px);
  float: right;
  padding: 3px 0;
}
.list-profile.entry .entry-data .entry-header > .meta-field label,
.list-profile.entry .entry-data .entry-header > .taxonomy label,
.list-profile.entry .entry-data .entry-header > .meta-field .value,
.list-profile.entry .entry-data .entry-header > .taxonomy .value,
.list-profile.entry .entry-data .entry-header > .meta-field .links,
.list-profile.entry .entry-data .entry-header > .taxonomy .links {
  font-size: 14px;
}
.list-profile.entry .entry-data .entry-header > .meta-field label,
.list-profile.entry .entry-data .entry-header > .taxonomy label {
  margin-bottom: 0;
  margin-right: 6.5px;
}
.list-profile.entry .entry-data .entry-header > .meta-field .value,
.list-profile.entry .entry-data .entry-header > .taxonomy .value,
.list-profile.entry .entry-data .entry-header > .meta-field .links,
.list-profile.entry .entry-data .entry-header > .taxonomy .links {
  color: #888888;
  font-weight: 500;
  letter-spacing: 0;
}
.list-profile.entry .entry-data .entry-header > .meta-field .value a,
.list-profile.entry .entry-data .entry-header > .taxonomy .value a,
.list-profile.entry .entry-data .entry-header > .meta-field .links a,
.list-profile.entry .entry-data .entry-header > .taxonomy .links a {
  color: #888888;
}
.list-profile.entry .entry-data .entry-header > .meta-field .value a:hover,
.list-profile.entry .entry-data .entry-header > .taxonomy .value a:hover,
.list-profile.entry .entry-data .entry-header > .meta-field .links a:hover,
.list-profile.entry .entry-data .entry-header > .taxonomy .links a:hover {
  color: #81b441;
}
.list-profile.entry .entry-data .entry-header > .meta-field:after,
.list-profile.entry .entry-data .entry-header > .taxonomy:after {
  content: "";
  display: table;
  clear: both;
}
.list-profile.entry .entry-data .entry-header > span {
  font-size: 13px;
  display: block;
}
.list-profile.entry .entry-data .entry-header > .meta-field,
.list-profile.entry .entry-data .entry-header > .taxonomy {
  text-transform: none;
}
.list-profile.entry .entry-data .entry-header > .meta-field label,
.list-profile.entry .entry-data .entry-header > .taxonomy label {
  font-weight: 600;
}
.list-profile.entry .entry-data .entry-header a {
  color: #333333;
}
.list-profile.entry .entry-data .entry-header a:hover {
  color: #81b441;
}
.list-profile.entry .entry-data .entry-header .entry-extra,
.list-profile.entry .entry-data .entry-header .entry-meta {
  font-weight: 300;
  font-size: 13px;
}
.list-profile.entry .entry-data .entry-header .entry-extra > .meta-field,
.list-profile.entry .entry-data .entry-header .entry-meta > .meta-field,
.list-profile.entry .entry-data .entry-header .entry-extra > .taxonomy,
.list-profile.entry .entry-data .entry-header .entry-meta > .taxonomy {
  letter-spacing: 0.5px;
  display: block;
  line-height: 23.4px;
  margin-bottom: 19px;
}
.list-profile.entry .entry-data .entry-header .entry-extra > .meta-field:last-child,
.list-profile.entry .entry-data .entry-header .entry-meta > .meta-field:last-child,
.list-profile.entry .entry-data .entry-header .entry-extra > .taxonomy:last-child,
.list-profile.entry .entry-data .entry-header .entry-meta > .taxonomy:last-child {
  margin-bottom: 0;
}
.list-profile.entry .entry-data .entry-header .entry-extra > .meta-field img,
.list-profile.entry .entry-data .entry-header .entry-meta > .meta-field img,
.list-profile.entry .entry-data .entry-header .entry-extra > .taxonomy img,
.list-profile.entry .entry-data .entry-header .entry-meta > .taxonomy img {
  height: 18px;
  margin-right: 0;
  display: inline-block;
  width: 13px;
  padding: 6px 9px;
  border: 1px solid #81b441;
  border-radius: 200%;
  vertical-align: middle;
  float: left;
}
.list-profile.entry .entry-data .entry-header .entry-extra > .meta-field img + .value,
.list-profile.entry .entry-data .entry-header .entry-meta > .meta-field img + .value,
.list-profile.entry .entry-data .entry-header .entry-extra > .taxonomy img + .value,
.list-profile.entry .entry-data .entry-header .entry-meta > .taxonomy img + .value,
.list-profile.entry .entry-data .entry-header .entry-extra > .meta-field img .links,
.list-profile.entry .entry-data .entry-header .entry-meta > .meta-field img .links,
.list-profile.entry .entry-data .entry-header .entry-extra > .taxonomy img .links,
.list-profile.entry .entry-data .entry-header .entry-meta > .taxonomy img .links {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 45px);
  float: right;
  padding: 3px 0;
}
.list-profile.entry .entry-data .entry-header .entry-extra > .meta-field label,
.list-profile.entry .entry-data .entry-header .entry-meta > .meta-field label,
.list-profile.entry .entry-data .entry-header .entry-extra > .taxonomy label,
.list-profile.entry .entry-data .entry-header .entry-meta > .taxonomy label,
.list-profile.entry .entry-data .entry-header .entry-extra > .meta-field .value,
.list-profile.entry .entry-data .entry-header .entry-meta > .meta-field .value,
.list-profile.entry .entry-data .entry-header .entry-extra > .taxonomy .value,
.list-profile.entry .entry-data .entry-header .entry-meta > .taxonomy .value,
.list-profile.entry .entry-data .entry-header .entry-extra > .meta-field .links,
.list-profile.entry .entry-data .entry-header .entry-meta > .meta-field .links,
.list-profile.entry .entry-data .entry-header .entry-extra > .taxonomy .links,
.list-profile.entry .entry-data .entry-header .entry-meta > .taxonomy .links {
  font-size: 14px;
}
.list-profile.entry .entry-data .entry-header .entry-extra > .meta-field label,
.list-profile.entry .entry-data .entry-header .entry-meta > .meta-field label,
.list-profile.entry .entry-data .entry-header .entry-extra > .taxonomy label,
.list-profile.entry .entry-data .entry-header .entry-meta > .taxonomy label {
  margin-bottom: 0;
  margin-right: 6.5px;
}
.list-profile.entry .entry-data .entry-header .entry-extra > .meta-field .value,
.list-profile.entry .entry-data .entry-header .entry-meta > .meta-field .value,
.list-profile.entry .entry-data .entry-header .entry-extra > .taxonomy .value,
.list-profile.entry .entry-data .entry-header .entry-meta > .taxonomy .value,
.list-profile.entry .entry-data .entry-header .entry-extra > .meta-field .links,
.list-profile.entry .entry-data .entry-header .entry-meta > .meta-field .links,
.list-profile.entry .entry-data .entry-header .entry-extra > .taxonomy .links,
.list-profile.entry .entry-data .entry-header .entry-meta > .taxonomy .links {
  color: #888888;
  font-weight: 500;
  letter-spacing: 0;
}
.list-profile.entry .entry-data .entry-header .entry-extra > .meta-field .value a,
.list-profile.entry .entry-data .entry-header .entry-meta > .meta-field .value a,
.list-profile.entry .entry-data .entry-header .entry-extra > .taxonomy .value a,
.list-profile.entry .entry-data .entry-header .entry-meta > .taxonomy .value a,
.list-profile.entry .entry-data .entry-header .entry-extra > .meta-field .links a,
.list-profile.entry .entry-data .entry-header .entry-meta > .meta-field .links a,
.list-profile.entry .entry-data .entry-header .entry-extra > .taxonomy .links a,
.list-profile.entry .entry-data .entry-header .entry-meta > .taxonomy .links a {
  color: #888888;
}
.list-profile.entry .entry-data .entry-header .entry-extra > .meta-field .value a:hover,
.list-profile.entry .entry-data .entry-header .entry-meta > .meta-field .value a:hover,
.list-profile.entry .entry-data .entry-header .entry-extra > .taxonomy .value a:hover,
.list-profile.entry .entry-data .entry-header .entry-meta > .taxonomy .value a:hover,
.list-profile.entry .entry-data .entry-header .entry-extra > .meta-field .links a:hover,
.list-profile.entry .entry-data .entry-header .entry-meta > .meta-field .links a:hover,
.list-profile.entry .entry-data .entry-header .entry-extra > .taxonomy .links a:hover,
.list-profile.entry .entry-data .entry-header .entry-meta > .taxonomy .links a:hover {
  color: #81b441;
}
.list-profile.entry .entry-data .entry-header .entry-extra > .meta-field:after,
.list-profile.entry .entry-data .entry-header .entry-meta > .meta-field:after,
.list-profile.entry .entry-data .entry-header .entry-extra > .taxonomy:after,
.list-profile.entry .entry-data .entry-header .entry-meta > .taxonomy:after {
  content: "";
  display: table;
  clear: both;
}
.list-profile.entry .entry-data .entry-header .entry-extra > .meta-field,
.list-profile.entry .entry-data .entry-header .entry-meta > .meta-field,
.list-profile.entry .entry-data .entry-header .entry-extra > .taxonomy,
.list-profile.entry .entry-data .entry-header .entry-meta > .taxonomy {
  text-transform: none;
}
.list-profile.entry .entry-data .entry-header .entry-extra {
  margin-bottom: 6px;
}
.list-profile.entry .entry-data .entry-header .entry-meta {
  margin-top: 13px;
  margin-bottom: 13px;
}
.list-profile.entry .entry-data .entry-header h2.entry-title {
  margin-top: 0;
  margin-bottom: 9px;
  line-height: 1.25;
}
.list-profile.entry .entry-data .entry-header .entry-title {
  margin-top: 0;
  font-size: 18px;
}
.list-profile.entry .entry-data .entry-header .entry-title h3,
.list-profile.entry .entry-data .entry-header .entry-title a {
  color: #222222;
  text-transform: none;
  font-weight: 600;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 9px;
  line-height: 1.25;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.list-profile.entry .entry-data .entry-header .entry-title h3:hover,
.list-profile.entry .entry-data .entry-header .entry-title a:hover {
  color: #888888;
}
.list-profile.entry .entry-data .entry-content,
.list-profile.entry .entry-data .entry-summary {
  margin-top: 0;
  padding: 0;
}
.list-profile.entry .entry-data .entry-summary {
  font-size: 14px;
  color: #888888;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 23.4px;
}
.list-profile.entry .entry-data .entry-footer {
  background-color: transparent;
  margin-top: 11px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
  letter-spacing: 0.5px;
}
.list-profile.entry .entry-data .entry-footer > .meta-field,
.list-profile.entry .entry-data .entry-footer > .taxonomy {
  letter-spacing: 0.5px;
  display: block;
  line-height: 25.2px;
  margin-bottom: 19px;
}
.list-profile.entry .entry-data .entry-footer > .meta-field:last-child,
.list-profile.entry .entry-data .entry-footer > .taxonomy:last-child {
  margin-bottom: 0;
}
.list-profile.entry .entry-data .entry-footer > .meta-field img,
.list-profile.entry .entry-data .entry-footer > .taxonomy img {
  height: 18px;
  margin-right: 0;
  display: inline-block;
  width: 13px;
  padding: 6px 9px;
  border: 1px solid #81b441;
  border-radius: 200%;
  vertical-align: middle;
  float: left;
}
.list-profile.entry .entry-data .entry-footer > .meta-field img + .value,
.list-profile.entry .entry-data .entry-footer > .taxonomy img + .value,
.list-profile.entry .entry-data .entry-footer > .meta-field img .links,
.list-profile.entry .entry-data .entry-footer > .taxonomy img .links {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 45px);
  float: right;
  padding: 3px 0;
}
.list-profile.entry .entry-data .entry-footer > .meta-field label,
.list-profile.entry .entry-data .entry-footer > .taxonomy label,
.list-profile.entry .entry-data .entry-footer > .meta-field .value,
.list-profile.entry .entry-data .entry-footer > .taxonomy .value,
.list-profile.entry .entry-data .entry-footer > .meta-field .links,
.list-profile.entry .entry-data .entry-footer > .taxonomy .links {
  font-size: 14px;
}
.list-profile.entry .entry-data .entry-footer > .meta-field label,
.list-profile.entry .entry-data .entry-footer > .taxonomy label {
  margin-bottom: 0;
  margin-right: 7px;
}
.list-profile.entry .entry-data .entry-footer > .meta-field .value,
.list-profile.entry .entry-data .entry-footer > .taxonomy .value,
.list-profile.entry .entry-data .entry-footer > .meta-field .links,
.list-profile.entry .entry-data .entry-footer > .taxonomy .links {
  color: #888888;
  font-weight: 500;
  letter-spacing: 0;
}
.list-profile.entry .entry-data .entry-footer > .meta-field .value a,
.list-profile.entry .entry-data .entry-footer > .taxonomy .value a,
.list-profile.entry .entry-data .entry-footer > .meta-field .links a,
.list-profile.entry .entry-data .entry-footer > .taxonomy .links a {
  color: #888888;
}
.list-profile.entry .entry-data .entry-footer > .meta-field .value a:hover,
.list-profile.entry .entry-data .entry-footer > .taxonomy .value a:hover,
.list-profile.entry .entry-data .entry-footer > .meta-field .links a:hover,
.list-profile.entry .entry-data .entry-footer > .taxonomy .links a:hover {
  color: #81b441;
}
.list-profile.entry .entry-data .entry-footer > .meta-field:after,
.list-profile.entry .entry-data .entry-footer > .taxonomy:after {
  content: "";
  display: table;
  clear: both;
}
.list-profile.entry .entry-data .entry-footer > .meta-field label,
.list-profile.entry .entry-data .entry-footer > .taxonomy label {
  display: none;
}
.list-profile.entry .entry-data .entry-footer > .meta-field .units,
.list-profile.entry .entry-data .entry-footer > .taxonomy .units {
  text-transform: lowercase;
}
.list-profile.entry .entry-data .entry-footer > .meta-field:after,
.list-profile.entry .entry-data .entry-footer > .taxonomy:after {
  content: " ";
  display: table;
  clear: both;
}
.list-profile.entry .entry-data .entry-footer > span {
  margin-right: 21px;
}
.list-profile.entry .entry-data .entry-footer > span a[href] {
  color: #888888;
  white-space: nowrap;
  margin-bottom: 5px;
  display: inline-block;
}
.list-profile.entry .entry-data .entry-footer > span a[href]:hover {
  color: #81b441;
}
.list-profile.entry .entry-data .entry-footer > span:last-child::after {
  content: none;
}
.list-profile.entry .entry-data .entry-footer > span.date a::before {
  content: "\e6b6";
  margin-right: 5px;
  font-family: 'themify';
}
.list-profile.entry .entry-data .entry-footer > .comments a .count:before {
  content: "\e644";
  margin-right: 5px;
  font-family: 'themify';
  display: inline-block;
  vertical-align: middle;
}
.list-profile.entry .entry-data .entry-footer > .comments .label {
  display: none;
}
.list-profile.entry .entry-data .entry-footer .button,
.list-profile.entry .entry-data .entry-footer .added_to_cart,
.list-profile.entry .entry-data .entry-footer .entry-more {
  display: block;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
  font-size: 14px;
  background-color: transparent;
  color: #81b441;
  outline: 0;
  outline-offset: 0;
  width: auto;
  box-sizing: border-box;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-touch-action: manipulation;
  -khtml-touch-action: manipulation;
  -moz-touch-action: manipulation;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  margin: 0;
  text-decoration: none;
  text-transform: none;
  padding-left: 30px;
  border: none;
  position: relative;
}
.list-profile.entry .entry-data .entry-footer .button:focus,
.list-profile.entry .entry-data .entry-footer .added_to_cart:focus,
.list-profile.entry .entry-data .entry-footer .entry-more:focus {
  outline: 0;
  outline-offset: 0;
}
.list-profile.entry .entry-data .entry-footer .button a,
.list-profile.entry .entry-data .entry-footer .added_to_cart a,
.list-profile.entry .entry-data .entry-footer .entry-more a {
  color: #333333;
}
.list-profile.entry .entry-data .entry-footer .button.added,
.list-profile.entry .entry-data .entry-footer .added_to_cart.added,
.list-profile.entry .entry-data .entry-footer .entry-more.added {
  display: none;
}
.list-profile.entry .entry-data .entry-footer .avatar img {
  max-height: 28px;
  width: auto;
  margin-right: 5px;
  border-radius: 100%;
}
.list-profile.entry .entry-data .entry-footer .price {
  font-size: 13px;
  font-family: "Open Sans";
  color: #ffffff;
  background-color: #81b441;
  border-radius: 3px;
  line-height: 23px;
  padding: 0 14px;
  font-weight: 500;
  letter-spacing: 0;
  display: inline-block;
  margin: 0;
}
.list-profile.entry .entry-data .entry-footer .price del {
  margin-right: 5px;
}
.list-profile.entry .entry-data .entry-footer .price ins,
.list-profile.entry .entry-data .entry-footer .price > span.amount {
  background-color: transparent;
}
.list-profile.entry .entry-data .entry-footer .woocommerce-product-rating .woocommerce-review-link {
  color: #333333;
}
.list-profile.entry .entry-data .entry-footer span {
  margin-right: 0;
}
.list-profile.entry .entry-data .entry-footer span::after {
  content: none;
}
.list-profile.entry .entry-data .entry-footer:after {
  content: " ";
  display: table;
  clear: both;
}
.list-profile.entry .entry-additions {
  display: table-cell;
  vertical-align: middle;
  border-left: 1px solid #f0f0f0;
  text-align: center;
  width: 19%;
  padding: 39px 0;
}
.list-profile.entry .entry-additions > * {
  display: block;
  margin-bottom: 15px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
  font-size: 14px;
}
.list-profile.entry .entry-additions > *:first-child {
  margin-top: 0 !important;
}
.list-profile.entry .entry-additions > *:last-child {
  margin-bottom: 0 !important;
}
.list-profile.entry .entry-additions .button,
.list-profile.entry .entry-additions .added_to_cart,
.list-profile.entry .entry-additions .entry-more {
  display: block;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
  font-size: 14px;
  background-color: transparent;
  color: #81b441;
  outline: 0;
  outline-offset: 0;
  width: auto;
  box-sizing: border-box;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-touch-action: manipulation;
  -khtml-touch-action: manipulation;
  -moz-touch-action: manipulation;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  margin: 0;
  text-decoration: none;
  text-transform: none;
  padding-left: 30px;
  border: none;
  position: relative;
  padding: 0;
  width: 100%;
}
.list-profile.entry .entry-additions .button:focus,
.list-profile.entry .entry-additions .added_to_cart:focus,
.list-profile.entry .entry-additions .entry-more:focus {
  outline: 0;
  outline-offset: 0;
}
.list-profile.entry .entry-additions .button a,
.list-profile.entry .entry-additions .added_to_cart a,
.list-profile.entry .entry-additions .entry-more a {
  color: #333333;
}
.list-profile.entry .entry-additions .button.loading,
.list-profile.entry .entry-additions .added_to_cart.loading,
.list-profile.entry .entry-additions .entry-more.loading {
  pointer-events: none;
  opacity: 0.5;
}
.list-profile.entry .entry-additions .button.added,
.list-profile.entry .entry-additions .added_to_cart.added,
.list-profile.entry .entry-additions .entry-more.added,
.list-profile.entry .entry-additions .button.added_to_cart,
.list-profile.entry .entry-additions .added_to_cart.added_to_cart,
.list-profile.entry .entry-additions .entry-more.added_to_cart {
  display: none;
}
.list-profile.entry .entry-additions form.variations_form.cart {
  margin-bottom: 0;
}
.list-profile.entry .entry-additions form.variations_form.cart + .price {
  display: none;
}
.list-profile.entry .entry-additions .price {
  font-size: 13px;
  font-family: "Open Sans";
  color: #222222;
  opacity: 1;
  background-color: transparent;
  border-radius: 3px;
  line-height: 1px;
  padding: 0 18px;
  font-weight: 500;
  letter-spacing: 0;
  display: inline-block;
  margin: 0;
  display: block;
  margin-top: 15px;
  margin-bottom: 10px;
}
.list-profile.entry .entry-additions .price del,
.list-profile.entry .entry-additions .price ins,
.list-profile.entry .entry-additions .price > span.amount {
  border-radius: 3px;
  line-height: 19px;
  padding: 0 4px;
  display: inline-block;
  margin: 0;
}
.list-profile.entry .entry-additions .price del {
  color: rgba(34, 34, 34, 0.5);
}
.list-profile.entry .entry-additions .price ins,
.list-profile.entry .entry-additions .price > span.amount {
  background-color: transparent;
}
.list-profile.entry .entry-additions > form {
  padding: 0 21px;
  text-align: center;
}
.list-profile.entry .entry-additions > form button {
  padding: 0 !important;
  display: inline-block !important;
  float: none !important;
}
.list-profile.entry .entry-additions > span.purchased {
  color: #888888;
  margin-bottom: 12px;
}
.list-profile.entry .entry-additions > a {
  color: #81b441;
}
.list-profile.entry .entry-additions > .star-rating {
  width: 100%;
}
.list-profile.entry .entry-additions > .star-rating:before {
  content: none;
}
.list-profile.entry .entry-additions > .star-rating > span {
  position: relative;
  padding: 0;
  float: none;
  font-size: 0;
}
.list-profile.entry .entry-additions > .star-rating > span:before {
  content: none;
}
.list-profile.entry .entry-additions > .star-rating > span > strong.rating {
  font-size: 13px;
  font-family: "Open Sans";
  color: #ffffff;
  background-color: #81b441;
  border-radius: 3px;
  line-height: 23px;
  padding: 0 14px;
  font-weight: 500;
  letter-spacing: 0;
  display: inline-block;
}
.list-profile.entry .entry-additions .profile-review-link {
  color: #888888;
}
.list-profile.entry .entry-additions .entry-more a {
  color: #81b441;
}
.list-profile.entry .entry-additions .entry-more a:hover {
  color: #666666;
}
.list-profile.entry .entry-additions.button.loading {
  opacity: 0.5;
  pointer-events: none;
}
@media screen and (max-width: 992px) {
  .list-profile.entry .entry-additions {
    display: block;
    width: 100px !important;
  }
}
.list-profile.entry .entry-thumbnail .image {
  background-size: auto;
  background-repeat: no-repeat;
}
.list-profile.entry .entry-thumbnail,
.list-profile.entry .entry-gallery {
  border-right: 1px solid #f0f0f0;
}
.list-profile.entry .entry-additions {
  width: 22%;
}
.list-profile.entry .entry-additions .star-rating {
  overflow: visible;
}
.list-profile.entry .entry-additions .star-rating > span {
  font-size: 0;
}
.list-profile.entry .entry-additions .star-rating > span > .rating:not(strong) {
  display: none;
}
.list-profile.entry .entry-additions .star-rating > span > span:not(.rating) {
  display: none;
}
@media (max-width: 992px) {
  .list-profile.entry .entry-thumbnail,
  .list-profile.entry .entry-gallery {
    display: block;
    width: auto;
  }
  .list-profile.entry .entry-thumbnail > a,
  .list-profile.entry .entry-gallery > a,
  .list-profile.entry .entry-thumbnail > .image,
  .list-profile.entry .entry-gallery > .image,
  .list-profile.entry .entry-thumbnail > .images,
  .list-profile.entry .entry-gallery > .images {
    position: static;
    left: auto;
    top: auto;
    bottom: auto;
    right: auto;
  }
  .list-profile.entry .entry-thumbnail .image,
  .list-profile.entry .entry-gallery .image {
    border-radius: 3px 3px 0 0;
  }
  .list-profile.entry .entry-thumbnail .discount,
  .list-profile.entry .entry-gallery .discount {
    left: 0;
  }
  .list-profile.entry .entry-thumbnail .time-left,
  .list-profile.entry .entry-gallery .time-left {
    border-radius: 0;
    left: 0;
    bottom: 0;
  }
  .list-profile.entry .entry-thumbnail .image,
  .list-profile.entry .entry-gallery .image {
    height: 244px !important;
  }
  .list-profile.entry .entry-data {
    display: block;
    border: 1px;
    float: left;
    padding: 24px 20px;
    width: calc(100% - 174px);
  }
  .list-profile.entry .entry-additions {
    display: block;
    width: auto;
    float: right;
    padding: 30px 20px 24px 20px;
    text-align: center;
    border: 0;
  }
  .list-profile.entry .entry-additions .price {
    padding: 0;
    /*width: 70%;*/
  }
  .list-profile.entry .entry-additions .price > del {
    margin-bottom: 5px;
  }
  .list-profile.entry .entry-additions .price > del,
  .list-profile.entry .entry-additions .price ins {
    display: inline-block;
  }
  .list-profile.entry .entry-additions form {
    padding: 0;
    text-align: center;
  }
  .list-profile.entry .entry-additions form button {
    padding: 0 !important;
    display: inline-block !important;
    float: none !important;
  }
}
@media (max-width: 992px) and (max-width: 1100px) {
  .list-profile.entry .entry-data {
    width: calc(100% - 180px);
  }
}
@media (max-width: 992px) and screen and (max-width: 992px) {
  .list-profile.entry .entry-additions {
    width: 100px;
  }
}
.product form.cart div.quantity {
  display: none !important;
  float: left;
  margin: 0;
  width: 60px;
  position: relative;
  display: inline-block;
}
.product form.cart div.quantity input[name="quantity"] {
  float: left;
  text-align: center;
  width: 100% !important;
  color: #aaaaaa;
  font-size: 15px !important;
  font-weight: 600;
}
.product form.cart div.quantity input[name="quantity"]:focus {
  outline: none;
}
.product form.cart div.quantity .qty-arrows {
  display: none;
}
.product form.cart .button {
  vertical-align: middle;
  float: left;
}
.product form.cart .azb-picker {
  margin-bottom: 15px;
}
.product form.cart .azb-picker table.ui-datepicker-calendar {
  width: 100%;
}
.product form.cart table:not(.ui-datepicker-calendar) {
  width: 100%;
}
.product form.cart table:not(.ui-datepicker-calendar) td {
  padding-left: 0;
}
.product form.cart table:not(.ui-datepicker-calendar) div.quantity {
  float: none;
  margin: 0;
}
.product form.cart table:not(.ui-datepicker-calendar) small.stock {
  display: block;
  float: none;
}
.product form.cart .variations {
  border: 0;
}
.product form.cart .variations .label {
  display: none !important;
}
.product form.cart .variations td,
.product form.cart .variations th {
  border: 0;
  padding-bottom: 10px;
}
.product form.cart .variations td:last-child,
.product form.cart .variations th:last-child {
  padding-bottom: 0;
}
.product form.cart .variations label {
  font-weight: 400;
  margin: 0;
  color: #666666;
}
.product form.cart .variations select {
  width: 100%;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDIzOC4wMDcgMjM4LjAwNyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjM4LjAwNyAyMzguMDA3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4Ij4KPGc+Cgk8Zz4KCQk8Zz4KCQkJPHBhdGggZD0iTTIzMy4zODcsNTYuMjIxYy02LjE5OC02LjE5OC0xNi4zMDQtNi4xOTgtMjIuNDcsMGwtOTEuOTE1LDkxLjg4M0wyNy4xMTgsNTYuMjIxICAgICBjLTYuMTk4LTYuMTk4LTE2LjI3My02LjE5OC0yMi40Nywwcy02LjE5OCwxNi4yNzMsMCwyMi40N2wxMDMuMDcxLDEwMy4xMDJjMy4xMTUsMy4xNDYsNy4yMTUsNC42NCwxMS4yODMsNC42NCAgICAgYzQuMSwwLDguMTY4LTEuNTI2LDExLjI4My00LjY0TDIzMy4zNTUsNzguNjkxQzIzOS41NTMsNzIuNDk0LDIzOS41NTMsNjIuNDE5LDIzMy4zODcsNTYuMjIxeiIgZmlsbD0iIzIyMjIyMiIvPgoJCTwvZz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
  background-position: 92% center;
  background-repeat: no-repeat;
  background-size: 11px;
  background-color: transparent;
  color: #888888;
  border: 1px solid #f0f0f0;
  height: 40px;
  padding: 0 11px;
  line-height: 40px;
}
.product form.cart .variations .reset_variations {
  display: none !important;
  color: #666666;
}
.product form.cart .variations .reset_variations:hover {
  color: #81b441;
}
.product form.cart .variations td.label {
  padding-right: 1em;
  line-height: 40px;
}
.product form.cart .variations td {
  vertical-align: top;
  line-height: 30px;
}
.product form.cart .group_table td.label {
  padding-right: 1em;
  padding-left: 1em;
}
.product form.cart .group_table td {
  vertical-align: top;
  padding-bottom: .5em;
  border: 0;
}
.product form.cart .single_variation_wrap {
  margin-top: 1em;
}
.product form.cart .single_variation_wrap .single_variation {
  margin-bottom: 1em;
  color: #666666;
}
.product form.cart .single_variation_wrap .single_variation .price {
  font-size: 13px;
  font-family: "Open Sans";
  color: #ffffff;
  background-color: #81b441;
  border-radius: 3px;
  line-height: 23px;
  padding: 0 14px;
  font-weight: 500;
  letter-spacing: 0;
  display: inline-block;
  margin: 0;
}
.product form.cart .single_variation_wrap .single_variation .price del {
  margin-right: 5px;
}
.product form.cart .single_variation_wrap .single_variation .price ins,
.product form.cart .single_variation_wrap .single_variation .price > span.amount {
  background-color: transparent;
}
.product form.cart::after {
  content: "";
  display: table;
  clear: both;
}
.product div.social {
  text-align: right;
  margin: 0 0 1em;
}
.product div.social span {
  margin: 0 0 0 2px;
}
.product div.social span span {
  margin: 0;
}
.product div.social span .stButton .chicklets {
  padding-left: 16px;
  width: 0;
}
.product div.social iframe {
  float: left;
  margin-top: 3px;
}
.product .woocommerce-product-rating .star-rating {
  display: inline-block;
}
.product .woocommerce-product-rating .woocommerce-review-link {
  font-size: 9px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400;
}
.product .woocommerce-tabs {
  margin-top: 30px;
}
.product .related.products,
.product .upsells.products {
  margin-top: 50px;
}
.widget_vc_widget .product:not(.subscription) {
  margin-top: -310px;
}
@media (max-width: 768px) {
  .widget_vc_widget .product:not(.subscription) {
    margin-top: 0;
  }
}
.widget_vc_widget .product:not(.subscription) .field:not(.panel) + .field.panel {
  margin-top: 0;
}
.widget_vc_widget .product:not(.subscription) .field:not(.panel) + .field.panel .panel-content .field:last-child {
  margin-bottom: 30px;
}
.widget_vc_widget .product:not(.subscription) .panel:last-child {
  margin-bottom: -30px;
}
.widget_vc_widget .product:not(.subscription) hr,
.widget_vc_widget .product:not(.subscription) .vc_separator {
  margin-left: -30px;
  margin-right: -30px;
  width: auto;
}
.widget_vc_widget .product:not(.subscription) .entry-thumbnail,
.widget_vc_widget .product:not(.subscription) .entry-gallery {
  margin-top: -30px;
  margin-left: -30px;
  margin-right: -30px;
  background-color: #ffffff;
}
.widget_vc_widget .product:not(.subscription) .entry-thumbnail .image,
.widget_vc_widget .product:not(.subscription) .entry-gallery .image {
  background-position: center;
  background-size: cover;
  max-height: 250px;
}
.widget_vc_widget .product:not(.subscription) .entry-thumbnail::after,
.widget_vc_widget .product:not(.subscription) .entry-gallery::after {
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 30px;
  display: block;
}
.widget_vc_widget .product:not(.subscription) h4 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.widget_vc_widget .product:not(.subscription) a[href] {
  color: #81b441;
  font-weight: 500;
}
.widget_vc_widget .product:not(.subscription) .meta-field,
.widget_vc_widget .product:not(.subscription) .taxonomy {
  display: block;
  line-height: 1.5;
}
.widget_vc_widget .product:not(.subscription) .meta-field img,
.widget_vc_widget .product:not(.subscription) .taxonomy img {
  height: 16.5px;
  margin-right: 10px;
  display: inline;
  width: auto;
}
.widget_vc_widget .product:not(.subscription) .meta-field .value,
.widget_vc_widget .product:not(.subscription) .taxonomy .value,
.widget_vc_widget .product:not(.subscription) .meta-field .links,
.widget_vc_widget .product:not(.subscription) .taxonomy .links {
  color: #81b441;
}
.widget_vc_widget .product:not(.subscription) .meta-field label,
.widget_vc_widget .product:not(.subscription) .taxonomy label {
  margin-bottom: 0;
  color: #999999;
}
.widget_vc_widget .product:not(.subscription) .meta-field label + .value,
.widget_vc_widget .product:not(.subscription) .taxonomy label + .value,
.widget_vc_widget .product:not(.subscription) .meta-field label + .links,
.widget_vc_widget .product:not(.subscription) .taxonomy label + .links {
  float: right;
  max-width: 70%;
  text-align: right;
}
.widget_vc_widget .product:not(.subscription) .meta-field::after,
.widget_vc_widget .product:not(.subscription) .taxonomy::after {
  content: "";
  display: table;
  clear: both;
}
.widget_vc_widget .product:not(.subscription) .without-image .meta-field img,
.widget_vc_widget .product:not(.subscription) .without-image .taxonomy img {
  display: none;
}
.widget_vc_widget .product:not(.subscription) .time-left {
  text-align: center;
  font-weight: 600;
}
.entry.product p.price {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  padding: 15px 0;
  background-color: #f5f5f5;
}
.entry.product p.price del {
  margin-right: 5px;
  font-size: 13px;
  color: #81b441;
  opacity: 1;
}
.entry.product p.price ins,
.entry.product p.price > span.amount {
  color: #81b441;
  background-color: transparent;
}
.entry.product p.stock {
  margin: 3px 0 0 0;
  color: #888888;
}
.related.products > h2,
.upsells.products > h2 {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 20px;
}
.related.products > h2 span,
.upsells.products > h2 span {
  color: #81b441;
}
.related.products .owl-controls .owl-dots,
.upsells.products .owl-controls .owl-dots {
  display: none !important;
}
.woocommerce-tabs ul.tabs {
  margin: 0 0 1px;
  border-bottom: 1px solid #f5f5f5;
}
.woocommerce-tabs ul.tabs li {
  margin-bottom: -1px;
  float: left;
  position: relative;
  display: block;
}
.woocommerce-tabs ul.tabs li a {
  border: 1px solid transparent;
  background-color: #81b441;
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-right: 2px;
  line-height: 20px;
  border-radius: 2px 2px 0 0;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.woocommerce-tabs ul.tabs li.active a {
  border: 1px solid #f5f5f5;
  color: #666666;
  background-color: #ffffff;
  border-bottom-color: transparent;
  cursor: default;
}
@media (max-width: 768px) {
  .woocommerce-tabs ul.tabs li {
    float: none;
  }
}
.woocommerce-tabs ul.tabs::after {
  content: "";
  display: table;
  clear: both;
}
.woocommerce-tabs .wc-tab {
  margin-top: 30px;
}
.woocommerce-tabs .wc-tab > h2:first-child {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
}
.simple-product .entry {
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
  padding: 30px;
}
.simple-product .entry .entry-gallery,
.simple-product .entry .entry-thumbnail,
.simple-product .entry .entry-video,
.simple-product .entry .entry-data {
  display: inline-block;
  width: calc(50% - 15px);
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .simple-product .entry .entry-gallery,
  .simple-product .entry .entry-thumbnail,
  .simple-product .entry .entry-video,
  .simple-product .entry .entry-data {
    float: none !important;
    width: 100%;
  }
}
.simple-product .entry .entry-gallery,
.simple-product .entry .entry-thumbnail,
.simple-product .entry .entry-video {
  float: left;
}
.simple-product .entry .entry-gallery .images .image,
.simple-product .entry .entry-thumbnail .images .image,
.simple-product .entry .entry-video .images .image {
  border-radius: 3px !important;
}
.simple-product .entry .entry-gallery:after,
.simple-product .entry .entry-thumbnail:after,
.simple-product .entry .entry-video:after {
  content: " ";
  display: table;
  clear: both;
}
.simple-product .entry .entry-data {
  float: right;
}
.simple-product .entry .entry-data > div:last-of-type {
  margin-bottom: 0;
}
.simple-product .entry .entry-data .entry-header {
  margin: 10px 0;
  margin-top: 0;
}
.simple-product .entry .entry-data .entry-header a h3 {
  line-height: 1.2;
  font-size: 25px;
  font-weight: 600;
}
.simple-product .entry .entry-data .entry-content {
  margin: 10px 0;
}
.simple-product .entry .entry-data .entry-footer {
  margin: 10px 0;
  margin-top: 30px;
}
.simple-product .entry .entry-data .entry-footer .price {
  margin: 9px 0;
}
.simple-product .entry .entry-data .entry-footer .price del {
  margin-right: 5px;
}
.simple-product .entry .entry-data .entry-footer .price del,
.simple-product .entry .entry-data .entry-footer .price ins {
  line-height: 23px;
  display: inline-block;
  margin: 0;
  background-color: transparent;
}
@media screen and (max-width: 480px) {
  .simple-product .entry .entry-data .entry-footer .price {
    margin-bottom: 20px;
  }
}
.simple-product .entry .entry-data .entry-footer form.cart .button,
.simple-product .entry .entry-data .entry-footer form.cart .added_to_cart,
.simple-product .entry .entry-data .entry-footer form.cart .entry-more {
  float: none;
}
.simple-product .entry .entry-data .entry-footer:after {
  content: " ";
  display: table;
  clear: both;
}
@media screen and (max-width: 480px) {
  .simple-product .entry .entry-data .entry-footer {
    text-align: left;
  }
}
.simple-product .entry .entry-data:after {
  content: " ";
  display: table;
  clear: both;
}
@media screen and (max-width: 768px) {
  .simple-product .entry .entry-data {
    padding-top: 11px;
  }
}
.simple-product .entry .entry-additions {
  clear: both;
  padding-top: 30px;
}
.simple-product .entry .entry-additions #reviews {
  margin-top: 0;
}
.simple-product .entry .entry-additions #reviews #comments h2 {
  border-top: 1px solid #f0f0f0;
  margin: 0 -31px;
  padding: 50px 31px 20px;
  line-height: 1.4;
  background-color: #f8f8f8;
}
.simple-product .entry .entry-additions #reviews #comments .woocommerce-noreviews {
  padding: 0;
  margin: 23px 0;
  color: #666666;
}
.simple-product .entry .entry-additions #reviews #review_form_wrapper {
  padding: 0;
}
.simple-product .entry .entry-additions #reviews #review_form_wrapper #review_form .comment-reply-title {
  margin: 23px 0 0;
  color: #81b441;
}
.simple-product .entry:after {
  content: " ";
  display: table;
  clear: both;
}
.shop-product .entry,
.list-profile-vertical .entry {
  display: table;
  background-color: #ffffff;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #f0f0f0;
  border-radius: 3px;
}
.shop-product .entry .entry-thumbnail,
.list-profile-vertical .entry .entry-thumbnail,
.shop-product .entry .entry-gallery,
.list-profile-vertical .entry .entry-gallery {
  display: table-cell;
  width: 31%;
  vertical-align: top;
  position: relative;
}
.shop-product .entry .entry-thumbnail > a,
.list-profile-vertical .entry .entry-thumbnail > a,
.shop-product .entry .entry-gallery > a,
.list-profile-vertical .entry .entry-gallery > a,
.shop-product .entry .entry-thumbnail > .image,
.list-profile-vertical .entry .entry-thumbnail > .image,
.shop-product .entry .entry-gallery > .image,
.list-profile-vertical .entry .entry-gallery > .image,
.shop-product .entry .entry-thumbnail > .images,
.list-profile-vertical .entry .entry-thumbnail > .images,
.shop-product .entry .entry-gallery > .images,
.list-profile-vertical .entry .entry-gallery > .images {
  position: absolute;
  left: -1px;
  top: -1px;
  bottom: -1px;
  right: 0;
  height: auto !important;
}
.shop-product .entry .entry-thumbnail .image,
.list-profile-vertical .entry .entry-thumbnail .image,
.shop-product .entry .entry-gallery .image,
.list-profile-vertical .entry .entry-gallery .image {
  background-position: center;
  background-size: cover;
  height: 100% !important;
  border-radius: 3px 0 0 3px;
}
@media screen and (max-width: 992px) {
  .shop-product .entry .entry-thumbnail .image,
  .list-profile-vertical .entry .entry-thumbnail .image,
  .shop-product .entry .entry-gallery .image,
  .list-profile-vertical .entry .entry-gallery .image {
    border-radius: 3px 3px 0 0;
  }
}
.shop-product .entry .entry-thumbnail .discount,
.list-profile-vertical .entry .entry-thumbnail .discount,
.shop-product .entry .entry-gallery .discount,
.list-profile-vertical .entry .entry-gallery .discount {
  position: absolute;
  display: inline-block;
  background-color: #ffffff;
  border-radius: 0 3px 3px 0;
  color: #222222;
  font-family: montserrat;
  top: 39px;
  left: -1px;
  z-index: 2;
  line-height: 23px;
  padding: 0 14px;
  font-size: 13px;
}
.shop-product .entry .entry-thumbnail .time-left,
.list-profile-vertical .entry .entry-thumbnail .time-left,
.shop-product .entry .entry-gallery .time-left,
.list-profile-vertical .entry .entry-gallery .time-left {
  position: absolute;
  bottom: -1px;
  left: -1px;
  right: 0;
  z-index: 2;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
  line-height: 23px;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  border-radius: 0 0 0 3px;
}
.shop-product .entry .entry-thumbnail .time-left .time,
.list-profile-vertical .entry .entry-thumbnail .time-left .time,
.shop-product .entry .entry-gallery .time-left .time,
.list-profile-vertical .entry .entry-gallery .time-left .time {
  display: inline-block;
  vertical-align: middle;
}
.shop-product .entry .entry-thumbnail .time-left .time > div,
.list-profile-vertical .entry .entry-thumbnail .time-left .time > div,
.shop-product .entry .entry-gallery .time-left .time > div,
.list-profile-vertical .entry .entry-gallery .time-left .time > div {
  color: #ffffff;
  font-weight: 600;
}
.shop-product .entry .entry-thumbnail .time-left .time > div::after,
.list-profile-vertical .entry .entry-thumbnail .time-left .time > div::after,
.shop-product .entry .entry-gallery .time-left .time > div::after,
.list-profile-vertical .entry .entry-gallery .time-left .time > div::after {
  color: #bbbbbb;
}
.shop-product .entry .entry-thumbnail:after,
.list-profile-vertical .entry .entry-thumbnail:after,
.shop-product .entry .entry-gallery:after,
.list-profile-vertical .entry .entry-gallery:after {
  content: " ";
  display: table;
  clear: both;
}
.shop-product .entry .entry-data,
.list-profile-vertical .entry .entry-data {
  padding: 39px 25px;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  width: calc(100% - 250px);
}
.shop-product .entry .entry-data .onsale,
.list-profile-vertical .entry .entry-data .onsale {
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  color: #81b441;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  padding: 3px 7px;
  display: inline-block;
  font-size: 12px;
}
.shop-product .entry .entry-data .entry-header,
.list-profile-vertical .entry .entry-data .entry-header {
  font-weight: 600;
}
.shop-product .entry .entry-data .entry-header .entry-extra,
.list-profile-vertical .entry .entry-data .entry-header .entry-extra,
.shop-product .entry .entry-data .entry-header .entry-meta,
.list-profile-vertical .entry .entry-data .entry-header .entry-meta {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  color: #333333;
}
.shop-product .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy),
.list-profile-vertical .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy),
.shop-product .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy),
.list-profile-vertical .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy) {
  display: inline-block;
  margin-right: 15px;
  margin-left: 3px;
  -webkit-transition: all 0.2s;
  -khtml-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.shop-product .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy).author::before,
.list-profile-vertical .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy).author::before,
.shop-product .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy).author::before,
.list-profile-vertical .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy).author::before {
  font-family: 'themify';
  content: "\e602";
  margin-right: 10px;
}
.shop-product .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy).date::before,
.list-profile-vertical .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy).date::before,
.shop-product .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy).date::before,
.list-profile-vertical .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy).date::before,
.shop-product .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy).date-time::before,
.list-profile-vertical .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy).date-time::before,
.shop-product .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy).date-time::before,
.list-profile-vertical .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy).date-time::before {
  font-family: 'themify';
  content: "\e6b6";
  margin-right: 10px;
}
.shop-product .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy).comments::before,
.list-profile-vertical .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy).comments::before,
.shop-product .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy).comments::before,
.list-profile-vertical .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy).comments::before {
  font-family: 'themify';
  content: "\e644";
  margin-right: 10px;
}
.shop-product .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy).comments .count,
.list-profile-vertical .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy).comments .count,
.shop-product .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy).comments .count,
.list-profile-vertical .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy).comments .count {
  margin-right: 5px;
}
.shop-product .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy) img,
.list-profile-vertical .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy) img,
.shop-product .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy) img,
.list-profile-vertical .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy) img,
.shop-product .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy) label,
.list-profile-vertical .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy) label,
.shop-product .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy) label,
.list-profile-vertical .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy) label {
  display: none;
}
.shop-product .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy) a[href],
.list-profile-vertical .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy) a[href],
.shop-product .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy) a[href],
.list-profile-vertical .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy) a[href] {
  color: #333333;
  white-space: nowrap;
}
.shop-product .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy) a[href]:hover,
.list-profile-vertical .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy) a[href]:hover,
.shop-product .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy) a[href]:hover,
.list-profile-vertical .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy) a[href]:hover {
  color: #81b441;
}
.shop-product .entry .entry-data .entry-header .entry-extra .star-rating,
.list-profile-vertical .entry .entry-data .entry-header .entry-extra .star-rating,
.shop-product .entry .entry-data .entry-header .entry-meta .star-rating,
.list-profile-vertical .entry .entry-data .entry-header .entry-meta .star-rating {
  display: inline-block;
}
.shop-product .entry .entry-data .entry-header > .meta-field,
.list-profile-vertical .entry .entry-data .entry-header > .meta-field,
.shop-product .entry .entry-data .entry-header > .taxonomy,
.list-profile-vertical .entry .entry-data .entry-header > .taxonomy {
  letter-spacing: 0.5px;
  display: block;
  line-height: 23.4px;
  margin-bottom: 19px;
}
.shop-product .entry .entry-data .entry-header > .meta-field:last-child,
.list-profile-vertical .entry .entry-data .entry-header > .meta-field:last-child,
.shop-product .entry .entry-data .entry-header > .taxonomy:last-child,
.list-profile-vertical .entry .entry-data .entry-header > .taxonomy:last-child {
  margin-bottom: 0;
}
.shop-product .entry .entry-data .entry-header > .meta-field img,
.list-profile-vertical .entry .entry-data .entry-header > .meta-field img,
.shop-product .entry .entry-data .entry-header > .taxonomy img,
.list-profile-vertical .entry .entry-data .entry-header > .taxonomy img {
  height: 18px;
  margin-right: 0;
  display: inline-block;
  width: 13px;
  padding: 6px 9px;
  border: 1px solid #81b441;
  border-radius: 200%;
  vertical-align: middle;
  float: left;
}
.shop-product .entry .entry-data .entry-header > .meta-field img + .value,
.list-profile-vertical .entry .entry-data .entry-header > .meta-field img + .value,
.shop-product .entry .entry-data .entry-header > .taxonomy img + .value,
.list-profile-vertical .entry .entry-data .entry-header > .taxonomy img + .value,
.shop-product .entry .entry-data .entry-header > .meta-field img .links,
.list-profile-vertical .entry .entry-data .entry-header > .meta-field img .links,
.shop-product .entry .entry-data .entry-header > .taxonomy img .links,
.list-profile-vertical .entry .entry-data .entry-header > .taxonomy img .links {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 45px);
  float: right;
  padding: 3px 0;
}
.shop-product .entry .entry-data .entry-header > .meta-field label,
.list-profile-vertical .entry .entry-data .entry-header > .meta-field label,
.shop-product .entry .entry-data .entry-header > .taxonomy label,
.list-profile-vertical .entry .entry-data .entry-header > .taxonomy label,
.shop-product .entry .entry-data .entry-header > .meta-field .value,
.list-profile-vertical .entry .entry-data .entry-header > .meta-field .value,
.shop-product .entry .entry-data .entry-header > .taxonomy .value,
.list-profile-vertical .entry .entry-data .entry-header > .taxonomy .value,
.shop-product .entry .entry-data .entry-header > .meta-field .links,
.list-profile-vertical .entry .entry-data .entry-header > .meta-field .links,
.shop-product .entry .entry-data .entry-header > .taxonomy .links,
.list-profile-vertical .entry .entry-data .entry-header > .taxonomy .links {
  font-size: 14px;
}
.shop-product .entry .entry-data .entry-header > .meta-field label,
.list-profile-vertical .entry .entry-data .entry-header > .meta-field label,
.shop-product .entry .entry-data .entry-header > .taxonomy label,
.list-profile-vertical .entry .entry-data .entry-header > .taxonomy label {
  margin-bottom: 0;
  margin-right: 6.5px;
}
.shop-product .entry .entry-data .entry-header > .meta-field .value,
.list-profile-vertical .entry .entry-data .entry-header > .meta-field .value,
.shop-product .entry .entry-data .entry-header > .taxonomy .value,
.list-profile-vertical .entry .entry-data .entry-header > .taxonomy .value,
.shop-product .entry .entry-data .entry-header > .meta-field .links,
.list-profile-vertical .entry .entry-data .entry-header > .meta-field .links,
.shop-product .entry .entry-data .entry-header > .taxonomy .links,
.list-profile-vertical .entry .entry-data .entry-header > .taxonomy .links {
  color: #888888;
  font-weight: 500;
  letter-spacing: 0;
}
.shop-product .entry .entry-data .entry-header > .meta-field .value a,
.list-profile-vertical .entry .entry-data .entry-header > .meta-field .value a,
.shop-product .entry .entry-data .entry-header > .taxonomy .value a,
.list-profile-vertical .entry .entry-data .entry-header > .taxonomy .value a,
.shop-product .entry .entry-data .entry-header > .meta-field .links a,
.list-profile-vertical .entry .entry-data .entry-header > .meta-field .links a,
.shop-product .entry .entry-data .entry-header > .taxonomy .links a,
.list-profile-vertical .entry .entry-data .entry-header > .taxonomy .links a {
  color: #888888;
}
.shop-product .entry .entry-data .entry-header > .meta-field .value a:hover,
.list-profile-vertical .entry .entry-data .entry-header > .meta-field .value a:hover,
.shop-product .entry .entry-data .entry-header > .taxonomy .value a:hover,
.list-profile-vertical .entry .entry-data .entry-header > .taxonomy .value a:hover,
.shop-product .entry .entry-data .entry-header > .meta-field .links a:hover,
.list-profile-vertical .entry .entry-data .entry-header > .meta-field .links a:hover,
.shop-product .entry .entry-data .entry-header > .taxonomy .links a:hover,
.list-profile-vertical .entry .entry-data .entry-header > .taxonomy .links a:hover {
  color: #81b441;
}
.shop-product .entry .entry-data .entry-header > .meta-field:after,
.list-profile-vertical .entry .entry-data .entry-header > .meta-field:after,
.shop-product .entry .entry-data .entry-header > .taxonomy:after,
.list-profile-vertical .entry .entry-data .entry-header > .taxonomy:after {
  content: "";
  display: table;
  clear: both;
}
.shop-product .entry .entry-data .entry-header > span,
.list-profile-vertical .entry .entry-data .entry-header > span {
  font-size: 13px;
  display: block;
}
.shop-product .entry .entry-data .entry-header > .meta-field,
.list-profile-vertical .entry .entry-data .entry-header > .meta-field,
.shop-product .entry .entry-data .entry-header > .taxonomy,
.list-profile-vertical .entry .entry-data .entry-header > .taxonomy {
  text-transform: none;
}
.shop-product .entry .entry-data .entry-header > .meta-field label,
.list-profile-vertical .entry .entry-data .entry-header > .meta-field label,
.shop-product .entry .entry-data .entry-header > .taxonomy label,
.list-profile-vertical .entry .entry-data .entry-header > .taxonomy label {
  font-weight: 600;
}
.shop-product .entry .entry-data .entry-header a,
.list-profile-vertical .entry .entry-data .entry-header a {
  color: #333333;
}
.shop-product .entry .entry-data .entry-header a:hover,
.list-profile-vertical .entry .entry-data .entry-header a:hover {
  color: #81b441;
}
.shop-product .entry .entry-data .entry-header .entry-extra,
.list-profile-vertical .entry .entry-data .entry-header .entry-extra,
.shop-product .entry .entry-data .entry-header .entry-meta,
.list-profile-vertical .entry .entry-data .entry-header .entry-meta {
  font-weight: 300;
  font-size: 13px;
}
.shop-product .entry .entry-data .entry-header .entry-extra > .meta-field,
.list-profile-vertical .entry .entry-data .entry-header .entry-extra > .meta-field,
.shop-product .entry .entry-data .entry-header .entry-meta > .meta-field,
.list-profile-vertical .entry .entry-data .entry-header .entry-meta > .meta-field,
.shop-product .entry .entry-data .entry-header .entry-extra > .taxonomy,
.list-profile-vertical .entry .entry-data .entry-header .entry-extra > .taxonomy,
.shop-product .entry .entry-data .entry-header .entry-meta > .taxonomy,
.list-profile-vertical .entry .entry-data .entry-header .entry-meta > .taxonomy {
  letter-spacing: 0.5px;
  display: block;
  line-height: 23.4px;
  margin-bottom: 19px;
}
.shop-product .entry .entry-data .entry-header .entry-extra > .meta-field:last-child,
.list-profile-vertical .entry .entry-data .entry-header .entry-extra > .meta-field:last-child,
.shop-product .entry .entry-data .entry-header .entry-meta > .meta-field:last-child,
.list-profile-vertical .entry .entry-data .entry-header .entry-meta > .meta-field:last-child,
.shop-product .entry .entry-data .entry-header .entry-extra > .taxonomy:last-child,
.list-profile-vertical .entry .entry-data .entry-header .entry-extra > .taxonomy:last-child,
.shop-product .entry .entry-data .entry-header .entry-meta > .taxonomy:last-child,
.list-profile-vertical .entry .entry-data .entry-header .entry-meta > .taxonomy:last-child {
  margin-bottom: 0;
}
.shop-product .entry .entry-data .entry-header .entry-extra > .meta-field img,
.list-profile-vertical .entry .entry-data .entry-header .entry-extra > .meta-field img,
.shop-product .entry .entry-data .entry-header .entry-meta > .meta-field img,
.list-profile-vertical .entry .entry-data .entry-header .entry-meta > .meta-field img,
.shop-product .entry .entry-data .entry-header .entry-extra > .taxonomy img,
.list-profile-vertical .entry .entry-data .entry-header .entry-extra > .taxonomy img,
.shop-product .entry .entry-data .entry-header .entry-meta > .taxonomy img,
.list-profile-vertical .entry .entry-data .entry-header .entry-meta > .taxonomy img {
  height: 18px;
  margin-right: 0;
  display: inline-block;
  width: 13px;
  padding: 6px 9px;
  border: 1px solid #81b441;
  border-radius: 200%;
  vertical-align: middle;
  float: left;
}
.shop-product .entry .entry-data .entry-header .entry-extra > .meta-field img + .value,
.list-profile-vertical .entry .entry-data .entry-header .entry-extra > .meta-field img + .value,
.shop-product .entry .entry-data .entry-header .entry-meta > .meta-field img + .value,
.list-profile-vertical .entry .entry-data .entry-header .entry-meta > .meta-field img + .value,
.shop-product .entry .entry-data .entry-header .entry-extra > .taxonomy img + .value,
.list-profile-vertical .entry .entry-data .entry-header .entry-extra > .taxonomy img + .value,
.shop-product .entry .entry-data .entry-header .entry-meta > .taxonomy img + .value,
.list-profile-vertical .entry .entry-data .entry-header .entry-meta > .taxonomy img + .value,
.shop-product .entry .entry-data .entry-header .entry-extra > .meta-field img .links,
.list-profile-vertical .entry .entry-data .entry-header .entry-extra > .meta-field img .links,
.shop-product .entry .entry-data .entry-header .entry-meta > .meta-field img .links,
.list-profile-vertical .entry .entry-data .entry-header .entry-meta > .meta-field img .links,
.shop-product .entry .entry-data .entry-header .entry-extra > .taxonomy img .links,
.list-profile-vertical .entry .entry-data .entry-header .entry-extra > .taxonomy img .links,
.shop-product .entry .entry-data .entry-header .entry-meta > .taxonomy img .links,
.list-profile-vertical .entry .entry-data .entry-header .entry-meta > .taxonomy img .links {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 45px);
  float: right;
  padding: 3px 0;
}
.shop-product .entry .entry-data .entry-header .entry-extra > .meta-field label,
.list-profile-vertical .entry .entry-data .entry-header .entry-extra > .meta-field label,
.shop-product .entry .entry-data .entry-header .entry-meta > .meta-field label,
.list-profile-vertical .entry .entry-data .entry-header .entry-meta > .meta-field label,
.shop-product .entry .entry-data .entry-header .entry-extra > .taxonomy label,
.list-profile-vertical .entry .entry-data .entry-header .entry-extra > .taxonomy label,
.shop-product .entry .entry-data .entry-header .entry-meta > .taxonomy label,
.list-profile-vertical .entry .entry-data .entry-header .entry-meta > .taxonomy label,
.shop-product .entry .entry-data .entry-header .entry-extra > .meta-field .value,
.list-profile-vertical .entry .entry-data .entry-header .entry-extra > .meta-field .value,
.shop-product .entry .entry-data .entry-header .entry-meta > .meta-field .value,
.list-profile-vertical .entry .entry-data .entry-header .entry-meta > .meta-field .value,
.shop-product .entry .entry-data .entry-header .entry-extra > .taxonomy .value,
.list-profile-vertical .entry .entry-data .entry-header .entry-extra > .taxonomy .value,
.shop-product .entry .entry-data .entry-header .entry-meta > .taxonomy .value,
.list-profile-vertical .entry .entry-data .entry-header .entry-meta > .taxonomy .value,
.shop-product .entry .entry-data .entry-header .entry-extra > .meta-field .links,
.list-profile-vertical .entry .entry-data .entry-header .entry-extra > .meta-field .links,
.shop-product .entry .entry-data .entry-header .entry-meta > .meta-field .links,
.list-profile-vertical .entry .entry-data .entry-header .entry-meta > .meta-field .links,
.shop-product .entry .entry-data .entry-header .entry-extra > .taxonomy .links,
.list-profile-vertical .entry .entry-data .entry-header .entry-extra > .taxonomy .links,
.shop-product .entry .entry-data .entry-header .entry-meta > .taxonomy .links,
.list-profile-vertical .entry .entry-data .entry-header .entry-meta > .taxonomy .links {
  font-size: 14px;
}
.shop-product .entry .entry-data .entry-header .entry-extra > .meta-field label,
.list-profile-vertical .entry .entry-data .entry-header .entry-extra > .meta-field label,
.shop-product .entry .entry-data .entry-header .entry-meta > .meta-field label,
.list-profile-vertical .entry .entry-data .entry-header .entry-meta > .meta-field label,
.shop-product .entry .entry-data .entry-header .entry-extra > .taxonomy label,
.list-profile-vertical .entry .entry-data .entry-header .entry-extra > .taxonomy label,
.shop-product .entry .entry-data .entry-header .entry-meta > .taxonomy label,
.list-profile-vertical .entry .entry-data .entry-header .entry-meta > .taxonomy label {
  margin-bottom: 0;
  margin-right: 6.5px;
}
.shop-product .entry .entry-data .entry-header .entry-extra > .meta-field .value,
.list-profile-vertical .entry .entry-data .entry-header .entry-extra > .meta-field .value,
.shop-product .entry .entry-data .entry-header .entry-meta > .meta-field .value,
.list-profile-vertical .entry .entry-data .entry-header .entry-meta > .meta-field .value,
.shop-product .entry .entry-data .entry-header .entry-extra > .taxonomy .value,
.list-profile-vertical .entry .entry-data .entry-header .entry-extra > .taxonomy .value,
.shop-product .entry .entry-data .entry-header .entry-meta > .taxonomy .value,
.list-profile-vertical .entry .entry-data .entry-header .entry-meta > .taxonomy .value,
.shop-product .entry .entry-data .entry-header .entry-extra > .meta-field .links,
.list-profile-vertical .entry .entry-data .entry-header .entry-extra > .meta-field .links,
.shop-product .entry .entry-data .entry-header .entry-meta > .meta-field .links,
.list-profile-vertical .entry .entry-data .entry-header .entry-meta > .meta-field .links,
.shop-product .entry .entry-data .entry-header .entry-extra > .taxonomy .links,
.list-profile-vertical .entry .entry-data .entry-header .entry-extra > .taxonomy .links,
.shop-product .entry .entry-data .entry-header .entry-meta > .taxonomy .links,
.list-profile-vertical .entry .entry-data .entry-header .entry-meta > .taxonomy .links {
  color: #888888;
  font-weight: 500;
  letter-spacing: 0;
}
.shop-product .entry .entry-data .entry-header .entry-extra > .meta-field .value a,
.list-profile-vertical .entry .entry-data .entry-header .entry-extra > .meta-field .value a,
.shop-product .entry .entry-data .entry-header .entry-meta > .meta-field .value a,
.list-profile-vertical .entry .entry-data .entry-header .entry-meta > .meta-field .value a,
.shop-product .entry .entry-data .entry-header .entry-extra > .taxonomy .value a,
.list-profile-vertical .entry .entry-data .entry-header .entry-extra > .taxonomy .value a,
.shop-product .entry .entry-data .entry-header .entry-meta > .taxonomy .value a,
.list-profile-vertical .entry .entry-data .entry-header .entry-meta > .taxonomy .value a,
.shop-product .entry .entry-data .entry-header .entry-extra > .meta-field .links a,
.list-profile-vertical .entry .entry-data .entry-header .entry-extra > .meta-field .links a,
.shop-product .entry .entry-data .entry-header .entry-meta > .meta-field .links a,
.list-profile-vertical .entry .entry-data .entry-header .entry-meta > .meta-field .links a,
.shop-product .entry .entry-data .entry-header .entry-extra > .taxonomy .links a,
.list-profile-vertical .entry .entry-data .entry-header .entry-extra > .taxonomy .links a,
.shop-product .entry .entry-data .entry-header .entry-meta > .taxonomy .links a,
.list-profile-vertical .entry .entry-data .entry-header .entry-meta > .taxonomy .links a {
  color: #888888;
}
.shop-product .entry .entry-data .entry-header .entry-extra > .meta-field .value a:hover,
.list-profile-vertical .entry .entry-data .entry-header .entry-extra > .meta-field .value a:hover,
.shop-product .entry .entry-data .entry-header .entry-meta > .meta-field .value a:hover,
.list-profile-vertical .entry .entry-data .entry-header .entry-meta > .meta-field .value a:hover,
.shop-product .entry .entry-data .entry-header .entry-extra > .taxonomy .value a:hover,
.list-profile-vertical .entry .entry-data .entry-header .entry-extra > .taxonomy .value a:hover,
.shop-product .entry .entry-data .entry-header .entry-meta > .taxonomy .value a:hover,
.list-profile-vertical .entry .entry-data .entry-header .entry-meta > .taxonomy .value a:hover,
.shop-product .entry .entry-data .entry-header .entry-extra > .meta-field .links a:hover,
.list-profile-vertical .entry .entry-data .entry-header .entry-extra > .meta-field .links a:hover,
.shop-product .entry .entry-data .entry-header .entry-meta > .meta-field .links a:hover,
.list-profile-vertical .entry .entry-data .entry-header .entry-meta > .meta-field .links a:hover,
.shop-product .entry .entry-data .entry-header .entry-extra > .taxonomy .links a:hover,
.list-profile-vertical .entry .entry-data .entry-header .entry-extra > .taxonomy .links a:hover,
.shop-product .entry .entry-data .entry-header .entry-meta > .taxonomy .links a:hover,
.list-profile-vertical .entry .entry-data .entry-header .entry-meta > .taxonomy .links a:hover {
  color: #81b441;
}
.shop-product .entry .entry-data .entry-header .entry-extra > .meta-field:after,
.list-profile-vertical .entry .entry-data .entry-header .entry-extra > .meta-field:after,
.shop-product .entry .entry-data .entry-header .entry-meta > .meta-field:after,
.list-profile-vertical .entry .entry-data .entry-header .entry-meta > .meta-field:after,
.shop-product .entry .entry-data .entry-header .entry-extra > .taxonomy:after,
.list-profile-vertical .entry .entry-data .entry-header .entry-extra > .taxonomy:after,
.shop-product .entry .entry-data .entry-header .entry-meta > .taxonomy:after,
.list-profile-vertical .entry .entry-data .entry-header .entry-meta > .taxonomy:after {
  content: "";
  display: table;
  clear: both;
}
.shop-product .entry .entry-data .entry-header .entry-extra > .meta-field,
.list-profile-vertical .entry .entry-data .entry-header .entry-extra > .meta-field,
.shop-product .entry .entry-data .entry-header .entry-meta > .meta-field,
.list-profile-vertical .entry .entry-data .entry-header .entry-meta > .meta-field,
.shop-product .entry .entry-data .entry-header .entry-extra > .taxonomy,
.list-profile-vertical .entry .entry-data .entry-header .entry-extra > .taxonomy,
.shop-product .entry .entry-data .entry-header .entry-meta > .taxonomy,
.list-profile-vertical .entry .entry-data .entry-header .entry-meta > .taxonomy {
  text-transform: none;
}
.shop-product .entry .entry-data .entry-header .entry-extra,
.list-profile-vertical .entry .entry-data .entry-header .entry-extra {
  margin-bottom: 6px;
}
.shop-product .entry .entry-data .entry-header .entry-meta,
.list-profile-vertical .entry .entry-data .entry-header .entry-meta {
  margin-top: 13px;
  margin-bottom: 13px;
}
.shop-product .entry .entry-data .entry-header h2.entry-title,
.list-profile-vertical .entry .entry-data .entry-header h2.entry-title {
  margin-top: 0;
  margin-bottom: 9px;
  line-height: 1.25;
}
.shop-product .entry .entry-data .entry-header .entry-title,
.list-profile-vertical .entry .entry-data .entry-header .entry-title {
  margin-top: 0;
  font-size: 18px;
}
.shop-product .entry .entry-data .entry-header .entry-title h3,
.list-profile-vertical .entry .entry-data .entry-header .entry-title h3,
.shop-product .entry .entry-data .entry-header .entry-title a,
.list-profile-vertical .entry .entry-data .entry-header .entry-title a {
  color: #222222;
  text-transform: none;
  font-weight: 600;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 9px;
  line-height: 1.25;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.shop-product .entry .entry-data .entry-header .entry-title h3:hover,
.list-profile-vertical .entry .entry-data .entry-header .entry-title h3:hover,
.shop-product .entry .entry-data .entry-header .entry-title a:hover,
.list-profile-vertical .entry .entry-data .entry-header .entry-title a:hover {
  color: #888888;
}
.shop-product .entry .entry-data .entry-content,
.list-profile-vertical .entry .entry-data .entry-content,
.shop-product .entry .entry-data .entry-summary,
.list-profile-vertical .entry .entry-data .entry-summary {
  margin-top: 0;
  padding: 0;
}
.shop-product .entry .entry-data .entry-summary,
.list-profile-vertical .entry .entry-data .entry-summary {
  font-size: 14px;
  color: #888888;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 23.4px;
}
.shop-product .entry .entry-data .entry-footer,
.list-profile-vertical .entry .entry-data .entry-footer {
  background-color: transparent;
  margin-top: 11px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
  letter-spacing: 0.5px;
}
.shop-product .entry .entry-data .entry-footer > .meta-field,
.list-profile-vertical .entry .entry-data .entry-footer > .meta-field,
.shop-product .entry .entry-data .entry-footer > .taxonomy,
.list-profile-vertical .entry .entry-data .entry-footer > .taxonomy {
  letter-spacing: 0.5px;
  display: block;
  line-height: 25.2px;
  margin-bottom: 19px;
}
.shop-product .entry .entry-data .entry-footer > .meta-field:last-child,
.list-profile-vertical .entry .entry-data .entry-footer > .meta-field:last-child,
.shop-product .entry .entry-data .entry-footer > .taxonomy:last-child,
.list-profile-vertical .entry .entry-data .entry-footer > .taxonomy:last-child {
  margin-bottom: 0;
}
.shop-product .entry .entry-data .entry-footer > .meta-field img,
.list-profile-vertical .entry .entry-data .entry-footer > .meta-field img,
.shop-product .entry .entry-data .entry-footer > .taxonomy img,
.list-profile-vertical .entry .entry-data .entry-footer > .taxonomy img {
  height: 18px;
  margin-right: 0;
  display: inline-block;
  width: 13px;
  padding: 6px 9px;
  border: 1px solid #81b441;
  border-radius: 200%;
  vertical-align: middle;
  float: left;
}
.shop-product .entry .entry-data .entry-footer > .meta-field img + .value,
.list-profile-vertical .entry .entry-data .entry-footer > .meta-field img + .value,
.shop-product .entry .entry-data .entry-footer > .taxonomy img + .value,
.list-profile-vertical .entry .entry-data .entry-footer > .taxonomy img + .value,
.shop-product .entry .entry-data .entry-footer > .meta-field img .links,
.list-profile-vertical .entry .entry-data .entry-footer > .meta-field img .links,
.shop-product .entry .entry-data .entry-footer > .taxonomy img .links,
.list-profile-vertical .entry .entry-data .entry-footer > .taxonomy img .links {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 45px);
  float: right;
  padding: 3px 0;
}
.shop-product .entry .entry-data .entry-footer > .meta-field label,
.list-profile-vertical .entry .entry-data .entry-footer > .meta-field label,
.shop-product .entry .entry-data .entry-footer > .taxonomy label,
.list-profile-vertical .entry .entry-data .entry-footer > .taxonomy label,
.shop-product .entry .entry-data .entry-footer > .meta-field .value,
.list-profile-vertical .entry .entry-data .entry-footer > .meta-field .value,
.shop-product .entry .entry-data .entry-footer > .taxonomy .value,
.list-profile-vertical .entry .entry-data .entry-footer > .taxonomy .value,
.shop-product .entry .entry-data .entry-footer > .meta-field .links,
.list-profile-vertical .entry .entry-data .entry-footer > .meta-field .links,
.shop-product .entry .entry-data .entry-footer > .taxonomy .links,
.list-profile-vertical .entry .entry-data .entry-footer > .taxonomy .links {
  font-size: 14px;
}
.shop-product .entry .entry-data .entry-footer > .meta-field label,
.list-profile-vertical .entry .entry-data .entry-footer > .meta-field label,
.shop-product .entry .entry-data .entry-footer > .taxonomy label,
.list-profile-vertical .entry .entry-data .entry-footer > .taxonomy label {
  margin-bottom: 0;
  margin-right: 7px;
}
.shop-product .entry .entry-data .entry-footer > .meta-field .value,
.list-profile-vertical .entry .entry-data .entry-footer > .meta-field .value,
.shop-product .entry .entry-data .entry-footer > .taxonomy .value,
.list-profile-vertical .entry .entry-data .entry-footer > .taxonomy .value,
.shop-product .entry .entry-data .entry-footer > .meta-field .links,
.list-profile-vertical .entry .entry-data .entry-footer > .meta-field .links,
.shop-product .entry .entry-data .entry-footer > .taxonomy .links,
.list-profile-vertical .entry .entry-data .entry-footer > .taxonomy .links {
  color: #888888;
  font-weight: 500;
  letter-spacing: 0;
}
.shop-product .entry .entry-data .entry-footer > .meta-field .value a,
.list-profile-vertical .entry .entry-data .entry-footer > .meta-field .value a,
.shop-product .entry .entry-data .entry-footer > .taxonomy .value a,
.list-profile-vertical .entry .entry-data .entry-footer > .taxonomy .value a,
.shop-product .entry .entry-data .entry-footer > .meta-field .links a,
.list-profile-vertical .entry .entry-data .entry-footer > .meta-field .links a,
.shop-product .entry .entry-data .entry-footer > .taxonomy .links a,
.list-profile-vertical .entry .entry-data .entry-footer > .taxonomy .links a {
  color: #888888;
}
.shop-product .entry .entry-data .entry-footer > .meta-field .value a:hover,
.list-profile-vertical .entry .entry-data .entry-footer > .meta-field .value a:hover,
.shop-product .entry .entry-data .entry-footer > .taxonomy .value a:hover,
.list-profile-vertical .entry .entry-data .entry-footer > .taxonomy .value a:hover,
.shop-product .entry .entry-data .entry-footer > .meta-field .links a:hover,
.list-profile-vertical .entry .entry-data .entry-footer > .meta-field .links a:hover,
.shop-product .entry .entry-data .entry-footer > .taxonomy .links a:hover,
.list-profile-vertical .entry .entry-data .entry-footer > .taxonomy .links a:hover {
  color: #81b441;
}
.shop-product .entry .entry-data .entry-footer > .meta-field:after,
.list-profile-vertical .entry .entry-data .entry-footer > .meta-field:after,
.shop-product .entry .entry-data .entry-footer > .taxonomy:after,
.list-profile-vertical .entry .entry-data .entry-footer > .taxonomy:after {
  content: "";
  display: table;
  clear: both;
}
.shop-product .entry .entry-data .entry-footer > .meta-field label,
.list-profile-vertical .entry .entry-data .entry-footer > .meta-field label,
.shop-product .entry .entry-data .entry-footer > .taxonomy label,
.list-profile-vertical .entry .entry-data .entry-footer > .taxonomy label {
  display: none;
}
.shop-product .entry .entry-data .entry-footer > .meta-field .units,
.list-profile-vertical .entry .entry-data .entry-footer > .meta-field .units,
.shop-product .entry .entry-data .entry-footer > .taxonomy .units,
.list-profile-vertical .entry .entry-data .entry-footer > .taxonomy .units {
  text-transform: lowercase;
}
.shop-product .entry .entry-data .entry-footer > .meta-field:after,
.list-profile-vertical .entry .entry-data .entry-footer > .meta-field:after,
.shop-product .entry .entry-data .entry-footer > .taxonomy:after,
.list-profile-vertical .entry .entry-data .entry-footer > .taxonomy:after {
  content: " ";
  display: table;
  clear: both;
}
.shop-product .entry .entry-data .entry-footer > span,
.list-profile-vertical .entry .entry-data .entry-footer > span {
  margin-right: 21px;
}
.shop-product .entry .entry-data .entry-footer > span a[href],
.list-profile-vertical .entry .entry-data .entry-footer > span a[href] {
  color: #888888;
  white-space: nowrap;
  margin-bottom: 5px;
  display: inline-block;
}
.shop-product .entry .entry-data .entry-footer > span a[href]:hover,
.list-profile-vertical .entry .entry-data .entry-footer > span a[href]:hover {
  color: #81b441;
}
.shop-product .entry .entry-data .entry-footer > span:last-child::after,
.list-profile-vertical .entry .entry-data .entry-footer > span:last-child::after {
  content: none;
}
.shop-product .entry .entry-data .entry-footer > span.date a::before,
.list-profile-vertical .entry .entry-data .entry-footer > span.date a::before {
  content: "\e6b6";
  margin-right: 5px;
  font-family: 'themify';
}
.shop-product .entry .entry-data .entry-footer > .comments a .count:before,
.list-profile-vertical .entry .entry-data .entry-footer > .comments a .count:before {
  content: "\e644";
  margin-right: 5px;
  font-family: 'themify';
  display: inline-block;
  vertical-align: middle;
}
.shop-product .entry .entry-data .entry-footer > .comments .label,
.list-profile-vertical .entry .entry-data .entry-footer > .comments .label {
  display: none;
}
.shop-product .entry .entry-data .entry-footer .button,
.list-profile-vertical .entry .entry-data .entry-footer .button,
.shop-product .entry .entry-data .entry-footer .added_to_cart,
.list-profile-vertical .entry .entry-data .entry-footer .added_to_cart,
.shop-product .entry .entry-data .entry-footer .entry-more,
.list-profile-vertical .entry .entry-data .entry-footer .entry-more {
  display: block;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
  font-size: 14px;
  background-color: transparent;
  color: #81b441;
  outline: 0;
  outline-offset: 0;
  width: auto;
  box-sizing: border-box;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-touch-action: manipulation;
  -khtml-touch-action: manipulation;
  -moz-touch-action: manipulation;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  margin: 0;
  text-decoration: none;
  text-transform: none;
  padding-left: 30px;
  border: none;
  position: relative;
}
.shop-product .entry .entry-data .entry-footer .button:focus,
.list-profile-vertical .entry .entry-data .entry-footer .button:focus,
.shop-product .entry .entry-data .entry-footer .added_to_cart:focus,
.list-profile-vertical .entry .entry-data .entry-footer .added_to_cart:focus,
.shop-product .entry .entry-data .entry-footer .entry-more:focus,
.list-profile-vertical .entry .entry-data .entry-footer .entry-more:focus {
  outline: 0;
  outline-offset: 0;
}
.shop-product .entry .entry-data .entry-footer .button a,
.list-profile-vertical .entry .entry-data .entry-footer .button a,
.shop-product .entry .entry-data .entry-footer .added_to_cart a,
.list-profile-vertical .entry .entry-data .entry-footer .added_to_cart a,
.shop-product .entry .entry-data .entry-footer .entry-more a,
.list-profile-vertical .entry .entry-data .entry-footer .entry-more a {
  color: #333333;
}
.shop-product .entry .entry-data .entry-footer .button.added,
.list-profile-vertical .entry .entry-data .entry-footer .button.added,
.shop-product .entry .entry-data .entry-footer .added_to_cart.added,
.list-profile-vertical .entry .entry-data .entry-footer .added_to_cart.added,
.shop-product .entry .entry-data .entry-footer .entry-more.added,
.list-profile-vertical .entry .entry-data .entry-footer .entry-more.added {
  display: none;
}
.shop-product .entry .entry-data .entry-footer .avatar img,
.list-profile-vertical .entry .entry-data .entry-footer .avatar img {
  max-height: 28px;
  width: auto;
  margin-right: 5px;
  border-radius: 100%;
}
.shop-product .entry .entry-data .entry-footer .price,
.list-profile-vertical .entry .entry-data .entry-footer .price {
  font-size: 13px;
  font-family: "Open Sans";
  color: #ffffff;
  background-color: #81b441;
  border-radius: 3px;
  line-height: 23px;
  padding: 0 14px;
  font-weight: 500;
  letter-spacing: 0;
  display: inline-block;
  margin: 0;
}
.shop-product .entry .entry-data .entry-footer .price del,
.list-profile-vertical .entry .entry-data .entry-footer .price del {
  margin-right: 5px;
}
.shop-product .entry .entry-data .entry-footer .price ins,
.list-profile-vertical .entry .entry-data .entry-footer .price ins,
.shop-product .entry .entry-data .entry-footer .price > span.amount,
.list-profile-vertical .entry .entry-data .entry-footer .price > span.amount {
  background-color: transparent;
}
.shop-product .entry .entry-data .entry-footer .woocommerce-product-rating .woocommerce-review-link,
.list-profile-vertical .entry .entry-data .entry-footer .woocommerce-product-rating .woocommerce-review-link {
  color: #333333;
}
.shop-product .entry .entry-data .entry-footer span,
.list-profile-vertical .entry .entry-data .entry-footer span {
  margin-right: 0;
}
.shop-product .entry .entry-data .entry-footer span::after,
.list-profile-vertical .entry .entry-data .entry-footer span::after {
  content: none;
}
.shop-product .entry .entry-data .entry-footer:after,
.list-profile-vertical .entry .entry-data .entry-footer:after {
  content: " ";
  display: table;
  clear: both;
}
.shop-product .entry .entry-additions,
.list-profile-vertical .entry .entry-additions {
  display: table-cell;
  vertical-align: middle;
  border-left: 1px solid #f0f0f0;
  text-align: center;
  width: 19%;
  padding: 39px 0;
}
.shop-product .entry .entry-additions > *,
.list-profile-vertical .entry .entry-additions > * {
  display: block;
  margin-bottom: 15px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
  font-size: 14px;
}
.shop-product .entry .entry-additions > *:first-child,
.list-profile-vertical .entry .entry-additions > *:first-child {
  margin-top: 0 !important;
}
.shop-product .entry .entry-additions > *:last-child,
.list-profile-vertical .entry .entry-additions > *:last-child {
  margin-bottom: 0 !important;
}
.shop-product .entry .entry-additions .button,
.list-profile-vertical .entry .entry-additions .button,
.shop-product .entry .entry-additions .added_to_cart,
.list-profile-vertical .entry .entry-additions .added_to_cart,
.shop-product .entry .entry-additions .entry-more,
.list-profile-vertical .entry .entry-additions .entry-more {
  display: block;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
  font-size: 14px;
  background-color: transparent;
  color: #81b441;
  outline: 0;
  outline-offset: 0;
  width: auto;
  box-sizing: border-box;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-touch-action: manipulation;
  -khtml-touch-action: manipulation;
  -moz-touch-action: manipulation;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  margin: 0;
  text-decoration: none;
  text-transform: none;
  padding-left: 30px;
  border: none;
  position: relative;
  padding: 0;
  width: 100%;
}
.shop-product .entry .entry-additions .button:focus,
.list-profile-vertical .entry .entry-additions .button:focus,
.shop-product .entry .entry-additions .added_to_cart:focus,
.list-profile-vertical .entry .entry-additions .added_to_cart:focus,
.shop-product .entry .entry-additions .entry-more:focus,
.list-profile-vertical .entry .entry-additions .entry-more:focus {
  outline: 0;
  outline-offset: 0;
}
.shop-product .entry .entry-additions .button a,
.list-profile-vertical .entry .entry-additions .button a,
.shop-product .entry .entry-additions .added_to_cart a,
.list-profile-vertical .entry .entry-additions .added_to_cart a,
.shop-product .entry .entry-additions .entry-more a,
.list-profile-vertical .entry .entry-additions .entry-more a {
  color: #333333;
}
.shop-product .entry .entry-additions .button.loading,
.list-profile-vertical .entry .entry-additions .button.loading,
.shop-product .entry .entry-additions .added_to_cart.loading,
.list-profile-vertical .entry .entry-additions .added_to_cart.loading,
.shop-product .entry .entry-additions .entry-more.loading,
.list-profile-vertical .entry .entry-additions .entry-more.loading {
  pointer-events: none;
  opacity: 0.5;
}
.shop-product .entry .entry-additions .button.added,
.list-profile-vertical .entry .entry-additions .button.added,
.shop-product .entry .entry-additions .added_to_cart.added,
.list-profile-vertical .entry .entry-additions .added_to_cart.added,
.shop-product .entry .entry-additions .entry-more.added,
.list-profile-vertical .entry .entry-additions .entry-more.added,
.shop-product .entry .entry-additions .button.added_to_cart,
.list-profile-vertical .entry .entry-additions .button.added_to_cart,
.shop-product .entry .entry-additions .added_to_cart.added_to_cart,
.list-profile-vertical .entry .entry-additions .added_to_cart.added_to_cart,
.shop-product .entry .entry-additions .entry-more.added_to_cart,
.list-profile-vertical .entry .entry-additions .entry-more.added_to_cart {
  display: none;
}
.shop-product .entry .entry-additions form.variations_form.cart,
.list-profile-vertical .entry .entry-additions form.variations_form.cart {
  margin-bottom: 0;
}
.shop-product .entry .entry-additions form.variations_form.cart + .price,
.list-profile-vertical .entry .entry-additions form.variations_form.cart + .price {
  display: none;
}
.shop-product .entry .entry-additions .price,
.list-profile-vertical .entry .entry-additions .price {
  font-size: 13px;
  font-family: "Open Sans";
  color: #222222;
  opacity: 1;
  background-color: transparent;
  border-radius: 3px;
  line-height: 1px;
  padding: 0 18px;
  font-weight: 500;
  letter-spacing: 0;
  display: inline-block;
  margin: 0;
  display: block;
  margin-top: 15px;
  margin-bottom: 10px;
}
.shop-product .entry .entry-additions .price del,
.list-profile-vertical .entry .entry-additions .price del,
.shop-product .entry .entry-additions .price ins,
.list-profile-vertical .entry .entry-additions .price ins,
.shop-product .entry .entry-additions .price > span.amount,
.list-profile-vertical .entry .entry-additions .price > span.amount {
  border-radius: 3px;
  line-height: 19px;
  padding: 0 4px;
  display: inline-block;
  margin: 0;
}
.shop-product .entry .entry-additions .price del,
.list-profile-vertical .entry .entry-additions .price del {
  color: rgba(34, 34, 34, 0.5);
}
.shop-product .entry .entry-additions .price ins,
.list-profile-vertical .entry .entry-additions .price ins,
.shop-product .entry .entry-additions .price > span.amount,
.list-profile-vertical .entry .entry-additions .price > span.amount {
  background-color: transparent;
}
.shop-product .entry .entry-additions > form,
.list-profile-vertical .entry .entry-additions > form {
  padding: 0 21px;
  text-align: center;
}
.shop-product .entry .entry-additions > form button,
.list-profile-vertical .entry .entry-additions > form button {
  padding: 0 !important;
  display: inline-block !important;
  float: none !important;
}
.shop-product .entry .entry-additions > span.purchased,
.list-profile-vertical .entry .entry-additions > span.purchased {
  color: #888888;
  margin-bottom: 12px;
}
.shop-product .entry .entry-additions > a,
.list-profile-vertical .entry .entry-additions > a {
  color: #81b441;
}
.shop-product .entry .entry-additions > .star-rating,
.list-profile-vertical .entry .entry-additions > .star-rating {
  width: 100%;
}
.shop-product .entry .entry-additions > .star-rating:before,
.list-profile-vertical .entry .entry-additions > .star-rating:before {
  content: none;
}
.shop-product .entry .entry-additions > .star-rating > span,
.list-profile-vertical .entry .entry-additions > .star-rating > span {
  position: relative;
  padding: 0;
  float: none;
  font-size: 0;
}
.shop-product .entry .entry-additions > .star-rating > span:before,
.list-profile-vertical .entry .entry-additions > .star-rating > span:before {
  content: none;
}
.shop-product .entry .entry-additions > .star-rating > span > strong.rating,
.list-profile-vertical .entry .entry-additions > .star-rating > span > strong.rating {
  font-size: 13px;
  font-family: "Open Sans";
  color: #ffffff;
  background-color: #81b441;
  border-radius: 3px;
  line-height: 23px;
  padding: 0 14px;
  font-weight: 500;
  letter-spacing: 0;
  display: inline-block;
}
.shop-product .entry .entry-additions .profile-review-link,
.list-profile-vertical .entry .entry-additions .profile-review-link {
  color: #888888;
}
.shop-product .entry .entry-additions .entry-more a,
.list-profile-vertical .entry .entry-additions .entry-more a {
  color: #81b441;
}
.shop-product .entry .entry-additions .entry-more a:hover,
.list-profile-vertical .entry .entry-additions .entry-more a:hover {
  color: #666666;
}
.shop-product .entry .entry-additions.button.loading,
.list-profile-vertical .entry .entry-additions.button.loading {
  opacity: 0.5;
  pointer-events: none;
}
@media screen and (max-width: 992px) {
  .shop-product .entry .entry-additions,
  .list-profile-vertical .entry .entry-additions {
    display: block;
    width: 100px !important;
  }
}
.shop-product .entry .entry-thumbnail,
.list-profile-vertical .entry .entry-thumbnail,
.shop-product .entry .entry-gallery,
.list-profile-vertical .entry .entry-gallery {
  display: block;
  width: auto;
}
.shop-product .entry .entry-thumbnail > a,
.list-profile-vertical .entry .entry-thumbnail > a,
.shop-product .entry .entry-gallery > a,
.list-profile-vertical .entry .entry-gallery > a,
.shop-product .entry .entry-thumbnail > .image,
.list-profile-vertical .entry .entry-thumbnail > .image,
.shop-product .entry .entry-gallery > .image,
.list-profile-vertical .entry .entry-gallery > .image,
.shop-product .entry .entry-thumbnail > .images,
.list-profile-vertical .entry .entry-thumbnail > .images,
.shop-product .entry .entry-gallery > .images,
.list-profile-vertical .entry .entry-gallery > .images {
  position: static;
  left: auto;
  top: auto;
  bottom: auto;
  right: auto;
}
.shop-product .entry .entry-thumbnail .image,
.list-profile-vertical .entry .entry-thumbnail .image,
.shop-product .entry .entry-gallery .image,
.list-profile-vertical .entry .entry-gallery .image {
  border-radius: 3px 3px 0 0;
}
.shop-product .entry .entry-thumbnail .discount,
.list-profile-vertical .entry .entry-thumbnail .discount,
.shop-product .entry .entry-gallery .discount,
.list-profile-vertical .entry .entry-gallery .discount {
  left: 0;
}
.shop-product .entry .entry-thumbnail .time-left,
.list-profile-vertical .entry .entry-thumbnail .time-left,
.shop-product .entry .entry-gallery .time-left,
.list-profile-vertical .entry .entry-gallery .time-left {
  border-radius: 0;
  left: 0;
  bottom: 0;
}
.shop-product .entry .entry-thumbnail .image,
.list-profile-vertical .entry .entry-thumbnail .image,
.shop-product .entry .entry-gallery .image,
.list-profile-vertical .entry .entry-gallery .image {
  height: 244px !important;
}
.shop-product .entry .entry-data,
.list-profile-vertical .entry .entry-data {
  display: block;
  border: 1px;
  float: left;
  padding: 24px 20px;
  width: calc(100% - 174px);
}
@media (max-width: 1100px) {
  .shop-product .entry .entry-data,
  .list-profile-vertical .entry .entry-data {
    width: calc(100% - 180px);
  }
}
.shop-product .entry .entry-additions,
.list-profile-vertical .entry .entry-additions {
  display: block;
  width: auto;
  float: right;
  padding: 30px 20px 24px 20px;
  text-align: center;
  border: 0;
}
.shop-product .entry .entry-additions .price,
.list-profile-vertical .entry .entry-additions .price {
  padding: 0;
  /*width: 70%;*/
}
.shop-product .entry .entry-additions .price > del,
.list-profile-vertical .entry .entry-additions .price > del {
  margin-bottom: 5px;
}
.shop-product .entry .entry-additions .price > del,
.list-profile-vertical .entry .entry-additions .price > del,
.shop-product .entry .entry-additions .price ins,
.list-profile-vertical .entry .entry-additions .price ins {
  display: inline-block;
}
.shop-product .entry .entry-additions form,
.list-profile-vertical .entry .entry-additions form {
  padding: 0;
  text-align: center;
}
.shop-product .entry .entry-additions form button,
.list-profile-vertical .entry .entry-additions form button {
  padding: 0 !important;
  display: inline-block !important;
  float: none !important;
}
@media screen and (max-width: 992px) {
  .shop-product .entry .entry-additions,
  .list-profile-vertical .entry .entry-additions {
    width: 100px;
  }
}
.detailed-shop-product,
.single-profile-product {
  margin-bottom: 30px;
}
.detailed-shop-product:last-child,
.single-profile-product:last-child {
  margin-bottom: 0;
}
.detailed-shop-product .entry,
.single-profile-product .entry {
  display: table;
  background-color: #ffffff;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #f0f0f0;
  border-radius: 3px;
}
.detailed-shop-product .entry .entry-thumbnail,
.single-profile-product .entry .entry-thumbnail,
.detailed-shop-product .entry .entry-gallery,
.single-profile-product .entry .entry-gallery {
  display: table-cell;
  width: 31%;
  vertical-align: top;
  position: relative;
}
.detailed-shop-product .entry .entry-thumbnail > a,
.single-profile-product .entry .entry-thumbnail > a,
.detailed-shop-product .entry .entry-gallery > a,
.single-profile-product .entry .entry-gallery > a,
.detailed-shop-product .entry .entry-thumbnail > .image,
.single-profile-product .entry .entry-thumbnail > .image,
.detailed-shop-product .entry .entry-gallery > .image,
.single-profile-product .entry .entry-gallery > .image,
.detailed-shop-product .entry .entry-thumbnail > .images,
.single-profile-product .entry .entry-thumbnail > .images,
.detailed-shop-product .entry .entry-gallery > .images,
.single-profile-product .entry .entry-gallery > .images {
  position: absolute;
  left: -1px;
  top: -1px;
  bottom: -1px;
  right: 0;
  height: auto !important;
}
.detailed-shop-product .entry .entry-thumbnail .image,
.single-profile-product .entry .entry-thumbnail .image,
.detailed-shop-product .entry .entry-gallery .image,
.single-profile-product .entry .entry-gallery .image {
  background-position: center;
  background-size: cover;
  height: 100% !important;
  border-radius: 3px 0 0 3px;
}
@media screen and (max-width: 992px) {
  .detailed-shop-product .entry .entry-thumbnail .image,
  .single-profile-product .entry .entry-thumbnail .image,
  .detailed-shop-product .entry .entry-gallery .image,
  .single-profile-product .entry .entry-gallery .image {
    border-radius: 3px 3px 0 0;
  }
}
.detailed-shop-product .entry .entry-thumbnail .discount,
.single-profile-product .entry .entry-thumbnail .discount,
.detailed-shop-product .entry .entry-gallery .discount,
.single-profile-product .entry .entry-gallery .discount {
  position: absolute;
  display: inline-block;
  background-color: #ffffff;
  border-radius: 0 3px 3px 0;
  color: #222222;
  font-family: montserrat;
  top: 39px;
  left: -1px;
  z-index: 2;
  line-height: 23px;
  padding: 0 14px;
  font-size: 13px;
}
.detailed-shop-product .entry .entry-thumbnail .time-left,
.single-profile-product .entry .entry-thumbnail .time-left,
.detailed-shop-product .entry .entry-gallery .time-left,
.single-profile-product .entry .entry-gallery .time-left {
  position: absolute;
  bottom: -1px;
  left: -1px;
  right: 0;
  z-index: 2;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
  line-height: 23px;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  border-radius: 0 0 0 3px;
}
.detailed-shop-product .entry .entry-thumbnail .time-left .time,
.single-profile-product .entry .entry-thumbnail .time-left .time,
.detailed-shop-product .entry .entry-gallery .time-left .time,
.single-profile-product .entry .entry-gallery .time-left .time {
  display: inline-block;
  vertical-align: middle;
}
.detailed-shop-product .entry .entry-thumbnail .time-left .time > div,
.single-profile-product .entry .entry-thumbnail .time-left .time > div,
.detailed-shop-product .entry .entry-gallery .time-left .time > div,
.single-profile-product .entry .entry-gallery .time-left .time > div {
  color: #ffffff;
  font-weight: 600;
}
.detailed-shop-product .entry .entry-thumbnail .time-left .time > div::after,
.single-profile-product .entry .entry-thumbnail .time-left .time > div::after,
.detailed-shop-product .entry .entry-gallery .time-left .time > div::after,
.single-profile-product .entry .entry-gallery .time-left .time > div::after {
  color: #bbbbbb;
}
.detailed-shop-product .entry .entry-thumbnail:after,
.single-profile-product .entry .entry-thumbnail:after,
.detailed-shop-product .entry .entry-gallery:after,
.single-profile-product .entry .entry-gallery:after {
  content: " ";
  display: table;
  clear: both;
}
.detailed-shop-product .entry .entry-data,
.single-profile-product .entry .entry-data {
  padding: 39px 25px;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  width: calc(100% - 250px);
}
.detailed-shop-product .entry .entry-data .onsale,
.single-profile-product .entry .entry-data .onsale {
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  color: #81b441;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  padding: 3px 7px;
  display: inline-block;
  font-size: 12px;
}
.detailed-shop-product .entry .entry-data .entry-header,
.single-profile-product .entry .entry-data .entry-header {
  font-weight: 600;
}
.detailed-shop-product .entry .entry-data .entry-header .entry-extra,
.single-profile-product .entry .entry-data .entry-header .entry-extra,
.detailed-shop-product .entry .entry-data .entry-header .entry-meta,
.single-profile-product .entry .entry-data .entry-header .entry-meta {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  color: #333333;
}
.detailed-shop-product .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy),
.single-profile-product .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy),
.detailed-shop-product .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy),
.single-profile-product .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy) {
  display: inline-block;
  margin-right: 15px;
  margin-left: 3px;
  -webkit-transition: all 0.2s;
  -khtml-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.detailed-shop-product .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy).author::before,
.single-profile-product .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy).author::before,
.detailed-shop-product .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy).author::before,
.single-profile-product .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy).author::before {
  font-family: 'themify';
  content: "\e602";
  margin-right: 10px;
}
.detailed-shop-product .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy).date::before,
.single-profile-product .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy).date::before,
.detailed-shop-product .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy).date::before,
.single-profile-product .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy).date::before,
.detailed-shop-product .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy).date-time::before,
.single-profile-product .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy).date-time::before,
.detailed-shop-product .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy).date-time::before,
.single-profile-product .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy).date-time::before {
  font-family: 'themify';
  content: "\e6b6";
  margin-right: 10px;
}
.detailed-shop-product .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy).comments::before,
.single-profile-product .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy).comments::before,
.detailed-shop-product .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy).comments::before,
.single-profile-product .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy).comments::before {
  font-family: 'themify';
  content: "\e644";
  margin-right: 10px;
}
.detailed-shop-product .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy).comments .count,
.single-profile-product .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy).comments .count,
.detailed-shop-product .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy).comments .count,
.single-profile-product .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy).comments .count {
  margin-right: 5px;
}
.detailed-shop-product .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy) img,
.single-profile-product .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy) img,
.detailed-shop-product .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy) img,
.single-profile-product .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy) img,
.detailed-shop-product .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy) label,
.single-profile-product .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy) label,
.detailed-shop-product .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy) label,
.single-profile-product .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy) label {
  display: none;
}
.detailed-shop-product .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy) a[href],
.single-profile-product .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy) a[href],
.detailed-shop-product .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy) a[href],
.single-profile-product .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy) a[href] {
  color: #333333;
  white-space: nowrap;
}
.detailed-shop-product .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy) a[href]:hover,
.single-profile-product .entry .entry-data .entry-header .entry-extra > span:not(.meta-field):not(.taxonomy) a[href]:hover,
.detailed-shop-product .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy) a[href]:hover,
.single-profile-product .entry .entry-data .entry-header .entry-meta > span:not(.meta-field):not(.taxonomy) a[href]:hover {
  color: #81b441;
}
.detailed-shop-product .entry .entry-data .entry-header .entry-extra .star-rating,
.single-profile-product .entry .entry-data .entry-header .entry-extra .star-rating,
.detailed-shop-product .entry .entry-data .entry-header .entry-meta .star-rating,
.single-profile-product .entry .entry-data .entry-header .entry-meta .star-rating {
  display: inline-block;
}
.detailed-shop-product .entry .entry-data .entry-header > .meta-field,
.single-profile-product .entry .entry-data .entry-header > .meta-field,
.detailed-shop-product .entry .entry-data .entry-header > .taxonomy,
.single-profile-product .entry .entry-data .entry-header > .taxonomy {
  letter-spacing: 0.5px;
  display: block;
  line-height: 23.4px;
  margin-bottom: 19px;
}
.detailed-shop-product .entry .entry-data .entry-header > .meta-field:last-child,
.single-profile-product .entry .entry-data .entry-header > .meta-field:last-child,
.detailed-shop-product .entry .entry-data .entry-header > .taxonomy:last-child,
.single-profile-product .entry .entry-data .entry-header > .taxonomy:last-child {
  margin-bottom: 0;
}
.detailed-shop-product .entry .entry-data .entry-header > .meta-field img,
.single-profile-product .entry .entry-data .entry-header > .meta-field img,
.detailed-shop-product .entry .entry-data .entry-header > .taxonomy img,
.single-profile-product .entry .entry-data .entry-header > .taxonomy img {
  height: 18px;
  margin-right: 0;
  display: inline-block;
  width: 13px;
  padding: 6px 9px;
  border: 1px solid #81b441;
  border-radius: 200%;
  vertical-align: middle;
  float: left;
}
.detailed-shop-product .entry .entry-data .entry-header > .meta-field img + .value,
.single-profile-product .entry .entry-data .entry-header > .meta-field img + .value,
.detailed-shop-product .entry .entry-data .entry-header > .taxonomy img + .value,
.single-profile-product .entry .entry-data .entry-header > .taxonomy img + .value,
.detailed-shop-product .entry .entry-data .entry-header > .meta-field img .links,
.single-profile-product .entry .entry-data .entry-header > .meta-field img .links,
.detailed-shop-product .entry .entry-data .entry-header > .taxonomy img .links,
.single-profile-product .entry .entry-data .entry-header > .taxonomy img .links {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 45px);
  float: right;
  padding: 3px 0;
}
.detailed-shop-product .entry .entry-data .entry-header > .meta-field label,
.single-profile-product .entry .entry-data .entry-header > .meta-field label,
.detailed-shop-product .entry .entry-data .entry-header > .taxonomy label,
.single-profile-product .entry .entry-data .entry-header > .taxonomy label,
.detailed-shop-product .entry .entry-data .entry-header > .meta-field .value,
.single-profile-product .entry .entry-data .entry-header > .meta-field .value,
.detailed-shop-product .entry .entry-data .entry-header > .taxonomy .value,
.single-profile-product .entry .entry-data .entry-header > .taxonomy .value,
.detailed-shop-product .entry .entry-data .entry-header > .meta-field .links,
.single-profile-product .entry .entry-data .entry-header > .meta-field .links,
.detailed-shop-product .entry .entry-data .entry-header > .taxonomy .links,
.single-profile-product .entry .entry-data .entry-header > .taxonomy .links {
  font-size: 14px;
}
.detailed-shop-product .entry .entry-data .entry-header > .meta-field label,
.single-profile-product .entry .entry-data .entry-header > .meta-field label,
.detailed-shop-product .entry .entry-data .entry-header > .taxonomy label,
.single-profile-product .entry .entry-data .entry-header > .taxonomy label {
  margin-bottom: 0;
  margin-right: 6.5px;
}
.detailed-shop-product .entry .entry-data .entry-header > .meta-field .value,
.single-profile-product .entry .entry-data .entry-header > .meta-field .value,
.detailed-shop-product .entry .entry-data .entry-header > .taxonomy .value,
.single-profile-product .entry .entry-data .entry-header > .taxonomy .value,
.detailed-shop-product .entry .entry-data .entry-header > .meta-field .links,
.single-profile-product .entry .entry-data .entry-header > .meta-field .links,
.detailed-shop-product .entry .entry-data .entry-header > .taxonomy .links,
.single-profile-product .entry .entry-data .entry-header > .taxonomy .links {
  color: #888888;
  font-weight: 500;
  letter-spacing: 0;
}
.detailed-shop-product .entry .entry-data .entry-header > .meta-field .value a,
.single-profile-product .entry .entry-data .entry-header > .meta-field .value a,
.detailed-shop-product .entry .entry-data .entry-header > .taxonomy .value a,
.single-profile-product .entry .entry-data .entry-header > .taxonomy .value a,
.detailed-shop-product .entry .entry-data .entry-header > .meta-field .links a,
.single-profile-product .entry .entry-data .entry-header > .meta-field .links a,
.detailed-shop-product .entry .entry-data .entry-header > .taxonomy .links a,
.single-profile-product .entry .entry-data .entry-header > .taxonomy .links a {
  color: #888888;
}
.detailed-shop-product .entry .entry-data .entry-header > .meta-field .value a:hover,
.single-profile-product .entry .entry-data .entry-header > .meta-field .value a:hover,
.detailed-shop-product .entry .entry-data .entry-header > .taxonomy .value a:hover,
.single-profile-product .entry .entry-data .entry-header > .taxonomy .value a:hover,
.detailed-shop-product .entry .entry-data .entry-header > .meta-field .links a:hover,
.single-profile-product .entry .entry-data .entry-header > .meta-field .links a:hover,
.detailed-shop-product .entry .entry-data .entry-header > .taxonomy .links a:hover,
.single-profile-product .entry .entry-data .entry-header > .taxonomy .links a:hover {
  color: #81b441;
}
.detailed-shop-product .entry .entry-data .entry-header > .meta-field:after,
.single-profile-product .entry .entry-data .entry-header > .meta-field:after,
.detailed-shop-product .entry .entry-data .entry-header > .taxonomy:after,
.single-profile-product .entry .entry-data .entry-header > .taxonomy:after {
  content: "";
  display: table;
  clear: both;
}
.detailed-shop-product .entry .entry-data .entry-header > span,
.single-profile-product .entry .entry-data .entry-header > span {
  font-size: 13px;
  display: block;
}
.detailed-shop-product .entry .entry-data .entry-header > .meta-field,
.single-profile-product .entry .entry-data .entry-header > .meta-field,
.detailed-shop-product .entry .entry-data .entry-header > .taxonomy,
.single-profile-product .entry .entry-data .entry-header > .taxonomy {
  text-transform: none;
}
.detailed-shop-product .entry .entry-data .entry-header > .meta-field label,
.single-profile-product .entry .entry-data .entry-header > .meta-field label,
.detailed-shop-product .entry .entry-data .entry-header > .taxonomy label,
.single-profile-product .entry .entry-data .entry-header > .taxonomy label {
  font-weight: 600;
}
.detailed-shop-product .entry .entry-data .entry-header a,
.single-profile-product .entry .entry-data .entry-header a {
  color: #333333;
}
.detailed-shop-product .entry .entry-data .entry-header a:hover,
.single-profile-product .entry .entry-data .entry-header a:hover {
  color: #81b441;
}
.detailed-shop-product .entry .entry-data .entry-header .entry-extra,
.single-profile-product .entry .entry-data .entry-header .entry-extra,
.detailed-shop-product .entry .entry-data .entry-header .entry-meta,
.single-profile-product .entry .entry-data .entry-header .entry-meta {
  font-weight: 300;
  font-size: 13px;
}
.detailed-shop-product .entry .entry-data .entry-header .entry-extra > .meta-field,
.single-profile-product .entry .entry-data .entry-header .entry-extra > .meta-field,
.detailed-shop-product .entry .entry-data .entry-header .entry-meta > .meta-field,
.single-profile-product .entry .entry-data .entry-header .entry-meta > .meta-field,
.detailed-shop-product .entry .entry-data .entry-header .entry-extra > .taxonomy,
.single-profile-product .entry .entry-data .entry-header .entry-extra > .taxonomy,
.detailed-shop-product .entry .entry-data .entry-header .entry-meta > .taxonomy,
.single-profile-product .entry .entry-data .entry-header .entry-meta > .taxonomy {
  letter-spacing: 0.5px;
  display: block;
  line-height: 23.4px;
  margin-bottom: 19px;
}
.detailed-shop-product .entry .entry-data .entry-header .entry-extra > .meta-field:last-child,
.single-profile-product .entry .entry-data .entry-header .entry-extra > .meta-field:last-child,
.detailed-shop-product .entry .entry-data .entry-header .entry-meta > .meta-field:last-child,
.single-profile-product .entry .entry-data .entry-header .entry-meta > .meta-field:last-child,
.detailed-shop-product .entry .entry-data .entry-header .entry-extra > .taxonomy:last-child,
.single-profile-product .entry .entry-data .entry-header .entry-extra > .taxonomy:last-child,
.detailed-shop-product .entry .entry-data .entry-header .entry-meta > .taxonomy:last-child,
.single-profile-product .entry .entry-data .entry-header .entry-meta > .taxonomy:last-child {
  margin-bottom: 0;
}
.detailed-shop-product .entry .entry-data .entry-header .entry-extra > .meta-field img,
.single-profile-product .entry .entry-data .entry-header .entry-extra > .meta-field img,
.detailed-shop-product .entry .entry-data .entry-header .entry-meta > .meta-field img,
.single-profile-product .entry .entry-data .entry-header .entry-meta > .meta-field img,
.detailed-shop-product .entry .entry-data .entry-header .entry-extra > .taxonomy img,
.single-profile-product .entry .entry-data .entry-header .entry-extra > .taxonomy img,
.detailed-shop-product .entry .entry-data .entry-header .entry-meta > .taxonomy img,
.single-profile-product .entry .entry-data .entry-header .entry-meta > .taxonomy img {
  height: 18px;
  margin-right: 0;
  display: inline-block;
  width: 13px;
  padding: 6px 9px;
  border: 1px solid #81b441;
  border-radius: 200%;
  vertical-align: middle;
  float: left;
}
.detailed-shop-product .entry .entry-data .entry-header .entry-extra > .meta-field img + .value,
.single-profile-product .entry .entry-data .entry-header .entry-extra > .meta-field img + .value,
.detailed-shop-product .entry .entry-data .entry-header .entry-meta > .meta-field img + .value,
.single-profile-product .entry .entry-data .entry-header .entry-meta > .meta-field img + .value,
.detailed-shop-product .entry .entry-data .entry-header .entry-extra > .taxonomy img + .value,
.single-profile-product .entry .entry-data .entry-header .entry-extra > .taxonomy img + .value,
.detailed-shop-product .entry .entry-data .entry-header .entry-meta > .taxonomy img + .value,
.single-profile-product .entry .entry-data .entry-header .entry-meta > .taxonomy img + .value,
.detailed-shop-product .entry .entry-data .entry-header .entry-extra > .meta-field img .links,
.single-profile-product .entry .entry-data .entry-header .entry-extra > .meta-field img .links,
.detailed-shop-product .entry .entry-data .entry-header .entry-meta > .meta-field img .links,
.single-profile-product .entry .entry-data .entry-header .entry-meta > .meta-field img .links,
.detailed-shop-product .entry .entry-data .entry-header .entry-extra > .taxonomy img .links,
.single-profile-product .entry .entry-data .entry-header .entry-extra > .taxonomy img .links,
.detailed-shop-product .entry .entry-data .entry-header .entry-meta > .taxonomy img .links,
.single-profile-product .entry .entry-data .entry-header .entry-meta > .taxonomy img .links {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 45px);
  float: right;
  padding: 3px 0;
}
.detailed-shop-product .entry .entry-data .entry-header .entry-extra > .meta-field label,
.single-profile-product .entry .entry-data .entry-header .entry-extra > .meta-field label,
.detailed-shop-product .entry .entry-data .entry-header .entry-meta > .meta-field label,
.single-profile-product .entry .entry-data .entry-header .entry-meta > .meta-field label,
.detailed-shop-product .entry .entry-data .entry-header .entry-extra > .taxonomy label,
.single-profile-product .entry .entry-data .entry-header .entry-extra > .taxonomy label,
.detailed-shop-product .entry .entry-data .entry-header .entry-meta > .taxonomy label,
.single-profile-product .entry .entry-data .entry-header .entry-meta > .taxonomy label,
.detailed-shop-product .entry .entry-data .entry-header .entry-extra > .meta-field .value,
.single-profile-product .entry .entry-data .entry-header .entry-extra > .meta-field .value,
.detailed-shop-product .entry .entry-data .entry-header .entry-meta > .meta-field .value,
.single-profile-product .entry .entry-data .entry-header .entry-meta > .meta-field .value,
.detailed-shop-product .entry .entry-data .entry-header .entry-extra > .taxonomy .value,
.single-profile-product .entry .entry-data .entry-header .entry-extra > .taxonomy .value,
.detailed-shop-product .entry .entry-data .entry-header .entry-meta > .taxonomy .value,
.single-profile-product .entry .entry-data .entry-header .entry-meta > .taxonomy .value,
.detailed-shop-product .entry .entry-data .entry-header .entry-extra > .meta-field .links,
.single-profile-product .entry .entry-data .entry-header .entry-extra > .meta-field .links,
.detailed-shop-product .entry .entry-data .entry-header .entry-meta > .meta-field .links,
.single-profile-product .entry .entry-data .entry-header .entry-meta > .meta-field .links,
.detailed-shop-product .entry .entry-data .entry-header .entry-extra > .taxonomy .links,
.single-profile-product .entry .entry-data .entry-header .entry-extra > .taxonomy .links,
.detailed-shop-product .entry .entry-data .entry-header .entry-meta > .taxonomy .links,
.single-profile-product .entry .entry-data .entry-header .entry-meta > .taxonomy .links {
  font-size: 14px;
}
.detailed-shop-product .entry .entry-data .entry-header .entry-extra > .meta-field label,
.single-profile-product .entry .entry-data .entry-header .entry-extra > .meta-field label,
.detailed-shop-product .entry .entry-data .entry-header .entry-meta > .meta-field label,
.single-profile-product .entry .entry-data .entry-header .entry-meta > .meta-field label,
.detailed-shop-product .entry .entry-data .entry-header .entry-extra > .taxonomy label,
.single-profile-product .entry .entry-data .entry-header .entry-extra > .taxonomy label,
.detailed-shop-product .entry .entry-data .entry-header .entry-meta > .taxonomy label,
.single-profile-product .entry .entry-data .entry-header .entry-meta > .taxonomy label {
  margin-bottom: 0;
  margin-right: 6.5px;
}
.detailed-shop-product .entry .entry-data .entry-header .entry-extra > .meta-field .value,
.single-profile-product .entry .entry-data .entry-header .entry-extra > .meta-field .value,
.detailed-shop-product .entry .entry-data .entry-header .entry-meta > .meta-field .value,
.single-profile-product .entry .entry-data .entry-header .entry-meta > .meta-field .value,
.detailed-shop-product .entry .entry-data .entry-header .entry-extra > .taxonomy .value,
.single-profile-product .entry .entry-data .entry-header .entry-extra > .taxonomy .value,
.detailed-shop-product .entry .entry-data .entry-header .entry-meta > .taxonomy .value,
.single-profile-product .entry .entry-data .entry-header .entry-meta > .taxonomy .value,
.detailed-shop-product .entry .entry-data .entry-header .entry-extra > .meta-field .links,
.single-profile-product .entry .entry-data .entry-header .entry-extra > .meta-field .links,
.detailed-shop-product .entry .entry-data .entry-header .entry-meta > .meta-field .links,
.single-profile-product .entry .entry-data .entry-header .entry-meta > .meta-field .links,
.detailed-shop-product .entry .entry-data .entry-header .entry-extra > .taxonomy .links,
.single-profile-product .entry .entry-data .entry-header .entry-extra > .taxonomy .links,
.detailed-shop-product .entry .entry-data .entry-header .entry-meta > .taxonomy .links,
.single-profile-product .entry .entry-data .entry-header .entry-meta > .taxonomy .links {
  color: #888888;
  font-weight: 500;
  letter-spacing: 0;
}
.detailed-shop-product .entry .entry-data .entry-header .entry-extra > .meta-field .value a,
.single-profile-product .entry .entry-data .entry-header .entry-extra > .meta-field .value a,
.detailed-shop-product .entry .entry-data .entry-header .entry-meta > .meta-field .value a,
.single-profile-product .entry .entry-data .entry-header .entry-meta > .meta-field .value a,
.detailed-shop-product .entry .entry-data .entry-header .entry-extra > .taxonomy .value a,
.single-profile-product .entry .entry-data .entry-header .entry-extra > .taxonomy .value a,
.detailed-shop-product .entry .entry-data .entry-header .entry-meta > .taxonomy .value a,
.single-profile-product .entry .entry-data .entry-header .entry-meta > .taxonomy .value a,
.detailed-shop-product .entry .entry-data .entry-header .entry-extra > .meta-field .links a,
.single-profile-product .entry .entry-data .entry-header .entry-extra > .meta-field .links a,
.detailed-shop-product .entry .entry-data .entry-header .entry-meta > .meta-field .links a,
.single-profile-product .entry .entry-data .entry-header .entry-meta > .meta-field .links a,
.detailed-shop-product .entry .entry-data .entry-header .entry-extra > .taxonomy .links a,
.single-profile-product .entry .entry-data .entry-header .entry-extra > .taxonomy .links a,
.detailed-shop-product .entry .entry-data .entry-header .entry-meta > .taxonomy .links a,
.single-profile-product .entry .entry-data .entry-header .entry-meta > .taxonomy .links a {
  color: #888888;
}
.detailed-shop-product .entry .entry-data .entry-header .entry-extra > .meta-field .value a:hover,
.single-profile-product .entry .entry-data .entry-header .entry-extra > .meta-field .value a:hover,
.detailed-shop-product .entry .entry-data .entry-header .entry-meta > .meta-field .value a:hover,
.single-profile-product .entry .entry-data .entry-header .entry-meta > .meta-field .value a:hover,
.detailed-shop-product .entry .entry-data .entry-header .entry-extra > .taxonomy .value a:hover,
.single-profile-product .entry .entry-data .entry-header .entry-extra > .taxonomy .value a:hover,
.detailed-shop-product .entry .entry-data .entry-header .entry-meta > .taxonomy .value a:hover,
.single-profile-product .entry .entry-data .entry-header .entry-meta > .taxonomy .value a:hover,
.detailed-shop-product .entry .entry-data .entry-header .entry-extra > .meta-field .links a:hover,
.single-profile-product .entry .entry-data .entry-header .entry-extra > .meta-field .links a:hover,
.detailed-shop-product .entry .entry-data .entry-header .entry-meta > .meta-field .links a:hover,
.single-profile-product .entry .entry-data .entry-header .entry-meta > .meta-field .links a:hover,
.detailed-shop-product .entry .entry-data .entry-header .entry-extra > .taxonomy .links a:hover,
.single-profile-product .entry .entry-data .entry-header .entry-extra > .taxonomy .links a:hover,
.detailed-shop-product .entry .entry-data .entry-header .entry-meta > .taxonomy .links a:hover,
.single-profile-product .entry .entry-data .entry-header .entry-meta > .taxonomy .links a:hover {
  color: #81b441;
}
.detailed-shop-product .entry .entry-data .entry-header .entry-extra > .meta-field:after,
.single-profile-product .entry .entry-data .entry-header .entry-extra > .meta-field:after,
.detailed-shop-product .entry .entry-data .entry-header .entry-meta > .meta-field:after,
.single-profile-product .entry .entry-data .entry-header .entry-meta > .meta-field:after,
.detailed-shop-product .entry .entry-data .entry-header .entry-extra > .taxonomy:after,
.single-profile-product .entry .entry-data .entry-header .entry-extra > .taxonomy:after,
.detailed-shop-product .entry .entry-data .entry-header .entry-meta > .taxonomy:after,
.single-profile-product .entry .entry-data .entry-header .entry-meta > .taxonomy:after {
  content: "";
  display: table;
  clear: both;
}
.detailed-shop-product .entry .entry-data .entry-header .entry-extra > .meta-field,
.single-profile-product .entry .entry-data .entry-header .entry-extra > .meta-field,
.detailed-shop-product .entry .entry-data .entry-header .entry-meta > .meta-field,
.single-profile-product .entry .entry-data .entry-header .entry-meta > .meta-field,
.detailed-shop-product .entry .entry-data .entry-header .entry-extra > .taxonomy,
.single-profile-product .entry .entry-data .entry-header .entry-extra > .taxonomy,
.detailed-shop-product .entry .entry-data .entry-header .entry-meta > .taxonomy,
.single-profile-product .entry .entry-data .entry-header .entry-meta > .taxonomy {
  text-transform: none;
}
.detailed-shop-product .entry .entry-data .entry-header .entry-extra,
.single-profile-product .entry .entry-data .entry-header .entry-extra {
  margin-bottom: 6px;
}
.detailed-shop-product .entry .entry-data .entry-header .entry-meta,
.single-profile-product .entry .entry-data .entry-header .entry-meta {
  margin-top: 13px;
  margin-bottom: 13px;
}
.detailed-shop-product .entry .entry-data .entry-header h2.entry-title,
.single-profile-product .entry .entry-data .entry-header h2.entry-title {
  margin-top: 0;
  margin-bottom: 9px;
  line-height: 1.25;
}
.detailed-shop-product .entry .entry-data .entry-header .entry-title,
.single-profile-product .entry .entry-data .entry-header .entry-title {
  margin-top: 0;
  font-size: 18px;
}
.detailed-shop-product .entry .entry-data .entry-header .entry-title h3,
.single-profile-product .entry .entry-data .entry-header .entry-title h3,
.detailed-shop-product .entry .entry-data .entry-header .entry-title a,
.single-profile-product .entry .entry-data .entry-header .entry-title a {
  color: #222222;
  text-transform: none;
  font-weight: 600;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 9px;
  line-height: 1.25;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.detailed-shop-product .entry .entry-data .entry-header .entry-title h3:hover,
.single-profile-product .entry .entry-data .entry-header .entry-title h3:hover,
.detailed-shop-product .entry .entry-data .entry-header .entry-title a:hover,
.single-profile-product .entry .entry-data .entry-header .entry-title a:hover {
  color: #888888;
}
.detailed-shop-product .entry .entry-data .entry-content,
.single-profile-product .entry .entry-data .entry-content,
.detailed-shop-product .entry .entry-data .entry-summary,
.single-profile-product .entry .entry-data .entry-summary {
  margin-top: 0;
  padding: 0;
}
.detailed-shop-product .entry .entry-data .entry-summary,
.single-profile-product .entry .entry-data .entry-summary {
  font-size: 14px;
  color: #888888;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 23.4px;
}
.detailed-shop-product .entry .entry-data .entry-footer,
.single-profile-product .entry .entry-data .entry-footer {
  background-color: transparent;
  margin-top: 11px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
  letter-spacing: 0.5px;
}
.detailed-shop-product .entry .entry-data .entry-footer > .meta-field,
.single-profile-product .entry .entry-data .entry-footer > .meta-field,
.detailed-shop-product .entry .entry-data .entry-footer > .taxonomy,
.single-profile-product .entry .entry-data .entry-footer > .taxonomy {
  letter-spacing: 0.5px;
  display: block;
  line-height: 25.2px;
  margin-bottom: 19px;
}
.detailed-shop-product .entry .entry-data .entry-footer > .meta-field:last-child,
.single-profile-product .entry .entry-data .entry-footer > .meta-field:last-child,
.detailed-shop-product .entry .entry-data .entry-footer > .taxonomy:last-child,
.single-profile-product .entry .entry-data .entry-footer > .taxonomy:last-child {
  margin-bottom: 0;
}
.detailed-shop-product .entry .entry-data .entry-footer > .meta-field img,
.single-profile-product .entry .entry-data .entry-footer > .meta-field img,
.detailed-shop-product .entry .entry-data .entry-footer > .taxonomy img,
.single-profile-product .entry .entry-data .entry-footer > .taxonomy img {
  height: 18px;
  margin-right: 0;
  display: inline-block;
  width: 13px;
  padding: 6px 9px;
  border: 1px solid #81b441;
  border-radius: 200%;
  vertical-align: middle;
  float: left;
}
.detailed-shop-product .entry .entry-data .entry-footer > .meta-field img + .value,
.single-profile-product .entry .entry-data .entry-footer > .meta-field img + .value,
.detailed-shop-product .entry .entry-data .entry-footer > .taxonomy img + .value,
.single-profile-product .entry .entry-data .entry-footer > .taxonomy img + .value,
.detailed-shop-product .entry .entry-data .entry-footer > .meta-field img .links,
.single-profile-product .entry .entry-data .entry-footer > .meta-field img .links,
.detailed-shop-product .entry .entry-data .entry-footer > .taxonomy img .links,
.single-profile-product .entry .entry-data .entry-footer > .taxonomy img .links {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 45px);
  float: right;
  padding: 3px 0;
}
.detailed-shop-product .entry .entry-data .entry-footer > .meta-field label,
.single-profile-product .entry .entry-data .entry-footer > .meta-field label,
.detailed-shop-product .entry .entry-data .entry-footer > .taxonomy label,
.single-profile-product .entry .entry-data .entry-footer > .taxonomy label,
.detailed-shop-product .entry .entry-data .entry-footer > .meta-field .value,
.single-profile-product .entry .entry-data .entry-footer > .meta-field .value,
.detailed-shop-product .entry .entry-data .entry-footer > .taxonomy .value,
.single-profile-product .entry .entry-data .entry-footer > .taxonomy .value,
.detailed-shop-product .entry .entry-data .entry-footer > .meta-field .links,
.single-profile-product .entry .entry-data .entry-footer > .meta-field .links,
.detailed-shop-product .entry .entry-data .entry-footer > .taxonomy .links,
.single-profile-product .entry .entry-data .entry-footer > .taxonomy .links {
  font-size: 14px;
}
.detailed-shop-product .entry .entry-data .entry-footer > .meta-field label,
.single-profile-product .entry .entry-data .entry-footer > .meta-field label,
.detailed-shop-product .entry .entry-data .entry-footer > .taxonomy label,
.single-profile-product .entry .entry-data .entry-footer > .taxonomy label {
  margin-bottom: 0;
  margin-right: 7px;
}
.detailed-shop-product .entry .entry-data .entry-footer > .meta-field .value,
.single-profile-product .entry .entry-data .entry-footer > .meta-field .value,
.detailed-shop-product .entry .entry-data .entry-footer > .taxonomy .value,
.single-profile-product .entry .entry-data .entry-footer > .taxonomy .value,
.detailed-shop-product .entry .entry-data .entry-footer > .meta-field .links,
.single-profile-product .entry .entry-data .entry-footer > .meta-field .links,
.detailed-shop-product .entry .entry-data .entry-footer > .taxonomy .links,
.single-profile-product .entry .entry-data .entry-footer > .taxonomy .links {
  color: #888888;
  font-weight: 500;
  letter-spacing: 0;
}
.detailed-shop-product .entry .entry-data .entry-footer > .meta-field .value a,
.single-profile-product .entry .entry-data .entry-footer > .meta-field .value a,
.detailed-shop-product .entry .entry-data .entry-footer > .taxonomy .value a,
.single-profile-product .entry .entry-data .entry-footer > .taxonomy .value a,
.detailed-shop-product .entry .entry-data .entry-footer > .meta-field .links a,
.single-profile-product .entry .entry-data .entry-footer > .meta-field .links a,
.detailed-shop-product .entry .entry-data .entry-footer > .taxonomy .links a,
.single-profile-product .entry .entry-data .entry-footer > .taxonomy .links a {
  color: #888888;
}
.detailed-shop-product .entry .entry-data .entry-footer > .meta-field .value a:hover,
.single-profile-product .entry .entry-data .entry-footer > .meta-field .value a:hover,
.detailed-shop-product .entry .entry-data .entry-footer > .taxonomy .value a:hover,
.single-profile-product .entry .entry-data .entry-footer > .taxonomy .value a:hover,
.detailed-shop-product .entry .entry-data .entry-footer > .meta-field .links a:hover,
.single-profile-product .entry .entry-data .entry-footer > .meta-field .links a:hover,
.detailed-shop-product .entry .entry-data .entry-footer > .taxonomy .links a:hover,
.single-profile-product .entry .entry-data .entry-footer > .taxonomy .links a:hover {
  color: #81b441;
}
.detailed-shop-product .entry .entry-data .entry-footer > .meta-field:after,
.single-profile-product .entry .entry-data .entry-footer > .meta-field:after,
.detailed-shop-product .entry .entry-data .entry-footer > .taxonomy:after,
.single-profile-product .entry .entry-data .entry-footer > .taxonomy:after {
  content: "";
  display: table;
  clear: both;
}
.detailed-shop-product .entry .entry-data .entry-footer > .meta-field label,
.single-profile-product .entry .entry-data .entry-footer > .meta-field label,
.detailed-shop-product .entry .entry-data .entry-footer > .taxonomy label,
.single-profile-product .entry .entry-data .entry-footer > .taxonomy label {
  display: none;
}
.detailed-shop-product .entry .entry-data .entry-footer > .meta-field .units,
.single-profile-product .entry .entry-data .entry-footer > .meta-field .units,
.detailed-shop-product .entry .entry-data .entry-footer > .taxonomy .units,
.single-profile-product .entry .entry-data .entry-footer > .taxonomy .units {
  text-transform: lowercase;
}
.detailed-shop-product .entry .entry-data .entry-footer > .meta-field:after,
.single-profile-product .entry .entry-data .entry-footer > .meta-field:after,
.detailed-shop-product .entry .entry-data .entry-footer > .taxonomy:after,
.single-profile-product .entry .entry-data .entry-footer > .taxonomy:after {
  content: " ";
  display: table;
  clear: both;
}
.detailed-shop-product .entry .entry-data .entry-footer > span,
.single-profile-product .entry .entry-data .entry-footer > span {
  margin-right: 21px;
}
.detailed-shop-product .entry .entry-data .entry-footer > span a[href],
.single-profile-product .entry .entry-data .entry-footer > span a[href] {
  color: #888888;
  white-space: nowrap;
  margin-bottom: 5px;
  display: inline-block;
}
.detailed-shop-product .entry .entry-data .entry-footer > span a[href]:hover,
.single-profile-product .entry .entry-data .entry-footer > span a[href]:hover {
  color: #81b441;
}
.detailed-shop-product .entry .entry-data .entry-footer > span:last-child::after,
.single-profile-product .entry .entry-data .entry-footer > span:last-child::after {
  content: none;
}
.detailed-shop-product .entry .entry-data .entry-footer > span.date a::before,
.single-profile-product .entry .entry-data .entry-footer > span.date a::before {
  content: "\e6b6";
  margin-right: 5px;
  font-family: 'themify';
}
.detailed-shop-product .entry .entry-data .entry-footer > .comments a .count:before,
.single-profile-product .entry .entry-data .entry-footer > .comments a .count:before {
  content: "\e644";
  margin-right: 5px;
  font-family: 'themify';
  display: inline-block;
  vertical-align: middle;
}
.detailed-shop-product .entry .entry-data .entry-footer > .comments .label,
.single-profile-product .entry .entry-data .entry-footer > .comments .label {
  display: none;
}
.detailed-shop-product .entry .entry-data .entry-footer .button,
.single-profile-product .entry .entry-data .entry-footer .button,
.detailed-shop-product .entry .entry-data .entry-footer .added_to_cart,
.single-profile-product .entry .entry-data .entry-footer .added_to_cart,
.detailed-shop-product .entry .entry-data .entry-footer .entry-more,
.single-profile-product .entry .entry-data .entry-footer .entry-more {
  display: block;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
  font-size: 14px;
  background-color: transparent;
  color: #81b441;
  outline: 0;
  outline-offset: 0;
  width: auto;
  box-sizing: border-box;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-touch-action: manipulation;
  -khtml-touch-action: manipulation;
  -moz-touch-action: manipulation;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  margin: 0;
  text-decoration: none;
  text-transform: none;
  padding-left: 30px;
  border: none;
  position: relative;
}
.detailed-shop-product .entry .entry-data .entry-footer .button:focus,
.single-profile-product .entry .entry-data .entry-footer .button:focus,
.detailed-shop-product .entry .entry-data .entry-footer .added_to_cart:focus,
.single-profile-product .entry .entry-data .entry-footer .added_to_cart:focus,
.detailed-shop-product .entry .entry-data .entry-footer .entry-more:focus,
.single-profile-product .entry .entry-data .entry-footer .entry-more:focus {
  outline: 0;
  outline-offset: 0;
}
.detailed-shop-product .entry .entry-data .entry-footer .button a,
.single-profile-product .entry .entry-data .entry-footer .button a,
.detailed-shop-product .entry .entry-data .entry-footer .added_to_cart a,
.single-profile-product .entry .entry-data .entry-footer .added_to_cart a,
.detailed-shop-product .entry .entry-data .entry-footer .entry-more a,
.single-profile-product .entry .entry-data .entry-footer .entry-more a {
  color: #333333;
}
.detailed-shop-product .entry .entry-data .entry-footer .button.added,
.single-profile-product .entry .entry-data .entry-footer .button.added,
.detailed-shop-product .entry .entry-data .entry-footer .added_to_cart.added,
.single-profile-product .entry .entry-data .entry-footer .added_to_cart.added,
.detailed-shop-product .entry .entry-data .entry-footer .entry-more.added,
.single-profile-product .entry .entry-data .entry-footer .entry-more.added {
  display: none;
}
.detailed-shop-product .entry .entry-data .entry-footer .avatar img,
.single-profile-product .entry .entry-data .entry-footer .avatar img {
  max-height: 28px;
  width: auto;
  margin-right: 5px;
  border-radius: 100%;
}
.detailed-shop-product .entry .entry-data .entry-footer .price,
.single-profile-product .entry .entry-data .entry-footer .price {
  font-size: 13px;
  font-family: "Open Sans";
  color: #ffffff;
  background-color: #81b441;
  border-radius: 3px;
  line-height: 23px;
  padding: 0 14px;
  font-weight: 500;
  letter-spacing: 0;
  display: inline-block;
  margin: 0;
}
.detailed-shop-product .entry .entry-data .entry-footer .price del,
.single-profile-product .entry .entry-data .entry-footer .price del {
  margin-right: 5px;
}
.detailed-shop-product .entry .entry-data .entry-footer .price ins,
.single-profile-product .entry .entry-data .entry-footer .price ins,
.detailed-shop-product .entry .entry-data .entry-footer .price > span.amount,
.single-profile-product .entry .entry-data .entry-footer .price > span.amount {
  background-color: transparent;
}
.detailed-shop-product .entry .entry-data .entry-footer .woocommerce-product-rating .woocommerce-review-link,
.single-profile-product .entry .entry-data .entry-footer .woocommerce-product-rating .woocommerce-review-link {
  color: #333333;
}
.detailed-shop-product .entry .entry-data .entry-footer span,
.single-profile-product .entry .entry-data .entry-footer span {
  margin-right: 0;
}
.detailed-shop-product .entry .entry-data .entry-footer span::after,
.single-profile-product .entry .entry-data .entry-footer span::after {
  content: none;
}
.detailed-shop-product .entry .entry-data .entry-footer:after,
.single-profile-product .entry .entry-data .entry-footer:after {
  content: " ";
  display: table;
  clear: both;
}
.detailed-shop-product .entry .entry-additions,
.single-profile-product .entry .entry-additions {
  display: table-cell;
  vertical-align: middle;
  border-left: 1px solid #f0f0f0;
  text-align: center;
  width: 19%;
  padding: 39px 0;
}
.detailed-shop-product .entry .entry-additions > *,
.single-profile-product .entry .entry-additions > * {
  display: block;
  margin-bottom: 15px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
  font-size: 14px;
}
.detailed-shop-product .entry .entry-additions > *:first-child,
.single-profile-product .entry .entry-additions > *:first-child {
  margin-top: 0 !important;
}
.detailed-shop-product .entry .entry-additions > *:last-child,
.single-profile-product .entry .entry-additions > *:last-child {
  margin-bottom: 0 !important;
}
.detailed-shop-product .entry .entry-additions .button,
.single-profile-product .entry .entry-additions .button,
.detailed-shop-product .entry .entry-additions .added_to_cart,
.single-profile-product .entry .entry-additions .added_to_cart,
.detailed-shop-product .entry .entry-additions .entry-more,
.single-profile-product .entry .entry-additions .entry-more {
  display: block;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
  font-size: 14px;
  background-color: transparent;
  color: #81b441;
  outline: 0;
  outline-offset: 0;
  width: auto;
  box-sizing: border-box;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-touch-action: manipulation;
  -khtml-touch-action: manipulation;
  -moz-touch-action: manipulation;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  margin: 0;
  text-decoration: none;
  text-transform: none;
  padding-left: 30px;
  border: none;
  position: relative;
  padding: 0;
  width: 100%;
}
.detailed-shop-product .entry .entry-additions .button:focus,
.single-profile-product .entry .entry-additions .button:focus,
.detailed-shop-product .entry .entry-additions .added_to_cart:focus,
.single-profile-product .entry .entry-additions .added_to_cart:focus,
.detailed-shop-product .entry .entry-additions .entry-more:focus,
.single-profile-product .entry .entry-additions .entry-more:focus {
  outline: 0;
  outline-offset: 0;
}
.detailed-shop-product .entry .entry-additions .button a,
.single-profile-product .entry .entry-additions .button a,
.detailed-shop-product .entry .entry-additions .added_to_cart a,
.single-profile-product .entry .entry-additions .added_to_cart a,
.detailed-shop-product .entry .entry-additions .entry-more a,
.single-profile-product .entry .entry-additions .entry-more a {
  color: #333333;
}
.detailed-shop-product .entry .entry-additions .button.loading,
.single-profile-product .entry .entry-additions .button.loading,
.detailed-shop-product .entry .entry-additions .added_to_cart.loading,
.single-profile-product .entry .entry-additions .added_to_cart.loading,
.detailed-shop-product .entry .entry-additions .entry-more.loading,
.single-profile-product .entry .entry-additions .entry-more.loading {
  pointer-events: none;
  opacity: 0.5;
}
.detailed-shop-product .entry .entry-additions .button.added,
.single-profile-product .entry .entry-additions .button.added,
.detailed-shop-product .entry .entry-additions .added_to_cart.added,
.single-profile-product .entry .entry-additions .added_to_cart.added,
.detailed-shop-product .entry .entry-additions .entry-more.added,
.single-profile-product .entry .entry-additions .entry-more.added,
.detailed-shop-product .entry .entry-additions .button.added_to_cart,
.single-profile-product .entry .entry-additions .button.added_to_cart,
.detailed-shop-product .entry .entry-additions .added_to_cart.added_to_cart,
.single-profile-product .entry .entry-additions .added_to_cart.added_to_cart,
.detailed-shop-product .entry .entry-additions .entry-more.added_to_cart,
.single-profile-product .entry .entry-additions .entry-more.added_to_cart {
  display: none;
}
.detailed-shop-product .entry .entry-additions form.variations_form.cart,
.single-profile-product .entry .entry-additions form.variations_form.cart {
  margin-bottom: 0;
}
.detailed-shop-product .entry .entry-additions form.variations_form.cart + .price,
.single-profile-product .entry .entry-additions form.variations_form.cart + .price {
  display: none;
}
.detailed-shop-product .entry .entry-additions .price,
.single-profile-product .entry .entry-additions .price {
  font-size: 13px;
  font-family: "Open Sans";
  color: #222222;
  opacity: 1;
  background-color: transparent;
  border-radius: 3px;
  line-height: 1px;
  padding: 0 18px;
  font-weight: 500;
  letter-spacing: 0;
  display: inline-block;
  margin: 0;
  display: block;
  margin-top: 15px;
  margin-bottom: 10px;
}
.detailed-shop-product .entry .entry-additions .price del,
.single-profile-product .entry .entry-additions .price del,
.detailed-shop-product .entry .entry-additions .price ins,
.single-profile-product .entry .entry-additions .price ins,
.detailed-shop-product .entry .entry-additions .price > span.amount,
.single-profile-product .entry .entry-additions .price > span.amount {
  border-radius: 3px;
  line-height: 19px;
  padding: 0 4px;
  display: inline-block;
  margin: 0;
}
.detailed-shop-product .entry .entry-additions .price del,
.single-profile-product .entry .entry-additions .price del {
  color: rgba(34, 34, 34, 0.5);
}
.detailed-shop-product .entry .entry-additions .price ins,
.single-profile-product .entry .entry-additions .price ins,
.detailed-shop-product .entry .entry-additions .price > span.amount,
.single-profile-product .entry .entry-additions .price > span.amount {
  background-color: transparent;
}
.detailed-shop-product .entry .entry-additions > form,
.single-profile-product .entry .entry-additions > form {
  padding: 0 21px;
  text-align: center;
}
.detailed-shop-product .entry .entry-additions > form button,
.single-profile-product .entry .entry-additions > form button {
  padding: 0 !important;
  display: inline-block !important;
  float: none !important;
}
.detailed-shop-product .entry .entry-additions > span.purchased,
.single-profile-product .entry .entry-additions > span.purchased {
  color: #888888;
  margin-bottom: 12px;
}
.detailed-shop-product .entry .entry-additions > a,
.single-profile-product .entry .entry-additions > a {
  color: #81b441;
}
.detailed-shop-product .entry .entry-additions > .star-rating,
.single-profile-product .entry .entry-additions > .star-rating {
  width: 100%;
}
.detailed-shop-product .entry .entry-additions > .star-rating:before,
.single-profile-product .entry .entry-additions > .star-rating:before {
  content: none;
}
.detailed-shop-product .entry .entry-additions > .star-rating > span,
.single-profile-product .entry .entry-additions > .star-rating > span {
  position: relative;
  padding: 0;
  float: none;
  font-size: 0;
}
.detailed-shop-product .entry .entry-additions > .star-rating > span:before,
.single-profile-product .entry .entry-additions > .star-rating > span:before {
  content: none;
}
.detailed-shop-product .entry .entry-additions > .star-rating > span > strong.rating,
.single-profile-product .entry .entry-additions > .star-rating > span > strong.rating {
  font-size: 13px;
  font-family: "Open Sans";
  color: #ffffff;
  background-color: #81b441;
  border-radius: 3px;
  line-height: 23px;
  padding: 0 14px;
  font-weight: 500;
  letter-spacing: 0;
  display: inline-block;
}
.detailed-shop-product .entry .entry-additions .profile-review-link,
.single-profile-product .entry .entry-additions .profile-review-link {
  color: #888888;
}
.detailed-shop-product .entry .entry-additions .entry-more a,
.single-profile-product .entry .entry-additions .entry-more a {
  color: #81b441;
}
.detailed-shop-product .entry .entry-additions .entry-more a:hover,
.single-profile-product .entry .entry-additions .entry-more a:hover {
  color: #666666;
}
.detailed-shop-product .entry .entry-additions.button.loading,
.single-profile-product .entry .entry-additions.button.loading {
  opacity: 0.5;
  pointer-events: none;
}
@media screen and (max-width: 992px) {
  .detailed-shop-product .entry .entry-additions,
  .single-profile-product .entry .entry-additions {
    display: block;
    width: 100px !important;
  }
}
@media (max-width: 992px) {
  .detailed-shop-product .entry .entry-thumbnail,
  .single-profile-product .entry .entry-thumbnail,
  .detailed-shop-product .entry .entry-gallery,
  .single-profile-product .entry .entry-gallery {
    display: block;
    width: auto;
  }
  .detailed-shop-product .entry .entry-thumbnail > a,
  .single-profile-product .entry .entry-thumbnail > a,
  .detailed-shop-product .entry .entry-gallery > a,
  .single-profile-product .entry .entry-gallery > a,
  .detailed-shop-product .entry .entry-thumbnail > .image,
  .single-profile-product .entry .entry-thumbnail > .image,
  .detailed-shop-product .entry .entry-gallery > .image,
  .single-profile-product .entry .entry-gallery > .image,
  .detailed-shop-product .entry .entry-thumbnail > .images,
  .single-profile-product .entry .entry-thumbnail > .images,
  .detailed-shop-product .entry .entry-gallery > .images,
  .single-profile-product .entry .entry-gallery > .images {
    position: static;
    left: auto;
    top: auto;
    bottom: auto;
    right: auto;
  }
  .detailed-shop-product .entry .entry-thumbnail .image,
  .single-profile-product .entry .entry-thumbnail .image,
  .detailed-shop-product .entry .entry-gallery .image,
  .single-profile-product .entry .entry-gallery .image {
    border-radius: 3px 3px 0 0;
  }
  .detailed-shop-product .entry .entry-thumbnail .discount,
  .single-profile-product .entry .entry-thumbnail .discount,
  .detailed-shop-product .entry .entry-gallery .discount,
  .single-profile-product .entry .entry-gallery .discount {
    left: 0;
  }
  .detailed-shop-product .entry .entry-thumbnail .time-left,
  .single-profile-product .entry .entry-thumbnail .time-left,
  .detailed-shop-product .entry .entry-gallery .time-left,
  .single-profile-product .entry .entry-gallery .time-left {
    border-radius: 0;
    left: 0;
    bottom: 0;
  }
  .detailed-shop-product .entry .entry-thumbnail .image,
  .single-profile-product .entry .entry-thumbnail .image,
  .detailed-shop-product .entry .entry-gallery .image,
  .single-profile-product .entry .entry-gallery .image {
    height: 244px !important;
  }
  .detailed-shop-product .entry .entry-data,
  .single-profile-product .entry .entry-data {
    display: block;
    border: 1px;
    float: left;
    padding: 24px 20px;
    width: calc(100% - 174px);
  }
  .detailed-shop-product .entry .entry-additions,
  .single-profile-product .entry .entry-additions {
    display: block;
    width: auto;
    float: right;
    padding: 30px 20px 24px 20px;
    text-align: center;
    border: 0;
  }
  .detailed-shop-product .entry .entry-additions .price,
  .single-profile-product .entry .entry-additions .price {
    padding: 0;
    /*width: 70%;*/
  }
  .detailed-shop-product .entry .entry-additions .price > del,
  .single-profile-product .entry .entry-additions .price > del {
    margin-bottom: 5px;
  }
  .detailed-shop-product .entry .entry-additions .price > del,
  .single-profile-product .entry .entry-additions .price > del,
  .detailed-shop-product .entry .entry-additions .price ins,
  .single-profile-product .entry .entry-additions .price ins {
    display: inline-block;
  }
  .detailed-shop-product .entry .entry-additions form,
  .single-profile-product .entry .entry-additions form {
    padding: 0;
    text-align: center;
  }
  .detailed-shop-product .entry .entry-additions form button,
  .single-profile-product .entry .entry-additions form button {
    padding: 0 !important;
    display: inline-block !important;
    float: none !important;
  }
}
@media (max-width: 992px) and (max-width: 1100px) {
  .detailed-shop-product .entry .entry-data,
  .single-profile-product .entry .entry-data {
    width: calc(100% - 180px);
  }
}
@media (max-width: 992px) and screen and (max-width: 992px) {
  .detailed-shop-product .entry .entry-additions,
  .single-profile-product .entry .entry-additions {
    width: 100px;
  }
}
.single-product > .entry .images {
  position: relative;
}
.single-product > .entry .images .image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 3px 3px 0 0;
}
.single-product > .entry .images::after {
  content: "";
  display: table;
  clear: both;
}
.single-product > .entry .images:hover .flex-direction-nav .flex-prev {
  opacity: 1;
  left: 15px;
}
.single-product > .entry .images:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.single-product > .entry .images:hover .flex-direction-nav .flex-next {
  opacity: 1;
  right: 15px;
}
.single-product > .entry .images:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.single-product > .entry .images .flex-direction-nav {
  *height: 0;
}
.single-product > .entry .images .flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 25px;
  margin: 0;
  height: 34px;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: visible;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -khtml-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.single-product > .entry .images .flex-direction-nav a:before {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDU1Ljc1MyA1NS43NTMiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDU1Ljc1MyA1NS43NTM7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4Ij4KPGc+Cgk8cGF0aCBkPSJNMTIuNzQ1LDIzLjkxNWMwLjI4My0wLjI4MiwwLjU5LTAuNTIsMC45MTMtMC43MjdMMzUuMjY2LDEuNTgxYzIuMTA4LTIuMTA3LDUuNTI4LTIuMTA4LDcuNjM3LDAuMDAxICAgYzIuMTA5LDIuMTA4LDIuMTA5LDUuNTI3LDAsNy42MzdMMjQuMjk0LDI3LjgyOGwxOC43MDUsMTguNzA2YzIuMTA5LDIuMTA4LDIuMTA5LDUuNTI2LDAsNy42MzcgICBjLTEuMDU1LDEuMDU2LTIuNDM4LDEuNTgyLTMuODE4LDEuNTgycy0yLjc2NC0wLjUyNi0zLjgxOC0xLjU4MkwxMy42NTgsMzIuNDY0Yy0wLjMyMy0wLjIwNy0wLjYzMi0wLjQ0NS0wLjkxMy0wLjcyNyAgIGMtMS4wNzgtMS4wNzgtMS41OTgtMi40OTgtMS41NzItMy45MTFDMTEuMTQ3LDI2LjQxMywxMS42NjcsMjQuOTk0LDEyLjc0NSwyMy45MTV6IiBmaWxsPSIjRkZGRkZGIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
  font-size: 22px;
  width: 23px;
  height: 33px;
  display: inline-block;
  content: " ";
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(0deg);
}
.single-product > .entry .images .flex-direction-nav a.flex-next:before {
  transform: rotate(180deg);
  content: " ";
}
.single-product > .entry .images .flex-direction-nav .flex-prev {
  left: -50px;
}
.single-product > .entry .images .flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.single-product > .entry .images .flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}
.single-product > .entry .thumbnails {
  position: relative;
}
.single-product > .entry .thumbnails:last-child {
  padding: 0 12px;
  margin-top: 12px;
}
.single-product > .entry .thumbnails ul.slides li {
  width: 135px !important;
  height: 81px !important;
  margin-right: 12px;
  border-radius: 4px;
}
.single-product > .entry .thumbnails ul.slides li .image {
  width: 135px !important;
  height: 81px !important;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 4px;
}
.single-product > .entry .thumbnails:hover .flex-direction-nav .flex-prev {
  opacity: 1;
  left: 15px;
}
.single-product > .entry .thumbnails:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.single-product > .entry .thumbnails:hover .flex-direction-nav .flex-next {
  opacity: 1;
  right: 15px;
}
.single-product > .entry .thumbnails:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.single-product > .entry .thumbnails .flex-direction-nav {
  *height: 0;
}
.single-product > .entry .thumbnails .flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 25px;
  margin: 0;
  height: 34px;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: visible;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -khtml-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.single-product > .entry .thumbnails .flex-direction-nav a:before {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDU1Ljc1MyA1NS43NTMiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDU1Ljc1MyA1NS43NTM7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4Ij4KPGc+Cgk8cGF0aCBkPSJNMTIuNzQ1LDIzLjkxNWMwLjI4My0wLjI4MiwwLjU5LTAuNTIsMC45MTMtMC43MjdMMzUuMjY2LDEuNTgxYzIuMTA4LTIuMTA3LDUuNTI4LTIuMTA4LDcuNjM3LDAuMDAxICAgYzIuMTA5LDIuMTA4LDIuMTA5LDUuNTI3LDAsNy42MzdMMjQuMjk0LDI3LjgyOGwxOC43MDUsMTguNzA2YzIuMTA5LDIuMTA4LDIuMTA5LDUuNTI2LDAsNy42MzcgICBjLTEuMDU1LDEuMDU2LTIuNDM4LDEuNTgyLTMuODE4LDEuNTgycy0yLjc2NC0wLjUyNi0zLjgxOC0xLjU4MkwxMy42NTgsMzIuNDY0Yy0wLjMyMy0wLjIwNy0wLjYzMi0wLjQ0NS0wLjkxMy0wLjcyNyAgIGMtMS4wNzgtMS4wNzgtMS41OTgtMi40OTgtMS41NzItMy45MTFDMTEuMTQ3LDI2LjQxMywxMS42NjcsMjQuOTk0LDEyLjc0NSwyMy45MTV6IiBmaWxsPSIjRkZGRkZGIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
  font-size: 22px;
  width: 23px;
  height: 33px;
  display: inline-block;
  content: " ";
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(0deg);
}
.single-product > .entry .thumbnails .flex-direction-nav a.flex-next:before {
  transform: rotate(180deg);
  content: " ";
}
.single-product > .entry .thumbnails .flex-direction-nav .flex-prev {
  left: -50px;
}
.single-product > .entry .thumbnails .flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.single-product > .entry .thumbnails .flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}
@media (max-width: 768px) {
  .single-product > .entry .images .flex-direction-nav .flex-prev,
  .single-product > .entry .images + .thumbnails .flex-direction-nav .flex-prev {
    left: 10px;
  }
  .single-product > .entry .images .flex-direction-nav .flex-next,
  .single-product > .entry .images + .thumbnails .flex-direction-nav .flex-next {
    right: 10px;
    text-align: right;
  }
}
.single-product > .entry > .entry-data {
  position: relative;
  margin-bottom: 30px;
  padding: 32px 26px 36px;
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
  border-radius: 3px;
}
.single-product > .entry > .entry-data > .entry-header {
  margin-bottom: 7px !important;
}
.single-product > .entry > .entry-data > .entry-header > .entry-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  color: #ffffff;
}
.single-product > .entry > .entry-data > .entry-header > .entry-meta > * {
  position: relative;
}
.single-product > .entry > .entry-data > .entry-header > .entry-meta > *:before {
  position: absolute;
}
.single-product > .entry > .entry-data > .entry-header .add-review {
  display: block;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
  font-size: 14px;
  background-color: #ffffff;
  color: #333333;
  outline: 0;
  outline-offset: 0;
  width: auto;
  box-sizing: border-box;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-touch-action: manipulation;
  -khtml-touch-action: manipulation;
  -moz-touch-action: manipulation;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  margin: 0;
  text-decoration: none;
  text-transform: none;
  padding-left: 15px;
  border: none;
  position: relative;
  position: absolute;
  top: 0;
  right: 0;
  text-transform: uppercase;
  line-height: 38px;
}
.single-product > .entry > .entry-data > .entry-header .add-review:focus {
  outline: 0;
  outline-offset: 0;
}
@media (max-width: 768px) {
  .single-product > .entry > .entry-data > .entry-header .add-review {
    position: static;
    top: auto;
    right: auto;
    margin-top: 23px;
    margin-bottom: 10px;
  }
}
.single-product > .entry > .entry-data > .entry-content {
  padding: 22px 30px;
  background-color: #ffffff;
}
.single-product > .entry > .entry-data > .entry-content hr {
  margin-left: -30px;
  margin-right: -30px;
}
.single-product > .entry > .entry-data > .entry-content p {
  margin-bottom: 30px;
}
.single-product > .entry > .entry-data > .entry-content p:last-child {
  margin-bottom: 0;
}
.single-product > .entry > .entry-data > .entry-footer .taxonomy {
  padding-left: 47px;
  display: block;
}
.single-product > .entry > .entry-data > .entry-footer .taxonomy .links {
  display: block;
}
.single-product > .entry > .entry-data > .entry-footer .taxonomy .links span {
  display: none;
}
.single-product > .entry > .entry-data > .entry-footer .taxonomy .links a {
  font-size: 9px;
  font-family: "Open Sans";
  color: #888888;
  background-color: #ffffff;
  border-radius: 3px;
  line-height: 23px;
  padding: 0 21px;
  font-weight: 500;
  letter-spacing: 0;
  display: inline-block;
  text-transform: uppercase;
  margin-right: 5px;
  margin-bottom: 5px;
  border: 1px solid #f0f0f0;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  float: left;
}
.single-product > .entry > .entry-data > .entry-footer .taxonomy .links a:hover {
  border-color: #222222;
  color: #000000;
}
.single-product > .entry > .entry-data > .entry-footer .taxonomy .links:after {
  content: " ";
  display: table;
  clear: both;
}
.single-product > .entry > .entry-thumbnail {
  display: none;
}
.single-product > .entry > .entry-gallery {
  background-color: #ffffff;
  margin-bottom: 30px;
}
.single-product > .entry > .entry-gallery .image {
  background-position: center;
  background-size: cover;
  cursor: pointer;
}
.single-product > .entry > .entry-gallery .owl-carousel .owl-controls .owl-dots {
  display: none !important;
}
body.archive .site-main > div.active-sidebar #content.shop-product > ul.products {
  font-size: 0;
  margin-left: -15px !important;
  margin-right: -15px !important;
}
body.archive .site-main > div.active-sidebar #content.shop-product > ul.products.p > * {
  margin-bottom: 0;
}
body.archive .site-main > div.active-sidebar #content.shop-product > ul.products > * {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 0.5px);
  padding-left: 15px !important;
  padding-right: 15px !important;
  font-size: 15px;
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  body.archive .site-main > div.active-sidebar #content.shop-product > ul.products > * {
    width: calc(50% - 0.5px);
  }
}
@media (max-width: 768px) {
  body.archive .site-main > div.active-sidebar #content.shop-product > ul.products {
    display: block;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  body.archive .site-main > div.active-sidebar #content.shop-product > ul.products > * {
    display: block;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 30px !important;
  }
}
body.archive .site-main > div.active-sidebar #content.shop-product > ul.products .detailed-shop-product {
  width: 100%;
}
body.archive .site-main > div:not(.active-sidebar) #content.shop-product > ul.products {
  font-size: 0;
  margin-left: -15px !important;
  margin-right: -15px !important;
}
body.archive .site-main > div:not(.active-sidebar) #content.shop-product > ul.products.p > * {
  margin-bottom: 0;
}
body.archive .site-main > div:not(.active-sidebar) #content.shop-product > ul.products > * {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 0.5px);
  padding-left: 15px !important;
  padding-right: 15px !important;
  font-size: 15px;
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  body.archive .site-main > div:not(.active-sidebar) #content.shop-product > ul.products > * {
    width: calc(50% - 0.5px);
  }
}
@media (max-width: 768px) {
  body.archive .site-main > div:not(.active-sidebar) #content.shop-product > ul.products {
    display: block;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  body.archive .site-main > div:not(.active-sidebar) #content.shop-product > ul.products > * {
    display: block;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 30px !important;
  }
}
.woocommerce > ul.products {
  font-size: 0;
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.woocommerce > ul.products.p > * {
  margin-bottom: 0;
}
.woocommerce > ul.products > * {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: calc(25% - 0.5px);
  padding-left: 5px !important;
  padding-right: 5px !important;
  font-size: 15px;
  margin-bottom: 10px;
}
@media screen and (max-width: 992px) {
  .woocommerce > ul.products > * {
    width: calc(50% - 0.5px);
  }
}
@media (max-width: 768px) {
  .woocommerce > ul.products {
    display: block;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .woocommerce > ul.products > * {
    display: block;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 10px !important;
  }
}
@media (max-width: 992px) {
  .woocommerce > ul.products > * {
    width: calc(50% - 0.5px);
  }
}
.woocommerce > ul.products > li.product-category {
  margin-bottom: 10px !important;
}
.woocommerce > ul.products > li.product-category .category {
  display: block;
  padding: 12px 20px 12px;
  border: 1px solid #f5f5f5;
  background: #ffffff;
  color: #333333;
  position: relative;
}
.woocommerce > ul.products > li.product-category .category .category-thumbnail {
  display: inline-block;
}
.woocommerce > ul.products > li.product-category .category .category-thumbnail img {
  width: 26px;
  height: 26px;
  margin-right: 10px;
}
.woocommerce > ul.products > li.product-category .category .category-data {
  display: inline-block;
}
.woocommerce > ul.products > li.product-category .category .category-data h3 {
  font-size: 15px;
  padding: 0;
  margin: 0;
  font-weight: 500;
  color: #333333;
}
.woocommerce > ul.products > li.product-category .category .category-data h3:hover {
  color: #81b441;
}
.woocommerce > ul.products > li.product-category .category .category-data h3 .count {
  font-weight: 700;
  color: #000000;
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (max-width: 992px) {
  .woocommerce > ul.products > li.product-category {
    width: calc(50% - 0.5px);
  }
}
.woocommerce > ul.products > li.product-category + li.shop-product {
  margin-top: 30px;
}
.posts-list-wrapper .posts-list.shop-product .owl-stage-outer {
  margin: 0 -5px;
  padding-left: 5px;
}
.posts-list-wrapper .posts-list.shop-product .owl-stage-outer .item {
  padding: 5px 0;
}
/*templates products, profiles*/
.middle-single-profile {
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box;
  display: table;
  width: 100%;
  z-index: 1;
  position: relative;
}
@media (max-width: 786px) {
  .middle-single-profile {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}
@media (min-width: 786px) {
  .middle-single-profile {
    max-width: 750px !important;
  }
}
@media (min-width: 992px) {
  .middle-single-profile {
    max-width: 970px !important;
  }
}
@media (min-width: 1200px) {
  .middle-single-profile {
    max-width: 1170px !important;
  }
}
@media (max-width: 786px) {
  .middle-single-profile {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}
@media (min-width: 786px) {
  .middle-single-profile {
    max-width: 750px !important;
  }
}
@media (min-width: 992px) {
  .middle-single-profile {
    max-width: 970px !important;
  }
}
@media (min-width: 1200px) {
  .middle-single-profile {
    max-width: 1170px !important;
  }
}
.middle-single-profile.active-sidebar {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.middle-single-profile.active-sidebar #primary {
  width: 67%;
  display: table-cell;
  vertical-align: top;
  height: 100%;
}
.middle-single-profile.active-sidebar #tertiary {
  width: 33%;
  display: table-cell;
  vertical-align: top;
  height: 100%;
}
.middle-single-profile.active-sidebar #tertiary .sidebar-inner {
  margin-right: 30px;
  position: relative;
  z-index: 3;
}
.middle-single-profile.active-sidebar #primary + #tertiary .sidebar-inner {
  margin-right: 0;
  margin-left: 30px;
}
.middle-single-profile.active-sidebar .entry.page {
  padding: 30px;
  background-color: #ffffff;
}
.middle-single-profile::after {
  content: "";
  display: table;
  clear: both;
}
.middle-single-profile.active-sidebar {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.middle-single-profile.active-sidebar #primary {
  width: 67%;
  display: table-cell;
  vertical-align: top;
  height: 100%;
}
.middle-single-profile.active-sidebar #tertiary {
  width: 33%;
  display: table-cell;
  vertical-align: top;
  height: 100%;
}
.middle-single-profile.active-sidebar #tertiary .sidebar-inner {
  margin-right: 30px;
  position: relative;
  z-index: 3;
}
.middle-single-profile.active-sidebar #primary + #tertiary .sidebar-inner {
  margin-right: 0;
  margin-left: 30px;
}
.middle-single-profile.active-sidebar .entry.page {
  padding: 30px;
  background-color: #ffffff;
}
.middle-single-profile:before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -9999em;
  right: -9999em;
  background-color: #ffffff;
  z-index: -1;
}
.middle-single-product,
.middle-single-profile {
  background-color: #ffffff;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  padding: 15px 0 16px;
}
@media screen and (max-width: 600px) {
  .middle-single-product,
  .middle-single-profile {
    padding-bottom: 20px;
  }
}
.middle-single-product .entry,
.middle-single-profile .entry {
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box;
  display: table;
  width: 100%;
}
@media (max-width: 786px) {
  .middle-single-product .entry,
  .middle-single-profile .entry {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}
@media (min-width: 786px) {
  .middle-single-product .entry,
  .middle-single-profile .entry {
    max-width: 750px !important;
  }
}
@media (min-width: 992px) {
  .middle-single-product .entry,
  .middle-single-profile .entry {
    max-width: 970px !important;
  }
}
@media (min-width: 1200px) {
  .middle-single-product .entry,
  .middle-single-profile .entry {
    max-width: 1170px !important;
  }
}
@media (max-width: 786px) {
  .middle-single-product .entry,
  .middle-single-profile .entry {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}
@media (min-width: 786px) {
  .middle-single-product .entry,
  .middle-single-profile .entry {
    max-width: 750px !important;
  }
}
@media (min-width: 992px) {
  .middle-single-product .entry,
  .middle-single-profile .entry {
    max-width: 970px !important;
  }
}
@media (min-width: 1200px) {
  .middle-single-product .entry,
  .middle-single-profile .entry {
    max-width: 1170px !important;
  }
}
.middle-single-product .entry.active-sidebar,
.middle-single-profile .entry.active-sidebar {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.middle-single-product .entry.active-sidebar #primary,
.middle-single-profile .entry.active-sidebar #primary {
  width: 67%;
  display: table-cell;
  vertical-align: top;
  height: 100%;
}
.middle-single-product .entry.active-sidebar #tertiary,
.middle-single-profile .entry.active-sidebar #tertiary {
  width: 33%;
  display: table-cell;
  vertical-align: top;
  height: 100%;
}
.middle-single-product .entry.active-sidebar #tertiary .sidebar-inner,
.middle-single-profile .entry.active-sidebar #tertiary .sidebar-inner {
  margin-right: 30px;
  position: relative;
  z-index: 3;
}
.middle-single-product .entry.active-sidebar #primary + #tertiary .sidebar-inner,
.middle-single-profile .entry.active-sidebar #primary + #tertiary .sidebar-inner {
  margin-right: 0;
  margin-left: 30px;
}
.middle-single-product .entry.active-sidebar .entry.page,
.middle-single-profile .entry.active-sidebar .entry.page {
  padding: 30px;
  background-color: #ffffff;
}
.middle-single-product .entry::after,
.middle-single-profile .entry::after {
  content: "";
  display: table;
  clear: both;
}
.middle-single-product .entry.active-sidebar,
.middle-single-profile .entry.active-sidebar {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.middle-single-product .entry.active-sidebar #primary,
.middle-single-profile .entry.active-sidebar #primary {
  width: 67%;
  display: table-cell;
  vertical-align: top;
  height: 100%;
}
.middle-single-product .entry.active-sidebar #tertiary,
.middle-single-profile .entry.active-sidebar #tertiary {
  width: 33%;
  display: table-cell;
  vertical-align: top;
  height: 100%;
}
.middle-single-product .entry.active-sidebar #tertiary .sidebar-inner,
.middle-single-profile .entry.active-sidebar #tertiary .sidebar-inner {
  margin-right: 30px;
  position: relative;
  z-index: 3;
}
.middle-single-product .entry.active-sidebar #primary + #tertiary .sidebar-inner,
.middle-single-profile .entry.active-sidebar #primary + #tertiary .sidebar-inner {
  margin-right: 0;
  margin-left: 30px;
}
.middle-single-product .entry.active-sidebar .entry.page,
.middle-single-profile .entry.active-sidebar .entry.page {
  padding: 30px;
  background-color: #ffffff;
}
.middle-single-product .entry-thumbnail,
.middle-single-profile .entry-thumbnail {
  display: table-cell;
  width: 140px;
  vertical-align: middle;
  float: left;
  content: " ";
  display: table;
  clear: both;
}
.middle-single-product .entry-thumbnail a .image,
.middle-single-profile .entry-thumbnail a .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 140px;
  border-radius: 100%;
}
@media screen and (max-width: 680px) {
  .middle-single-product .entry-thumbnail a .image,
  .middle-single-profile .entry-thumbnail a .image {
    width: 90px;
    height: 90px !important;
  }
}
@media screen and (max-width: 680px) {
  .middle-single-product .entry-thumbnail,
  .middle-single-profile .entry-thumbnail {
    width: 90px;
  }
}
@media screen and (max-width: 600px) {
  .middle-single-product .entry-thumbnail,
  .middle-single-profile .entry-thumbnail {
    display: none;
  }
}
.middle-single-product .entry-data,
.middle-single-profile .entry-data {
  display: table-cell;
  vertical-align: middle;
  padding-left: 56px;
  padding-right: 20px;
  width: 58%;
}
@media screen and (max-width: 680px) {
  .middle-single-product .entry-data,
  .middle-single-profile .entry-data {
    padding-left: 20px;
  }
}
@media screen and (max-width: 600px) {
  .middle-single-product .entry-data,
  .middle-single-profile .entry-data {
    padding-left: 0px;
  }
}
@media screen and (max-width: 540px) {
  .middle-single-product .entry-data,
  .middle-single-profile .entry-data {
    display: block;
    width: 100%;
  }
}
.middle-single-product .entry-data .entry-header .entry-title > h3,
.middle-single-profile .entry-data .entry-header .entry-title > h3,
.middle-single-product .entry-data .entry-header h2.entry-title,
.middle-single-profile .entry-data .entry-header h2.entry-title {
  font-size: 25px;
  font-weight: 400;
  color: #222222;
  margin-top: 16px;
  margin-bottom: 0px;
}
@media screen and (max-width: 600px) {
  .middle-single-product .entry-data .entry-header .entry-title > h3,
  .middle-single-profile .entry-data .entry-header .entry-title > h3,
  .middle-single-product .entry-data .entry-header h2.entry-title,
  .middle-single-profile .entry-data .entry-header h2.entry-title {
    margin: 0;
  }
}
.middle-single-product .entry-data .entry-header .entry-meta,
.middle-single-profile .entry-data .entry-header .entry-meta {
  margin: 6px 0 13px;
}
.middle-single-product .entry-data .entry-header .entry-meta .meta-field,
.middle-single-profile .entry-data .entry-header .entry-meta .meta-field {
  letter-spacing: 0.5px;
  display: block;
  line-height: 25.2px;
  margin-bottom: 19px;
  display: inline-block;
  float: left;
  margin-right: 12px;
  margin-bottom: 0;
}
.middle-single-product .entry-data .entry-header .entry-meta .meta-field.phone span,
.middle-single-profile .entry-data .entry-header .entry-meta .meta-field.phone span {
  color: #222222;
}
.middle-single-product .entry-data .entry-header .entry-meta .meta-field:last-child,
.middle-single-profile .entry-data .entry-header .entry-meta .meta-field:last-child {
  margin-bottom: 0;
}
.middle-single-product .entry-data .entry-header .entry-meta .meta-field img,
.middle-single-profile .entry-data .entry-header .entry-meta .meta-field img {
  height: 18px;
  margin-right: 0;
  display: inline-block;
  width: 13px;
  padding: 6px 9px;
  border: 1px solid #81b441;
  border-radius: 200%;
  vertical-align: middle;
  margin-right: 10px;
  float: left;
}
.middle-single-product .entry-data .entry-header .entry-meta .meta-field img + .value,
.middle-single-profile .entry-data .entry-header .entry-meta .meta-field img + .value,
.middle-single-product .entry-data .entry-header .entry-meta .meta-field img .links,
.middle-single-profile .entry-data .entry-header .entry-meta .meta-field img .links {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 45px);
  float: right;
  padding: 3px 0;
}
.middle-single-product .entry-data .entry-header .entry-meta .meta-field label,
.middle-single-profile .entry-data .entry-header .entry-meta .meta-field label,
.middle-single-product .entry-data .entry-header .entry-meta .meta-field .value,
.middle-single-profile .entry-data .entry-header .entry-meta .meta-field .value,
.middle-single-product .entry-data .entry-header .entry-meta .meta-field .links,
.middle-single-profile .entry-data .entry-header .entry-meta .meta-field .links {
  font-size: 14px;
}
.middle-single-product .entry-data .entry-header .entry-meta .meta-field label,
.middle-single-profile .entry-data .entry-header .entry-meta .meta-field label {
  margin-bottom: 0;
  margin-right: 7px;
}
.middle-single-product .entry-data .entry-header .entry-meta .meta-field .value,
.middle-single-profile .entry-data .entry-header .entry-meta .meta-field .value,
.middle-single-product .entry-data .entry-header .entry-meta .meta-field .links,
.middle-single-profile .entry-data .entry-header .entry-meta .meta-field .links {
  color: #888888;
  font-weight: 500;
  letter-spacing: 0;
  float: left;
}
.middle-single-product .entry-data .entry-header .entry-meta .meta-field .value a,
.middle-single-profile .entry-data .entry-header .entry-meta .meta-field .value a,
.middle-single-product .entry-data .entry-header .entry-meta .meta-field .links a,
.middle-single-profile .entry-data .entry-header .entry-meta .meta-field .links a {
  color: #888888;
}
.middle-single-product .entry-data .entry-header .entry-meta .meta-field .value a:hover,
.middle-single-profile .entry-data .entry-header .entry-meta .meta-field .value a:hover,
.middle-single-product .entry-data .entry-header .entry-meta .meta-field .links a:hover,
.middle-single-profile .entry-data .entry-header .entry-meta .meta-field .links a:hover {
  color: #81b441;
}
.middle-single-product .entry-data .entry-header .entry-meta .meta-field:after,
.middle-single-profile .entry-data .entry-header .entry-meta .meta-field:after {
  content: " ";
  display: table;
  clear: both;
}
.middle-single-product .entry-data .entry-header .entry-meta .meta-field img,
.middle-single-profile .entry-data .entry-header .entry-meta .meta-field img {
  display: none;
}
.middle-single-product .entry-data .entry-header .entry-meta .meta-field img + .value,
.middle-single-profile .entry-data .entry-header .entry-meta .meta-field img + .value,
.middle-single-product .entry-data .entry-header .entry-meta .meta-field img .links,
.middle-single-profile .entry-data .entry-header .entry-meta .meta-field img .links {
  display: inline-block;
  width: auto;
  float: left;
}
.middle-single-product .entry-data .entry-header .entry-meta .meta-field label,
.middle-single-profile .entry-data .entry-header .entry-meta .meta-field label {
  color: #888888;
  font-weight: 500;
}
.middle-single-product .entry-data .entry-header .entry-meta .meta-field .value,
.middle-single-profile .entry-data .entry-header .entry-meta .meta-field .value,
.middle-single-product .entry-data .entry-header .entry-meta .meta-field .links,
.middle-single-profile .entry-data .entry-header .entry-meta .meta-field .links,
.middle-single-product .entry-data .entry-header .entry-meta .meta-field label,
.middle-single-profile .entry-data .entry-header .entry-meta .meta-field label {
  display: inline-block;
  width: auto;
  float: left;
  font-size: 16px;
  padding: 3px 0;
}
.middle-single-product .entry-data .entry-header .entry-meta:after,
.middle-single-profile .entry-data .entry-header .entry-meta:after {
  content: " ";
  display: table;
  clear: both;
}
.middle-single-product .entry-data .entry-footer,
.middle-single-profile .entry-data .entry-footer {
  margin-top: 12px;
}
.middle-single-product .entry-data .entry-footer .taxonomy,
.middle-single-profile .entry-data .entry-footer .taxonomy {
  padding-left: 47px;
  display: block;
  padding-left: 0;
}
.middle-single-product .entry-data .entry-footer .taxonomy .links,
.middle-single-profile .entry-data .entry-footer .taxonomy .links {
  display: block;
}
.middle-single-product .entry-data .entry-footer .taxonomy .links span,
.middle-single-profile .entry-data .entry-footer .taxonomy .links span {
  display: none;
}
.middle-single-product .entry-data .entry-footer .taxonomy .links a,
.middle-single-profile .entry-data .entry-footer .taxonomy .links a {
  font-size: 9px;
  font-family: "Open Sans";
  color: #888888;
  background-color: #ffffff;
  border-radius: 3px;
  line-height: 23px;
  padding: 0 21px;
  font-weight: 500;
  letter-spacing: 0;
  display: inline-block;
  text-transform: uppercase;
  margin-right: 5px;
  margin-bottom: 5px;
  border: 1px solid #f0f0f0;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  float: left;
}
.middle-single-product .entry-data .entry-footer .taxonomy .links a:hover,
.middle-single-profile .entry-data .entry-footer .taxonomy .links a:hover {
  border-color: #222222;
  color: #000000;
}
.middle-single-product .entry-data .entry-footer .taxonomy .links:after,
.middle-single-profile .entry-data .entry-footer .taxonomy .links:after {
  content: " ";
  display: table;
  clear: both;
}
.middle-single-product .entry-data .entry-footer .taxonomy .links a:hover,
.middle-single-profile .entry-data .entry-footer .taxonomy .links a:hover {
  background-color: #f0f0f0;
  color: #333333;
  border-color: transparent;
}
.middle-single-product .entry-data .entry-footer .taxonomy .links .delimiter,
.middle-single-profile .entry-data .entry-footer .taxonomy .links .delimiter {
  display: none;
}
.middle-single-product .entry-additions,
.middle-single-profile .entry-additions {
  display: table-cell;
  width: 33%;
  padding-left: 30px;
  vertical-align: middle;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .middle-single-product .entry-additions,
  .middle-single-profile .entry-additions {
    padding-left: 10px;
  }
}
@media screen and (max-width: 540px) {
  .middle-single-product .entry-additions,
  .middle-single-profile .entry-additions {
    display: table;
    width: 100%;
    padding-left: 0;
    padding-top: 10px;
  }
}
.middle-single-product .entry-additions > div,
.middle-single-profile .entry-additions > div {
  display: table;
  width: 100%;
  vertical-align: middle;
  text-align: center;
}
.middle-single-product .entry-additions .star-rating,
.middle-single-profile .entry-additions .star-rating {
  width: 100%;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  overflow: visible;
}
.middle-single-product .entry-additions .star-rating:before,
.middle-single-profile .entry-additions .star-rating:before {
  content: none;
}
.middle-single-product .entry-additions .star-rating > span,
.middle-single-profile .entry-additions .star-rating > span {
  position: relative;
  padding: 0;
}
.middle-single-product .entry-additions .star-rating > span:before,
.middle-single-profile .entry-additions .star-rating > span:before {
  content: none;
}
.middle-single-product .entry-additions .star-rating > span > strong.rating,
.middle-single-profile .entry-additions .star-rating > span > strong.rating {
  font-size: 25px;
  font-family: "Open Sans";
  color: #222222;
  background-color: transparent;
  border-radius: 3px;
  line-height: 23px;
  padding: 0 17px;
  padding-left: 0;
  font-weight: 700;
  letter-spacing: 0;
  display: inline-block;
}
.middle-single-product .entry-additions .star-rating > span span,
.middle-single-profile .entry-additions .star-rating > span span {
  display: inline-block;
  overflow: visible;
  font-size: 17px;
  width: auto;
  padding: 0;
  position: relative;
  font-family: "Open Sans";
  color: #222222;
  font-weight: 600;
}
.middle-single-product .entry-additions .star-rating > span span:before,
.middle-single-profile .entry-additions .star-rating > span span:before {
  content: none;
  color: #222222;
  margin-left: -8px;
  font-size: 21px;
  padding-top: 2px;
  content: "/";
}
.middle-single-product .entry-additions .star-rating > span span.rating,
.middle-single-profile .entry-additions .star-rating > span span.rating {
  display: none;
}
.middle-single-product .entry-additions .woocommerce-product-rating,
.middle-single-profile .entry-additions .woocommerce-product-rating,
.middle-single-product .entry-additions .profile-rating,
.middle-single-profile .entry-additions .profile-rating {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}
@media screen and (max-width: 1200px) {
  .middle-single-product .entry-additions .woocommerce-product-rating,
  .middle-single-profile .entry-additions .woocommerce-product-rating,
  .middle-single-product .entry-additions .profile-rating,
  .middle-single-profile .entry-additions .profile-rating {
    width: 60%;
  }
}
@media screen and (max-width: 992px) {
  .middle-single-product .entry-additions .woocommerce-product-rating,
  .middle-single-profile .entry-additions .woocommerce-product-rating,
  .middle-single-product .entry-additions .profile-rating,
  .middle-single-profile .entry-additions .profile-rating {
    display: block;
    width: 100%;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 540px) {
  .middle-single-product .entry-additions .woocommerce-product-rating,
  .middle-single-profile .entry-additions .woocommerce-product-rating,
  .middle-single-product .entry-additions .profile-rating,
  .middle-single-profile .entry-additions .profile-rating {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
  }
}
.middle-single-product .entry-additions .woocommerce-product-rating .woocommerce-review-link,
.middle-single-profile .entry-additions .woocommerce-product-rating .woocommerce-review-link,
.middle-single-product .entry-additions .profile-rating .woocommerce-review-link,
.middle-single-profile .entry-additions .profile-rating .woocommerce-review-link,
.middle-single-product .entry-additions .woocommerce-product-rating .profile-review-link,
.middle-single-profile .entry-additions .woocommerce-product-rating .profile-review-link,
.middle-single-product .entry-additions .profile-rating .profile-review-link,
.middle-single-profile .entry-additions .profile-rating .profile-review-link {
  color: #888888;
  font-weight: 500;
  letter-spacing: 0;
  font-size: 16px;
  text-transform: none;
  margin-top: 4px;
  display: inline-block;
  line-height: 1.3;
}
.middle-single-product .entry-additions .woocommerce-product-rating + .field,
.middle-single-profile .entry-additions .woocommerce-product-rating + .field,
.middle-single-product .entry-additions .profile-rating + .field,
.middle-single-profile .entry-additions .profile-rating + .field {
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 992px) {
  .middle-single-product .entry-additions .woocommerce-product-rating + .field,
  .middle-single-profile .entry-additions .woocommerce-product-rating + .field,
  .middle-single-product .entry-additions .profile-rating + .field,
  .middle-single-profile .entry-additions .profile-rating + .field {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 540px) {
  .middle-single-product .entry-additions .woocommerce-product-rating + .field,
  .middle-single-profile .entry-additions .woocommerce-product-rating + .field,
  .middle-single-product .entry-additions .profile-rating + .field,
  .middle-single-profile .entry-additions .profile-rating + .field {
    display: table-cell;
    vertical-align: middle;
  }
}
.middle-single-product .entry-additions .woocommerce-product-rating + .field > .like,
.middle-single-profile .entry-additions .woocommerce-product-rating + .field > .like,
.middle-single-product .entry-additions .profile-rating + .field > .like,
.middle-single-profile .entry-additions .profile-rating + .field > .like {
  display: inline-block;
}
.middle-single-product .entry-additions .like,
.middle-single-profile .entry-additions .like {
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 992px) {
  .middle-single-product .entry-additions .like,
  .middle-single-profile .entry-additions .like {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .middle-single-product .entry-additions .like,
  .middle-single-profile .entry-additions .like {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 540px) {
  .middle-single-product .entry-additions .like,
  .middle-single-profile .entry-additions .like {
    display: table-cell;
    vertical-align: middle;
  }
}
.middle-single-product .entry-additions .like > span a .sl-icon,
.middle-single-profile .entry-additions .like > span a .sl-icon {
  padding: 12px;
  border: 1px solid #e5e5e5;
  border-radius: 200%;
  vertical-align: middle;
}
.middle-single-product .entry-additions .like > span a .sl-icon > svg,
.middle-single-profile .entry-additions .like > span a .sl-icon > svg {
  width: 20px;
  height: 19px;
  fill: #222222;
}
.middle-single-product .entry-additions .like > span a .sl-count,
.middle-single-profile .entry-additions .like > span a .sl-count {
  text-transform: none;
  font-size: 25px;
  font-family: "Open Sans";
  color: #222222;
  font-weight: 400;
  letter-spacing: 0;
  display: inline-block;
  vertical-align: middle;
  line-height: .5px;
}
.middle-single-product .entry-additions .like > span .sl-loader,
.middle-single-profile .entry-additions .like > span .sl-loader {
  position: absolute;
}
.middle-single-product .entry-additions .like > span .loader:before,
.middle-single-profile .entry-additions .like > span .loader:before,
.middle-single-product .entry-additions .like > span .loader:after,
.middle-single-profile .entry-additions .like > span .loader:after {
  border-color: #333333;
  border-left-color: transparent;
  top: 0;
}
.custom-content {
  position: relative;
  display: table;
  width: 100%;
}
.custom-content:last-child .content-cell:last-child .meta-field,
.custom-content:last-child .content-cell:last-child .value {
  margin-bottom: 0;
}
.custom-content:last-child .content-cell .image-field:before {
  content: none;
}
.custom-content:last-child .content-cell .meta-field {
  padding: 0;
  margin-bottom: 24px;
}
.custom-content .content-cell {
  display: table-cell;
  vertical-align: top;
}
.custom-content .content-cell:first-child {
  width: 6%;
  padding-right: 15px;
}
.custom-content .content-cell:last-child {
  width: 94%;
  padding-top: 4px;
}
.custom-content .meta-field {
  padding-bottom: 37px;
}
.custom-content .meta-field .value {
  line-height: 1.7;
  color: #888888;
}
.custom-content .image-field {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 32px auto;
  width: 20px;
  height: 20px;
  padding: 5px;
  border: 1px solid #222222;
  border-radius: 200%;
}
.custom-content .image-field:before {
  content: " ";
  height: calc(100% - 49px);
  width: 1px;
  position: absolute;
  background-color: #222222;
  left: 15px;
  top: 41px;
}
.custom-content span {
  color: #222222;
  display: block;
  margin-bottom: 17px;
}
.custom-content .entry-content {
  padding-bottom: 120px;
  line-height: 1.7;
  color: #888888;
}
.posts-list.recently-rated-listings {
  padding: 24px 22px;
  background-color: #ffffff;
  border-radius: 0 0 3px 3px;
}
.posts-list.recently-rated-listings > * {
  padding: 11px 0;
}
.posts-list.recently-rated-listings > *:first-child {
  padding-top: 0;
}
.posts-list.recently-rated-listings > *:last-child {
  padding-bottom: 0;
}
.posts-list.recently-rated-listings > *:nth-child(2n) {
  margin: 0 -22px;
  padding: 11px 22px;
  background: #f0f0f0;
}
.posts-list.recently-rated-listings .entry .entry-thumbnail {
  width: 80px;
  float: left;
}
.posts-list.recently-rated-listings .entry .entry-thumbnail a .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 3px;
}
.posts-list.recently-rated-listings .entry .entry-data {
  float: right;
  width: calc(100% - 96px);
}
.posts-list.recently-rated-listings .entry .entry-data .entry-title a,
.posts-list.recently-rated-listings .entry .entry-data .entry-title h3 {
  font-size: 16px;
  margin-bottom: 8px;
  color: #222222;
}
.posts-list.recently-rated-listings .entry .entry-data .entry-summary {
  line-height: 1;
  font-size: 12px;
  color: #666666;
  letter-spacing: 0;
  margin: 8px 0 9px;
}
.posts-list.recently-rated-listings .entry .entry-data .entry-footer .star-rating {
  width: 99.5px;
}
.posts-list.recently-rated-listings .entry .entry-data .entry-footer .star-rating:before {
  content: "\f006\00a0\f006\00a0\f006\00a0\f006\00a0\f006";
  color: #81b441;
  font-size: 17px;
}
.posts-list.recently-rated-listings .entry .entry-data .entry-footer .star-rating span:before {
  font-size: 17px;
  content: "\f005\00a0\f005\00a0\f005\00a0\f005\00a0\f005";
}
.posts-list.recently-rated-listings .entry:after {
  content: " ";
  display: table;
  clear: both;
}
#reviews {
  margin-top: 30px;
  background-color: transparent;
}
#reviews .woocommerce-pagination {
  padding: 0 30px 0 123px;
}
#reviews .woocommerce-pagination ul li a.next.page-numbers,
#reviews .woocommerce-pagination ul li a.prev.page-numbers {
  font-size: 12px;
}
#reviews #comments {
  margin: 0;
  padding: 0;
}
#reviews #comments h2 {
  font-size: 25px;
  font-weight: 600;
  margin: 0;
  padding: 0 0px 30px 30px;
  border-bottom: 1px solid #f0f0f0;
}
#reviews #comments .woocommerce-noreviews {
  margin-top: 15px;
}
#reviews #comments > p {
  padding: 0 30px;
}
#reviews #comments ol.commentlist li .comment_container {
  padding: 0 30px 30px;
  margin: 50px 0;
}
#reviews #comments ol.commentlist li .comment_container img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  display: block;
  float: left;
  margin-top: -8px;
}
#reviews #comments ol.commentlist li .comment_container .comment-text {
  position: relative;
  margin-left: 93px;
  margin-top: 15px;
}
#reviews #comments ol.commentlist li .comment_container .comment-text > .like {
  position: absolute;
  top: 100%;
  left: 0;
}
#reviews #comments ol.commentlist li .comment_container .comment-text > .like > span,
#reviews #comments ol.commentlist li .comment_container .comment-text > .like > span > a,
#reviews #comments ol.commentlist li .comment_container .comment-text > .like > span > a > .sl-icon {
  display: inline-block;
}
#reviews #comments ol.commentlist li .comment_container .comment-text > .like a .sl-icon {
  width: auto;
  padding: 8px;
  border: 1px solid #fb4b79;
  border-radius: 100%;
  line-height: 13px;
}
#reviews #comments ol.commentlist li .comment_container .comment-text > .like .sl-count {
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.7;
  color: #888888;
  padding: 3px 0;
}
#reviews #comments ol.commentlist li .comment_container .comment-text .meta {
  margin: 0;
  line-height: 20px;
  color: #aaaaaa;
  display: inline-block;
  float: left;
}
#reviews #comments ol.commentlist li .comment_container .comment-text .meta strong {
  color: #222222;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  display: block;
  line-height: 1.1;
  margin-top: 1px;
}
#reviews #comments ol.commentlist li .comment_container .comment-text .meta strong a {
  color: #333333;
}
#reviews #comments ol.commentlist li .comment_container .comment-text .meta time {
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.7;
  color: #888888;
  padding: 7px 0;
  position: absolute;
  top: 100%;
  right: 0;
}
#reviews #comments ol.commentlist li .comment_container .comment-text .description {
  order: 1;
  margin-top: 8px;
  padding-bottom: 18px;
}
#reviews #comments ol.commentlist li .comment_container .comment-text .description > p {
  margin: 11px 0;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.5px;
  font-size: 15.5px;
  font-weight: 400;
  line-height: 1.7;
  color: #888888;
}
#reviews #comments ol.commentlist li .comment_container .comment-text .description p:last-child {
  margin: 0;
}
#reviews #comments ol.commentlist li .comment_container .comment-text .ratings {
  display: inline-block;
  margin-left: 24px;
}
#reviews #comments ol.commentlist li .comment_container .comment-text .ratings > .star-rating {
  overflow: hidden;
  position: relative;
  height: 1.55em;
  line-height: 1.55;
  font-size: 14px;
  width: 6em;
  font-family: FontAwesome;
  vertical-align: middle;
}
#reviews #comments ol.commentlist li .comment_container .comment-text .ratings > .star-rating::before {
  content: "\f005\00A0\f005\00A0\f005\00A0\f005\00A0\f005";
  color: #dddddd;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
#reviews #comments ol.commentlist li .comment_container .comment-text .ratings > .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
#reviews #comments ol.commentlist li .comment_container .comment-text .ratings > .star-rating span::before {
  content: "\f005\00A0\f005\00A0\f005\00A0\f005\00A0\f005";
  top: 0;
  position: absolute;
  left: 0;
  color: #81b441;
}
#reviews #comments ol.commentlist li .comment_container .comment-text .ratings .marks {
  display: table-cell;
  vertical-align: top;
  width: 75%;
}
#reviews #comments ol.commentlist li .comment_container .comment-text .ratings .marks .star-rating {
  position: relative;
}
#reviews #comments ol.commentlist li .comment_container .comment-text .ratings .marks .star-rating::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: calc(50% - 2px);
  border-top: 2px dotted #bbbbbb;
}
#reviews #comments ol.commentlist li .comment_container .comment-text .ratings .marks .star-rating label {
  position: relative;
  background-color: #ffffff;
  margin: 0;
  font-weight: 300;
  padding-right: 15px;
  color: #333333;
  font-size: 15px;
  letter-spacing: 0;
  text-transform: none;
}
#reviews #comments ol.commentlist li .comment_container .comment-text .ratings .marks .star-rating span {
  padding-left: 15px;
  position: relative;
  background-color: #ffffff;
  float: right;
  display: inline-block;
  width: auto !important;
  font-size: 0;
  line-height: 27px;
  height: 27px;
}
#reviews #comments ol.commentlist li .comment_container .comment-text .ratings .marks .star-rating span strong {
  font-size: 15px;
  display: inline-block;
  line-height: 27px;
  font-weight: 300;
  color: #81b441;
}
#reviews #comments ol.commentlist li .comment_container .comment-text .ratings .marks .star-rating span strong::after {
  content: ".0";
}
#reviews #comments ol.commentlist li .comment_container::after {
  content: "";
  display: table;
  clear: both;
}
#reviews #comments ol.commentlist li:last-child .comment_container {
  margin-bottom: 35px;
}
#reviews #review_form_wrapper {
  padding: 30px;
}
#reviews #review_form_wrapper #review_form label {
  margin-bottom: 0;
  font-weight: 300;
  font-size: 14px;
  text-transform: capitalize;
}
#reviews #review_form_wrapper #review_form #reply-title {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  padding: 0 0px 15px;
}
#reviews #review_form_wrapper #review_form #commentform {
  position: relative;
  overflow: hidden;
}
#reviews #review_form_wrapper #review_form #commentform .comment-form-author {
  float: left;
  width: 50%;
  padding-right: 10px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
#reviews #review_form_wrapper #review_form #commentform .comment-form-email {
  float: left;
  width: 50%;
  padding-left: 10px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
#reviews #review_form_wrapper #review_form #commentform .comment-form-rating > label {
  float: left;
  margin-right: 10px;
}
#reviews #review_form_wrapper #review_form #commentform .comment-form-rating > label + p.stars {
  float: left;
}
#reviews #review_form_wrapper #review_form #commentform .comment-form-rating:after {
  content: " ";
  display: table;
  clear: both;
}
#reviews #review_form_wrapper #review_form #commentform .comment-form-rating,
#reviews #review_form_wrapper #review_form #commentform .comment-form-mark,
#reviews #review_form_wrapper #review_form #commentform .comment-form-comment {
  width: 100%;
}
#reviews #review_form_wrapper #review_form #commentform .comment-form-rating,
#reviews #review_form_wrapper #review_form #commentform .comment-form-mark {
  margin: 0 0 3px 0;
}
#reviews #review_form_wrapper #review_form #commentform .comment-form-rating .stars,
#reviews #review_form_wrapper #review_form #commentform .comment-form-mark .stars {
  margin: 0;
}
#reviews #review_form_wrapper #review_form #commentform .comment-form-rating .stars span a,
#reviews #review_form_wrapper #review_form #commentform .comment-form-mark .stars span a {
  display: inline-block;
  font-weight: 700;
  margin-right: 20px;
  text-indent: -9999px;
  position: relative;
  border-bottom: 0 !important;
  outline: 0;
  border: none;
  font-family: FontAwesome;
  color: #dddddd;
}
#reviews #review_form_wrapper #review_form #commentform .comment-form-rating .stars span a.star-1::after,
#reviews #review_form_wrapper #review_form #commentform .comment-form-mark .stars span a.star-1::after,
#reviews #review_form_wrapper #review_form #commentform .comment-form-rating .stars span a.star-2::after,
#reviews #review_form_wrapper #review_form #commentform .comment-form-mark .stars span a.star-2::after,
#reviews #review_form_wrapper #review_form #commentform .comment-form-rating .stars span a.star-3::after,
#reviews #review_form_wrapper #review_form #commentform .comment-form-mark .stars span a.star-3::after,
#reviews #review_form_wrapper #review_form #commentform .comment-form-rating .stars span a.star-4::after,
#reviews #review_form_wrapper #review_form #commentform .comment-form-mark .stars span a.star-4::after,
#reviews #review_form_wrapper #review_form #commentform .comment-form-rating .stars span a.star-5::after,
#reviews #review_form_wrapper #review_form #commentform .comment-form-mark .stars span a.star-5::after {
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
}
#reviews #review_form_wrapper #review_form #commentform .comment-form-rating .stars span a.star-1.active::after,
#reviews #review_form_wrapper #review_form #commentform .comment-form-mark .stars span a.star-1.active::after,
#reviews #review_form_wrapper #review_form #commentform .comment-form-rating .stars span a.star-2.active::after,
#reviews #review_form_wrapper #review_form #commentform .comment-form-mark .stars span a.star-2.active::after,
#reviews #review_form_wrapper #review_form #commentform .comment-form-rating .stars span a.star-3.active::after,
#reviews #review_form_wrapper #review_form #commentform .comment-form-mark .stars span a.star-3.active::after,
#reviews #review_form_wrapper #review_form #commentform .comment-form-rating .stars span a.star-4.active::after,
#reviews #review_form_wrapper #review_form #commentform .comment-form-mark .stars span a.star-4.active::after,
#reviews #review_form_wrapper #review_form #commentform .comment-form-rating .stars span a.star-5.active::after,
#reviews #review_form_wrapper #review_form #commentform .comment-form-mark .stars span a.star-5.active::after {
  color: #81b441;
}
#reviews #review_form_wrapper #review_form #commentform .comment-form-rating .stars span a.star-1,
#reviews #review_form_wrapper #review_form #commentform .comment-form-mark .stars span a.star-1 {
  width: 1em;
}
#reviews #review_form_wrapper #review_form #commentform .comment-form-rating .stars span a.star-1::after,
#reviews #review_form_wrapper #review_form #commentform .comment-form-mark .stars span a.star-1::after {
  content: "\f005";
}
#reviews #review_form_wrapper #review_form #commentform .comment-form-rating .stars span a.star-2,
#reviews #review_form_wrapper #review_form #commentform .comment-form-mark .stars span a.star-2 {
  width: 2.3em;
}
#reviews #review_form_wrapper #review_form #commentform .comment-form-rating .stars span a.star-2::after,
#reviews #review_form_wrapper #review_form #commentform .comment-form-mark .stars span a.star-2::after {
  content: "\f005\00A0\f005";
}
#reviews #review_form_wrapper #review_form #commentform .comment-form-rating .stars span a.star-3,
#reviews #review_form_wrapper #review_form #commentform .comment-form-mark .stars span a.star-3 {
  width: 3.6em;
}
#reviews #review_form_wrapper #review_form #commentform .comment-form-rating .stars span a.star-3::after,
#reviews #review_form_wrapper #review_form #commentform .comment-form-mark .stars span a.star-3::after {
  content: "\f005\00A0\f005\00A0\f005";
}
#reviews #review_form_wrapper #review_form #commentform .comment-form-rating .stars span a.star-4,
#reviews #review_form_wrapper #review_form #commentform .comment-form-mark .stars span a.star-4 {
  width: 4.9em;
}
#reviews #review_form_wrapper #review_form #commentform .comment-form-rating .stars span a.star-4::after,
#reviews #review_form_wrapper #review_form #commentform .comment-form-mark .stars span a.star-4::after {
  content: "\f005\00A0\f005\00A0\f005\00A0\f005";
}
#reviews #review_form_wrapper #review_form #commentform .comment-form-rating .stars span a.star-5,
#reviews #review_form_wrapper #review_form #commentform .comment-form-mark .stars span a.star-5 {
  width: 5.2em;
}
#reviews #review_form_wrapper #review_form #commentform .comment-form-rating .stars span a.star-5::after,
#reviews #review_form_wrapper #review_form #commentform .comment-form-mark .stars span a.star-5::after {
  content: "\f005\00A0\f005\00A0\f005\00A0\f005\00A0\f005";
}
#reviews #review_form_wrapper #review_form #commentform .comment-form-comment {
  margin-top: 9px;
  margin-bottom: 0;
}
#reviews #review_form_wrapper #review_form #commentform .form-submit {
  margin: 20px 0 0 0;
}
#reviews #review_form_wrapper #review_form #commentform .form-submit #submit {
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 500;
  text-transform: Capitalize;
  background-color: #81b441;
  color: #ffffff;
  outline: 0;
  outline-offset: 0;
  display: inline-block;
  width: auto;
  box-sizing: border-box;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-touch-action: manipulation;
  -khtml-touch-action: manipulation;
  -moz-touch-action: manipulation;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  margin: 0;
  text-decoration: none;
  box-shadow: none;
  padding: 0 30px;
  border: none;
  border-radius: 3px !important;
  position: relative;
  line-height: 40px;
}
#reviews #review_form_wrapper #review_form #commentform .form-submit #submit:focus {
  outline: 0;
  outline-offset: 0;
}
#reviews #review_form_wrapper #review_form .social_connect_ui .comment-form-social-connect {
  margin: 0;
}
#reviews .woocommerce-verification-required {
  padding: 15px 30px;
}
.widget_product_categories ul.product-categories {
  list-style-type: none;
  padding-left: 0;
}
.widget_price_filter .price_slider {
  margin-bottom: 1.2em;
}
.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 40px;
  font-size: 0.8751em;
}
.widget_price_filter .price_slider_amount .button {
  float: left;
}
.widget_price_filter .price_slider_amount .price_label {
  line-height: 40px;
  font-size: 0.8751em;
}
.widget_layered_nav ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none outside;
}
.widget_layered_nav ul li {
  padding: 0 0 1px;
  list-style: none;
}
.widget_layered_nav ul li::after {
  content: "";
  display: table;
  clear: both;
}
.widget_layered_nav ul li a,
.widget_layered_nav ul li span {
  padding: 1px 0;
}
.widget_layered_nav ul li.chosen a:before {
  content: "\e013";
  font-family: 'WooCommerce';
  color: #81b441;
  line-height: 1;
  margin-right: .618em;
}
.widget_layered_nav_filters ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none outside;
  overflow: hidden;
  zoom: 1;
}
.widget_layered_nav_filters ul li {
  float: left;
  padding: 0 5px 5px 0 !important;
  list-style: none;
}
.widget_layered_nav_filters ul li a {
  text-decoration: none;
}
.widget_layered_nav_filters ul li a:before {
  content: "\e013";
  font-family: 'WooCommerce';
  color: #81b441;
  line-height: 1;
  margin-right: 5px;
}
.widget.woocommerce ul.product_list_widget {
  list-style: none outside;
  padding: 0;
  margin: 0;
}
.widget.woocommerce ul.product_list_widget li {
  padding: 10px 0;
  margin: 0;
  list-style: none;
}
.widget.woocommerce ul.product_list_widget li.empty {
  padding-bottom: 0;
  padding-top: 15px;
  margin-bottom: -3px;
}
.widget.woocommerce ul.product_list_widget li.mini_cart_item {
  padding: 5px 0;
  border-bottom: 1px solid #f0f0f0;
  margin-left: -21px;
  margin-right: -21px;
  padding-right: 27px;
  padding-left: 27px;
  padding-bottom: 19px;
  padding-top: 20px;
}
.widget.woocommerce ul.product_list_widget li:last-child {
  border-bottom: 0;
}
.widget.woocommerce ul.product_list_widget li:first-child {
  border-top: 1px solid #f0f0f0;
}
.widget.woocommerce ul.product_list_widget li::before {
  content: none;
}
.widget.woocommerce ul.product_list_widget li::after {
  content: "";
  display: table;
  clear: both;
}
.widget.woocommerce ul.product_list_widget li a {
  display: block;
  color: #333333;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
}
.widget.woocommerce ul.product_list_widget li .amount {
  font-weight: 400;
  font-family: "Open Sans";
  color: #222222;
  border-radius: 3px;
  line-height: 23px;
  font-weight: 500;
  letter-spacing: 0;
  display: inline-block;
}
.widget.woocommerce ul.product_list_widget li del .amount {
  color: #888888;
}
.widget.woocommerce ul.product_list_widget li ins {
  background-color: transparent;
}
.widget.woocommerce ul.product_list_widget li img {
  float: left;
  margin-right: 20px;
  width: 50px;
  height: 50px;
  box-shadow: none;
  margin-top: 3px;
}
.widget.woocommerce ul.product_list_widget li dl {
  display: inline-block;
  border-left: 0;
  margin: 0;
  padding: 8px 0 0;
  font-size: 14px;
}
.widget.woocommerce ul.product_list_widget li dl::after {
  content: "";
  display: table;
  clear: both;
}
.widget.woocommerce ul.product_list_widget li dl dt,
.widget.woocommerce ul.product_list_widget li dl dd {
  display: inline-block;
  float: left;
  margin-bottom: 1em;
}
.widget.woocommerce ul.product_list_widget li dl dt {
  font-weight: 400;
  margin: 0 4px 0 0;
  clear: left;
}
.widget.woocommerce ul.product_list_widget li dl dd {
  margin-bottom: 0;
}
.widget.woocommerce ul.product_list_widget li dl dd p:last-child {
  font-size: 14px;
  margin-bottom: 0;
}
.widget.woocommerce ul.product_list_widget li .star-rating {
  float: none;
}
.widget_shopping_cart .widget-title h3 {
  margin-top: -21px !important;
  margin-bottom: -1px !important;
  margin-right: -21px;
  margin-left: -21px;
  padding: 21px 27px 21px;
  background: #f0f0f0;
  color: #222222;
  border-radius: 3px 3px 0 0;
}
.widget_shopping_cart .widget_shopping_cart_content.updating {
  opacity: 0.5;
  pointer-events: none;
}
.widget_shopping_cart .widget_shopping_cart_content .total {
  margin-bottom: 0;
  text-transform: uppercase;
  margin: 0 -21px;
  padding: 10px 21px;
  background: #f0f0f0;
  text-align: center;
}
.widget_shopping_cart .widget_shopping_cart_content .total strong {
  min-width: 40px;
  display: block;
  text-transform: capitalize;
  color: #222222;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.2;
  padding-top: 16px;
}
.widget_shopping_cart .widget_shopping_cart_content .total .amount {
  float: none;
  color: #222222;
  font-size: 30px;
  font-weight: 600;
  display: block;
  padding: 11px 0 8px;
}
.widget_shopping_cart .widget_shopping_cart_content .cart_list li {
  padding-left: 2em;
  position: relative;
  padding-top: 0;
}
.widget_shopping_cart .widget_shopping_cart_content .cart_list li > a {
  width: calc(100% - 15px);
}
.widget_shopping_cart .widget_shopping_cart_content .cart_list li a:not(.remove) img {
  display: none !important;
}
.widget_shopping_cart .widget_shopping_cart_content .cart_list li a.remove {
  position: absolute;
  top: 18px;
  right: 27px;
  color: #81b441;
  font-size: 0px;
  line-height: 1.8;
  font-weight: 400;
  width: auto;
}
.widget_shopping_cart .widget_shopping_cart_content .cart_list li a.remove:before {
  content: "\f1f8";
  font-family: FontAwesome;
  font-size: 16px;
}
.widget_shopping_cart .widget_shopping_cart_content .cart_list li dl.variation {
  display: inline-block;
}
.widget_shopping_cart .widget_shopping_cart_content dl.variation {
  display: none;
}
.widget_shopping_cart .widget_shopping_cart_content .quantity {
  line-height: 23px;
  display: inline-block;
  padding: 8px 0 0;
  color: #333333;
  float: right;
  font-size: 14px;
  letter-spacing: 2px;
}
.widget_shopping_cart .widget_shopping_cart_content .buttons {
  margin: 0 -21px -21px -21px;
  padding: 0 27px 27px;
  background: #f0f0f0;
  border-radius: 0 0 3px 3px;
}
.widget_shopping_cart .widget_shopping_cart_content .buttons .button {
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 500;
  text-transform: Capitalize;
  background-color: #81b441;
  color: #ffffff;
  outline: 0;
  outline-offset: 0;
  display: inline-block;
  width: auto;
  box-sizing: border-box;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-touch-action: manipulation;
  -khtml-touch-action: manipulation;
  -moz-touch-action: manipulation;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  margin: 0;
  text-decoration: none;
  box-shadow: none;
  padding: 0 30px;
  border: none;
  border-radius: 3px !important;
  position: relative;
  line-height: 40px;
  width: 100%;
}
.widget_shopping_cart .widget_shopping_cart_content .buttons .button:focus {
  outline: 0;
  outline-offset: 0;
}
.widget_shopping_cart .widget_shopping_cart_content .buttons .button:not(.checkout) {
  display: none;
}
.widget_shopping_cart .widget_shopping_cart_content::after {
  content: "";
  display: table;
  clear: both;
}
.widget_product_search .search-field {
  margin-bottom: 10px;
}
.woocommerce_widget_cart .widget_shopping_cart {
  padding: 13px 10px 13px 15px;
  background-color: #363b45;
  display: inline-block;
  position: relative;
}
.woocommerce_widget_cart .widget_shopping_cart .widgettitle {
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  color: #ffffff;
}
.woocommerce_widget_cart .widget_shopping_cart .widgettitle::before {
  font-family: FontAwesome;
  content: "\f07a";
  font-size: 18px;
  margin-right: 15px;
  display: inline-block;
}
.woocommerce_widget_cart .widget_shopping_cart .widgettitle::after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 14px;
  margin: 0 0 0 8px;
  display: inline-block;
}
.woocommerce_widget_cart .widget_shopping_cart .widget_shopping_cart_content {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -khtml-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: absolute;
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
  top: 100%;
  right: 0;
  width: 270px;
  z-index: 4;
  padding: 15px;
  text-align: left;
}
@media (max-width: 768px) {
  .woocommerce_widget_cart .widget_shopping_cart .widget_shopping_cart_content {
    right: 50%;
    -webkit-transform: translate(50%, 0);
    -khtml-transform: translate(50%, 0);
    -moz-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    transform: translate(50%, 0);
  }
}
.woocommerce_widget_cart .widget_shopping_cart:hover .widget_shopping_cart_content {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -khtml-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
table.shop_table {
  width: 100%;
  table-layout: auto !important;
}
table.shop_table .product-remove {
  width: 10%;
}
table.shop_table .product-thumbnail {
  width: 20%;
}
table.shop_table .product-price {
  width: 10%;
}
table.shop_table .product-quantity {
  width: 10%;
}
table.shop_table .product-subtotal {
  width: 10%;
}
table.shop_table thead th {
  padding: 20px;
  text-transform: uppercase;
}
table.shop_table tbody tr th {
  font-weight: 600;
  padding: 20px;
}
table.shop_table tbody tr td {
  vertical-align: middle;
  padding: 20px;
}
table.shop_table tbody tr td.product-remove {
  text-align: center;
}
table.shop_table tbody tr td.product-remove a {
  font-size: 0;
}
table.shop_table tbody tr td.product-remove a:hover::after {
  background-color: #81b441;
  color: #ffffff;
}
table.shop_table tbody tr td.product-remove a::after {
  font-size: 15px;
  content: "\e605";
  font-family: 'themify';
  background-color: #f5f5f5;
  color: #333333;
  line-height: 30px;
  height: 30px;
  width: 30px;
  display: inline-block;
}
table.shop_table tbody tr td.product-thumbnail {
  text-align: center;
}
table.shop_table tbody tr td.product-thumbnail a {
  margin: auto;
  text-align: center;
}
table.shop_table tbody tr td.product-thumbnail a img {
  width: 100px;
}
table.shop_table tbody tr td.product-name a {
  font-size: 15px;
  color: #81b441;
  text-transform: capitalize;
  display: inline;
}
table.shop_table tbody tr td.product-name .product-quantity {
  display: inline;
}
table.shop_table tbody tr td.product-name dl.variation {
  margin: 10px 0 0 0;
}
table.shop_table tbody tr td.product-name dl.variation dt {
  float: left;
  margin-right: 5px;
  font-weight: bold;
}
table.shop_table tbody tr td.product-name dl.variation dd {
  margin: 0;
}
table.shop_table tbody tr td.product-name dl.variation dd p {
  margin: 0;
}
table.shop_table tbody tr td.product-price {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}
table.shop_table tbody tr td.product-quantity .quantity input {
  text-align: center;
}
table.shop_table tbody tr td.product-subtotal {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}
table.shop_table tbody tr td.actions .coupon {
  width: 70%;
}
table.shop_table tbody tr td.actions .coupon label {
  display: none;
}
table.shop_table tbody tr td.actions .coupon [name="coupon_code"] {
  margin-right: 25px;
  float: left;
  width: auto;
  height: 40px;
}
table.shop_table tbody tr td.actions .coupon input[type="submit"] {
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 500;
  text-transform: Capitalize;
  background-color: transparent;
  color: #cccccc;
  outline: 0;
  outline-offset: 0;
  display: inline-block;
  width: auto;
  box-sizing: border-box;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-touch-action: manipulation;
  -khtml-touch-action: manipulation;
  -moz-touch-action: manipulation;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  margin: 0;
  text-decoration: none;
  box-shadow: none;
  padding: 0 30px;
  border: none;
  border-radius: 3px !important;
  position: relative;
  line-height: 40px;
  border: 1px solid #cccccc;
  line-height: 38px;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  float: left;
}
table.shop_table tbody tr td.actions .coupon input[type="submit"]:focus {
  outline: 0;
  outline-offset: 0;
}
table.shop_table tbody tr td.actions .coupon input[type="submit"]:hover,
table.shop_table tbody tr td.actions .coupon input[type="submit"]:focus {
  color: #ffffff;
  background-color: #81b441;
  border: 1px solid #81b441;
}
@media (max-width: 768px) {
  table.shop_table tbody tr td.actions .coupon {
    width: 100%;
  }
  table.shop_table tbody tr td.actions .coupon [name="coupon_code"] {
    width: 100%;
    margin-bottom: 10px;
  }
}
table.shop_table tbody tr td.actions input[type="submit"] {
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 500;
  text-transform: Capitalize;
  background-color: transparent;
  color: #cccccc;
  outline: 0;
  outline-offset: 0;
  display: inline-block;
  width: auto;
  box-sizing: border-box;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-touch-action: manipulation;
  -khtml-touch-action: manipulation;
  -moz-touch-action: manipulation;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  margin: 0;
  text-decoration: none;
  box-shadow: none;
  padding: 0 30px;
  border: none;
  border-radius: 3px !important;
  position: relative;
  line-height: 40px;
  border: 1px solid #cccccc;
  line-height: 38px;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  float: right;
}
table.shop_table tbody tr td.actions input[type="submit"]:focus {
  outline: 0;
  outline-offset: 0;
}
table.shop_table tbody tr td.actions input[type="submit"]:hover,
table.shop_table tbody tr td.actions input[type="submit"]:focus {
  color: #ffffff;
  background-color: #81b441;
  border: 1px solid #81b441;
}
table.shop_table tfoot tr th {
  padding: 20px;
}
table.shop_table tfoot tr td {
  padding: 20px;
}
table.shop_table tfoot tr.order-total .amount {
  color: #81b441;
  font-size: 18px;
}
.cart-collaterals .cross-sells {
  float: left;
  width: 50%;
  padding-right: 25px;
  box-sizing: border-box;
}
.cart-collaterals .cross-sells > h2 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
  margin-top: 40px;
  margin-bottom: 20px;
}
.cart-collaterals .cross-sells ul.products > li.shop-product {
  margin-bottom: 30px !important;
}
.cart-collaterals .cross-sells ul.products > li.shop-product .entry-content,
.cart-collaterals .cross-sells ul.products > li.shop-product .entry-summary {
  display: none;
}
.cart-collaterals .cross-sells ul.products > li.shop-product .entry-footer {
  width: 100%;
}
.cart-collaterals .cross-sells ul.products > li.shop-product .entry-more {
  display: none;
}
.cart-collaterals .cross-sells + .cart_totals {
  float: left;
  width: 50%;
  padding-left: 25px;
  box-sizing: border-box;
}
.cart-collaterals .cart_totals > h2 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
  margin-top: 40px;
  margin-bottom: 20px;
}
.cart-collaterals .cart_totals table tbody tr {
  color: #999999;
}
.cart-collaterals .cart_totals table tbody tr th,
.cart-collaterals .cart_totals table tbody tr td {
  width: 50%;
}
.cart-collaterals .cart_totals table tbody tr label,
.cart-collaterals .cart_totals table tbody tr a {
  color: #999999;
}
.cart-collaterals .cart_totals table tbody tr.order-total .amount {
  color: #81b441;
  font-size: 18px;
}
.cart-collaterals .cart_totals .checkout-button {
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 500;
  text-transform: Capitalize;
  background-color: #81b441;
  color: #ffffff;
  outline: 0;
  outline-offset: 0;
  display: inline-block;
  width: auto;
  box-sizing: border-box;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-touch-action: manipulation;
  -khtml-touch-action: manipulation;
  -moz-touch-action: manipulation;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  margin: 0;
  text-decoration: none;
  box-shadow: none;
  padding: 0 30px;
  border: none;
  border-radius: 3px !important;
  position: relative;
  line-height: 40px;
  width: 50%;
  float: right;
  margin-left: 20px;
}
.cart-collaterals .cart_totals .checkout-button:focus {
  outline: 0;
  outline-offset: 0;
}
.cart-collaterals::after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 992px) {
  table.shop_table {
    font-size: 12px;
  }
  table.shop_table thead th {
    padding: 5px;
    font-size: 14px;
  }
  table.shop_table tbody tr th {
    padding: 5px;
  }
  table.shop_table tbody tr td {
    padding: 5px;
  }
  table.shop_table tbody tr td.product-price {
    font-size: 14px;
    overflow: hidden;
  }
  table.shop_table tbody tr td.product-quantity .quantity input {
    padding: 0;
  }
  table.shop_table tbody tr td.product-subtotal {
    font-size: 14px;
    overflow: hidden;
  }
  table.shop_table tfoot tr th {
    padding: 5px;
  }
  table.shop_table tfoot tr td {
    padding: 5px;
  }
  .cart-collaterals .cross-sells,
  .cart-collaterals .cart_totals {
    float: none !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 600px) {
  table.shop_table thead th.product-thumbnail,
  table.shop_table thead th.product-price {
    display: none;
  }
  table.shop_table tbody tr td.product-thumbnail,
  table.shop_table tbody tr td.product-price {
    display: none;
  }
  .cart-collaterals .cross-sells ul.products {
    display: block;
    margin: 0 !important;
  }
  .cart-collaterals .cross-sells ul.products > li.shop-product {
    display: block;
    width: 100%;
    padding: 0 !important;
  }
  .cart-collaterals .cart_totals > h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.1;
  }
  .cart-collaterals .cart_totals .checkout-button {
    width: 100%;
  }
}
#content form.woocommerce-checkout input[type="submit"] {
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 500;
  text-transform: Capitalize;
  background-color: #81b441;
  color: #ffffff;
  outline: 0;
  outline-offset: 0;
  display: inline-block;
  width: auto;
  box-sizing: border-box;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-touch-action: manipulation;
  -khtml-touch-action: manipulation;
  -moz-touch-action: manipulation;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  margin: 0;
  text-decoration: none;
  box-shadow: none;
  padding: 0 30px;
  border: none;
  border-radius: 3px !important;
  position: relative;
  line-height: 40px;
  width: 50%;
  float: right;
  margin-left: 20px;
}
#content form.woocommerce-checkout input[type="submit"]:focus {
  outline: 0;
  outline-offset: 0;
}
#content form.woocommerce-checkout #payment ul.payment_methods li {
  padding: 0;
  margin0: 0;
}
#content form.woocommerce-checkout #payment ul.payment_methods li::before {
  content: none;
}
#payment ul.payment_methods {
  text-align: left;
  padding: 15px 0;
  border-bottom: 1px solid #e5e5e5;
  margin: 0;
  list-style: none outside;
}
#payment ul.payment_methods li {
  line-height: 2;
  text-align: left;
  margin: 0;
  font-weight: normal;
}
#payment ul.payment_methods li input {
  margin: 0 1em 0 0;
}
#payment ul.payment_methods li img {
  vertical-align: middle;
  margin: -2px 0 0 0.5em;
  padding: 0;
  position: relative;
  box-shadow: none;
}
#payment ul.payment_methods li img + img {
  margin-left: 2px;
}
#payment ul.payment_methods::after {
  content: "";
  display: table;
  clear: both;
}
#payment div.form-row {
  padding: 25px 0;
}
#payment div.payment_box {
  position: relative;
  width: 96%;
  padding: 1em 2%;
  margin: 1em 0 1em 0;
  font-size: 0.92em;
  border-radius: 2px;
  line-height: 1.5;
  background-color: #e5e5e5;
  color: #333333;
}
#payment div.payment_box input.input-text,
#payment div.payment_box textarea {
  border-color: #cfcfcf;
  border-top-color: #c2c2c2;
}
#payment div.payment_box:placeholder {
  color: #c2c2c2;
}
#payment div.payment_box::placeholder {
  color: #c2c2c2;
}
#payment div.payment_box::-webkit-input-placeholder {
  color: #c2c2c2;
}
#payment div.payment_box::-moz-placeholder {
  color: #c2c2c2;
}
#payment div.payment_box:-moz-placeholder {
  color: #c2c2c2;
}
#payment div.payment_box:-ms-input-placeholder {
  color: #c2c2c2;
}
#payment div.payment_box .wc-credit-card-form-card-number,
#payment div.payment_box .wc-credit-card-form-card-expiry,
#payment div.payment_box .wc-credit-card-form-card-cvc {
  font-size: 1.5em;
  padding: 8px;
  background-repeat: no-repeat;
  background-position: right;
}
#payment div.payment_box span.help {
  font-size: .857em;
  color: #bbbbbb;
  font-weight: normal;
}
#payment div.payment_box .form-row {
  margin: 0 0 1em;
}
#payment div.payment_box p:last-child {
  margin-bottom: 0;
}
#payment div.payment_box:after {
  content: "";
  display: block;
  border: 8px solid #e5e5e5;
  /* arrow size / color */
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -2px;
  left: 0;
  margin: -1em 0 0 2em;
}
#payment .payment_method_paypal .about_paypal {
  float: right;
  line-height: 52px;
  font-size: 0.83em;
  padding-left: 10px;
}
#payment .payment_method_paypal img {
  max-height: 52px;
  vertical-align: middle;
}
#payment:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 786px) {
  #payment .payment_method_paypal .about_paypal {
    display: none;
  }
}
/*home-page-static*/
body.home.page {
  overflow-x: hidden;
}
.home-page-header-background,
.static-image-fill {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}
.home-page-header-background:before {
  content: " ";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.35);
}
.home-header-content {
  position: relative;
  z-index: 2;
  padding: 170px 0;
  text-align: center;
}
.home-header-content h1 {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 9px;
}
.home-header-content p {
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0;
  margin-bottom: 38px;
}
.home-header-content form.azqf-query-form {
  max-height: 100% !important;
}
.home-header-content form.azqf-query-form .wrapper {
  display: table;
  width: 621px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 680px) {
  .home-header-content form.azqf-query-form .wrapper {
    width: auto;
    display: block;
  }
}
.home-header-content form.azqf-query-form .wrapper .taxonomy-dropdown,
.home-header-content form.azqf-query-form .wrapper .submit {
  display: table-cell;
  padding: 0 5px;
  vertical-align: top;
  box-sizing: border-box;
}
@media screen and (max-width: 680px) {
  .home-header-content form.azqf-query-form .wrapper .taxonomy-dropdown,
  .home-header-content form.azqf-query-form .wrapper .submit {
    display: block;
    margin: 15px 0;
    width: 100%;
    padding: 0;
  }
}
.home-header-content form.azqf-query-form .wrapper .taxonomy-dropdown {
  width: auto;
}
.home-header-content form.azqf-query-form .wrapper .taxonomy-dropdown > div a {
  padding: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: #ffffff;
  border: none;
}
.home-header-content form.azqf-query-form .wrapper .taxonomy-dropdown > div a span {
  margin: 0;
  text-align: left;
  padding: 0px 45px;
  color: #999999;
  font-size: 16px;
}
.home-header-content form.azqf-query-form .wrapper .taxonomy-dropdown > div a .select2-arrow {
  padding: 0;
  padding-right: 25px;
}
.home-header-content form.azqf-query-form .wrapper .taxonomy-dropdown > div a .select2-arrow b:after {
  color: #999999;
}
.home-header-content form.azqf-query-form .wrapper .submit {
  width: 33.33%;
  position: relative;
}
.home-header-content form.azqf-query-form .wrapper .submit input {
  background-color: #81b441;
  width: 100%;
  height: 60px;
  line-height: 60px;
  border: none;
  display: block;
  padding: 0 80px 0 50px;
  border-radius: 3px;
  color: #ffffff;
  cursor: pointer;
  font-size: 16px;
}
.home-header-content form.azqf-query-form .wrapper .submit:after {
  content: "\f002";
  position: absolute;
  font-family: 'FontAwesome';
  color: #ffffff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(260%, -50%) scale(-1, 1);
  -khtml-transform: translate(260%, -50%) scale(-1, 1);
  -moz-transform: translate(260%, -50%) scale(-1, 1);
  -ms-transform: translate(260%, -50%) scale(-1, 1);
  transform: translate(260%, -50%) scale(-1, 1);
}
.custom-items-category {
  padding: 79px 0 106px;
  text-align: center;
  background-color: #ffffff;
  border-bottom: 1px solid #f0f0f0;
}
.custom-items-category:hover .az-column {
  float: left;
}
.custom-items-category:hover .az-column:first-child .item-category,
.custom-items-category:hover .az-column:last-child .item-category {
  opacity: 1;
  -webkit-transition: all 0.5s linear 0.2s;
  -khtml-transition: all 0.5s linear 0.2s;
  -moz-transition: all 0.5s linear 0.2s;
  -ms-transition: all 0.5s linear 0.2s;
  transition: all 0.5s linear 0.2s;
}
.custom-items-category .az-column,
.custom-items-category .az-column-inside {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box;
}
.custom-items-category .az-column-inside {
  width: 100%;
}
@media screen and (min-width: 0px) {
  .custom-items-category .az-column-inside {
    width: 100%;
  }
}
@media screen and (min-width: 680px) {
  .custom-items-category .az-column-inside {
    width: 50%;
    float: left;
  }
}
@media screen and (min-width: 992px) {
  .custom-items-category .az-column-inside {
    width: 100%;
  }
}
.custom-items-category .az-column {
  float: left;
}
.custom-items-category .az-column:first-child .item-category,
.custom-items-category .az-column:last-child .item-category {
  opacity: .4;
  -webkit-transition: all 0.5s linear 0.2s;
  -khtml-transition: all 0.5s linear 0.2s;
  -moz-transition: all 0.5s linear 0.2s;
  -ms-transition: all 0.5s linear 0.2s;
  transition: all 0.5s linear 0.2s;
}
@media screen and (max-width: 1400px) {
  .custom-items-category .az-column:first-child .item-category,
  .custom-items-category .az-column:last-child .item-category {
    opacity: 1;
  }
}
@media screen and (min-width: 0px) {
  .custom-items-category .az-column {
    width: 100%;
  }
}
@media screen and (min-width: 680px) {
  .custom-items-category .az-column {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .custom-items-category .az-column {
    width: 33.333%;
  }
}
@media screen and (min-width: 1402px) {
  .custom-items-category .az-column {
    width: 21%;
  }
  .custom-items-category .az-column:last-child,
  .custom-items-category .az-column:first-child {
    width: 18.5%;
  }
}
.custom-items-category .star-rating:not(.mark):not([itemscope]) span:before {
  color: #b2d487;
}
.custom-items-category[data-stars="1"] .star-rating > span {
  width: 20%;
}
.custom-items-category[data-stars="2"] .star-rating > span {
  width: 40%;
}
.custom-items-category[data-stars="3"] .star-rating > span {
  width: 60%;
}
.custom-items-category[data-stars="4"] .star-rating > span {
  width: 80%;
}
.custom-items-category[data-stars="5"] .star-rating > span {
  width: 100%;
}
.custom-items-category .item-category {
  width: 100%;
  height: 446px;
  margin-bottom: 30px;
  border: 0;
  border-radius: 3px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: initial;
  display: table;
}
.custom-items-category .item-category .cell-content-of-category {
  display: table-cell;
  vertical-align: bottom;
  padding: 22px 24px 22px;
  position: relative;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.custom-items-category .item-category .cell-content-of-category:before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, #363b45 1%, transparent 34%);
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  border-radius: 3px;
}
.custom-items-category .item-category .cell-content-of-category > div {
  display: inline-block;
  width: calc(50% - 20px);
  box-sizing: border-box;
}
@media screen and (min-width: 1700px) {
  .custom-items-category .item-category .cell-content-of-category > div {
    width: calc(50% + 25px);
  }
}
.custom-items-category .item-category .cell-content-of-category > div:first-child {
  margin-bottom: 10px;
  position: relative;
}
.custom-items-category .item-category .cell-content-of-category > div.browse {
  position: absolute;
  bottom: 22px;
  right: 24px;
}
.custom-items-category .item-category h3 {
  color: #ffffff;
  font-weight: 600;
  font-size: 24px;
  margin: 2px 0 3px;
  letter-spacing: 0;
}
.custom-items-category .item-category p {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 17px;
  line-height: 1.3;
}
.custom-items-category .item-category .browse {
  text-align: right;
}
.custom-items-category .item-category .browse a {
  display: inline-block;
  color: #ffffff;
  line-height: 29px;
  padding: 0 30px 3px;
  border: 1px solid #999999;
  border-radius: 30px;
  outline: none;
  position: relative;
  overflow: hidden;
  transition: all .2s linear .2s;
  z-index: 999;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  vertical-align: text-bottom;
}
.custom-items-category .item-category .browse a:hover {
  border: 1px solid #81b441;
  transition: all .2s linear .0s;
}
.custom-items-category h1 {
  line-height: 1.2;
  font-size: 38px;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 14px;
}
.custom-items-category p {
  font-size: 18px;
  color: #333333;
  letter-spacing: 0;
  margin-bottom: 45px;
}
.custom-items-category p > em {
  font-style: normal;
  color: #81b441;
}
@media screen and (max-width: 680px) {
  .custom-items-category .row {
    margin: 0;
  }
}
@media screen and (min-width: 0px) {
  .custom-items-category .az-column:nth-child(3) {
    width: 100%;
  }
}
@media screen and (max-width: 680px) {
  .custom-items-category .az-column:nth-child(3) {
    padding: 0;
  }
}
@media screen and (min-width: 680px) {
  .custom-items-category .az-column:nth-child(3) {
    float: right;
  }
}
@media screen and (min-width: 992px) {
  .custom-items-category .az-column:nth-child(3) {
    width: 33%;
  }
}
@media screen and (min-width: 1402px) {
  .custom-items-category .az-column:nth-child(3) {
    float: left;
    width: 21%;
  }
}
.custom-items-category .az-column-inside:last-chiild .item-category {
  margin-bottom: 0;
}
@media screen and (min-width: 0) {
  .custom-items-category .az-column-inside .item-category {
    height: 446px;
  }
}
@media screen and (min-width: 480px) {
  .custom-items-category .az-column-inside .item-category {
    height: 446px;
  }
}
@media screen and (min-width: 1400px) {
  .custom-items-category .az-column-inside .item-category {
    height: 208px;
  }
}
.service-offers {
  text-align: center;
  padding: 64px 0 63px;
}
.service-offers .entry {
  text-align: left;
}
.service-offers h1 {
  line-height: 1.2;
  font-size: 38px;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 14px;
}
.service-offers p {
  font-size: 18px;
  color: #333333;
  letter-spacing: 0;
  margin-bottom: 45px;
}
.parallax_section_holder {
  position: static;
  padding: 0;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center 0;
  background-attachment: fixed;
  overflow: hidden;
  background-size: cover;
  min-height: 427px;
  height: auto;
}
.parallax_section_holder.promoto-business {
  position: relative;
}
.parallax_section_holder.promoto-business .inside-content {
  padding: 168px 0 175px;
  position: relative;
}
.parallax_section_holder.promoto-business .inside-content > div div:first-child,
.parallax_section_holder.promoto-business .inside-content > div div:last-child {
  display: inline-block;
  width: calc(50% - 15px);
  box-sizing: border-box;
}
.parallax_section_holder.promoto-business .inside-content > div div:first-child {
  float: left;
}
.parallax_section_holder.promoto-business .inside-content > div div:last-child {
  float: right;
}
@media screen and (max-width: 768px) {
  .parallax_section_holder.promoto-business .inside-content > div div:last-child {
    float: none;
    width: 100%;
  }
}
.parallax_section_holder.promoto-business .inside-content > div div:last-child p {
  color: #ffffff;
  font-size: 31px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 34px;
}
.parallax_section_holder.promoto-business .inside-content > div div:last-child button {
  border: none;
  background-color: #81b441;
  line-height: 56px;
  padding: 0 21px;
  white-space: nowrap;
  font-size: 18px;
  color: #ffffff;
  border-radius: 3px;
  letter-spacing: .5px;
  cursor: pointer;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.parallax_section_holder.promoto-business .inside-content > div div:last-child button:hover {
  background-color: #222222;
}
.community-is-saying {
  text-align: center;
  background-color: #ffffff;
  padding: 72px 0 59px;
  border-bottom: 1px solid #f0f0f0;
}
.community-is-saying h1 {
  line-height: 1.2;
  font-size: 38px;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 97px;
}
.community-is-saying .private-citation {
  margin-bottom: 70px;
}
.community-is-saying .private-citation .image-avatar {
  width: 73px;
  height: 73px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 100%;
  border: 1px solid #f0f0f0;
  display: inline-block;
}
.community-is-saying .private-citation blockquote {
  position: relative;
  z-index: 0;
  margin: 22px 0 28px;
}
.community-is-saying .private-citation blockquote:before {
  content: " ";
  font-size: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 118px;
  height: 86px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 97px;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDI1NS4yMjYgMjU1LjIyNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjU1LjIyNiAyNTUuMjI2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjY0cHgiIGhlaWdodD0iNjRweCI+CjxnPgoJPGc+CgkJPGc+CgkJCTxnPgoJCQkJPHBhdGggZD0iTTc2LjUzMiwyNy45NzVsLTcuNDA1LTUuMjQ0bC0wLjI1NC0wLjE5MWwtMC40NzctMC4xOTFsLTUuNDAzLTIuNTc0bDAuMTU5LDAuMzgxICAgICAgYy01LjExNy0yLjA5OC0xMC40ODgtMy41OTEtMTYuMzM2LTMuNTkxQzIwLjk0NSwxNi41NjUsMCwzOC4zMzYsMCw2NS4xOTJzMjAuOTc2LDQ4LjYyNyw0Ni44MTYsNDguNjI3ICAgICAgYzguMjk1LDAsMTUuOTU1LTIuNDE1LDIyLjcyNC02LjM1NmMtMi4zMiwyNS45OTgtMTUuNDE1LDYzLjkxNS02My40MDYsMTAyLjU5NGMtNi43MDYsNS40MDMtNy45NDYsMTUuNDQ2LTIuNzMzLDIyLjQwNyAgICAgIGMzLjA1MSw0LjEsNy41OTYsNi4xOTgsMTIuMTczLDYuMTk4YzMuMzA1LDAsNi42MTEtMS4xMTIsOS40MzktMy4zMzdjNTguODkzLTQ3LjU0Nyw3My42MDgtOTYuMzY0LDc1LjU3OS0xMjguOTczICAgICAgYzMuMzY5LTQxLjY5OS05LjI4LTYzLjYyOS0yMC44NDktNzUuMDdMNzYuNTMyLDI3Ljk3NXoiIGZpbGw9IiNlNWU1ZTUiLz4KCQkJCTxwYXRoIGQ9Ik0yMzMuNzYsMzEuMjhsLTMuMjQyLTMuMzA1bC03LjM3NC01LjI0NGwtMC4yNTQtMC4xOTFsLTAuNTA5LTAuMTkxbC01LjQwMy0yLjU3NGwwLjE1OSwwLjM4MSAgICAgIGMtNS4xMTctMi4wOTgtMTAuNTItMy41OTEtMTYuMzY4LTMuNTkxYy0yNS44MzksMC00Ni43NTIsMjEuNzcxLTQ2Ljc1Miw0OC42MjdzMjAuOTEzLDQ4LjYyNyw0Ni44MTYsNDguNjI3ICAgICAgYzguMjk1LDAsMTUuOTU1LTIuNDE1LDIyLjcyNC02LjM1NmMtMi4yODgsMjUuOTk4LTE1LjM4Myw2My45MTUtNjMuMzc0LDEwMi41OTRjLTYuNzM4LDUuNDAzLTcuOTQ2LDE1LjQ0Ni0yLjczMywyMi40MDcgICAgICBjMy4wNTEsNC4xLDcuNTk2LDYuMTk4LDEyLjE3Myw2LjE5OGMzLjMwNSwwLDYuNjExLTEuMTEyLDkuNDM5LTMuMzM3YzU4LjkyNS00Ny41NDcsNzMuNjA4LTk2LjM2NCw3NS42MTEtMTI4Ljk3MyAgICAgIEMyNTguMDQyLDY0LjY1MiwyNDUuMzkzLDQyLjcyMiwyMzMuNzYsMzEuMjh6IiBmaWxsPSIjZTVlNWU1Ii8+CgkJCTwvZz4KCQk8L2c+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .community-is-saying .private-citation blockquote {
    margin-top: 32px;
  }
}
@media screen and (max-width: 480px) {
  .community-is-saying .private-citation blockquote {
    margin-top: 22px;
  }
}
.community-is-saying .private-citation p {
  font-size: 18px;
  color: #aaaaaa;
  letter-spacing: 0;
  font-family: "Droid Serif";
}
.news-updates {
  text-align: center;
  padding: 68px 0 77px;
}
.news-updates > div {
  text-align: left;
}
.news-updates h1 {
  line-height: 1.2;
  font-size: 38px;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 56px;
}
/**/
/*custom categories home of page*/
@media screen and (min-width: 320px) {
  .aplication-content {
    padding: 60px 0 60px;
    background-color: #222222;
    position: relative;
  }
  .aplication-content .wrapper-footer-menus {
    display: block;
  }
  .aplication-content .wrapper-footer-menus > div {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .aplication-content .wrapper-footer-menus > div:nth-child(9n+1) {
    order: 0;
  }
  .aplication-content .wrapper-footer-menus > div:nth-child(9n+2) {
    order: 3;
  }
  .aplication-content .wrapper-footer-menus > div:nth-child(9n+3) {
    order: 5;
  }
  .aplication-content .wrapper-footer-menus > div:nth-child(9n+4) {
    order: 7;
  }
  .aplication-content .wrapper-footer-menus > div:nth-child(9n+5) {
    order: 9;
  }
  .aplication-content .wrapper-footer-menus > div:nth-child(9n+6) {
    order: 1;
  }
  .aplication-content .wrapper-footer-menus > div:nth-child(9n+7) {
    order: 4;
  }
  .aplication-content .wrapper-footer-menus > div:nth-child(9n+8) {
    order: 6;
  }
  .aplication-content .wrapper-footer-menus > div:nth-child(9n+9) {
    order: 8;
  }
  .aplication-content .wrapper-footer-menus > div h3 {
    padding-bottom: 15px;
    border-bottom: 1px solid #333333;
    border-top: 1px solid #333333;
    padding-top: 15px;
    margin-bottom: 12px;
  }
  .aplication-content .wrapper-footer-menus > div ul {
    margin-bottom: 40px !important;
  }
  .aplication-content .wrapper-footer-menus > div p {
    margin-top: 30px;
  }
  .aplication-content .wrapper-footer-menus > div .lookall-copyright {
    margin-bottom: 60px;
  }
  .aplication-content .wrapper-footer-menus > div .payment {
    text-align: center;
  }
  .aplication-content .wrapper-footer-menus > div .payment img {
    margin-right: 20px;
  }
  .aplication-content .wrapper-footer-menus > div .payment img:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 480px) {
  .aplication-content {
    padding-top: 16px;
  }
  .aplication-content .social-section {
    margin-top: 55px;
  }
  .aplication-content .wrapper-footer-menus {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-display: flex;
    -khtml-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: space-between;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -khtml-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -khtml-box-lines: multiple;
    -webkit-lines: multiple;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-box-lines: multiple;
    -o-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -khtml-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -khtml-box-align: start;
    -moz-box-align: start;
    -ms-box-align: start;
    box-align: start;
  }
  .aplication-content .wrapper-footer-menus > div {
    width: calc(50% - 15px);
    text-align: left;
  }
  .aplication-content .wrapper-footer-menus > div:nth-child(9n+1) {
    order: 0;
  }
  .aplication-content .wrapper-footer-menus > div:nth-child(9n+2) {
    order: 3;
  }
  .aplication-content .wrapper-footer-menus > div:nth-child(9n+3) {
    order: 2;
  }
  .aplication-content .wrapper-footer-menus > div:nth-child(9n+4) {
    order: 4;
  }
  .aplication-content .wrapper-footer-menus > div:nth-child(9n+5) {
    order: 5;
  }
  .aplication-content .wrapper-footer-menus > div:nth-child(9n+6) {
    order: 7;
  }
  .aplication-content .wrapper-footer-menus > div:nth-child(9n+7) {
    order: 6;
  }
  .aplication-content .wrapper-footer-menus > div:nth-child(9n+8) {
    order: 9;
    display: none;
  }
  .aplication-content .wrapper-footer-menus > div:nth-child(9n+9) {
    order: 8;
  }
  .aplication-content .wrapper-footer-menus > div h3 {
    padding-bottom: 28px;
    border-top: 0;
    margin-bottom: 37px;
  }
  .aplication-content .wrapper-footer-menus > div p {
    margin-top: 0;
  }
  .aplication-content .wrapper-footer-menus > div ul {
    margin-bottom: 37px !important;
  }
  .aplication-content .wrapper-footer-menus > div .lookall-copyright {
    margin-bottom: 0;
  }
  .aplication-content .wrapper-footer-menus > div .payment {
    text-align: left;
    border-bottom: 1px solid;
    padding-bottom: 28px;
    border-top: 0;
    margin-bottom: 37px;
    padding-top: 6px;
  }
}
@media screen and (min-width: 992px) {
  .aplication-content {
    overflow-x: hidden;
    padding: 0;
  }
  .aplication-content .wrapper-footer-menus > div.h3-center {
    -ms-flex-item-align: center;
    flex-item-align: center;
    -webkit-align-self: center;
    -khtml-align-self: center;
    -moz-align-self: center;
    -ms-align-self: center;
    align-self: center;
  }
  .aplication-content .wrapper-footer-menus > div {
    width: calc(25% - .5px);
    text-align: left;
  }
  .aplication-content .wrapper-footer-menus > div.footer-linear {
    order: 5;
    width: 100%;
    display: block;
    border-bottom: 1px solid #333333;
    padding-right: 9999em;
    padding-left: 9999em;
    margin-right: -9999em;
    margin-left: -9999em;
    margin-bottom: 37px;
  }
  .aplication-content .wrapper-footer-menus > div:nth-child(9n+1) {
    order: 0;
  }
  .aplication-content .wrapper-footer-menus > div:nth-child(9n+2) {
    order: 6;
  }
  .aplication-content .wrapper-footer-menus > div:nth-child(9n+3) {
    order: 1;
  }
  .aplication-content .wrapper-footer-menus > div:nth-child(9n+4) {
    order: 7;
  }
  .aplication-content .wrapper-footer-menus > div:nth-child(9n+5) {
    order: 2;
  }
  .aplication-content .wrapper-footer-menus > div:nth-child(9n+6) {
    order: 8;
  }
  .aplication-content .wrapper-footer-menus > div:nth-child(9n+7) {
    order: 3;
  }
  .aplication-content .wrapper-footer-menus > div:nth-child(9n+8) {
    order: 5;
  }
  .aplication-content .wrapper-footer-menus > div:nth-child(9n+9) {
    order: 9;
  }
  .aplication-content .wrapper-footer-menus > div h3,
  .aplication-content .wrapper-footer-menus > div .payment {
    padding: 26px 0 24px;
    border: 0;
    margin-bottom: 0;
  }
  .aplication-content .wrapper-footer-menus > div ul {
    margin-bottom: 55px !important;
  }
  .aplication-content .wrapper-footer-menus > div .payment {
    text-align: right;
  }
}
